/* ------------------------------------------------------------------------------

	Template Name: Sleazy
	Template URI: 
	Description: Sleazy Template
	Author: AmzTheme
	Author URI: 
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
------------------------------------------------------------------------------*/
/*
	1: Import Fonts
	2: Style Common
		2.1: Links
		2.2: Heading
		2.3: Button Default
		2.4: Lists
		2.5: Form Elements
	3: Layout 
		3.1: Base Columns 
		3.2: 1 Column Layout 
		3.3: 2 Columns Layout
		3.4: 3 Columns Layout
		3.5: Content Columns
	4: Header
		4.1: Top Links
		4.2: Main Header
			4.2.1: Top Cart
	5: Main Navigation
		5.1: Search Form
	6: Main Slideshow
	7: Static Advertisment
	8: Category Product
		8.1: Product Grid Type
		8.2: Product List Type
		8.3: Product item alter
		8.4: Featured Grid
	9: Toolbar
		9.1: Pager
		9.2: Toolbar Top and Bottom
		9.3: Dropdown Switch
		9.4: View Type Switch
		9.5: Total Items
	10: Isotope Filter
	11: Breadcrumb
	12: Blog Section
	13: Our Brands
	14: Block General
		14.1: Compare Product Block
		14.2: Poll Block
		14.3: Tags Block
	15: Product Detail
		15.1: Thumbnails Image
		15.2: Tabs Option
	16: Shopping Cart Page
	17: Sidebar
	18: Checkout Page
	19: Contact Us Page
	20: Footer
	21: Newsletter Popup
	22: AMZ Icon
*/


/* 1: Import Fonts
----------------------------------------------------- */
@font-face {
  font-family: 'Myriad Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Regular"), url("../fonts/MYRIADPRO-REGULAR.woff") format("woff");
}
@font-face {
  font-family: 'Myriad Pro Condensed';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Condensed"), url("../fonts/MYRIADPRO-COND.woff") format("woff");
}
@font-face {
  font-family: 'Myriad Pro Semibold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold Italic"), url("../fonts/MYRIADPRO-SEMIBOLDIT.woff") format("woff");
}
@font-face {
  font-family: 'Myriad Pro Semibold';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold"), url("../fonts/MYRIADPRO-SEMIBOLD.woff") format("woff");
}
@font-face {
  font-family: 'Myriad Pro Condensed Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Condensed Italic"), url("../fonts/MYRIADPRO-CONDIT.woff") format("woff");
}
@font-face {
  font-family: 'Myriad Pro Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Italic"), url("../fonts/MYRIADPRO-BOLDIT.woff") format("woff");
}
@font-face {
  font-family: 'Myriad Pro Bold Condensed Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Condensed Italic"), url("../fonts/MYRIADPRO-BOLDCONDIT.woff") format("woff");
}
@font-face {
  font-family: 'Myriad Pro Bold Condensed';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Condensed"), url("../fonts/MYRIADPRO-BOLDCOND.woff") format("woff");
}
@font-face {
  font-family: 'Myriad Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold"), url("../fonts/MYRIADPRO-BOLD.woff") format("woff");
}

/* 2: Style Common
----------------------------------------------------- */
* { margin:0; padding:0; }
.scroller, .amz-sleazy, html, body {
  height: 100%;
}
body {
  font-family: 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  height: 100%;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
img{display: initial;max-width: 100%;height: auto;}
/* 2.1: Links
----------------------------------------------------- */
a {
	color: #8b8b8b;
}
a, a:hover, a:focus {
  text-decoration: none;
  outline: 0;
}
ul, ol{margin: 0}
.links {
  list-style: none;
  float: right;
  margin: 0;
}

.links li {
  float: left;
  margin: 0;
  padding: 0;
}

.links li a {
  display: block;
  padding: 0 18px;
  line-height: 44px;
  font-size: 13px;
  font-weight: 400;
  color: #515151;

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.links li a:hover {
  color: #fff;
}
/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* 2.2: Heading
----------------------------------------------------- */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px;line-height:1.25; }
h4            { font-size:14px;font-weight:normal;  }
h5            { font-weight:normal;  }
h6            { font-weight:normal; }

/* 2.3: Button Default
----------------------------------------------------- */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button, a.btn {
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-webkit-backface-visibility: hidden;
}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; border-radius: 0;color: #fff;text-transform: uppercase;border: 0;font-size: 13px;}
button.button:hover span {color: #333;background-color: #e6e6e6;border-color: #adadad;}
button.button span span {padding: 0 20px;height: 48px;line-height: 48px;}
button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

.buttons-set {clear: both;margin: 17px 0 0;padding: 8px 0 0;text-align: right;}
.buttons-set .back-link { float:left; margin:0}
.buttons-set .back-link a{color: #333;background-color: #e6e6e6;border-color: #adadad;font-size: 13px;text-transform:uppercase;padding: 0 20px;height: 42px;line-height: 42px;}
.buttons-set .back-link a i{padding-right: 10px;}
.buttons-set .back-link a:hover{color:#fff;}
.buttons-set .back-link a {display: block;}
.buttons-set button.button { float:right; margin-left: 5px;}
.buttons-set p.required { margin:0 0 5px; }

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend {float: left;font-weight: 400;border: 1px solid #fefefe;color: #fff;margin: -43px 0 0 -10px;padding: 8px;position: relative;}
/* 2.4: Lists
----------------------------------------------------- */
ul,ol         { list-style:none; margin:0}

/* 2.5: Form Elements
----------------------------------------------------- */
input,select,textarea,button { vertical-align:middle;}
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:8px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio,input.checkbox { background:transparent;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;float: none;margin: 0 6px 0 0;display: inline-block;}
input.qty { text-align: center; }
label em{color: #d9673b;}
input.input-text, textarea {padding: 8px;text-overflow: ellipsis;}
.std p{margin: 0 0 10px;}
colgroup{display:none;}
p.control input.checkbox,
p.control input.radio { margin-right:6px; }
.form-control::-moz-placeholder {color: #b1b1b1;}
/* Form lists */
.form-list li { margin:0 0 10px; display: table;}
.form-list label { float:left; color:#111; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox {margin: 0 6px 0 0;display: inline-block;}
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both;}
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:100%; height:10em; }
.form-list select { width:254px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../../../../../sleazy.amzthemes.uk/skin/frontend/sleazy/default/images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:13px; text-align:right; color:#f00; }

/* 2.6: Page Title
----------------------------------------------------- */
.page-title h1, .page-title h2 {font-size: 35px;color: #515151;font-weight: 700;margin: 0 0 10px;}
/* 3: Layout
----------------------------------------------------- */
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.page-popup a.handle{display:none !important}
.main-container {}
.main { margin:20px 0;display: -webkit-box;}

/* 3.1: Base Columns
----------------------------------------------------- */
.col-left { float:left;}
.col-main { float:left;}
.col-right { float:right;}

/* 3.2: 1 Column Layout
----------------------------------------------------- */
.col1-layout .col-main { float:none; width:auto; }

/* 3.3: 2 Columns Layout
----------------------------------------------------- */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3.4: 3 Columns Layout
----------------------------------------------------- */
.col3-layout .col-main { }
.col3-layout .col-wrapper { float:left;  }
.col3-layout .col-wrapper .col-main { float:right; }

/* 3.5: Content Columns
----------------------------------------------------- */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

/* 4: Header
----------------------------------------------------- */

/* 4.1: Top Links
----------------------------------------------------- */
.top-link {
	background: #f6f6f6;
	border-top-width: 4px;
	border-top-style: solid;
}

.switcher-wrap {
	display: inline-block;
}

.switcher-wrap label {
  display: inline-block;
  color: #515151;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  line-height: 44px;
}

.language-switcher,
.currency-switcher {
  display: inline-block;
  margin: 0 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 13px;
}

.language-switcher {
  z-index: 99;
}
.language-switcher {
  margin-right: 15px;
}

.language-switcher .tongle,
.currency-switcher .tongle {
  display: inline-block;
  line-height: 32px;
  padding: 0 28px 0 8px;
  position: relative;

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: transparent url(../images/select-lang-bg.png) no-repeat 80% center;
}

.language-switcher:hover .tongle,
.currency-switcher:hover .tongle {
  -webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);
  background: white url(../images/select-lang-bg.png) no-repeat 80% center;
}

.language-switcher > ul, .currency-switcher > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  z-index: 9;
  background: #FFF;
  opacity: 0;
  left: 0px;
  top: 32px;

  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

 
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
}

.language-switcher:hover > ul,
.currency-switcher:hover > ul {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.language-switcher > ul li a,
.currency-switcher > ul li a {
  padding: 5px 8px;
  color: #757575;
  font-size: 12px;
  text-transform: none;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.language-switcher > ul li a:hover,
.currency-switcher > ul li a:hover {
  color: #fff;
}


/* 4.2: Main Header
----------------------------------------------------- */
.header {
  padding: 12px 0;
}
.header .hotline-yourcart {
  text-align: right;
}

.logo {
  margin: 0;
  padding: 0;
}

.hot-line,
.top-cart-wrapper {
  display: inline-block;
  vertical-align: top;
}


.top-cart-wrapper {
  position: relative;
}

.hot-line {
  font-size: 16px;
  line-height: 94px;
  text-transform: uppercase;
}

/* 4.2.1: Top Cart
----------------------------------------------------- */
.title-cart h2 {
  font-size: 16px;
  color: #515151;
  text-transform: uppercase;
  float: left;
  padding-right: 25px;
  margin: 0;
  line-height: 94px;
}

.cart-count {
  margin-top: 6px;
  position: relative;
  float: left;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-size: 32px;
  color: #FFF;
  background-color: #d1d1d1;
  
    -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.cart-count span {
  font-family: "Myriad Pro";
  font-weight: 400;
  display: block;
  padding: 0;
  font-size: 13px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  background-color: #d21818;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;

   -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-box-shadow: 0 1px 0 0 #fff, 1px 0 0px 0 #fff,0px 0px 0px 2px #fff, 0px -1px 1px 0px #fff;
  -moz-box-shadow: 0 1px 0 0 #fff, 1px 0 0px 0 #fff,0px 0px 0px 2px #fff, 0px -1px 1px 0px #fff;
  box-shadow: 0 1px 0 0 #fff, 1px 0 0px 0 #fff,0px 0px 0px 2px #fff, 0px -1px 1px 0px #fff;
}

.top-cart-title {
  padding: 0 10px;
  min-width: 200px;

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.top-cart-content {
  padding: 30px 10px 5px 10px;
  position: absolute;
  top: 78px;
  right: 0;
  z-index: 99999;
  width: 100%;
  background: #fff;
  text-align: left;
  opacity: 0;
  min-width: 200px;

  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.top-cart-wrapper:hover .top-cart-title {

  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}

.top-cart-wrapper:hover .top-cart-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-products {
  color: #a9a9a9;
  font-size: 14px;
  text-align: center;
}

.mini-products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mini-products-list .item {
  position: relative;
  margin-bottom: 20px;
}

.mini-products-list .product-image,
.mini-products-list .product-details {
  float: left;
}

.mini-products-list .product-image {
  width: 45px;
}

.mini-products-list .product-details {
  width: 122px;
}

.mini-products-list .product-image img {
  border: 1px solid #d9d9d9;
  width: 45px;
  padding: 5px;
  margin: 0;
}

.product-details {
  margin-left: 10px;
}
.product-name {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5em;
}
.product-details .product-name {
  margin-bottom: 0;
  font-weight: 700;
}

.product-details .product-name a {
  font-size: 14px;
  color: #515151;
  text-transform: uppercase;
}

.product-details .product-price {
  font-size: 14px;
  color: #909090;
  margin-bottom: 0;
}

.btn-remove {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #ddd;
  color: #ddd;
  padding: 3px;
  line-height: 9px;
  text-align: center;
  background-color: #fff;
}
.block .actions {
	text-align: right;
}
.block .actions a {
	float: left;
}
.actions {
  border-top: 1px solid #dbdbdb;
  margin-left: -10px;
  margin-right: -10px;
  padding: 15px 10px 0 10px;
  text-align: center;
}

.top-cart-wrapper .actions .button-checkout {
  margin-bottom: 10px;
}

.button-checkout {
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  padding: 5px 15px;
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.button-checkout:hover {
  color: #fff;
}


/* 5: Main Navigation
----------------------------------------------------- */
.main-nav {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  border-right: 0;
  min-height: 54px;
}
.amz-sleazy {
  overflow: hidden;
  position: relative;
  
}

.scroller {
    overflow-y: scroll;
    position: relative;
}

.btn-toogle-res-menu {
    cursor: pointer;
    line-height: 0;
    width: 28px;
    height: 20px;
    float: left;
    border-top-width: 4px;
    border-top-style: solid;
    display: none;
    margin: 18px 0 0 0;
}
.mega-nav {
    z-index: 999;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav .container {
  position: relative;
}

.mega-nav .level0 {
  display: block;
	float: left;
	margin: 0;
	padding: 0;
	overflow: visible;
	font-size: 13px;
	font-weight: 400;
}

.mega-nav .level0 > a {
  margin: 0;
  display: block;
  padding: 15px 20px;
  border-top: 2px solid transparent;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  font-size: 16px;
  color: #a9a9a9;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mega-nav .level0.active > a,
.mega-nav .level0:hover > a {
  background-color: #f6f6f6;
  color: #4a4a4a;
}

.mega-nav .level0.last {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.mega-menu {
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;

    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    -webkit-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);
}
.pos-relative .mega-menu {width:auto;}
.pos-relative .mega-menu .mega-post-item{width:745px;}
.mega-nav .level0:hover .mega-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.mega-menu h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: #4c4c4c;
  font-family: 'Myriad Pro Bold';
}

.menu-wrap {
  position: relative;
}

.new, .hot {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 10px;
  border-radius: 3px;
  color: #fff;
  padding: 3px 7px;
  text-transform: uppercase;
}

.sl-dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0;
}

.sl-dropdown-menu > li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
}

.sl-dropdown-menu > li a {
  display: block;
  padding: 5px 10px 3px 0;
  color: #787878;
  line-height: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sl-dropdown-menu > li a i {
  float: right;
}

.sl-dropdown-menu > li:hover > a {
  color: #fff;
  padding: 5px 10px 3px 10px;
}

.sl-sub-dropdown-menu {
  list-style: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;


  -webkit-transition: all 0.3s ease-out 0.1s;
  -moz-transition: all 0.3s ease-out 0.1s;
  -o-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s;

  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);

  -webkit-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.sl-sub-dropdown-menu > li > a {
  display: block;
  padding: 5px 10px 3px 10px;
  color: #787878;
  line-height: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sl-sub-dropdown-menu > li > a i {
  float: right;
}

.sl-sub-dropdown-menu > li:hover > a {
  color: #fff;
  padding: 5px 10px 3px 15px;
}

.sl-dropdown-menu > li:hover > .sl-sub-dropdown-menu,
.sl-sub-dropdown-menu > li:hover > .sl-sub-dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.sl-owl {
  margin-top: 20px;
}

.sl-owl .owl-buttons {
  position: absolute;
  top: -48px;
  right: 0;
}

.sl-owl .owl-item .media-heading {
  font-size: 22px;
}

.sl-owl .owl-item .media-heading span {
  font-size: 14px;
  color: #909090;
}

.sl-owl .owl-item img {
  border: 1px solid #d9d9d9;
  padding: 0;
}

.sl-owl .owl-item h5 {
  font-size: 14px;
  color: #515151;
  text-transform: uppercase;
  margin-bottom: 0;
}

.sl-owl .owl-item p {
  font-size: 14px;
  color: #909090;
}
ul.level0 li.mega.pos-relative {position:relative;}
.block-kids p.desc {margin: 10px 0;}
.menu-wrap .hot {background-color: #e48f2b;}

.navbar-right {
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-bottom: 0;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 999;
}

/* 5.1: Search Form
----------------------------------------------------- */
.navbar-form {
  margin: 14px 0 12px 0;
  padding: 0 15px;
  position: relative;
}

.navbar-form .form-control {
  border-radius: 20px;
  width: 215px;
  height: 26px;
  padding: 4px 30px 4px 12px;
}

.navbar-right .form-group input {
  color: #b1b1b1;
  font-size: 12px;
}
.btn-search {
    background-color: transparent;
    position: absolute;
    top: 3px;
    right: 20px;
    box-shadow: none;
    border: 0;
    color: #9d9d9d;
    cursor: pointer;
}

/* 6: Main Slideshow
----------------------------------------------------- */
.slide-show {
  background-color: #e0e0e0;
}

/* 7: Static Advertisment
----------------------------------------------------- */
.sl-static-block {
  padding: 40px 0;
}

.sl-static-block img {
  max-width: 100%;
}

.static-img {
  display: block;
  text-align: center;
  background-color: #f6f6f6;
}

.static-1 {
  display: none;
}
.static-media h4 {
  font-size: 30px;
  font-family: 'Myriad Pro Bold';
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #515151;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.static-media h4 a {
  color: #515151;
}

.static-media .media-body p {
  font-size: 13px;
  font-weight: 400;
  color: #515151;
}
.static-media > .pull-left {
  border-top: 3px solid transparent;
  margin-right: 25px;
  width: 110px;
  height: 110px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}


.static-media:hover > .pull-left {
  border-top-width: 3px;
  border-top-style: solid;
}


.static-media:hover .static-0 {
  display: none;
}

.static-media:hover .static-1 {
  display: block;
}

/* 8: Category Product
----------------------------------------------------- */
.category-product  {
  margin-top: 15px;
}
.category-product .cp-item {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.category-product .cp-item .caption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.1);
  text-align: left;
  padding: 50px 0;
}
.category-product .caption .top {
  display: block;
  color: #383838;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
.category-product .caption .bottom {
  display: block;
  color: #383838;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  
}
.sl-main-content {
  padding: 60px 0;
}

.products {
  background-color: #fff;
  padding: 40px 0;
}

/* 8.1: Product Grid Type
----------------------------------------------------- */
.product-item {
  overflow: hidden;
  display: block;
  text-align: center;
  position: relative;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product-grid .product-item {
  margin-bottom: 40px;
}

.item-img-info {
  position: relative;
}

.product-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-buttons.button-inline {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product-buttons.button-inline li {
  display: inline-block;
  margin: 0 10px;
}

.product-buttons li {
  text-align: center;
}

.product-buttons li a {
  color: #515151;
  display: block;
  text-align: center;
}

.product-buttons li a i {
  display: inline-block;
  background-color: #fff;
  text-align: center;
  position: relative;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.product-buttons li a i:after {
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.product-buttons .wishlist i,
.product-buttons .compare i {
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
}
.product-buttons .cart i {
  width: 52px;
  height: 52px;
  font-size: 25px;
  line-height: 52px;
}

.product-buttons .link-compare:after {
  background-position: 0 0;
} 
  .product-buttons .link-compare:hover:after {
    background-position: 0 -22px;
  }

.product-buttons .link-wishlist:after {
  background-position: -22px 0;
}
  .product-buttons .link-wishlist:hover:after {
    background-position: -22px -22px;
  }
.product-buttons .link-addcart:after {
  background-position: -44px 0;
}
.product-buttons .link-addcart:hover:after {
    background-position: -44px -22px;
}

.img-main {
  display: block;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;320
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.img-main img {
  max-width: 100%;
  display: block;
  margin:  0 auto;
}

.tooltip-inner {
  background-color: #fff;
  color: #515151;
  border-radius: 2px;
}

.tooltip-arrow {
  border-bottom-color: #fff !important;
}

.edit-group .tooltip .tooltip-inner  {
  background-color: #000;
  color: #FFF;
}
.edit-group .tooltip-arrow {
  border-bottom-color: #000 !important;
}
.item-inner {
  position: relative;
}

.ico-group {
  position: absolute;
  top: 3px;
  left: 10px;
  z-index: 99;
}

.add-to-cart-button {
  position: absolute;
  top: 10px;
  right: 0;
  width: 100%;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.add-to-cart-button .cart {
  margin-right: 10px;
  display: inline-block;
}

.link-wishlist {
  display: block;
}

.ico-group {
  display: inline-block;
}

.ico-product {
  font-size: 10px;
  display: block;
  margin: 5px 0;
  border-radius: 2px;
  padding: 3px 7px;
  color: #fff;
  text-transform: uppercase;
}

.ico-product.ico-new {
  background-color: #5b9843;
}

.ico-product.ico-hot {
  background-color: #e48f2b;
}

.ico-product.ico-sale {
  background-color: #d21818;
}

.item-content .item-title {
  font-size: 14px;
}

.item-content .item-title a {
  color: #515151;
  text-transform: uppercase;
  
}
.product-list .item-title a {
  font-size: 26px;
  font-weight: 600;
}
.product-list .price-box {
  margin: 20px 0 10px;
}
.product-list .price-box .regular-price .price,
.product-list .price-box .special-price .price {
  font-size: 46px;
}
.product-list .price-box .old-price .price {
  font-size: 20px;
  line-height: 34px;
}
.price-box {
  display: inline-block;
  line-height: 24px;
  margin-bottom: 4px;
}
.price-box .regular-price .price,
.price-box .special-price .price  {
  font-size: 22px;
}

.price-box p {
  display: inline-block;
  margin-bottom: 0;
  line-height: 24px;
}
.price-box .old-price {
  margin-left: 10px;
		display:inline-block;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label   {
  display: none;
}


.price-box .old-price .price {
  color: #909090;
  font-size: 14px;
  line-height: 24px;
  text-decoration: line-through;
}

.item-content .desc {
  font-size: 14px;
  color: #909090;
}

.item-content .desc p {
  margin: 0 0 10px 0;
}

.product-item:hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 0 0 #d9d9d9, 4px 0 0 0 #d9d9d9, 0 0 0 4px #d9d9d9, 0 0px 4px 0 #d9d9d9;
  -moz-box-shadow: 0 4px 0 0 #d9d9d9, 4px 0 0 0 #d9d9d9, 0 0 0 4px #d9d9d9, 0 0px 4px 0 #d9d9d9;
  box-shadow: 0 4px 0 0 #d9d9d9, 4px 0 0 0 #d9d9d9, 0 0 0 4px #d9d9d9, 0 0px 4px 0 #d9d9d9;
}

.product-item .img-main:after {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product-item:hover .img-main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.product-item:hover .add-to-cart-button {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.product-item:hover .product-buttons.button-inline {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.product-item:hover .item-info .ratings {
  opacity: 1;
  visibility: visible;
}
.item-info {
  padding: 20px 0 22px;
  position: relative;
}

.item-info:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #d9d9d9;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.item-info .ratings {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 8px;
  opacity: 0;
  visibility: hidden;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-list .item-info .ratings,
.details-page .ratings {
  position: static;
  opacity: 1;
  visibility: visible;
}

.rating-box {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  position: relative;
  vertical-align: middle;
}
.rating-box.rated{width:67%}
.rating-box:before {
  color: #bdbdbd;
  content: "\f005\f005\f005\f005\f005";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
}

.rating-box .rating {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.rating-box .rating:before {
  color: #d21818;
  content: "\f005\f005\f005\f005\f005";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
}

.products-tab {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 10px 0 20px 0;
}

.products-tab li {
  display: inline-block;
  margin-right: 5px;
}

.products-tab li:last-child {
  margin-right: 0;
}

.products-tab li a {
  display: block;
  border: 2px solid #d9d9d9;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 24px;
  color: #d9d9d9;
  text-transform: uppercase;
}

.products-tab li a:hover,
.products-tab li a.select-filter {
  color: #fff;
}

.products-tab li a:focus,
.products-tab li a:active {
  outline-offset: 0;
  outline: 0;
  text-decoration: none;
}

/* 8.2: Product List Type
----------------------------------------------------- */
.products-list-content {
  margin: 0;
  padding: 0;
}

.products-list-content .product-item {
  display: block;
  border: 0;
  overflow: visible;
  text-align: left;
  margin-bottom: 50px;
}


.products-list-content .product-buttons.button-inline {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.products-list-content .product-buttons.button-inline li {
  margin: 0 0 5px;
  padding: 0;

}

.products-list-content .product-item:hover {
  box-shadow: none;
  border: 0;
}

.products-list-content .product-buttons.button-inline,
.products-list-content .add-to-cart-button {
  position: static;
}


.product-options-bottom {
  margin-bottom: 20px;
}

.product-options-bottom .cart a,
.products-list-content .product-buttons li.cart a {
  display: inline-block;
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 20px;
}

.products-list-content .product-buttons .cart a i {
  font-size: 25px;
  line-height: 10px;
  margin-right: 15px;
  vertical-align: middle;
}


.products-list-content .product-buttons li a {
  display: block;
  background-color: #f2f2f2;
  color: #999;
  margin: 0 10px 0 0;
  padding: 6px 15px;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.details-page.products-list-content .product-buttons li a {
  margin-right: 0;
}

.products-list-content .product-buttons li a i {
  margin-right: 15px;
  width: auto;
  height: auto;
  line-height: 25px;
  border-radius: 0;
  background-color: transparent;
  font-size: 14px;
}


.products-list-content .product-buttons li.cart a:hover,
.products-list-content .product-buttons li a:hover {
  color: #fff;
}

.products-list-content .item-img {
  position: relative;
}

.products-list-content .item-img-info {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.products-list-content .img-main {
  text-align: center;
}

.products-list-content .img-main img {
  max-width: 100%;
}

.products-list-content .product-item .item-img-info:hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 0 0 #d9d9d9, 4px 0 0 0 #d9d9d9, 0 0 0 4px #d9d9d9, 0 0px 4px 0 #d9d9d9;
  -moz-box-shadow: 0 4px 0 0 #d9d9d9, 4px 0 0 0 #d9d9d9, 0 0 0 4px #d9d9d9, 0 0px 4px 0 #d9d9d9;
  box-shadow: 0 4px 0 0 #d9d9d9, 4px 0 0 0 #d9d9d9, 0 0 0 4px #d9d9d9, 0 0px 4px 0 #d9d9d9;
}

.products-list-content .item-info {
  padding: 0;
}

.products-list-content .item-info:after {
  display: none;
}

.products-list-content .item-content .item-title {
  font-size: 30px;
}

.products-list-content .product-code {
  margin-bottom: 5px;
}

.products-list-content .product-code .p-code {
  font-size: 14px;
  color: #909090;
}

.products-list-content .product-code .p-code > span {
  color: #4a4a4a;
  font-weight: 700;
}

.products-list-content .stock-avai {
  margin-bottom: 20px;
}

.products-list-content .stock-avai .in-stock {
  font-size: 14px;
  color: #909090;
}

/* 8.3: Product item alter
----------------------------------------------------- */
.product-item.alter {
  margin-bottom: 25px;
}
.product-item.alter .item-img,
.product-item.alter .item-info {
  float: left;
}
.product-item.alter .item-img {
  width: 82px;
  margin-right: 20px;
}
/* 8.4: Featured Grid
----------------------------------------------------- */
.featured-grid .owl-item img {
  border: 0;
}

.owl-carousel .owl-wrapper-outer {
  padding: 5px 0;
}

.featured-grid .owl-buttons {
  right: 15px;
  top: -68px;
}

.page-top {
  margin: 40px 0;
}

.category-image {
  border: 0 none;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: auto;
  position: relative;
}
.category-image .content {
  color: #FFF;
  text-align: left;
  padding: 6% 0 0 7%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.3);
}
.category-image .content h3 {
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 25px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.category-image .content p {
  font-size: 14px;
  padding-right: 100px;
}
.sl-ads {
  margin-bottom: 30px;
}
.sl-ads[class*=col] {
  padding: 0;
}

/* 9: Toolbar
----------------------------------------------------- */
/* 9.1: Pager
----------------------------------------------------- */
.toolbar .pager{}
.pager .pages{}
.pagination {
  margin: 0;
}
.pagination > li {
  margin-bottom: 5px;
  display: inline-block;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}

.pagination > li > a {
  padding: 4px 10px;
  margin-right: 10px;
  border: 2px solid #d9d9d9;
  font-size: 12px;
  color: #d9d9d9;
  font-family: 'Myriad Pro Bold';
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pagination > li > a:hover,
.pagination > li > a.current {
  color: #fff;
}
/* 9.2: Toolbar Top and Bottom
----------------------------------------------------- */
.toolbar .sl-dropdown,
.page-bottom .toolbar .total-items,
.page-bottom .toolbar .pagination,
.blog-toolbar-bottom .toolbar .pagination{display:block !important;}
.page-bottom .toolbar .sl-dropdown, 
.page-bottom .toolbar .sl-button-group,
.blog-toolbar.blog-toolbar-top,
.blog-toolbar.blog-toolbar-bottom .toolbar .sl-dropdown,
.blog-toolbar.blog-toolbar-bottom.toolbar .sl-button-group,
.total-items, .pagination.pull-right, .page-bottom .view-mode{}

/* 9.3: Dropdown Switch
----------------------------------------------------- */
.offset-right-20 {
  margin-right: 20px;
}

.sl-dropdown {
  width: 200px;
}

.sl-dropdown > a {
  display: inline-block;
  min-width: 100%;
  background: #f2f2f2;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #979797;
  font-weight: normal;
  padding: 10px 50px 10px 20px;
  position: relative;
}

.sl-dropdown > a > span {
  font-weight: bold;
  color: #777;
}

.sl-dropdown > a:after {
  display: block;
  background: #cfcfcf;
  width: 40px;
  height: 100%;
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.sl-dropdown a:focus,
.sl-dropdown a:active {
  outline: 0;
  text-decoration: none;
}

.sl-dropdown .dropdown-menu {
  border-radius: 0;
  margin: 0;
  min-width: 100%;
}

/* 9.4: View Type Switch
----------------------------------------------------- */
.sl-button-group {
  background: #f2f2f2;
  display: inline-block;
  height: 38px;
}

.sl-button-group > label {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  color: #979797;
  font-weight: normal;
  padding: 7px 40px 7px 40px;
}

.sl-button-group .sl-buttons .view-grid,
.sl-button-group .sl-buttons .view-list {
  border-radius: 0 !important;
  margin: 0;
  border-color: #cfcfcf;
  background-color: #cfcfcf;
  box-shadow: none;
}

.view-grid,
.view-list {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px
}
.view-grid,
.view-grid.active,
.view-grid:active {
  background-image: url("../images/icon/view-grid.png");
}

.view-list,
.view-list.active,
.view-list:active {
  background-image: url("../images/icon/view-list.png");
}

/* 9.5: Total Items
----------------------------------------------------- */
.total-items {
  font-size: 13px;
  line-height: 23px;
  color: #afafaf;
  padding: 10px 0;
}
.offset-left-20 {
  margin-left: 20px;
}

/* 10: Isotope Filter
----------------------------------------------------- */
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/* 11: Breadcrumb
----------------------------------------------------- */
.sl-breadcrumb {
  background: #f2f2f2;
}

.breadcrumb {
  margin: 0;
  padding: 20px 0;
  background:none;
}

.breadcrumb > li {
  font-size: 11px;
  text-transform: uppercase;
  display: inline;
}

.breadcrumb > li a {
  color: #a9a9a9;
  padding-right: 10px;
}

.breadcrumb > li + li:before {
  content: "";
}

.breadcrumb > .active {
  color: #4a4a4a;
}

/* 12: Blog Section
----------------------------------------------------- */
.sl-blog {
  background-color: #fff;
  padding: 0px 0 40px;
}
.sl-blog .block-title{padding: 0 0 20px;}
.blog-block p {
  font-size: 13px;
  line-height: 22px;
  color: #515151;
}

.sl-blog .sl-owl {
  margin-top: 0;
}

.blog-block-title {
  font-size: 24px;
  color: #515151;
  margin: 10px 0 10px 0;
  font-family: 'Myriad Pro Bold';
}

.blog-block-title-2 {
  font-size: 20px;
  font-weight: 400;
  color: #383838;
  line-height: 23px;
  margin: 0px 0 10px 0;
}
.embed-responsive.embed-responsive-16by9{
	padding-bottom: 71.25% !important;
}
.blog-block-title a {
  color: #515151;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.post-meta {
  margin: 0 0 30px 0;
  color: #afafaf;
  font-size: 14px;
  font-weight: 700;
}

.post-meta a {
  color: #515151;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.post-meta a:hover {
  text-decoration: underline;
}

.blog-block-more a {
  display: inline-block;
  font-size: 13px;
  border-width: 2px;
  border-style: solid;
  padding: 10px 20px;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.menu-wrap .blog-block-more a {padding: 0 10px;margin:0;}
.blog-block-more a:hover {
  color: #fff;
}

.blog-recent {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}

.blog-recent li {
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c3c3c3;
}

.blog-recent li span,
.blog-recent li a {

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.blog-recent li a {
  color: #8b8b8b;
  font-weight: 700;
  line-height: 23px;
}

.blog-recent li span {
  display: block;
  font-weight: 700;
  color: #8b8b8b;
  line-height: 23px;
}



.sl-blog .video-review {
  padding-top: 16px;
}

/* 13: Our Brands
----------------------------------------------------- */
.sl-clients {
  background-color: #f2f2f2;
  padding: 40px 0;
}

.clients-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.clients-list ul.top-brands{margin-bottom:20px;}
.clients-list li {
  text-align: center;
  display: inline-block;
  float: none;
}

/* 14: Block General
----------------------------------------------------- */
.block-title {
  font-size: 22px;
  text-transform: uppercase;
  color: #515151;
  line-height: 22px;
  padding: 20px 0;
}

.block-title-bold {
  font-size: 30px;
  font-weight: bold;
  line-height: 24px;
}

/* 14.1: Compare Products Block
----------------------------------------------------- */
.block-compare {}
.block-compare li { padding:5px 0; position:relative;}

.block-compare .btn-remove{}

table.data-table.compare-table{border:1px solid #ddd;border-left: 0;}
table.data-table.compare-table th,table.data-table.compare-table td{border-left:1px solid #ddd;border-bottom:1px solid #ddd;padding:8px}
table.data-table.compare-table .btn-remove {top: 5px;right: 5px;}
.block-compare .actions a {
	line-height: 48px;
}

/* 14.2: Poll Block
----------------------------------------------------- */
.block-poll label {font-weight: 400;}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label {display: block;margin-left: 18px;color: #333;text-align: left;font-size: 14px;}
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* 14.3: Tags Block
----------------------------------------------------- */
.block-tags ul,
.block-tags li { display:inline; }


/* 15: Product Detail
----------------------------------------------------- */
.page-button {
  list-style: none;
  margin: 0;
  padding: 15px 0;
}

.page-button li {
  display: inline-block;
}

.page-button li a {
  display: block;
  border: 2px solid #d1d1d1;
  padding: 3px 10px;
  color: #d1d1d1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.page-button li a:hover {
  color: #fff;
}

.social-link {
  text-align: center;
}

.details-page .product-buttons.button-inline li.cart {
  margin-bottom: 20px;
}

.details-page .product-buttons.button-inline li.cart a {
  font-size: 16px;
}

.details-page .product-buttons.button-inline li {
  display: block;
  margin-bottom: 20px;
  text-align: left;
  font-size: 13px;
}

.details-page.products-list-content .product-buttons li a {
  padding: 8px 10px 9px 15px;
  text-align: left;
}

.details-page.products-list-content .product-buttons li a i {
  margin-right: 5px;
}

.details-page .item-content .desc p {
  margin-bottom: 30px;
}

.details-page .product-item:hover .img-main:after {
  background: transparent;
}

.details-page.products-list-content .item-img-info {
  border-width: 2px;
}

.details-page.products-list-content .product-item .item-img-info:hover {
  box-shadow: none;
}

.details-page .ico-product {
  font-size: 20px;
}

.details-page .item-info .price-box {
  margin:  30px 0 10px;
}
.details-page .item-info .price-box .special-price .price {
  font-size: 46px;
}
.details-page .item-info .price-box .old-price .price {
  font-size: 20px;
  line-height: 37px;
}


.details-page .social .link li a i {
  width: 30px;
  line-height: 30px;
  height: 30px;
  font-size: 20px;
}
.details-page .social .link {
  text-align: center;
}
.qty {
  position: relative;
  display: inline-block;
  padding-right: 27px;
  float: right;
}

.qty label {
  font-size: 16px;
  text-transform: uppercase;
  color: #676767;
}

.qty input {
  width: 76px;
  height: 48px;
  background: #f6f6f6;
  font-size: 20px;
  line-height: 20px;
  color: #676767;
  box-shadow: none;
  border: 0;
  padding-left: 15px;
}

.qty-up,
.qty-down {
  position: absolute;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: #cfcfcf;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.qty-up {
  top: 0;
}

.qty-down {
  bottom: 0;
}


.choose-options {
  padding: 3px 20px;
  background: #f2f2f2;
  margin-bottom: 20px;
}

.choose-options h5 {
  font-size: 20px;
  line-height: 20px;
  color: #676767;
  margin-bottom: 20px;
}

.choose-options label {
  width: 70px;
  font-size: 13px;
  color: #676767;
}

.choose-options label span {
  color: #d9673b;
}

.sl-dropdown.sl-dropdown-small {
  display: inline-block;
  background: #fff;
  padding: 2px;
  border: 1px solid #c3c3c3;
}

.sl-dropdown.sl-dropdown-small > a {
  background-color: #fff;
  font-size: 13px;
  text-transform: inherit;
  padding: 3px 50px 3px 20px;
}

.sl-dropdown.sl-dropdown-small > a:after {
  width: 30px;
  line-height: 25px;
}

.choose-offset {
  margin-bottom: 20px;
}
.choose-offset input {
    width: 100%;
}
.details-page .sleazy-icon-cart {
  font-size: 25px;
  margin-right: 10px;
  vertical-align: -2px;
}

/* 15.1: Thumbnails image
----------------------------------------------------- */
.img-preview-wrap {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.sl-owl-preview .owl-wrapper {
  z-index: 999;
}

.sl-owl-preview .item {
  margin: 10px;
  text-align: center;
  border: 2px solid #d9d9d9;
  cursor: pointer;
}

.sl-owl-preview .owl-item {
  cursor: pointer;
}

.sl-owl-preview .item img {
  max-width: 100%;
}

.sl-owl-preview .owl-buttons {
  position: absolute;
  top: 50%;
  right: -45px;
  left: -45px;
  height: 100%;
  padding: 15px 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sl-owl-preview .owl-prev,
.sl-owl-preview .owl-next {
  height: 100%;
  line-height: 20px;
}

.sl-owl-preview .owl-prev {
  float: left;
}

.sl-owl-preview .owl-next {
  float: right;
}

.sl-owl-preview .owl-prev i,
.sl-owl-preview .owl-next i {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 15.2: Tabs Option
----------------------------------------------------- */
.amz-tabs .panel-title {
  display: none;
}
.tab-content .opener {
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  background-color: #f2f2f2;
}
.tab-content .opener i {
  margin-right: 10px;
}
.tab-content .collapsed i:before {
  content: "\f0fe";
}

.sl-tab {
  border: 0;
}

.sl-tab > li.active > a,
.sl-tab > li.active > a:hover,
.sl-tab > li.active > a:focus {
  border: 0;
  border-radius: 0;
  background-color: #f6f6f6;
  border-top-width: 2px;
  border-top-style: solid;
  outline: 0;
}

.sl-tab > li > a {
  border-radius: 0;
  border-top: 2px solid transparent;
  margin-right: 0;
  font-size: 16px;
  color: #a9a9a9;
}

.sl-tab > li > a:hover,
.sl-tab > li.active > a {
  border: 0;
  border-top-width: 2px;
  border-top-style: solid;
}

.sl-tab > li.active > a {
  font-family: 'Myriad Pro Semibold';
}

.tab-content > .tab-pane {
  background: #f6f6f6;
  padding: 25px;
  margin-bottom: 40px;
  opacity: 0;
}
.tab-pane.active {
  opacity: 1;
}


/* 16: Shopping Cart Page
----------------------------------------------------- */
.sl-tbl {
  display: table;
  width: 100%;
}

.sl-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  font-size: 0;
}

.sl-cell * {
  vertical-align: middle;
}

.sl-cell div[class*='col-md-'] {
  display: inline-block;
  float: none;
}
.sl-cell .sub-price {
  padding: 0;
}
.sl-cell .item-content .item-title a {
  font-size: 20px;
}

.offset-top-bottom {
  margin-bottom: 40px;
}

.tbl-title {
  font-size: 18px;
  color: #4a4a4a;
  text-transform: uppercase;
}
.tbl-title.visible-phone {
  display: none;
}

.qty-input {
  position: relative;
}

.qty-input i {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.qty-input input[type="text"] {
  border-radius: 0;
  border: 0;
  background: #f6f6f6;
  text-align: center;
  font-size: 20px;
  color: #676767;
  margin: 0;
  width: 100%;
  padding:  0 35px;
}

.up-count {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  height: 100%;
  width: 30px;
  background: #cfcfcf;
  text-align: center;
}

.down-count {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  height: 100%;
  width: 30px;
  background: #cfcfcf;
  text-align: center;
}

.up-count,
.down-count {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}


.price-title {
  font-size: 18px;
  color: #4c4c4c;
  line-height: 25px;
}

.edit-group {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.edit-group li {
  display: inline-block;
  background: #f2f2f2;
  
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.edit-group li a {
  padding: 5px 20px;
  display: inline-block;
  color: #4a4a4a;
}

.edit-group li i {
  line-height: 21px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.edit-group li:hover i {
  color: #fff;
}

.sl-cell .p-code {
  color: #9b9b9b;
}

.sl-cell .p-code span {
  color: #4a4a4a;
}

.continue {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Myriad Pro Bold';
  line-height: 20px;
  margin: 40px 0;
}

.continue i {
  font-size: 14px;
}

.continue:hover {
  color: #333;
}

.choose-options2 {
  background: #f2f2f2;
  padding: 15px 20px 30px;
}
.choose-options2 .btn {
  font-size: 13px;
  padding: 12px 20px;
}

.choose-options2 h5 {
  text-transform: uppercase;
  font-size: 22px;
  color: #515151;
}

.choose-options2 p {
  font-size: 13px;
  color: #787878;
}

.choose-options2 .sl-dropdown {
  width: 100%;
}

.choose-options2 .sl-dropdown > a {
  text-align: left;
}

.choose-options2 label {
  font-size: 13px;
  display: block;
  color: #787878;
  margin-bottom: 10px;
}

.choose-options2 label span {
  color: #ed532f;
}

.btn-default {
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  border: 0;
}

.checkout-total .item {
  margin-bottom: 10px;
}
.checkout-total .check-title {
  font-size: 14px;
  color: #787878;
  padding-right: 20px;
  text-align: right;
  width: 50%;
  display: inline-block;
}
.checkout-total .check-content {
  padding-left: 20px;
  text-align: left;
  width: 50%;
  color: #787878;
  font-size: 14px;
  float: right;
  display: inline-block;
}
.checkout-total .item-total {
  margin-top: 15px;
}
.checkout-total .item-total .check-title,
.checkout-total .item-total .check-content {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}


.checkout-total .item-checkout {
  margin-top: 20px;
}
.checkout-total .item-checkout .check-title {
  visibility: hidden;
}
.t-same {
  margin-bottom: 10px;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-blod {
  font-size: 18px;
  text-transform: uppercase;
  color: #515151;
  font-family: 'Myriad Pro Bold';
}

.t-default {
  margin-bottom: 20px;
}

/* 17: Sidebar
----------------------------------------------------- */
.sidebar-nav {
  margin-bottom: 40px;
}

.nav-dropdown {
  list-style: none;
  margin: 0 0 0px 10px;
  padding: 0;
}

.sidebar-nav > .nav-dropdown {
  margin: 0;
}

.sidebar-nav > .nav-dropdown > li {
  font-weight: bold;
}

.nav-dropdown li {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 28px;
}

.nav-dropdown li a {
  display: block;
  color: #515151;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.nav-dropdown li a.dropdown-icon:before {
  line-height: 11px;
  text-align: center;
  font-weight: normal;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 10px;

  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-dropdown li a.dropdown-icon.icon-right:before {
  content: "\f105";
  font-family: FontAwesome;
}

.nav-dropdown li a.dropdown-icon.icon-down:before {
  content: "\f107";
  font-family: FontAwesome;
}

.nav-dropdown li a:hover,
.nav-dropdown li a.active {
  text-decoration: none;
  outline: 0;
}

.nav-dropdown li a:active,
.nav-dropdown li a:focus {
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
}

.nav-dropdown li a.active {
  font-family: 'Myriad Pro Semibold';
}

.nav-dropdown li .nav-dropdown {
  display: none;
}

.sidebar-nav.cost-price {
  margin-bottom: 70px;
}
.cost-price-content {
  display: inline-block;
  position: relative;
}
.cost-price-content  .noUi-handle-lower,
.cost-price-content  .noUi-handle-upper {
  height: 12px;
  width: 18px;
}

.cost-price-content .noUi-base  .noUi-connect,
.cost-price-content .noUi-base .noUi-background {
   position: absolute;
  top: -4px;
}
.price-min,
.price-max {
  position: absolute;
  margin-top: 15px;
  font-size: 14px;
  color: #515151;
}
.price-min { left: 0;}
.price-max { right: 0;}

/* 18: Checkout Page
----------------------------------------------------- */
.box-register p,
.box-login  p {
  padding: 36px 20px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}
.box-register {
    background-color: #f2f2f2;
    color: #a9a9a9;
}
    .box-register p a {
        font-weight: 600;
    }

.box-login {
    color: #FFF;
}
    .box-login p a {
        color: #FFF;
        font-weight: 600;
    }


.box-checked {
    position: relative;
    font-size: 12px;
    color: #4a4a4a;
    font-weight: bold;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    line-height: 38px;
    height: 38px;
    text-transform: uppercase;
}
.box-checked .tick {
    background-image:  url('../images/tick-checkout.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 12px;
    width: 11px;
    position: absolute;
    top: 10px;
    right: 12px;
}

/* 19: Contact Us Page
----------------------------------------------------- */

.map-google > img {
  width: 100%;
  height: auto;
}

.contact-infomation ul {
  padding-left: 12px;
  list-style-type: square;
}
.contact-infomation ul li {
  color: #9d9d9d;
  font-size: 13px;
  font-weight: 400;
  font-family: "Myriad Pro";
  margin-bottom: 18px;
}
.contact-infomation ul li a {
  color: #9d9d9d;
}


.contact-form form input, 
.contact-form form textarea {
    border: 1px solid #e5e5e5;
    height: 38px;
    line-height: 38px;
    background-color: #FFF;
    padding: 5px 8px;
    margin-bottom: 15px;
    color: #787878;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-form form textarea  {
    height: 110px;
    resize: none;
}
.contact-form form .btn {
    color: #FFF;
    font-size: 12px;
    padding: 12px 20px;
}

/* 20: Footer
----------------------------------------------------- */
.footer {
  background-color: #fff;
  padding: 20px 0;
  border-top:1px solid #f2f2f2;
}

.address-footer,
.phone-footer,
.email-footer a {
  color: #8b8b8b;
  font-size: 13px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.form-subscribe .block-content .input-box, 
.form-subscribe .block-content .actions{display:inline;color:#8b8b8b;}
.form-subscribe .block-content .actions{position: absolute;right: 3px;top: 0;border: none;padding: 0;margin: 0;}

.form-subscribe .block-content{position:relative}
.form-subscribe .block-content .input-box{max-height:30px;}
.form-subscribe .block-content .input-box input{padding: 4px 15px;width:100%;}

.form-subscribe .block-content .actions i{font-size: 29px;padding: 0;}

.social .link {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social .link li {
  display: inline-block;
  margin-right: 10px;
}

.social .link li a {
  color: #e5e5e5;
  text-align: center;
  margin-bottom: 5px;
  display: inline-block;
  
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.social .link li a i {
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #e5e5e5;
  font-size: 25px;
  line-height: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.social .link li a:hover {
  color: #fff;
}


.info-list {
  list-style-image: url(../images/li-bg.png);
  margin: 0;
  padding: 0 0 0 10px;
}

.info-list li {
  margin: 0;
  padding: 0;
}

.info-list li a {
  display: block;
  color: #8b8b8b;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
}

.twitter {
  list-style: none;
  margin: 0;
  padding: 0;
}


.tweet-text{
  font-size: 13px;
  color: #676767;
  line-height: 22px;
}

.tweet-text .full-name {
  color: #515151;
  font-weight: 600;
  margin-right: 5px;
}

.timePosted {
  font-size: 12px;
  color: #8b8b8b;
}

.timePosted a {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  color: #8b8b8b;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.timePosted i {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #959595;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 40px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: default;
}

.twitter li {
  margin-bottom: 30px;
}

.product-second {
  margin: 0;
}

.product-second li {
  margin-bottom: 25px;
}

.product-second li .col-sm-5 {
  padding: 1px 0;
}

.product-second .item-content .item-title {
  font-size: 14px;
  line-height: 26px;
}

.copyright {
  padding: 20px 0;
  background: #f6f6f6;
}

.source {
  font-size: 12px;
  color: #787878;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

.source a {
  font-family: 'Myriad Pro Semibold';
  color: #787878;
}

.pay-method {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.pay-method li {
  display: inline-block;
  margin-left: 10px;
  padding: 0;
}
.pay-method li a {
  display: inline-block;
  height: 25px;
  width: 37px;
  margin-bottom: 5px;
}
.pay-method li a img {
  width: 100%;
  height: auto;
}
.mobile-collapse .collapse {
  display: block;
}
.mobile-collapse .opener {
  font-size: 20px;
  display: none;
  float: right;
  margin-top: 2px;
}

.mobile-collapse  a.collapsed:before {
  content: "\f0fe";
}
/* 21: Newsletter Popup
----------------------------------------------------- */
#sleazy-subscribe {
	width: 520px;
	max-width: 100%;
	text-align: center;
	display: inline-block;
	max-width: 100%;
	max-height: none;
	margin: auto;
	background-image: url("../images/bg-subscribe.jpg");
	background-position: center;
	background-repeat: no-repeat;
	padding: 25px 60px;
	position: relative;  
}

#amzns_box_title {
    color:#fff;
	font-family:'Myriad Pro Bold';
	text-align:center;
	font-size: 23px;
	text-transform: uppercase;
	font-weight:700;
	letter-spacing: 2px;
	padding: 0 0 0px;
}

#amzns_box_block_1 {}
#amzns_box_block_2 {font-size:25px;}
#amzns_box_block_3 {
    text-align: center;
	color:#666;
	font-family:'Myriad Pro Regular';
	line-height: 19px;
}

#amzns_box_close {
    
}
.amzns_box_lines {
    background: #f3f3f3;
	height: 5px;
	width: 100px;
	margin: 15px auto;
 }
#amzns_box_subscribe {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0 0px 0;
}
#amzns_box_subscribe_input {
    clear: both;
    float: left;
    margin-right: 3%;
    display: inline-block;
    width: 65%;
}
#amzns_box_subscribe_input input {
    font-family: "Myriad Pro Regular";
    line-height: 17px;
    padding: 10px 10px;
    width: 100%;
}
#amzns_box_subscribe_submit {

}

#amzns_box_subscribe_submit a {
    display: inline-block;
	font-size: 14px;
	padding: 9px 10px;
	font-family: 'Myriad Pro Regular';
	letter-spacing: 2px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #fff;
	text-transform: uppercase;
	border-width: 2px;
	border-style: solid;
}
#amzns_box_subscribe_submit a:hover{color:#fff;}
#amzns_box_subscribe_response {
    text-align: left;
    margin: 10px 0 0 30px;
    height: 15px;
}

#amzns_box_subscribe_response_success {
    display: none;
}

#amzns_box_subscribe_response_error {
    color: #ca3219;
    text-align: left;
    margin: 0 0 0 0px;
    height: auto;
    overflow: hidden;
}

#amzns_box_subscribe_response_success {
    color: #5b9843;
    font-size: 18px;
	padding: 0px 0 0;
	text-align: center;
	font-family:'Myriad Pro Regular';
	text-transform:uppercase;
}

.mfp-close-btn-in #sleazy-subscribe .mfp-close {
	height: 40px;
	width: 40px;
	background: url(../images/amzns_box_close.png) no-repeat;
	cursor: pointer;
	float: right;
	position: absolute;
	right: -16px;
	top: -38px;
	text-indent:-999em;
}

/* 22: AMZ Icon
----------------------------------------------------- */
.icon-7x {
  font-size: 70px;
  line-height: 110px;
}
.amz-icon {
  color: #515151;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}