body { font-family:Arial, Helvetica, sans-serif; }
body a {color: #387acd}
body a:hover, a:focus {color: #f37e28}
.floatleft { float: left }
.floatleft { float: left }
.floatright { float: right }
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.pull-right {
text-align: right;	
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
a:focus { outline: 0px solid }


.fix { overflow: hidden }
.fclear, .clear {
	clear: both;
}

.feature-content h2 {
	margin-top: 30px;
	margin-bottom: 10px;
}
.feature-content table {
	width: 100%;
}

.feature-content table tr td:last-child {
	width: 25%;
}



.roboto-header {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}

.contentimg img {
    width: 100%;
    height: auto;
}

.tab-content dl {
	margin: 0 0 20px 0;
	border: 1px solid #bdc8ca;
}
.tab-content dt {
	float: left;
	width: 35%;
	box-sizing: border-box;
	padding: 10px;
}
.tab-content dd {
	margin: 0 0 0 35%;
	border-left: 1px solid #ddd;
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
}
.tab-content dd ~ dt, .tab-content dd ~ dd {
	border-top: 1px solid #ddd;
}
.tab-content dt:nth-child(4n+1), .tab-content dd:nth-child(4n+2){
	background: #efefef;
}


.pad-top-bot-10   {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pad-top-bot-15   {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pad-left-right-20   {
	padding-left: 20px;
	padding-right: 20px;
}
.pad-bot-15   {
	padding-bottom: 15px;
}
.pad-top-10   {
	padding-top: 10px;
}
.pad-top-5   {
	padding-top: 5px;
}
.pad-top-7   {
	padding-top: 7px;
}
.pad-top-30   {
	padding-top: 30px;
}
.pad-5 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
}
.pad-10 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
}
.marg-top-10   {
	margin-top: 10px;
}
.marg-top-20   {
	margin-top: 20px;
}
.marg-top-30   {
	margin-top: 30px;
}
.marg-top-40   {
	margin-top: 40px;
}
.marg-top-50   {
	margin-top: 50px;
}

.marg-bot-5   {
	margin-bottom: 5px;
}
.marg-bot-10   {
	margin-bottom: 10px;
}
.marg-bot-15   {
	margin-bottom: 15px;
}
.marg-bot-20   {
	margin-bottom: 20px;
}
.marg-bot-30   {
	margin-bottom: 30px;
}
.marg-bot-40   {
	margin-bottom: 40px;
}
.marg-right-10   {
	margin-right: 10px;
}
.marg-right-20   {
	margin-right: 20px;
}
.marg-right-5   {
	margin-right: 5px;
}
.marg-left-10   {
	margin-left: 10px;
}
.bg-gray {
	background-color: #FBFBFB;	
}
.bg-red {
	background-color: #ec4f34;	
}
.bg-orange-light {
	background-color: #FFFAE8;	
}
.bg-blue {
	background-color: #2579ca;
}
.text-gray {
	color: #333;
}
.text-lightgray {
	color: #999;
}
.text-blue {
	color: #2579ca;
}
.text-orange {
	color: #f37e28; 
}
.text-aqua {
	color: #4abebd;
}
.text-reddish {
	color: #f96b6b;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-120 {
	font-size: 120%;
}
.text-80 {
	font-size: 80%;
}
.container .btn-primary {
    background-color: #2479ca;
}
.container .btn-primary:hover, .container .btn-primary:focus {
    background-color: #f37e28;
    border-color: #f9a344;
}

.error {
	color: #E82727;
}
hr.margin-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.displaynone {
display: none;	
}

.flex-container, .menu-image, #mse2_results {
    display: flex;
    flex-wrap: wrap;
}


.flex-head-area {
    display: flex;
    flex-wrap: wrap;
}
.flex-head-area .flex-head-area-item {
    margin: 0px 0px 5px 0px;
}

.flex-head-area .flex-head-area-item {
  flex: 1;
}
.flex-head-area .flex-head-area-item:first-child {
  flex: 5;
}
.flex-head-area .flex-head-area-item:nth-of-type(3) {
  margin: 0px 0px 5px 0px;
}




.flex-product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex-product-card div:nth-of-type(2) {
    flex: 2;
}


.product-option-shop form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.product-option-shop form input {
    flex: 1;
    margin: 0px 5px 0px 5px;
}
.product-option-shop form button {
    flex: 2;
    margin: 0px 5px 0px 0px;
}

.border-1 {
	border: 1px solid #ddd;
	background-color: #fff;
	border-collapse: collapse;
}
.header-area {
    background: none repeat scroll 0 0 #f4f4f4;
    padding: 5px 0px;;
}
.header-area a {
	color: #505050;
}

.contacts-menu {
	width: 100%;
	text-align:center;
}


.user-menu ul, .contacts-menu ul, .auth-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.user-menu li:first-child {
    margin-left: 0px;
}
.user-menu li:last-child {
	margin-right: 0px;
}
.user-menu li {
    margin-left: 10px;
	margin-right: 10px;
}


.user-menu li, .contacts-menu li, .auth-menu li {
    display: inline-block;
}

.user-menu li a, .auth-menu li a {
    display: block;
    font-size: 0.9em;
    padding: 2px 0px 2px 0px;
}


.auth-menu li:last-of-type {
    margin-left: 10px;
	margin-right: 0px;
}
.auth-menu li {
    margin-right: 10px;
}

.user-menu li a:hover, .contacts-menu li a:hover {
	color: #f37e28;	
}
.user-menu li a i.fa {
    margin-right: 5px;
}
.user-menu li.showmobile { display: none; }	
.modal-content {
	text-align:left;	
}

.contacts-menu li {
	/* padding-right: 7px;
	padding-left: 7px;
	border-right: solid 1px #d8d8d8; 
	font-size: 0.9em; */
}
.contacts-menu ul.contacts-buttons li:last-child {
    border-right: 0px;
}
.contacts-menu li:first-child { padding-left: 0px;}
.contacts-menu li.headerMail a { color: #508DCE;}
.contacts-menu li.callback a { border-bottom: dashed 1px;}
.contacts-menu li a {
    padding: 0px;
	text-decoration: none;
	color: #505050;
}
.contacts-menu li a span { color: #999;}

.contacts-menu .headerPhone a {
font-size: 1.4em;
color: #333;	
}
.contacts-menu .headerPhone a:hover {
cursor: default;	
color: #333;
}


a.link-modal { color: #333; border-bottom: dashed 1px; }
a.link-modal:hover, a.link-modal:focus { text-decoration: none;}

.g-recaptcha div {
    margin: auto;
}

.header-right {
text-align: right;	
}
.header-right ul.list-inline {
    margin: 0;
    text-align: right;
}
.header-right ul.list-inline li a {
    display: block;
    padding: 9px;
}
.header-right ul.list-inline li ul a {
    padding: 5px 15px;
}
.header-right ul.list-inline li ul {
    border: medium none;
    border-radius: 0;
    left: 50%;
    margin-left: -50px;
    min-width: 100px;
    text-align: center;
}

.mainmenu-area {
	background-position: 0 0 #fbfbfb;
	background-image: none;
	background-color: #2579ca;
	background-attachment: scroll;
	text-transform: uppercase;
	width: 100%;
	z-index: 900;
	font-style: normal;
	font-weight: 700;
}
.logo h1 {
    font-size: 40px;
    font-weight: 400;
}
.logo h1 a {
    color: #999;
}
.logo h1 a:hover {text-decoration: none;opacity: .7}
.logo h1 a span {
    color: #2579ca;
}
.slogan {
    font-size: 0.8rem;
}
.shopping-item {
	padding: 10px 0px 10px 0px;
	overflow: hidden;
}
.shopping-item a {
    color: #666;
}
.searchtop-shopcart {
    padding: 10px 0px 10px 0px;
	position: relative;
	width: 100%;
	float: right;
}
.searchtop {
    float: right;
    text-align: right;
    padding-top: 4px;
    z-index: 999;
}

.ui-widget-content .ui-menu-item-wrapper {
    padding: 5px 0px 5px 0px;
    z-index: 999;
}
.ui-menu .ui-menu-item-wrapper:hover {
    background: gray;
    border: 1px solid gray;
}
.contacts-menu li.social-menu a .fa {
    font-size: 1.3em;
}
.shopcart {
    width: auto;
    background-color: white;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #ddd;
}
.shopcart a {
    text-decoration: none;
}
.shopcart a:hover, .shopcart a:focus{
   text-decoration: none;
}

.msMiniCartEmptyCount {
    color: #A9A9A9;
    background: #f37e28;
    border-radius: 5px;
    padding: 5px 12px 5px 12px;
}
.msMiniCartEmptyCost {
    color: #A9A9A9;
}
.msMiniCartNotEmptyCount {
    color: #FFF;
    background: #f37e28;
    border-radius: 5px;
    padding: 1px 12px 1px 12px;
}
.shopcart .msMiniCart .msMiniCartNotEmpty a {
   color: #2479ca;
   text-decoration: none;
}
.shopcart .msMiniCart .msMiniCartNotEmpty:hover {
   /* background-color: #f37e28; */
}
.msMiniCartNotEmptyCost {
    color: #666;
}
.enter-office {
    background-color: #ffe8cf;
    padding: 7px 5px 7px 5px;
    border-radius: 5px;
    text-align: center;
    line-height:1;
}
.enter-office a {
    color: #508DCE;
    font-size: 0.8em;
}


.cart-amunt {
    color: #2579ca;
    font-weight: 700;
}
.product-count {
    background: none repeat scroll 0 0 #2579ca;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    padding-top: 2px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 20px;
}
.cart-full:hover {
	border: thin solid #2579ca;
}

.shopping-item:hover .product-count {
    background: none repeat scroll 0 0 #000;
}

.breadcrumbs {
    font-size: 0.9em;
}
.breadcrumbs span i.fa-lg {
    vertical-align: 0%;
}

/* Navbar */

.mainmenu-area nav.navbar .dropdown-menu {
	text-transform: none;
	font-weight: 500;
}

nav.navbar {
	
}
nav.navbar .dropdown-menu{
  width: 100%;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-custom {
  background-color: #2579ca;
}
.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
  color: #dfe3e7; 
}
.nav-item {
  padding: 0 5px;
}
.nav-subitem {
  
}
nav.navbar .dropdown-menu a {
    color: #367cd3;
    text-decoration: none;
}
nav.navbar .dropdown-menu a:hover {
    color: #f37e28;
}
.nav-item:hover {
  /* background-color: #f37e28; */
}

a.nav-link:hover {
  color: white;
}

i.collapsing, i.collape  {
  -webkit-transition: none !important;
  transition: none !important;
}




.slider-area {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 15px 5px 5px 5px;
}
/*-------------------------
[9. Block slider]
---------------------------*/
.block-slider{
	border: none;
	width: 100%;
	display: block;
	overflow-y: hidden;
	overflow-x: hidden;
}
.block-slider h2, .block-slider h4 {
text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff;	
}
.block-slider ul li{
	list-style: none;
}
.block-slider .bx-pager{
	display: none;
}
.block-slider .bx-prev,
.block-slider .bx-next{
	width: 32px;
	height: 32px;
	border: 1px solid #eaeaea;
	text-align: center;
	display: block;
	border-radius: 50%;
	font-size: 30px;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 29px;
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	transition: all 0.45s ease;
}
.block-slider img{
	width: 100%;
	height: auto;
}
.block-slider .bx-prev i:before, .block-slider .bx-next i:before {
	font-family: "Font Awesome 7 Free";
	}
.block-slider .bx-prev{
	left: 0px;
	padding-right: 3px;
}
.block-slider .bx-next{
	right: 0px;
	padding-left: 3px;
}
.block-slider:hover .bx-prev{
	left: 10px;
}
.block-slider:hover .bx-next{
	right: 10px;
}
.block-slider .bx-prev:hover,
.block-slider .bx-next:hover{
	background: #2579ca;
	color: #fff;
	border-color: #2579ca;
}

/*------------------
[4. Slidershow]
------------------*/

.block-slider .bx-pager{
	display: block;
    text-align: center;
}
.block-slider .bx-pager-item{
	width: 15px;
	height: 15px;
	background: #fff;
	font-size: 0;
	display: inline-block;
	border-radius: 50%;
	margin: 0 3px;
}
.block-slider .bx-pager-item a{
	width: 100%;
	height: 100%;
	background: #999;
	display: block;
	border-radius: 50%;
}
.block-slider .bx-pager-item a.active{
	background: #F3B418;
}
.block-slider .caption-group{
	position: absolute;
	top: 10%;
	right: 12%;
}
.block-slider .caption-group .title{
	margin: 0;
}
.block-slider .caption-group .subtitle{
	margin: 0;
	margin-top: 5px;
}
.block-slider .caption-group .button-radius{
	margin-top: 27px;
}
.block-slider .caption-group .primary{
	color: #f37e28;
}
.block-slider .caption-group .caption{

}
/* .slider-area {
	display: none;
} */



/*----------------------
[10. Block top seller ]
------------------------*/
.button-radius{
  position: relative;
  border: 1px solid #eaeaea;
  padding: 1px;
  min-height: 34px;
  background: #fff;
  display: inline-block;
  width: auto;
  line-height: 30px;
  padding-left: 40px;
  padding-right: 20px;
  margin: 0;
  color: #666666;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 10px;
  font-size: 14px;
}
.button-radius .icon{
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
  position: absolute;
  left: 2%;
  top: 2px;
  overflow: hidden;
}

.button-radius .icon:before{
  font-family: 'Font Awesome 7 Free';
  content: "\f105";
  font-size: 14px;
  color: #fff;
  width: 28px;
  height: 28px;
  background-color: #2579ca;
  border-radius: 90%;
  text-align: center;
  line-height: 26px;
  float: left;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.button-radius.white{
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.button-radius.white .icon:before{
  background: #fff;
  color: #333;
}

.button-radius:hover .icon{
  left: 100%;
  margin-left: -30px;
}
.button-radius:hover{
  padding-left: 20px;
  padding-right: 40px;
}

.promo-area {
  background:#fbfbfb;
  color: #fff;
  padding: 40px 0 40px;
}

.quicklinks-area {
  color: #fff;
  padding: 40px 0 40px;
}

.notification {
  background: #f37e28;
  padding: 10px 0 10px;
  
}
.brands-area {
  border-top:0px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  padding: 20px 0 20px;
}
.action-area {
  background:#fff;
  color: #fff;
  padding: 20px 0 20px;
}

.zigzag-t {
    background: linear-gradient(45deg, #ececec 10px, transparent 0), linear-gradient(-45deg, #ececec 10px, transparent 0);
    background-position: left-top;
    background-repeat: repeat-x;
    background-size: 30px 20px;
    content:" ";
    left: 0px;
    width: 100%;
    height: 20px;
}
.zigzag-b {
	position: relative;
	padding: 8px 8px 32px 8px;
	background-color: #ececec;
}
.zigzag-b:after {
    background: linear-gradient(-45deg, #ffffff 16px, transparent 0), linear-gradient(45deg, #ffffff 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
}

.news-area {
	margin-top: 0;
	margin-bottom: 0;
	background-color: #ececec;
}

.promo-area .zigzag-bottom, .brands-area .zigzag-bottom {background: #f37e28}
.single-promo {
	font-size: 1.5em;
}
.single-promo i {
  font-size: 50px;
}

.single-promo:hover {color: #fff;background: #f37e28;}
.promo1 { background:#555555;}
.promo2 { background:#ff8d00;}
.promo3 { background:#3e82ff;}
.promo4 { background:#25ca32;}
.promo5 { background:#2579ca;}

.promo-link {
margin-bottom: 10px;	
}

.promo-link a, .promo-link a:hover {
color: white;	
}


.section-title {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	margin-bottom: 20px;
}


.product-f-image {
	position: relative;
	/* height: 212px; */
	padding: 10px;
	text-align: center;
}
.product-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}
.product-hover:after {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 100%;
  left: -100%;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;transition: .4s;
}
.product-hover a, .product-hover button {
    background: none repeat scroll 0 0 #2579ca;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    left: 10%;
    margin: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    /* text-transform: uppercase; */
    border: 0px;
    width: 80%;z-index: 99;transition: .4s;
}
.product-hover a:hover, .product-hover button:hover {
	background-color: #f37e28;
	text-decoration: none;
	border-color: #7D7D7D;
	color: #fff;
}
.product-carousel-price ins {
	color: #f37e28;
	margin-right: 5px;
	text-decoration: none;
	font-size: 24px;
	line-height: 14px;
}
.product-hover a i.fa,  button i.fa {
    margin-right: 5px;
}
.product-hover a.link-view-item, .product-hover button.link-view-item {
	top: -25%;
}
.product-hover a.link-view-category, .product-hover button.link-view-category {
	bottom: -25%;
}
.product-hover button.link-view-item {
	padding: 5px;
	text-transform: none;
}
.single-product h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
}


.single-product h2 a {
    color: #222;
}
.single-product p {
    color: #2579ca;
    font-weight: 700;
}

.single-product {
  overflow: hidden;
  text-align: center;
}
.single-product:hover {}
.single-product:hover .product-hover a.link-view-item, .single-product:hover .product-hover button.link-view-item {top: 23%;}
.single-product:hover .product-hover a.link-view-category, .single-product:hover .product-hover button.link-view-category {bottom: 23%;}
.single-product:hover .product-hover:after{left: 0}

.product-card-title-block {
/* height: 120px; */
}
.product-card-35-block {
/* height: 50px; */
}
.single-product .product-card-title-block .product-title-text {
	line-height: 8px !important;
}
.product-content-right ul li {
/* list-style-type: disc;  */   
}
.product-content-right ul ul li {
list-style-type: circle;    
}

.product-carousel {
  padding-top: 40px;
}

.latest-product .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}

.latest-product .owl-nav div, .related-products-wrapper .owl-nav div {
  background:#f9850d;
  color:#FFF;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}
.latest-product .owl-nav div:hover, .brand-wrapper .owl-nav div:hover, .related-products-wrapper .owl-nav div:hover {color: #FFF; background:#f95f5f;}
.brand-list {padding-top: 40px;}
.brand-list .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}
.brand-wrapper .owl-nav div {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}

.brand-wrapper .owl-nav div {
  background:#f9850d;
  color:#FFF;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}

.maincontent-area {padding-bottom: 50px; padding-top:20px;}
.news-item-index, .list-article-item {
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 10px;
	position: relative;
}


.product-wid-title {
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 40px;
}


.single-wid-product {
    margin-bottom: 31px;
    overflow: hidden;
}
.product-thumb {
    float: left;
    height: 90px;
    margin-right: 15px;
    width: 100px;
}
.single-wid-product h2 {
    font-size: 14px;
    margin-bottom: 12px;
}
.product-wid-rating {
    color: #ffc808;
    margin-bottom: 10px;
}
.product-wid-price ins {
    color: #2579ca;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}
.single-wid-product h2 a {
    color: #222;
}
.single-wid-product h2 a:hover, .single-product h2 a:hover {
    color: #2579ca;
}
.wid-view-more {
    background: none repeat scroll 0 0 #2579ca;
    color: #fff;
    padding: 3px 15px;
    position: absolute;
    right: 10px;
    top: 3px;
}
.wid-view-more:hover {color: #fff;background-color: #222;text-decoration: none}
.single-product-widget {
    position: relative;
}
.product-widget-area {
  padding-bottom: 30px;
  padding-top: 30px;
}
.product-widget-area .zigzag-bottom{background: #f37e28;}
.productoptions td {
    padding: 6px 7px 2px 0px;
}


/* Filters */
#mse2_filters label {
    font-weight: normal;
}
#mse2_filters sup {
    color: gray;
}
.sidebar-title.filters {
    margin-bottom: 7px;
}
#mse2_filters fieldset {
    border-bottom: 1px solid #ddd;
    padding: 5px 0px 5px 0px;
}
#mse2_filters .ui-slider .ui-slider-range {
    background: #d8e7fd;
}
#mse2_filters h4 {
    font-size: 1rem;
    font-weight: 700;
}
#mse2_filters input[type="text"] {
    margin-left: 7px;
}
.form-group {
    margin-bottom: 7px;
}
/* Filters End */


.footer-top-area .zigzag-bottom{background: #f37e28}
.footer-top-area {background: none repeat scroll 0 0 #333;
color: #999;
padding: 35px 0 120px;}


.footer-bottom-area {background: #000;color: #fff}
.footer-about-us span {
  color: #2579ca;
}
.footer-about-us a {
  color: #999;
}
.footer-wid-title {
  font-size: 1.5em;
  color: #fff
}

.footer-about-us h2 {
  font-weight: 200;
}
.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    border-bottom: 1px dashed #555;
    padding: 5px 0;
}
.footer-menu a {
    display: block;
    padding: 5px 0;color: #999
}


div.container .footer-social a {
  background: none repeat scroll 0 0 #2579ca;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 5px;
  text-align: center;
  width: 40px;border: 1px solid #2579ca;
}

.footer-social a:hover {background-color: #f37e28; color: #fff; border: #f37e28}

.footer-social {margin-top: 20px}

.newsletter-form input[type="email"] {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.newsletter-form input[type="submit"] {
    background: none repeat scroll 0 0 #2579ca;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 7px 20px;
    text-transform: uppercase;border: 1px solid #2579ca;
}
.newsletter-form input[type="submit"]:hover {background: #222;border-color: #666}
.newsletter-form {
    margin-top: 25px;
}

.footer-bottom-area {
	background: none repeat scroll 0 0 #000;
	color: #fff;
	padding-bottom: 80px;
}

.footer-bottom-area input.form-control {
    width: 120px;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.footer-bottom-area input.form-control:focus {
    width: 660px;
}


.slide-bulletz {
    bottom: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}
ol.slide-indicators {
left: inherit;
list-style: outside none none;
margin: 0;
padding: 0;
position: relative;
width: 100%;
}
ol.slide-indicators li {
background: none repeat scroll 0 0 #222;
border: medium none;
border-radius: 0;
cursor: pointer;
display: inline-block;
height: 10px;
margin: 0 0 0 5px;
width: 10px;
}
ol.slide-indicators li.active {
background: none repeat scroll 0 0 #fff;
height: 10px;
margin: 0 0 0 5px;
width: 10px;
}


.carousel.carousel-fade .item { transition: opacity 1s ease-in-out }
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.footer-card-icon {
  font-size: 30px;
  text-align: right;
}

.copyright > p {
  margin: 10px 0 0;
}

.copyright > p > em, .copyright a {
  color: #999;
}
.copyright span {
  color: #666;
}

.product-big-title-area {
	background-repeat: repeat-x;
	background-image: url(img/diagonal-noise.png);
	background-color: #F3F3F3;
	background-attachment: scroll;
	height: 10px;
	background-position: 0px 0px;
}

.product-bit-title h2 {
  margin: 0;
  padding: 50px 0;color: #fff;
}

.single-product-area .zigzag-bottom {background-color: #f37e28}

.zigzag {
background: 
	linear-gradient(-45deg, transparent 16px, #1ba1e2 0), 
	linear-gradient(45deg, transparent 16px, #1ba1e2  0);
        background-repeat: repeat-x;
		background-position: left bottom;
        background-size: 22px 32px;
        content: "";
        display: block;

		width: 100%;
		height: 32px;
}

.single-product-area {
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 100px;
}

.sidebar-title {
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.single-sidebar {
    /* margin-bottom: 50px; */
}

.text-article a[data-fancybox] img {
	margin: 5px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, textarea.form-control {
    border: 1px solid #ddd;
}

/* input[type="submit"], button[type=submit] {
	background-repeat: repeat;
	background-image: none;
	background-color: #2579ca;
	background-attachment: scroll;
	border: medium none;
	color: #fff;
	padding: 9px 30px 10px 30px;
	/* text-transform: uppercase; */
} */

input[type="submit"]:hover, button[type=submit]:hover, button[type=submit]:focus {
	background-color: #f37e28;
	color: #fff;
}

.btn-default:hover, .btn-default:focus {
	background-color: #f37e28;
	border-color: #f37e28;
	color: #fff;
}

a.buttoner {
	padding: 10px 20px;
	display: block;
}
.buttoner-outer {
	overflow: visible;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: visible;
	overflow-x: visible;
	display: block;
}

.formHref {
	display: block;
    margin-top: 0em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
		  
.single-sidebar input[type="text"] {
    margin-bottom: 10px;
    width: 100%;
}
.thubmnail-recent {
    margin-bottom: 30px;
    overflow: hidden;
}
.recent-thumb {
    float: left;
    height: auto;
    margin-right: 15px;
    width: 63px;
}
.thubmnail-recent > h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.thubmnail-recent > h2 a {
    color: #222;
}
.product-sidebar-price > ins {
    color: #2579ca;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}
.single-sidebar > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.single-sidebar li {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}
.single-sidebar li.active a {
	color: #4C4C4C;
}
.single-sidebar a {
    display: block;
}
.product-breadcroumb {
    margin-bottom: 20px;
}
.product-breadcroumb > a {
    margin-right: 31px;
    position: relative;
}
.product-breadcroumb > a::before {
    content: "/";
    position: absolute;
    right: -20px;
    top: 2px;
}
.product-breadcroumb > a:last-child::before {
    display: none;
}
.product-main-img {
    margin-bottom: 20px;
}
.product-gallery {
    margin-bottom: 25px;
    margin-left: -15px;
    overflow: hidden;
}
.product-gallery img {
    height: auto;
    margin-left: 15px;
    width: 76px;
}
.product-images {
    overflow: hidden;
}
.product-name, .product-feature {
    font-size: 2em;
    margin-bottom: 10px;
    line-height: 1.1;
}

.product-feature-title {
    border-bottom: 1px solid lightgray;
}

.product-feature-title h2 {
    display: inline-block;
    background-color: #387acd;
    color: white; 
    padding: 7px 25px 7px 25px;
}

.tab-content h3, .tab-content h4 {
    font-size: 1.6em;
    margin-bottom: 10px;
}


.product-inner-price, .product-outdated {
    margin-bottom: 20px;
}
.product-inner-price > ins {
    color: #f37e28;
	margin-right: 5px;
	text-decoration: none;
	font-size: 250%;
}
.product-outdated > ins {
    color: #f96b6b;
    font-weight: normal;
	margin-right: 5px;
	text-decoration: none;
	font-size: 170%;
}
.quantity {
    float: left; 
    margin-left: 15px;
}
.quantity input[type="number"] {
    border: 1px solid #2579ca;
    padding: 12px 5px;
    height: 46px;
    width: 80px;
    text-align:center;
    font-size: 12pt;
}



.product-option-shop button[type=submit] {
	background-repeat: repeat;
	background-image: none;
	background-color: #2579ca;
	background-attachment: scroll;
	border: medium none;
	color: #fff;
	/* margin-bottom: 10px; */
}
.product-option-shop button:hover {
	background-color: #f37e28;
}
.product-option-shop input {
    border: 1px solid #2579ca;
    padding: 14px 4px;
    text-align:center;
    font-size: 12pt;
}


.product-option-shop-index {
	margin-top: 15px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align:bottom;
}
.product-option-shop-index button[type=submit] {
    background-repeat: repeat;
	background-image: none;
	background-color: #2579ca;
	background-attachment: scroll;
	border: medium none;
	color: #fff;
	padding: 9px 15px 10px 15px;
	width: 150px;
	margin-bottom: 10px;
}
.product-option-shop-index .quantity-cat-index {
    margin-top: 10px;
}
.product-option-shop-index .quantity-cat-index input {
    border: 1px solid #2579ca;
    padding: 12px 4px;
    height: 38px;
    width: 55px;
    text-align: center;
    font-size: 12pt;
}
.form-control-index {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}


.add_to_cart_button {
    background: none repeat scroll 0 0 #2579ca;
    border: medium none;
    color: #fff;
    padding: 6px 25px;display: inline-block
}
.add_to_cart_button:hover {background-color: #f37e28;color: #fff;text-decoration: none}
form.cart {
    margin-bottom: 25px;
}
.product-inner-category {
    margin-bottom: 30px;
}
.product-tab {
    border-bottom: 1px solid #ddd;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
}
.product-tab li {
    display: inline-block;
	margin: 7px 10px 0 10px;
}

.product-tab li:hover,  .product-tab li.active{
    display: inline-block;
	border-bottom: 4px solid #2579ca;
}

}
h3.product-tab {
    background: none repeat scroll 0 0 #2579ca;
    color: white;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
}

.product-tab li a {
    text-decoration: none;
    display: block;
    padding: 7px;
}

.tab-content h2 {
    font-size: 20px;
}
.tab-content {
    margin-bottom: 0px;
}




.tab-pane table, .text-article table, .kstable, .feature-content table {
	width: 100%;	
}
.tab-content table, .text-article table, .kstable {
	border-width: 0px;
}
.tab-content table td, .text-article table td, .kstable td, .feature-content table td {
	border: 1px solid #ddd;
	border-collapse: collapse;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}

.tab-content table th, .tab-content table thead tr td, .text-article table th, .kstable th, .feature-content table th {
	border: 1px solid #ddd;
	border-collapse: collapse;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #D9E6F1;	
}

.row-stripe {
    padding-top: 5px;
    padding-bottom: 5px;
	border-top: 1px solid #ddd;
	float: left;
    width: 100%;
    /* margin-left: 15px;
    margin-right: 15px; */
}

.submit-review label {
    display: block;
}
.submit-review input[type="text"], .submit-review input[type="email"], .submit-review textarea {
    margin-bottom: 20px;
    width: 100%;
}
.rating-chooser {
    margin-bottom: 30px;
}
.rating-chooser p {
    font-weight: 700;
}
.rating-wrap-post {
    font-size: 20px;
}

.submit-review textarea {
    height: 105px;
}

.related-products-wrapper {
  margin-top: 30px;
}
.related-products-title {color: #feae52;
font-size: 25px;
margin-bottom: 30px;
text-transform: uppercase;}

.related-products-wrapper .owl-nav {
  position: absolute;
  right: 0;
  top: -56px;
}



table.shop_table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 50px;
    width: 100%;
}
table.shop_table th, table.shop_table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}
table.shop_table th {
    background: none repeat scroll 0 0 #f37e28;
    font-size: 15px;
    text-transform: uppercase;
}
td.product-thumbnail img {
    height: auto;
    width: 70px;
}
td.product-name {
    font-size: 18px;
}


div.quantity input.plus, div.quantity input.minus {
    background: none repeat scroll 0 0 #2579ca;
    border: medium none;
    color: #fff;
    height: 25px;
    line-height: 15px;
    width: 25px;
}
td.product-quantity div.quantity {
    float: none;
    margin: 0;
}
td.actions div.coupon {
    float: left;
}
.cart-collaterals {
    overflow: hidden;
}
.cross-sells {
    float: left;
    margin-right: 3%;
    width: 57%;
}
.cart_totals {
    float: right;
    margin-bottom: 50px;
    width: 40%;
}
.cart-collaterals h2 {
    color: #2579ca;
    font-size: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
div.cart-collaterals ul.products {
    list-style: outside none none;
    margin: 0 0 0 -30px;
    padding: 0;
}
div.cart-collaterals ul.products li.product {
    float: left;
    margin-left: 30px;
    position: relative;
    width: 198px;
}
.cart_totals table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
}
.cart_totals table th, .cart_totals table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}
.cart_totals table th {
    background: none repeat scroll 0 0 #f37e28;
}
.onsale {
}
div.cart-collaterals ul.products li.product .onsale {
    background: none repeat scroll 0 0 #2579ca;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
}
div.cart-collaterals ul.products li.product h3 {
    color: #333;
    font-size: 20px;
    margin-top: 15px;
}
div.cart-collaterals ul.products li.product .price {
    color: #333;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.price > ins {
}
div.cart-collaterals ul.products li.product .price ins {
    color: #2579ca;
    font-weight: 700;
    margin-left: 10px;
    text-decoration: none;
}

.count .form-group .input-sm {
    width: 70px;
}

.woocommerce-info {
    background: none repeat scroll 0 0 #f37e28;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px;
}
.col2-set {
    margin-left: -30px;
    overflow: hidden;
}
.col-1, .col-2 {
    float: left;
    margin-left: 30px;
    width: 360px;
}
#customer_details label {
    display: block;
    margin: 0 0 5px;
}
#customer_details input[type="text"], #customer_details textarea, .shipping_calculator input[type=text] {
    margin-bottom: 10px;
    width: 100%;
}
#customer_details h3 {
    color: #2579ca;
    font-size: 20px;
    text-transform: uppercase;
}
.create-account {
    background: none repeat scroll 0 0 #f37e28;
    margin-bottom: 50px;
    padding: 15px;
}
#order_review_heading {
    color: #2579ca;
    font-size: 20px;
    text-transform: uppercase;
}
#payment ul.payment_methods {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
}
#payment ul.payment_methods li {
    margin-bottom: 15px;
}
a.about_paypal {
    font-size: 12px;
    margin-left: 15px;
}


#customer_details select, .shipping_calculator select {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}


table.shop_table td.product-remove a {
  display: inline-block;
  padding: 0 5px 2px;
  text-transform: uppercase;
}


table.shop_table td.product-remove a:hover {color: #fff;background: red;text-decoration: none}
table.shop_table td.product-name a{color: #222;}
table.shop_table td.product-name a:hover {color: #2579ca;text-decoration: none}
div.quantity input.plus:hover, div.quantity input.minus:hover {background-color: #222}
div.cart-collaterals ul.products li.product a:hover h3 {color: #2579ca}
div.cart-collaterals ul.products li.product a:hover {text-decoration: none}

div.cart-collaterals ul.products li.product:hover .add_to_cart_button{background-color: #222}


.cart-collaterals .shipping_calculator {
  float: right;
  width: 40%;
}


#login-form-wrap, #coupon-collapse-wrap {
    background: none repeat scroll 0 0 #f37e28;
    margin-bottom: 30px;
    padding: 25px;
}
#login-form-wrap label {
    display: block;
    margin-bottom: 5px;
}
#login-form-wrap input[type="text"], #login-form-wrap input[type="password"] {
    margin-bottom: 10px;
    width: 250px;
}
#login-form-wrap input[type="submit"] {
    margin-bottom: 15px;
}


.single-shop-product {
	margin-bottom: 0px;
    min-height: 100px;
}

.single-shop-product h2 {
    font-size: 20px;
    margin: 10px 0;
}
.product-option-shop {
	margin-top: 15px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align:bottom;
}

.border-product {
	padding: 15px;
	box-shadow: 1px 0 0 0 #ddd, 
    0 1px 0 0 #ddd, 
    1px 1px 0 0 #ddd,   /* Just to fix the corner */
    1px 0 0 0 #ddd inset, 
    0 1px 0 0 #ddd inset;
	text-align: center;	
}

.border-product:hover {
	box-shadow: 1px 0 0 0 #C8C8C8, 
    0 1px 0 0 #C8C8C8, 
    1px 1px 0 0 #C8C8C8,   /* Just to fix the corner */
    1px 0 0 0 #C8C8C8 inset, 
    0 1px 0 0 #C8C8C8 inset;
}

.border-recommended-product {
	/* padding: 15px; */
	text-align: center;
	border: 1px solid #DDDDDD;
}

.pagination > li > a, .pagination > li > span {
  color: #2579ca;
}

.neighbors {
	display: block;
}


.dotted-line-block {
	display: block;
    position: relative;	
	overflow-x: hidden;
    overflow-y: hidden;
}

	
.dotted-line {
	display: inline-block;
    width: 100%;
    margin: 0 -100% 0 0;
    vertical-align: baseline;
    border-bottom: 1px dotted #ccc;	
}

/***** search form ***/
.sisea-highlight {
	background-color: #f37e28;	
}
.input-group-btn .btn-group button[type=submit] {
	border: none;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.search-block .form-control {
    height: 40px;
    padding: 12px 12px;
    font-size: 16px;
}
.search-block {
	
    }

#btn-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	background-color: rgba(116,116,116,0.50);
	line-height: 38px;
	font-size: 26px;
	text-align: center;
	color: #fff;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.responsive-iframe {
      width: 100%; /* Makes the iframe take up 100% of its parent container's width */
      height: auto; /* Allows the height to adjust proportionally based on content or aspect ratio */
      border: none; /* Optional: Removes the default iframe border */
    }
.videoContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    text-align: center;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ??????? */
.stickersOuter {
position: relative;	
}
.saleshit {
	z-index: 10;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.salesoffer {
	z-index: 12;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}
.salesnew {
	z-index: 11;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.egais {
	z-index: 12;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#btn-to-top.active {opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; filter: alpha(opacity=100);}

.callback-item { 
  height: 210px; 
  width: 210px; 
  position: fixed; 
  right: -170px;
  top: 35%; 
  z-index: 999;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg); 
  -o-transform: rotate(-90deg); 
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.callback-item a {
	display: block;
	background-color: #2579ca;
	height: 40px;
	width: 210;
	text-align: center;
	padding: 8px 10px;
	color: #fff;
	text-decoration: none;
	border-bottom: solid 1px #333;
	border-left: solid 1px #333;
	border-right: solid 1px #fff;
}

.callback-item a:hover {
	background-color: #f37e28;
	/*text-decoration: underline; */
}
a.tel, a.tel:hover {
    text-decoration: none;
    color: #333;
    cursor: text;
}
#special {
	display: none;
}

#map {
	width: 100%; height: 400px;
}

.grecaptcha-badge {
    visibility: hidden;
}
.recaptcha3, .recaptcha3 a {
    color: #666;
    font-size: 10px;
    text-decoration: none;
    margin-top: 10px;
}


.mapContacts {
background-color: rgba(255,255,255,0.6); 
}

.hrline {
border-bottom: 1px dashed #555;
margin: 20px 0;
}
.bg-stripes-01 {
padding: 20px 10px;
background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.129412) 50%, rgba(0,0,0,0) 50%), -webkit-linear-gradient(0deg, rgba(0,0,0,0) 50%, rgba(255,255,255,0.168627) 50%), -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(0,0,0,0) 50%, rgba(255,255,255,0.188235) 50%, rgba(255,255,255,0.188235) 100%), #376ab2;
background: -moz-linear-gradient(90deg, rgba(255,255,255,0.129412) 50%, rgba(0,0,0,0) 50%), -moz-linear-gradient(90deg, rgba(0,0,0,0) 50%, rgba(255,255,255,0.168627) 50%), -moz-linear-gradient(90deg, rgba(0,0,0,0) 0, rgba(0,0,0,0) 50%, rgba(255,255,255,0.188235) 50%, rgba(255,255,255,0.188235) 100%), #376ab2;
background: linear-gradient(90deg, rgba(255,255,255,0.129412) 50%, rgba(0,0,0,0) 50%), linear-gradient(90deg, rgba(0,0,0,0) 50%, rgba(255,255,255,0.168627) 50%), linear-gradient(90deg, rgba(0,0,0,0) 0, rgba(0,0,0,0) 50%, rgba(255,255,255,0.188235) 50%, rgba(255,255,255,0.188235) 100%), #0c6be2;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: 29px 29px, 37px 37px, 53px 53px;
background-size: 29px 29px, 37px 37px, 53px 53px;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
-webkit-transform: none;
transform: none;
-webkit-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;
}
.bg-stripes-02 {
padding: 20px 10px;
background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.129412) 50%, rgba(0,0,0,0) 50%), -webkit-linear-gradient(0deg, rgba(0,0,0,0) 50%, rgba(255,255,255,0.168627) 50%), -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(0,0,0,0) 50%, rgba(255,255,255,0.188235) 50%, rgba(255,255,255,0.188235) 100%), #376ab2;
background: -moz-linear-gradient(90deg, rgba(255,255,255,0.129412) 50%, rgba(0,0,0,0) 50%), -moz-linear-gradient(90deg, rgba(0,0,0,0) 50%, rgba(255,255,255,0.168627) 50%), -moz-linear-gradient(90deg, rgba(0,0,0,0) 0, rgba(0,0,0,0) 50%, rgba(255,255,255,0.188235) 50%, rgba(255,255,255,0.188235) 100%), #20b7b6;
background: linear-gradient(90deg, rgba(255,255,255,0.129412) 50%, rgba(0,0,0,0) 50%), linear-gradient(90deg, rgba(0,0,0,0) 50%, rgba(255,255,255,0.168627) 50%), linear-gradient(90deg, rgba(0,0,0,0) 0, rgba(0,0,0,0) 50%, rgba(255,255,255,0.188235) 50%, rgba(255,255,255,0.188235) 100%), #ff7600;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: 29px 29px, 37px 37px, 53px 53px;
background-size: 29px 29px, 37px 37px, 53px 53px;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
-webkit-transform: none;
transform: none;
-webkit-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;
}

.cursorpointer {
    cursor:pointer;
}


.sidebar {
	width: 100%;
}

.sidebar-toggle,.sidebar-close {
	display: none;
}

@media (max-width:768px) {
	.sidebar-offcanvas {
		position: fixed;
		top: 0;
		width: 320px;
		height: 100%;
		padding: 42px 24px 30px;
		background-color: #fff;
		box-shadow: 0 0 0 0 rgba(0,0,0,0.15);
		z-index: 9910;
		overflow-y: auto;
		-ms-overflow-style: none;
	}

	.sidebar-offcanvas.position-right {
		right: -320px;
		transition: right 0.4s cubic-bezier(0.785,0.135,0.15,0.86) 0.3s,box-shadow 0.3s 0.3s;
	}

	.sidebar-offcanvas.position-left {
		left: -320px;
		transition: left 0.4s cubic-bezier(0.785,0.135,0.15,0.86) 0.3s,box-shadow 0.3s 0.3s;
	}

	.sidebar-offcanvas.open {
		box-shadow: 0 0 50px 3px rgba(0,0,0,0.15);
	}

	.sidebar-offcanvas.open.position-right {
		right: 0;
	}

	.sidebar-offcanvas.open.position-left {
		left: 0;
	}

	.sidebar-close {
		display: block;
		position: absolute;
		top: 8px;
		right: 15px;
		color: #606060;
		font-size: 24px;
		cursor: pointer;
	}

	.sidebar-offcanvas::-webkit-scrollbar {
		display: none;
	}

	.sidebar-toggle {
		display: block;
		/* position: fixed;
		top: 50%; 
		margin-top: -24px;
		font-size: 24px; */
		box-shadow: 1px 0 0 0 #ddd, 0 1px 0 0 #ddd, 1px 1px 0 0 #ddd, /* Just to fix the corner */ 1px 0 0 0 #ddd inset, 0 1px 0 0 #ddd inset;
		width: 200px;
		height: 48px;
		background-color: lightgray;
		color: #606060;
		line-height: 48px;
		text-align: center;
		cursor: pointer;
		z-index: 990;
	}

	.sidebar-toggle.position-right {
		right: 0;
		transition: right .3s ease-in-out;
	}

	.sidebar-toggle.position-right.sidebar-open {
		right: -48px;
	}

	.sidebar-toggle.position-left {
		left: 0;
		transition: left .3s ease-in-out;
	}

	.sidebar-toggle.position-left.sidebar-open {
		left: -48px;
	}
}