@charset "utf-8";

html {
    margin: 0;
    padding: 0;
    height: 100%;
}
footer.login-footer.bt {
    padding-bottom: 10px !important;
}
ul.nav.navbar-nav.navbar-right.terms li a:hover {
    background: rgb(243, 114, 53);
}
ul.nav.navbar-nav.navbar-right.terms li a {
    background: #ef3e42;
    color: #fff;
    padding: 8px 20px;
    margin-left: 30px;
	transition:ease-in-out 0.5s;
    margin-top: 29px;
    border-radius: 30px;
}

.popup {
    width: 100%;
    height: 100vh;
    display: none;
    position: absolute;
    z-index: 1111;
    top: 0;
    right: 0;
}
.login-footer img {
    width: 200px;
}
.login-footer p {
    margin-top: 0px;
}
footer.login-footer a {
    color: #fff;
}


#popup-article:target{
  display: block;
}
.loader-overlay{
	position: fixed;
    background: rgba(0, 0, 0, 0.62);
    height: 100%;
    width: 100%;
    z-index: 9;
    top: 0;
    left: 0;
	display: none;
}
.loader-spinner{
	position: absolute;
    height: 45px;
    width: 45px;
    background: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px;
    padding: 11px;
}
.overlay-new {
    background: #00000063;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
	display:none;
}
.spin img {
    position: absolute;
    height: 45px;
    width: 45px;
    background: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px;
    padding: 11px;
}	
.popup__block {
    height: calc(100vh - 40px);
     padding: 3% 5%;
    box-sizing: border-box;    padding: 17px 30px 8px;
    margin-top: 20px;
    overflow: auto;
    animation: fade .5s ease-out 1.3s both;
}
.popup__block ul li {
    padding: 6px 0px;
    border-bottom: 1px solid #efefef;
}

.popup:before{
  content: "";
  box-sizing: border-box;
  width: 100%;
  
  box-shadow: inset 0 0 0 20px #f0f0f0;
  background: #fff;

position: inherit;
    top: 50%;
  will-change: height, top;
  animation: open-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) .65s both;
}

.popup:after{
  content: "";
  width: 0;
  height: 2px;
  background-color: #f0f0f0;
  
  will-change: width, opacity;
  animation: line-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) both;

  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}


@keyframes line-animation{

  0%{
    width: 0;
    opacity: 1;
  }

  99%{
    width: 100%;
    opacity: 1;
  }

  100%{
    width: 100%;
    opacity: 0;
  }  
}

@keyframes open-animation{

  0%{
    height: 0;
    top: 50%;
  }

  100%{
    height: 100vh;
    top: 0;
  }
}

@keyframes fade{

  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

.popup__title{
  margin: 0 0 1em;   color: #d2232a;
}
.popup__block ul {
    padding-left: 18px;
}
.popup__close{
  width: 3.2rem;
  height: 3.2rem;
  text-indent: -9999px;
  position: absolute;
  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTE5IDYuNDFMMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMnoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
}
.popup__block ul li:last-child {
    border-bottom: 0px;
}

.popup__media{
  margin-bottom: 2rem;
}

@media screen and (min-width: 641px){

.popup__title {
    font-size: 3.8rem;
    color: #d2232a;
}

  .popup__close{
    top: 40px;
    right: 40px;
  }
  
  .popup__media{
    max-width: 35%;
  }

  .popup__media_left{
    float: left;
    margin-right: 3rem;
  }

  .popup__media_right{
    float: right;
    margin-left: 3rem;
  }  
}

@media screen and (max-width: 640px){

  .popup__title{
    font-size: 2.2rem;
  }

  .popup__close{
    top: 20px;
    right: 20px;
  }
}
a.article-btn:hover{background: #f37235;
    color: #fff;
  	text-decoration:none !important;}
a.article-btn {
    padding: 7px;
    text-align: center;
    width: 100%;
    height: 35px;
    color: #fff;
    display: block;
	text-decoration:none !important;
    background: #d2232a;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #d2232a;
}
.btn-primary:hover {
    color: #fff;
    background-color: #414143;
    border-color: #414143;
}
input.button.marg-top {
    margin-top: 20px;
}
ul.clearfix {
    padding-left: 0px;
}
ul.clearfix li {
    float: left;
    width: 20%;
    list-style: none;
	}

/* Absolute Center Spinner */
.slider img {
    width: 100% !important;
}
.loading {
  position: fixed;
    z-index: 9999999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #414143 !important;
    border-color: #414143 !important;
}
.info-sec img {
    width: 90%;
}
/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.86);
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div#expandcomment {
    background: #0e74bc;
	cursor:pointer;
    padding: 5px;
    font-size: 14px;
    position: relative;
    color: #fff;
}
.arrow-down {
    float: right;
    background: url(../images/arrow-down.png);
    width: 9px;
    height: 7px;
    margin-top: 6px;
    margin-right: 8px;
}
.arrow-up {
    float: right;
    background: url(../images/arrow-up.png);
    width: 9px;
    height: 6px;
    margin-top: 6px;
    margin-right: 8px;
}
div#expandcontent{
    background: #fff;
    padding: 10px;
}

	 div#expandcomment-two {
       background: #0e74bc;
    padding: 5px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    color: #ffffff;
}

div#expandcontent-three {
    background: #fff;
    padding: 10px;
}
div#expandcomment-three {
    background: #1f629f;
    padding: 5px;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    color: #fff; 
    margin-bottom: 10px;
    font-weight: 700;
}

div#expandcontent-two {
    background: #fff;
    padding: 10px;
}
.reviews .alert-info {
    margin-bottom: 0px;
}
.review-portion {
    background: #fff;
    margin-top: 10px;
    padding: 13px;
}
/*Delete Modal*/
	.modal-dialog.delete-modal {
    text-align: center;
}
.modal-footer.success button {
    float: none !important;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}
.modal-footer.success {
    text-align: center;
}
.circle-outer-success i {
	    display: block;
   border: 1px solid #5cb85c;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 77px;
    font-size: 29px;
    border-radius: 50%;
     color: #5cb85c;
    margin: 20px auto;
	
}
.modal-dialog.delete-modal {
    width: 370px;
}
.modal-dialog.delete-modal button.close:hover {
background: #1d1d1d;
    color: #fff;
    text-shadow: none;
}
.modal-dialog.delete-modal .modal-content {
    box-shadow: none;
    border-radius: 0px;
    border: 7px solid #fff;
}
.modal-dialog.delete-modal .modal-header {
    PADDING: 6px 15px;
    background: #f4b20a;   
    color: #ffffff;
}

.modal-dialog.delete-modal .modal-footer button {
    margin: 0px;
    width: 50%;
    float: left;
   
    border-radius: 0px;

}
.product-name a {
    text-decoration: underline;
}
.delete-modal button.btn.btn-danger:hover {  background: #f6151d;;    border: 1px solid #f6151d;  color: #fff;
    text-shadow: none;}
.delete-modal button.btn.btn-danger {
    background: #a70000;
    border: 1px solid #a70000;
}
.modal-dialog.delete-modal .modal-header h4 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 2px 0px 0px 0px;
    margin-bottom: 0px;
}
.modal-dialog.delete-modal button.close {
    position: absolute;
    right: -7px;
	    font-size: 20px !important;
    top: -7px;
    background: #ffffff;
    padding: 0px 7px;
    color: #000000;
    font-size: 28px;
    opacity: 1;
    border-radius: 5%;
    margin-top: 0px;
}
.delete-modal .fa-exclamation-triangle {
    display: block;
    border: 1px solid #ffac00;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 77px;
    font-size: 29px;
    border-radius: 50%;
    color: #ffac00;
    margin: 20px auto;
}
.modal-dialog.delete-modal .modal-footer {
    padding: 0px;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #d2232a;
    outline: none;
    border-color: #d2232a;
}
/**/
.back-to-top {
    cursor: pointer;
    position: fixed;
	  background: #d2232a;
    padding: 10px;
    font-size: 14px;
    float: right;
    border: 1px solid #d2232a;
	margin-left:10px;
    bottom: 20px;
    right: 20px;
    display: none;
	z-index: 99999;
}
div#userinfo .modal-dialog {
    width: 300px;    text-align: center;
}
div#userinfo .modal-header {
     background: #b81a21 !important;
}
div#userinfo h6 {
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid #e2e2e2;
    padding: 7px 0px 8px 0px;
    width: 60%;
    margin: 0 auto;
}
div#userinfo .modal-header .close {
margin-top: 0px !important;}
div#userinfo h4 {
    color: #fff;
    font-size: 17px;
}
div#userinfo p {
    padding-top: 5px;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
body {
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
    background: #f9f9f9;
    position: relative;
	margin:0;
	padding:0;
      padding-bottom: 100px;
    min-height: 100%;
}

/*Sticky Bar*/
.ul-outer {
    position: fixed;
    left: 0px;
    z-index: 1;
         top: 50%;
    margin-top: -60px;
	
}

ul.ul-inner li {list-style:none;   }

ul.ul-inner li:nth-child(1) a {
         position: absolute;
    background: #d2232a;
padding: 9px 0px 10px 27px;
    color: #fff;
    font-size: 15px;
    left: -116px;
    text-decoration: none !important;
    width: 159px;
    height: 40px;
    transition: ease-in-out 0.5s;
}

ul.ul-inner li:nth-child(1) a:hover {
   left:0px;	text-decoration:none !important;
 
}
ul.ul-inner li:nth-child(1) i {
    margin-left: 14px;
}

ul.ul-inner li:nth-child(2) a {
    position: absolute;
    background:#414143;
    padding: 9px 0px 10px 25px;
    color: #fff;
    font-size: 15px;
    left: -143px;
    text-decoration: none !important;
    width: 186px;
    top: 40px;
    height: 40px;
    transition: ease-in-out 0.5s;
}
ul.ul-inner li:nth-child(2) a:hover{
   left:0px;	text-decoration:none !important;
}
ul.ul-inner li:nth-child(2) i {
    margin-left: 12px;
}
ul.ul-inner li:nth-child(3) a {
   position: absolute;
    background: #b28915;
    text-decoration: none !important;
    padding: 8px 10px 10px 34px;
    color: #fff;
    font-size: 15px;
    left: -98px;
    width: 141px;
    height: 40px;
    top: 80px;
    transition: ease-in-out 0.5s;
}
ul.ul-inner li:nth-child(3) a:hover{
   left:0px;	text-decoration:none !important;
}
ul.ul-inner li:nth-child(3) i {
     margin-left: 12px;
}
ul.ul-inner li:nth-child(4) a {
        position: absolute;
    background: #0b5224;
    text-decoration: none !important;
    padding: 8px 10px 10px 35px;
    color: #fff;
	    display: block;
    font-size: 15px;
    left: -84px;
    width: 127px;
    height: 40px;
    top: 120px;
    transition: ease-in-out 0.5s;
}
ul.ul-inner li:nth-child(4) a:hover {
   left:0px;	text-decoration:none !important;
}
ul.ul-inner li a {
    color: #fff;
}
ul.ul-inner li:nth-child(4) i {
    margin-left: 12px; 
}
/**/


/*tables*/
.table-shop>tbody>tr:nth-child(even) {
        background: #f1f1f1;
}
a.black {
    color: #000 !important;
    font-weight: bold !important;
}
input.q-handler {
    width: 80px;
}
i.fa.fa-trash-o.rect {
    border: 1px solid red;
    padding: 5px;
    margin-right: 5px;
    border-radius: 0px;
    color: red;
}
table.table-shop a {
    color: #f70000;
	transition:ease-in-out 0.5s;
    text-decoration: none;
    font-weight: 400;
}
table.table-shop a i{transition:ease-in-out 0.5s;}
table.table-shop a:hover i {
    background: #f00;
    color: #fff !important;
}
.table-shop {
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 25px;
	    background: #fff;
	margin-top: 15px
}
.table-shop .product-name {
	width: 40%
}
.table-shop img {
    width: 100%;
    min-width: 60px;
    max-width: 60px;
    text-align: center;
}
.table-shop>thead>tr>th {
    border: none;
	    text-align: left;
    text-transform: uppercase;
    padding: 10px 10px 5px 10px;
    font-weight: bold;
    color: #424242;
 border-top: 2px solid #e9e9e9;
	}

.table-shop>tbody>tr>td {
    border: 1px solid #cacaca;
    border-top: 2px solid #e9e9e9;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #e9e9e9;
    padding: 10px;
    vertical-align: top;
}
.table-shop .input-quantity {
	width: 40px;
	display: inline;
	text-align: center;
	height: 30px;
	line-height: 1.4em;
	padding: 5px 10px
}
.table-shop .icon {
	color: #c69c6d
}
/**/
.contact span {
    color: red;
}
.info-sec img {
    padding: 0px 34px;
}
.wrapper{background:url("../images/bg-n.jpg") no-repeat center center fixed;
 background-size: cover;                    
    background-repeat: no-repeat;
    background-position: center center;    

	    position: relative;
		     
			    min-height: 100%;}
.product-name a {
    color: #000000;
}

.desc-text {
    height: 160px;
    margin-top: 16px;
    padding: 0 0 10px;
    overflow-y: auto;
    margin-bottom: 7px;
}

a {
    color: #000000;}
a:focus, a:hover {
color: #161616;}


/*Accordion-css*/
.accordion {
    width: 100%;

    margin: 0px auto 20px;
    padding-left: 0px;
    background: #FFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.accordion .link {
  cursor: pointer;
  display: block;
    padding: 14px 15px 15px 15px;
   color: #000000;
  font-size: 14px;
  font-weight: 700;
    border-bottom: 1px solid #dedede;

  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.outer-wrapper {
    padding: 5% 0px;    background: #f7f7f7;
}
.accordion li:last-child .link { border-bottom: 0; }

.accordion li{ list-style-type: none;}
.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
    color: #000000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion-outer a.navbar-brand {

    color: #fff !important;

    padding: 16px 13.5px 13px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}
.accordion-outer .navbar-collapse {
    padding: 0px;
}
.accordion-outer .navbar-toggle {
    background: #fff;
    margin-top: 8px;
}
.accordion-outer .navbar-default .navbar-toggle {
    border-color: #fff;
}
.accordion-outer .navbar-toggle:hover {
    background: #f37235 !important;
    border: 1px solid #f37235 !important;
	color:#fff;
}
ul#accordion {
    margin-bottom: 0px;
}
.accordion-outer .navbar-default {
    background: #d2232a;   border-radius: 0px;
}

.accordion li i.fa-chevron-down {
  right: 9px;
    left: auto;
    font-size: 10px;
}
.accordion li.open .link {      color: #2d291d;}

.accordion li.open i {      color: #2d291d;}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}.accordion-outer h3 {
    display: block;
    background: #d2232a;
    color: #fff;
    padding: 13.5px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
 /* Submenu
 -----------------------------*/


.submenu {
 list-style-type: none;
  display: none;
      padding: 0px;
    background: #d2232a;
  font-size: 14px;
}

.submenu li { border-bottom: 1px solid #b32025;}

.submenu a {
  display: block;
  text-decoration: none;
    color: #ffffff;
  padding: 12px; text-decoration: none;
    padding-left: 15px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
 background: #414143;
  color: #FFF;
}
.submenu li.active a {
    background: #414143;color: #FFF;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
	max-width:600px !important;
	}
/**/
footer.login-footer {
    text-align: center;
    position: absolute;
    padding: 13px 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
footer.login-footer p {
    margin-bottom: 0px;
}
.with-bg {
	background:url(../images/background.jpg) top center no-repeat;
	background-size:cover
}
.hr-top hr, h1, h2, h3, h4, h5, h6 {
	margin-top:0
}
h1 {

	font-size:26px;
	font-weight:400;
    color: #000000;
}
body, h2, h4 {
    color: #4d4f53;

}
h2, h3, h4 {

	font-weight:700;
	font-size:18px
}
h3, h4 {
	font-size:20px;
color: #000000;
}
h4 {
	font-size:13px
}
h2.sub-h {
	border-bottom:4px double #4d4f53;
	margin:0 15px 20px;    padding-bottom: 5px;
}
span.error {
	color:red;
}
.info-sec p {
    color: #000;
}
.login-wrapper h2 {
    color: #000;
}
.logo-outer {
    border: 2px solid rgb(234, 191, 58);
    border-width: 0px 0px 6px 0px;
    background: rgb(255, 255, 255);
}

.login-wrapper {
	height:auto ; 
}
.logo {
    padding: 20px 0;
	text-align:center
}
.up {
    position: absolute;
    top: 0px;
        color: #2d291c;
    padding: 0px 6px;
    background: #e4e4e4;
}
.down {
    position: absolute;
    top: 14px;
    padding: 0px 6px;
    background: #e4e4e4;
        color: #2d291c;
}
.jRatingColor {
   background-color: #2d291c !important;}
.jRatingAverage {
    background-color: #000000 !important;} 
.logo img {
    height: 120px;
    margin: 0 auto;
    display: inline-block;
}
.login-inner {
    border-top: 5px solid #d2232a;
    padding: 17px 30px 8px;
    background: rgba(255, 255, 255, 0.8);
}
.login-inner input {
	padding-left:10px;
	border:1px solid #c9cac8;
	transition:ease-in-out .3s;
	-webkit-transition:ease-in-out .3s;
	-moz-transition:ease-in-out .3s;
	font-style:italic;
	font-size:13px;

}
.button, .login-inner input {
	width:100%;
	margin-bottom:15px;
	height:35px;
	outline:none
}
.login-inner #mail, .login-inner #pswdx, span.error {
	font-size:12px
}
.login-inner #nmsg {
	font-size:12px;
	background:#ffd6d6;
	display:block;
	padding:8px;
	color:#ff4a4a!important
}
.login-inner input[type=email], .login-inner input[type=text] {
	background:url(../images/email.png) no-repeat center right #fff;
	padding-right:50px
}
.login-inner input[type=password] {
	background:url(../images/key.png) no-repeat center right #fff;
	padding-right:50px
}
.login-inner input:focus {
    border: 1px solid #000000;
}
.login-inner p {
	margin-bottom:0;
	font-size:12px;
	color:red;
	display:none
}
.flexslider .slides img {
	height:auto;
	margin:0 auto;
	padding:10px
}
#recover {
	margin-bottom:15px
}
.button, .login-inner input[type=submit] {
                background-color: #d2232a;
    color: #fff;

    border: 1px solid #d2232a!important;
    transition: ease-in-out .3s;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    padding-left: 0;
    font-style: normal!important;
    font-size: 14px!important;
}
.button:hover, .login-inner input[type=submit]:hover {
          background-color:#414143;
    color: #fff;
    border: 1px solid #414143!important;
}
.login-inner h4 {
	color:#dc5034;
	margin-bottom:20px
}
.forgot {
    width: 100%;
       background: #d2232a;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.forgot a {
	color:#000;
	text-decoration:none;
	font-size:12px
}
.login-footer {
    background: #d2232a;
    color: #fff;
    padding: 26px 0 30px;

}
.login-footer-first {
    background: #d9232e;
    color: #fff;
    padding: 18px 0 16px;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.login-head {
    border-bottom: 2px solid #080808;
	display:inline-block;
	padding-bottom:10px;
	margin-bottom:25px;
	text-transform:uppercase
}
.login-head~p {
line-height:1.5
}
form {
	margin:0
}
.sy-pager li.sy-active a {
    background-color: #ec1c2e !important;
}
.inner-logo {
    padding: 6px 0;
}
.inner-logo img {
width:400px;
    margin-top: 5px;
    display: inline-block;
}

.breadcrumb-wrap {
 background: #f6f6f6;
}
.breadcrumb-wrap ol {
	margin-bottom:0;
	padding:15px 0
}
.breadcrumb>li+li:before {
	padding:0 5px;
	color:#dc5034;
	content:"/";
	font-family:fontAwesome
}
.header-outer {
	background:#fff;
	width:100%;
     z-index: 111;
}
.header-outer .navbar-default {
	background:0 0;
	margin-bottom:0;
	border:0
}
.header-outer .navbar-default .navbar-nav>li>a {
	font-size:14px;
    padding: 38px 15px;
    font-weight: 600;
	color:#000000;
	text-transform:uppercase;
	transition:ease-in-out .3s;
	-webkit-transition:ease-in-out .3s;
	-moz-transition:ease-in-out .3s
}
.header-outer .navbar-default .navbar-nav>li:last-child>a {
	padding-right:0
}
.header-outer .navbar-default .navbar-nav>li:first-child>a {
	padding-left:0
}
.header-outer .navbar-default .navbar-nav>.active>a, .header-outer .navbar-default .navbar-nav>.active>a:focus, .header-outer .navbar-default .navbar-nav>.active>a:hover {
	color:#403b3b;
	background-color:transparent;

}
.header-outer .navbar-default .navbar-nav>.open>a, .header-outer .navbar-default .navbar-nav>.open>a:focus, .header-outer .navbar-default .navbar-nav>.open>a:hover {
    color: #040e46;
	background-color:transparent
}
.header-outer .navbar-default .navbar-nav>li>a:focus, .header-outer .navbar-default .navbar-nav>li>a:hover {
	      color: #040e46;
	background-color:transparent
}
.header-outer .navbar-default .navbar-brand {
	color:#000;
	transition:ease-in-out .3s;
	-webkit-transition:ease-in-out .3s;
	-moz-transition:ease-in-out .3s;
	padding:5px
}
.header-outer .navbar-default .navbar-brand img {
    width: 90px;
}
.header-outer .navbar-default .navbar-brand:focus, .header-outer .navbar-default .navbar-brand:hover {
	color:#4d4f53;
	background-color:transparent
}
.user-form input, .user-form select {
	padding-left:10px;
    height: 30px;
}
.user-form input, .user-form select, .user-form textarea {
	width:100%;
	margin-bottom:20px;
	outline:none;
	font-size:13px;
	border:1px solid #d9d9d9;
	transition:ease-in-out .3s;
	font-style:italic
}
.user-form input:focus, .user-form select:focus, .user-form textarea:focus, .user-form-modal input[type=email]:focus, .user-form-modal input[type=password]:focus, .user-form-modal input[type=text]:focus, .user-form-modal select:focus, .user-form-modal textarea:focus {
border: 1px solid #d2232a;
}
.user-form-modal input[type=email], .user-form-modal input[type=password], .user-form-modal input[type=text], .user-form-modal select, .user-form-modal textarea {
	width:100%;
	/*margin-bottom:20px;*/
	padding-left:10px;
	outline:none;
	height:35px;
	font-size:13px;
	border:1px solid #d9d9d9;
	transition:ease-in-out .3s;
	font-style:italic
}
.user-form textarea {
	padding:7px 10px;
	height:100px;
	resize:vertical
}
.reviews ul {
    padding-left: 0px;
    margin: 0;
    font-size: 12px;
}
.user-form p {
	margin-bottom:5px;
	color:#696969
}
.main-content {
padding: 30px 0 0;
	background:#f9f9f9
}
.user-form h3 {
	margin-bottom:20px
}
.s-out {
	padding:15px
}
.l-search {
	background:#fff;
	margin-bottom:20px
}
.l-search h3, .user-form h3 {
	display:block;
    background: #d2232a;
	color:#fff;
	padding:13.5px;
	text-transform:uppercase;
}
.l-search input[type=submit] {
	width:18%
}
.copyright span {
    color: white;
}
.l-search input[type=text] {
	width:100%!important;
	margin-bottom:15px;
	padding-left:10px;
	outline:none;
	height:35px;
	font-size:13px;
	border:1px solid #d9d9d9;
	transition:ease-in-out .3s;
	font-style:italic;
	float:left;
	margin-right:2%
}
.l-search button.button, .l-search h3 {
	margin-bottom:0
}
.leftbar h3 {
	border-bottom:2px solid #dc5034;
	display:inline-block;
	padding-bottom:10px;
	color:#dc5034;
	margin-bottom:35px
}
.leftbar .navbar-default {
	background-color:#dc5034;
	border-color:#dc5034;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0
}
.menu__breadcrumbs {
    font-size: 11px;
    line-height: 1;
    position: relative;
    padding: 1.5em;
    background: #ceb76a;
}
.leftbar .nav>li>a:focus, .leftbar .nav>li>a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#005f59
}
.leftbar .nav>li>a {
	color:#fff;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0
}
.leftbar .navbar-default .navbar-collapse {
	padding:0
}
.leftbar .left-submenu li a {
	padding-left:25px;
	outline:none
}
.leftbar .nav-stacked>li+li {
	border-top:1px solid #00756e;
	margin-left:0;
	margin-top:0
}
.leftbar .nav>li>a:focus {
	background:#005f59
}
.leftbar .left-submenu {
	background:#00756e
}
.sy-caption {
	display:none!important
}
.sy-pager {
	bottom:10px;
	z-index:9;
	position:absolute;
	margin:0;
	padding:0
}
.product-wrap {
	border:1px solid #efefef;
	padding:0;
	background:#fff;
	position:relative;
	margin-bottom:30px
}
.product-img {
	position:relative;
	height:250px;
	overflow:hidden
}
div#myModal h4 {
    color: #fff;
    font-size: 17px;
}
.product-img img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
    max-height: 190px;
    max-width: 220px !important;
	transition:ease-in-out 5s;
	-webkit-transition:ease-in-out 5s;
	-moz-transition:ease-in-out 5s
}
.product-wrap:hover .product-img>img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2)
}

.new-product {
	background:#00aa46;
	color:#fff;
	padding:2px 8px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-size:15px;
	font-weight:400;
	position:absolute;
	z-index:1;
	left:15px;
	top:15px
}
.price {
	display:block;
        color: #d2232a;
	font-weight:700;
	font-style:initial;
	margin-top:7px
}
.product-price {
	background:#ef3a63;
	color:#fff;
	padding:2px 8px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-size:15px;
	position:absolute;
	z-index:1;
	right:15px;
	font-weight:600;
	top:15px
}
.controls a:hover {
    background: #414143;
}
.product-button {
	background:#dc5034;
	margin:15px -15px -15px;
	padding-left:15px;
	color:#fff;
	height:38px;
	line-height:38px;
	font-size:13px;
	z-index:2;
	position:relative
}
.add-button {
	float:right;
	width:45px;
	padding:0 12px;
	font-size:20px;
	background:#005f59;
	color:#fff
}
.product-name {
	text-align:center;
	color:#696969;
	margin:15px 10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.owl-carousel .owl-item img {
	transform-style:preserve-3d;
	margin:0 auto
}
.controls, .product-overlay {
	position:absolute;
	width:100%;
	transition:ease-in-out .3s;
	text-align:center
}
.controls {
	bottom:0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
	-webkit-transition:ease-in-out .3s;
	-moz-transition:ease-in-out .3s
}
.controls-two, .product-overlay {
	position:absolute;
	width:100%;
	transition:ease-in-out .3s;
	text-align:center
}
.controls-two a {
    display: inline-block;
    height: 35px;
    width: 35px;
     background: #d2232a;
    text-align: center;
    line-height: 35px;
    color: #fff;
    cursor: pointer;
}
.controls-two a:hover {
	background: #f37235;
	transition:.4s;
}
.controls-two {
	bottom:0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
	-webkit-transition:ease-in-out .3s;
	-moz-transition:ease-in-out .3s
}
.menu__link:active .menu__link[data-submenu]:hover::after, .menu__link:focus, .menu__link:hover {
    color: #ceb76a !important;
    outline: none;
}
.controls a {
	display:inline-block;
	height:35px;
	width:35px;
    background: #d2232a;
	text-align:center;
	line-height:35px;
	color:#fff;
	cursor:pointer
}
.product-wrap:hover .controls {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1)
}
.product-overlay {
	background:rgba(0,0,0,.66);
	height:0%;
	top:0;
	left:0;
	z-index:2;
	color:#f9f9f9;
	padding:35px 25px;
	opacity:0;
	font-size:14px;
	text-shadow:0 0 4px #000;
	visibility:hidden
}
.product-wrap:hover .product-overlay {
	height:100%;
	opacity:1;
	visibility:visible
}
.product-overlay span {
	height:180px;
	display:block
}
.product-view {
	font-size:50px
}
.product-view a {
	color:#fff
}
.product-view a .fa {
	background:rgba(255,255,255,.31);
	padding:0 14px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	color:#fff;
	text-shadow:none
}
#carousel, .f-content {
    margin-bottom: 10px;
}
.f-content h2, .f2-content h2 {
	color:#fff;
	text-transform:uppercase;
	border-bottom:3px solid #4c4747;
	padding-bottom:10px
}
.f-content ul, .f2-content ul, .language ul {
	padding:0;
	margin:0
}
.f-content ul li {
	list-style-type:none;
	padding:9px 0 9px 20px;
	position:relative;
	border-bottom:1px solid #4c4747
}
.f-content ul li a, .f2-content ul li a {
	text-decoration:none!important;
	color:#fff
}
.f-content ul li:before {
	content:'\f101';
	position:absolute;
	left:0;
	font-family:fontAwesome
}
.f-content ul li:last-child, .f2-content ul li:last-child {
	border:0
}
.f2-content {
	margin-bottom:50px
}
.f2-content ul li {
	list-style-type:none;
	padding:9px 0 9px 50px;
	position:relative;
	border-bottom:1px solid #4c4747;
	word-wrap:break-word
}
.f2-content ul li:before {
	height:35px;
	width:35px;
	border:1px solid #4c4747;
	text-align:center;
	line-height:33px;
	color:#9e9e9e;
	top:12px;
	font-size:15px
}
.f2-content ul li:nth-child(1):before, .f2-content ul li:nth-child(2):before {
	content:'\f041';
	position:absolute;
	left:0;
	font-family:fontAwesome
}
.f2-content ul li:nth-child(2):before {
	content:'\f0e0'
}
.copyright {
  
    padding-top: 30px;
    font-size: 12px;
    color: #ffffff;
}
.language {
	text-align:right
}
.language ul li {
	display:inline-block;
	list-style-type:none;
	color:#fff;
	margin-right:20px
}
.language ul li img {
	margin-right:5px;
	height:12px;
	vertical-align:middle
}
.language ul li:last-child {
	margin-right:0
}
.language ul li a {
	color:#9e9e9e;
	text-decoration:none
}
.user-info {
    padding: 14px 0 14px 0px;
}
.cart, .points, .welcome {
    position: relative;
    display: block;
    padding-left: 50px;
     color: #000;
}
.cart:before, .points:before, .welcome:before {
    font-family: fontAwesome;
    position: absolute;
    height: 30px;
    width: 30px;
    border: 1px solid #d2232a;
    left: 0;
    top: -5px;
    text-align: center;
    line-height: 27px;
    color: #d2232a;
    font-size: 16px;
}
.welcome:before {
	content:'\f007'
}
.points:before {
	content:'\f005'
}
.cart:before {
	content:'\f07a'
}
.navbar-nav>li>.dropdown-menu {
    border: 0;
    border-radius: 0;
border-top: 4px solid #d2232a;
}
.dropdown-menu>li>a {
	padding:6px 20px
}
.alert {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	position:relative;
	padding:10px 30px 10px 50px
}
.alert.error-message, .in-num input {
	margin-bottom:0
}
.alert:before {
	position:absolute;
	font-family:fontawesome;
	left:20px
}
.alert-warning:before {
	content:'\f071'
}
.alert-success:before {
	content:'\f00c'
}
.alert-danger:before {
	content:'\f00d'
}
.alert-info:before {
	content:'\f05a'
}
.desc {
	background:#fff;
	padding:15px
}
.desc-text {
	min-height:160px;
	margin-top:16px;
	padding:0 0 10px;
	margin-bottom:7px
}
.sect {
	border-top:1px solid #ddd;
	padding:20px 0 10px
}
.quantity {
	position:relative;
	height:35px;
	width:100px
}
.in-num input {
	width:80px;    height: 35px;
}
.down, .in-num, .up {
	position:absolute
}
.down, .up {
	right:0;
    height: 21px;
    width: 21px;
	border:1px solid #ddd;
	line-height:0;
	text-align:center;
	cursor:pointer;
	transition:ease-in-out .3s;
	-webkit-transition:ease-in-out .3s;
	-moz-transition:ease-in-out .3s;
	font-size:15px
}
#minus:focus, #plus:focus {
	color:#dc5034
}
.up {
	top:0
}
.down {
	bottom:0
}
.down:hover, .up:hover {
         color: #859852;
	border-color:#ccc;
}
.sect .button {
	margin-bottom:2px
}
.qua {
	padding:10px 0
}
#q-head {
	padding-top:10px
}
.review-sub textarea, .reviews {
	width:100%;
	
}
.review-sub textarea {
	height:150px;
	resize:vertical;
	outline:none;
	font-size:13px;
	margin-bottom:10px
}
.reviews {
	
}
.review-sub, .reviews {
	margin-bottom:20px
}
.reviews ul {
	padding-left:0px;
	margin:0
}
.reviews ul li {
	border-bottom:1px solid #ddd;
	margin-bottom:7px;
	padding-bottom:7px
}
.reviews ul li:last-child {
	border:0;
	margin-bottom:0;
	padding-bottom:0
}
.review-sub input {
	margin-bottom:0
}
table.order td {
	vertical-align:middle!important;
	border:0;
	border-bottom:1px solid #ddd;
	border-collapse:separate;
	empty-cells:hide
}
table.order thead th {
	border-top:2px solid #ccc!important;
	padding:12px 8px
}
table.order tbody tr:last-child td {
	border-bottom:2px solid #ccc
}
table.order tfoot tr:last-child td {
	border-bottom:2px solid #ccc;
	padding:12px 8px
}
.t-img img {
	max-width:70px;
	max-height:70px;
	position:absolute;
	top:0;
	margin:auto;
	bottom:0;
	left:0;
	right:0
}
.t-img {
	position:relative;
	width:80px;
	height:80px;
	border:1px solid #919296
}
table.order {
	background:#fff;
	border:0;
	margin-bottom:0
}
.cont .button, .m-ship, .table-responsive {
	margin-bottom:20px
}
table.order td .fa-refresh, table.order td .fa-trash-o {
	margin-right:7px
}
table.order td .fa-cart-arrow-down, table.order td .fa-external-link, table.order td .fa-refresh, table.order td .fa-trash-o {
	height:25px;
	width:25px;
	border:1px solid #ddd;
	text-align:center;
	line-height:22px;
	cursor:pointer;
	transition:ease-in-out .3s;
	-webkit-transition:ease-in-out .3s;
	-moz-transition:ease-in-out .3s;
	font-size:15px
}
table.order td .fa-refresh:hover {
	color:green;
	border-color:green
}
table.order td .fa-trash-o:hover {
	color:red;
	border-color:red
}
table.order td .fa-external-link:hover {
	color:#003865;
	border-color:#003865
}
table.order td .fa-cart-arrow-down:hover {
	color:#0084ff;
	border-color:#0084ff
}
table.order th {
	border:0
}
.m-ship {
	background:#fff;
	padding:15px
}
.agree input {
	width:15px;
	height:15px;
	outline:none;
	vertical-align:sub;
	margin:0 10px 0 0
}
.m-ship ul {
	margin:0;
	padding:0 0 0 17px
}
.m-ship ul li {
	line-height:25px
}
.agree a {
	outline:none
}
.new-heading {
    background: #fff;
    border-top: 3px solid #d2232a;
    margin-bottom: 15px;
}
.new-heading h1 {
	padding:10px 20px;
	text-transform:uppercase;
	      color: #000000;
	font-size:26px
}
.cont-text {
	background:#fff;
	padding:20px;
	position:relative;
	margin-bottom:20px
}
.cont-text p {
       color: #ff0000;
	font-weight:600
}
.cont-text:before {
	content:'';
	border:10px solid transparent;
	position:absolute;
	top:-17px;
	border-bottom-color:#fff;
	left:22px
}
.new-heading h1 img {
	height:28px;
	width:28px;
	float:left;
	padding:0;
	margin-right:30px
}
.m-ship p {
    line-height: 20px;
	margin-bottom:20px
}
.m-ship p:last-child {
	margin-bottom:0!important
}
.help {
	margin-bottom:20px!important
}
.check-rad, .contact p {
	margin-bottom:0
}
.check-rad {
	font-weight:400;
	line-height:1.5
}
label.check-rad input {
	height:15px!important;
	width:15px!important;
	margin:0 12px 0 0!important;
	vertical-align:sub
}
.info-sec {
       background: rgba(255, 255, 255, 0.8);
    padding: 25px 25px 64px;
    min-height: 214px;
	    border-top: 5px solid #d2232a;
    
}
.forg {
min-height: 232px;
}
.first {
	list-style-type:none;
	margin:0
}
.first, .pad-0 {
	padding:0
}
.login-inner+a, ul.first a {
	text-decoration:none
}
ul.first li {
	border-bottom:1px solid #ddd;
	padding:10px 0;
	color:#4d4f53
}

.circle {
	    padding: 13px 0px;
    height: 50px;
    width: 50px;
    display: inline-block;
  background: #d35e27;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 0 15px;
    transition: ease-in-out .3s;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
}
ul.first li:hover .circle {
	background-color:#dc5034
}
.login-inner+a { 
	color:#000
}
.affix {
	-webkit-box-shadow:-3px 0 17px -1px #403b3b;
	-moz-box-shadow:-3px 0 17px -1px #403b3b;
	box-shadow:-3px 0 17px -1px #403b3b
}
.slider {
	position:relative;
	z-index:0;
	    margin-top: 0%;
}
.modal-content {
	border-radius:0
}
.modal-header {
	        background: #d2232a;
}
.modal-header h2 {
	color:#fff
}
.modal-header .close {
    margin-top: 3px;
    color: #fff;
    opacity: 0.6;
}
.modal-header .close:hover {
   
    opacity: 1;
}
.modal-body p, .modal-body ul {
	line-height:1.6
}
.modal-body form p {
	margin-bottom:15px!important
}
.modal-body form input {
	margin-bottom:3px!important
}
.rating-stars {
	z-index:0;
	position:relative
}
p.jRatingInfos {
	height:35px!important;
	margin-bottom:0!important;
	margin-top:7px!important
}
.thank {
	text-align:center;
	padding:50px
}
.thank .fa {
	font-size:40px;
	color:#13ad13;
	border:2px solid #13ad13;
	border-radius:50%;
	padding:20px;
	margin-bottom:20px
}
.p-green {
	color:#13ad13!important;
	font-weight:600;
	font-size:18px!important
}
@media (min-width:320px) and (max-width:480px) {
	body {
    padding-bottom: 180px;
}
	.controls-two a {
    width: 35px;
}
	.login-footer img {
    width: 200px;
    margin: 0 auto;
}
	footer.login-footer p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
}
	.popup__block {
    height: auto;
    padding: 3% 12%;}
	ul.nav.navbar-nav.navbar-right.terms li a {
    background: #ef3e42;
    color: #fff !important;
    padding: 5px 13px;
    margin-left: 0px;
    margin: 5px;
    border-radius: 30px;
}
	
	.flexslider .slides img {
    width: 50%;
    display: block;
}
	.circle {
    height: 35px;
    width: 35px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    padding: 10px 7px;
    font-size: 17px;
    margin: 0 15px;
    transition: ease-in-out .3s;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
}
	div#userinfo h4 {
    color: #fff;
    font-size: 16px;
}
	div#userinfo .modal-header {
   
    padding: 9px 15px;
}
	div#userinfo .modal-dialog {
    width: 70%;
    text-align: center;
}
	.header-outer .navbar-default .navbar-nav>li>a {
    font-size: 13px;}
	footer.login-footer {

    margin-top: 20px;
}
	.header-outer .navbar-default .navbar-brand img {
    width: 110px;
    padding-top: 4px;
    padding-left: 10px;
}
	.f-content h2, .f2-content h2{text-align:center;}
	.f2-content ul li {
    list-style-type: none;
    padding: 61px 0px 18px 0px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #4c4747;
    word-wrap: break-word;
}
.f2-content ul li:nth-child(1):before, .f2-content ul li:nth-child(2):before {
    content: '\f041';
    position: absolute;
    left: 0;
    right: 0px;
    font-family: fontAwesome;
    margin: 0 auto;
}
	.f-content ul li:before{content:" ";}
	#carousel, .f-content {
    margin-bottom: 10px;
    text-align: center;
}
.header-outer .navbar-default .navbar-nav>li>a {
    padding: 4px 15px;
}
.inner-logo {
   display:none;
}
.header-outer .navbar-default .navbar-nav>li:last-child>a {
	padding-right:15px
}
.header-outer .navbar-default .navbar-nav>li:first-child>a {
	padding-left:15px
}
.header-outer .navbar-default {
    border: 1px solid #c9cac8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 8px 0;
}
.c-text, .language {
	text-align:center
}
.c-text {
	margin-bottom:15px
}
.menu {
	height:543px
}
.login-wrapper {
	margin-top:40px;    margin-bottom: 60px;
}
.button, .login-inner input {
    width: 100%;
    margin-bottom: 5px;
    height: 35px;
    outline: none;
}

.cart:before, .points:before, .welcome:before {
	top:-5px
}

.user-form textarea {

}

.slider, .user-info {
	display:none
}
.user-info {
	border-top:1px solid #ddd
}


.p-green {
	font-weight:inherit
}
.outer-wrapper {
    padding: 0px 0px 7% 0px;
}
	.login-wrapper {
margin-top: 10px;
}
}
@media (min-width:320px) and (max-width:550px) {
	footer.login-footer {
    text-align: center;
position: absolute;
padding: 13px 0px 45px;}
	.popup__block {
    height: auto;
    padding: 3% 12%;}
	ul.nav.navbar-nav.navbar-right.terms li a {
    background: #ef3e42;
    color: #fff !important;
    padding: 5px 13px;
    margin-left: 0px;
    margin: 5px;
    border-radius: 30px;
}
	.m-ship input[type=submit] {
    margin-top: 5px;
}
	.flex-direction-nav a {

top: 64% !important;}
	div#carousel {
    width: 116px;
    margin: 0 auto;
}
	.review-portion {

margin-top: 5px;}
	.user-form hr {
    margin: 8px;
}

	
	.slider {
    display: none;
}

	button.btn.btn-danger.btn-sm {
    margin: 5px !important;
}
	.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px !important;
    right: 0px !important; 
    color: inherit;
}
	.user-form p {
    font-size: 12px;
}
	table.order thead th {
    border-top: 2px solid #ccc!important;
    padding: 4px 3px;
    font-size: 10px;
}
	.m-ship {
    padding: 9px;
}
.m-ship ul li {
    font-size: 13px;
    line-height: 20px;
}
.m-ship p {
    font-size: 13px;
    margin-bottom: 4px;
}
	.contact p {
    font-size: 12px;
}
	.alert {
    position: relative;
    padding: 5px 11px 5px 41px;
    font-size: 12px;
    margin-bottom: 5px;
}
	h2.sub-h {
    border-bottom: 4px double #4d4f53;
     margin: 5px 15px 5px;
    padding-bottom: 3px;
    font-size: 16px;
}
	.modal-dialog.delete-modal {
    width: 50%;
}
	div#expandcontent-three {
    background: #fff;
    padding: 0px 5px;
}
	span#expanderSign-three img {
    height: 17px;
    width: 17px;
    float: left;
    padding: 0px;
    margin-right: 9px;
    margin-left: 9px;
    margin-top: 2px;
}
	div#expandcontent-two .alert {
    margin-bottom: 0px !important;
    padding: 4px 40px;
}
	.reviews {
    background: none;
    min-height: auto;
}
	.review-sub textarea, .reviews {
    width: 100%;
    padding: 0px;
    border: 0px solid #ddd;
}
	.logo-outer {
    background: rgb(255, 255, 255);
    margin-bottom: 20px;}
	
	.logo {
    padding: 0px 0;}
.outer-wrapper {
    padding: 0px 0px 7% 0px;
}
	.login-wrapper {
margin-top: 10px;
}
	.back-to-top{    bottom: 90px;z-index:9999;}
.flexslider .slides img {
    width: 80%;
    display: block;
}


.button, .login-inner input {
    width: 100%;
    margin-bottom: 5px;
    height: 30px;
    outline: none;
}
.forgot {

    padding: 5px;
color: #fff;}
	.login-wrapper h2 {
color: #000;
    font-size: 16px;
    margin-bottom: 5px;
}

	.login-inner {
    padding: 10px 16px;
}
.login-head~p {
    line-height: 1;
}
	.info-sec p {
    font-size: 13px;    margin-bottom: 5px;
}
	.info-sec h1 {
    margin-bottom: 7px;
    font-size: 16px;
}
	.info-sec {
    background: rgba(255, 255, 255, 0.8);
    padding: 16px 15px;
    min-height: auto !important;

}
	.info-sec img {
    display: none;
}
	.cont .button, .m-ship, .table-responsive {
    margin-bottom: 10px;
}
	.cont .button, .m-ship, .table-responsive {
    margin-bottom: 5px;
}
	.table-shop td div.th_title {
    position: absolute;
    font-size: 12px;
    text-align: left;
}
	.table-shop>tbody>tr>td {
    padding: 5px;
    font-size: 12px;

}
	.sect.no-bod {
    border: none; 
    padding-top: 1px;
}
	.review-sub, .reviews {
    margin-bottom: 5px;
    margin-top: 5px;
}
	.review-sub, .reviews {
    margin-bottom: 5px;
}
	div#update strong {
    padding-bottom: 3px !important;
    display: block;
}
	hr {
    margin-top: 10px !important;
margin-bottom: 10px !important;}
	.desc h2 {
           border: 1px solid #0083c0;
    padding: 5px 10px;
    color: #fff;
    background: #0083c0;
    margin-top: 10px;
}
.desc-text {
    height: auto;
    font-size: 13px;
	    margin-top: 10px;
    min-height: auto;
    margin-bottom: 0px;
}
	.sect {
    border-top: 1px solid #ddd;
    padding: 9px 0 2px;
}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {

    max-height: 340px;
}
	.sweet-alert {
    width: 60% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  
}
.sweet-alert p {

    font-size: 13px !important;
    font-weight: 500;
   
    padding-top: 5px !important;
 
}
.sweet-alert button {
  
    font-size: 13px !important;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 3px 19px !important;
    margin: 8px 5px 0 !important;
    cursor: pointer;
}
	.sweet-alert h2 {
    color: #575757;
    font-size: 20px !important;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 5px 0 !important;
    padding: 0;
    line-height: 10px !important;
    display: block;
}
	.navbar {
    position: relative;
    min-height: 41px !important;}
	.navbar-toggle {
    margin-right: 10px;    padding: 6px 8px;
    margin-bottom: 0px !important; }
	.navbar-brand {
    float: left;
    height: 41px !important;}
	.navbar-toggle .icon-bar {
    display: block;
    width: 13px;
    height: 1px;
    border-radius: 1px;
}
	.accordion li i.fa-chevron-down {
   
    font-size: 9px;
    top: 10px;
}
	.l-search h3, .user-form h3 {
    font-size: 16px;
    padding: 9.5px;
    margin-bottom: 10px;
}
	.product-img img {
    max-height: 80%;
    max-width: 80%;
    margin-bottom: 30px;
    margin-top: 5px;
}
.price {

    margin-top: 0px;
}
.controls-two a {
 
width: 33%;}
.controls a {
    display: block;
	width: 33.33%;
    border-right: 1px solid #fff;
    height: 29px;
    float: left;
     background: #d2232a;
    font-size: 13px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
}
.product-name {
 
    margin: 10px 10px;
   
}
.product-img {
    position: relative;
    height: 200px;
    overflow: hidden;
}
	footer.login-footer p {
    margin-bottom: 0px;    font-size: 12px;
    padding-bottom: 0px;
}
	ul.ul-inner li:nth-child(1) i {
    margin-left: 0px;
}
ul.ul-inner li:nth-child(2) i {
    margin-left: 0px;
}
ul.ul-inner li:nth-child(3) i {
    margin-left: 0px;
}
	ul.sy-pager {
    display: none;
}
	table.table-shop label {
    line-height: 4px;font-size: 13px;
}
	.table-shop tr td.visible-xs, .table-shop tr th.visible-xs {
    display: block !important;
}
.logo img {
    HEIGHT: 43px;
    margin: 10px 0px;
}
	td.agree.padd-zero {
padding-left: 20px !important;
}
	.table-shop>tbody>tr {
    margin-bottom: 20px;
}
	.table-shop>thead>tr>th {
    border: none;
    text-transform: uppercase;
    display: none;}
	
.table-shop {
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 15px
}
.table-shop .product-name {
	width: 40%
}
.table-shop img {
	width: 100%;
	min-width: 60px;
	max-width: 60px;
	text-align: center
}
.table-shop>thead>tr>th {
	border: none;
	text-transform: uppercase;
	padding: 10px 10px;
	font-weight: normal
}
.table-shop>tbody>tr>td {
    border-width: 2px 1px 2px 1px !important;
	    border-right: 0px;
    border-left: 0px;
	border: 1px solid #cacaca;
	border-top: 2px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
	padding: 10px;
	vertical-align: top
}
.table-shop .input-quantity {
	width: 40px;
	display: inline;
	text-align: center;
	height: 30px;
	line-height: 1.4em;
	padding: 5px 10px
}
.table-shop .icon {
	color: #c69c6d
}
body.responsive .table-shop>thead {
	display: none
}
.table-shop, .table-shop tbody, .table-shop td, .table-shop tr {
	display: block;
	border: 0;
	width: 100%
}
.table-shop td {
    padding: 10px;
    position: relative;
      padding-left: 50% !important;
}
.table-shop td.notitle {
	padding-left: 20px !important;
	text-align: center !important
}
.table-shop td.text-center {
	text-align: left
}
.table-shop td.no_title {
	padding-left: 0 !important;
	text-align: center
}
.table-shop td div.th_title {
    position: absolute;
    left: 20px;font-weight: bold;
    width: 20%;
	    padding-top: 1px;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
}
.table-shop td div.th_title.input-label {
	line-height: 3em

}
table.table-total {
	border: none;
	text-align: left;
	border-bottom: 2px solid #e9e9e9;
	margin-bottom: 20px;
}
table.table-total tr>th, table.table-total tr>td {
	border: none;
	padding: 5px 0 0 0;
	width: 47%
}
table.table-total tr>th.td-divider, table.table-total tr>td.td-divider {
	width: 6%
}
table.table-total h2 {
	font-size: 1.6em;
	font-weight: bold
}
.l-search input[type=submit] {
    width: 18%;
    height: 30px;    padding: 0px;border-radius:0px;box-shadow:none;
}
.button, .login-inner input[type=submit] {
    font-size: 13px!important;
    height: 30px;
    margin-bottom: 5px;
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 15px;
    font-size: 12px;
}
.l-search input[type=text] {
height: 30px;}
.s-out {
    padding: 10px 10px;
}
	.product-wrap {
   
    margin-bottom: 10px;
}
	.l-search h3, .user-form h3 {
     margin-bottom: 5px;
     font-size: 16px;}
.accordion-outer a.navbar-brand {
      font-size: 16px;        padding-top: 11px;
}
.new-heading h1 img {
    height: 16px;
    width: 16px;

    margin-right: 9px;
}
	.accordion-outer .navbar-default {
	border: 1px solid #dedede;margin-bottom: 11px; }
		.logo img {
    HEIGHT: 50px;}
	footer.login-footer {
    margin-top: 20px;
}
.outer-wrapper {
    padding: 3% 0px 10% 0px;
}
.logo-outer{margin-bottom:0px;}
	.header-outer .navbar-default .navbar-brand img {
    width: 164px;
    padding-top: 0px;
    padding-left: 4px;
}
	.f-content h2, .f2-content h2{text-align:center;}
	.f2-content ul li {
    list-style-type: none;
    padding: 61px 0px 18px 0px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #4c4747;
    word-wrap: break-word;
}
.f2-content ul li:nth-child(1):before, .f2-content ul li:nth-child(2):before {
    content: '\f041';
    position: absolute;
    left: 0;
    right: 0px;
    font-family: fontAwesome;
    margin: 0 auto;
}
	.f-content ul li:before{content:" ";}
	#carousel, .f-content {
    margin-bottom: 10px;
    text-align: center;
}
.points, .welcome {
	margin-bottom:25px
}
.menu__link[data-submenu]::after {
	padding:0 35px 0 0
}
.accordion-outer h3{display:none;}
.new-heading h1 {
 
    font-size: 17px;margin-bottom: 10px;
}
.cont-text {
    margin-bottom: 11px;
    padding: 4px 10px;
    font-size: 12px;
}
.main-content {
padding: 10px 0 0;}
.sy-slides-wrap img {
    width: 100% !important;
}
.l-search {
    background: #fff;
    margin-bottom: 11px;
}
.user-form textarea {height: 45px; border: 1px solid #ccc;}

.user-form input, .user-form select, .user-form textarea {
  margin-right: 0px;    margin-bottom: 2px;    font-size: 12px;}
  .in-num input {
    width: 80px;
    height: 35px;
}
.submenu a {
    padding: 5px 15px;
    font-size: 12px;
}
		.accordion .link {
    padding: 6px 15px 6px 14px;
    font-size: 13px;}
	ul.nav.navbar-nav.navbar-right li a {
    border: 1px solid #efefef;
    border-width: 1px 0px 1px 0px;
}
.navbar-nav {
    margin: 0px -15px;
}
span.caret {
    float: right;margin-top: 9px;
    color: #0d0a0b;
}
ul.dropdown-menu li a {
    border: 1px solid #f9f9f9 !important;
    border-width: 1px 0px 1px 0px !important;
}
ul.dropdown-menu {
    padding: 0px;
}
ul.dropdown-menu li a {
    padding-left: 14px !important;
    color: #5a5a5a !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: rgb(243, 243, 243);
}
	.ul-outer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 3;
    top: 100%;
    margin-top: -35px;
}
ul.ul-inner li a {
    color: #fff;
    width: auto !important;
    height: auto !important;
    position: static !important;
}
ul.ul-inner li {
    width: 25%;
    float: left;
    list-style: none;
}
ul.ul-inner {
    width: 100%;
    padding-left: 0px;
}



ul.ul-inner li:nth-child(1) a {
    background: #b81a21;
    text-align: center;
    padding: 7px 0px;
    display: block;
}
ul.ul-inner li:nth-child(1) a:hover {
    background: #272926;
}

ul.ul-inner li:nth-child(2) a {
    background: #d35e27;
    text-align: center;
    padding: 7px 0px;
	 display: block;
}
ul.ul-inner li:nth-child(2) a:hover {
     background: #f37235;
}
ul.ul-inner li:nth-child(3) a {
    text-align: center;
  background: #b81a21;
    padding: 7px 0px;
	 display: block;
}
ul.ul-inner li:nth-child(3) a:hover {
   background: #272926;
}
ul.ul-inner li:nth-child(4) a:hover {    background: #f37235;}
ul.ul-inner li:nth-child(4) a {
     background: #d35e27;
    padding: 7px 0px;
	 display: block;
    text-align: center;
}
ul.ul-inner li a {
    color: #fff;
}
ul.ul-inner li:nth-child(4) i {
    margin-left: 0px;
}
button.btn.btn-danger {
    padding: 3px 8px;
    margin: 4px 4px;
}
.modal-footer .btn-danger {
    padding: 6px !important;
    margin: 0px !important;
}
}
@media (min-width:480px) and (max-width:767px) {
	body {
    padding-bottom: 180px;
}
	.controls-two a {
    width: 35px;
}
	.login-footer img {
    width: 200px;
    margin: 0 auto;
}
footer.login-footer {
    text-align: center;
position: absolute;
padding: 13px 0px 45px;}
footer.login-footer p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
}
	ul.nav.navbar-nav.navbar-right.terms li a {
    background: #ef3e42;
    color: #fff !important;
    padding: 5px 13px;
    margin-left: 0px;
    margin: 5px;
    border-radius: 30px;
}
	.m-ship input[type=submit] {
    margin-top: 5px;
}
	.flex-direction-nav a {

top: 64% !important;}
	div#carousel {
      width: 116px;
    margin: 0 auto;
}
	.review-portion {
    background: #fff;
margin-top: 5px;}
	.user-form hr {
    margin: 8px;
}
	.slider {
    
    margin-top: 0px;
}
	button.btn.btn-danger.btn-sm {
    margin: 6px !important;
}
	.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px !important;
    right: 0px !important; 
    color: inherit;
}
	.user-form p {
    font-size: 12px;
}
	table.order thead th {
    border-top: 2px solid #ccc!important;
    padding: 4px 3px;
    font-size: 10px;
}
		.m-ship {
    padding: 9px;
}
.m-ship li {
    font-size: 13px;
    line-height: 19px;
}
.m-ship p {
    font-size: 13px;
    margin-bottom: 4px;
}
	.contact p {
    font-size: 12px;
}
	.alert {
    position: relative;
    padding: 5px 11px 5px 41px;
    font-size: 12px;
    margin-bottom: 5px;
}
	h2.sub-h {
    border-bottom: 4px double #4d4f53;
    margin: 0 15px 5px;
    padding-bottom: 3px;
    font-size: 16px;
}

	.modal-dialog.delete-modal {
    width: 50%;
}
	div#expandcontent-three {
    background: #fff;
    padding: 0px 5px;
}
	span#expanderSign-three img {
    height: 17px;
    width: 17px;
    float: left;
    padding: 0px;
    margin-right: 9px;
    margin-left: 9px;
    margin-top: 2px;
}
	div#expandcontent-two .alert {
    margin-bottom: 0px !important;
    padding: 4px 40px;
}
	.review-sub textarea, .reviews {
    width: 100%;
    padding: 0px;
    border: 0px solid #ddd;
}

button.btn.btn-danger {
    padding: 3px 8px;
    margin: 4px 4px;
}
.modal-footer .btn-danger {
    padding: 6px !important;
    margin: 0px !important;
}
	.back-to-top{    bottom: 90px;z-index:9999;}
	.flexslider .slides img {
    width: 40%;
    display: block;
}
	.table-shop td div.th_title {
    position: absolute;
    font-size: 12px;
    text-align: left;
}
	.cont .button, .m-ship, .table-responsive {
    margin-bottom: 10px;
}
	.sect.no-bod {
    border: none;
    padding-top: 1px;
}
	.review-sub, .reviews {
    margin-bottom: 5px;
}
	div#update strong {
    padding-bottom: 3px !important;
    display: block;
}
	.user-form textarea {height: 50px;    border: 1px solid #ccc;}
.reviews {
    background: none;
    min-height: auto;    margin-bottom: 20px;
}
	.user-form p {
    margin-bottom: 0px;}
.desc hr {
    margin-top: 10px !important;
margin-bottom: 6px !important;}
	.desc h2 {
       border: 1px solid #0083c0;
    padding: 5px 10px;
    color: #fff;
    background: #0083c0;
    margin-top: 10px;
}
.desc-text {
    height: auto;
    font-size: 13px;
	    margin-top: 10px;
    min-height: auto;
    margin-bottom: 0px;
}   
	.sect {
    border-top: 1px solid #ddd;
    padding: 9px 0 2px;
}
	input#number {
    height: 35px !important;
}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {

    max-height: 340px;
}
footer.login-footer p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
	.ul-outer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
    top: 100%;
    margin-top: -35px;
}
ul.ul-inner li a {
    color: #fff;
    width: auto !important;
    height: auto !important;
    position: static !important;
}
ul.ul-inner li {
       width: 25%;
    float: left;
    list-style: none;
}
ul.ul-inner {
    width: 100%;
    padding-left: 0px;
}
ul.ul-inner li:nth-child(1) a {
    background: #b81a21;
    text-align: center;
    padding: 7px 0px;
    display: block;
}
ul.ul-inner li:nth-child(1) a:hover {
    background: #272926;
}

ul.ul-inner li:nth-child(2) a {
    background: #d35e27;
    text-align: center;
    padding: 7px 0px;
	 display: block;
}
ul.ul-inner li:nth-child(2) a:hover {
     background: #f37235;
}
ul.ul-inner li:nth-child(3) a {
    text-align: center;
  background: #b81a21;
    padding: 7px 0px;
	 display: block;
}
ul.ul-inner li:nth-child(3) a:hover {
   background: #272926;
}
ul.ul-inner li:nth-child(4) a:hover {    background: #f37235;}
ul.ul-inner li:nth-child(4) a {
     background: #d35e27;
    padding: 7px 0px;
	 display: block;
    text-align: center;
}

ul.ul-inner li a {
    color: #fff;
}
ul.ul-inner li:nth-child(4) i {
    margin-left: 0px;
}
	ul.sy-pager {
    display: none;
}
	.table-shop tr td.visible-xs, .table-shop th.visible-xs {
    display: block !important;
}

	td.agree.padd-zero {
     padding-bottom: 0px;    padding-left: 20px !important;
}
	.table-shop>tbody>tr {
    margin-bottom: 20px;
}
	.table-shop>thead>tr>th {
    border: none;
    text-transform: uppercase;
    display: none;}
	
.table-shop {
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 15px
}
.table-shop .product-name {
	width: 40%
}
.table-shop img {
	width: 100%;
	min-width: 60px;
	max-width: 60px;
	text-align: center
}
.table-shop>thead>tr>th {
	border: none;
	text-transform: uppercase;
	padding: 10px 10px;
	font-weight: normal
}
.table-shop>tbody>tr>td {
    border-width: 2px 1px 2px 1px !important;
	    border-right: 0px;
    border-left: 0px;
	border: 1px solid #cacaca;
	border-top: 2px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
	padding: 10px;
	vertical-align: top
}
.table-shop .input-quantity {
	width: 40px;
	display: inline;
	text-align: center;
	height: 30px;
	line-height: 1.4em;
	padding: 5px 10px
}
.table-shop .icon {
	color: #c69c6d
}
body.responsive .table-shop>thead {
	display: none
}
.table-shop, .table-shop tbody, .table-shop td, .table-shop tr {
	display: block;
	border: 0;
	width: 100%
}
.table-shop td {
    padding: 10px;
    position: relative;
    padding-left: 48% !important;
}
.table-shop td.notitle {
	padding-left: 20px !important;
	text-align: center !important
}
.table-shop td.text-center {
	text-align: left
}
.table-shop td.no_title {
	padding-left: 0 !important;
	text-align: center
}
.table-shop td div.th_title {
    position: absolute;
    left: 20px;font-weight: bold;
    width: 20%;
	    padding-top: 1px;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
}
.table-shop td div.th_title.input-label {
	line-height: 3em
}

table.table-total {
	border: none;
	text-align: left;
	border-bottom: 2px solid #e9e9e9;
	margin-bottom: 20px
}
table.table-total tr>th, table.table-total tr>td {
	border: none;
	padding: 5px 0 0 0;
	width: 47%
}
table.table-total tr>th.td-divider, table.table-total tr>td.td-divider {
	width: 6%
}
table.table-total h2 {
	font-size: 1.6em;
	font-weight: bold
}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: rgb(243, 243, 243);
}
	ul.dropdown-menu {
    padding: 0px;
}
ul.dropdown-menu li a {
    padding-left: 14px !important;
    color: #5a5a5a !important;
}
	ul.dropdown-menu li a {
    border: 1px solid #f9f9f9 !important;
    border-width: 1px 0px 1px 0px !important;
}
	.navbar-nav {
    margin: 0px -15px;
}
	ul.nav.navbar-nav.navbar-right li a {
    border: 1px solid #efefef;
    border-width: 1px 0px 1px 0px;
}
span.caret {
    float: right;
    color: #0d0a0b;margin-top: 9px;
}
	.accordion .link {
    padding: 12px 15px 12px 14px;}
	.submenu a {
    padding: 10px;}
	.user-form input, .user-form select, .user-form textarea {
    margin-bottom: 10px;    font-size: 12px;}
	.l-search {
    background: #fff;
    margin-bottom: 11px;
}
	.sy-slides-wrap img {
    width: 100% !important;
}
	.cont-text {
   
    margin-bottom: 11px;
    background: #fff;
    padding: 5px;
}
	.product-wrap {
   
    margin-bottom: 10px;
}
.l-search h3, .user-form h3 {
    font-size: 18px;
    margin-bottom: 11px;
}
.main-content {
padding: 10px 0 0;}
	.accordion-outer a.navbar-brand {
    font-size: 18px;
}
	.new-heading h1 img {
    height: 16px;
    width: 16px;
    margin-right: 9px;
}
	.new-heading h1 {
 
    font-size: 17px;
}
	.accordion-outer h3{display:none;}
	.accordion-outer .navbar-default {
	border: 1px solid #dedede;    margin-bottom: 11px; }
	
.logo img {
    HEIGHT: 43px;
    margin: 10px 0px;
}
	footer.login-footer {
    margin-top: 20px;
}
	.header-outer .navbar-default .navbar-brand img {
    width: 198px;
    padding-top: 0px;
    padding-left: 4px;
}
	.f-content h2, .f2-content h2{text-align:center;}
	.f2-content ul li {
    list-style-type: none;
    padding: 61px 0px 18px 0px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #4c4747;
    word-wrap: break-word;
}
.f2-content ul li:nth-child(1):before, .f2-content ul li:nth-child(2):before {
    content: '\f041';
    position: absolute;
    left: 0;
    right: 0px;
    font-family: fontAwesome;
    margin: 0 auto;
}
	.f-content ul li:before{content:" ";}
	#carousel, .f-content {
    margin-bottom: 10px;
    text-align: center;
}
.header-outer .navbar-default .navbar-nav>li>a {
	padding:10px 15px
}

.p-green {
	font-weight:inherit
}
.inner-logo {
   display:none;
}
.header-outer .navbar-default .navbar-nav>li:last-child>a {
	padding-right:15px
}
.header-outer .navbar-default .navbar-nav>li:first-child>a {
	padding-left:15px
}
.header-outer .navbar-default {
    margin: 10px 0;

	border:1px solid #c9cac8;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}
.c-text, .language {
	text-align:center
}
.c-text {
	margin-bottom:15px
}
.menu {
	height:543px
}
.user-info {
	border-top:1px solid #ddd;
	display:none
}

.button, .login-inner input {
	
}
.cart:before, .points:before, .welcome:before {
	top:-5px
}

.l-search input[type=text] {

}
.user-form textarea {

}
.sy-controls li a:after {
	width:1em;
	height:1em;
	margin-left:-13px;
	margin-top:0
}
.sy-pager li {
	margin:0 .5em 0 0;
	width:.5em;
	height:.5em
}
.login-wrapper {
	margin-top:10px
}
.login-inner {
 
padding: 15px 30px 10px;}
	h1.login-head {
    font-size: 18px;
    margin-bottom: 10px;
}
.info-sec img {
    padding: 5px 14px;
    display: none;   
}
	.info-sec {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 13px; min-height: auto;}
.login-wrapper h2 {
    color: #000;
    margin-bottom: 0px;
}
.outer-wrapper {
    padding: 3% 0px 10%;
}
}
@media (min-width:767px) and (max-width:991px) {
	ul.nav.navbar-nav.navbar-right.terms li {
    float: none;
    margin-top: 52px;
}
ul.nav.navbar-nav.navbar-right.terms li a {
    margin-top: 0px;
}
ul.nav.navbar-nav.navbar-right.terms li {
    float: none;
    margin-top: 52px;
}
	ul.nav.navbar-nav.navbar-right.terms li a {
    background: #ef3e42;
    color: #fff;
    padding: 8px 20px;
    display: block;
    margin-left: 0px;
    margin: 0px 15px 9px 0px;
    border-radius: 30px;
}
	.header-outer .navbar-default .navbar-nav>li>a {
    padding: 28px 5px;
    font-size: 13px;
}
	ul.nav.navbar-nav.navbar-right.terms li a {

    margin-top: 21px;
	} 
	.m-ship input[type=submit] {
    margin-top: 5px;
}
	.header-outer .navbar-default .navbar-brand img {
    width: 204px;
    margin-left: 10px;
}
	div#carousel {
      width: 116px;
    margin: 0 auto;
	}
.flex-direction-nav a {

top: 64% !important;}
	.flexslider .slides img {
   
    width: 50%;
}
	nav.navbar.navbar-default {
    border: 1px solid #ccc;
 margin-bottom: 15px;
    margin-top: 15px;
}
	ul.nav.navbar-nav.navbar-right {
    padding-left: 15px; 
}
	  .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
	.slider {
    margin-top: 0px;
}
.outer-wrapper {
    padding: 2% 0px 7%;
}
	input#number {
    height: 35px !important;
}
	.ul-outer {
    z-index: 999999; margin-top: -43px;}
	.sy-pager li {
    margin: 0 1em 0 0;
    display: inline-block;
    width: 1em;
    height: 1em;
}
.user-info {
    padding: 12px 0;
}
.inner-logo img {
    width: 195px;
    margin-top: 5px;
    display: none !important;
}

.inner-logo {
   display:none;
}
.navbar-right {
	float:none!important;
	margin-left:-15px;
	border-top:1px solid #ccc
}
.header-outer .navbar-default .navbar-nav>li>a {
    padding: 15px 27px;
}
.menu {
	height:543px
}
.product-img {
	height:250px
}
.product-img img {
	max-height:260px;
	max-width:260px
}
.user-info {

}

.user-form textarea, h4 {

}

.login-wrapper {
	margin-top:10px
}
.button {
    height: 35px;
}

.cart:before, .points:before, .welcome:before {
	top:-5px
}
.l-search input[type=text], .login-inner input, .user-form input, .user-form select {

	font-size:15px;
}
.sy-controls li a:after {
	width:1em;
	height:1em;
	margin-left:.5em;
	margin-top:0
}

}
@media (min-width:992px) and (max-width:1199px) {
	ul.nav.navbar-nav.navbar-right.terms li a {

    margin-top: 21px;
	}
	.info-sec img {
    width: 78%;
}
	ul.clearfix li {
    float: left;
    width: 19%;
    list-style: none;
}
.cart, .points, .welcome {
    position: relative;
    display: block;
    padding-left: 42px;
}
	  a.navbar-brand {
    display: none;
}
	.slider {
    margin-top: 0px;
}

	.login-inner {
     
padding: 23px 30px 3px;}

	.inner-logo img {
    width: 288px;
    margin-top: 3px;
    display: inline-block;
}
.header-outer .navbar-default .navbar-nav>li>a {
    padding: 28px 5px;
    font-size: 13px;
}
.product-img img {
	max-height:250px;
	max-width:250px
}
.product-img {
	height:250px
}
}
.re_img {
	width:70px!important;
	height:89px!important
}
@media (min-width:1200px) and (max-width:6000px) {
a.navbar-brand {
    display: none;
}
}