@import url('https://fonts.googleapis.com/css?family=Montserrat|Work+Sans');
ul.top_links_1 {
    display: inline-block;
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0;
    transition: all 0.9s ease-in-out;
    float: right;
}
ul.top_links_1 img {
    float: left;
    padding: 0 0px;
    transition: all 0.9s ease-in-out;
    margin: 4px 7px 0 0;
}
ul.top_links_1 li {
    list-style: none;
    padding: 0 10px 0 10px;
    float: left;
    text-transform: capitalize;
    background: url(../images/sep.png) no-repeat right center;
}
ul.top_links_1 li:last-child{ background:none;}
ul.top_links_1 li a {
    transition: all 0.5s;
    color: #333333;
    font-size: 13px;
 font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 300; 
    padding: 0 0px 0 0px;
}
ul.top_links_1 li a:hover{
	color:red;
	}
.main_search {
    position: relative;
    clear: both;
    margin: 35px 0 0 0;
}
.btn-1{
	border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    outline: none;
	}		
.form-control {
    display: block !important;
    width: 100% !important;
    height: 52px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #c5c5c5 !important;
    border-radius: 0 !important;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    /* -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
}	
.top_clr {
    background: #f2f2f2;
    float: left;
    width: 100%;
	padding:10px 0;
}
.wel{
	color: #333333;
    font-size: 13px;
 font-family: 'Work Sans', sans-serif;
	}
.logo {
    margin-left: 0;
    padding: 20px 0 20px 0;
}	
.navigate{
   background:#275ea9;
   border-top-left-radius:5px;
   border-top-right-radius:5px;
	}
.navbar-inverse {
    background: none;
    border: none;
    margin: 0;
}
.navbar{
	border:none;
	}	
.navbar-collapse{
	padding:0;
	}	
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    padding: 15px 18px;
}
.navbar-inverse .navbar-nav>li:first-child{
	background:#e77306;
	border-top-left-radius:5px;
	}	
.shad {
    box-shadow: 0px 0px 10px #7b7b7b;
}
.carousel-control.right{
	background:none;
	}	
.carousel-control.left{
	background:none;
	}		
.short{
	padding:15px 0;
	}
.navbar-inverse .navbar-nav>li:first-child:hover .lev1{
	 display:block;
	}		
.lev1{
	position: absolute;
    z-index: 99;
    background: #e77306;
    width: 230px;
    padding: 10px;
	display:none;
	}	
.lev1 li a {
    color: #fff;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    text-transform: capitalize;
    padding: 5px 5px;
    display: -webkit-box;
    background: #275ea9;
    margin: 5px 0;
}
.lev1 li span{
	display:none;
	}	
.lev5{
	background: #f6f6f6;
	}
.lev5 li a {
    background: url(../images/left_arrow.png) left 10px center no-repeat;
    color: #000;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    text-transform: capitalize;
    text-indent: 25px !important;
    display: -webkit-box;
    padding: 6px 0;
	transition:all 0.5s ease-in-out;
}
.lev5 li a:hover{
    background:#275da7;
	color:#fff;
	}
.lev5 li span{
	display:none;
	}	
.n1{
   padding-bottom:20px;
	}	
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e77306;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.footer {
    background: #223346;
    padding: 10px 0;
    margin-top: 30px;
}
.copy{

color: #fff;
    font-size: 13px;
    font-family: 'Work Sans', sans-serif;
    text-transform: capitalize;
	}
.comp{
	float:right;
	}	
@media screen and (max-width:1200px){
	.navbar-inverse .navbar-nav>li>a {
    font-size: 15px;
    padding: 15px 8px;
}
	}	
@media screen and (max-width:992px){
	.navbar-inverse .navbar-nav>li>a {
    font-size: 12px;
    padding: 15px 4px;
}
.left_area{
	max-width: 263px;
    margin: 0 auto;
	}
	}	
@media screen and (max-width:768px){
	.tabbed > input:checked + section > h1 > label {
    background: #fb7301 !important;
}
	.copy {
    text-align: center;
}
.comp {
    float: none;
    text-align: center;
    padding: 5px 0 5px 0;
}
.main_search {
    position: relative;
    clear: both;
    margin: 10px 0 15px 0;
}
.navbar-toggle {
    background-color: #f1790b !important;
    border-radius: 0px;
}
.navbar-inverse .navbar-nav>li:first-child {
    background: #e77306;
    border-top-left-radius: 5px;
    display: none;
}
	
	}				
		#menuToggle {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #0634a9;
    padding: 13px 0px 8px 15px;
    margin-bottom: 0px;
}
#menuToggle input {
    display: block;
    width: 100%;
    height: 52px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
	margin:0;
}
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #ffffff;
  border-radius: 3px;
  
  z-index: 1;
  
  -webkit-transform-origin: 4px 0px;
  
          transform-origin: 4px 0px;
  
  -webkit-transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menuToggle span:first-child
{
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}


#menuToggle input:checked ~ span
{
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
          transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate(0, -1px);
          transform: rotate(-45deg) translate(0, -1px);
}


#menu
{
  position: absolute;
  width: 100%;
  margin: -40px 0 0 -50px;
  
  padding: 1px 1px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  
/*  -webkit-transform-origin: 0% 0%;
  
          transform-origin: 0% 0%;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);*/
  display:none;}


#menu li
{
  padding: 5px 0;
  font-size: 22px;

}

#menuToggle input:checked ~ ul
{
  -webkit-transform: scale(1.0, 1.0);
          transform: scale(1.0, 1.0);
  opacity: 1;
    margin: 15px 0 0 -8px;
    position: static;
	display:block;
	transition:all 0.5s ease-in-out;
}
.new_nav li{
	width:100%;
	transition:all 0.5s ease-in-out;
	border-bottom: 1px solid #dadada; 
	}
.new_nav a{
	    font-family: arial;
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 9px 18px;
    border-radius: 16px;
	}
.new_nav li:hover{
	    color: #000;
    background:#ffeb00;
	}
#menuToggle h1{
	    
    left: 61px !important;
	right:auto !important;
	top:-7px !important;
}

#menuToggle {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #1a1a1a !important;
    padding: 30px 0px 15px 15px !important;
    margin-bottom: 10px !important;
}
.tabbed {
    float: left;
    width: 100%;
    background: #ffeb00;
}

.tabbed > input{
  display : none;
}

.tabbed > section > h1 {
    float: left;
    box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 0.5em 5px 0 0;
    overflow: inherit;
    font-size: 1em;
    font-weight: normal;
    
}

.tabbed > section > h1 > label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    padding: 15px 0px;
    margin: 0 0 0 1px;
    width: 141px;
    text-align: center;
    border-bottom: none;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
}

.lorem {
    border: 1px solid #eaeaea;
    padding: 10px;
    border-top: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    background: #fff;
}
.panel{
	margin:0;
	border:0;
}



.tabbed > input:checked + section > h1 > label { background:#fff; color:#000000; border-radius:5px 5px 0 0;}

.tabbed > section > div{
  position      : relative;
  z-index       : 1;
  float         : right;
  box-sizing    : border-box;
  width         : 100%;
  margin        :50px 0 0 -100%;

}

.tabbed > input:checked + section > h1{
  position : relative;
  z-index  : 2;
}

.tabbed > input:not(:checked) + section > div{
  display : none;
}
.leftsec { width:50%; float:left;     margin-top:12px;}
.rightsec { width:46%; float:right;}
.asdasd { margin-top:15px;; float:left; width:100%; position:relative; z-index:999999}
#slider-header {margin:20 0 0px 0; width:100% !important; height:auto !important; clear:both;}
#slider-header h2{ font-size:14px; text-transform:uppercase; color:#fff; line-height:39px; border:1px solid #d7d7d7; margin:0; padding:0 0 0 26px; text-align:left; font-weight:bold;
background:#ff7612;}
.productthumb li{ float:left; width:100%; max-width:240px; list-style:none; padding:0 5px;}



@media screen and (max-width:1024px){
.tabbed > section > h1 > label {  width:150px}
}
@media screen and (max-width:991px){
#tabbed2 + section > div { margin-top:55px !important;}
#tabbed3 + section > div { margin-top:55px !important;}
#tabbed4 + section > div { margin-top:55px !important;}
.tabbed > section > h1 > label { width:139px; font-size:12px;}
.containers>a { margin-right:60px !important;}
.leftsec { width:100%;}
.rightsec { width:100%;}
.tabbed > section > h1 > label { width:130px;}
.image-gallery {max-width: 515px; width:100% !important;}
.image-gallery .big-image {width: 77% !important;}
} 
@media screen and (max-width:790px){
.tabbed{margin:10px 0;}	 
#tabbed2 + section > div { margin-top:-1px !important;}
#tabbed3 + section > div { margin-top:-1px !important;}
#tabbed4 + section > div { margin-top:-1px !important;}
.tabbed > section > div{    margin:-1px 0;}
.productthumb { text-align:center;}
.productthumb li { display:inline-block; float:none;}
.tabbed > section > h1{ margin:0 !important; width:100%; padding:0 0 0 !important}
.tabbed > section > h1 > label { width:100% !important; text-align:left !important; padding:14px 15px !important; margin:1px 0; position:relative;}
.moblo{ margin-bottom:0 !important;}

.tabbed > section > h1 > label::after{
content: "\f0fe";
    font-family: "fontawesome";
    color: #fff;
    position: absolute;
    right: 10px;
    top: 15px;
}

.tabbed > input:checked + section > h1 > label::after{
 content: "\f146";
}

}

@media screen and (max-width:460px){ 
.tabbed > section > h1 { margin-bottom:0;}
.tabbed > section > h1 > label { font-size:11.5px; width: 100%;}
.containers>a { margin-right:9px !important;}
.productthumb li{  max-width:150px;}
.single-item .gal_button {
    min-width: 100px;
 
}

#slider-header h2 {
    font-size: 11.5px;
    padding: 0 0 0 15px;
}
.single-item .gal_img {
    height: 100px;
}
}
@media screen and (max-width:414px){ 
.tabbed > section > h1 > label {width:100%;}
.tabbed > section > h1 {margin:0;}

.row{
	 margin:0 !important;
	}
.shiippingban img {
    max-width: 100% !important;
}
.shiippingban {
    max-width: 100% !important;
}

}
.o_logo{
	    visibility: hidden !important;
	}#menuToggle {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #0634a9;
    padding: 13px 0px 8px 15px;
    margin-bottom: 0px;
}
#menuToggle input {
    display: block;
    width: 100%;
    height: 52px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
	margin:0;
}
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #ffffff;
  border-radius: 3px;
  
  z-index: 1;
  
  -webkit-transform-origin: 4px 0px;
  
          transform-origin: 4px 0px;
  
  -webkit-transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menuToggle span:first-child
{
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}


#menuToggle input:checked ~ span
{
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
          transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate(0, -1px);
          transform: rotate(-45deg) translate(0, -1px);
}


#menu
{
  position: absolute;
  width: 100%;
  margin: -40px 0 0 -50px;
  
  padding: 1px 1px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  
/*  -webkit-transform-origin: 0% 0%;
  
          transform-origin: 0% 0%;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);*/
  display:none;}


#menu li
{
  padding: 5px 0;
  font-size: 22px;

}

#menuToggle input:checked ~ ul
{
  -webkit-transform: scale(1.0, 1.0);
          transform: scale(1.0, 1.0);
  opacity: 1;
    margin: 15px 0 0 -8px;
    position: static;
	display:block;
	transition:all 0.5s ease-in-out;
}
.new_nav li{
	width:100%;
	transition:all 0.5s ease-in-out;
	border-bottom: 1px solid #dadada; 
	}
.new_nav a{
	    font-family: arial;
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 9px 18px;
    border-radius: 16px;
	}
.new_nav li:hover{
	 
    background:#fb7301;
	}
#menuToggle h1{
	    
    left: 61px !important;
	right:auto !important;
	top:-7px !important;
}

#menuToggle {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #2467ca !important;
    padding: 43px 0px 5px 15px !important;
    margin-bottom: 10px !important;
}
.tabbed {
    float: left;
    width: 100%;
    background: #275ea9;
}

.tabbed > input{
  display : none;
}

.tabbed > section > h1 {
    float: left;
    box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 0.5em 5px 0 0;
    overflow: inherit;
    font-size: 1em;
    font-weight: normal;
}

.tabbed > section > h1 > label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0px;
    margin: 0 0 0 1px;
    width: 141px;
    text-align: center;
    border-bottom: none;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    font-family: 'Work Sans', sans-serif;
    /* font-weight: 600; */
}

.lorem {
    border: 1px solid #eaeaea;
    padding: 10px;
    border-top: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #000;
	line-height:30px;
}
.lorem h1{
	font-family: 'Work Sans', sans-serif;
    font-size: 37px;
    color: #000;
	}
.panel{
	margin:0;
	border:0;
}



.tabbed > input:checked + section > h1 > label {
    background: #fff;
    color: #000000;
    border-radius: 5px 5px 0 0;
}
.tabbed > section > div{
  position      : relative;
  z-index       : 1;
  float         : right;
  box-sizing    : border-box;
  width         : 100%;
  margin        :50px 0 0 -100%;

}

.tabbed > input:checked + section > h1{
  position : relative;
  z-index  : 2;
}

.tabbed > input:not(:checked) + section > div{
  display : none;
}
.leftsec { width:50%; float:left;     margin-top:12px;}
.rightsec { width:46%; float:right;}
.asdasd { margin-top:15px;; float:left; width:100%; position:relative; z-index:999999}
#slider-header {margin:20 0 0px 0; width:100% !important; height:auto !important; clear:both;}
#slider-header h2{ font-size:14px; text-transform:uppercase; color:#fff; line-height:39px; border:1px solid #d7d7d7; margin:0; padding:0 0 0 26px; text-align:left; font-weight:bold;
background:#ff7612;}
.productthumb li{ float:left; width:100%; max-width:240px; list-style:none; padding:0 5px;}



@media screen and (max-width:1024px){
.tabbed > section > h1 > label {  width:150px}
}
@media screen and (max-width:991px){
#tabbed2 + section > div { margin-top:55px !important;}
#tabbed3 + section > div { margin-top:55px !important;}
#tabbed4 + section > div { margin-top:55px !important;}
.tabbed > section > h1 > label { width:139px; font-size:12px;}
.containers>a { margin-right:60px !important;}
.leftsec { width:100%;}
.rightsec { width:100%;}
.tabbed > section > h1 > label { width:130px;}
.image-gallery {max-width: 515px; width:100% !important;}
.image-gallery .big-image {width: 77% !important;}
} 
@media screen and (max-width:790px){
.tabbed{margin:10px 0;}	 
#tabbed2 + section > div { margin-top:-1px !important;}
#tabbed3 + section > div { margin-top:-1px !important;}
#tabbed4 + section > div { margin-top:-1px !important;}
.tabbed > section > div{    margin:-1px 0;}
.productthumb { text-align:center;}
.productthumb li { display:inline-block; float:none;}
.tabbed > section > h1{ margin:0 !important; width:100%; padding:0 0 0 !important}
.tabbed > section > h1 > label { width:100% !important; text-align:left !important; padding:14px 15px !important; margin:1px 0; position:relative;}
.moblo{ margin-bottom:0 !important;}

.tabbed > section > h1 > label::after{
content: "\f0fe";
    font-family: "fontawesome";
    color: #fff;
    position: absolute;
    right: 10px;
    top: 15px;
}

.tabbed > input:checked + section > h1 > label::after{
 content: "\f146";
}

}

@media screen and (max-width:460px){ 
.tabbed > section > h1 { margin-bottom:0;}
.tabbed > section > h1 > label { font-size:11.5px; width: 100%;}
.containers>a { margin-right:9px !important;}
.productthumb li{  max-width:150px;}
.single-item .gal_button {
    min-width: 100px;
 
}

#slider-header h2 {
    font-size: 11.5px;
    padding: 0 0 0 15px;
}
.single-item .gal_img {
    height: 100px;
}
}
@media screen and (max-width:414px){ 
.tabbed > section > h1 > label {width:100%;}
.tabbed > section > h1 {margin:0;}

.row{
	 margin:0 !important;
	}
.shiippingban img {
    max-width: 100% !important;
}
.shiippingban {
    max-width: 100% !important;
}

}
.o_logo{
	    visibility: hidden !important;
	}
.desc{
	float: left;
    width: 100%;
    background: #2260ab;
    padding: 10px;
    margin: 20px 0 0 0;
	font-size: 16px;
 font-family: 'Work Sans', sans-serif;
 color:#fff;
	}
.desc img{
	float:right;
	}			
		
.xte {
    border: 1px solid #eaeaea;
    padding: 10px;
    border-top: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    float: left;
    width: 100%;
}	