/**************************************
preview panel
***************************************/

#demo-panel {
  position: fixed;
  width: 180px;
  background: black;
  background: rgba(0, 0, 0, 0.9);
  top: 50px;
  left: -180px;
  color: #f3f3f3;
  z-index: 2900;
  padding: 25px 0px;
}
#demo-panel h5 {
  color: #f3f3f3;
  padding: 5px;
  margin-left: 10px;
}
#demo-panel #pattren-for,
#demo-panel p {
  margin-left: 10px;
}
#demo-panel .panle-toggle {
  width: 40px;
  height: 50px;
  font-size: 28px;
  background: black;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  color: #f3f3f3;
  right: -40px;
  cursor: pointer;
  text-align: center;
  line-height: 1.8em;
}
.style-preview,
.pattern-preview {
  margin: 10px 5px;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  cursor: pointer;
  background-repeat: repeat;
  margin-left: 8px;
}
.yellow-box {
  background: #ff9a00;
}
.red-box {
  background: #e84c3d;
}
.blue-box {
  background: #4090d5;
}
.rose-box {
  background: #ee008a;
}
.green-box {
  background: #aeee00;
}
.orange-box {
  background: #e46917;
}
.brown-box {
  background: #672525;
}
.orange-box {
  background: #db4105;
}
.deep-blue-box {
  background: #3d5073;
}
.p1 {
  background-image: url(../images/pattern/pattern1.png);
}
.p2 {
  background-image: url(../images/pattern/pattern2.png);
}
.p3 {
  background-image: url(../images/pattern/pattern3.png);
}
.p4 {
  background-image: url(../images/pattern/pattern4.png);
}
.p5 {
  background-image: url(../images/pattern/pattern5.png);
}
.p6 {
  background-image: url(../images/pattern/pattern6.png);
}
.p7 {
  background-image: url(../images/pattern/pattern7.png);
}
.p8 {
  background-image: url(../images/pattern/pattern8.png);
}
.p9 {
  background-image: url(../images/pattern/pattern9.png);
}
.p10 {
  background-image: url(../images/pattern/pattern10.png);
}
.p11 {
  background-image: url(../images/pattern/pattern11.png);
}
.p12 {
  background-image: url(../images/pattern/pattern12.png);
}
.p13 {
  background-image: url(../images/pattern/pattern13.png);
}
.p14 {
  background-image: url(../images/pattern/pattern14.png);
}
.p15 {
  background-image: url(../images/pattern/pattern15.png);
}
.p16 {
  background-image: url(../images/pattern/pattern16.png);
}
.p17 {
  background-image: url(../images/pattern/pattern17.png);
}
.p18 {
  background-image: url(../images/pattern/pattern18.png);
}
.p19 {
  background-image: url(../images/pattern/pattern19.png);
}
.p20 {
  background-image: url(../images/pattern/pattern20.png);
}
.p21 {
  background-image: url(../images/pattern/pattern21.png);
}
.p22 {
  background-image: url(../images/pattern/pattern22.png);
}
.p23 {
  background-image: url(../images/pattern/pattern23.png);
}
.p24 {
  background-image: url(../images/pattern/pattern24.png);
}
.p25 {
  background-image: url(../images/pattern/pattern25.png);
}
.p26 {
  background-image: url(../images/pattern/pattern26.png);
}
.p27 {
  background-image: url(../images/pattern/pattern27.png);
}
.p28 {
  background-image: url(../images/pattern/pattern28.png);
}
.p29 {
  background-image: url(../images/pattern/pattern29.png);
}
.p30 {
  background-image: url(../images/pattern/pattern30.png);
}
.p31 {
  background-image: url(../images/pattern/pattern31.png);
}
.p32 {
  background-image: url(../images/pattern/pattern32.png);
}
/* Table of Content
======================================================================================================================================================
  
    1 - TOP HEADER
    2 - HEADER
    3 - FEATURED SECTION
    4 - MAIN CONTENTS    
    5 - FOOTER
    6 - SIDEBAR
    7 - PRODUCT PAGE
    8 - SHOPPING CART
    9 - CHECKOUT PAGE
    10 - COMPARE PAGE
    11 - ACCOUNT PAGES
    12 - CONTACT PAGE
    13 - CUSTOM PLUGINS
====================================================================================================================================================== */


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.boxed {
  max-width: 960px;
  margin: 0 auto;
}
video {
  max-width: 100%;
  height: auto;
}
iframe,
embed,
object {
  max-width: 100%;
}
img {
  max-width: 100%;
}
select {
  border: 1px solid gainsboro;
  padding: 0 0 0 5px;
  height: 33px;
  background-color: #fcfcfc;
  background-repeat: no-repeat;
  background-position: center right;
}
.checkbox_skin {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../images/checkbox.png") left top no-repeat;
  display: inline-block;
  margin-right: 10px;
}
.select_skin {
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  height: 35px;
  min-width: 100px;
  overflow: hidden;
  border: 1px solid #e4e4e6;
  background-color: white;
  background-image: url(../images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 2px #fafafa;
  -moz-box-shadow: 0 0 0 2px #fafafa;
  box-shadow: 0 0 0 2px #fafafa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.select_skin select {
  width: 100%;
  cursor: pointer;
}
.selected_value {
  font-size: 12px;
  left: 8px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  overflow: hidden;
  top: 5px;
  z-index: 1;
}
.input-label {
  vertical-align: top;
}
.checkbox_skin:active {
  background-position: left center !important;
}
.checkbox_skin input {
  position: absolute;
  background: transparent;
  width: 20px;
  height: 20px;
  cursor: pointer;
  top: 0;
  left: 0;
}
.radio_skin {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../images/radio.png") left top no-repeat;
  display: block;
  margin-right: 5px;
  display: inline-block;
}
.radio_skin input {
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.gotoTop {
  display: block;
  position: fixed;
  z-index: 800;
  width: 50px;
  height: 40px;
/*  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;*/
/*  line-height: 1.5em;*/
  text-align: center;
  font-size: 50px;
/*  background: black;
  background: rgba(0, 0, 0, 0.8);*/
  top: 90%;
  right: 2%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.gotoTop i {
	color:#FB9924;
/*	padding-top:15%;*/
	}
.style-button {
  display: inline-block;
  padding: 10px 15px;
}
/*====================================================================================================================================================== 
Top Header
====================================================================================================================================================== */

.slide-toggle {
  background: black;
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  text-align: center;
  color: #f3f3f3;
  right: 0;
  top: 0;
  cursor: pointer;
  line-height: 3em;
  z-index: 990;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#top-wrapper {
  position: relative;
  background: #2c2c2c;
  /*height: 50px;*/
  height:30px;
  z-index: 900;
}
#top-wrapper .top-select-buttons {
  padding-top: 8px;
}
#top-wrapper .top-icon {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  margin-right: 8px;
  z-index: 110;
  position: relative;
}
#top-wrapper #language img {
  max-width: none;
}
#top-wrapper #currency {
  margin-right: 0;
}
#top-wrapper .account-links {
  text-align: center;
  color: #b0b0b0;
  color: #cacaca;
  display: inline-block;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  float: left;
}
#top-wrapper .account-links i {
  font-size: 13px;
  margin-right: 5px;
}
#top-wrapper .account-links a {
  font-size: 12px;
  color: #cacaca;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
 /* height: 50px;
  line-height: 50px;*/
  height: 30px;
  line-height: 30px;
  padding: 0 2px;
}
#top-wrapper .checkout-icon {
  margin-right: 0;
}
#top-wrapper .checkout-icon i {
  margin-right: 0;
  margin-left: 10px;
}
#top-wrapper .mini-cart:hover .cart-dropdown {
  display: block;
}
#top-wrapper .mini-cart {
  position: relative;
  cursor: pointer;
  /*height: 50px;*/
  height:30px;
}
#top-wrapper .mini-cart .cart-data {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */

}
#top-wrapper .mini-cart span.count {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 30px;
}
#top-wrapper .mini-cart .cart-top {
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /*height: 50px;
  width: 50px;*/
  height: 30px;
  width: 40px;
  text-align: center;
  margin-right: 5px;
}
#top-wrapper .mini-cart .cart-top i.cart-top-icon {
  /*line-height: 50px;*/
  line-height:30px;
  font-size: 18px;
}
#top-wrapper .mini-cart .checkout-icon {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  width: 60px;
 /* height: 50px;*/
  height: 30px;
  text-align: center;
  /*line-height: 50px;*/
  line-height: 30px;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#top-wrapper .mini-cart .checkout-icon:hover {
  background: black;
  color: white;
}
#top-wrapper .mini-cart .down-arrow {
  position: absolute;
  font-size: 14px;
  bottom: -5px;
  cursor: pointer;
}
#top-wrapper .mini-cart .cart-data {
  line-height: 1.7em;
}
#top-wrapper .mini-cart .cart-dropdown {
  display: none;
  position: absolute;
  z-index: 900;
  right: 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.06);
}
#top-wrapper .mini-cart .cart-dropdown #cart-list {
  width: 270px;
  background: white;
  border: 1px solid #e8e8e8;
  padding: 5px 5px 0 5px;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list .mini-product {
  padding: 10px 0;
  border-bottom: 1px dotted #dfdfdf;
  overflow: hidden;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list .mini-product .product-meta {
  float: left;
  border-right: 1px dotted #dfdfdf;
  margin-right: 15px;
  width: 210px;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list .mini-product .product-meta > a {
  float: left;
  width: 160px;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list .mini-product .product-meta img {
  float: left;
  margin-right: 10px;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list .mini-product .product-meta span {
  display: block;
  font-family: 'Muli';
}
#top-wrapper .mini-cart .cart-dropdown #cart-list .mini-product .product-meta .price {
  font-size: 14px;
  font-family: 'Muli';
  float: right;
  padding-right: 10px;
  margin-top: 15px;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list .mini-product .action {
  float: left;
  text-align: center;
  margin-top: 15px;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list .mini-product .action a {
  line-height: 1em;
  background: #3f3f3f;
  color: white;
  padding: 2px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 14px;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list table.mini-cart-total {
  width: 100%;
  margin-bottom: 0;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list table.mini-cart-total td {
  padding: 10px;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list table.mini-cart-total td span {
  font-size: 13px;
  text-transform: uppercase;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list table.mini-cart-total tr {
  border-bottom: 1px dotted #dfdfdf;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list table.mini-cart-total tr:last-child {
  border-bottom: none;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list table.mini-cart-total tr:last-child td span {
  font-size: 14px;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list table.mini-cart-total tr:last-child td span.total {
  padding: 5px;
}
#top-wrapper .mini-cart .cart-dropdown .checkout {
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#top-wrapper .mini-cart .cart-dropdown .checkout a {
  font-size: 12px;
  display: inline-block;
  /*width: 49%;*/
  text-transform: uppercase;
}
#top-wrapper .mini-cart .cart-dropdown .checkout a i.icomoon {
  font-size: 14px;
  padding: 0 15px;
}
#top-wrapper .mini-cart .cart-dropdown .checkout .cart i {
  padding-right: 10px;
}
#top-wrapper .mini-cart .cart-dropdown .checkout .check {
  /*text-align: right;*/
}
#top-wrapper .mini-cart .cart-dropdown .checkout .check i {
  padding-left: 10px;
}
.top-select-menu {
  background: #3c3c3c;
  min-width: 60px;
  height: 33px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #434343;
}
.top-select-menu div {
  position: absolute;
  width: 100%;
}
.top-select-menu a {
  position: relative;
  background: #3c3c3c;
  display: none;
  padding-left: 15px;
  padding-right: 20px;
  line-height: 32px;
  color: #b0b0b0;
  width: 100%;
}
.top-select-menu a.active_option {
  display: inline-block;
  color: #b0b0b0;
}
.top-select-menu a.active_option:hover {
  background: #3c3c3c;
  color: #b0b0b0;
}
.top-select-menu i.icomoon {
  position: absolute;
  top: 10px;
  right: 3px;
  color: #6d6d6d;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.top-select-menu:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 15px;
  background: #545454;
  top: 10px;
  right: 23px;
}
.search-wrapper {
  position: relative;
}
.search-popup-trigger {
  font-size: 18px;
  padding-right: 0;
}
#top-search-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  border-color: transparent transparent white transparent;
  border-style: solid;
  border-width: 8px;
  right: 20px;
  width: 0;
  height: 0;
  top: -16px;
}
#top-search-wrapper:before {
  content: "";
  position: absolute;
  display: block;
  border-color: transparent transparent #d8d8d8 transparent;
  border-style: solid;
  border-width: 9px;
  right: 19px;
  width: 0;
  height: 0;
  top: -18px;
}
#top-search-wrapper {
  display: none;
  position: absolute;
  width: 270px;
  right: -20px;
  z-index: 100;
  padding: 15px;
  background: white;
  border: 1px solid #d8d8d8;
  top: 65px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
}
#top-search-wrapper input[type="text"] {
  position: relative;
  padding: 12px;
  z-index: 1;
  margin: 0;
  width: 200px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#top-search-wrapper .search-button {
  font-size: 21px;
  border: none;
  position: absolute;
  height: 42px;
  width: 42px;
  line-height: 42px;
  top: 0;
  right: 0;
  outline: none;
  z-index: 2;
  margin-left: 0;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
header {
  width: 100%;
  background: white;
  border-bottom: 1px solid #FB9924;
  height: 89px;
}
header #logo img {
  height: auto;
  max-width: 100%;
 /* margin-top: 10px;*/
}
header #logo {
  max-height: 88px;
}
header .header-inner {
  z-index: 100;
  clear: both;
}
header nav {
  height: 88px;
}
header nav ul {
  margin-bottom: 0;
}
header nav ul li {
  display: inline-block;
  margin: 0;
}
header nav ul li a {
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #585858;
  text-transform: uppercase;
  display: block;
  padding: 0 16px;
  line-height: 88px;
}
header nav ul li ul {
  position: absolute;
  z-index: 10;
  display: block;
  visibility: hidden;
  min-width: 200px;
  background: white;
  border-right: 1px solid #e8e8e8;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header nav ul li ul li {
  display: inline;
}
header nav ul li ul li a {
  border-right: none;
  margin-right: 0;
  font-weight: 400;
  line-height: 23px;
  padding: 8px 15px;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header nav ul li > ul {
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
header nav ul li:last-child > a {
  border-right: none;
}
header nav ul li:hover > ul {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
}
header nav ul li:hover > div.submenu_wrapper,
header nav ul li:hover > div.megamenu {
  display: block;
}
header nav ul li:hover > div.submenu_wrapper > ul,
header nav ul li:hover > div.megamenu > ul {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
}
header nav ul.primary-nav {
  float: right;
}
header nav ul.primary-nav > li {
  /*float: left;*/
}
header nav ul li:hover > a
{
background:none !important;
}

header .submenu_wrapper {
  position: absolute;
  z-index: 10;
  background: white;
  display: none;
  overflow: hidden;
  top: 98%;
  padding: 10px 0;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .submenu_wrapper ul {
  position: static;
  float: left;
  border-right: 1px dotted #d5d5d5;
  overflow: hidden;
  border-top: none;
}
header .submenu_wrapper ul a {
  border-bottom: none;
}
header .submenu_wrapper ul:last-child {
  border-right: none;
}
header .megamenu {
  position: absolute;
  display: none;
  z-index: 10;
  background: white;
  overflow: hidden;
  padding: 8px 0;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .megamenu ul {
  position: static;
  float: left;
  overflow: hidden;
  visibility: visible;
  border: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
}
header .megamenu ul a {
  border-bottom: none;
}
header .megamenu ul:last-child {
  border-right: none;
}
header .column1 {
  width: 200px;
}
header .column2 {
  width: 402px;
}
header .column3 {
  width: 940px;
  margin-left: -470px;
  left: 50%;
}
header .column3 ul {
  max-width: 314px;
  max-width: 313px\9;
}
header .column4,
header .column5,
header .column6,
header .column7,
header .megamenu {
  width: 940px;
  margin-left: -470px;
  left: 50%;
}
header .column4 ul {
  width: 234px;
  max-width: 233px\9;
}
header .column5 ul {
  max-width: 189px;
  max-width: 188px\9;
}
header .column6 ul {
  max-width: 155px;
  max-width: 154px\9;
  width: 25%;
}
header .megamenu > div {
  padding: 10px 0 10px 10px;
}
header .mobile-menu-trigger {
  display: none;
  padding-left: 50px;
  height: 35px;
  line-height: 35px;
  position: relative;
  margin-top: 23px;
  border: 1px solid #e8e8e8;
}
/*
header .mobile-menu-trigger span.icomoon {
  font-size: 28px;
  cursor: pointer;
  position: absolute;
  padding: 0 10px;
  left: 0;
  transform: translateX(100%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
} ADD BY RS*/
header .mobile-menu-trigger span.icomoon {
  font-size: 28px;
  cursor: pointer;
  position: absolute;
  padding: 0 10px;
  height:49px;
  left: -48px;
  transform: translateX(100%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

header .mobile-menu-trigger .menu-label {
  position: relative;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 20px;
}
/*====================================================================================================================================================== 
3- FEATURED SECTION
====================================================================================================================================================== */

#featured {
  clear: both;
}
#featured .vidoe-box {
  height: auto;
}
#featured .vidoe-box .star-ribbon,
#featured .vidoe-box .custom-ribbon {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 100px;
}
#featured .vidoe-box:hover {
  height: auto;
}
#featured .vidoe-box:hover .star-ribbon,
#featured .vidoe-box:hover .custom-ribbon {
  height: 14px;
}
.f-padding {
  margin-top: 70px;
  padding-bottom: 5px;
}
.banner {
  position: relative;
  background: white;
  border: 1px solid #dfdfdf;
  line-height: 0;
  padding: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.banner .link-icon {
  display: block;
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: black;
  background: rgba(0, 0, 0, 0.6);
  color: #f3f3f3;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  font-size: 10px;
  width: 10px;
  height: 10px;
  line-height: 1em;
}
.banner .cover {
  position: absolute;
  padding: inherit;
  height: inherit;
  width: auto;
  display: block;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.banner .custom-ribbon {
  position: absolute;
  width: 81px;
  height: 81px;
  top: -3px;
  z-index: 5;
  background-repeat: no-repeat;
}
.banner .right-ribbon {
  right: -3px;
}
.banner .left-ribbon {
  left: -3px;
}
.banner .star-ribbon {
  position: absolute;
  width: 78px;
  height: 100px;
  top: -4px;
  z-index: 5;
  background-repeat: no-repeat;
}
.banner .star-ribbon-left {
  left: 0;
}
.banner .star-ribbon-right {
  right: 0;
}
.banner .red-ribbon {
  background-image: url("../images/stare-ribbon-red.png");
}
.banner .blue-ribbon {
  background-image: url("../images/stare-ribbon-blue.png");
}
.banner .yellow-ribbon {
  background-image: url("../images/stare-ribbon-yellow.png");
}
.banner .green-ribbon {
  background-image: url("../images/stare-ribbon-green.png");
}
.banner .orange-ribbon {
  background-image: url("../images/stare-ribbon-orange.png");
}
.banner .rose-ribbon {
  background-image: url("../images/stare-ribbon-rose.png");
}
.featured-banner {
  padding: 0 !important;
}
.banner-side {
  margin-bottom: -1px;
}
.banner:hover .link-icon {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.banner:hover .cover {
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 200px #6e6e6e;
  -moz-box-shadow: inset 0 0 200px #6e6e6e;
  box-shadow: inset 0 0 200px #6e6e6e;
}
.banner:hover .link-icon:hover {
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.floatted-box {
  overflow-y: hidden;
  overflow-x: hidden;
  padding-top: 70px;
}
.blur-cover-left {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  background: rgba(255, 255, 255, 0.8);
  right: 100%;
  z-index: 10;
}
.blur-cover-right {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  background: rgba(255, 255, 255, 0.8);
  left: 100%;
  z-index: 10;
}
.offers-box {
  position: relative;
  background: white;
  z-index: 10;
}
.offers-box .flexslider {
  margin: 0 auto;
}
.offers-box .flexslider .flex-viewport {
  overflow: visible !important;
}
.offers-box .flexslider li:first-child {
  border-left: 1px solid gainsboro;
}
.offers-box .flexslider li {
  border-right: 1px solid gainsboro;
  position: relative;
  padding-bottom: 0;
  line-height: 0;
}
.offers-box .flexslider li .icomoon {
  position: absolute;
  display: block;
}
.offers-box .flexslider li .tooltip-cover {
  position: absolute;
  line-height: 1.65em;
  z-index: 90;
  width: 100%;
  top: -85px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.offers-box .flexslider li .tooltip-cover .tooltip {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.offers-box .flexslider li .tooltip-cover .title,
.offers-box .flexslider li .tooltip-cover .reguler-price,
.offers-box .flexslider li .tooltip-cover .new-price {
  font-size: 16px;
}
.title:hover {
	color:#FFCF00;
	}
	
.offers-box .flexslider li .tooltip-cover .old-price {
  margin-right: 5px;
  position: relative;
}
.offers-box .flexslider li .tooltip-cover .old-price:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 8px;
  background: #292929;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  left: 0;
}
.offers-box .flexslider li .heart,
.offers-box .flexslider li .eye {
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.offers-box .flexslider li .eye {
  background: #222222;
  color: #f3f3f3;
  margin-left: 51%;
}
.offers-box .flexslider li .plus {
  color: #f3f3f3;
  font-size: 18px;
  border-color: transparent #222222 #222222 transparent;
  border-style: solid;
  border-width: 18px;
  line-height: 1em;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.offers-box .flexslider li .heart {
  margin-right: 51%;
}
.offers-box .flexslider li .cover {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.offers-box .flexslider li:hover .cover {
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 150px #6e6e6e;
  -moz-box-shadow: inset 0 0 150px #6e6e6e;
  box-shadow: inset 0 0 150px #6e6e6e;
}
.offers-box .flexslider li:hover .eye,
.offers-box .flexslider li:hover .heart {
  visibility: visible;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 42px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
}
.offers-box .flexslider li:hover .eye:hover,
.offers-box .flexslider li:hover .heart:hover {
  color: white;
}
.offers-box .flexslider li:hover .tooltip-cover {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
  top: -58px;
}
.offers-box .flexslider .flex-direction-nav {
  width: 100%;
  top: 70px;
  z-index: 15;
}
.offers-box .flexslider .flex-direction-nav .flex-next,
.offers-box .flexslider .flex-direction-nav .flex-prev {
  position: absolute;
  width: 40px;
  height: 35px;
  line-height: 2.2em;
}
.offers-box .flexslider .flex-direction-nav .flex-next {
  right: -10px;
}
.offers-box .flexslider .flex-direction-nav .flex-prev {
  left: -10px;
}
/*====================================================================================================================================================== 
4- MAIN CONTENTS
====================================================================================================================================================== */

/*#main-container {
  background-image: url(../images/pattern/pattern16.png);
  position: relative;
}*/
#main-container .shadow {
  position: absolute;
  background: url(../images/main-top-shadow.png) repeat transparent;
  width: 100%;
  height: 100px;
  top: 0;
  display: none;
}
#main-container .page-top-leader {
  width: 100%;
  background: #004B96;
  border-top: 3px solid #FB9924;
}
#main-container .page-top-leader > div {
  padding: 10px 0;
}
#main-container .page-top-leader .rate {
  position: absolute;
  bottom: 5px;
  left: 0;
}
#main-container .page-top-leader .price {
  margin: 20px 0;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  line-height: 2em;
}
#main-container .page-top-leader .price .regular-price,
#main-container .page-top-leader .price .new-price,
#main-container .page-top-leader .price .tax-price {
  font-family: "Muli";
  color: #2f2f2f;
  display: block;
}
#main-container .page-top-leader .price .old-price {
  font-family: "Muli";
  color: #2f2f2f;
}
#main-container .page-top-leader .price .regular-price,
#main-container .page-top-leader .price .new-price {
  font-size: 28px;
  font-weight: bold;
}
#main-container .page-top-leader .price .old-price,
#main-container .page-top-leader .price .tax-price {
  position: relative;
  font-size: 16px;
  margin-left: 10px;
}
#main-container .page-top-leader .price .old-price:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 10px;
  left: 0;
}
#main-container .page-top-leader .price .tax-price {
  display: block;
}
#main-container .page-title {
  font-size: 22px;
  margin: 0;
  min-height: 36px;
  position: relative;
  line-height: 2.3em;
  color:#FFF;
}
#main-container .product-title {
  font-size: 32px;
  margin: 0;
  min-height: 36px;
  position: relative;
  line-height: 2.3em;
  font-family: "Muli";
  text-transform: none;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid gainsboro;
}
#main-container .breadcrumb {
  position: absolute;
  font-size: 11px;
  right: 0;
  top: 75%;
}
#main-container .breadcrumb a:hover {
  text-decoration: underline;
}
#main-container .breadcrumb .cur_link {
  font-weight: bold;
}
#main-container .full-container,
#main-container .aside-container {
 /* padding-top: 70px;*/
  margin-top: 0.85em;
}
#main-container .full-container .box-heading,
#main-container .aside-container .box-heading {
  position: relative;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 26px;
}
#main-container .full-container .box-heading h3,
#main-container .aside-container .box-heading h3 {
  text-transform: uppercase;
}
#main-container .full-container .box-heading:after,
#main-container .aside-container .box-heading:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: -1px;
}
#main-container .full-container .all-blog,
#main-container .aside-container .all-blog {
  padding: 5px 15px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#main-container .slides li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */

}
#main-container .slides li div.img-cover {
  position: relative;
  display: inline-block;
  border: 1px solid gainsboro;
  line-height: 0;
  background: white;
  padding: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#main-container .slides li div.img-cover img {
  border: 1px solid gainsboro;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#main-container .slides li div.img-cover .icomoon {
  position: absolute;
  width: 90%;
  height: 90%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: white;
  text-align: center;
  line-height: 4em;
  font-size: 21px;
  cursor: pointer;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#main-container .slides li div.img-cover:hover .icomoon {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
}
.floatted-top-banners {
  position: absolute;
  top: -70px;
}
.floatted-top-banners .banner {
  border-bottom: 1px solid #b0b0b0;
}
.floatted-banners {
  padding-top: 160px !important;
}
.category-box {
  background: white;
  border: 1px solid gainsboro;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-bottom-color: #989898;
  margin-bottom: 70px;
}
.category-desc {
  background: white;
  border-top: 1px solid gainsboro;
  padding: 10px;
}
.sub-categories {
  position: relative;
  z-index: 10;
  padding: 10px;
  min-height: 150px;
  background: white;
  border: 1px solid #dfdfdf;
  margin-bottom: 70px;
  border-bottom-color: #afafaf;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.sub-categories .flexslider-categories {
  margin: 0 auto;
  width: 85%;
}
.sub-categories .flexslider-categories .flex-direction-nav {
  top: 30px;
}
.sub-categories .flexslider-categories li span {
  display: block;
  margin-top: 3px;
}
.sub-categories .flexslider-categories .flex-direction-nav {
  width: 100%;
}
.sub-categories .flexslider-categories .flex-direction-nav .flex-next,
.sub-categories .flexslider-categories .flex-direction-nav .flex-prev {
  position: absolute;
  width: 40px;
  height: 92px;
  line-height: 92px;
}
.sub-categories .flexslider-categories .flex-direction-nav .flex-next {
  right: 0;
}
.sub-categories .flexslider-categories .flex-direction-nav .flex-prev {
  left: -1px;
}
.compare-box {
  background: white;
  border: 1px solid #dfdfdf;
  border-bottom-color: #afafaf;
  margin-bottom: 30px;
  height: 55px;
  line-height: 55px;
  position: relative;
  padding-left: 66px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.compare-box i {
  font-size: 28px;
  position: absolute;
  width: 55px;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 55px;
}
.product-filter {
  background: white;
  border: 1px solid #dfdfdf;
  border-bottom-color: #afafaf;
  padding: 10px 10px 8px;
  height: 55px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.product-filter .display {
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  border-right: 1px solid #e2e2e2;
  padding-right: 5px;
}
.product-filter .display .list-icon,
.product-filter .display .grid-icon {
  font-size: 20px;
  color: #202020;
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  padding-top: 6px;
  margin-right: 3px;
}
.product-filter .display .list-icon .tooltip,
.product-filter .display .grid-icon .tooltip {
  left: -12px;
}
.product-filter .display .list-icon:hover .tooltip-wrapper,
.product-filter .display .grid-icon:hover .tooltip-wrapper {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
}
.product-filter .limit,
.product-filter .sort {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  margin-left: 15px;
  line-height: 35px;
}
.product-filter .limit .select_skin {
  min-width: 75px;
}
.product-filter .sort .select_skin {
  width: 160px;
}
.pagination {
  background: white;
/*  border: 1px solid #004b96;*/
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */

}
.pagination b,
.pagination a {
  padding: 12px 20px;
/*  border-right: 1px solid #d5d5d5;*/
  margin-right: -4px;
  display: inline-block;
  text-align: center;
}
.pagination a:last-child,
.pagination b:last-child {
  border-right: none;
}
.pagination b {
  line-height: 1.8em;
  position: relative;
  background-repeat: repeat;
  border-right-color: transparent;
}
.pagination b:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 1px;
  z-index: 1;
}
.pagination b:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
.pagination:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #FB9924;
  left: 0;
  bottom: 1px;
}
.aside-container .module .flex-direction-nav {
  top: 6px;
}
.homepage {
  z-index: 10;
}
.homepage .shadow {
  display: block !important;
}
.homepage .aside-container .module .flex-direction-nav {
  top: 6px;
}
.content-box {
  position: relative;
  overflow: hidden;
  background: white;
  padding: 25px;
  border-left-width: 5px;
  border-left-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.content-box .content {
  margin-right: 150px;
}
.content-box .content p {
  font-size: 14px;
}
.content-box .action-btn {
  padding: 15px 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: -57px;
  display: block;
  float: right;
}
.featured-module,
.latest-module,
.bestsellers-module,
.specials-module {
  position: relative;
}
.module .product-box,
.product-grid .product-box,
.related-products .product-box {
  position: relative;
  background: white;
  border: 2px solid #004B96;
  border-bottom-colo: #004B96;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.module .product-box .product-meta,
.product-grid .product-box .product-meta,
.related-products .product-box .product-meta {
  text-align: center;
  border-bottom: 1px solid #004B96;
  border-top: 1px solid #004B96;
}

.product-meta:hover {
	border-bottom: 1px solid #004B96;
	border-top: 1px solid #004B96;
	background-color:#FB9924;
	color:#FFF;}

.img-cover img:hover{
	opacity:0.7;
}

.product-meta a:hover{
	color:#FFF !important;
}

.module .product-box .product-meta .title,
.product-grid .product-box .product-meta .title,
.related-products .product-box .product-meta .title {
  font-family: "Muli";
  text-transform: uppercase;
  font-size: 12px;
  color: #004B96;
}
.module .product-box .product-meta .price,
.product-grid .product-box .product-meta .price,
.related-products .product-box .product-meta .price {
  padding: 10px 0;
}
.module .product-box .product-meta .price .reguler-price,
.product-grid .product-box .product-meta .price .reguler-price,
.related-products .product-box .product-meta .price .reguler-price,
.module .product-box .product-meta .price .new-price,
.product-grid .product-box .product-meta .price .new-price,
.related-products .product-box .product-meta .price .new-price,
.module .product-box .product-meta .price .old-price,
.product-grid .product-box .product-meta .price .old-price,
.related-products .product-box .product-meta .price .old-price {
  font-family: "Muli";
  color: 535353;
}
.module .product-box .product-meta .price .reguler-price,
.product-grid .product-box .product-meta .price .reguler-price,
.related-products .product-box .product-meta .price .reguler-price,
.module .product-box .product-meta .price .new-price,
.product-grid .product-box .product-meta .price .new-price,
.related-products .product-box .product-meta .price .new-price {
  font-size: 16px;
}
.module .product-box .product-meta .price .old-price,
.product-grid .product-box .product-meta .price .old-price,
.related-products .product-box .product-meta .price .old-price {
  position: relative;
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
}
.module .product-box .product-meta .price .old-price:after,
.product-grid .product-box .product-meta .price .old-price:after,
.related-products .product-box .product-meta .price .old-price:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 10px;
  left: 0;
}
.module .product-box .product-meta .product-desc,
.product-grid .product-box .product-meta .product-desc,
.related-products .product-box .product-meta .product-desc {
  padding: 6px;
  text-align: left;
  border-top: 1px solid #dfdfdf;
}
.module .product-box .product-action,
.product-grid .product-box .product-action,
.related-products .product-box .product-action {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #ededed 100%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(90%, white), color-stop(100%, #ededed), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 0%, #ededed 100%, #ededed 100%);
  background: -o-linear-gradient(top, white 0%, #ededed 100%, #ededed 100%);
  background: -ms-linear-gradient(top, white 0%, #ededed 100%, #ededed 100%);
  background: linear-gradient(to bottom, white 0%, #ededed 100%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}
.module .product-box .product-action li,
.product-grid .product-box .product-action li,
.related-products .product-box .product-action li {
  position: relative;
  display: inline-block;
  width: 33.33%;
  text-align: center;
  margin-right: -4px;
}
.module .product-box .product-action li a,
.product-grid .product-box .product-action li a,
.related-products .product-box .product-action li a {
  display: block;
  padding: 18px 10px;
  font-size: 22px;
  color: #232323;
  border-right: 1px solid #dfdfdf;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.module .product-box .product-action li:last-child .tooltip-wrapper,
.product-grid .product-box .product-action li:last-child .tooltip-wrapper,
.related-products .product-box .product-action li:last-child .tooltip-wrapper {
  /*left: -8px;*/
	left: -35px;
}
.module .product-box .product-action li:last-child a,
.product-grid .product-box .product-action li:last-child a,
.related-products .product-box .product-action li:last-child a {
  border-right: none;
}
.module .product-box .product-action li:hover .tooltip-wrapper,
.product-grid .product-box .product-action li:hover .tooltip-wrapper,
.related-products .product-box .product-action li:hover .tooltip-wrapper {
  top: -40px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
  visibility: visible;
}
.module .product-box .ribbon-new,
.product-grid .product-box .ribbon-new,
.related-products .product-box .ribbon-new {
  position: absolute;
  top: -3px;
  left: -3px;
  background: url("../images/ribbon-new.png") no-repeat transparent;
  width: 81px;
  height: 81px;
}
.module .product-box .ribbon-sale,
.product-grid .product-box .ribbon-sale,
.related-products .product-box .ribbon-sale {
  position: absolute;
  top: -3px;
  right: -3px;
  background: url("../images/ribbon-sale.png") no-repeat transparent;
  width: 81px;
  height: 81px;
}
.product-grid,
.product-list {
  margin-bottom: 20px;
}
.product-grid .product-box,
.product-list .product-box {
  margin-bottom: 30px;
}
.product-list .product-box {
  position: relative;
  background: white;
  border: 1px solid #dfdfdf;
  border-bottom-color: #a7a7a7;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.product-list .product-box .img-cover {
  min-height: 208px;
  border-right: 1px solid #dfdfdf;
  line-height: 0;
  position: relative;
}
.product-list .product-box .product-content,
.product-list .product-box .product-price {
  padding: 10px 10px 10px 0;
}
.product-list .product-box .title,
.product-list .product-box .price {
  font-family: 'Muli';
}
.product-list .product-box .product-content {
  position: relative;
  border-right: 1px solid #dfdfdf;
  min-height: 208px;
}
.product-list .product-box .product-content .title a {
  font-size: 21px;
  color: #202020;
}
.product-list .product-box .product-price {
  position: relative;
  min-height: 208px;
  text-align: center;
  float: left;
}
.product-list .product-box .product-price .price {
  margin-top: 40px;
}
.product-list .product-box .product-price .price .reguler-price,
.product-list .product-box .product-price .price .new-price {
  font-size: 23px;
}
.product-list .product-box .product-price .price .reguler-price,
.product-list .product-box .product-price .price .new-price,
.product-list .product-box .product-price .price .old-price {
  display: block;
  color: #535353;
}
.product-list .product-box .product-price .price .old-price {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  position: relative;
  font-size: 18px;
  margin-right: 5px;
}
.product-list .product-box .product-price .price .old-price:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 10px;
  left: 0;
}
.product-list .product-box .product-action {
  display: inline-block;
  position: absolute;
  left: -22px;
  width: 108%;
  bottom: 0;
  border-top: 1px solid #dfdfdf;
}
.product-list .product-box .product-action i {
  font-size: 20px;
  color: #232323;
  padding: 0 15px;
  vertical-align: middle;
}
.product-list .product-box .product-action a {
  font-size: 13px;
}
.product-list .product-box .product-action div {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  width: 49%;
  padding: 8px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.product-list .product-box .addtoCart-list {
  border-top: 1px solid #dfdfdf;
  position: absolute;
  left: 0;
  width: 113%;
  bottom: 0;
  padding: 8px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.product-list .product-box .addtoCart-list i {
  font-size: 21px;
  color: #232323;
  padding: 0 15px;
  vertical-align: middle;
}
.product-list .product-box .addtoCart-list a {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  font-size: 14px;
}
.product-list .product-box .ribbon-new {
  position: absolute;
  top: -3px;
  left: -3px;
  background: url("../images/ribbon-new.png") no-repeat transparent;
  width: 81px;
  height: 81px;
}
.product-list .product-box .ribbon-sale {
  position: absolute;
  top: -3px;
  right: -3px;
  background: url("../images/ribbon-sale.png") no-repeat transparent;
  width: 81px;
  height: 81px;
}
.latest-blog article,
.blog-listing article {
  background: white;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.latest-blog article .meta,
.blog-listing article .meta {
  background: #004B96;
  overflow: hidden;
}
.latest-blog article .meta .title,
.blog-listing article .meta .title {
  float: left;
  display: block;
  padding-left: 5px;
}
.latest-blog article .meta .title h4,
.blog-listing article .meta .title h4 {
  color: white;
  font-family: "Questrial";
  padding-top: 5px;
  padding-bottom:5px;
  padding-left:7px;
  margin-bottom:10px;
}

.categorias-home {
	border:1px solid #004B96;}
	
.latest-blog article .meta .title a,
.blog-listing article .meta .title a {
  color: #b9b9b9;
}
.latest-blog article .date,
.blog-listing article .date {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  float: left;
  width: 60px;
  height: 55px;
  font-family: "Muli";
  text-align: center;
}
.latest-blog article .date .day,
.blog-listing article .date .day {
  padding-top: 15px;
  display: block;
  font-size: 25px;
  line-height: 0.6em;
}
.latest-blog article .img-cover,
.blog-listing article .img-cover {
  display: block;
  line-height: 0;
}
.latest-blog article .excerpt,
.blog-listing article .excerpt {
  padding: 10px;
}
.latest-blog article .blog-link,
.blog-listing article .blog-link {
  background: #222222;
  padding: 10px 15px 10px 6px;
  float: right;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 11px;
}
.latest-blog article .blog-link i,
.blog-listing article .blog-link i {
  font-size: 18px;
  margin-right: 14px;
  margin-left: 7px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.latest-blog article .blog-link:hover i,
.blog-listing article .blog-link:hover i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.blog-post .posted-in,
.blog-post .date {
  font-size: 13px;
  margin-right: 10px;
  padding-right: 10px;
}
.blog-post .posted-in {
  border-right: 1px solid gainsboro;
}
.blog-post .img-cover {
  display: block;
  line-height: 0;
}
.blog-post .content,
.blog-post .share-in,
.blog-post .comment-content {
  padding: 10px;
  background: white;
  border-bottom: 1px solid #dfdfdf;
}
.blog-post .content,
.blog-post .share-in {
  margin-bottom: 50px;
}
.blog-post .share-in {
  clear: both;
}
.blog-post .meta {
  padding: 10px;
  background: white;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
}
.blog-post .meta span {
  margin: 0 5px;
}
.blog-post .meta i {
  margin-right: 3px;
  color: #21211f;
  font-size: 13px;
}
.blog-post .comments {
  margin-bottom: 20px;
}
.blog-post .a-comment {
  position: relative;
}
.blog-post .a-comment .avatar {
  position: absolute;
  top: 0;
  left: 0;
}
.blog-post .a-comment .comment-content {
  position: relative;
  margin-left: 80px;
  padding: 20px;
  margin-bottom: 30px;
}
.blog-post .a-comment .comment-content:after {
  content: "";
  position: absolute;
  display: block;
  border-color: transparent white transparent transparent;
  border-style: solid;
  border-width: 8px;
  left: -16px;
  width: 0;
  height: 0;
  top: 10px;
}
.blog-post .post-comment-form {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #dcdccd;
}
.blog-post .post-comment-form input[type="text"] {
  width: 100%;
  margin-right: 25px;
  margin-bottom: 25px;
}
.blog-post .post-comment-form textarea {
  width: 100%;
}
.blog-post .post-comment-form .button {
  padding: 10px 15px;
  margin-top: 10px;
}
.prettyphoto {
  background: black;
}
.prettyphoto .icomoon {
  display: none;
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 1.3em;
  font-size: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #f3f3f3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: auto;
}
.prettyphoto img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
article {
  position: relative;
}
article .prettyphoto {
  position: relative;
}
article .prettyphoto:hover img {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
}
article .prettyphoto:hover .icomoon {
  display: block;
}
.blog-listing article {
  margin-bottom: 50px;
}
.blog-listing .blog-link {
  position: absolute;
  right: 0;
  bottom: 0;
}
/*====================================================================================================================================================== 
5- FOOTER
====================================================================================================================================================== */

.base-info {
  margin-top: 70px;
  width: 100%;
  border-top: 1px solid #ededed;
  background-color: white;
  background-repeat: repeat;
  background-image: url('../images/pattern/light-scan-lines.png');
}
.base-info .info-block {
  padding: 25px 0;
}
.base-info span.icomoon {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  width: 62px;
  height: 62px;
  line-height: 62px;
  background: white;
  text-align: center;
  font-size: 28px;
  /*border: 1px solid #e6e6e6;*/
  -webkit-box-shadow: inset 0 0 0 3px #f7f7f7;
  -moz-box-shadow: inset 0 0 0 3px #f7f7f7;
  box-shadow: inset 0 0 0 3px #f7f7f7;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.base-info .base-info-data {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  margin-top: 5px;
  margin-left: 5px;
}
.base-info .base-info-data h4 {
  font-size: 26px;
}
.base-info .base-info-data span {
  font-size: 14px;
}
footer {
  display: block;
  background: #004b96;
  position: relative;
  padding-top: 30px;
  padding-bottom: 15px;
}
footer .style-border {
  display: block;
  position: absolute;
  width: 100%;
  border-top: 4px solid #fb9924;
  left: 0;
  top: 0;
}
footer span,
footer a,
footer li,
footer p {
  color: #ffffff;
}
footer .widget-box {
  margin-bottom: 15px;
}
footer .box-heading {
  position: relative;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 20px;
}

.box-heading:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: -1px;
}
footer .box-heading:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: -1px;
}
footer h4 {
  margin-bottom: 15px;
  color: #f7f7f7;
}
footer .social-icons {
  margin-bottom: 15px;
  margin-top: 15px;
}
.social-icons li {
  display: inline-block;
}
footer .social-icons li a {
  display: block;
  color: white;
  font-size: 18px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 2.5em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
}
footer .social-icons li:last-child a {
  margin-right: none !important;
}
footer .vimeo-icon {
  background: #1bb6ec;
  color: white;
}
footer .twitter-icon {
  background: #1ab0e2;
  color: white;
}
footer .facebook-icon {
  background: #3c599b;
  color: white;
}
footer .google-icon {
  background: #ce4332;
  color: white;
}
footer .pinterset-icon {
  background: #cb2026;
  color: white;
}
footer .list-links li a {
  padding: 4px 4px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
footer .contact-info li {
  padding-left: 35px;
  position: relative;
  margin: 20px 0;
}
footer .contact-info li i {
  position: absolute;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  padding: 1px 6px;
  left: 0;
  top: 0;
}
footer .payments {
  text-align: right;
}
footer .payments li {
  display: inline;
  padding-left: 10px;
}
footer hr {
  border-top: 1px solid #2f2f2f;
  margin: 30px 0px;
}
footer .footer-base {
  overflow: hidden;
  border-top: 1px solid #FFFFFF;
  width: 100%;
  padding-top: 25px;
}
footer .footer-base .copyright p {
  margin: 0;
}
.subscribe input {
  border: none;
  background: white;
  outline: none;
  padding: 0 10px;
  height: 53px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  display: table-cell;
  float: left;
  width: 235px;
}
.subscribe button {
  font-size: 18px;
  border: none;
  outline: none;
  padding: 0 20px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  margin-left: -2px;
  height: 53px;
  line-height: 53px;
}
/*=====================================================================
6- SIDEBARE
===========================================================*/

#column-left,
#column-right {
  /*padding-top: 70px;*/
   /*margin: 0.85em 0;*/
}
#column-left .box,
#column-right .box {
  margin-bottom: 50px;
  overflow: hidden;
  
}
#column-left .box .box-heading,
#column-right .box .box-heading {
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  color: #2f2f2f;
  text-transform: uppercase;
  padding-bottom: 15px;
}
#column-left .box .box-heading span,
#column-right .box .box-heading span {
  border-bottom: none;
}
#column-left .box .box-heading:after,
#column-right .box .box-heading:after {
  display: none;
}
/*#column-left .box .box-content ul,
#column-right .box .box-content ul {
  border-bottom: 1px solid gainsboro;
}*/
#column-left .box .box-content ul li,
#column-right .box .box-content ul li {
  position: relative;
}
#column-left .box .box-content ul li a,
#column-right .box .box-content ul li a {
  text-transform:uppercase;
  display: block;
  padding: 6px 10px 6px 20px;
  background-image: url('../images/small-left-arrow.png');
  background-repeat: no-repeat;
  background-position: 5px center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#column-left .box .box-content ul li .subDropdown,
#column-right .box .box-content ul li .subDropdown {
  display: block;
  width: 16px;
  height: 16px;
  top: 15px;
  position: absolute;
  right: 5px;
  cursor: pointer;
}
#column-left .box .box-content ul li .plus,
#column-right .box .box-content ul li .plus {
  background-image: url('../images/plus.png');
}
#column-left .box .box-content ul li .minus,
#column-right .box .box-content ul li .minus {
  background-image: url('../images/minus.png');
}
#column-left .box .box-content ul li a:hover,
#column-right .box .box-content ul li a:hover {
  padding-left: 25px;
  background-position: 10px center;
  background-color: #ccc;
  /*color:#fff;*/
  cursor: pointer;
}
#column-left .box .box-content ul ul,
#column-right .box .box-content ul ul {
  display: none;
}
#column-left .box .box-content ul ul li > a,
#column-right .box .box-content ul ul li > a {
  padding-left: 40px;
  background-position: 25px center;
}
#column-left .box .box-content ul ul li a:hover,
#column-right .box .box-content ul ul li a:hover {
  padding-left: 50px;
  background-position: 40px center;
  background-color: #ccc;
}
#column-left .product-box,
#column-right .product-box {
  border: 1px solid gainsboro;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  position: relative;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 10px 0;
}
#column-left .product-box .img-cover,
#column-right .product-box .img-cover {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  border: 1px solid gainsboro;
  line-height: 0;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #f8f8f8;
}
#column-left .product-box .product-meta,
#column-right .product-box .product-meta {
  float: left;
}
#column-left .product-box .product-meta .title,
#column-right .product-box .product-meta .title,
#column-left .product-box .product-meta .price,
#column-right .product-box .product-meta .price {
  font-family: 'Muli';
}
#column-left .product-box .product-meta .old-price,
#column-right .product-box .product-meta .old-price {
  position: relative;
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
}
#column-left .product-box .product-meta .old-price:after,
#column-right .product-box .product-meta .old-price:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 10px;
  left: 0;
}
#column-left .product-box .product-action,
#column-right .product-box .product-action {
  clear: both;
  padding: 5px;
  display: block;
  margin-top: 3px;
  background: #CCC;
  padding: 0;
}
#column-left .product-box .product-action li,
#column-right .product-box .product-action li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  width: 31.9%;
  text-align: center;
}
#column-left .product-box .product-action li a,
#column-right .product-box .product-action li a {
  display: block;
  font-size: 16px;
  width: 100%;
  padding: 3px 0;
  color: white;
}
#column-left .banner,
#column-right .banner {
  background: white;
  border: 1px solid #dfdfdf;
  display: block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  border-bottom-color: #afafaf;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
/*========================================================================
7 - PRODUCT PAGE
========================================================================*/

/****** PRODUCT Page ******/

.style-block {
  background: white;
  /*border: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 -2px 0 #f9f9f9;
  -moz-box-shadow: inset 0 -2px 0 #f9f9f9;
  box-shadow: inset 0 -2px 0 #f9f9f9;*/
}
.product-media {
  display: inline-block;
}
.product-media .product_image_wraper {
  position: relative;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
    border: 1px solid #dfdfdf;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

}
.product-media .product_image_wraper a {
  display: block;
  line-height: 0;
}
.product-media .product_image_wraper a:after {
  content: "";
  width: 45px;
  height: 45px;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url('../images/zoom.png');
  background-repeat: no-repeat;
  background-position: 10px 20px;
  -moz-border-radius: 0 60px 0 0;
  -webkit-border-radius: 0 60px 0 0;
  -ms-border-radius: 0 60px 0 0;
  border-radius: 0 60px 0 0;
  position: absolute;
}
.vertical-slider {
  position: relative;
  border-right: 1px solid #dfdfdf;
}
.vertical-slider .flexslider {
  padding-top: 50px;
  padding-bottom: 50px;
}
.vertical-slider .flex-viewport {
  height: 310px !important;
}
.vertical-slider .flex-direction-nav {
  position: static;
}
.vertical-slider .flex-direction-nav a {
  width: 95px;
  height: 30px;
  float: none;
  position: absolute;
  right: 24px;
}
.vertical-slider .flex-direction-nav .flex-next {
  bottom: 0;
}
.vertical-slider .flex-direction-nav .flex-prev {
  top: 0;
}
.vertical-slider .media_icon {
  text-align: center;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 15px;
  line-height: 1.4em;
  font-size: 23px;
}
.vertical-slider .flex-viewport {
  border-bottom: 1px solid #e3e3e3;
}
.vertical-slider .image-additional {
  position: relative;
  width: 138px  !important;
  text-align: center;
  border-top: 1px solid #e3e3e3;
}
.vertical-slider .image-additional li {
  float: none !important;
  display: inline-block;
  border-bottom: 1px solid #e3e3e3;
}
.vertical-slider .image-additional li a {
  line-height: 0;
  display: block;
}
.vertical-slider .image-additional .product-video-thumb {
  position: relative;
}
.vertical-slider .image-additional .product-video-thumb a {
  display: block;
  line-height: 0;
}
.vertical-slider .image-additional .product-video-thumb a img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.vertical-slider .image-additional .product-video-thumb i {
  display: block;
  position: absolute;
  font-size: 25px;
  color: black;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.vertical-slider .image-additional .product-video-thumb:hover img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
}
.horizontal-slider {
  position: relative;
}
.horizontal-slider .image-additional {
  position: relative;
  text-align: center;
  border-top: 1px solid #e3e3e3;
}
.horizontal-slider .image-additional li a {
  line-height: 0;
  display: block;
 /* border-right: 1px solid #e3e3e3;*/
}
.horizontal-slider .image-additional .product-video-thumb {
  position: relative;
}
.horizontal-slider .image-additional .product-video-thumb a {
  display: block;
  line-height: 0;
}
.horizontal-slider .image-additional .product-video-thumb a img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.horizontal-slider .image-additional .product-video-thumb i {
  display: block;
  position: absolute;
  font-size: 25px;
  color: white;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.horizontal-slider .flex-direction-nav {
  top: 25px;
  width: 100%;
}
.horizontal-slider .flex-direction-nav a {
  position: absolute;
}
.horizontal-slider .flex-direction-nav .flex-next {
  right: 0;
}
.related-products {
  position: relative;
}
.product-info {
  display: inline;
  position: relative;
  min-height: 410px;
  float: left;
  padding: 20px;
  padding-bottom: 0;
}
.product-info h1 {
  font-family: "Muli";
  text-transform: none;
  border-bottom: 0;
  font-size: 28px;
}
.product-info .write_review {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  cursor: pointer;
  padding-left: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.product-info .write_review i {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.product-info .review-count {
  margin-bottom: 15px;
}
.product-info .product-data-box {
  margin-top: 5px;
  margin-bottom: 5px;
}
.product-info .product-data-box .label {
  text-transform: uppercase;
  font-size: 13px;
  color: #6d6d6d;
}
.product-info .product-data-box .data {
  text-transform: uppercase;
  font-size: 13px;
  color: #2f2f2f;
  font-weight: bold;
}
.product-info .product-data-box .in-stock {
  color: #0ad500;
}
.product-info .product-data-box .out-stock {
  color: #d50a00;
}
.fullwidth-product-info {
  width: 488px;
}
.aside-product-info {
  width: 380px;
}
.share-it {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  border-right: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}
.share-pinterset {
  width: 54px;
  height: 52px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  background: url(../images/share-pinterset.png) no-repeat;
  margin-right: -4px;
}
.share-facebook {
  width: 54px;
  height: 52px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  background: url(../images/share-facebook.png) no-repeat;
  margin-right: -4px;
}
.share-twitter {
  width: 54px;
  height: 52px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  background: url(../images/share-twitter.png) no-repeat;
  margin-right: -4px;
}
.share-google {
  width: 54px;
  height: 52px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  background: url(../images/share-google.png) no-repeat;
  margin-right: -4px;
}
.share-plus {
  width: 54px;
  height: 52px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  background: url(../images/share-plus.png) no-repeat;
  margin-right: -4px;
}
.price-data-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}
.price-data-box span.qty-label {
  font-size: 14px;
  line-height: 52px;
  font-family: "Muli";
  padding-left: 10px;
}
.price-data-box .minus_qty,
.price-data-box .plus_qty {
  color: #272626;
  font-size: 23px;
  cursor: pointer;
  background: #ececec;
 /*width: 55px;*/
	width:42px;
  text-align: center;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  margin-right: -4px;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
.price-data-box .quantity {
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  margin-right: 0;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  border-top: none;
  border-bottom: none;
  width: 55px;
  text-align: center;
  height: 54px;
}
.price-data-box .quantity input {
  margin-right: -4px;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 21px;
  color: #2f2f2f;
  padding: 0;
  text-align: center;
}
.price-data-box .quantity input:focus {
  border: none;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.price-data-box .addTocart-product {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  font-family: "Muli";
  font-size: 14px;
  padding: 0 15px;
  height: 54px;
  line-height: 54px;
}
.price-data-box .addTocart-product i {
  margin-right: 5px;
  font-size: 18px;
}
.addition-actions {
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted transparent;
  clear: both;
}
.addition-actions a {
  margin-right: 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.addition-actions a i {
  font-size: 18px;
  padding-right: 8px;
}
.addition-actions a:hover {
  border-bottom: 1px dotted gainsboro;
}
.options {
  margin-bottom: 15px;
}
.options .option {
  margin-bottom: 15px;
}
.options .radio-box label {
  position: relative;
  top: -10px;
}
.options .check-box label {
  position: relative;
  top: -8px;
}
.required {
  color: #d50a00;
}
.tabs-wrapper {
  background: white;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 -2px 0 #f9f9f9;
  -moz-box-shadow: inset 0 -2px 0 #f9f9f9;
  box-shadow: inset 0 -2px 0 #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tabs-wrapper ul.header {
  border-bottom: 1px solid gainsboro;
}
.tabs-wrapper ul.header li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  margin-right: -3px;
}
.tabs-wrapper ul.header a {
  display: inline-block;
  padding: 15px;
  border-right: 1px solid gainsboro;
  background: #f1f1f1;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #fdfdfd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #1d1d1d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #fdfdfd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfdfd 0%, #fdfdfd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfdfd 0%, #fdfdfd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfdfd 0%, #fdfdfd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdfdfd, endColorstr=#fdfdfd, GradientType=0);
}
.tabs-wrapper .tab-content {
  padding: 10px;
}
.tabs-wrapper #tab-specification table {
  width: 100%;
}
.tabs-wrapper #tab-specification table thead tr {
  background: gainsboro;
}
.tabs-wrapper #tab-specification table thead tr td {
  padding: 8px;
  color: black;
}
.tabs-wrapper #tab-review .ratting_wraper {
  display: inline-block;
  float: right;
  border: 1px solid #dfdfdf;
  line-height: 40px;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tabs-wrapper #tab-review .ratting_wraper span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  padding: 0 25px;
}
.tabs-wrapper #tab-review .ratting_wraper span.bad {
  background: #e40909;
  color: white;
}
.tabs-wrapper #tab-review .ratting_wraper span.good {
  background: #96ff00;
  color: black;
}
.tabs-wrapper #tab-review .ratting_wraper .radions {
  line-height: 50px;
}
.tabs-wrapper #tab-review .ratting_wraper .rate1 {
  background: url("../images/rate1.png") left top no-repeat;
  margin: 0 5px;
}
.tabs-wrapper #tab-review .ratting_wraper .rate2 {
  background: url("../images/rate2.png") left top no-repeat;
  margin: 0 5px;
}
.tabs-wrapper #tab-review .ratting_wraper .rate3 {
  background: url("../images/rate3.png") left top no-repeat;
  margin: 0 5px;
}
.tabs-wrapper #tab-review .ratting_wraper .rate4 {
  background: url("../images/rate4.png") left top no-repeat;
  margin: 0 5px;
}
.tabs-wrapper #tab-review .ratting_wraper .rate5 {
  background: url("../images/rate5.png") left top no-repeat;
  margin: 0 5px;
}
.tabs-wrapper #tab-review .ratting_wraper .score_wraper {
  position: relative;
  display: inline-block;
}
.tabs-wrapper .button {
  cursor: pointer;
  padding: 10px 15px;
  display: block;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/*============================================================
8 - SHOPPING CART
====================================================================*/

/******** SHOOPING CART  ********/

.cart-info,
.wishlist-info,
.transaction-info {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.cart-info table,
.wishlist-info table,
.transaction-info table {
  background: #fcfcfc;
  border-bottom: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  border-left: 1px solid gainsboro;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
.cart-info table thead,
.wishlist-info table thead,
.transaction-info table thead {
  padding: 5px;
}
.cart-info table thead tr,
.wishlist-info table thead tr,
.transaction-info table thead tr {
  display: table-row;
  border-bottom: 1px solid gainsboro;
}
.cart-info table thead tr td,
.wishlist-info table thead tr td,
.transaction-info table thead tr td {
  display: table-cell;
  padding: 15px;
}
.cart-info table input[type="text"],
.wishlist-info table input[type="text"],
.transaction-info table input[type="text"] {
  box-shadow: 0 0 0 0 !important;
  text-align: center;
  padding: 0 !important;
  width: 40px;
  height: 40px;
}
.cart-info table .update_cart,
.wishlist-info table .update_cart,
.transaction-info table .update_cart,
.cart-info table .remove_cart,
.wishlist-info table .remove_cart,
.transaction-info table .remove_cart,
.cart-info table .add_cart,
.wishlist-info table .add_cart,
.transaction-info table .add_cart {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.5em;
  cursor: pointer;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-info table .update_cart input,
.wishlist-info table .update_cart input,
.transaction-info table .update_cart input,
.cart-info table .remove_cart input,
.wishlist-info table .remove_cart input,
.transaction-info table .remove_cart input,
.cart-info table .add_cart input,
.wishlist-info table .add_cart input,
.transaction-info table .add_cart input {
  cursor: pointer;
  background: none;
  border: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.cart-info table .plus-min,
.wishlist-info table .plus-min,
.transaction-info table .plus-min {
  text-align: left;
  width: 20px;
  float: left;
}
.cart-info table .plus-min span,
.wishlist-info table .plus-min span,
.transaction-info table .plus-min span {
  cursor: pointer;
  font-size: 14px;
  padding: 3px;
  border: 1px solid gainsboro;
}
.cart-info table .update_cart:hover,
.wishlist-info table .update_cart:hover,
.transaction-info table .update_cart:hover,
.cart-info table .remove_cart:hover,
.wishlist-info table .remove_cart:hover,
.transaction-info table .remove_cart:hover {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.cart-info tr,
.wishlist-info tr,
.transaction-info tr {
  border-bottom: 1px solid gainsboro;
}
.cart-info tr td,
.wishlist-info tr td,
.transaction-info tr td {
  width: 15%;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}
.cart-info tbody tr:nth-child(even),
.wishlist-info tbody tr:nth-child(even),
.transaction-info tbody tr:nth-child(even) {
  background: #f8f8f8;
}
.cart-info:after,
.wishlist-info:after,
.transaction-info:after,
.cart-total:after {
  content: "";
  position: absolute;
  display: block;
  width: 99%;
  height: 2px;
  background: #fcfcfc;
  border-left: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  bottom: -3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.cart-total {
  font-family: "Muli";
  border: 1px solid gainsboro;
  width: 100%;
  border-collapse: collapse;
  position: relative;
  margin-bottom: 20px;
}
.cart-total table {
  background: #fcfcfc;
  border-bottom: 1px solid gainsboro;
  margin-bottom: 0;
  width: 100%;
}
.cart-total table tr {
  border-bottom: 1px solid gainsboro;
}
.cart-total table tr td {
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 12px 3px;
}
.cart-total table tr td strong {
  font-weight: normal;
}
.cart-total table tr td:last-child {
  font-size: 16px;
  background-repeat: repeat;
}
.cart-total table tr:last-child {
  border-bottom: none;
}
.cart-total table tr:last-child td:first-child {
  font-size: 18px;
  text-transform: uppercase;
}
.cart-total table tr:last-child td:last-child {
  font-size: 21px;
}
.cart-buttons {
  position: relative;
  font-family: "Muli";
  border: 1px solid gainsboro;
  width: 100%;
  padding: 8px 0;
  background: #fcfcfc;
}
.cart-buttons a {
  display: block;
  text-align: center;
  margin: 15px 0;
  padding: 8px 0;
}
.cart-buttons .checkout-btn,
.cart-buttons .shopping-btn {
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 95%;
  margin: 10px auto;
}
.cart-buttons .checkout-btn span,
.cart-buttons .shopping-btn span {
  font-size: 14px;
  display: inline-block;
  right: 0;
}
.cart-buttons .checkout-btn i.icomoon,
.cart-buttons .shopping-btn i.icomoon {
  background: #202020;
  width: 35px;
  position: absolute;
  height: 100%;
  top: 0;
  color: white;
  font-size: 14px;
  line-height: 2.7em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cart-buttons .checkout-btn i.icomoon {
  right: 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.cart-buttons .shopping-btn i.icomoon {
  left: 0;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.cart-buttons:after {
  content: "";
  position: absolute;
  display: block;
  width: 99%;
  height: 2px;
  background: #fcfcfc;
  border-left: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  bottom: -4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.coupon-wraper {
  margin: 10px 0;
  border-top: 1px dotted gainsboro;
  padding-top: 10px;
}
.coupon-wraper .coupon-type {
  margin-bottom: 15px;
}
.coupon-wraper .coupon-type,
.coupon-wraper .cart-module > div {
  border: 1px solid #eaeaea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fcfcfc;
  padding: 10px;
  position: relative;
}
.coupon-wraper .coupon-type table td,
.coupon-wraper .cart-module > div table td {
  vertical-align: middle;
}
.coupon-wraper .cart-module > div input[type="text"] {
  width: 70%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.coupon-wraper .cart-module > div input.button {
  background-repeat: repeat;
  border: none;
  padding: 10px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.coupon-wraper .coupon-type:after,
.coupon-wraper .cart-module div:after {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  height: 1px;
  width: 99%;
  content: "";
  background: white;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
/*===================================================================
9 - CHECKOUT PAGE
====================================================================*/

.checkout-tab {
  position: relative;
  background: white;
  border: 1px solid gainsboro;
  margin-bottom: 30px;
}
.checkout-tab .checkout-heading {
  font-family: "Muli";
  font-size: 13px;
  color: #202020;
  position: relative;
  background: #fbfbfb;
  padding: 12px 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid gainsboro;
}
.checkout-tab .checkout-heading .edit-tab {
  display: block;
  position: absolute;
  height: 100%;
  width: 44px;
  font-size: 14px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 3em;
  cursor: pointer;
}
.checkout-tab .checkout-content {
  padding: 10px;
  border-top: 2px solid #E84C3D;
}
.checkout-tab .checkout-content h3 {
  font-family: "Muli";
  font-size: 16px;
  text-transform: uppercase;
}
.checkout-tab .checkout-content input[type="text"],
.checkout-tab .checkout-content input[type="email"],
.checkout-tab .checkout-content input[type="password"],
.checkout-tab .checkout-content select {
 /* width: 95%;*/
  margin-bottom: 15px;
}
.checkout-tab .checkout-content .button {
  display: inline-block;
  padding: 10px 15px;
  margin: 10px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.style-button {
  cursor: pointer;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.checkout-tab:after {
  display: block;
  position: absolute;
  content: "";
  width: 99%;
  height: 3px;
  border-left: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  background: white;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  bottom: -5px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
}
.checkout-product table {
  border: 1px solid gainsboro;
  width: 100%;
}
.checkout-product table td {
  width: 25%;
  padding: 8px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: middle;
  font-family: "Muli";
}
.checkout-product table thead tr {
  padding: 15px;
}
.checkout-product table thead tr td {
  text-align: center;
  font-size: 14px;
}
.checkout-product table tbody tr:nth-child(2n) {
  background: #f8f8f8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.checkout-product table tbody td {
  text-align: center;
}
.checkout-product table tfoot tr {
  border-top: 1px solid gainsboro;
}
.checkout-product table tfoot tr td {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: right;
}
.checkout-product table tfoot tr td:last-child {
  text-align: center;
  border-left: 1px solid gainsboro;
}
.checkout-product table tfoot tr:last-child td:first-child {
  font-weight: bold;
}
.checkout-product table tfoot tr:last-child td:last-child {
  font-size: 23px;
}
/*==================================================================
10 - COMPARE PAGE    
=================================================================*/

.compare-info {
  position: relative;
}
.compare-info table {
  border-left: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  background: #fcfcfc;
}
.compare-info table thead tr {
  background-repeat: repeat;
}
.compare-info table thead tr td {
  padding: 10px;
  font-size: 16px;
  text-align: center;
  font-family: "Muli";
}
.compare-info table tbody tr {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 1px solid gainsboro;
}
.compare-info table tbody tr td {
  padding: 8px;
  border-right: 1px solid gainsboro;
  text-align: center;
  vertical-align: middle;
}
3.compare-info table tbody tr td:first-child {
	/*color: #202020;*/
	/* font-size: 16px;*/
	/*text-align: left;*/
	padding: 8px;
	border-right: 1px solid #DCDCDC;
	text-align: center;
	vertical-align: middle;
}
.compare-info table tbody tr.first_row {
  background: #f8f8f8;
}
.compare-info table tbody tr.first_row td {
  padding: 10px;
  font-size: 14px;
  width: 15%;
}
.compare-info table tbody tr:hover {
  background: whitesmoke;
}
.compare-info table .img_frame {
  margin: 10px 0;
  line-height: 0;
  display: inline-block;
  border: 1px solid gainsboro;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: white;
  padding: 5px;
  position: relative;
}
.compare-info table .img_frame img {
  border: 1px solid #f1f1f1;
}
.compare-info table .old-price {
  position: relative;
  display: inline-block;
}
.compare-info table .old-price:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 8px;
  left: 0;
}
.compare-info .button {
  display: inline-block;
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.compare-info .button-remove {
  display: inline-block;
  padding: 10px 15px;
  background: #f84322;
  color: #f3f3f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.compare-info:after {
  content: "";
  position: absolute;
  display: block;
  width: 99%;
  height: 2px;
  background: #fcfcfc;
  border-left: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  bottom: -3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
/*** =========================================================
11 - ACCOUNT PAGES
===========================================================*/

.account-page h1 {
  background-repeat: repeat;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: normal;
  position: relative;
}
.account-page h3 {
  line-height: 2em;
}
.account-page .content {
  position: relative;
  background: white;
  padding: 10px;
  border-right: 1px solid gainsboro;
  border-left: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom-width: 3px;
  margin-bottom: 30px;
}
.account-page .content:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: -1px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.account-page ul.list li a {
  display: block;
  font-size: 13px;
  color: gray;
  border-top: 1px dotted gainsboro;
  padding: 10px 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/*================================================================
12 CONTACT PAGE
===================================================================*/

.inner-padding {
  padding: 10px;
}
.contact-page input[type="text"],
.contact-page input[type="email"],
.contact-page input[type="password"],
.contact-page textarea {
  width: 100%;
}
.contact-page .aside-container {
  clear: both;
}
.contact-info-box h6 + span {
  display: block;
  padding-bottom: 25px;
}
/*====================================================================================================================================================== 
13 - CUSTOM PLUGINS
====================================================================================================================================================== */

/******************   jquery.jqzoom ********************/

.jqzoom #img {
  max-width: none !important;
  width: inherit;
}
/** sharre social media share plguins */

.sharrre .box {
  float: left;
}
.sharrre .count {
  color: #444444;
  display: block;
  font-size: 17px;
  line-height: 34px;
  height: 34px;
  padding: 4px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 50px;
  background-color: #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sharrre .share {
  color: white;
  display: block;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  margin-top: 3px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 50px;
  background-color: #9cce39;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sharrre .buttons {
  display: none;
  position: absolute;
  margin-left: 50px;
  z-index: 10;
  background-color: white;
}
.sharrre .button {
  float: left;
  max-width: 50px;
  margin-left: 10px;
}
.featured-slideshow {
  position: relative;
}
.featured-slideshow .flex-direction-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
  height: 96px;
}
.featured-slideshow .flex-direction-nav a {
  padding: 0 10px;
  height: 53px;
  width: 47px;
  line-height: 53px;
}
.featured-slideshow .flex-direction-nav a.flex-prev {
  left: 0;
}
.aside-slider {
  position: relative;
  background: white;
  border: 1px solid #dfdfdf;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  border-bottom-color: #afafaf;
  padding: 10px 10px 40px 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.aside-slider a {
  line-height: 0;
}
.aside-slider .flex-direction-nav {
  bottom: 2px;
  top: auto;
  width: 100%;
}
.aside-slider .flex-direction-nav a {
  width: 50%;
  height: 40px;
  line-height: 40px;
  margin-right: -4px;
}
/* ------------------------------------------------------------------------
  Popin
------------------------------------------------------------------------- */

#overlay {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}
.prettyPopin {
  display: none;
  position: absolute;
  height: auto !important;
  z-index: 11000;
  top: 50%;
  left: 50%;
}
.prettyPopin a#b_close {
  display: none;
  position: absolute;
  z-index: 10;
  top: 3px;
  right: 0;
  width: 24px;
  height: 24px;
  font-size: 18px;
  background: #222222;
  color: white;
  text-align: center;
  line-height: 1.5em;
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.prettyContent .container_12 {
  padding-top: 3px;
}
.prettyContent .product-box {
  position: relative;
  background: white;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.prettyContent .product-box .plus {
  position: absolute;
  text-align: center;
  top: 50px;
  right: 0;
  display: block;
  width: 50px;
  height: 22px;
}
.prettyContent .product-box .quick-addtoCart {
  position: relative;
  right: 0;
  bottom: 0;
  display: block;
  font-family: "Muli";
  float: right;
  font-size: 14px;
  font-style: normal;
  padding: 8px 12px;
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
}
.prettyContent .product-box .img-cover {
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  float: left;
  line-height: 0;
  border-right: 1px solid #f3f3f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.prettyContent .product-box .img-cover .ribbon-new {
  position: absolute;
  top: -3px;
  left: -3px;
  background: url("../images/ribbon-new.png") no-repeat transparent;
  width: 81px;
  height: 81px;
}
.prettyContent .product-box .img-cover .ribbon-sale {
  position: absolute;
  top: -3px;
  right: -3px;
  background: url("../images/ribbon-sale.png") no-repeat transparent;
  width: 81px;
  height: 81px;
}
.prettyContent .product-box .product-meta {
  width: 266px;
  float: left;
  padding-top: 10px;
  padding-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.prettyContent .product-box .product-meta .title {
  font-family: "Muli";
  text-transform: uppercase;
  font-size: 18px;
  color: #1b1b1b;
}
.prettyContent .product-box .product-meta p {
  font-size: 12px;
  color: #666666;
}
.prettyContent .product-box .product-meta .price {
  padding: 10px 0;
}
.prettyContent .product-box .product-meta .price .reguler-price,
.prettyContent .product-box .product-meta .price .new-price,
.prettyContent .product-box .product-meta .price .old-price {
  font-family: "Muli";
  color: #1b1b1b;
}
.prettyContent .product-box .product-meta .price .reguler-price,
.prettyContent .product-box .product-meta .price .new-price {
  font-size: 23px;
}
.prettyContent .product-box .product-meta .price .old-price {
  position: relative;
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
}
.prettyContent .product-box .product-meta .price .old-price:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 10px;
  left: 0;
}
.prettyPopin .prettyContent {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 1.65em;
}
.prettyPopin .prettyContent .product-desc {
  font-size: 13px;
}
.prettyPopin .prettyContent .prettyContent-container {
  display: none;
}
.prettyPopin .prettyContent .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
}
/** Twitter Widget **/

#tweets_wraper li {
  position: relative;
  margin-bottom: 10px;
  padding-top: 25px;
  background: white;
  -webkit-border-radius: 3px 3px 0 3px;
  -moz-border-radius: 3px 3px 0 3px;
  border-radius: 3px 3px 0 3px;
}
#tweets_wraper li a.tweet_avatar {
  position: absolute;
  display: inline-block;
  padding: 3px 3px 0 0;
  right: 0;
  top: 0;
}
#tweets_wraper li .tweet_time {
  display: block;
  position: relative;
  line-height: 1em;
  padding: 0;
  top: -15px;
}
#tweets_wraper li .vorbim {
  position: relative;
  display: block;
  padding: 8px;
}
#tweets_wraper li .tweet_text {
  overflow: hidden;
  color: #767676;
  line-height: 2em;
  font-size: 12px;
}
#tweets_wraper li .tweet_text a {
  border-bottom: 1px dotted dimgray;
  display: inline;
  color: #3d3d3d;
  padding: 0;
}
#tweets_wraper li .tweet_join {
  display: none;
}
.tweets-icon {
  background: #1ab0e2;
  font-size: 16px;
  color: white;
  padding: 7px 15px;
  display: inline-block;
  position: absolute;
  right: -46px;
  bottom: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
/*** faebook page plugin ***/

#facebook-page .fb-like-box {
  background-color: white;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#facebook-page ul.uiList {
  text-align: center !important;
}
#facebook-page .fb_iframe_widget > span,
#facebook-page .fb_iframe_widget > span iframe {
  display: block;
  width: 100% !important;
}
#facebook-page .pluginSkinLight > div {
  border: none;
}
/*** FLEXY SLIDESHOW ***/

.flex-direction-nav {
  position: absolute;
  width: 58px;
  top: 6px;
  right: 0;
}
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
  background: #202020;
  color: white;
  width: 28px;
  height: 28px;
  display: inline-block;
  float: left;
  margin-left: 1px;
  font-family: "icomoon";
  font-size: 17px;
  line-height: 1.7em;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/*
.module {
  .flex-direction-nav{
    top:55px;
  }
}
*/

/* background slideshow */

/* KENBURNS STYLES 
-------------------------------------------------------*/

/*  kenburns_slideshow is the wrapper div. 
Our list of Images scrolls inside of this frame
To compute the minimum frame size needed:;
image width * scale
image height * scale

if the image size is smaller than the frame size,
gaps may appear. If image sizes are exactly the same,
the images will fade over one another and not move. 
*/

#bg-slideshow {
  min-width: 100%;
  position: fixed;
  z-index: -1;
  overflow: hidden;
  margin: 0 auto;
}
/**
TOOLTIP
*/

.tooltip-wrapper {
  position: absolute;
  padding: 8px 12px;
  left: 0;
  top: -50px;
  z-index: 10;
  font-size: 12px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tooltip {
  position: absolute;
  padding: 8px 12px;
  left: 0;
  white-space: nowrap;
}
.tooltip:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  bottom: -12px;
}
/*** SWIPER SLIDER ***/

/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/

/* Swiper Styles */

/* Specify Swiper's Size: */

.swiper-container {
  width: 100%;
  height: 620px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -ms-transition-property: -ms-transform;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}
.swiper-slide {
  float: left;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
.swiper-main {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.swiper-main .arrow-left,
.swiper-main .arrow-right {
  position: absolute;
  font-family: "icomoon";
  font-size: 30px;
  display: block;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 55px;
  height: 55px;
  background: black;
  background: rgba(0, 0, 0, 0.9);
  line-height: 1.8em;
  text-align: center;
  z-index: 3;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.swiper-main .arrow-left {
  left: 20px;
}
.swiper-main .arrow-right {
  right: 20px;
}
.swiper-main .arrow-left:hover,
.swiper-main .arrow-right:hover {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.swiper-main .captionCover {
  position: relative;
  width: 100% !important;
}
.swiper-container,
.swiper-slide {
  position: relative;
  text-align: center;
}
.swiper-container .caption,
.swiper-slide .caption {
  text-align: justify;
  padding: 15px;
  min-width: 20%;
  max-width: 35%;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 10;
  bottom: 100px;
  left: 50px;
  word-spacing: word-break;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.swiper-container .caption .caption_wraper,
.swiper-slide .caption .caption_wraper {
  z-index: 10;
  width: 100%;
}
.swiper-container .caption .caption_wraper p,
.swiper-slide .caption .caption_wraper p {
  font-size: 14px;
}
.swiper-container .caption .button,
.swiper-slide .caption .button {
  display: block;
  padding: 10px 15px;
  margin-top: 25px;
}
.swiper-container .link-overlay,
.swiper-slide .link-overlay {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}
/*** faebook page plugin ***/

#facebook-page .fb-like-box {
  background-color: white;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#facebook-page ul.uiList {
  text-align: center !important;
}
#facebook-page .fb_iframe_widget > span,
#facebook-page .fb_iframe_widget > span iframe {
  display: block;
  width: 100% !important;
}
#facebook-page .pluginSkinLight > div {
  border: none;
}
/*-- change to static to make background scroll --*/

#bg-slideshow {
  position: fixed;
}
/** GOOGLE Map Plugin */

#google-map {
  width: 100%;
  max-width: 100%;
  height: 450px;
}
/*====================================================================================================================================================== 
Help Classes
====================================================================================================================================================== */

.block-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.clear {
  clear: both;
}
.display-click {
  display: block !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.no-float {
  float: none !important;
}
.center-text {
  text-align: center;
}
.hidden {
  display: none;
}
.full-width {
  width: 100%;
}

.one_third {
	width: 28%;
}

.one_fourth {
	width:19%;
}
.one_half {
	width:50%;
}

.separator {
  width: 100%;
  height: 1px;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  clear: both;
}
.divider {
  margin-bottom: 20px;
  background: #dfdfdf;
}
.block-separator {
  clear: both;
  background: transparent;
  margin: 0;
  border: none;
  height: 70px;
  line-height: 70px;
}
.relatived {
  position: relative;
}
.no-margin {
  margin: 0 !important;
}
.marg-top-10 {
  margin-top: 10px;
}
.marg-top-15 {
  margin-top: 15px;
}
.marg-top-20 {
  margin-top: 20px;
}
.marg-top-25 {
  margin-top: 25px;
}
.marg-top-30 {
  margin-top: 30px;
}
.marg-bottom-10 {
  margin-bottom: 10px;
}
.marg-bottom-15 {
  margin-bottom: 15px;
}
.marg-bottom-20 {
  margin-bottom: 20px;
}
.marg-bottom-25 {
  margin-bottom: 25px;
}
.marg-bottom-30 {
  margin-bottom: 30px;
}
.marg-right-10 {
  margin-right: 10px;
}
.marg-right-15 {
  margin-right: 15px;
}
.marg-right-20 {
  margin-right: 20px;
}
.marg-right-25 {
  margin-right: 25px;
}
.marg-right-30 {
  margin-right: 30px;
}
.marg-left-10 {
  margin-left: 10px;
}
.marg-left-15 {
  margin-left: 15px;
}
.marg-left-20 {
  margin-left: 20px;
}
.marg-left-25 {
  margin-left: 25px;
}
.marg-left-30 {
  margin-left: 30px;
}


.mini-cart {
  background: #e84c3d;
}
.mini-cart .cart-data,
.mini-cart span.count,
.mini-cart i.icomoon,
.mini-cart a.icomoon {
  color: white;
}
.mini-cart .cart-top {
  border-right: 1px solid #c1392b;
}
.mini-cart .checkout-icon {
  border-left: 1px solid #c1392b;
}
.mini-cart .cart-dropdown #cart-list .mini-product .product-meta:hover a,
.mini-cart .cart-dropdown #cart-list .mini-product .product-meta:hover span {
  color: #e84c3d;
}
.mini-cart .cart-dropdown #cart-list .mini-product .action a i:hover {
  color: white;
  background: #e84c3d;
}
.mini-cart .cart-dropdown #cart-list table.mini-cart-total tr:last-child td span.total {
  background: #e84c3d;
  color: white;
}
.mini-cart .cart-dropdown .checkout {
  background: #e84c3d;
}
.mini-cart .cart-dropdown .checkout a {
  color: white;
}
.mini-cart .cart-dropdown .checkout .cart {
  border-right: 1px solid #c1392b;
}


/* ==========================================================================
   #Google Maps
   ========================================================================== */

	.map { 
		width: 100%; 
		height: 450px; 
		margin-bottom: 40px; 
		
	}
	
	.google-map { 
		position: relative;
		border-top: 5px solid #004B96;		
	}
	
	.gmnoprint { display: none; }
	
	.overlay { 
		background-color: rgba(255, 255, 255, 0.5); 
		position: absolute; 
	}
	
	.overlay.top { 
		top: 0; 
		left: 0; 
		right: 0; 
		height: 100px; 
	}
	
	.overlay.bottom { 
		bottom: 0; 
		left: 0; 
		right: 0; 
		height: 100px; 
	}
	
	.overlay.left { 
		top: 100px; 
		left: 0; 
		bottom: 100px; 
		width: 150px;
		border-right: 5px solid #004B96; 
	}
	
	.overlay.right { 
		top: 100px; 
		right: 0; 
		bottom: 100px; 
		width: 150px; 
	}
	
	@media (min-width: 1400px) {
		
		.overlay.left,
		.overlay.right { width: 365px; }
		
	}
	
	.module .product-box, .product-grid .product-box, .related-products .product-box {
		margin-bottom:30px;
	}
	
	#vernaisTop:hover {
		text-decoration:underline;
	}
	
	.ribontest {
			position: absolute;
			top: -3px;
			left: -3px;
			background: url("/images/ribbon-new.png") no-repeat rgba(0, 0, 0, 0);
			width: 81px;
			height: 81px;
		}
		
		
		/*CUSTOM SHOP*/
		#metodo_box {
height: 135px !important;
min-height: 135px;
-webkit-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.43);
-moz-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.43);
box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.43);
background: #FFF;
border: 1px solid #CCC;
cursor: pointer;
margin-bottom:10px;
}

#tipobox {
height: 135px !important;
min-height: 135px;
-webkit-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.43);
-moz-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.43);
box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.43);
background: #FFF;
border: 1px solid #CCC;
cursor: pointer;
margin-bottom:10px;
}

#descricao_tipo {
float: right;
width: 159px;
font-size: 13px;
color: #666;
margin-top: 5px;}

#mt_right {
float: right;
width: 94px;
margin-top: 30px;
}
#mt_left {
float: left;
width: 196px;}
#checkbox {
float: left;
width: 23px;
margin: 0px 0px 0px 11px;}


.product-info, .aside-product-info p br{
	line-height:32px !important;
}

.product-info, .aside-product-info p{
	 margin: 0 !important;
}
 

.titulo_tipo{
	font-size:13px;
	font-family:arial;
	font-weight:bold;
	width:100%;
	color:#FF4411;
	margin: 11px 0px 10px 11px;
	}
	
	.search-wrapper a:hover{
	background:none !important;
	}
	
	.img-cover  img{padding: 3%; display:block; margin:0 auto;}
	.img-cover2  img{padding: 3%; display:block; margin:0 auto; height:136px;}
	
	
	@media (max-width: 750px) {
		
		.page-top-leader .container_12 ul {
			display:none !important;}
		
	}
	
	
	
.box-heading{
	position: relative;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 26px;}
	
.box-heading h3 {
	color:#004B96;
	text-transform:uppercase;}

.box-heading:after {
    background: #e84c3d;}