html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
/* ===========
layout
============= */
#wrapper.boxed {
	margin: 0 auto;
	background-color: #fff;
	
}
@media (max-width: 767px) {
	#wrapper.boxed {
		width: 100%;
	}
}
@media (min-width: 768px) {
	#wrapper.boxed {
		width: 810px;
	}
}
@media (min-width: 992px) {
	#wrapper.boxed {
		width: 1030px;
	}
}
@media (min-width: 1200px) {
	#wrapper.boxed {
		width: 1230px;
	}
}

/* ===========
Typo
============= */

h1 {
	font-size: 38px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    font-weight: 400;
	color: #444;
	line-height: 1em;
}

h1.h-xlight,h2.h-xlight,h3.h-xlight ,h4.h-xlight ,h5.h-xlight ,h6.h-xlight  {
	font-weight: 100;
}

h1.h-light,h2.h-light,h3.h-light ,h4.h-light ,h5.h-light ,h6.h-light  {
	font-weight: 300;
}

h1.h-normal,h2.h-normal,h3.h-normal ,h4.h-normal ,h5.h-normal ,h6.h-normal  {
	font-weight: 400;
}

h1.h-medium,h2.h-medium,h3.h-medium ,h4.h-medium ,h5.h-medium ,h6.h-medium  {
	font-weight: 500;
}

h1.h-bold,h2.h-bold,h3.h-bold ,h4.h-bold ,h5.h-bold ,h6.h-bold  {
	font-weight: 700;
}

h1.h-ultra,h2.h-ultra,h3.h-ultra ,h4.h-ultra ,h5.h-ultra ,h6.h-ultra  {
	font-weight: 900;
}


h1.font-light,h2.font-light,h3.font-light,h4.font-light,h5.font-light,h6.font-light {
	color: #fff;
}

.big-heading {
	font-size: 48px;
	font-weight: 700;
}

p {
    margin: 0 0 20px;

}

p.medium {
	font-weight: 500;
}

p.bold {
	font-weight: 700;
}

p.ultra {
	font-weight: 900;
}

a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 24px;
	line-height: 1.5em;
  font-weight: 300;
  color: #999;
}

blockquote.bg-light {
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	color: #222;
}

blockquote.bg-dark {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
}

blockquote strong {
  font-weight: 700;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.marginbot-60{margin-bottom:60px !important;}
.marginbot-70{margin-bottom:70px !important;}
.marginbot-80{margin-bottom:80px !important;}
.marginbot-90{margin-bottom:90px !important;}
.marginbot-100{margin-bottom:100px !important;}

.margintop-0{margin-top:0 !important;}
.margintop-10{margin-top:10px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-45{margin-top:45px !important;}
.margintop-50{margin-top:50px !important;}

/* padding */
.paddingtop-0{padding-top:0 !important;}
.paddingtop-10{padding-top:10px !important;}
.paddingtop-20{padding-top:20px !important;}
.paddingtop-30{padding-top:30px !important;}
.paddingtop-40{padding-top:40px !important;}
.paddingtop-50{padding-top:50px !important;}
.paddingtop-60{padding-top:60px !important;}
.paddingtop-70{padding-top:70px !important;}
.paddingtop-80{padding-top:80px !important;}
.paddingtop-90{padding-top:90px !important;}
.paddingtop-100{padding-top:100px !important;}

.paddingbot-0{padding-bottom:0 !important;}
.paddingbot-10{padding-bottom:10px !important;}
.paddingbot-20{padding-bottom:20px !important;}
.paddingbot-30{padding-bottom:30px !important;}
.paddingbot-40{padding-bottom:40px !important;}
.paddingbot-50{padding-bottom:50px !important;}
.paddingbot-60{padding-bottom:60px !important;}
.paddingbot-70{padding-bottom:70px !important;}
.paddingbot-80{padding-bottom:80px !important;}
.paddingbot-90{padding-bottom:90px !important;}
.paddingbot-100{padding-bottom:100px !important;}


/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 150px;
	display:block;
    position:relative;
    z-index:120;
	background-color: #fff;
}


.home-section.nopadding {
    padding-top: 0;
    padding-bottom: 0;
	display:block;
    position:relative;
    z-index:120;
}
.home-section.nopadding-bot {
    padding-bottom: 0;
}
.home-section.nopadding-top {
    padding-top: 0;
}

.inner-section {
    padding-top: 110px;
    padding-bottom: 110px;
}


.home-section.nopadd-bot {
    padding-bottom: 0;
}


.section-heading h2 {
	margin-bottom: 10px;
}

.section-heading p {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6em;
}

.color-dark .section-heading h2 {
	color: #111;
}
.color-dark .section-heading p {
	color: #444;
}

.divider-short,.color-dark .divider-short,.bg-gray .divider-short {
	background: #aaa;
}

.color-light .divider-short {
	background: #fefefe;
}






/* =========================
Buttons
=========================== */

.btn-skin {
  color: #fff;
}

.btn-skin:hover {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active,
.open > .dropdown-toggle.btn-skin {
  color: #fff;
}
.btn-skin:active,
.btn-skin.active,
.open > .dropdown-toggle.btn-skin {
  background-image: none;
}

.btn-skin .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.5em;
  border-radius: 6px;
}

/* =======================
Elements
========================== */

/* badge */

.badge.custom-badge {
	margin: -20px 0 0 -25px;
	font-size: 12px;
	text-transform: none;
}


.badge.custom-badge.red {
	background-color: #e9372e;
}

/* box */


.box {
	margin-bottom:30px;
}

.box h4 {
	font-size: 24px;
}

.box i {
	margin-bottom: 0px;
}


.circled {
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	width: 1.6em;
    height: 1.6em;
	text-align: center;
	line-height: 1.6em;
}




/* ===========================
--- Works
============================ */

#owl-works {

}

.item {
    margin: 0px;
}

/* =========================
Testimonial
=========================== */



.carousel-control.left,.carousel-control.right  {background:none;width:25px; z-index: 999;}
.carousel-control.left {left:-25px;}
.carousel-control.right {right:-25px;}

.block-text {
    background-color: #fff;
    border-radius: 4px;
    margin: 0 0 40px;
    padding: 15px 18px;
}
.block-text a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.mark {
    font-weight: 600; padding: 12px 0;background:none;
}
.block-text p {
    color: #585858;
}
.sprite {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAeUCAYAAAAU3UTMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY1MzJERUNDRjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY1MzJERUNERjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjUzMkRFQ0FGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjUzMkRFQ0JGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4/ZdnrAAAydElEQVR42uydCbgUxbn3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');
}
.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
	box-shadow: none;
}
.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}


.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}

.person-text {
	
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    display: block;
    margin-top: 10px;
    color: #fff;
	font-weight: 600;
}

.rel {
    position: relative;
}

.person-text img.person {
	margin: 0 auto;
	width: 200px;
	height: 200px;
}




.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
	list-style: none;
}

.company-social li{
	margin:0;
	padding:0;
	display: inline-block;
}

.company-social a{
	margin:0 2px 0 0;
}

.company-social a:hover {
    color: #fff;
}

.company-social a i {
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	text-align: center;
	border-radius: 3px;
	padding:0;
}

.company-social .social-facebook a i{background: #3873ae;}
.company-social .social-twitter a i{background: #62c6f8;}
.company-social .social-dribble a i{background: #d74980;}
.company-social .social-deviantart a i{background: #8da356;}
.company-social .social-google a i {background: #000;}
.company-social .social-vimeo a i {background: #51a6d3;}
.company-social .social-facebook a:hover i {background: #4893ce;}
.company-social .social-twitter a:hover i {background: #82e6ff;}
.company-social .social-dribble a:hover i {background: #f769a0;}
.company-social .social-deviantart a:hover i {background: #adc376;}
.company-social .social-google a:hover i {background: #333;}
.company-social .social-vimeo a:hover i {background: #71c6f3;}


.carousel-inner > .item {
  margin-left:0;
  padding-left: 0;
  width: 100%;
  height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left:0;
  padding-left: 0;
}

.carousel-control {
  position: absolute;
  top: 37%;
  bottom: 0;
  left: 0;
  width: auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left,.carousel-control.right {
  background-image: none;
  filter: none;
}
.carousel-control.right {
  right: 20px;
}
.carousel-control.left {
  left: 20px;
}


/* ==== widget ==== */
.widget ul {
	list-style: none;
	margin-left:0;
	padding-left:0;
}




/* ===========================
--- Footer
============================ */

footer {
    background-color: #f2f2f2;
}

footer {
	padding: 50px 0 0;
	
}

footer .widget {
	margin-bottom: 30px;
}

footer .widget h5 {
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}


.sub-footer {
	margin-top: 30px;
    background-color: #f7f7f7;
	border-top: 1px solid #ddd;
	padding: 30px 0 10px;
}

.sub-footer a{
	color: #444;
}

footer .sub-footer  p {
	font-size: 14px;
}


/* -- icon var -- */

.bg-dark {
	background: #666;
}

.bg-light {
	background: #fff;
}



.icon-primary {
	color: #4765a0;
}	
.icon-success {
	color: #7db53b;
}	
.icon-info {
	color: #51b6bf;
}	
.icon-warning {
	color: #e6e039;
}	
.icon-danger {
	color: #e24e47;
}	


/* scroll to top */
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:0px;
    right:20px;
	background: #222;
-webkit-border-radius: 2px 2px 0 0;	
	-moz-border-radius: 2px 2px 0 0;	
	border-radius:  2px 2px 0 0;	
}

a.scrollup {
	outline:0;padding-top:7px;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}



/* ===========================
--- Elements
============================ */

/* --- tooltip --- */
.tooltip {
  font-size: 16px;
  line-height: 1.6em;
}


/* --- Pricing box --- */
.pricing-box {
	padding-left:0;
	padding-right:0;
	
}

.pricing-content {
	background:#fff;
	-webkit-box-shadow:0 0 7px rgba(0,0,0,0.1);
	box-shadow:0 0 7px rgba(0,0,0,0.1);
	margin-top:20px;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
	position:relative;
	
	border-radius: 4px;
}
.pricing-content.general {
	z-index:99;
}

.pricing-content:hover {
	margin-top:-10px;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
	-webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);
	box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);
}

.pricing-content h2 {
	background-color:#666;
	color:#FFF;
	font-size:17px;
	text-align:center;
	margin-bottom:0;
	padding:30px 0;
	border-radius: 4px 4px 0 0;
}

.pricing-content h3 {
	color:#fff;
	text-align:center;
	font-size:32px;
	background:#444;
	margin-bottom:0;
	font-weight:700;
	padding:30px 0;
}

.pricing-content h3 span {
	font-weight:300;
	font-size:18px;
}

.pricing-content h3 sup {
	font-size:18px;
}

.pricing-content ul {
	list-style:none;
	margin:25px 0;
}

.pricing-content li {
	border-top:1px dotted #EFEFEF;
	width:75%;
	color:#333;
	margin:0 auto;
	padding:15px 0;
}

.pricing-content li:first-child {
	border-top:none;
}

.pricing-content li i {
	float:right;

}



.pricing-content li del {
	color:#aaa;
}

.price-bottom {
	background:#f7f7f7;
	text-align:center;
	padding:25px 0;
	border-radius: 0 0 4px 4px;
}


.pricing-content p {
	background:#F8F8F8;
	padding:20px;
}

.pricing-content.featured {
	margin-top:-20px;
	position:relative;
	z-index:9999;
	-webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);
	box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);
}


.pricing-content.featured h3 {
	font-size:38px;
	padding:45px 0;
}



/* --- scroll --- */

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}



/* blink btn */
.blink {
  -webkit-animation-name: blink;
     -moz-animation-name: blink;
       -o-animation-name: blink;
          animation-name: blink;
  -webktit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
           animation-timing-function: linear;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
}

.blink-infinite {
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.blink-5 {
  -webkit-animation-iteration-count: 5;
     -moz-animation-iteration-count: 5;
       -o-animation-iteration-count: 5;
          animation-iteration-count: 5;
}

.blink-furiously {
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}



/* --- button --- */
.btn {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;	
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;

	font-weight: 700;
}

.btn.btn-noradius {
	border-radius: 0;
}

a.btn:focus{
	outline: 0;
}

.btn-red {
  color: #fff;
  background-color: #c83539;
  border-color: #c83539;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-red:active {
  background-image: none;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #00C1FB;
    outline: 0;
    color: #fff;
    background-color: #00C1FB;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}
/* ==== partner ==== */

.partner {
	text-align: center;
}
/* ============== options panel for live preview ======================= */		
			
#t_options {
	position:fixed;
	top: 60px;
	left:-230px;
	width: 230px;
	background: #fefefe;
	color:#444;
	box-shadow: 0 0 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
    z-index: 5000;
    font-size: 11px;
    font-family: 'Open Sans', arial, sans-serif;
}

#t_options hr {
  margin: 20px 0;
  border: 0;
  border-top: none;
  border-bottom: 1px dotted #ddd;	
}

#t_options h6 {
	color:#444;
	font-size:14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#t_options input{
	width:60px;
	border: none;
	border: 1px solid #ddd;
	font-size: 14px;
	text-align: center;
}

#t_options .col {
	width:50px;
	margin:0 10px 0;
}

.colorpicker {
    z-index: 5001;	
}
.options_inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.options_box {
	margin: 0 14px;
	padding: 10px 0 20px;
	overflow:hidden;
}

.options_box .solidline {
	margin-bottom:10px;
}

.options_box h6 {
	text-align:center;
	font-weight:bold;
}

.options_box .full {
	width:100%;
	overflow:hidden;
	padding-bottom:10px;
}

.options_box .full strong {
	text-transform: uppercase;
	margin-right: 10px;
}

.options_box .halfcol {
	width:90px;
	float:left;
	margin:0 5px;
}

.options_box .fourcol {
	width:30px;
	float:left;
	margin:0 5px;
}

.options_box .fourcol.color a{
	width:30px;
	height:30px;
	display:block;
	margin-bottom:5px;
}

.options_box .halfcol .wideboxed h6 {
	font-size:12px;
	font-weight:600;
}

.options_toggle_holder {
	position:absolute;
	right:-40px;
}

.options_toggle  {
	margin: 6px 0 0 4px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border:1px solid #eee;
	border-left:none;
	display:block;
		background:#f7f7f7;
	
}

.options_toggle span i {
	margin:10px 0 0 7px;
	display:block;
}

.options_toggle:hover,.options_toggle:focus,.options_toggle:active{
	outline:0;
	text-decoration:none;
}

.options_heading {
	color: #444;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;	
	font-weight: bold; 
	letter-spacing: 2px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #eee;	
}

/* colors */

.options_box a.t_default {
	background:#299dcc;
}
.options_box a.t_kissme {
	background:#4ACCD1;
}
.options_box a.t_lime {
	background:#C6DF45;
}

.options_box a.t_amethyst {
	background:#9b59b6;
}


.options_box a.t_red {
	background:#eb4141;
}

.options_box a.t_orange {
	background:#f65327;
}

.options_box a.t_green {
	background:#93c847;
}

.options_box a.t_sand {
	background:#BFB372;
}

.options_box a.t_purple {
	background:#c81dbe;
}
.options_box a.t_yellow {
	background:#FFD053;
}
.options_box a.t_blue {
	background:#5C9CC7;
}
.options_box a.t_pink {
	background:#FF439E;
}

.bgr .bg {
	width:28px;
	height:28px;
	border:1px solid #e6e6e6;
}

#accent_color{
	color: #fff;
	background: #ef5523;
	border: none;
	text-transform: uppercase;
	margin-left: 2px;
	text-align: center;
	outline:0;
}

#bodybg_color {
	color: #fff;
	background: #ccc;
	border: none;
	text-transform: uppercase;
	margin-left: 2px;
	text-align: center;
	outline:0;
}
/*dyson*/
	.minheight400{min-height:400px;}
	.mbottom30{margin-bottom:30px;}
	.sub_categories{margin-top:20px;}
	.sub_categories a.cat_box{background-color: rgba(169,169,169,1);padding:5px;display:block;margin-bottom:10px;}
	.sub_categories a.cat_box span.cat_img{display:block;margin-bottom:5px;}
	.sub_categories a.cat_box span.cat_img img{width:100%;}
	.sub_categories a.cat_box span.cat_name{display:block;text-align:center;font-size:14px;color:#fff;font-family: FuturaPT-Book, sans-serif;font-weight:400;line-height:16px;height:32px;}
	.sub_categories a.cat_box:hover{background-color: rgba(176,9,23,.9);}
	.sub_categories a.cat_box.active{background-color:rgba(176,9,23,1);}
/* */
	.main_categories{margin-top:30px;}
	.main_categories a.cat_box{background-color: rgba(169,169,169,1);padding:10px;display:block;margin-bottom:30px;}
	.main_categories a.cat_box span.cat_img{display:block;}
	.main_categories a.cat_box span.cat_img img{width:100%;}
	.main_categories a.cat_box span.cat_name{display:block;text-align:center;font-size:18px;color:#fff;font-family: FuturaPT-Book, sans-serif;font-weight:400;line-height:22px;}
	.main_categories a.cat_box:hover,.main_categories a.cat_box.active{background:#B00917;}
	.flex-content{
	  display: flex;
	  display: -webkit-flex; /* Safari */
	  align-items: center;
	  justify-content: center;
	  flex-flow: row wrap;
	}
	.flex-content .ifbox{
		flex-basis:25%;
	}
	.t_icon{height:50px;}
	.t_icon .t_icon_side img{max-height:34px;}
	.t_icon .t_icon_text{font-family: FuturaPT-Book, sans-serif;color:#B00917;font-weight:700;font-size:14px;}
	.t_icon .t_icon_text img{max-height:34px;padding-right:5px;}
	.padd-5{padding-left:8px;padding-right:8px;}
	.colbar-special{width:20%;}
	.t_icon a.tel i {
		border: 1px solid #FECB16;
		background:#FECB16;
		-moz-border-radius:50%;
		-webkit-border-radius:50%;
		border-radius:50%;
		color: #121212;
		font-size: 20px;
		height: 38px;
		line-height: 38px;
		width: 38px;
		display: inline-block;
		text-align: center;
		outline:0;
		box-shadow: 0 0 1px 0px #FECB16 inset, 0 0 1px 0px #FECB16;
	}
	.t_icon a:focus{outline:0;}
	.t_icon a.tel:hover i{
		background: #E5B700;
	}
	.t_icon a.tel{font-size:20px;font-family: FuturaPT-Book, sans-serif;color:#121212;font-weight:700;}
	.t_icon a span{padding-left:10px;}

	.social ul.inline-mode li a:before {content: ""}
	.social ul.inline-mode li a {
		border: 0px solid #fff;
		-moz-border-radius:50%;
		-webkit-border-radius:50%;
		border-radius:50%;
		padding:0;
		color: #fff;
		font-size: 14px;
		height: 30px;
		line-height: 30px !important;
		width: 30px;
		display: inline-block;
		text-align: center;
		outline:0;
		/*box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;*/
	}
	.social ul.inline-mode li a:focus{outline:0;}
	.social .fb a:hover {
		background: #3C5B9B
	}
	.social .tw a:hover {
		background: #359BED
	}
	.social .googleplus a:hover {
		background: #E33729
	}
	.social .sinsta a:hover {
		background: #3f729b
	}
	.social ul {
		margin: 0;padding:0;
		list-style: none;
	}
	.social ul li {
		margin-right: 7px;
		display: inline-block
	}
	.topbtns{text-align:right;}
	a.topbtn{font-size:14px;font-family: FuturaPT-Book, sans-serif;color:#fff;font-weight:400;line-height:30px;}
	a.b-cart{padding-left:20px;}
	a.b-out{padding-left:20px;}
	a.topbtn:hover{color:#B00917;}
	a.topbtn:focus{outline:0;}
	a.topbtn i{padding-right:10px;font-size:16px;}
	.specialbar{height:54px;border-bottom:3px solid #A9A9A9;background:#fff;margin-top:00px;border-top:0px solid #A9A9A9;}

	.newsblock{background:#79B3B7;}
	.newsblock .news_item{margin:30px 0px;text-align:center;}
	.newsblock .news_item a:focus{outline:0;}
	.newsblock .news_item a img{width:100%;font-family: FuturaPT-Book, sans-serif;font-weight:400;}
	.newsblock .news_item a span.news_item_title{display:block;color:#121212;margin-top:15px;font-size:32px;}
	.newsblock .news_item a span.news_item_subtitle{display:block;color: rgba(176,9,23,.8);margin-top:15px;font-size:24px;line-height:24px;}
	.newsblock .news_item a span.news_item_subtitle.wht{color: rgba(255,255,255,1);}
	.newsblock .news_item a:hover span.news_item_subtitle {outline:0;color: rgba(169,169,169,1);}

	.whome_intro{background:#b00917;}
	.hprevtext{margin:80px 0px 30px 0px;color:#fff;font-size:24px;text-align:center;line-height:28px;}
	.ncatbox{margin:20px 0px 100px 0px;}
	.ncatbox .nivbox a{display:block;width:100%;padding:0px 0px;margin:0 auto;text-align:center;}
	.ncatbox .nivbox a img{max-width:297px;width:100%;}
	.view_more{width:100%;border-top:2px solid #A9A9A9;padding-top:20px;margin-bottom:20px;text-align:center;}
	.view_more a{text-transform:none;font-weight:500;background-color: rgba(169,169,169,.8);border-color:rgba(169,169,169,.8)}
	.view_more a:hover, .view_more a:focus{background-color: rgba(169,169,169,1);border-color:rgba(169,169,169,1);}
	.nemologo{padding:0px 30px 20px 0px;width:100%;max-width:175px; float:left;}
	.garanti{padding:0px 30px 20px 0px;width:100%;max-width:200px; float:left;}
	
/*
	.ncatbox .nivbox.niv1 a{background-color: rgba(176,9,23,1);}
	.ncatbox .nivbox.niv2 a{background-color: rgba(27,27,27,1);}
	.ncatbox .nivbox.niv1 a:hover{background-color: rgba(176,9,23,.9);}
	.ncatbox .nivbox.niv2 a:hover{background-color: rgba(27,27,27,.9);}
	.ncatbox .nivbox a{display:block;width:100%;padding:0px 0px;margin:0 auto;text-align:center;}
	.ncatbox .nivbox a img{max-width:365px;width:100%;}
	.ncatbox .nivbox a span{display:block;color:#fff;font-size:20px;}
	.ncatbox .nivbox a:hover span{color:#E5B700;}
	.view_more{width:100%;border-top:2px solid #B00917;padding-top:20px;margin-bottom:20px;text-align:center;}
	.view_more a{text-transform:none;font-weight:500;background-color: rgba(176,9,23,.8);border-color:rgba(176,9,23,.8)}
	.view_more a:hover, .view_more a:focus{background-color: rgba(176,9,23,1);border-color:rgba(176,9,23,1);}
*/


/*footer*/

/*hero slide*/
.hslide1{padding-top:40px;padding-bottom:20px;}
.hero-slider{border-bottom:10px solid #A9A9A9;}
.herobk{background-position: center;background-color: #fff;background-repeat: no-repeat;background-size: cover;min-height:340px;}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage::after {
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    content: '.';
    visibility: hidden
}

.owl-carousel .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item .owl-lazy {
    transition: opacity 400ms ease;
    opacity: 0
}

.owl-carousel .owl-item .from-top,
.owl-carousel .owl-item .from-bottom,
.owl-carousel .owl-item .from-left,
.owl-carousel .owl-item .from-right,
.owl-carousel .owl-item .scale-up,
.owl-carousel .owl-item .scale-down {
    transition: all .45s .3s ease-in-out;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.owl-carousel .owl-item .from-top {
    -webkit-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    transform: translateY(-45px)
}

.owl-carousel .owl-item .from-bottom {
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px)
}

.owl-carousel .owl-item .from-left {
    -webkit-transform: translateX(-45px);
    -ms-transform: translateX(-45px);
    transform: translateX(-45px)
}

.owl-carousel .owl-item .from-right {
    -webkit-transform: translateX(45px);
    -ms-transform: translateX(45px);
    transform: translateX(45px)
}

.owl-carousel .owl-item .scale-up {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

.owl-carousel .owl-item .scale-down {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.owl-carousel .owl-item .delay-1 {
    transition-delay: .5s
}

.owl-carousel .owl-item .delay-2 {
    transition-delay: .7s
}

.owl-carousel .owl-item .delay-3 {
    transition-delay: .9s
}

.owl-carousel .owl-item .delay-4 {
    transition-delay: 1.1s
}

.owl-carousel .owl-item.active .from-top,
.owl-carousel .owl-item.active .from-bottom {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.owl-carousel .owl-item.active .from-left,
.owl-carousel .owl-item.active .from-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.owl-carousel .owl-item.active .scale-up,
.owl-carousel .owl-item.active .scale-down {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.owl-carousel .owl-item>img {
    display: block;
    width: 100%
}

.owl-carousel .owl-item>img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.owl-carousel .owl-dots {
    display: block;
    width: 100%;
    margin-top: 18px;
    text-align: center
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 6px;
    transition: opacity .25s;
    border-radius: 50%;
    background-color: #606975;
    opacity: .3
}

.owl-carousel .owl-dots .owl-dot.active {
    opacity: .9
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -42px;
    transition: opacity .3s;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    background-color: #fff;
    color: #374250;
    line-height: 40px;
    text-align: center;
    opacity: .7
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    opacity: 1
}

.owl-carousel .owl-prev::before,
.owl-carousel .owl-next::before {
    font-family: 'ecommerce-icons';
    font-size: 19px;
    content: '\f301'
}

.owl-carousel .owl-prev {
    left: 20px
}

.owl-carousel .owl-prev::before {
    content: '\f2ff'
}

.owl-carousel .owl-next {
    right: 20px
}

.owl-carousel .owl-next::before {
    content: '\f301'
}

.owl-carousel.large-controls .owl-prev,
.owl-carousel.large-controls .owl-next {
    width: 54px;
    height: 54px;
    margin-top: -47px;
    line-height: 50px
}
.owl-carousel.large-controls .owl-prev {
    left: 30px
}
.owl-carousel.large-controls .owl-next {
    right: 30px
}



.owl-carousel.m-controls .owl-prev,
.owl-carousel.m-controls .owl-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -42px;
    transition: opacity .3s;
    border: 1px solid #FECB16;
    border-radius: 50%;
    background-color: #FECB16;
    color: #121212;
    line-height: 40px;
    text-align: center;
    opacity: .7
}
.owl-carousel.m-controls .owl-prev,
.owl-carousel.m-controls .owl-next {
    width: 45px;
    height: 45px;
    margin-top: -47px;
    line-height: 45px
}
.owl-carousel.m-controls .owl-prev {
    left: 10px
}
.owl-carousel.m-controls .owl-next {
    right: 10px
}


.owl-carousel.dots-outside .owl-dots {
    bottom: 0;
    margin: 0;
}

.owl-carousel.dots-outside .owl-dots .owl-dot {
    background-color: #FECB16;
    opacity: .5
}

.owl-carousel.dots-outside .owl-dots .owl-dot.active {
    opacity: 1
}

.owl-carousel.dots-outside .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    transition: opacity .25s;
    border-radius: 50%;
    background-color: #606975;
    opacity: .5
}
.owl-carousel.dots-outside .owl-dots .owl-dot.active {
    opacity: .9;background-color:#B00917;
}



.owl-carousel.dots-inside .owl-dots {position: absolute;bottom: -1px;margin: 0;padding-bottom: 24px}
.owl-carousel.dots-inside .owl-dots .owl-dot {
    background-color: #fff;
    opacity: .5
}

.owl-carousel.dots-inside .owl-dots .owl-dot.active {
    opacity: 1
}

.owl-carousel.dots-inside .owl-prev,
.owl-carousel.dots-inside .owl-next {
    margin-top: -22px
}

.owl-carousel.dots-inside.large-controls .owl-prev,
.owl-carousel.dots-inside.large-controls .owl-next {
    margin-top: -27px
}

.owl-carousel.dots-inside.m-controls .owl-prev,
.owl-carousel.dots-inside.m-controls .owl-next {
    margin-top: -27px
}

.owl-carousel .widget {
    margin-bottom: 0
}

.owl-carousel .widget.widget-featured-posts>.entry {
    margin-bottom: 0
}

.no-js .owl-carousel {
    display: block
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.hero-slider {
    width: 100%;
    min-height: 340px;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.hero-slider>.owl-carousel {
    min-height: 340px
}

.hero-slider>.owl-carousel.dots-inside .owl-dots {
    display: inline-block;
    left: 50%;
    width: auto;
    padding: 10px 22px 14px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #A9A9A9;
}

.hero-slider>.owl-carousel .owl-prev,
.hero-slider>.owl-carousel .owl-next {
    transition: all .35s ease-in-out
}

.hero-slider>.owl-carousel .owl-prev {
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px)
}

.hero-slider>.owl-carousel .owl-next {
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px)
}

.hero-slider>.owl-carousel:hover .owl-prev,
.hero-slider>.owl-carousel:hover .owl-next {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media (max-width: 991px) {
    .hero-slider>.owl-carousel .owl-prev,
    .hero-slider>.owl-carousel .owl-next {
        display: none
    }
}

@media (max-width: 1100px) {
    .hero-slider {
        min-height: 340px
    }
    .hero-slider>.owl-carousel {
        min-height: 340px
    }
}

/* Cat slide*/
.cat_slide_bk{background-position: center;background-color: #fff;background-repeat: no-repeat;background-size: cover;min-height:330px;}
.cat_slide1{padding-top:40px;padding-bottom:20px;font-family: FuturaPT-Book, sans-serif;}
.s_cat_title{font-weight:900;color:#b00917;font-size:30px;margin-bottom:20px;line-height:32px;text-align:right;}
.s_cat_subtitle{font-weight:900;color:#141414;font-size:24px;margin-bottom:20px;line-height:26px;text-align:right;}/*#f8ab02 yellow*/
.s_cat_notice{font-weight:900;color:#000;font-size:24px;margin-bottom:0px;line-height:26px;text-align:right;}
.cat-slider{border-bottom:10px solid #A9A9A9;}
.cat-slider {
    width: 100%;
    min-height: 290px;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}
.cat-slider>.owl-carousel {
    min-height: 290px
}
.cat-slider>.owl-carousel.dots-inside .owl-dots {
    display: inline-block;
    left: 50%;
    width: auto;
    padding: 5px 20px 4px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color:#A9A9A9;/*#CACACA*/
}

.cat-slider>.owl-carousel .owl-prev,
.cat-slider>.owl-carousel .owl-next {
    transition: all .35s ease-in-out
}

.cat-slider>.owl-carousel .owl-prev {
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px)
}

.cat-slider>.owl-carousel .owl-next {
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px)
}

.cat-slider>.owl-carousel:hover .owl-prev,
.cat-slider>.owl-carousel:hover .owl-next {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media (max-width: 991px) {
    .cat-slider>.owl-carousel .owl-prev,
    .cat-slider>.owl-carousel .owl-next {
        display: none
    }
}

@media (max-width: 1100px) {
    .cat-slider {
        min-height: 330px
    }
    .cat-slider>.owl-carousel {
        min-height: 330px
    }
}
/*category products*/
.strikeThrough {
    text-decoration: line-through;
	text-decoration-color: #B00917;
}
.wrap_cat_products{margin-bottom:10px;}
.mtop20{margin-top:20px;}
.cat_products{
	font-family: FuturaPT-Book, sans-serif;
	border-top:2px solid #959595;
	border-bottom:2px solid #959595;
	padding:10px 0px;
	text-align:center;
	color:#1b1b1b;font-size:26px;line-height:30px;font-weight:400;
}
.cat_products span{font-weight:700;display:inline;color:#B00917;}
.wrap_cat_sorter{font-family: FuturaPT-Book, sans-serif;margin-bottom:10px;}
.cat_sorter_label{padding:0;text-align:right;line-height:32px;font-weight:700;color:#1b1b1b;font-size:26px;}
.cat_sorter_label span{padding-right:10px;}
.cat_sorter_values{padding:0;text-align:left;}
.op_sorter{padding-left:10px;}
.btnsort{border-color:#B00917;max-width:200px;color:#B00917;}

.wrap_products{background:#fff;padding-top:30px;}
.wrap_products .product_item{margin-bottom:30px;display: table;height: 320px!important;background:#fff;width:100%;padding:10px 0px}
.wrap_products .product_item .productPanelImg, .wrap_products .product_item .productPanelInfo {
    display: table-cell;vertical-align: middle;min-height: 250px;
    width: 45%;max-width:250px;
}
.wrap_products .product_item .productPanelImg img {
    width: 100%;
    height: auto;
    vertical-align:middle;
}
.wrap_products .product_item .productPanelImg a:focus{
	outline:0;
}


.wrap_products .product_item .productPanelInfo {
	font-family: FuturaPT-Book, sans-serif;
    margin-left: 0;vertical-align: top;
    width: 50%;
    padding-left: 4%;
}
.wrap_products .product_item .productPanelInfo h3 {
	min-height: 38px;
    margin: 10px 0 0 0;
    color: #00c1fb;font-weight:700;
    text-decoration: none;
    font-size: 26px;
}
.wrap_products .product_item .productPanelInfo h3 a{color:#00c1fb;}
.wrap_products .product_item .productPanelInfo h3 a:hover{color:#3071a9;}


.wrap_products .product_item .productPanelInfo .productDescription {
    min-height: 70px;margin: 5px 0 0 0;color:#2f2f2f;font-weight:400;font-size:12px;padding-right:10px;
}
.wrap_products .product_item .productPanelInfo .productDescription .descriptionText2 {
    color: #858585;
}
.wrap_products .product_item .productPanelInfo .pricing {
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
}
.wrap_products .product_item .productPanelInfo .pricing.sprice{
	padding-bottom:20px;
}
.wrap_products .product_item .productPanelInfo .pricing .originalPrice, .wrap_products .product_item .productPanelInfo .pricing .price .saving {
	font-weight:400;color:#2f2f2f;font-size:16px;margin-bottom:0px;
}
.wrap_products .product_item .productPanelInfo .price .promoPrice {
    color: #00c1fb;font-size:22px;font-weight:700;
}
/*categorie produse*/
.rating-stars{margin-top:5px;}
.rating-stars .rating-count {display: inline-block;margin-left: 2px;font-size: 12px;color: #000;line-height:16px;}
.productPanelImg{position:relative;}
.productPanelImg span.discount, .product_img span.discount, .section1 span.discount, .product_vimg span.discount{font-family: FuturaPT-Book, sans-serif;font-weight:700;position: absolute;top: 10px;right:30%;background:rgba(176,9,23,.8);
border-radius: 50%;color: #fff;height: 55px;width: 55px;text-align: center;z-index:25;font-weight: 600;font-size: 14px;line-height:55px;}
.is_new{font-family: FuturaPT-Book, sans-serif;font-weight:700;background:#FECB16;position:absolute;top:0px;left:20px;z-index:19;display:block;text-align:center;color:#fff;height:45px;width: 45px;border-radius: 50%;padding-top:11px;font-weight: 600;font-size: 13px;}
.is_promo{font-family: FuturaPT-Book, sans-serif;background:#f00;position:absolute;top:5px;left:5px;z-index:29;display:block;text-align:center;color:#fff;height:auto;width:auto;border-radius: 5%;
padding: 10px 20px;z-index: 12;font-weight: 600;font-size: 14px;border:1px solid #f00;}
a.is_promo:hover{background:#fff;color:#f00;}
.product_img{padding:0 10px;padding-bottom:10px;position:relative}
.product_img a:focus{outline:0;}
.section1 span.discount{right:10px;}
/*product page*/
a.info_order:hover{color:#333;text-decoration:none;}
a.info_order:hover .icon{background:#6A8708;}
a.info_order span.seconrow{margin-top:5px;display: block;}
a.info_order{font-size:14px;}
.popupbox{padding:0px 0px;width:650px;}
.popupbox .overhidde{overflow:hidden}
.popupbox .product-box{width:65%;float:left}
.popupbox .control-box{width:30%;float:right;margin-left:10px;min-width:185px;}
.popupbox .info-header{color:#121212;border-bottom:1px solid #e5e5e5;display:block;font-size:24px;font-weight:500;height:auto;margin-bottom:10px;padding:0px 0px 10px 0;white-space:normal}
.popupbox .btn-close-w{color:#121212;font-size:32px;font-weight:200;position:absolute;right:27px;text-decoration:none;top:4px}
.popupbox .product-box .thumbnail{border:0 solid #ccc;float:left;text-align:left;width:100px;}
.popupbox .product-box .details{padding-top:10px}
.popupbox .product-box h1.title{font-size:16px;font-weight:inherit;margin:0;padding-bottom:10px;line-height:20px;font-family:'Open Sans',sans-serif;text-transform:none;}
.popupbox .product-box .initial-price{font-size:12px;color:#a4a4a4;text-decoration:line-through}
.popupbox .product-box .current-price{font-size:14px;color:#121212;font-size:16px;font-weight:600}
.popupbox .btn-cart{font-size:14px;text-shadow:none;padding:5px 10px;margin-top:10px;font-weight:600;transition:color 300ms ease-in-out 0.5s,background-color 300ms ease-in-out 0.5s,background-position 300ms ease-in-out 0.5s;border:none;height:auto;text-transform:uppercase;
background:#B00917;color:#fff;float:right}
.popupbox .btn-cart:hover{text-shadow:none;background:#202726;color:#fff;}
.popupbox button.button.btn-cart span{background:none;margin-left:5px;font-size:14px;background:none;margin-left:5px}
.popupbox .continushop{padding-right:10px;text-align:right;margin-top:20px;white-space:nowrap}
.popupbox .continushop a{color:#999;font-weight:600}
.popupbox .continushop a:hover{color:#121212}
@media only screen and (max-width : 749px){
.popupbox{width:100%;}
.popupbox .overhidde{text-align:center;}
.popupbox .info-header{font-size:20px;}
.popupbox .product-box{width:100%;float:none}
.popupbox .product-box .thumbnail{border:0 solid #ccc;float:none;text-align:center;width:100%;max-width:350px;margin-right:0px;}
.popupbox .control-box{width:100%;float:none;margin-top:10px}
.popupbox .btn-cart{float:none;margin:10px auto 0px auto;}
.popupbox .continushop{text-align:center;padding-right:0;}
}
.wrap_product{margin-bottom:10px;margin-top:20px;}
.w_products, .w_products h1{
	font-family: FuturaPT-Book, sans-serif;
	border-bottom:2px solid #959595;
	padding:10px 0px;
	text-align:center;
	color:#121212;font-size:26px;line-height:30px;font-weight:700;
}
.w_products h1{margin:0;border-bottom:0;line-height:30px;padding:0;}
.nav_products{
	margin-top:10px;
	font-family: FuturaPT-Book, sans-serif;text-align:center;
	font-weight:700;color:#959595;font-size:18px;
}
.nav_products span.section_title{color:#121212;padding-right:40px;}
.nav_products span.separator{padding:0px 15px;}
.nav_products a{color:#959595;}
.nav_products a:hover{color:#B00917;}
.w_descript_products{
	font-family: FuturaPT-Book, sans-serif;
	border-bottom:2px solid #959595;
	margin-bottom:20px;
	padding:20px 0px 10px 0px;
	text-align:center;
	color:#121212;font-size:26px;line-height:30px;font-weight:700;
}
#ssimilar{margin:30px 0px 30px;}
.w_descript_products h3.section{margin:0;}
.product_wrap_preview{background:rgba(121,179,183,1);}
.product_wrap_preview.bf_prod_bk{background:url('../img/bf2018gbr.jpg') 50% 50%;}
.product_preview{background:#fff;margin-top:20px;margin-bottom:20px;padding:20px;}
.view_product.prod_img_view{padding:0 10px 10px}
.view_product .product_vimg{border-bottom:2px solid #959595;padding-bottom:10px;}
.view_product .product_vimg img{width:100%;cursor:url('https://www.mediteranea.ro/img/mag_glass.png'), auto;}
.view_product .product_vimg a{display:block}
.productThumbsWrapper{overflow:hidden;margin-top:10px}
.productThumbsWrapper #productThumbs{list-style:none;padding:0;margin:0 -4px;overflow:hidden}
.productThumbsWrapper #productThumbs li{float:left;}
.productThumbsWrapper #productThumbs li a{margin:0 4px 8px;display:block;border:1px solid #959595;text-align:center;cursor:url('https://www.mediteranea.ro/img/mag_glass.png'),auto;}
.productThumbsWrapper #productThumbs li a img{width:80px;height:80px}
.productThumbsWrapper #productThumbs li a.active,.productThumbsWrapper #productThumbs li a:hover{border-color:#00c1fb;}
.productThumbsWrapper #productGallery a{margin:0 4px 8px;display:block;border:1px solid #959595;text-align:center;cursor:url('https://www.mediteranea.ro/img/mag_glass.png'),auto;}
.productThumbsWrapper #productGallery a img{width:80px;height:80px}
.productThumbsWrapper #productGallery a.active,.productThumbsWrapper #productGallery a:hover{border-color:#00c1fb;}



.gallery{position:relative;padding-left:0;}
.gallery #allImages{text-align:center;font-size:18px;color:#806f3f}
.gallery #allImages i{cursor:pointer}
.gallery #allImages i:hover{color:#6c8d23}
.gallery #allImages.closed .opened{display:none}
.gallery #allImages.opened .closed{display:none}
.gallery .product-img-wrap{display:inline-block;width:100%;text-align:center;}
.gallery .product-img-wrap .zoomWrapper{width:333px!important;height:333px!important}
.gallery .product-image{width:100%;max-width:270px;display:inline-block}
.item_list li .subitem li{padding-bottom:0;padding-top:11px}
.item_list li .subitem li::before{top:11px}
.prodlabel{color:#999;font-weight:600;}
.qtylabel{font-weight:600;color:#806f3f;}
.order_price span.priced{text-decoration: line-through;}

.cat_slide1 .btn-primary:hover{background: rgba(121,179,183,.8);border-color:#79B3B7;}
.herobk .btn-primary:hover{background: rgba(121,179,183,.8);border-color:#79B3B7;}
.productInfo {
	font-family: FuturaPT-Book, sans-serif;
    margin-left: 0;vertical-align: top;
}
.productInfo .btn-primary{background: rgba(121,179,183,1);border-color:#79B3B7;}
.productInfo .btn-primary:hover{background: rgba(121,179,183,.8);border-color:#79B3B7;}


.productInfo h1, .productInfo h2 {
	min-height: 38px;
    margin: 10px 0 0 0;
    color: #B00917;font-weight:700;
    text-decoration: none;
    font-size: 26px;
}
.productInfo .productDescription {
    min-height: 50px;margin: 5px 0 0 0;color:#2f2f2f;font-weight:400;font-size:12px;
}
.productInfo .productDescription .descriptionText2 {
    color: #858585;
}
.productInfo .pricing {
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
}
.productInfo .pricing.onePrice {
    height: 40px;
}


.productInfo .pricing.sprice{
	padding-bottom:20px;
}
.productInfo .pricing .originalPrice, .productInfo .pricing .price .saving {
	font-weight:400;color:#2f2f2f;font-size:16px;margin-bottom:0px;
}
.productInfo .price .promoPrice {
    color:#B00917;font-size:22px;font-weight:700;
}
	.qtylabel{font-weight:600;color:#806f3f;}
	.prodlabel{color:#999;font-weight:600;}
	.product_attributes{margin-top:10px}
	.order_price span.infostoc{color:#999;display:block;margin-bottom:5px}
	.order_price{font-weight:600;margin-bottom:10px;color:#6c8d23}
	.item_introtext{font-family:'Open Sans',sans-serif;overflow:hidden;margin-bottom:20px;}
	span.price_discount{text-decoration:line-through;}
	span.price_special{color:#F24330;line-height:21px;font-size:18px;}
	span.cart_price_special{color:#F24330;line-height:16px;font-size:14px;}
	#quantity_wanted_p{overflow:hidden;margin-bottom:10px;padding-bottom:0}
	#quantity_wanted_p input{width:35px;height:35px;padding:0 6px;text-align:center;float:left;border:1px solid #eaeaeb;line-height:27px}
	#quantity_wanted_p .btn{float:left;margin-left:3px;color:#999}
	#quantity_wanted_p .btn:hover,#quantity_wanted_p .btn:active{color:#fff;}
	#quantity_wanted_p label{color:#888;font-weight:400;float:left;line-height:33px;padding-right:10px}
	#quantity_wanted_p .btn.button-plus,#quantity_wanted_p .btn.button-minus{line-height:28px;width:33px;height:33px;padding:0}
	#quantity_wanted_p .btn.button-plus span,#quantity_wanted_p .btn.button-minus span{padding:0;width:33px;height:33px;text-align:center;vertical-align:middle}
	#quantity_wanted_p .fa-plus{line-height:30px}
	#quantity_wanted_p .fa-minus{line-height:30px}
	.eico-plus:before{content:"\f278"}
	.eico-minus:before{content:"\f273"}
	#sspecificatii td{padding:2px 10px;}
	.no-padding {padding-right: 0 !important;padding-left: 0 !important;}
	.review_header{border-bottom:1px dotted #ccc;padding-bottom:10px;overflow:hidden;}
	.review_header h5{margin-bottom:0px;}
	.text-right{text-align:right;}
	.review_header .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}
	.review_form input, .review_form textarea{font-size:14px;}
	.review_form .form-horizontal .control-label{text-align:left;font-size:14px;}
	.form-control.mm_error{border:1px solid #f00;}
	.mm_f_error{display:none;}
	.mm_errors{margin:10px 0px;}
	#review_box{display:none;margin-top:5px;}
	.rate_item{margin-top:15px; padding-bottom:5px; border-bottom:1px dotted #ddd;}
/* cart page */
.cart_header{margin-top:30px;margin-bottom:30px;}
.cart_empty{min-height:370px;font-weight:400;font-family: FuturaPT-Book, sans-serif;padding: 10px 0px;color: #121212;font-size: 16px;	line-height: 30px;}
.small-title {font-family: FuturaPT-Book, sans-serif;padding: 10px 0px;	text-align: center;color: #121212;font-size: 26px;	line-height: 30px;font-weight: 700;margin:0;}
.wishlist {background: #00C1FC; width: 100%; min-height: 42px; margin-top: 30px; text-align: center;}
.wishlist p {color: #fff;line-height: 42px;}
.wishlist-box {margin:0; padding:0;}
.wishlist-entry {padding:30px 0;border-bottom:1px solid #e3e3e3;}
.wishlist-entry .cart-entry .image {display:block;width:90px;float:left;}
.wishlist-entry img {max-width: 100%;}
.wishlist-entry .cart-entry .cart-content {margin-left:90px; padding:0px 24px;}
.wishlist-entry .cart-entry .cart-content .title {font-size:18px; line-height:28px; color:#333; font-weight:700; display:block; margin-bottom:10px;}
.wishlist-entry .entry {line-height:125px;text-align:center;}
.wishlist-entry .price {font-size:16px;line-height:20px;color:#797979;font-weight:700;}
.wishlist-entry .price del {font-size:15px;font-weight:400;}
.wishlist-entry .instock {color:#87ae10; font-size:18px; font-weight:700;}
.wishlist-entry .stock {color:#f24c4c;font-size:18px;font-weight:700;}
.wishlist-entry .btn {padding:5px 12px;color:#333;}
.quantity-selector { margin-top:42px;}
.cart_quantity .cart_quantity_input{height:27px;line-height:27px;padding:0;text-align:center;font-size:14px;width:57px}
.cart_gift_quantity .cart_quantity_input{height:27px;line-height:27px;padding:0;text-align:center;width:57px}
.cart_quantity{padding-left:14px;width:88px}
.cart_quantity .cart_quantity_button{margin-top:3px;display:block!important}
.cart_quantity .cart_quantity_button a{float:left;margin-right:3px}
.cart_quantity .cart_quantity_button a + a{margin-right:0}
.cart_delete,.price_discount_del{padding:5px}
.cat_rem{font-size:20px;line-height: 20px;}
/*new cart*/
.myaccount input[type="checkbox"]{
	margin-left:0;
}
.myaccount label{
	padding-left:25px;
}
.cart-table input[type="text"],
.cart-table input[type="password"],
.cart-table input[type="email"],
.cart-table textarea,
.cart-table select {
    padding: 10px 12px;
    outline: none;
    font-size: 13px;
    color: #999;
    margin: 0;
    max-width: 100%;
    display: block;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    font-weight: 600;
}
.cart-table  select {
    padding: 0;
}
.cart-table input[type="text"]:focus,
.cart-table input[type="password"]:focus,
.cart-table input[type="email"]:focus,
.cart-table textarea:focus {
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    color: #808080;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

:-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

table.cart-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}

table.cart-table th {
    border: none;
    font-family: FuturaPT-Book, sans-serif;
    background-color: #1B1B1B;
    text-align: left;
    padding: 10px 20px;
    color: #fff;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
}

table.cart_order th {
    background-color: #f6f6f6;
    color: #606060;
}


table.cart-table td {
    padding: 20px;
    border-bottom: #eee 1px solid;
    border-top: none;
    border-right: none;
    vertical-align: middle;
}

table .cart-title a {
    font-weight: 600;
    color: #666;
}

table .cart-title a:hover {
    color: #808080;
}

table .cart-total {
    color: #666;
    font-weight: 600;
}

table.cart-table.bottom {
    margin-top: -1px;
}

table.cart-table.bottom .cart-btns {
    float: right;
}

table.cart-table.bottom .cart-btns a {
    margin-left: 10px;
}

table.cart-table.bottom th {
    padding: 15px;
}

.cart-totals {
    margin: 45px 0 20px 0;
}

.cart-totals .cart-table th {
    vertical-align: middle;
    border-bottom: 1px solid #fff;
    width: 40%;
    padding: 10px 15px;
}

.cart-totals .cart-table td {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 15px;
}

.cart-totals .cart-table tr:last-child th,
.cart-totals .cart-table tr:last-child td {
    border: 0;
}

table.cart-table.subtotals td {
    padding: 15px;
    border: none;
    vertical-align: middle;
}

a.button.proceed {
    background-color: #B00917;
}
a.button.proceed:hover {
    background-color: #1B1B1B;
}

a.calculate-shipping {
    text-align: center;
    display: block;
    background: #c0c0c0;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.calculate-shipping i {
    font-size: 14px;
    padding: 0 2px;
}

a.calculate-shipping:hover {
    background: #808080;
    color: #fff;
}

.st-key {
    border: none;
    background-color: #f6f6f6;
    text-align: left;
    padding: 10px 20px;
    color: #606060;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    width: 40%;
    border: 1px solid #eee;
}

.st-val {
    width: 58%;
    text-align: left;
    padding: 10px 20px;
    border: 1px solid #f0f0f0;
    border-left: 0;
}

.st-val a {
    font-weight: 600;
    color: #666;
}

.st-val a:hover {
    color: #808080;
}

.st-space {
    height: 25px;
}

.st-val .cart-remove {
    color: #a0a0a0;
}

.st-val .cart-remove:hover {
    color: #fff;
}

.stacktable {
    width: 100%;
}

.st-head-row {}

.st-head-row img {}

.st-head-row.st-head-row-main {
    display: block;
}

.stacktable.large-only {
    display: table;
}

.stacktable.small-only {
    display: none;
}

.og-grid {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    margin-left: 2px;
}

.og-grid>li.unclickable a {
    cursor: default;
}

.og-grid li a img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.og-grid>li {
    display: inline-block;
    margin: 0 8px 20px 8px;
    vertical-align: top;
    height: auto;
    float: none;
}

.dynamic-portfolio-holder {
    overflow: hidden;
    position: relative;
}

.dynamic-portfolio-holder .hover-icon:before,
.overflowholder .hover-icon:before {
    top: 15px;
}

.og-grid li a:hover .hover-cover {
    opacity: 0.5;
    visibility: visible;
}

.og-grid li a:hover .hover-icon {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.og-grid li a:hover .hover-desc {
    opacity: 1;
    visibility: visible;
    top: 40%;
}

.og-grid>li.unclickable .hover-desc,
.og-grid>li.unclickable .hover-icon,
.og-grid>li.unclickable .hover-cover {
    display: none;
}

.og-grid>li {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.og-grid>li.unclickable {
    opacity: 0.4;
}

.hover-desc {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 45%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hover-desc h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: -2px;
}

.hover-desc span {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    opacity: 0.7;
}

.og-expander {
    position: absolute;
    background: #f6f6f6;
    top: auto;
    left: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: left;
    opacity: 0;
    overflow: hidden;
}

.og-expander-inner {
    padding: 0;
    height: 100%;
}

.og-close {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 9999;
    background: #c0c0c0;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.og-close:before {
    content: "ï€";
    font-family: "FontAwesome";
    font-size: 16px;
    top: 15px;
    left: 18px;
    position: relative;
}

.og-close:hover {
    background: #808080;
}

.og-details {
    width: auto;
    overflow: hidden;
    position: relative;
    padding: 0 50px;
    margin: 45px 0;
}

.og-details h3 {
    font-weight: 600;
    font-size: 24px;
    padding: 0;
    margin-bottom: 14px;
    margin-top: 0;
    color: #606060;
}

.og-details p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #909090;
    margin-bottom: 12px;
}

.gridslider {
    float: left;
    display: inline-block;
    position: relative;
    width: 500px;
    overflow: hidden;
}

.gridslider img {
    height: 100%;
    max-width: inherit;
    width: auto;
}

.gridslider {
    width: 500px;
}

.og-expander {
    width: 1180px;
}

.og-grid>li {
    width: 280px;
}

.apply-coupon input {
    font-size: 13px;
    width: 192px;
    padding: 7px 13px 8px 13px;
    float: left;
}

.apply-coupon input {
    background-color: #fff;
    display: inline-block;
    float: left;
    margin: 0;
    border: 0;
}
.apply-coupon input:focus {
    background-color: #fff;
    margin: 0;
    border: 0;
}
a.button {
    cursor: pointer;
    padding: 7px 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    outline: none;
    overflow: hidden;
    position: relative;
    z-index: 10;
    color: #fff;
    background-color: #808080;
    border: none;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
a.button.gray {
    background-color: #c0c0c0;
}
a.button:hover{background:#00C1FA;color:#fff;}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .top-search input {
        width: 215px;
    }
    .apply-coupon input {
        width: 233px;
    }
    .cart-list {
        width: 420px;
    }
    .checkout-content .half {
        width: 44%;
    }
    .checkout-content .half.first {
        padding: 0 30px 0 0;
    }
    .checkout-content select,
    .checkout-content input {
        width: 93.5%;
    }
    .checkout-content .fullwidth,
    .checkout-content .fullwidth select,
    .checkout-content select.fullwidth {
        width: 100%;
    }
}
@media only screen and (max-width: 479px) {
    .top-search input {
        width: 95px
    }
    .apply-coupon input {
        width: 112px;
    }
    .top-search {
        float: right;
    }
    .cart-list {
        width: 300px;
    }
    .checkout-content .half {
        width: 95%;
    }
    .checkout-content .half.first {
        padding: 0 30px 0 0;
    }
    .checkout-content .fullwidth,
    .checkout-content .fullwidth select,
    .checkout-content select.fullwidth {
        width: 100%;
    }
}
.cart_action{margin:40px 0px;}
.cart-table .qty {
    width: 25px;
    height: 22px;
    text-align: center;
    float: left;
    padding: 8px 9px;
}

.cart-table input.qty {
	padding: 8px 5px;
	width: 40px;
	height: 40px;
}

.qtyplus,
.qtyminus,
a.cart-remove {
    background: #c0c0c0;
    color: #fff;
    border: none;
    float: left;
    font-family: "ecommerce-icons";
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-size: 14px;font-weight:bold;
    outline: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.cart-remove {background-color: #f6f6f6;color: #a0a0a0;}
.qtyplus:hover, .qtyminus:hover {background: #808080;color: #fff;}
a.cart-remove:hover {background: #df2727;color: #fff;}
.qtyplus:before {content: "\f278";}
.qtyminus:before {content: "\f273";}
.cart-remove:before {content: "\f00d";}
.qtyplus:before,
.qtyminus:before {position: relative;display: block;top: 10px;left: 15px;}
.cart-remove:before {position: relative;display: block;top: 8px;left: 15px;}
.error{color:red;font-weight:400}
.flash-msg{position:fixed;top:10px;right:10px;z-index:10000}
.alert .close{padding:0 10px;line-height:10px}
.alert{padding:15px;font-size:14px;text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}
.alert-success{background-repeat:repeat-x;border-color:#b2dba1;background-image:-webkit-linear-gradient(top,#dff0d8 0%,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0%,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0%,#c8e5bc 100%);}
.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0%,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0%,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0%,#b9def0 100%);background-repeat:repeat-x;border-color:#9acfea}
.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0%,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0%,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0%,#f8efc0 100%);background-repeat:repeat-x;border-color:#f5e79e}
.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0%,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0%,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0%,#e7c3c3 100%);background-repeat:repeat-x;border-color:#dca7a7}
.page-subheading{font-family:"Lato",sans-serif;font-weight:600;text-transform:uppercase;font-size:18px;padding:0 0 15px;line-height:normal;margin:0 0 12px;border-bottom:1px solid #d6d4d4;}
.pdistanta1{margin-bottom:10px}
.fa-user:before{content:"\f007"}
.fa-lock:before{content:"\f023"}
.authb{line-height:24px;font-size:16px;padding-right:10px}
.errbox{display:none}
#create-account_form .checkbox label{padding-left:30px}
#create-account_form .checkbox input[type="checkbox"]{margin-left:0;}
.btn_wcont,.btn_fcont{height:40px;line-height:28px;}
.btn_fcont{background: #E5B700;color:#121212;}
.btn_wcont{background:#B00917;color:#fff;}
.btn_wcont:hover,.btn_fcont:hover{background:#1B1B1B;color:#fff;}
/*order details*/
.page-subheading{font-family:"Lato",sans-serif;font-weight:600;text-transform:uppercase;font-size:18px;padding:0 0 15px;line-height:normal;margin:0px 0 10px 0px;border-bottom:1px solid #eee}
.cm_section20{margin:10px 0 10px 0px;}
/*gift list*/
.gift_box_list{position:absolute;}
.gift_box_list .gboxtitle{font-size:14px;color:#DD3944;font-weight:600;line-height:18px;}

.gift_box_prod{position:relative;}
.gift_box_prod .gboxtitle{font-size:16px;color:#DD3944;font-weight:600;line-height:18px;}
.gift_info{font-size:14px;overflow:hidden;border:1px dashed #ccc;padding:5px;max-width:380px;margin-top:5px;}
.gift_info:hover{border-color:#959595;}
.gift_info img{float:left;padding-right:20px;}
.gift_info a{color:#00c1fb;}
.gift_info .gift_name{color:#00c1fb;font-weight:600;}
.gift_info .gift_text{color:#121212;font-weight:600;}
.gift_info .gift_price{color:#00c1fb;font-weight:600;}


.gift_box_card{position:relative;margin-top:5px;}
.gift_box_card .gboxtitle{font-size:14px;color:#DD3944;font-weight:600;line-height:18px;}
.gift_box_card .gift_info{font-size:12px;overflow:hidden;border:1px dashed #ccc;padding:5px;max-width:360px;margin-top:5px;}
.gift_box_card .gift_info:hover{border-color:#959595;}
.gift_box_card .gift_info img{float:left;padding-right:20px;}
.gift_box_card .gift_info a{color:#00c1fb;}
.gift_box_card .gift_info .gift_name{color:#00c1fb;font-weight:600;}
.gift_box_card .gift_info .gift_text{color:#121212;font-weight:600;}
.gift_box_card .gift_info .gift_price{color:#00c1fb;font-weight:600;}
.product_hero{width:100%;max-width:270px;position:relative;margin:0 auto;}



/* newsletter */
.newsletter {
	margin: 0 0 20px 0;
	padding: 5px 0 0;
	position: relative;
	width: 820px;
	margin: auto;
	margin: auto;
}
.newsletter-wrap {
	display: inline-block;
	width: 100%;
}
.newsletter-wrap h4 {
	margin-bottom: 3px;
}
.newsletter-wrap input[type="text"] {
	background: #FFFFFF;
	width: 450px;
	height: 18px;
	display: inline-block;
	color: #a7a7a7;
	line-height: 22px;
	background-color: #fff;
	border: none;
	padding-left: 10px;
	font-size: 13px;
	border: none;
}
button.subscribe:before {
	content: "\e75a";
	font-family: 'ecommerce-icons';
	font-size: 13px;
	padding-right: 8px;
	color: #121212;
}
.newsletter-wrap button.subscribe {
	border: 0 none;
	filter: none;
	overflow: hidden;
	padding: 5px 15px;
	cursor: pointer;
	font-weight: 700;
	border-radius: 0px;
	color: #121212;
	border: 1px #FECB16 solid;
	background: #FECB16;
	float: right;
	height: 39px;
}
.newsletter-wrap button.subscribe:hover {
	background: #E5B700;
	border: 0 none;
	filter: none;
	overflow: hidden;
	padding: 7px 15px;
	border: 1px #E5B700 solid;
}
.newsletter-wrap button.subscribe span {
	color: #121212;
	font-size: 12px;
}
.newsletter-wrap input[type="text"] {
	background: #FFFFFF;
	height: auto;
	display: inline-block;
	color: #a7a7a7;
	line-height: 23px;
	background-color: #fff;
	border: none;
	font-size: 13px;
	border: none;
	padding: 8px 10px;
	width: 64%;
}
footer {
	padding: 0px 0 0;
	overflow: hidden;
	color: #333;
	padding-top: 40px;
	background-color: #000;
}
footer ul {
	margin: 0px;
	padding: 0px;
}
footer ul li {
	list-style-type: none;
}
footer ul li:last-child {
	border-bottom: none
}
footer a {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 13px
}
.com-add {
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 10px;
	padding-bottom: 6px;
}
footer .footer-inner {
	margin: auto;
	overflow: hidden;
	margin-bottom: 30px;
}
footer .footer-inner h3 {
	color: #3D4C4F;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 0 15px;
	padding: 0 0 10px;
}
.footer-column-1 {
	margin-right: 30px;
	margin-bottom: 15px;
	line-height: 18px;
	min-height: 180px;
	padding-right: 30px;
}
.footer-column {
	margin-right: 20px;
	margin-bottom: 15px;
	min-height: 220px;
	width: 30%;
}
footer .footer-column a {
}
footer .footer-column a:before {
	content: "\f054";
	font-family: 'ecommerce-icons';
	font-size: 11px;
	display: inline-block!important;
	cursor: pointer;
	line-height: 20px;
	color: #aaa;
	margin-right: 5px;
}
.footer-column-last {
	margin-right: 0px;
	margin-bottom: 15px;
	padding-left: 0px;
}
.footer-column-last li {
	padding: 0px 0 5px;
}
.footer-bottom .inner {
	margin: auto;
	padding: 20px 0 15px;
	height: 60px;
}
.footer-bottom .inner a {
	color: #0eb1a6
}
.footer-bottom .inner .bottom_links a {
	margin-left: 15px;
}
.footer-bottom .inner a:hover {
	color: #fff
}
footer p {
	font-size: 14px;
	color: #222;
	padding-top: 5px;
	padding-bottom: 5px;
}
footer .footer-column a {
	display: inline-block;
	color: #717171;
}
footer a {
	line-height: normal;
}
footer a:hover {
	color: #fff;
}
footer a:focus{outline:0;}
footer p {
	line-height: 20px;
}
footer a {
	color: #aaa
}
footer h4 {
	padding: 0 0 10px;
	font-size: 12px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px
}
footer .input-text:focus {
	background: #fff;
	border-color: #464646;
}
footer a:hover {
	text-decoration: none;
}
footer .coppyright {
	color: #666;
	float: left;font-size:12px;
}
footer ul.producers  {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  -webkit-column-gap: 20px; 
  -moz-column-gap: 20px;
  column-gap: 20px;
 }

.footer-bottom {
	padding: 0px;
	overflow: hidden;
	width: 100%;
	margin: auto;
	padding: 18px 0;
	background-color: #060606;
}
.footer-bottom a {
	color: #999;
}
.footer-bottom .company-links ul {
	padding: 0px;
}
.footer-bottom .company-links li {
	display: inline-block;
	margin-left: 20px;
	list-style: none;
	float: right;font-size:12px;
	border-bottom: none
}
.add-icon:before {
	content: "\f041";
	font-family: FontAwesome;
	font-size: 15px;
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	display: inline-block;
	float: left;
	font-style: normal;
	text-align: center;
	margin-right: 10px;
	border-radius: 30px;
	border: 2px #aaa solid;
	border-radius: 25px
}
.email-footer {
	overflow: hidden;
	margin-top: 12px;
	font-size: 14px;
}
.email-footer a {
	font-size: 14px;
	line-height: 35px;
	color: #aaa
}
.phone-footer {
	overflow: hidden;
	font-size: 14px;
	line-height: 35px;
	color: #aaa;
	margin-bottom: 10px;
	margin-top: 12px;
}
footer address {
	display: block;
	margin: auto;
	font-style: normal;
	line-height: 35px;
	color: #777;
	padding-top: 5px;
	margin-top: 30px;
	text-align: center;
	margin-bottom: 40px;
	font-size: 13px;
	border: none;
	letter-spacing: 0.5px
}
footer address i {
	border: 2px #888 solid;
	width: 35px!important;
	line-height: 33px!important;
	display: inline-block!important;
	height: 35px!important;
	text-align: center;
	margin-left: 20px!important;
	border-radius: 25px;
	margin-right: 5px!important;
	vertical-align: top
}
footer address .fa {
	font-size: 16px
}
footer address .fa-envelope {
	font-size: 14px
}
footer address .fa-mobile {
	font-size: 19px
}
footer address .icon-location-arrow:before {
	margin-left: 0px;
	margin-right: 0px;
	color: #333
}
footer address .icon-mobile-phone:before {
	margin-left: 0px;
	margin-right: 0px;
	color: #777
}
footer address .icon-envelope:before {
	margin-left: 0px;
	margin-right: 0px;
	color: #777
}
.email-icon:before {
	content: "\f0e0";
	font-family: FontAwesome;
	font-size: 14px;
	color: #777;
	height: 35px;
	width: 35px;
	margin-right: 5px;
	line-height: 35px;
	display: inline-block;
	float: left;
	font-style: normal;
	text-align: center;
	margin-right: 10px;
	border: 2px #aaa solid;
	border-radius: 25px
}
.phone-icon:before {
	content: "\f095";
	font-family: FontAwesome;
	font-size: 15px;
	color: #777;
	height: 35px;
	width: 35px;
	margin-right: 5px;
	line-height: 35px;
	display: inline-block;
	float: left;
	font-style: normal;
	text-align: center;
	margin-right: 10px;
	border: 2px #aaa solid;
	border-radius: 25px
}
.footer-bottom .bottom_links li {
	margin-left: 20px
}
.custom-footer-links li {
	margin: 7px 0
}
.footer-col-right {
	width: 58%;
	float: left
}
.contact-info {
	text-align: center;
}
ul.contact-info span {
	font-size: 13px !important;
	font-weight: 900 !important;
	color: #666;
	float: left
}
ul.contact-info li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	display: inline-block;
}
ul.contact-info li.last {
	float: left;
	margin-bottom: 0px;
	border-bottom: 0px #2D3D4C solid
}
#container_newsletter {
	width: 100%;
	padding: 7px 0 7px 0;
	background: #f7f7f7;
	margin: 36px 0 22px 0
}
#text_container_news {
	width: 205px;
	height: 34px;
	float: left;
	margin-left: 30px;
	text-transform: uppercase;
	font-family: arial;
	font-size: 10px;
	color: #647177;
	padding-top: 7px
}
#text_container_news span {
	color: #959a9c;
	font-size: 9px
}
#container_form_news {
	position: relative;
	z-index: 0
}
#container_form_news2 input[type="submit"] {
	cursor: pointer;
	border: 0;
	background: #FFFFFF;
	width: 20px;
	height: 12px;
	display: block;
	position: relative;
	color: #a7a7a7;
	font-size: 10px;
	line-height: 20px;
	top: -18px;
	right: -160px
}
#container_form_news .validation-advice {
	top: 42px;
	left: 10px;
}
.footer-box {
	width: 1240px;
	margin: auto;
}
footer ul span {
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
	line-height: 15px;
	padding-right: 3px;
}
address {
	display: block;
	margin: auto;
	font-style: normal;
	line-height: 21px;
	color: #999;
	padding-top: 10px;
	margin-top: 10px;
	text-align: left;
	padding-bottom: 15px;
	border-bottom: 1px #eaeaea solid;
	margin-bottom: 15px
}
.footer-logo {
	text-align: left;
	margin: 10px 0;
}
.social-section {
	padding: 0px;
	overflow: hidden;
	width: 100%;
	margin: auto;
	background: #191919
}
.social-section .inner {
	margin: auto;
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 20px;
}
.social {
	overflow: hidden
}


.social h4 {
	margin: 28px 0 0px 0px;
}

.payment-accept {
	color: #333333;
	font-size: 14px;
	margin: auto;
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 22px;
}
.payment-accept img {
	margin-right: 10px;
	opacity: 0.7
}
.payment-accept img:hover {
	opacity: 1
}
.glyphicon-remove1:before {
	content: "\e014"
}
.glyphicon-remove1 {
	right: 8px;
}
.mm-toggle-wrap {
	display: none;
}
.product-shop .social {
	margin-top: 20px;
}
.product-shop .social a {
	border: 1px #e5e5e5 solid;
	border-radius: 0px;
	color: #888;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff
}
.product-shop .social a:hover {
	color: #fff;
}
.product-shop .social ul {
	padding: 0px;
	margin: 0px
}
.product-shop .social ul li {
	display: inline-block;
	margin: 0 7px 0 0;
}
.product-shop .social ul li:last-child {
	border: none;
}
.sendfriend-product-send .login_page .form-list .field {
	float: left;
	width: 47%;
	margin-right: 10px;
}
.sendfriend-product-send .login_page textarea {
	width: 95%;
}
.product-options-bottom .sharing-links {
	display: none;
}
.add-to-box .add-to-cart, .product-options-bottom .add-to-cart {
	margin: 0;
}
.product-view .product-shop .grouped-items-table .price {
	font-size: 18px;
}
#product-options-wrapper .options-list .price {
	font-size: 12px;
}
.rhs4-banner-block {
	display: none;
}
.rhs4-block {
	display: none;
}
.noitem {
	padding: 10px;
	text-align: center;
	font-size: 11px;
}
.noitem:before {
	content: '\f07a';
	font-family: FontAwesome;
	font-size: 36px;
	color: #ccc;
	width: 100%;
	display: block;
}
.validation-advice {
	color: #FF0000;
	position: absolute;
}
.form-list .validation-advice {
	color: #FF0000;
	position: relative;
}
.mgkosc-login-input-box .validation-advice {
	color: #FF0000;
	position: relative;
}
.footer-top .newsletter .validation-advice {
	left: 106px;
}
/*text pages*/
	.page_text {margin-top:30px;font-family: FuturaPT-Book, sans-serif;}
	.page_text h1, h2.headline{
		font-family: FuturaPT-Book, sans-serif;
	    border-bottom: 2px solid #959595;
	    padding: 10px 0px;
	    text-align: center;
	    color: #121212;
	    font-size: 26px;
	    line-height: 30px;
	    font-weight: 700;
	}
	.page_text h4{
		font-family: FuturaPT-Book, sans-serif;
	    padding:0px;margin-bottom:20px;
	    text-align: left;
	    color: #121212;
	    font-size: 26px;
	    line-height: 30px;
	    font-weight: 400;
	}
	section#contact{margin-bottom:30px;}
.smvideo{width:100%;max-width:1000px;margin:0 auto;}
.prod_featured_item{overflow:hidden;margin-bottom:20px;}
/* Theme Styler :: End */
	.social_login {border-top:1px solid #eee;padding-top:20px;margin-top:10px;}
	.social_login .btn_sfb{background:#3C5B9B;}
	.social_login .btn_sfb:hover{background:#000;color:#fff;}
	.social_login .btn_sg{background:#E33729;}
	.social_login .btn_sg:hover{background:#000;color:#fff;}
	.social_login button{font-size:12px;}


	.topbtns{max-width:470px;float:right;}
	.mod-search{float:left;margin-right:20px;}
	.mod-search .navbar-form{margin:0;padding:0;}
	.mod-search input.form-control{padding:0;height:24px;padding:2px 5px;margin-top:3px;max-width:140px;}
	h1.search_results{text-align:center;margin:20px 0px 10px 0px; padding:0;font-size:26px;}
	i.searchword{font-weight:400;color:rgba(176,9,23,0.9);}


section.w_similar{margin:30px 0 30px;}
.products {text-align:center;}
.products a.product_title{display:block;line-height:18px;margin: 10px 0 0 0;color: #00c1fb;font-weight: 700;height:36px;text-decoration: none;font-size: 16px;}
.products .product_price{display: block;margin-bottom:10px;}
.owl-carousel .owl-item .sugest_view img{margin: 0 auto;max-height:100%;}
.products .product_price{display: block;margin-bottom:10px;}


.prodcols{padding-right:3px;padding-left:3px;margin-bottom:30px;}
.sugest_view{padding-right:3px;padding-left:3px;margin-bottom:0px;}
	.gproduct_item{border:1px solid #ccc;padding:20px 5px;margin:0px 10px;}
	.gproduct_item img{max-width:250px;max-height:250px;}
	.gboximg img{max-width:75px !important;}
	.gproduct_item:hover{border-color:#B00917;}
	.gproduct_item .section1{text-align:center;position:relative;margin-bottom:15px;}
	.gproduct_item .section1 a{outline:0;}
	.gproduct_item .section2{text-align:center;position:relative;margin-bottom:10px;}
	.gproduct_item .section3{text-align:center;position:relative;margin-bottom:10px;}
	.gproduct_item .section4{text-align:center;position:relative;margin-bottom:10px;padding:0px 10px;color:#1b1b1b;min-height:48px;font-size:12px;line-height:16px;}
	.gproduct_item .section5{position:relative;}
	.gproduct_item .section2 h3 {min-height: 44px;margin: 10px 0 0 0;color: #B00917;font-weight:500;text-decoration: none;font-size: 20px;}
	.gproduct_item .section2 h3 a{color:#B00917;}
	.gproduct_item .section2 h3 a:hover{color:rgba(176,9,23,0.9); }
	.gproduct_item .section5 .pricing {min-height: 90px;}
	.gproduct_item .section5 .pricing.sprice{padding-bottom:20px;}
	.gproduct_item .section5 .pricing .originalPrice, .gproduct_item .section5 .pricing .price .saving {font-weight:400;color:#2f2f2f;margin-bottom:0px;}
	.gproduct_item .section5 .pricing .originalPrice{font-size:18px;}
	.gproduct_item .section5 .pricing .price .saving{font-size:14px;}
	.gproduct_item .section5 .price .promoPrice {color: #B00917;font-size:20px;font-weight:700;}

.intwosection{display: table;width:100%;}
.intwosection_row{display: table-row;height:72px;}
.intwosection_row.btnaction{display: table-row;height:40px;}
.intwosection_cell{display: table-cell;vertical-align:middle;}
.in_sect1{padding:0px 5px;text-align:center;}
.in_sect2{padding:0px 5px; text-align:center;}
.intwosection .btn-vmore{color:#fff;background-color:#1B1B1B;border-color:#1B1B1B;}
.intwosection .btn-vmore:hover{background-color:#B00917;border-color:#B00917}


	a.header-logo:hover, a.header-logo:focus{color:#1A1818;}
	.cat_products.bf2018{background:#111;margin-bottom:20px;border:0;}
	.cat_products.bf2018 span.bf2018_title{color:#FBB40A;display:block;}
	.cat_products.bf2018 span.bf2018_details{display:block;font-size:22px;color: #fff;font-family: 'Roboto', sans-serif;font-weight:400;text-transform:uppercase;}

	.cat_products.cado{background:#111;margin-bottom:0px;border:0;padding:25px 0px;font-size:30px;}
	.cat_products.cado span.cado_title{color:#FBB40A;text-transform:uppercase;}
	.cat_products.cado span.cado_details{color: #fff;font-family: 'Roboto', sans-serif;font-weight:400;text-transform:uppercase;}
	.cat_products.cado.week{font-size:26px;}

@media screen and (max-width:1200px) {
	.cat_products.cado{font-size:28px;}
	.cat_products.cado.week{font-size:24px;}
}
@media screen and (max-width:600px) {
	.cat_products.bf2018 span.bf2018_details{font-size:20px;}
	.cat_products.cado{font-size:28px;}
	.cat_products.cado.week{font-size:24px;}
}
@media screen and (max-width:450px) {
	.cat_products.bf2018 span.bf2018_details{font-size:18px;}
	.cat_products.cado{font-size:24px;}
	.cat_products.cado.week{font-size:20px;}
}
@media screen and (max-width:400px) {
	.cat_products.bf2018 span.bf2018_title{font-size:18px;}
	.cat_products.bf2018 span.bf2018_details{font-size:14px;}
	.cat_products.cado{font-size:20px;}
	.cat_products.cado.week{font-size:18px;}
}
@media screen and (max-width:400px) {
	.cat_products.bf2018 span.bf2018_title{font-size:18px;}
	.cat_products.bf2018 span.bf2018_details{font-size:14px;}
	.cat_products.cado{font-size:20px;}
	.cat_products.cado.week{font-size:18px;}
}

@media screen and (max-width:1198px) {
	.gproduct_item .section2 h3 {font-size: 18px;}
	.gproduct_item img{max-width:180px;max-height:180px;}
}
@media screen and (max-width:690px) {
	.gproduct_item .section2 h3 {font-size: 18px;}
}



.tx-ws-flexslider .caption-title { font-weight: bold; }
.tx-ws-flexslider .caption-body p { margin-bottom: 0px; }
.tx-ws-flexslider .caption-text { padding: 17px; }
.flexslider .slides img { height: auto; }
@media screen and (min-width: 861px) { 
  .slides li div.captionwrapper { position: absolute; width: 350px; top:auto; bottom: 10px; }
  .slides li div.caption span { color: #fff; display: block; }
  .slides li div.caption .captiontitle { font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: right; }
  .slides li div.caption .captiontext { font-size: 12px; line-height: 15px; }
  .tx-ws-flexslider .caption-align-left .caption-text { left: 20px; }
  .tx-ws-flexslider .caption-align-left .caption-link { left: 20px; }
  .tx-ws-flexslider .caption-align-right .caption-text { right: 20px; }
  .tx-ws-flexslider .caption-align-right .caption-link { right: 20px; }
  .tx-ws-flexslider .caption-link { position: absolute; bottom: 20px; }
  .tx-ws-flexslider .caption-text { position: absolute; width: 350px; top: 20px; background: rgba(255,255,255,0.9); } 
}


/* Media queries */
@media (min-width:1221px) {
	.owl-carousel .owl-item img.mainpic{max-width:338px !important;}
}
@media (min-width: 979px) and (max-width: 1220px) {
	.social_login button{font-size:12px;min-width:250px;}
	.social_login .socialbtn1{margin-bottom:20px;}
	.t_icon a.tel{font-size:18px;}
	.t_icon .t_icon_text{font-size:14px;}
	.main_categories a.cat_box span.cat_name{font-size:20px;}
	.owl-carousel .owl-item img.mainpic{max-width:338px !important;}
}



@media (min-width: 768px) and (max-width: 979px) {
	
	.intro-content {padding:250px 0 0;}
	.social_login button{font-size:12px;min-width:250px;}
	.social_login .socialbtn1{margin-bottom:20px;}
	.owl-carousel .owl-item img.mainpic{margin:0 auto;max-width:250px;}
	.owl-carousel .owl-item img.catspic{margin:0 auto;}
	.hslide1{padding-top:10px;padding-bottom:60px;}
	.hslide1 .h2{margin-top:10px;font-size:28px;}
	.similarprod{margin-bottom:40px;}
	.flex-content .ifbox{
		flex-basis:30%;
	}
	.main_categories a.cat_box span.cat_name{font-size:16px;line-height:20px;}
}

@media (min-width: 691px) and (max-width: 1195px) {
	.specialbar{margin-top:0px;height:auto;}
	.t_icon{margin-top:5px;height:68px;}
	.t_icon a.tel{font-size:16px;}
	.t_icon a{text-align:center;}
	.t_icon a span{padding-left:0;}
	.t_icon a span.bartitle{display:block;margin-top:5px;}
	.t_icon .t_icon_text img{padding-right:0}
	.t_icon .t_icon_text{font-size:14px;}
	/* .bartitle{display:none;} */
}
@media (max-width:690px) {
	.phonetitle{display:none;}
	.t_icon a{text-align:center;}
	.t_icon a span{padding-left:0;}
	.t_icon a span.bartitle{display:none;}
	.t_icon .t_icon_text img{padding-right:0}
}

@media (max-width:767px) {
	.social_login button{font-size:12px;min-width:250px;}
	.social_login .socialbtn1{margin-bottom:20px;}
	
	.hslide1{padding-top:10px;padding-bottom:60px;}
	img.mainpic{margin:0 auto;}
	footer .coppyright{text-align:center;}
	footer .company-links{text-align:center;}
	footer .footer-bottom .company-links li{float:none;margin-top:5px;}
	.owl-carousel .owl-item img.mainpic{margin:0 auto;max-width:338px;}
	.owl-carousel .owl-item img.catspic{margin:0 auto;}
	.cat_sorter_label{font-size:20px;text-align:center;}
	.cat_sorter_values{text-align:center;}
	.cat_sorter_values .btnsort{margin:0 auto;}
	.similarprod{margin-bottom:30px;}
	.similarprod .product_price{margin-bottom:10px;}
	.flex-content .ifbox{flex-basis:50%;}
	.main_categories a.cat_box span.cat_name{font-size:16px;line-height:20px;}
	.top-area p {text-align: center;}

	.badge.custom-badge {margin: 0 0 0 0;}	
	.boxes3 {width: 100%;}
	.navbar-custom ul.nav li {border-bottom: 1px solid #eee;}
	.navbar-custom ul.nav li:last-child {padding-bottom:0;}
	.navbar-custom ul.nav ul.dropdown-menu li {	border-bottom: 1px solid #eee;	padding-left: 20px;}	
	.service-box {		margin: 20px 0 30px;	}
	.pricing-content.featured {margin-top: 20px;}
	.pricing-content:hover {margin-top:20px;-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;-webkit-box-shadow:none;box-shadow:none;}
	.cta-text {float: none;text-align: center;}
	.cta-btn {float: none;text-align: center;}
	.sub-footer p {float: none;text-align: center;}
	.sub-footer p {float: none;text-align: center;}

}
@media (max-width:500px) {
	.hslide1{padding-top:0px;padding-bottom:30px;}
	.owl-carousel .owl-item img.mainpic{margin:0 auto;max-width:235px;}
	.herobk{background:#ffffff !important;}
	.hslide1 h2, .hslide1 .h2{font-size:22px;margin-top:10px;}
	.nav_products{font-size:14px;}
	.nav_products span.section_title{padding-right:20px;}
	.footer-column{width:49% !important;margin-right:0px !important;}
	.hslide1{margin-bottom:20px;}
	.prodcols img{max-width:175px;}
	.gboximg img{max-width:70px !important;}

}
@media (max-width:480px) {
	.cat_slide1{padding-top:10px;padding-bottom:50px;}
	.s_cat_title{font-size:20px;margin-bottom:10px;}
	.s_cat_subtitle{font-size:20px;margin-bottom:10px;}
	.hslide1{margin-bottom:20px;}
	.hslide1 .h2{margin-top:10px;}
	.box {padding: 45px;}
	.box i {margin-bottom: 30px;}
	.prodcols img{max-width:220px;max-height:220px;}
	.gboximg img{max-width:70px !important;}
	.sub_categories .flex-content{display:block;}
		
}
@media (max-width:353px) {
	.newsletter-wrap button.subscribe{float:none !important;margin-top:20px;}
	a.topbtn{font-size:10px;}
	.hslide1{margin-bottom:20px;}
	.hslide1 h2, .hslide1 .h2{font-size:18px;}
	.main_categories a.cat_box span.cat_name{font-size:16px;}
	.main_categories a.cat_box{min-height:135px;}
	.prodcols img{max-width:220px;max-height:220px;}
	.gboximg img{max-width:70px !important;}
}
@media (max-width:540px) {
	.mtlabel{display:none;}
}

@media (max-width:460px) {
	.mod-search input.form-control{max-width:110px;}
	.mod-search{margin-right:10px;}
	a.b-cart, a.b-out{padding-left:5px;}
	a.topbtn i{padding-right:5px;}
	.flex-content .ifbox{flex-basis:50%;}
	.prodcols img{max-width:160px;max-height:160px;}
	.gboximg img{max-width:70px !important;}
}

@media (max-width:455px) {
	.prodcols{width:90%;margin:0px auto 30px auto;float:none;}
	.prodcols img{max-width:200px;max-height:200px;}
	.gboximg img{max-width:70px !important;}
}


@media (max-width:320px) {
	.mod-search input.form-control{max-width:110px;	}
	.intro-content {padding:250px 0 0;}
}

.header { position: relative;z-index: 65;}
.header-middle {border-bottom: 1px solid rgba(255, 255, 255, .15);padding: 20px 0;background:#1A1818;}
.header-logo {display: inline-block; vertical-align: middle;}
.header-searchbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #fff;
    border-radius: 7px
}

.header-searchbox .nice-select {
    width: auto;
    border: 0;
    height: 48px;
    line-height: 48px;
    min-width: 150px
}

.header-searchbox .nice-select::after {
    right: 20px;
    top: 12px;
    color: #7e7e7e
}

.header-searchbox .nice-select .current {
    height: 48px;
    line-height: 48px;
    padding: 0;
    position: relative;
    font-size: 13px
}

.header-searchbox .nice-select .current::before {
    content: "";
    position: absolute;
    right: -15px;
    top: 15px;
    width: 1px;
    height: 20px;
    background: #d5d5d5
}

.header-searchbox .nice-select .list {
    width: 200px
}

.header-searchbox input {
    border: 0;
    padding-right: 50px;
    height: 48px;
    line-height: 48px
}

.header-searchbox input::-webkit-input-placeholder {
    color: #b4b4b4
}

.header-searchbox input:-moz-placeholder {
    color: #b4b4b4
}

.header-searchbox input::-moz-placeholder {
    color: #b4b4b4
}

.header-searchbox input:-ms-input-placeholder {
    color: #b4b4b4
}

.header-searchbox button[type=submit],
.header-searchbox input[type=submit] {
    position: absolute;
    background: #FFE11B;
    top: 4px;
    right: 5px;
    height: 40px;
    line-height: 1;
    text-align: center;
    width: 40px;
    color: #454545;
    padding: 0;
    border: 0;
    font-size: 18px;
    border-radius: 7px;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.header-searchbox button[type=submit] i,
.header-searchbox input[type=submit] i {
    line-height: 40px
}

.header-searchbox button[type=submit]:hover,
.header-searchbox input[type=submit]:hover {
    background: #B00917;
    color: #fff
}

.header-icons {
    text-align: right;
    position: relative
}

.mm_account{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	line-height:20px;
}
.mm_account span.icon {
    font-size: 20px;
    margin-right: 0px;
    padding-right:5px;
    vertical-align: -3px;
    color:#B00917;
}
.mm_account:hover span.icon{
	color:#B00917;
}

.header-account {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    vertical-align: middle
}

.header-account button {
    padding: 0;
    color: #fff;
    background: 0 0;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    border: none;
    font-weight: 700
}

/*
.header-account button:hover, .header-account button:focus {
  color: #E5B700 !important;
}
*/

.header-account button span.icon {
    font-size: 20px;
    margin-right: 0px;
    vertical-align: -3px
}
.header-account button span {

}
.header-account button:focus, .header-account:focus{outline:0;}
.header-account button:hover {color: #E5B700;}

.header-tags h6,
.header-tags ul li {
    margin-right: 30px;
    display: inline-block
}

.header-account button i {
    font-size: 12px;
    vertical-align: -1px;
    margin-left: 0px;
}

.header-cart {
    display: inline-block;
    position: relative
}

.header-carticon {
    display: inline-block;
    position: relative;
    text-align: center;
    background: #fff;
    color: #454545;
    border-radius: 100%;
    font-size: 24px;
    font-weight: 700;
    height: 48px;
    width: 48px;
    line-height: 1;
    vertical-align: middle;
    border: 1px solid #fff
}

.header-carticon i {
    line-height: 48px
}

.header-carticon span.count {
    position: absolute;
    top: -3px;
    right: -6px;
    display: block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-weight: 400;
    font-size: 13px;
    color: #454545;
    background: #FFE11B;
    text-align: center;
    border-radius: 100%
}

.header-carticon:visited {
    color: #454545
}

.header-carticon.is-active,
.header-carticon:hover {
    background:#E5B700;
    color: #454545;
    border-color:#454545;
}

.header-minicart {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9;
    display: none
}

.dropdown-list {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    background: #fff;
    border-bottom: 2px solid #454545;
    padding: 0 20px;
    min-width: 150px;
    text-align: left;
    -webkit-box-shadow: 0 2px 13.95px 1.05px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 13.95px 1.05px rgba(0, 0, 0, .05);
    z-index: 99;
    display: none
}
.dropdown-list li {
    list-style: none;
    display: block
}

.dropdown-list li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5
}

.dropdown-list li a {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    padding: 10px 0;
    color: #7e7e7e;
    line-height: 25px;
    font-size: 13px
}

.dropdown-list li a:hover {
    color: #B00917;
}



.header-menu {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    vertical-align: middle;
}

.header-menuicon {
    display: inline-block;
    position: relative;
    text-align: center;
    background:none;
    color: #fff;
    border-radius: 100%;
    font-size: 24px;
    font-weight: 700;
    height: 48px;
    width: 34px;
    line-height: 1;
    vertical-align: middle;
    border:0;
}
.header-menuicon i{line-height:48px;}
.header-menuicon.is-active,
.header-menuicon:hover {
    color: #E5B700;
}



.header-search {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    vertical-align: middle
}

.header-searchicon {
    display: inline-block;
    position: relative;
    text-align: center;
    background:none;
    color: #fff;
    border-radius: 100%;
    font-size: 24px;
    font-weight: 700;
    height: 48px;
    width: 30px;
    line-height: 1;
    vertical-align: middle;
    border:0;
}
.header-searchicon i {
    line-height: 48px
}
.header-searchicon:visited {
    color: #454545;
}

.header-searchicon.is-active,
.header-searchicon:hover {
    color: #E5B700;
}
.header-contactinfo {
    position: relative;
    padding-left: 40px;
    color: #fff;float:right;
}

.header-contactinfo i {
    font-size: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#E5B700;
}

.header-contactinfo span {
    display: block;
    line-height: 60px;
    color:#fff;
    font-size:20px;font-family: FuturaPT-Book, sans-serif;font-weight:700;
}

.header-bottom{background:#060606;}

.ho-navigation ul li a {
    color: #454545
}
.ho-navigation {
    position: relative;
    z-index: 99;
}

.ho-navigation>ul>li .hodropdown,
.ho-navigation>ul>li .hodropdown li ul {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    visibility: hidden;
    opacity: 0;
    z-index: 0;
}

.ho-navigation ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.ho-navigation ul li {
    list-style: none
}

.ho-navigation>ul {
    font-size: 0;
    padding: 10px 0
}

.ho-navigation>ul>li {
    display: inline-block;
    font-size: 14px;
    position: relative
}

.ho-navigation>ul>li>a {
    display: block;
    line-height: 30px;
    margin: 0 2px;
    padding: 5px 20px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: 0 0;
    text-transform: uppercase;
    position: relative;
    border: 1px solid transparent;
    border-radius: 7px
}

.ho-navigation>ul>li.dropdown-holder>a::after,
.ho-navigation>ul>li.megamenu-holder>a::after {
    content: "\f078";
    font-family: ecommerce-icons;
    font-weight: 400;
    padding-left: 10px
}

.ho-navigation>ul>li.megamenu-holder {
    position: inherit
}

.ho-navigation>ul>li.active>a,
.ho-navigation>ul>li:hover>a {
/*
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .15)
*/
border-color: rgba(176, 9, 23, .75)

}

.ho-navigation>ul>li .hodropdown {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 250px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border-bottom: 3px solid #454545;
    padding: 10px 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.ho-navigation>ul>li .hodropdown li {
    display: block;
    position: relative
}

.ho-navigation>ul>li .hodropdown li ul,
.ho-navigation>ul>li .megamenu {
    -ms-transform: translateY(30px);
    position: absolute;
    border-bottom: 3px solid #454545;
    background: #fff
}

.ho-navigation>ul>li .hodropdown li a {
    color: #7e7e7e;
    display: block;
    padding: 5px 20px
}

.ho-navigation>ul>li .hodropdown li:hover>a,
.ho-navigation>ul>li .megamenu>li>a:hover {
    color: #B00917
}

.ho-navigation>ul>li .hodropdown li a i {
    font-size: 16px;
    margin-right: 5px
}

.ho-navigation>ul>li .hodropdown li ul {
    left: 100%;
    top: 0;
    width: 250px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    padding: 10px 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.ho-navigation>ul>li .hodropdown li:hover>ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    z-index: 1
}

.ho-navigation>ul>li .megamenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    z-index: 0;
    right: auto;
    padding: 30px 15px;
    left: 0;
    top: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.ho-navigation>ul>li .megamenu>li {
    padding: 0 15px;
    min-width: 220px
}

.ho-navigation>ul>li .megamenu>li>a {
    font-weight: 700;
    color: #B00917;
    text-transform: uppercase;
    padding: 8px 0 5px;
    display: block;
    border-bottom: 1px solid #454545;
    margin-bottom: 10px
}

.ho-navigation>ul>li .megamenu li ul {
    padding-left: 0;
    margin-bottom: 0
}

.ho-navigation>ul>li .megamenu li ul li {
    list-style: none
}

.ho-navigation>ul>li .megamenu li ul li a {
    color: #7e7e7e;
    font-size: 14px;
    padding: 7px 0;
    display: block
}

.ho-navigation>ul>li .megamenu li ul li a:hover {
    color: #B00917
}

.ho-navigation>ul>li .megamenu.is-visible {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    z-index: 1
}

.ho-navigation>ul>li:hover .hodropdown,
.ho-navigation>ul>li:hover .megamenu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    z-index: 1
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .ho-navigation>ul>li>a {
        padding: 5px 10px
    }
}

.ho-navigation-2 ul li a,
.ho-navigation-3 ul li a {
    color: #454545
}

.ho-navigation-2 ul li a:hover,
.ho-navigation-3 ul li a:hover {
    color: #B00917
}

.ho-navigation-2 {
    float: left
}

.ho-navigation-3 {
    z-index: 70
}

.ho-navigation-3 ul li:first-child a {
    padding-left: 0
}


	.product_logo{text-align:center;margin-bottom:30px;}
	.product_logo img{max-width:220px;width:100%;}
.info-stoc-p{padding: .3em .6em;font-size:12px;font-weight:700;text-align: center;border-radius: .25em;margin:0 auto;width:100%;white-space: nowrap;}

.order_price span.infostoc{color:#090;padding:.3em .6em;font-size:12px;font-weight:700;white-space:nowrap;border-radius: .25em;}
.order_price span.infostoc span.prodlabel{color:#999;font-weight:700;background:#fff;padding-right:5px;}
.order_price span.infostoc span.prodlabel2{color:#fff;font-weight:700;background:none;padding-right:5px;}

.in-stoc, .order_price span.infostoc.in-stoc{color:#090;}
.out-stoc, .order_price span.infostoc.out-stoc{color:#f00;}



.alert-stoc{color:#fff;background:#f50;max-width:140px;}
.last-stoc{color:#fff;background:#f00;max-width:140px;}
.order_price span.infostoc.alert-stoc{color:#fff;background:#f50;max-width:210px;}
.order_price span.infostoc.last-stoc{color:#fff;background:#f00;max-width:210px;}


.imgauto img{max-width:800px !important; width:100% !important;height:auto !important;padding:10px 0px 0px 0px;}


/*
    mobile menu
*/
.panel-menu,
.mmpanels,
.mmpanels > .mmpanel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: inherit;
}

.panel-menu {
  width: 270px;
  background: #ffffff;
  position: fixed;
  z-index: 22;
}

.panel-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.panel-menu ul li {
  margin: 0;
  width: 100%;
}

.panel-menu ul li.prombf {
  background:#191919;
}

.panel-menu ul li a {
  display: flex;
  padding: 9px 27px 9px 30px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  color: #191919;
  background: transparent;
  position: relative;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.panel-menu ul li.prombf a{
  color:#FBB40A;
}

.panel-menu ul li a:hover {
  color: #B00917;
  background: transparent;
}
.panel-menu ul li.prombf a:hover{
  color:#fff;
}

.panel-menu #mm0.mmpanel a:not(.mm-close) {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  color: #191919;
  background-color: transparent;
}

.panel-menu #mm0.mmpanel a:not(.mm-close):after {
  color: #191919;
}

.panel-menu #mm0.mmpanel a:not(.mm-close):hover {
  color: #B00917;
  background-color: transparent;
}

.panel-menu #mm0.mmpanel a:not(.mm-close):hover:after {
  color: #B00917;
}

.panel-menu #mm0.mmpanel li.prombf a:not(.mm-close) {
  color: #FBB40A;
}

.panel-menu #mm0.mmpanel li.prombf a:not(.mm-close):after {
  color: #FBB40A;
}

.panel-menu #mm0.mmpanel li.prombf a:not(.mm-close):hover {
  color: #fff;
}
.panel-menu #mm0.mmpanel li.prombf a:not(.mm-close):hover:after {
  color: #fff;
}

.panel-menu #mm0.mmpanel .mm-next-level:after {
  top: 12px;
}

.panel-menu .mmpanel:not(#mm0) a:not(.mm-original-link) {
  font-family: "Hind", sans-serif;
  font-weight: 400;
}

.panel-menu .mmpanel .tt-badge {
  display: inline-block;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  padding: 3px 4px 1px;
  max-height: 16px;
  top: 2px;
  position: relative;
  margin-left: 7px;
  border-radius: 2px;
}

.panel-menu .mmpanel .tt-new {
  color: #ffffff;
  background-color: #1393f5;
}

.panel-menu .mmpanel .tt-fatured {
  color: #ffffff;
  background-color: #1393f5;
}

.panel-menu .mmpanel .tt-sale {
  color: #ffffff;
  background-color: #f8353e;
}

.panel-menu .mmpanel .mm-original-link .tt-badge {
  top: -1px;
}

.panel-menu .mm-close,
.panel-menu .mm-prev-level,
.panel-menu .mm-original-link {
  display: block;
  color: #777777;
  background-color: transparent;
  background-color: transparent;
}

.panel-menu .mm-close:before,
.panel-menu .mm-prev-level:before,
.panel-menu .mm-next-level:after {
  font-family: "ecommerce-icons";
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  color: #777777;
}

.panel-menu .mm-close:hover,
.panel-menu .mm-prev-level:hover,
.panel-menu .mm-next-level:hover {
  color: #B00917;
  background-color: transparent;
}

.panel-menu .mm-close:hover:before
.mm-prev-level:hover:before,
.panel-menu .mm-next-level:hover:after {
  color: #B00917;
}

.panel-menu li.mm-close-parent {
  margin-bottom: 15px;
}

.panel-menu li.mm-close-parent .mm-close {
  padding: 15px 16px 13px 29px;
  color: #777777;
  border-bottom: 1px solid #e9e7e7;
  background-color: transparent;
}

.panel-menu li.mm-close-parent .mm-close:before {
  content: "\f00d";
  padding-right: 6px;
  position: relative;
  top: 1px;
  color: #777777;
}

.panel-menu li.mm-close-parent .mm-close:hover {
  color: #B00917;
  background-color: transparent;
}

.panel-menu li.mm-close-parent .mm-close:hover:before {
  color: #B00917;
}

.panel-menu .mm-prev-level {
  padding: 15px 16px 13px 29px;
  color: #777777;
  background-color: transparent;
  border-bottom: 1px solid #e9e7e7;
  margin-bottom: 15px;
}

.panel-menu .mm-prev-level:before {
  content: "\f104";
  padding-right: 10px;
  position: relative;
  top: 1px;
  color: #777777;
}

.panel-menu .mm-prev-level:hover {
  color: #B00917;
  background-color: transparent;
}

.panel-menu .mm-prev-level:hover:before {
  color: #B00917;
}

.panel-menu .mm-next-level {
  color: #191919;
  background-color: transparent;
}

.panel-menu .mm-next-level:after {
  content: "\f105";
  padding-left: 10px;
  top: 12px;
  right: 30px;
  position: absolute;
  color: #777777;
}

.panel-menu .mm-next-level:hover {
  color: #B00917;
  background-color: transparent;
}

.panel-menu .mm-next-level:hover:after {
  color: #B00917;
}

.panel-menu .mm-original-link {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  color: #191919;
  background-color: transparent;
}

.panel-menu .mm-original-link:before {
  padding-right: 10px;
  color: #777777;
}

.panel-menu .mm-original-link:hover {
  color: #B00917;
  background-color: transparent;
}

.panel-menu .mm-original-link:hover:before {
  color: #B00917;
}

.mm-open {
  overflow: hidden;
}

.mm-open .mm-fullscreen-bg {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.55);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 21;
  display: none;
}

.mmitemopen.panel-menu,
.mmitemopen.panel-menu.mm-right {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.panel-menu {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.panel-menu.mm-right,
.mmitemopen.panel-menu.mm-right.mmhide {
  left: auto;
  right: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mmitemopen.panel-menu.mmhide {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mmpanel {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mmpanels {
  overflow: hidden;
}

.mmpanel.mmopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mmpanel.mmsubopened {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

.mmpanels > .mmpanel {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}

.mmpanels,
.mmpanels >
.mmpanel {
  background: inherit;
  border-color: inherit;
}

.mmpanels > .mmpanel:not(.mmhidden) {
  display: block;
}

.mmpanels > .mmpanel:after {
  content: '';
  display: block;
  height: 20px;
}

.mmhidden,
.mm-nav-btn {
  display: none;
}

.mm-fullscreen-bg,
.mm-fullscreen-bg:focus,
.mm-fullscreen-bg:active,
.mm-fullscreen-bg:hover {
  outline: none;
}

.tt-menu-slider {
  max-height: 389px;
}

#ordView a:hover{color:#B00917;}



























        /* search start  */

    	.search-inline {width: calc(100% - 30px);left: 0;padding-left: 15px;padding-right: 15px;top: 0;height: 40px;position: absolute;opacity: 0;visibility: hidden;background-color: #efefef;z-index: 99;transition: all .5s ease-in-out;}
        .search-inline.search-visible {opacity: 1;visibility: visible;animation: fadeInDown 0.4s ease-in-out;        }
        .search-inline button[type="submit"] {position: absolute;right:30px;top: 0;background-color: transparent;border: 0px;top: 0;padding: 0px;cursor: pointer;width: 40px;height:40px;background: #222;color: #fff;font-size:24px;z-index:300;}
        .search-inline .form-control {border: 0px;padding-left: 0;font-size: 2rem;position: absolute;left: 1%;top: 0;height: 100%;width: 99%;font-family: "Montserrat", sans-serif;font-weight: 700;outline: none;z-index:120;}
        .search-inline .search-close {position: absolute;top: 0;right: 0;color: #616161;width: 30px;height:40px;text-align: center;display: table;background: #efefef;text-decoration: none; font-size:18px;color:#333;z-index:260}
        .search-inline .search-close i {display: table-cell;vertical-align: middle;text-transform:none;}
        .search-inline form.navbar-form{z-index:101;}
        .search-inline .form-control#searchword{height:40px;font-weight:400;color:#333;}
        
        .search-inline .form-control2 {
            display: block;
            width: 100%;
            padding: .375rem .75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #495057;
            background-color: #efefef;
            background-clip: padding-box;
            border: 1px solid #efefef;
            border-radius: .25rem;
            transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
            z-index:110;
        }










        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translate3d(0, -20%, 0);
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }
        }

.ho-navigation ul li.bfbtn a{color:#FBB40A;}
@media screen and (max-width:800px) { 
	.header-middle {
	    padding: 10px 0;
	}
	.header-search, .header-account{margin-right:20px;}
}
@media screen and (max-width:700px) { 
	.header-logo img {
		max-width:140px;
	}
	.header-menu{margin-right:10px;}
}
@media screen and (max-width:480px) {
/*	
	.header-logo img.fulllogo {
		opacity: 0;visibility:hidden;display:none;
	}
	.header-logo img.xslogo {
            opacity: 1;visibility: visible;display:inline-block;max-width:48px;
	}
*/

	.header-logo img.fulllogo {max-width:120px;}
	.no-pw-right{padding-right:0;padding-left:5px;max-width:180px;}
	.no-pw-left{padding-left:0;width:175px;}
	.header-search, .header-account{margin-right:10px;}
}
@media screen and (max-width:365px) {
	.header-logo img.fulllogo {max-width:110px;}
	.header-menu{margin-right:2px;}
	.header-menuicon{width:30px;}
	.header-search, .header-account{margin-right:10px;}
	.header-searchicon{width:25px;}
	.no-pw-right{padding-right:0;padding-left:4px;max-width:155px;width:100%;}
	.no-pw-left{padding-left:0;padding-right:4px;width:145px;}
}
@media screen and (max-width:345px) {
	.header-menuicon{width:30px;}
	.header-search, .header-account{margin-right:7px;}
	.no-pw-right{max-width:155px;}
	.no-pw-left{width:100px;padding-right:5px;}
	.header-carticon{font-size:22px;width:40px;height:40px;}
	.header-carticon i{line-height:38px;}
}
@media screen and (max-width:300px) {
	.header-logo img.fulllogo {max-width:105px;}
	.header-search, .header-account{margin-right:5px;}
	.no-pw-right{max-width:148px;padding-left:2px;}
	.no-pw-left{width:100px;}
}
@media screen and (max-width:270px) {
	.header-search.noxxs{margin-right:0;display:none;}
	.no-pw-left{padding-left:0;width:92px;}
}
@media screen and (max-width:240px) {
	.header-menuicon{width:30px;}
	.header-icons{margin-top:4px;}
	.header-account.xsmob{margin-right:0;display:none;}
	.no-pw-left{width:50px;padding-right:5px;}
}


/* 330 */
/*
	.header-carticon{font-size:22px;width:40px;height:40px;}
	.header-carticon i{line-height:38px;}

@media screen and (max-width:300px) {  
	.no-pw-right{padding-right:0;padding-left:5px;max-width:180px;width:100%;}
	.no-pw-left{padding-left:0;width:120px;}
	.header-account.xsmob{margin-right:10px;}
	.header-search.noxxs{margin-right:0;display:none;}
	.header-middle{background:#fc3;}
}
*/
/* 320 */
/*
@media screen and (max-width:290px) { 
	.header-middle{background:#f3c;}
	.no-pw-right{padding-right:0;padding-left:5px;max-width:180px;width:100%;}
	.no-pw-left{padding-left:0;width:75px;}
	.header-account.xsmob{margin-right:0;display:none;}
}
*/
@media screen and (max-width:370px){
	.t_icon .t_icon_text img{padding-right:0px;}
	.t_icon a span{padding-left:0px;}
}


a:hover,a:focus { color: #B00917;}
.circled { background: #79B3B7;}
.con1 > div, .con2 > div, .con3 > div {	background-color: #79B3B7;}
.scrollup:hover {background: #B00917;}
.btn-primary{	background-color:#79B3B7;	border-color:#79B3B7;}
/* service */
.service-icon span {	color: #79B3B7;}
/* button */
.btn-skin {background-color: #79B3B7;border-color: #79B3B7;}
/* menu */
.navbar-custom ul.nav ul.dropdown-menu li a:hover {color: #79B3B7;}
.navbar-custom.top-nav-collapse .nav li a:hover,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li.active a,.navbar-custom.top-nav-collapse .nav li.active a  {color: #79B3B7;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #79B3B7;}
.bg-skin {background: #79B3B7;}
.highlight-color {background-color: #79B3B7;}
.color {color: #79B3B7;}
/* pricing box  */
.pricing-content.featured h2,.pricing-content.featured .price-bottom {background-color:#79B3B7;}
.pricing-content.featured h3 {background:#79B3B7;}
/* team */
.cbp-l-grid-team-name {color: #79B3B7;}
.cbp-l-filters-button .cbp-filter-counter {background-color: #79B3B7;}
.cbp-l-filters-alignLeft .cbp-filter-item-active {
    /* @editable properties */
    background-color: #79B3B7;border:1px solid #79B3B7;
}
.cbp-l-filters-dropdownWrap {background: #79B3B7;}
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    /* @editable properties */
    background-color: #79B3B7; border-color: #79B3B7;
}
.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
    /* @editable properties */
    background-color: #79B3B7;
}
.cbp-l-caption-buttonLeft:hover,
.cbp-l-caption-buttonRight:hover {
    /* @editable properties */
    background-color: #79B3B7;
}
.form-control:focus {  border-color: #79B3B7;}



.header-middle_area{display:none;}
.header-middle_area .hm-searchbox .umino-search_btn > i{
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-middle_area {
  padding: 15px 0 15px 0;position:relative;
}
.header-middle_area .hm-form_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-middle_area .hm-searchbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 5px;
  min-width: 100%;
  height: 45px;
}

.header-middle_area .hm-searchbox input {
  border: 2px solid #fdb828 !important;
  border-radius: 30px;
  font-size: 14px;
  height: 50px;
  border: none;
  width: 100%;
  padding: 0 60px 0 33px;
}

.header-middle_area .hm-searchbox .umino-search_btn {
  border: 0;
  position: absolute;
  top: 10px;
  right: 20px;
  background:none;
}

.header-middle_area .hm-searchbox .umino-search_btn > i {
  color: #666666;
  font-size: 30px;
}

.header-middle_area .hm-searchbox .umino-search_btn:hover > i {
  color: #fed100;
}
.quick-call {
  position: fixed;
  display: inline;
  background: #060606;
  color: #E5B700;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  border-radius: 50%;
  left: 15px;
  bottom: 30px;
  transition: background 0.5s;
  z-index: 11;
-webkit-box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);}
.quick-call i {color: #E5B700;}
.quick-call:hover{background: #E5B700;color: #060606;}
.quick-call:hover i{color: #060606;}



.quick-whatsapp {
  position: fixed;
  display: inline;
  background:url('../img/whatsapp-logo.png') 50% 50%;
  background-repeat: no-repeat;background-size: 48px auto;
  color: #E5B700;
  width: 58px;
  height: 58px;
  text-align: center;
  line-height: 65px;
  font-size: 30px;
  border-radius: 50%;
  left: 95px;
  bottom: 30px;
  transition: background 0.5s;
  z-index: 11;
}

@media (max-width: 750px) {
	.header-search{display:none;}
	.header-middle_area{display:block;}
}

.cart-error{
	color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;
	position: relative;padding: .75rem 1.25rem;margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.wrap_description>dl.data-sheet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.wrap_description>dl.data-sheet dd.value,
.wrap_description>dl.data-sheet dt.name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    font-weight: 400;
    background: #f1f1f1;
    padding: .625rem;
    margin-right: .625rem;
    min-height: 2.5rem;
    word-break: normal;
    text-transform: capitalize;
    margin-bottom: .5rem
}

.wrap_description>dl.data-sheet dd.value:nth-of-type(2n),
.wrap_description>dl.data-sheet dt.name:nth-of-type(2n) {
    background: #f6f6f6
}
.wrap_description dl.data-sheet {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 35% 65%;
    grid-template-columns: 35% 65%;
    /*font-size: .875rem;*/
    border-bottom: 0
}
.wrap_description dl.data-sheet dt.name,
.wrap_description dl.data-sheet dd.value {
    margin: 0;
    padding: 10px;
    min-height: auto;
    height: 100%;
    background: #fff
}
.wrap_description dl.data-sheet dd.value:nth-of-type(2n),
.wrap_description dl.data-sheet dt.name:nth-of-type(2n) {
    background-color: #f5f5f5
}
/*comparator*/
.compara {margin:30px auto 60px auto;}
.compara table {width: 100%;text-align: center;line-height: 1.1}
.compara table tr {border-bottom: 1px dotted #dedede}
.compara table tr td {padding: 10px 2% 9px;width: 25%;}
.compara table tr td img {width: 100%}
.compara table tr td select {
     font-size: 14px;width: 95%;height: 40px;padding: 0 40px 0 20px;
     -webkit-appearance: none;-moz-appearance: none;appearance: none;
     border: 1px solid #dedede;background: #fff;background-repeat: no-repeat;
     background-position: calc(100% - 17px), 11px;
     outline:0;
}
.compara table tr td select:focus {outline: none;background-color: #f5f5f5}
.compara table tr td:first-child {background-color: rgba(97, 128, 130, .08);text-align: left;font-weight: bold;}
.compara table tr:first-child td:first-child {background-color: #fff;}
.compara table tr:first-child td {vertical-align: top;padding:0;}
select:focus,select:hover {outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;outline:0;}
.space10 {height: 10px!important;}
