@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

#menu-mob{display:none;
}


body{
  font-family: 'Open Sans', sans-serif !important;
  background-color: #f0f0f0;
}
a{
    color: #ee5005;
    text-decoration: none;
}
a:hover{
  color: #dd4b06;
}
input:focus{
  outline: none !important;
}
.form-control:focus{
  border-color:rgba(153, 153, 153, 0.5);
  box-shadow: none !important;
}
.no-padding{
  padding-right: 0px;
  padding-left: 0px;

}
.no-padding-left{
  padding-left: 0px;
}
.no-padding-right{
  padding-right: 0px;
}
/* floating bar */
.floating-bar{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background:#ffffff;
  height:70px;
  text-align:center;
  display:none;
  border-bottom:1px solid #cdcdcd;
  z-index: 999;

  }
  .float-none{display: inherit;}
.cart-hide{
    visibility: hidden;
    position: absolute;
    right: 0;
  }
.cart-show{        
   position: absolute;
    z-index: 9999;
    background: #fff;
    display: block;
    visibility: visible;
    transform: scale(1) translate(0px,0px);
    border-top: 2px solid #ee5005;
    top: 60px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 9px 14px;
    transform: scale(1) translate(0px,0px);
    transform-origin: 70% 0 0;
    min-width: 300px;
    right: 0;
    }

.cart-product{
  margin: 0 0 10px;
  padding-left: 45px;
}
/* end floating bar */
/* HEADER */
header{background: #fff;}
.header-top{
	height: 30px;
	background-color: #343434;
	color: white;
}
.header-top .list-inline{
	
    margin-bottom: 0px;
    padding-top: 4px;
}
.header-top ul li {
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	opacity: .87;
	
}
.header-top ul li a{
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	opacity: .87;

	
}
.inner-body .btn{
  border-radius: 0px !important;
  width: 90px;
  height: 40px;
  text-transform: uppercase; 
  background-color: #ee5005;
  border: none;
}
.inner-body .btn:hover{
  background-color: #dd4b06;
}
.header-middle-right .btn {
    white-space: normal !important;
}
.inner-body .btn:focus{
  outline: none;
}
.header-top-right ul li {
	padding-right: 10px;
}
.header-top-right ul li:nth-child(2) {
    font-size: 13px;
 }   
.header-middle{
	height: 70px;
	
}
.form-search {
	padding-top: 14px;
}
.form-search .input-group{
	/* width: 510px; */
}
.middle-right .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    text-align: left;
    border: none;
    white-space: inherit;
}
.middle-right .btn-default:active {
    background-color: #fff;
    box-shadow: none !important;
}
#search-all{
	-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
input,textarea,select{
	-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
#popForm .table {
    
    margin-bottom: 0px;
}
#popForm .btn{
	background-color: #ee5005;
	-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.btn .badge {
    position: relative;
    background-color: white;
    color: black;
}
.main-menu p {
    padding-top: 14px;
    font-size: 14px;
    font-weight: 300;
    /* line-height: 1.2; */
}
.main-menu .nav{
	width: auto;
	
}
.main-menu ul li {
    border-top: 1px solid #e3e3e3;
    font-size: 12pt;
    padding: 10 40px !important;
    border-right: 1px solid #e3e3e3;
}
.main-menu ul li:first-child{border-left: 1px solid #e3e3e3;}
.main-menu ul li a:hover{
	background-color: #ee5005 !important;
	color: white;
	/*border: #ee5005;*/
}

.nav>li>a {

    padding: 11px 23px;
}
.nav-contact{
  background-color: #A03400;
  color: #fff;
}
.nav-contact>p{
  font-size: 1.3em;
  font-weight: 600;
    padding-top: 14px;
    overflow: hidden;    
    margin: 0 0 5px;
  }
.main-menu ul li a{
	
	color: black;
}
.main-menu ul li:nth-child(n+2){
	padding: 0 0px;
}
.main-menu .active{
	background-color: #ee5005;
		color: white;
		border-right: #ee5005;
}
.main-menu .active a{
		
		color: white;
}
#popForm img{
		width: 36px;
		height: 36px;
		background-color: #bababa;
}
#myCart .popover-content {
  width: 400px;
  padding: 0 6px;
}
/* .popover-content .form-control {
    
    background-color: rgba(204, 204, 204, 0.52) !important;
    border: 2px solid #dddddd ;
    border-radius:  !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
} */
.form-search .btn-default {
    color: #333 !important;
    background-color: #ccc !important;
    border:none !important;
    height: 43px;
}

#btn-search{
  width: 57px;
  height:43px; 
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background-color: #ee5005;
  border: none;
}

#btn-search:hover
 {
    color: #fff;
    background-color: #dd4b06;
     border: none;
}
.form-search .btn-info:hover {
    color: #fff;
    background-color: #dd4b06;
     border: none;
}

.form-search .btn-info:focus {
       outline: none;
}
.reg-btn,.log-btn{ text-align: right;}
.search-btn .btn-lg {
    padding: 1px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    height:43px;  
}
.form-search .input-lg {
    height: 43px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.search-ico {
    background: url(../img/header_icons.png) no-repeat -5px -10px;
    /* color: #5A2A24; */
    display: inline-block;
    height: 23px;
    width: 23px;
    margin: auto;
    background-size: 120px;
    margin-top: 5px;
}

#logo{
 padding-top:14px;
}
.navbar{
  width:75%;
  min-height: 40px !important;
  margin-bottom: -1px;
  padding-top: 0px;
  float: left;
}
.navbar .nav>li>a {
    padding: 11px 24px;
}
.navcontact{
  width:25%;
  float: right;
  max-height: 44px;
  overflow: hidden;
}
.navcontact>ul{
  list-style-type: none;
  padding-left: 20px;
  margin-bottom:0px;
  
}
.navcontact ul li:first-child
{ border: 0;
}
.navcontact>ul>li{
  font-size: 1.3em;
  padding-top: .6em;
  font-weight: 600;
  padding-bottom: .5em;
}
/*new code*/
.shopping-bag {
    background: url(../img/icons-new.png) no-repeat -107px -63px;
    display: inline-block;
    height: 42px;
    width: 42px;
    margin: auto;
    background-size: 500px;
    margin-top: 5px;
}


.shopping-bag span {
       color: #fff;
    font-size: 11px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
    left: 1px;
    top: 5px;
}
/*new code*/
.c-items {
    top: -13px;
    float: right;
    padding-top: 17px;
}
#cart .badge {    
    padding-top: 7px;
    color: #fff;
    text-align: center;}


.pop-label{
	font-size:14px;
   color:#050001;
   font-weight: normal;
}

#popForm .btn:first-child{
  float: left;
  width: 116px;
  border: none;
}
#popForm .btn:first-child:hover{
  background-color: #dd4b06;
  border: none;
}
#popForm .btn:first-child:focus{
  border: none;
  outline: none;
}
#popForm .btn:last-child{
  float: right;
  width: 116px;
  background-color: #303030;
  border: none;
}
#popForm .btn:last-child:hover{
  background-color: #000;
  border: none;
}
#popForm .btn:last-child:focus{
  border: none;
  outline: none;
}
/* END HEADER */

/* BANNER  */
.carousel-control{
	height: 90%;
	top: 10%;
}
#banner-prev {
    background: url(../img/arrows.png) no-repeat scroll 1px center ;
    position: absolute;
    font-size: 24px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    height: 50px;
    width: 25px;
    left: 5%;
    top: 42%;
}
#banner-next {
    background: url(../img/arrows.png) no-repeat scroll -63px center ;
    position: absolute;
    font-size: 24px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    height: 50px;
    width: 25px;
    right: 5%;
    top: 42%;
}
/* END BANNER  */

/* BROWSE COLLECTIONS */
.browse-row{
  padding: 50px 0;
}
.browse-div1{
  height: 220px;
   width: 100%;
  padding: 0px;
}
.browse-div2{
  height: 220px;
  width: 100%;
  padding: 0px;
  /*margin-left: 30px;*/
  background: url(../img/musicbook.png) center no-repeat;
  background-size: 100% auto;
  background-position: center top;
  text-align: center;
}
.browse-div3{
  height: 220px;
  width: 100%;
  padding: 0px;
  /*margin-left: 30px;*/
  background: url(../img/musiccd.png) center no-repeat;
  background-size: 100% auto;
  background-position: center top;
  text-align: center;
}
.browse-div4{
  height: 220px;
   width: 100%;
  padding: 0px;
   /*margin-left: 30px;*/
  background: url(../img/instruments.png) center no-repeat;
  background-size: 100% auto;
  background-position: center top;
  text-align: center;
}
.browse-collections-body{
	background-color: #d0d0d0;

}
.browse-collections-body h3 {
    color: white;
    padding-top: 26%;
    padding-bottom: 10px;
}
.browse-collections-body .btn{
	background: transparent;
	color: white;
	-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.browse-collections-body .btn:hover{
  background-color: #ee5005;
  border-color: #ee5005; 
  color: white;

}
.browse-collections-body .btn:focus{
  outline: none!important;
  background-color: #ee5005;
  border-color: #ee5005;
  color: white;
}
/* END BROWSE COLLECTIONS */

/* PRODUCTS */
.products-body{
  height: 790px;
}
.carousel-nav{
	background-color: #d0d0d0;
	height: 40px;
	width: 570px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.carousel-nav-view{
	
    padding-top: 9px;
    padding-right: 0px;
    height: 28px;
    width: 193px;
    margin-left: 32px;
}
.carousel-nav-view-2{
    padding-top: 9px;
    margin-left: 125px;
}
.carousel-nav-btn{
    width: 55px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.carousel-nav-btn a i{
  font-size: 18px!important;
}
.carousel-nav-btn a:focus{
  color: #EE5005;
}
.row-fluid .carousel-inner{
  width: 100%;
}
#myCarousel>img {
    width: 100%;
}
.row-fluid .carousel-inner .item img{
  width: 100%;
}
.carousel-inner{
    position: relative;
    overflow: hidden;
    width:110%;
}
.product-div{
	border: 0.5px solid #e7e7e7;
	width: 270px;
  height: 284px;
  position: relative;
  margin-right: 30px;
  background-color: #fff;
}
#theCarousel-1 img{
	padding-top: 20px;
	height: 186px;
}
#theCarousel-2 img{
	padding-top: 20px;
	height: 186px;
}
#theCarousel-3 .carousel-nav{
  width: 1170px;
}

.carousel{    
      position: relative;
    overflow: hidden;
}
/* END PRODUCTS */

/*overlay*/

.show-image {
    position: relative; 
    width:100%; height:100%;  
    border: 1px solid #d0d0d0;
}
.show-image input,.show-image img:last-child{
    position:absolute;
    display:none;

}
.show-image p{
  margin: 0 20px 0 0 !important;
  font-size: 15px;
}
.show-image h6{
  font-size: 16px;
  padding-top: 20px;
   margin-top: 0px;
    margin-bottom: 10px;
}
.show-image span{
    color: #2c7bd0;
    font-size: 18px;
    font-weight: 600;
}
.show-image .eye-img{
  height: 25% !important;
 
}
.show-image:hover  input,.show-image:hover img:last-child{
    display: block;
    z-index:1;
}
.show-image input.btn {
    top: 75%;
    border-radius: 0;
    width: 110px;
    height: 38px;
    color: white;
    border: none;
    outline: none;
    
}
.show-image input.view-btn{
  left: 7%;
  float: left;
  background-color: #fff;
  color: #dd4b06;
  font-weight: 500;
  
}
.show-image input.btn:active{
  
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.show-image input.view-btn:hover{
  
  background-color: #f5f5f5 !important;
  color: #dd4b06 !important;
}
.show-image input.cart-btn{
  right: 7%;
  float: right;
  background-color: #ee5005;
  
}
.show-image input.cart-btn:hover{
    background-color:#c74304;
    border-color:#c86626;
}
.show-image input.cart-btn:active{
    background-color:#ac561d;
    border-color:#ac561d;
}

.show-image img:last-child{
  top:25%;
  left:43%;
    
}
#theCarousel-3 .show-image img:first-child{
  
}
#theCarousel-3 img:last-child{
  height: 18% !important;
  left:43%;
  top:32%;
}
.show-image:after {
    content:'';
    position:absolute;
    width:100%; height:100%;
    top:0; 
    left:0;
    outline-offset: -25px;
    background:rgba(244, 134, 65, 0.8);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 2px solid #fff;

}
.center-img.show-image:after{
  
  top:2.5%; 
  height:95%;  
  
}
.show-image:hover:after {
    opacity:1; 
    
}
.overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
      padding-top: 35px;
}

/*End overlay*/

/* FEATURES */

.feature-container{
  
  height: 160px;
  background-color: #fff;
  margin-bottom: 30px;
  border: 1px solid #d0d0d0;
}
.feature-container:hover{
  
  border: none;
  box-shadow: 5px 5px 5px #d0d0d0;
}
.feature-container img{
  padding-top: 15px;
}
.feature-container h4{
  text-transform: uppercase;
}
.feature-container p{
  font-size: 11px;
  padding: 0 45px;
}

/* END FEATURES */

/* BRANDS */
.brands-body{
  height: 110px;
  background-color: #4d4d4d;
}
.multi-item-carousel-4 .carousel-inner{
  width: 100%;
  margin-top: 30px;
}
#prev {
    background: url(../img/arrows.png) no-repeat scroll 1px center ;
    position: absolute;
    font-size: 24px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    height: 50px;
    width: 25px;
    left: 0;
    top: 30px;
}
#next {
    background: url(../img/arrows.png) no-repeat scroll -63px center ;
    position: absolute;
    font-size: 24px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    height: 50px;
    width: 25px;
    right: 0;
    top: 30px;
}
/* END BRANDS */

/* FOOTER */
.footer{
  height: 480px;
  background-color: #000;
}
.footer-body{
 padding-top: 20px;
}
.footer-list li {
  list-style: none;
  color: #767676;
}
.footer-list li a{
  color: #767676;
  text-decoration: none;
}
.footer-list li a:hover{
  color: rgba(238, 80, 4, 0.55);
  
}
.footer-list li h3{
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
}
.news-letter{
  width: 458px;
  height: 48px;
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;

}
.news-letter-block{
  padding-top: 60px;
  padding-bottom: 30px;
}
.pull-right {
    float: right;
}
#inputIcon{
  margin-top: 8px;
  width: 226px;
  height: 30px;
  background-color: #1a1a1a;
  border: none;
  color: #fff;
  text-indent: 20px;
}
.news-letter .btn{
  margin-bottom: 3px;
  width: 90px;
  height: 30px;
  background-color: #ee5005;
  color: white;
  margin-left: 8px;
}
.news-letter label{
  color: #767676;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  vertical-align: middle;
  padding-top: 10px;
}
#footersocial a.facebook {
    background-position: -174px -3px;
}
#footersocial a.twitter {
    background-position: -10px -3px;
}
#footersocial a.linkedin {
    background-position: -65px -3px;
}
#footersocial a.googleplus {
    background-position: -228px -3px;
}
#footersocial a.instagram {
    background-position: -119px -3px;
}
#footersocial a {
    background: url(../img/social-icons.png) no-repeat;
    height: 35px;
    width: 35px;
    margin-right: 22px;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.footer-body p:last-child{
  font-size: 12px;
}
.copyright{
  padding-top: 30px;
  color: rgba(255, 255, 255, 0.55);
}
/* END FOOTER */

/* LOGIN PAGE */
.breadcrumb li {font-size: 14px;}
.breadcrumb a {color: rgba(238, 80, 4, 0.9);}
.breadcrumb a:hover {color: rgba(238, 80, 4, 0.9);}
.breadcrumb>.active {color: rgba(238, 80, 4, 0.9);}
.breadcrumb>li+li:before {color: #4d4d4d; content: "\00BB" "\00A0";}
.breadcrumb{
  background-color: #F0F0F0 !important;
  margin-bottom: 0px !important;
  padding-left: 0px;
}
.main-container-head h3{
  margin-top: 0px !important;
}
.main-container-head h3 span{
  font-weight: 300;
}
.listingtitle
{
  font-size: 24px;
  font-weight: 300;
  color:#777;
  line-height: 1;
}
.inner-body{
  background-color: #fff;
  margin-bottom: 75px;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 20px;
}
.inner-body h3,.inner-body p{
  color: #656565;
}
.inner-body label,.inner-body h4,.vertical_line{
  color: #7d7d7d;
}
.inner-body span{
  margin-right: 10px;
}
.inner-body #login-form span{
  margin-right: 55px ;
}
.form-input input[type="text"],.form-input input[type="password"]{
width: 268px;
}
.inner-body .btn{
  margin-right: 10px;
  width: 200px !important;
}
.inner-body label{
  font-weight: normal;
}
.margin-bottom-30{
  margin-bottom: 30px;
}
.margin-bottom-25{
  margin-bottom: 15px;
}
.margin-right-bottom{
  margin-right: 30px;
  margin-bottom: 40px;
}
.line-div{
  width: 10px;
  padding-left: 25px;
  padding-top: 45px;
  padding-bottom: 30px;
}
.vertical_line{
  height:160px; 
  width: 1px;
  background:rgba(125, 125, 125, 0.41);
  margin-left: 10px;
  margin-bottom: 25px;
}
.form-login .btn{
  width: 130px !important;
  margin-right: 70px;
}
.line-row{
  display: none;
}
.form-login a{
  margin-right: 70px;
}
/* END LOGIN PAGE */

/* RESET PASSWORD PAGE */
.contact-us p:last-child{
  margin-top: 20px;
  font-size: 16px;
}
.margin-bottom-35{
  margin-bottom: 35px;
}

/* END RESET PASSWORD PAGE */

#mob-logo{display: none;}

/* POPUP */
.modal-header {border-bottom: none;}
.close .fa-times-circle:before{font-size: 25px;}
.modal-dialog {
  width: 770px;
  display: block;
  margin:70px auto;
}
.modal-content{padding:0px 50px 50px 50px;display: inline-block;
    width: 100%;}
.model-pro-left,.model-pro-right{width: 50%;float: left;}
.model-pro-left{position: relative;}
.model-pro-img{width: 300px;height: 300px;margin-bottom: 15px;}
.model-pro-img img{width: 100%}
.model-pro-thumb{width: 300px;}
#thumbs{width: 100%;}
.product-list li{list-style: none;float: left;} 
#thumbs .list-inline{margin-left: 0px;}  
#thumbs .list-inline li{
    padding-left: 0px; 
    padding-right: 0px;
    margin-right: -4px;
    padding-right: 5%;
    width: calc(100%/3);
    height: auto;
}
/*#thumbs .list-inline li:last-child{padding-right: 0%;}*/
.model-pro-thumb .list-inline li img{

  width: 100%;
  height: auto;

}
.quantity{ 
    display: inline-block;
    padding: 12px 0;
}

.quantity span{ 
    display: inline-block;
    float: left;
 }   
.quantity span:nth-child(2){
    margin-left: 15px;
    margin-right: 15px;
}
.quantity .sp-quantity span:nth-child(2){
    margin-left: 0px;
    margin-right: 0px;
}
.quantity span:nth-child(1),.quantity span:nth-child(3){
  padding-top: 5px;
}

.quantity span:nth-child(3){
  color:#03a403;
  font-weight: 500;
}
.sp-quantity {
    width:80px;
    border:1px solid #ccc;
   display: inline-block;

}
.quantity .sp-quantity span:nth-child(1){
  padding-top: 0px;
  margin-bottom: -12px;
} 
.sp-input {
    width:50%;
    height:100%;
    background:#fff;
    float:left;
    display: inline-block;

}
.sp-input input{    
    width: 100%;
    border: none;    
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    background: #fff;
  }
.sp-plus {
    width:50%;
    height:100%;
    background:#ccc;
    display: inline-block;
    float:left;
    text-align:center;
}
.sp-plus span{    
    float: left;
    height: 50%;
    width: 100%;
    color: #9b999a;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
  }
.sub-title{
    font-size: 14px;
    color: #575656;
    margin-top: 0px;
    margin-bottom: 0px;
}
.main-title {
    padding-top: 0px;
    font-size: 20px;
    color: #1b1b1b;
    font-weight: 600;
    margin-top: 10px;
}
.cat-title {
    padding-top: 2px;
    font-size: 14px;
    color: #f16812;
}
.pro-content ul{margin-bottom: 0px;}
.pro-content .list-inline li{
    font-size: 12px; 
    display: inherit;
    padding-bottom: 10px;}
.on-price{font-size: 18px;color:#494949;}
.on-price span{font-size: 24px;color:#f16812;padding-left: 30px;}
.on-tax{font-size: 12px; color:#989696;margin-top: -10px;padding-top: 5px;}
.on-tax span{font-size: 16px;padding-left: 40px;text-decoration: line-through;}
.deatails-title{font-size: 15px;color: #F16812;font-weight: 400;}
.action-btns .btn{
    border-radius: 3px;
    border: 2px solid #ec6814;
    padding-top:10px;
    padding-bottom:10px;
}
.action-btns .btn-defult:first-child{
    background-color: white;
    color: #ec6814;
}
.action-btns button:last-child{
    background-color: #ec6814;
    color: white;
}
.action-btns .btn-info:hover{
    color: white;
    border: 2px solid #ec6814;
    background-color: #ec6814;
    outline: none;
}
.action-btns button:last-child:focus{
    outline: none;
}
/* END POPUP */

/* SINGLE PAGE */
.single-page-inner-body{
  background-color: #fff;
  margin-top: 20px;
  padding: 30px;
}
.description{
  margin-bottom: 35px;
  border:1px solid #d7d7d7;
  background-color: white;
  padding: 0 0 30px;
}
.description .tab-content{
  padding: 0 30px;
}
.description .nav-tabs{
  background-color: #f0f0f0;
}
.description a{
  color: #707070;
}
.single-page-main-img{
  position: relative;
}
.single-page-thumb .list-inline li  {
    width: calc(100%/3);
    height: auto;
}
.single-page-thumb .list-inline li img {
    width: 100%;
    height: auto;
}
.margin-right-50{
  margin-right: 50px;
  overflow: hidden;
}
.margin-top-30{
  margin-top: 30px;
}
#single-page-main .glyphicon{
  font-size: 36px;
  color: #f27020;
}
.shipping{
  padding: 12px 0;
}
.shipping span{
  padding-right: 10px;
}
.shipping input{
  text-align: center;
}
.action-btns{
  overflow: hidden;
}
.amazon{
  overflow: hidden;
}
.amazon p{
  padding:10px 0;
}
/* END SINGLE PAGE */
/*listing*/
.inner-body-wrap{    
    background-color: #f0f0f0;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-bottom: 20px;
    padding-top: 20px;}

.show-image-list {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #d0d0d0;
    margin-bottom: 30px;
  background:#FFFFFF;
  padding-bottom: 50px;
  display: block;

}

.list-thumb{    
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
    display: block;
  }
.list-thumb .img-responsive{    
    display: inline-block;
    width: 100%;
    height: auto;
  }
.list-details{
  text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
.list-details .price,.list-details .cart{
  width:50%;
  float:left;
}
.list-details .price{font-weight: 600;}
.list-details .price span{
    font-size: 16px;
    font-weight: 700;
    color: #ee5005;
}
.list-details .btn {
    padding: 5px 12px;
    font-size: 13px;
}
.list-details .btn-info {
    color: #fff;
    background-color: #ee5005;
    border-color: #ee5005;
}
 .overlay {
    display:none;
  }
/*overlay*/
.show-image-list:hover:after {
    opacity:1; 
    
}

.show-image-list:hover{
    z-index:1;
}
.show-image-list:after {
    content:'';
    position:absolute;
    width:100%; 
  height:100%;
    top:0; 
    left:0;
    background:rgba(244, 134, 65, 0.8);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 2px solid #fff;
  padding-bottom: 0px;
}
.show-image-list:hover .list-details{
  position:relative;
  opacity: 1;
    z-index:1;color:#fff;
  text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
.show-image-list:hover .list-details a{
  color:#fff;
  text-decoration:none;
  }
.show-image-list:hover .list-details .price span{color:#fff;}
.show-image-list:hover .list-details .price span{color:#fff;}
.show-image-list:hover .list-details .btn-info {
    color: #ee5005;
    background-color: #fff;
    border-color: #fff;
    }
.show-image-list:hover .list-details .btn-info:hover {
 font-weight:700;
    }
 .show-image-list:hover .overlay {
   display:block;
   position: absolute;
   color:#fff;
   vertical-align:middle;
   z-index: 999;
    top: 35%;
    text-align: center;
    left: 40%;
 }
 
 .show-image-list:hover .overlay img{
   display:block;
   position: relative;
   color:#fff;
   vertical-align:middle;
   width: 120%;
 }
 .form-filter select{width:100%;}
 .form-filter label{ float: right;}

/* End overlay*/
/*left bar*/
.w_sidebar {
    border: 1px solid #EBEBEB;
  background:#fff;
  position: relative;

}

.jspPane {
    outline: none;
    padding: 20px !important;
}

.item-container1 h3{
  font-size: 14px;
  padding-bottom:5px;
  color:#767676;
  }


.sky-form {
/*    margin-top: -10px;*/
}
.sky-form .sky-head{
  background: #ccc;
    padding-top: 5px;
    padding-bottom: 45px;
    width: 100%;
    padding-left: 20px;
    padding-right: 90px;
  }
.sky-form .sky-head span{
  float: left;
    font-size: 16px;
    padding-top: 5px;
  width: 20%;
   }
.sky-form h4 {
    color: #696969;
    text-transform: uppercase;
    font-size: 16px;
    float: right;
    padding-bottom: 25px;
  width: 80%;
}
.sky-form .checkbox {
  position: relative;
  display: block;
}
/* radios and checkboxes */
.sky-form .checkbox {
  outline:none;
  border:none;
  margin-bottom: 4px;
  padding-left: 27px;
  font-size: 13px;
  line-height: 27px;
  color: #555555;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: normal;
  margin-top: 0;
}

.sky-form .checkbox:last-child {
  margin-bottom: 0;
}

.sky-form .checkbox input {
  position: absolute;
  left: -9999px;
}

.sky-form .checkbox i {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  background: #fff;
}
.sky-form .radio i {
  border-radius: 50%;
}
.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
.sky-form .radio input + i:after {
  content: '';
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.sky-form .checkbox input + i:after {
  content: '';
  top: 3px;
  left: 2px;
  width: 10px;
  height: 7px;
  background: url(../img/tick.png) no-repeat;
  text-align: center;
}

.sky-form .checkbox input:checked + i:after {
  opacity: 1;
}
.sky-form .inline-group {
  margin: 0 -30px -4px 0;
}
.sky-form .inline-group:after {
  content: '';
  display: table;
  clear: both;
}

.sky-form .inline-group .checkbox {
  float: left;
  margin-right: 30px;
}
.sky-form .inline-group .checkbox:last-child {
  margin-bottom: 4px;
}

/* normal state */

.sky-form .checkbox i,
.sky-form .icon-append,
.sky-form .icon-prepend {
  border-color: #e5e5e5;
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}

/* hover state */

.sky-form .checkbox:hover i {
  border-color:#f54d56;
}

/* focus state */

.sky-form .checkbox input:focus + i{
  border-color: #2da5da;
}
/* checked state */

.sky-form .checkbox input + i:after {
  color:#f54d56;
}
.sky-form .checkbox input:checked + i {
  border-color:#f54d56;
}
/* error state */

.sky-form .checkbox.state-error i{
  background: #fff0f0;
}
/* success state */
,
.sky-form .checkbox.state-success i{
  background: #f0fff0;
}
/* disabled state */

.sky-form .checkbox.state-disabled {
  cursor: default;
  opacity: 0.5;
}

.sky-form .checkbox.state-disabled:hover i{
  border-color: #e5e5e5;
}
/* end left bar*/
/* end Listing*/

/* CART */
.cart-inner-body {
    background-color: #fff;
    margin-top: 20px;
    padding: 30px;
    margin-bottom: 75px;
}
.cart-item{
  color: #ee5005;
  font-weight: 400;
}
.cart-item-table tr:first-child td{
    border-top: none !important;
}
.cart-item-table tbody tr:last-child td{
  border-bottom: 1px solid #ddd;
}
.cart-image{
  width: 80px;
  
}
.cart-items{
  height: 80px;
}
.cart-item-number{
  width: 30px;
  padding:4% 0;
}
.cart-item-name h6{
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 5px;
}
.cart-item-name p{
 margin-bottom: 5px;
}
.cart-item-name a{
 font-size: 11px;
}
.cart-item-price input{
  width: 36px;
  height: 30px;
  text-align: center;
}
.cart-item-tottal-price{
  padding-top: 6px;
  color: #f16812;
}
.input-no-spinner::-webkit-outer-spin-button, .input-no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  margin: 0;
}
.cart-items hr{
  border: 0.5px;
}
/* END CART */

/* CART 1*/
.bottommargin {
    margin-bottom: 50px !important;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
    margin-top: 20px;
}
.table>tbody>tr>td {
    border-top:none;
        border: none;
}
.subtotal h5{
  margin: 0px;
  font-size: 16px;
}
.discount-coupon {
  margin: 40px 0;
}
.discount-coupon a{
  color: #45ab46; 
}
.taxes>td{
  padding-bottom: 40px !important;
}
.cart-amount-tottal>table>tbody>tr>td{

    padding: 8px 0;
    font-size: 16px;
    vertical-align: top;
}
.cart-amount-tottal>table>tfoot>tr>td{
    padding: 8px 0;
}
.table-cart-total tr>td:last-child{
 text-align: right;
}
.summary .total{
  font-size: 20px;
  font-weight: 600;
}
.summary .discounts{
  font-size: 12px;
}
.checkout{
      border-radius: 0px !important;
    padding: 0px 54px;
    height: 40px;
    text-transform: uppercase;
    background-color: #ee5005;
    border: none;
}
.checkout:hover{
  background-color: #dd4b06;
}

.checkout:focus,.checkout:active{
  outline: none !important;
  background-color: #dd4b06 !important;
}
.table>tfoot>tr>td{border: none;}

.cart-product-thumbnail a {
    display: block;
    width: 68px;
}
.cart-product-thumbnail img {
    display: block;
    width: 64px;
    height: 64px;
}
.cart-product-price, .cart-product-quantity, .cart-product-subtotal {
    text-align: center !important;
}
.cart-product-quantity span{
    font-size: 16px;
    font-weight: 600;}
 .cart-product-quantity input{
    width: 40px;
    text-align: center !important;
    /* border-radius:4px !important; */
    margin-left: 3px;
    }  
 .amount{color: #f16812;
    font-size: 16px;
    font-weight: 600;} 

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;

}
.media-sub-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;

}
.cart-product-name span{
   color: #ff0012;
   font-size: 12px;}

.cart tr{    border-bottom: 1px solid rgba(204, 204, 204, 0.61);}


.table-border {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.cart-amount-tottal{background: #f8f8f8;padding: 30px 15px;border: 1px solid rgba(204, 204, 204, 0.61);}
.sub-total span{font-size: 16px;}
.sub-amount {font-size: 17px;}
.sub-amount span{font-size: 18px;}
.sub-amount span.bold{font-weight: 600}
 .normal span{font-size: 15px;}
 .summary{
    border-top: 1px solid #ccc;
}
.continue-shopping{
  padding-top: 50px;
}
.continue-shopping .checkout{
  width: 240px;
  background-color: #a9a9a9;

}
.cart-product-count{
  vertical-align: middle !important;
}

/* END CART 1*/

/* CHECKOUT */
.checkout-head-buttons{
  margin-bottom: 30px;
}
.checkout-head-buttons .btn{
  width: 95% !important; 
}
.checkout-head-buttons .btn:nth-child(n+1)  {
    background-color: #c0c0c0;
}
.checkout-head-buttons .btn-active{
    background-color:  #EE5005 !important;
}

.checkout-content .has-feedback .form-input input{
  width: 100%;
}
.checkout-content .continue-as-a-guest .form-group{
  margin-bottom: 35px;
}
.checkout-content .form-login a,.checkout-content .form-login .btn{
     margin-right: 0px; 
}
.checkout-content .log-btn .continue .btn{
  background-color: #494949;
}
.checkout-content .line-div{
  padding:0px 20px;
}
.checkout-content .line-div h5{
  color: #cacaca;
}
.checkout-content  #login-form span {
    margin-right: 0px; 
}
.checkout-content .cart-amount-tottal{
  padding: 20px;
}
.checkout-content .cart-amount-tottal .btn{
  margin-right: 0px;
}
.cart-amount-tottal .total-amount-payable p{
  padding-top: 20px; 
  
}
.checkout-content .edit-cart .btn{
    width: 126px !important;
    height: 28px;
    padding: 0px !important;
}
.checkout-content .total-amount{
  padding-bottom: 15px !important;
  border-bottom:1px solid #d0d0d0;
}
.cart-amount-tottal h3{
  margin-top: 0px;
}
.cart-amount-tottal .price p{
  font-size: 24px;
  font-weight: 700;
}
.cart-amount-tottal .price p span{
  font-size: 18px;
  font-weight: 500;
}
.total-amount-payable .btn{
  float: right;
  background-color: #707070;
  margin-bottom: 15px;
}
.total-amount-payable .btn:hover{
  background-color: #EE5005;
}
.total-amount-payable p{
  font-size: 16px;
}
.checkout-content .has-feedback input{
  width: 100% !important;
}
.checkout-content-body #register-form .has-feedback input{
  width: 100% !important;
}

.checkout-content #login-form .log-btn span{
  padding-top: 9px;
}
#checkout-register-form{
  display: none;
}

/* END CHECKOUT 1*/

/* CHECKOUT 2 */

#delivery-address-form .has-feedback input,#billing-address-form .has-feedback input  {
    width: 100% !important;
}
#delivery-address-form .btn{
  background-color: #707070;
}
#delivery-address-form .btn:hover{
  background-color: #f16812;
}
#delivery-address-form .btn:active{
  background-color: #EE5005;
}
#address-book-hr{
  margin: 5px 0;
  border-top: 1px solid #d0d0d0;
}
.address-book h4{
  padding-top: 30px;
}
.address-book .btn{
  width: 175px !important;
  background-color: #494949;
  margin:7px 0;
}
.address-book  a{
  padding: 20px 0; 
  text-align: right;
}
#billing-address-div{
  display: none;
}
/* END CHECKOUT 2 */

/* CHECKOUT 3 */

#payment-method-form input[type="radio"]{
      width:1.5em;
      height:1.5em;
}
#payment-method-form span {
    margin-left: 10px;
    margin-top: 4px;
    position: absolute;
}
#payment-method-form .radio{
  margin-bottom: 30px;
}
#payment-method-form label input[type="radio"]:checked{
    color: red;
}
#error{padding-bottom: 10px;}
#error p span{color: #A94442;}
.bank-transfer,.cash-on,.in-shope,.custome-messages{
  background-color: #f9f9f9;
  margin-top: 20px;
  padding: 20px 30px;
  border: 1px solid #d0d0d0; 
  min-height: 100px;
}
.bank-transfer,.cash-on,.in-shope{
  display: none;
}
/* END CHECKOUT 3 */

/* CHECKOUT 4 */
.checkout4 h3{
  color: #0b9900;
}
.custome-messages{
  margin-left: 15px;
  margin-bottom: 30px;
}
.view-order .btn{
  background-color: #494949;
}
/* END CHECKOUT 4 */

/* MY ORDER DETAILS */

#order-details-menubar .item-container1 h3{
  color: #696969;
  font-weight: 700;
}
#order-details-menubar ul{
  list-style-type: none;
  padding-left: 20px;
  
}
#order-details-menubar ul li{
  padding-bottom: 15px;
}
#order-details-menubar ul li a,#order-details-body .order-details a{
  text-decoration: none !important;
  color: #696969;
}
#order-details-menubar ul li a:hover,#order-details-body .order-details a:hover{
  color: #EE5005;
}
.order-active{
  color: #EE5005 !important;
}
#order-details-menubar .w_sidebar,.inner-body{
  
  border: 1px solid #d0d0d0;
}
#order-details-menubar .item-container1{
  min-height: 700px;
}
#order-details-body .inner-body-wrap,#order-details-body .inner-body,#order-details-body .sky-form{
    margin-top: 0px;
}
#order-details-body .order-details h1{
    font-size: 32px;
    color: #EE5005;
    margin: 0px;
    font-weight: 400;
}
#order-details-body .order-details{
    padding-top: 40px;
    border: 1px solid #d0d0d0;
    min-height: 750px;
}
#order-details-body .order-details a{
  margin:5% 0; 
}
#order-details-body .envelope-icon{    
    background: url(../img/logos.png) no-repeat -400px -272px;
    display: inline-block;
    height: 28px;
    width: 32px;
    margin: auto;
    background-size: 500px;
    top: 8px;
    position: relative;
}
#order-details-body .print-icon{    
    background: url(../img/logos.png) no-repeat -365px -275px;
    display: inline-block;
    height: 28px;
    width: 32px;
    margin: auto;
    background-size: 500px;
    top: 8px;
    position: relative;
}
#order-details-body .shipping-icon{    
    background: url(../img/logos.png) no-repeat -443px -275px;
    display: inline-block;
    height: 28px;
    width: 40px;
    margin: auto;
    background-size: 500px;
    top: 2px;
    position: relative;
}
#order-details-body .order-details-table table td{
 padding: 0 44px 10px 0px;
}
#order-details-body .order-details-table{
  padding: 40px 0 0px 0;
}
#order-details-body .order-details-table .order-id{
  font-size: 20px;
}
#order-details-body .order-details-table .order-date{
  font-size: 18px;
}
#order-details-body .order-details-table .total-amount{
  font-size: 16px;
}
#order-details-body .order-details-table .total-amount td:nth-child(2){
   color: #EE5005;
   font-weight: bold;
}
#order-details-body .order-details-table td:nth-child(1){
  color: #bcb6b6;
}
#order-details-body .order-details-table p:nth-child(1){
  font-size: 20px;
  margin: 0px;
}
#order-details-body .order-details-table p span{
  font-size: 18px;
}
#order-details-body .order-details-table .shipping{
  background-color: #e3e3e3;
  padding: 0px;
}
#order-details-body .order-details-table .shipping span {
    padding-right: 0px;
}
#order-details-body .order-details-table .shipping p{
  font-size: 10px;
  padding-top: 2px;
}
#order-details-body .order-summary span{
  font-size: 14px;
}
#order-details-body .order-summary h2{
  color:  #707070;
  font-size: 24;
  font-weight: 600;
}
#order-details-body .order-summary .table tr td{
  vertical-align: middle;
  text-align: left !important;
}
#order-details-body .order-summary .table tr td p{
  font-size: 12px;
}
#order-details-body .order-summary .table tr td h5{
  font-size: 14px;
}
#order-details-body .order-summary .amount{font-size: 16px;}
#order-details-body .subtotal{
  padding-top: 15px;
}
#order-details-body .order-summary h5 .amount{
  font-size: 18px;
}
#order-details-body .main-container-head h3{
    margin: 0px;
}
#order-details-body .main-container-head p{
  margin: 0px;
  padding-top: 5px;
  padding-right: 5px;
}
#order-details-body .main-container-head p span{
  font-weight: 600;
}
#order-details-body .inner-body{
    margin-bottom: 0px !important;
}
/* END MY ORDER DETAILS */

/* ALL ORDER */

.all-order-thead{
  background-color: #d7d7d7;
  font-weight: 600;
}
/* END ALL ORDER */
/* TRACK ORDER */

.track-order-h1{
  padding-bottom: 20px;
}
.track-order-body .form-inline{
  padding-top: 30px;
}

.track-order-body .form-group{
  padding-left: 10px;
  padding-right: 20px;
    height: 40px;
}
.track-order-body .form-group span{
  margin-right: 20px;
}
.track-order-body .form-group .form-control{
  height: 40px;
}
.track-order-body table tr td{
  font-size: 18px;
}
.track-order-body .order-details-table{
  padding-top: 75px !important;
}
/* TRACK ORDER */

/* PERSONAL INFORMATION */
.personal-information h1{
  padding-bottom: 50px;
}
.notification{
  padding-top: 20px;
}
/* END PERSONAL INFORMATION */

/* SUBSCRIPTIONS */
.subscriptions  h4{
  font-weight: 400;
}
.subscriptions-body .checkbox{
  padding-bottom: 10px;
}
.subscriptions-body .checkbox input[type="checkbox"]{
width: 15px;
height: 15px;
}
.subscriptions-body .form-group{
  margin-bottom: 0px;
}
.subscriptions-body p{
  padding-left: 40px;
  padding-bottom: 10px;
  font-size: 12px;
}

/* END SUBSCRIPTIONS */

/* END SUBSCRIPTIONS */
.edit-address-head{
  padding-bottom: 30px;
}
.edit-address-head h1{
  padding-bottom: 5px;
}
.edit-address .btn{
    background-color: #EE5005 !important;
 }

/* END SUBSCRIPTIONS */

/* CHANHE PASSWORD */
#change-password-form{padding-left: 15px;}
/* END CHANGE PASSWORD */


/* ADDRESS BOOK */
.address-book-body{
  background-color: #fff;
}
.address-book{
  border: 1px solid #d0d0d0;
  margin: 10px 5px;
  width: 332px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.padding-30{
  padding: 0 25px;
}
.address-book span{
  padding-top: 12px;
  cursor: pointer;
}
.address-book span:hover{
    background-color: inherit;
}
.address-book p{
  margin: 0px;
}
.address-book .name{
  font-size: 18px;
}
.add-new-address{
  padding-top: 50px;
  padding-left: 5px;
}
.add-new-address input[type='radio']:checked {
  background:green;
}
/* END ADDRESS BOOK */
/*Pagination */
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ee5005;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.back-to-top {
cursor: pointer;
position: fixed;
bottom: 0;
right: 20px;
display:none;
}
.move-top .btn-lg {
    padding: 7px 12px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 2px;
    margin-bottom: 20px;
}
.move-top .btn-primary {
    color: #fff;
    background-color: rgba(238, 80, 5, 0.75);
    border: none;
    outline: none;
    z-index: 20;
 }
 .move-top .btn-primary:hover {
    background-color: #ee5005;
 }
 .btn-page{ 
    float: right;
    margin-right: 15px;
}
/*Pagination */

/* FAQ */
.panel-default>.panel-heading {
  background-color: #fff;
}
.panel-default {
  border-color: #fff;
}
.panel-heading {
  padding-left: 0px;
}
.faq #accordion a{
  color: #444;
}
/* END FAQ */
/* ABOUT US */
.about-right{float: right;}
.about-left{float: left;}
#order-details-body .about-us h3{
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
#order-details-body .first-banner {
  margin-bottom: 70px;
}
#order-details-body .our-history h4{
  font-size: 26px;
  color: #333333;
  padding-bottom: 30px;
}
#order-details-body .our-history p{
  font-size: 15px;
  color: #999999;
  line-height: 1.62857143;
}
#order-details-body .about-us .graph-img{
  padding-top: 50px;
}
#order-details-body .about-us .our-mission{
  padding: 70px 0;
}
/* END ABOUT US */


/* END CART 1*/
/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #f8f8f7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.loginmodal-container h5{
  font-size: 18px;
  color:#ea5108;
  text-align:left;
  padding-bottom: 20px;
  margin: 0px;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 35px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  
  margin-bottom: 17px;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.loginmodal {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
}

.loginmodal-submit {
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #ea5108;
    padding: 5px 30px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0px !important;
}

.loginmodal-submit:hover {
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #dd4b06;
 }
.loginmodal-submit:focus {
       outline: none;
}
.loginmodal-container a {
    text-decoration: none;
    color: #444444;
    padding-left:10px;
    display: inline-block;
    font-size: 12px;
	padding-top: 10px;
}
.login-help{
  font-size: 16px;
  padding-top: 50px;
}
.login-help a{
 color:#ea5108;
 font-size: 16px;
 padding-top: 0px;
 float:none; 
}
.sv-small{display:none;}


.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size
{
    font-size: 87px;
}
.dropdown-menu{right:0;left: auto;}
#search-dropdown-menu{right:auto;left: auto;}
/* CONTACT POPUP */
.modal-title {
    padding-top: 30px;
}
.modal-body .form-input input,.form-input textarea{
    width: 100%;
}
#contactPopup .modal-content {
    padding: 0px 30px 0px 30px;
}
.modal-body #contactPopup-form .btn{
  border-radius: 0px !important;
  height: 40px;
  text-transform: uppercase; 
  background-color: #ee5005;
  border: none;
  padding: 0 30px;
}
.modal-body #contactPopup-form .btn:hover{
  background-color: #dd4b06;
}
.modal-body #contactPopup-form .btn:focus{
  outline: none;
}
/* END CONTACT POPUP */

/* QUICK VIEW */
.modal-content .close-icon,#login-modal .close-icon{
    background: url(../img/icons-new.png) no-repeat -288px -171px;
    display: inline-block;
    height: 36px;
    width: 36px;
    margin: auto;
    background-size: 500px;
    top: 8px;
    position: relative;
}
/* END QUICK VIEW */

/* AUTO SUGGESTION */
.search-in{
  position: relative;
}
.auto-suggestion{
  position: absolute;
  z-index: 2;
  top: 45px;
  border: 1px solid #d0d0d0;
  background-color: white;
}
.auto-suggestion-content p{
  padding-top: 8px;
}
.auto-suggestion-content hr{
  margin: 0px;
}
.auto-suggestion-content table tr td{
  padding: 0 15px;
}
table tr[data-href] {
    cursor: pointer;
}
/* END AUTO SUGGESTION */

/* 404 */
.body-404{
  min-height: 522px;
}
.div-404 h1{
  color: #d0d0d0 !important;
  font-size: 16em;
}
.search-404{
 
}
.search-404 h4{
  font-size: 20px;
  color: black;
  line-height: 1.5;
  padding-top: 50px;
}
.body-404 .input-group{
  padding-top: 40px;
}
.body-404 .form-control{
  height: 50px;
  width: 100% !important;
}
.body-404 .btn{
  width: 100px !important;
  height: 50px;
  color: white;
}
/* END 404 */
/* TERMS AND CONDITIONS */
.terms-and-conditions-body{
  padding:60px 80px;
}
.terms-and-conditions-body h5{
 font-size: 16px;
 color: black;
 padding:15px 0;
}
/* END TERMS AND CONDITIONS */
/* SUCCESS */
.success-circle {
      width: 15%;
      height: auto;
      border-radius: 50% !important;
      text-align: center;
      font-size: 12px;
      padding: 2%;
      line-height: 0;
      position: relative;
      background-color: #51C345; 
}
.fa-check{
    color: #fff;
}
/* END SUCCESS */
/* SUCCESS MODAL */
#successView .modal-dialog {
    max-width: 470px;
}
.fa-spin{
  color: #DD4B06;
}
.loadingoverlay .fa-spin{
position:absolute; 
top: 25%;
left: 45%;
}
/* musical classes */
.musical-class-list {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #d0d0d0;
    margin-bottom: 30px;
  background:#FFFFFF;
  padding-bottom: 30px;
  display: block;

}
.musical-class-list h5,.musical-program-list h5{
  display:inline-block;
    height: 28px;
    width: 100%;
    padding: 0px 20px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
/* musical programs */
.musical-program-list{
  width: 100%;
  height: 100%;
  border: 1px solid #d0d0d0;
  margin-bottom: 30px;
  background:#FFFFFF;
  padding-bottom: 30px;
}
.music-program-main{
  padding-right: 0px;
  padding-left: 0px;
}
.music-program-main img{
  padding: 10px;
}
/* Musical Class single page */
.class-details p{
  color: #868383;
}
/* End Musical Class single page */