/*
style.css"

fancybox/jquery.fancybox-buttons.css"
fancybox/jquery.fancybox-thumbs.css"
fancybox/jquery.fancybox.css"

megastore.css"
light-theme.css"

*/

html, body {
    height:100%;
    min-height:100%;
}
body {
    font-size:0.85em;
    line-height:1.25em;
    min-width:100%;
	/*background: url(../../images/backg/body-bg.jpg) repeat-x #fff;*/
}
/*body, .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
	 -webkit-transition:all .2s linear;
	 -moz-transition:all .2s linear;
	 -o-transition:all .2s linear;
	 transition:all .2s linear;
}
*/ul, ol {
      margin: 0;
      padding: 0;
  }
a:focus {
    outline: none;
}
a.underline {
    text-decoration:underline;
}
a.underline:hover {
    text-decoration:none;
}
h1 {
    margin-bottom: 20px;
    margin-top:0px;
    text-transform:none;
    font-size: 20px;
    line-height: 24px
}
#column_right h1 {
    font-size: 26px;
    line-height: 28px
}

h2 {
    margin-bottom: 15px;
    text-transform:none;
    font-size: 20px;
    line-height: 24px;
    padding-right:65px;
}
h2.also_pursh_title{font-size: 26px;line-height: 28px;font-weight: normal;}
h2 a, h2 a:hover {
    text-decoration: none;
}

h2 [class^="icon-"], h2 [class*=" icon-"] {
    display:block;
    float:left;
    margin : -2px 10px 0 0;
    font-size:20px;
}
h2.nopadding {
    padding:0;
}
h3 {
    text-transform:none;
    font-size: 18px;
    line-height: 20px;
    font-weight:normal;
}
h4 {
    margin-bottom: 15px;
    text-transform:none;
    font-size: 20px;
    line-height: 20px
}
h4 [class^="icon-"], h4 [class*=" icon-"] {
    display:block;
    float:left;
    margin : -2px 10px 0 0;
    font-size:20px;
    white-space:nowrap;
}

h5 {
    font:normal 24px/26px Arial, Helvetica, sans-serif;
    font-style:italic;
    margin:0;
    padding:0;
}
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.wrapper {
    overflow:hidden;
    width:100%;
}
.wrapper_w {
    display:inline-block;
    width: 100%;
}
.padding-1 {
    padding:25px 0 0 0;
}
.padding-2 {
    padding:0 0 0 10px;
}
.margin-1 {
    margin-top: 20px;
    margin-bottom:32px;
}
.margin-2 {
    margin-top: 12px;
}
.alignright {
    text-align:right;
}
.alignleft {
    text-align:left;
}
.aligncenter {
    text-align:center;
}
.hide {
    display:none;
}
.hover {
    z-index:1000;
}
.col-1, .col-2, .col-3 {
    float:left;
}
.col {
    float: left;
}
p.small {
    font-size:0.85em;
    line-height:1.25em;
}
a.btn {
    margin:0;
    padding:3px 0;
    border:none;
    border-radius: 3px;
    background-image:none;
    box-shadow: none;
    color:#fff;
    text-shadow: none;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}
a.btn:hover {
    color:#fff;
    cursor: pointer;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}

a:hover .custom_color, a.custom_color:hover {
    text-decoration:underline;
}
/*HEADER*/
#preheader {
	padding: 10px 15px;
	text-align: right;
}
#preheader a{
	text-decoration: none;
	padding: 10px 15px;
}
#preheader a:hover{
	background: #eee;
}
#header {
    padding: 10px 0 2px 0;
	background: #fff;
	border-top: solid 1px #eee;
}

#logo {
    padding:10px 0;
    float: left;
}
/*topline*/
#topline {
    padding:4px 0 4px;
    line-height:22px;
}
#topline .phone{margin-top: -4px;line-height: 26px}
#topline .hidden-phone{margin-right:15px}
#topline a {
    text-decoration:underline;
}
#topline a:hover {
    text-decoration:none;
}
#topline .phone .icon-mobile-alt{margin-right:3px}

#topline .fadelink {
    position:relative;
    display:inline-block;
    margin-right:25px;
    margin-left:5px;
    margin-top:2px;
    text-align: left;
    white-space:nowrap;
    z-index:500;
}

#topline .currencies_block{margin-right: 0}

#topline .fadelink .ul_wrapper {
    position:absolute;
    top: 19px;
    z-index:100;
    display:none;
}
#topline .fadelink .ul_wrapper ul {
    padding:  7px 30px 7px 7px;
    width:auto;
    border-radius: 2px;
    background:#4a4a4a;
}
#topline .fadelink li {
    padding:2px 0;
}
#topline .fadelink li a, #topline .fadelink > a,
#topline .fadelink li a:hover, #topline .fadelink > a:hover,
#topline .fadelink > a:hover{
    text-decoration:none;
}

#topline .fadelink > a {
    display:block;
    padding: 2px 30px 1px 7px;
    border-radius: 2px;
    background-image:url(../images/arrow_down.gif);
    background-repeat: no-repeat;
    background-position: right 8px;
    text-decoration:none;
    font: 12px/14px Arial, Helvetica, sans-serif;
    cursor: pointer
}


#topline img {
    padding-right:5px;
    vertical-align: middle;
}
/*navigation mobile*/
.nav-list {
    display: block;
    position:absolute;
    top: -10000px;
    margin:10px 15px 25px 15px;
    padding:0;
}
.nav-header > a {
    border-radius: 3px 3px 0px 0px;
    color:#fff;
}
.nav-list ul {
    margin:0;
    padding:0;
}
.nav-list li {
    margin:0;
    padding:0;
    border-bottom:0px solid #dadada;
    position:relative;
	background:transparent;
}
.nav-list li:last-child {
    border:none;
}
.nav-list li a {
    display:block;
    margin:0;
    padding:15px 15px 13px;
    text-decoration:none;
    text-transform:none;
    font-size: 18px;
    line-height: 24px
}
.nav-list li a.icon-collapse {
    position:absolute;
    right: 0;
    top:0;
    z-index:100;
}
.nav-list li li a:hover {
    background:none;
}

.nav-list li li li a {
    padding-left:35px;
}
/*navigation desktop*/
#deskLogo {
	position:absolute;
}
#nav {
    position: relative;
    display: block;
    margin: 0;
    padding: 7px 6px 0 0;
    line-height: 100%;
	float: right;
}
#nav:hover {
    z-index:50006;
}
#nav li {
    float: left;
    margin: 0;
    list-style: none;
    position: relative;
}
#nav li.home-link{padding-top: 14px;padding-right: 12px}
#nav li.home-link.search{float:right;}
#nav > li > a {
    display: block;
    margin: 0;
    padding:15px 15px 33px;
    color: #000;
    text-decoration: none;
    text-transform:none;
    font-weight:bold;
    font-size:15px;
    line-height: 1.2em;
    border-radius: 3px 3px 0px 0px
}
#nav > li.home-link > a{background: none!important;}
#nav > li.home-link > a{padding: 0}

#nav li.level1 > a, #nav li.level2 > a {
    display:block;
    padding: 5px 20px;
    color: #000;
    text-decoration: none;
    font-size:14px;
	font-weight:bold;
    line-height:16px;
	font-family: "Open Sans Condensed", sans-serif;
}
#nav li.level1:hover > a, #nav li.level2:hover > a {
    background: #E4E4E4;
}
#nav li:hover > ul, #nav li:hover > ul > li > ul.list_in_column {
    display: block;
	background:#ECECEC;
}
#nav > li > ul,
#nav li:hover .menu_custom_block {
    width:auto;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top:4px solid;
	max-height:412px;
	overflow-x: hidden;
}
#nav > li > ul {
    position: absolute;
    top:50px;
    display:none;
    z-index: 1
}
#nav li ul.shadow, #nav li .menu_custom_block .shadow {
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    /*overflow:hidden;*/
}
#nav .menu_custom_block {
    position: absolute;
    top:51px;
    display:none;
    margin: 0;
    padding: 0;
    background:#fdfdfd;
    float:none;
}
#nav li .menu_custom_block .shadow {
    padding:24px 15px 30px;
    overflow: hidden;
}
#nav li:hover .menu_custom_block {
    display:block;
}
#nav .menu_custom_block .col-third {
    float:left;
    width: 230px;
    margin:0 14px;
    display:inline;
}
#nav .menu_custom_block .col-third h1, #nav .menu_custom_block .col-third h2, #nav .menu_custom_block .col-third h3 {
    padding: 14px 0;
}
#nav ul li {
    margin: 0;
    padding: 0;
}
#nav ul a {
    font-weight: normal;
}
#nav ul ul li {
    position:relative;
}
#nav ul ul ul ul {
    position:absolute;
    z-index:100;
    top: -10px;
    left: 150px;
    padding: 10px 0;
    width:200px;
    border-radius: 6px;
    background:#fdfdfd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#nav li.list_column {
    width:200px;
}
#nav li.list_column, #nav li.category_desc_in_menu {
    display:block;
    float:left;
    margin:30px 0;
    border-left:2px solid #eaeaea;
}
#nav li:hover li:first-child {
    border-left: none;
}
#nav li:hover li.category_desc_in_menu {
    padding: 0 30px;
    width: 240px;
}
#nav a.custom_category_link, #nav .menu_custom_block a {
    display:inline;
    font-weight:bold;
}
#nav h1.custom_menu_title {
    font-size: 1.25em;
}
#nav li:hover ul.list_in_column {
    position:relative;
    top:0;
}
#nav ul.list_in_column li {
    float:none;
}
#nav ul.list_in_column ul {
    display:none;
}
#nav ul.list_in_column li:hover ul {
    display:block;
}
#nav .category_desc_in_menu img, .custom_menu_img img {
    border:5px solid #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.login_block {
    position:relative;
    padding-right: 10px;
    text-align: right;
    display: inline-block;
}
.login_block a {
    padding-bottom:5px;
}
.login_social {
    display: inline-block;
    padding-right: 10px;
    white-space:nowrap;
}
.shoppingcart {
    position:relative;
    float:right;
    z-index:490;
    margin-top: 2px;
}
.shoppingcart:hover {
    z-index:490;
}
.shoppingcart .badge {
    position:absolute;
    top:-7px;
    right: -10px;
}
.shoppingcart .fadelink{
    padding-bottom:10px;
    position:absolute;
    right:0;
    top:0;
    float:right;
}
.shoppingcart .fadelink span a.btn {
    width:30px;
    padding-right: 2px
}
.shoppingcart:hover .fadelink span a {
    color:#fff;
    cursor: pointer;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}
.shopping_cart_mini {
    z-index: 100;
    display: none;
    width:300px;
    border-radius: 5px;
    background-color:#fdfdfd;
    box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
    color:#000;
}
.shopping_cart_mini .inner-wrapper {
    padding:10px 15px;
}
.shopping_cart_mini .item {
    position:relative;
    overflow:hidden;
    margin-top: 10px;
    margin-bottom:20px;
}
.shopping_cart_mini .product-image {
    float:left;
    margin-right:10px;
    border: 1px solid #f3f3f3;
}
.shopping_cart_mini .product-image img{
    width:50px
}
.shopping_cart_mini .product-detailes {
    float:left;
    width: 110px;
}
.shopping_cart_mini .product-detailes .product-name {
    color: #000;
    text-decoration: none;
    font-size:12px;
    line-height:1.05em;
}
.shopping_cart_mini .product-price {
    color: #000;
    font-weight: bold;
    margin-bottom:20px
}
.shopping_cart_mini .button {
    float:right;
    margin-left: 5px;
}
.shopping_cart_mini a i {
    margin-left:7px;
    color:#000;
    font-size:18px;
}
.shopping_cart_mini .button {
    float: left;
    margin-right:5px;
    padding: 0 7px;
    border-radius: 3px;
    background:#f0f0f0;
    color:#000;
    text-decoration:none;
    line-height:31px;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}
.shopping_cart_mini .button:hover {
    color:#fff;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}
/* HEADER VARIANT 2*/
#header.header_v_2 .row {
    position:relative;
}
#header.header_v_2 {
    position:relative;
    z-index:1001;
    margin-bottom:25px;
}
#header.header_v_2 .line_header_bot {
    position:relative;
    margin-top:-6px;
    height:5px;
    border-bottom: 1px solid transparent;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
#header.header_v_2 #logo {
    float:none;
}
#header.header_v_2 .fadelink {
    position:relative;
    display:inline-block;
    margin-left: 10px;
    white-space:nowrap;
    padding-top: 7px;
}
#header.header_v_2 .shoppingcart {
    position: absolute;
    right:0;
    bottom:45px;
}
#header.header_v_2 .shoppingcart .fadelink {
    display:block;
    position:absolute;
}
#header.header_v_2 #nav > li {
    float: left;
    margin-right: 12px;
    padding:7px 0 0;
    list-style: none;
}
#header.header_v_2 #nav > li > a {
    min-width: 170px;
    display:block;
    padding: 15px 20px 15px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    box-shadow: 0px -2px 1px rgba(0, 0, 0, 0.15);
    color:#000;
    text-decoration:none;
    font: bold 12px/14px Arial, Helvetica, sans-serif;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
    text-transform:none;
}
#header.header_v_2 #nav > li:hover > a {
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    color:#fff;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
    -webkit-transition: border-color 0.25s 0s ease;
    -moz-transition: border-color 0.25s 0s ease;
    -o-transition: border-color 0.25s 0s ease;
}
#header.header_v_2 #nav > li > ul {
    border-color: #fff;
    border-top-color: #333333;
    top: 54px;
}
#header.header_v_2 #nav li.level1 > a, #header.header_v_2 #nav li.level2 > a {
    line-height:16px;
    padding:5px 0 5px 12px;
}
#header.header_v_2 #nav li.level1:hover {
    text-indent:-4px;
}
#header.header_v_2 #nav li.level1 > a:hover {
    font-weight:bold;
}
#header.header_v_2 #nav li.level2, #header.header_v_2 #nav li.level2:hover {
    border: none;
    text-indent:0;
}
#header.header_v_2 #nav li.level2 a:hover {
    color:#000;
    font-weight:normal;
}
#header.header_v_2 #nav li.list_column {
    padding-top:10px;
    padding-bottom:20px;
    margin:0;
}
#header.header_v_2 #nav li.category_desc_in_menu {
    padding:20px 40px 20px 30px;
    margin:0;
}
#header.header_v_2 .fadelink > a {
    min-width: 70px;
    display:block;
    padding: 15px 30px 15px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.15);
    color:#000;
    text-decoration:none;
    font: bold 12px/14px Arial, Helvetica, sans-serif;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}
#header.header_v_2 .fadelink:hover {
    z-index: 50005;
}
#header.header_v_2 .fadelink:hover > a {
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    color:#fff;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
    -webkit-transition: border-color 0.25s 0s ease;
    -moz-transition: border-color 0.25s 0s ease;
    -o-transition: border-color 0.25s 0s ease;
}
#header.header_v_2 .fadelink li.level1:hover a {
    background: #f0f0f0;
}
#header.header_v_2 .fadelink .ul_wrapper {
    position:absolute;
    display:none;
    top: 47px;
    border-top: 5px solid #333;
    z-index:50;
}
#header.header_v_2 .fadelink .ul_wrapper ul {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding:  10px 30px 10px 10px;
    min-width:80px;
    width:auto;
    border-color:#fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    background:#fff;
}
#header.header_v_2 .fadelink li {
    padding:2px 0;
}
#header.header_v_2 .form-search-wrapper {
    padding: 7px 5px 0 15px;
    margin-right: 10px;
}
#header.header_v_2 .form-search input.search-query {
    width:210px;
}
/*right toolbar*/

#right_toolbar {
    position: fixed;
    right:0px;
    bottom:15%;
    z-index: 500;
}
#right_toolbar .small_logo{
    text-align: right
}
#right_toolbar .small_logo img{
    max-width:72px
}


#right_toolbar .shoppingcart {
    float: none;
    margin:15px 0 16px 20px;
    padding:0;
    position:relative;
    display:inline-block;
}
#right_toolbar .shoppingcart:hover {
    padding:0 0 0 20px;
    margin: 15px 0 16px 0;
}
#right_toolbar .shoppingcart .fadelink {
    position:relative;
    float:left;
}
#right_toolbar .shopping_cart_mini {
    position:absolute;
    margin-right:38px;
    right:0;
    left:auto;
}
#right_toolbar .shopping_cart_mini.empty_cart{
    top: 0
}

#right_toolbar .shopping_cart_mini.full_cart{
    bottom:-110px;
}



#right_toolbar .shoppingcart .badge {
    right: -5px;
}
#right_toolbar .search_wrapper {
    clear:both;
    position:relative;
    height:60px;
}
#right_toolbar .form-search {
    position: static;
}
#right_toolbar .form-search button {
    position:relative;
    z-index:100;
    margin:-3px 0 0 22px;
}

#right_toolbar .form-search button .icon-large:before{display: block;}

#right_toolbar .form-search input.search-query {
    position:absolute;
    right:20px;
    top:0;
    z-index:99;
    padding:2px 10px;
    width:0;
    height:22px;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
}
#back-top a {
    display: block;
    margin:0 0 0 5px;
    padding:17px 0 0 0;
    width: 61px;
    height:42px;
    text-align:center;
    color:#fff;
    font-size:22px;
    line-height:22px;
    border-radius: 3px;
    opacity: 1;
}
/*CONTENT*/
section.slider {
    margin-bottom:10px;
}
section#content > .container.top {
    padding-top:25px;
}
section#content {
    padding-bottom:20px;
}
#column_left.span3 {
    float:right;
	margin-top:100px;
}
#column_right.span9 {
    float:left;
}
.box-wrapper {
    box-shadow:  0px 0px 4px rgba(0, 0, 0, 0.27);
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    background-color:#fff;
}
.box-wrapper .inside {
    padding:  20px;
}
.box-wrapper .inside.min-height {
    min-height: 270px;
}
.box-wrapper .line {
    overflow:hidden;
    width:100%;
    height:1px;
    margin: 0 0 -6px 0;
}
.box-wrapper a {
    text-decoration:underline;
}
.box-wrapper a:hover, .box-wrapper .button {
    text-decoration: none;
}
.table.shopping-cart-table th, .table.shopping-cart-table td {
    padding: 20px 10px 15px 10px;
    border-bottom: 2px solid #e5e5e5;
}
.table.shopping-cart-table a {
    text-decoration:underline;
}
.table.shopping-cart-table a:hover {
    text-decoration:none;
}
.table.shopping-cart-table th {
    padding: 5px 10px;
}
.table th.aligncenter, .table td.aligncenter {
    text-align:center;
}
.table th.alignright, .table td.alignright {
    text-align: right;
}
.table.shopping-cart-table td {
    border-right: 1px solid #e5e5e5;
}
.table.shopping-cart-table td:first-child {
    border-left: 1px solid #e5e5e5;
    width:10%;
    min-width:136px;
}
.table.shopping-cart-table th {
    font-weight: normal;
}
.table.shopping-cart-table input.qty {
    width: 30px;
    border:1px solid #e0e0e0;
    box-shadow:none;
    border-radius:0;
    margin-top: -5px;
    margin-bottom: -5px;
}
.table.shopping-cart-table a[class^="icon-"], .table.shopping-cart-table a[class*=" icon-"] {
    font-size: 20px;
}
.table.shopping-cart-table .cart-col-name {
    display:none;
}
.table.shopping-cart-table-total {
    border-bottom: 2px solid #e5e5e5;
}
.table.shopping-cart-table-total th, .table.shopping-cart-table-total td {
    padding: 0 15px;
    border:none;
}
/*product block*/
.producti {
    position: relative;
    margin-top: 10px;
    margin-bottom:20px;
    background:#fff;
	text-align:center;
}
.bannerimg1 {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-left: solid 1px transparent;
	border-right: solid 1px transparent;
	border-top: solid 1px transparent;
	border-bottom: solid 1px transparent;
}
.bannerimg2 {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-left: solid 1px #E9E9E9;
	border-right: solid 1px #E9E9E9;
	border-top: solid 1px #E9E9E9;
	border-bottom: solid 1px #E9E9E9;
}
.bannerimg3 {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-left: solid 1px #FFC6B3;
	border-right: solid 1px #FFC6B3;
	border-top: solid 1px #FFC6B3;
	border-bottom: solid 1px #FFC6B3;
}
.bannerimg4 {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-left: solid 1px #7996C3;
	border-right: solid 1px #7996C3;
	border-top: solid 1px transparent;
	border-bottom: solid 1px transparent;
}
.bannerimg5 {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-left: solid 1px #C2CB59;
	border-right: solid 1px #C2CB59;
	border-top: solid 1px transparent;
	border-bottom: solid 1px transparent;
}
.bannerimg6 {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-left: solid 1px #710C08;
	border-right: solid 1px #710C08;
	border-top: solid 1px transparent;
	border-bottom: solid 1px transparent;
}
.product_ex {
    border: solid 4px #4A7AA2;
}
.product {
    position: relative;
    margin-top: 10px;
    margin-bottom:10px;
    background:#fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.27);
}
.product a {
    text-decoration:none;
}
.product a:hover {
    text-decoration: none;
}
.product .product-image-wrapper {
    padding: 5px 5px 5px 5px;
    text-align: center;
    cursor: pointer;
    z-index:350;
	width:auto;
}
.product .product-image-wrapper .roll_over_img {
    position:absolute;
    top:0;
    left:0;
    z-index:5;
    display:none;
}
.big_without_description .product,
.product-listing .product {
    margin-top: 10px;
    margin-bottom:5px;
    border-radius: 0;
    box-shadow:  none;
}
.big_without_description .product .product-image-wrapper,
.product-listing .product .product-image-wrapper {
    padding: 5px;
    box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
}
.product .product-image-wrapper img {
    float:none;
    margin: 0 auto;
}
.product .product-price, .product .product-price-regular, .preview .product-price, .preview .product-price-regular {
    float: left;
}
.product .product-price-regular, .preview .product-price-regular {
    color:#ff0000;
}
.product .product-price, .preview .product-price{
    font-size: 16px;
    font-family: arial
}
.product .product-price .new, .preview .product-price .new{
    font:20px/22px Arial, Helvetica, sans-serif;

}


.product .product-price span.old, .product .product-price-regular span.old, .preview .product-price span.old, .preview .product-price-regular span.old {
    color:#000;
    text-decoration:line-through;
    font-size:12px;
    line-height:25px;
    padding-right: 5px
}
.product .product-price span.new, .preview .product-price span.new {
    color:#ff0000;
}
.product .product-tocart, .preview .product-tocart {
    float: right;
    text-align: right;
    height:27px;
}
.product .product-tocart a, .preview .product-tocart a {
    font-size: 20px;
    line-height: 25px;
    -webkit-transition: font-size 0.25s 0s ease;
    -moz-transition: font-size 0.25s 0s ease;
    -o-transition: font-size 0.25s 0s ease;
}
.product .product-tocart a:hover, .preview .product-tocart a:hover {
    font-size:25px;
    -webkit-transition: font-size 0.25s 0s ease;
    -moz-transition: font-size 0.25s 0s ease;
    -o-transition: font-size 0.25s 0s ease;
}
.product .product-link, .preview .product-link {
    margin-top: 5px;
    line-height:15px;
}
.product .product-name, .preview .product-name {
    margin-top: 10px;
    margin-bottom: 7px;
    font: 12px/16px Arial, Helvetica, sans-serif;
}
.product .wrapper-hover {
    padding:3px 14px 12px 14px;
}
.preview .wrapper-hover {
    padding:3px 9px 12px 9px;
}
.preview.small .wrapper-hover {
    padding: 3px 0 12px
}
.small_with_description .product .wrapper-hover {
    padding:2px 5px;
}
.product .product_label {
    position:absolute;
    top:0;
    right:0;
    z-index:101;
}
.style2 .image-wrapper {
    margin:0 4px;
}
.style2 .image-wrapper img {
    margin-bottom:65px;
}

/*product hover preview*/
.preview {
    position:absolute;
    z-index:4000;
    top:0;
    left:0;
    display:none;
    float:left;
    text-align:left;
    padding:5px 5px 10px 5px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow:  0 0 46px 12px rgba(0, 0, 0, 0.1);

    _box-shadow: 0 0 4px rgba(0, 0, 0, 0.27)
}
.preview .col-1 {
    width:70px;
    margin-right: 5px
}
.preview .col-1 a{
    cursor: pointer
}

.preview .col-2 {
    width:260px;
}
.preview .col-1 img {
    margin-bottom:5px;
}
.preview.small {
    padding-bottom:5px;
}
.preview.small .col-1 {
    width:53px;
    padding-right:4px;
}
.preview.small .col-2 {
    width:160px;
}
.preview.small .padding {
    padding: 8px 3px 0;
}
.preview .preview_top {
    overflow:hidden;
}
.preview .preview_bot {
    padding:0;
}
.preview.small .preview_bot {
    margin-top: 0;
    padding:8px 0 12px 55px;
}
.preview.small img {
    margin-bottom:4px;
    margin-left: 1px;
}
.preview .big_image {
    text-align: center;
}
.preview.small .big_image {
    left:62px;
}
.icon {
    float:left;
    width:30px;
}
.txt {
    margin-bottom: 10px;
    margin-left: 30px;
}
.twit {
    overflow:hidden;
    margin-bottom:10px;
    padding: 5px 0 15px 0;
    border-bottom: 1px solid rgba(200, 200, 200, 0.1);
}

.twit a{text-decoration: underline}
.twit a:hover{text-decoration:none}

.twit .icon {
    width:40px;
    font-size:18px;
}
.twit .mess {
    margin-left:40px;
}
.fb-like-box, .fb-like-box iframe[style], .fb-like-box span {
    width: 100% !important;
}
.block {
    margin: 0 0 15px;
    border-bottom: 1px solid #eeeeee;
}
.block.last {
    border:none;
}
.block .block-title {
    padding-bottom:10px;
    text-transform:none;
    font-size: 20px;
    line-height: 24px
}
.block .block-title strong {
    font-weight: normal;
}
.block .block-content {
    padding: 5px 0 15px;
}
.block .block-subtitle {
    margin: 0 0 10px;
    text-transform:none;
    font-weight:bold;
    line-height: 18px;
}
.block-layered-nav dt {
    margin:0;
    padding: 7px 0 6px;
    font-weight: bold;
}
.block-layered-nav dd {
    margin:0 0 25px;
    padding: 0;
}
.block-layered-nav ol {
    margin: 0;
}
.block-layered-nav dd li {
    margin-bottom: 6px;
    padding: 0 0 0 19px;
}
.block-layered-nav dd li a {
    text-decoration: none;
}
.block-layered-nav dd li a:hover {
    text-decoration:underline;
}
ul#poll-answers {
    margin-bottom:15px;
}
ul#poll-answers li {
    line-height:22px;
}
ul#poll-answers .label {
    display: inline-block;
    padding: 0 4px;
    border-radius: 0;
    background: none;
    color: #000;
    vertical-align: baseline;
    text-shadow: none;
    white-space: nowrap;
    font-weight: normal;
    font-size:12px;
}
ul#poll-answers label {
    margin: 0;
}
ul#poll-answers input[type="radio"] {
    margin: -2px 0 0;
}
.line {
    overflow:hidden;
    margin: 10px 0;
    width:100%;
    height:1px;
    border-top:1px solid #ececec;
}

.line1 {
    overflow:hidden;
    margin: 10px 0;
    width:100%;
    height:1px;
    border-bottom: 1px solid #c7c7c7;
}
.listing_header_row1 {
    padding: 10px 0 0;
    line-height: 26px;
}
.listing_header_row1 .pull-left {
    width:33%;
}
.listing_header_row1 .pull-right {
    width:33%;
}
.listing_header_row2 {
    padding: 0 0 30px 0;
}
.listing_header_row1 label {
    display:inline-block;
    padding-right: 15px;
    font-size:12px;
    line-height:26px;
    cursor: text;
}
.listing_header_row1 a[class^="icon-"], .listing_header_row1 a[class*=" icon-"] {
    padding-right:5px;
    color:#000;
    font-size:26px;
    text-decoration:none;
    display:inline-block;
}
@-moz-document url-prefix() {
.listing_header_row1 a[class^="icon-"], .listing_header_row1 a[class*=" icon-"] {
margin-top:-2px;
}
}
.listing_header_row1 a[class^="icon-"]:hover, .listing_header_row1 a[class*=" icon-"]:hover {
    color:#666;
}
.listing_header_row1 a[class^="icon-"].active, .listing_header_row1 a[class*=" icon-"].active {
    color:#9d3bc6;
}
.num {
    text-align:right;
}
.num a {
    display: inline-block;
    padding-right:5px;
    line-height: 20px;
}
a.small_icon i {
    padding:0 3px;
    background-color:rgba(236, 236, 236, 1);
    font-size:12px;
    line-height: 20px;
}
a.small_icon:hover i {
    background-color:rgba(236, 236, 236, 0.6);
}
a.small_icon_color i {
    margin-top:-2px;
    margin-right:7px;
    padding:0 2px;
    border-radius: 2px;
    background-color:#9d3bc6;
    color:#fff;
    font-size:12px;
    line-height: 20px;
}
a.small_icon_color i.icon-heart {
    text-indent:1px;
}
a.small_icon_color:hover i {
    background-color:#6a2886;
}
.middle_icon_color {
    display:block;
    margin-right: 10px;
    padding: 2px 0 0 0;
    width:32px;
    font-size:23px;
    height:29px;
    line-height:28px;
    border-radius: 3px;
    text-align:center;
    color:#fff;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}
.rating {
    margin-top:7px;
}
.rating i {
    color:#ccc;
    font-size:14px;
}

.product-shop {
    display:inline-block;
}
.product-shop h2 {
    padding-right: 0;
}
.product-shop .product_info_left {
    overflow:hidden;
}
.product-shop .product_custom, .product-shop .product_related {
    float:right;
    margin-left:30px;
    margin-top:-10px;
    width:170px;
}
.product-img-box .product-image {
    padding:8px;
    border-radius: 6px;
    background-color:#fff;
    box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
}
.product-img-box .product-image img{width: 100%}

.product-img-box .more-views li {
    margin: 0 0 10px;
    padding:2px;
    border-radius: 6px;
    background-color:#fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
}
.product-shop .product-name h1,
#column_right .product-shop .prod_info_name h1,
.product-shop h2.custom_block_title{
    font-size: 22px;
    line-height:24px;
    margin-top:-3px;
    font-family: arial;
    text-transform:none;
    font-weight: normal;
    margin-bottom: 10px;
}

.product-shop h2.custom_block_title{margin-top:6px}

.product-shop .availability {
    padding-bottom: 20px;
    border-bottom: 1px solid #D7D7D7;
}
.product-shop .short-description {
    padding: 5px 0 15px;
    border-bottom: 1px solid #D7D7D7;
}
.product-shop .price-box {
    padding: 25px 0 10px;
    font-size: 24px;
    line-height:24px;
    font-weight:bold;
}

.product_reviews_write_page .price-box,
.product_reviews_page .price-box,
.product_reviews_info_page .price-box{
    padding: 0
}
.product-listing .price-box {
    display: inline-block;
    color:#4a4a4a;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    width:200px;
}
.product-listing .product-review {
    display: inline-block;
    line-height:30px;
}
.product-listing .product-review a {
    text-decoration:underline;
}
.product-listing .product-review a:hover {
    text-decoration: none;
}
.product-shop .old-price, .product-shop .special-price, .product-listing .old-price, .product-listing .special-price {
    display: inline-block;
}
.product-shop .old-price .price, .product-listing .old-price .price {
    padding-right: 10px;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
}
.product-shop .special-price .price, .product-listing .special-price .price {
    color:#e60000;
}
.product-listing .special-price .price {
    font-size: 24px;
    line-height:24px;
    font-weight:bold;
}
.product-shop .add-to-cart {
    margin: 0 0 30px;
}
.product-shop .add-to-cart .qty {
    display:inline-block;
    margin-right:-10px;
    padding: 12px 35px 0 10px;
    height:42px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-bottom: 5px;
}
.product-shop .add-to-cart label {
    float: left;
    margin-right: 12px;
    line-height: 30px;
}
.product-shop .add-to-cart .qty input {
    padding:0;
    width:40px;
    height: 30px;
    border:1px solid #e0e0e0;
    border-radius: 0;
    text-align:center;
}
.product-shop .add-to-cart .btn-cart, .product-listing a.btn-cart {
    padding-right:20px;
    height:56px;
    vertical-align:middle;
    font-size:16px;
    line-height:22px;
}
.product-listing {
    margin-bottom:20px;
}
.product-listing a.btn-cart {
    margin-right:20px;
    margin-bottom:5px;
    height:38px;
    vertical-align:middle;
    font-size:14px;
    line-height:38px;
}
.product-shop .add-to-cart button.btn-cart i, .product-listing a.btn-cart i {
    margin-top:-10px;
    padding-right:8px;
    font-size:22px;
}
.product-listing a.btn-cart i {
    margin-top:-2px;
}
.product-shop .add-to-links, .product-listing .add-to-links {
    display:inline-block;
}
.product-listing .add-to-links {
    padding: 10px 0 0 0;
}
.product-shop .add-to-links li, .product-listing .add-to-links li {
    float:left;
    margin-right: 10px;
    margin-bottom:5px;
}
.product-shop .add-to-links li:last-child, .product-listing .add-to-links li:last-child {
    margin-right:0;
}
.product-shop .no-rating {
    padding:0 0 15px
}
.product-listing .bottom-line, .product-listing .product-buttons {
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
}
.product-listing .product-buttons {
    border:none;
}
.product-listing .product-name, .product-listing .product-name a {
    font-size:16px;
    line-height:20px;
    text-decoration:none;
}
.product-listing .product-name a:hover {
    text-decoration:underline;
}
.socialsplugins_wrapper {
    overflow: hidden;
}
.socialsplugins_wrapper .facebook_button {
    float:left;
    margin-right:5px;
    width: 90px;
}
.socialsplugins_wrapper .twitter_button {
    float:left;
    margin-right:-10px;
}
.socialsplugins_wrapper .pinit_button {
    float:left;
}
.promo_box {
    display:table;
    width:100%;
    padding: 18px 0;
    border-bottom: 1px solid #f2f2f2;
}
.promo_box span {
    display:block;
    vertical-align: middle;
    display:  table-cell;
    width: 100%;
}

.nav-tabs {
    margin-top: 25px;
}
.nav-tabs > li > a, .nav-pills > li > a {
    margin-right: 4px;
    padding-right: 20px;
    padding-left: 20px;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav-tabs > li > a {
    display:block;
    padding-top: 8px;
    padding-bottom: 8px;
    border: none;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
    color:#000;
    font-weight:bold;
    line-height: 24px;
}
.nav-tabs > li > a:hover, .nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    border: none;
    box-shadow:0px 0px 4px rgba(0, 0, 0, 0.27);
    color:#fff;
    text-decoration:none;
}
.tab-content {
    position:relative;
    z-index:5;
    margin-bottom:25px;
    padding:20px;
    border-top: 5px solid;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
}
.content_top {
    margin-bottom:20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 30px
}
.breadcrumbs {
    display:inline-block;
    margin-bottom:20px;
}
.breadcrumbs a, .breadcrumbs span {
    display: block;
    float:left;
    line-height:18px;
}

.breadcrumbs span.separator {
    display: block;
    float:left;
    padding: 0 10px;
    color:#bababa;
}
.direction-nav, .small_previews {
    position:relative;
    float:right;
    margin-top: -10px;
}
.carousel .small_previews {
    position:absolute !important;
    top:-36px;
    right:9px;
}
.flexslider.vertical .small_previews {
    position:absolute;
    top: 366px;
    right: 0px;
    margin: 0 0 20px 0;
}
.direction-nav a {
    display: inline-block;
    margin-left:4px;
    padding:0;
    width:34px;
    height:33px;
    border-radius: 2px;
    background:#e2e2e2;
    color:#fff;
    text-indent:2px;
    font-size:24px;
    line-height:33px;
    cursor:pointer;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}
.direction-nav a:hover {
    background-color:#9d3bc6;
    color:#fff;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}
.small_preview {
    position:absolute;
    width:85px;
    height:85px;
    z-index:10000;
    top:38px;
    display:none;
    padding:4px;
    border-radius:  5px;
    background:#fff;
    box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
}
.small_preview.next {
    right:-60px;
}
.small_preview.prev {
    right:40px;
}
.small_previews #jcarousel_preview_prev, .small_previews #jcarousel_preview_next {
    top:20px;
    z-index:100;
}
.accordion {
    margin-bottom: 20px;
}
.accordion-group {
    margin-bottom: 2px;
    padding:2px 0;
    border-radius:  5px;
    background:#fff;
    box-shadow:         0px 0px 2px rgba(0, 0, 0, 0.1);
}
.accordion-heading {
    border-bottom: 0 none;
    font-size: 16px;
    line-height: 16px
}
.accordion-heading a {
    margin-top:3px;
    border-radius:  5px;
    background:#000;
    color:#fff;
    text-decoration:none;
}
.accordion-heading a.collapsed {
    margin:0;
    background:#fff;
    color:#4c4c4c;
}
.accordion-heading a span {
    padding-right: 20px;
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}
.accordion-toggle {
    cursor: pointer;
}
.accordion-inner {
    overflow: hidden;
    padding: 20px 25px;
    border-top: 1px solid #fff;
}
.box-list {
    padding: 10px 30px 20px;
    border-radius:  5px;
    box-shadow:         0px 0px 2px rgba(0, 0, 0, 0.1);
}
.box-list li {
    padding: 4px 0;
    border-bottom: 1px solid rgba(200, 200, 200, 0.2);
}
.box-list li:last-child {
    border: none;
}
.custom_blocks {
    border-radius: 5px;
    background-color:#f8f8f8;
    box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
    border:2px solid #fff;
    display:inline-block;
    width:100%;
}
.custom_blocks .box {
    width:270px;
    float:left;
    text-align:center;
    padding: 0;
    background:none;
}
.custom_blocks .box:first-child {
    padding:0 30px 0 0;
}
.custom_blocks .pull-left {
    padding: 0;
    background:none;
}
.custom_blocks .pull-left:first-child {
    padding:0 30px 0 0;
}
.custom_blocks .box a {
    text-transform:none;
    font-size: 18px;
    line-height: 20px;
    font-weight:normal;
    margin: 0 auto;
    display:block;
    text-align:center;
}
.custom_blocks .box a:hover {
    text-decoration:none;
}
.custom_blocks .box .inside {
    border-bottom:5px solid #9d3bc6;
    margin: 8px 0 0;
    padding: 0 0 8px 0;
    text-align:center;
    -moz-transition: all 1s 0s linear;
    -o-transition: all 1s 0s linear;
    -webkit-transition: all 1s 0s linear;
    overflow:hidden;
}
.custom_blocks .box:hover .inside {
    border-bottom:5px solid transparent;
    -moz-transition: all 0.5s 0s linear;
    -o-transition: all 0.5s 0s linear;
    -webkit-transition: all 0.5s 0s linear;
}
.custom_blocks .box .icon_circle {
    width:62px;
    height:63px;
    display: inline-block;
    margin: 0 10px 0 0;
    text-align:center;
}

.custom_blocks .box .text {
    display: inline-block;
    line-height:63px;
}
.custom_blocks .box .icon_circle i {
    font-size:34px;
    height:62px;
    width: 62px;
    padding:1px 0 0;
    margin:0;
    vertical-align:middle;
    display:table-cell;
    -moz-transition: font-size 0.1s 0s ease;
    -o-transition: font-size 0.1s 0s ease;
    -webkit-transition: font-size 0.1s 0s ease;
}
.custom_blocks .box .icon_circle.dark i {
    color:#fff;
}
.custom_blocks .box .icon_circle.light i {
    color:#444;
}
.custom_blocks .box:hover .icon_circle i {
    font-size:40px;
    -moz-transition: all 0.2s 0s ease;
    -o-transition: all 0.2s 0s ease;
    -webkit-transition: all 0.2s 0s ease;
}
.block_img img {
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow:  0px 0px 6px rgba(0, 0, 0, 0.3);
    -moz-transition: all 0.2s 0s linear;
    -o-transition: all 0.2s 0s linear;
    -webkit-transition: all 0.2s 0s linear;
    width:100%;
}
.block_img img:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.message {
    padding:15px 20px 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
}
.message .text {
    font-size:12px;
    line-height:28px;
    display:inline-block;
}
.message i {
    font-size:28px;
    padding-right:10px;
    display:inline-block;
}
@-moz-document url-prefix() {
.message i {
 margin-top:-2px;
}
}
.message.error {
    background:#f3dddd;
    border-color:#dfd2d2;
    color:#866868;
}
.message.error i {
    color:#d1aaaa;
}
.message.done {
    background:#e8f6df;
    border-color:#d9e6d1;
    color:#67795c;
}
.message.done i {
    color:#bad3aa;
}
.message.info {
    background:#efefef;
    border-color:#e8e8e8;
    color:#8a8a8a;
}
.message.info i {
    color:#c7c7c7;
    font-size:22px;
    padding-top:3px;
    padding-bottom:3px;
}
/*FOOTER*/
#bottom_block {
    padding: 0 0 25px 0;
    margin-bottom: -50px;
}
#push, #footer {
    height: 27px;
    clear: both;
}
#footer {
    z-index:3;
    position:relative;
    bottom:0;
    margin-top:-27px;
}
#footer:hover {
    z-index:3002;
}

#footer_line {
    position:relative;
    z-index:0;
}
#footer_bottom {
    position:relative;
    z-index:1;
}
#footer_bottom i {
    color:#fff;
    font-size:14px;
}
#footer_bottom .pull-right, #footer_bottom .pull-left {
    max-width: 49%;
}
#footer_bottom .pull-right {
    text-align:right;
}
#footer_bottom .noHover, #footer_bottom .noHover span {
    padding:0;
    line-height: 25px;
    margin:0 0 1px 0;
}
#footer_bottom .noHover img {
    vertical-align:middle;
}
#footer_bottom .noHover span {
    display:inline-block;
}
#footer_bottom .noHover span.text {
    padding-top:5px;
}
#footer_bottom .noHover span.text, #footer_bottom .noHover span.text span {
    display:inline-block;
    line-height:18px
}
#footer_bottom .noHover span.text span {
    margin:0;
}
#footer_bottom .pull-right.noHover {
    padding: 2px 0 0;
    line-height:24px;
}
#footer_bottom .noHover .payment_icons {
    margin-right:5px;
}
#footer_bottom .payment_icons img {
    margin-right:4px;
}

#footer_bottom .payment_icons .payment1{
    background: url("../images/payment1.png") no-repeat
}
#footer_bottom .payment_icons .payment2{
    background: url("../images/payment2.png") no-repeat
}
#footer_bottom .payment_icons .payment3{
    background: url("../images/payment3.png") no-repeat
}
#footer_bottom .payment_icons .payment4{
    background: url("../images/payment4.png") no-repeat
}
#footer_bottom .payment_icons .payment5{
    background: url("../images/payment5.png") no-repeat
}



#footer_button {
    position:absolute;
    top:0;
    left:50%;
    z-index:2;
    margin-left:-20px;
    padding:3px 0 0 0;
    width: 30px;
    height:24px;
    text-align:center;
    color:#606060;
    font-size: 20px;
    cursor: pointer;
}
#footer_popup0{
	/*background:#ECECEC;*/
	padding:25px 0;
	color:#fff;
}
#footer_popup0 a {
	color:#fff;
}
#footer_popup {
    position:absolute;
    z-index:0;
    bottom:0;
    display:none;
    padding-bottom:65px;
    width:100%;
}

#footer_popup h3, #footer_popup h4 {
    padding: 10px 0;
    border-bottom:1px solid #ccc;
    color:#000;
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
}
#footer_popup h4 {
    border:none;
}
#footer_popup p a{
    color: #464646
}

#footer_bottom i {
    font-size: 14px;
    height:20px;
    -webkit-transition: font-size 0.25s 0s ease;
    -moz-transition: font-size 0.25s 0s ease;
    -o-transition: font-size 0.25s 0s ease;
}
#footer_bottom i:hover {
    font-size:20px;
    -webkit-transition: font-size 0.25s 0s ease;
    -moz-transition: font-size 0.25s 0s ease;
    -o-transition: font-size 0.25s 0s ease;
}
#preloader {
    position: fixed;
    z-index:100000;
    top:40%;
    width:100%;
}
#preloader .message {
    position: absolute;
    left:32%;
    padding:0 1%;
    margin-top: 70px;
    background-color:rgba(0, 0, 0, 0.8);
    border-radius:6px;
    border: none;
    color:#fff;
    text-align:center;
    width:34%;
}
#preloader .loader {
    position: absolute;
    left:50%;
    margin-left:-28px;
    background-color:rgba(0, 0, 0, 0.8);
    border-radius:6px;
    height: 56px;
    width:56px;
    line-height:56px;
    text-align:center;
}
#preloader .loader img {
    opacity:0.9;
}
#preloader .message .inside {
    padding:20px;
}
#login-box {
    z-index:100000;
    position: fixed;
    top:50%;
    left:50%;
    margin-left:-160px;
    margin-top:-200px;
    width:320px;
    box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
    border-radius: 5px;
    background:#fff;
    text-align: center;
}
#login-box a {
    text-decoration:underline;
}
#login-box a:hover, #login-box .button {
    text-decoration:none;
}
#login-box .inside {
    padding:  20px;
}
#login-box input {
    text-align:center;
    color:#000;
    margin:12px 0;
}
#login-box .button {
    margin-top:20px;
    position:relative;
}
#login-box .line {
    overflow:hidden;
    margin: 20px -20px 0 -20px;
    width:320px;
    height:1px;
    border-top:5px solid #9d3bc6;
}
#carousel_tabs a {
    white-space:nowrap;
}
/*form element*/
label, input, button, select, textarea {
    font-weight: normal;
    font-size:12px;
    line-height: 20px;
}
.form-search-wrapper {
    position:relative;
    z-index:490;
}

.top_search_block .form-search-wrapper {
    margin-right: 58px
}
.shopping_cart_top .shopping_cart_mini{
    margin-top: 41px
}

.form-search {
    position: relative;
    margin-bottom:0;
}
.form-search input.search-query {
    padding-left:12px;
    font-size:12px;
    width:260px;
    height:24px;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow:0px 0px 4px rgba(0, 0, 0, 0.27);
    padding-right: 31px
}
.form-search button.btn-top-search{background: none !important;}

select, select:focus {
    border-radius: 3px;
    box-shadow:  0px 0px 4px rgba(0, 0, 0, 0.27);
    outline:none;
    height: 34px;
    line-height:34px;
    padding:6px;
    font-size:14px;
}
select.fullwidth, input.fullwidth, textarea.fullwidth {
    width:99%;
}
input.fullwidth, textarea.fullwidth {
    width:94%;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
}
#form-contact input {
    width:100%;
}
#form-contact input.input-small {
    width:120px;
    margin-top: 5px;
}
#form-contact textarea {
    width:100%;
    height:185px;
    margin-bottom:20px;
}
button, .button,
.custom_submit{
    padding: 0 14px;
    border:none;
    border-radius: 3px;
    color:#fff;
    text-transform:none;
    white-space:nowrap;
    font-size:12px;
    line-height: 25px
}
button.dark, .button.dark {
    background: #333;
}
.button {
    display:inline-block;
    text-decoration:none;
}
button:hover, .button:hover {
    color:#fff;
    text-decoration:none;
}
button.dark:hover, .button.dark:hover {
    background: #000;
}
button.button-2x, .button.button-2x {
    padding: 0 15px;
    font-size: 16px;
    line-height:33px
}
button.button-3x, .button.button-3x {
    padding: 2px 15px 6px 15px;
    border:none;
    border-radius: 3px;
    color:#fff;
    text-transform:none;
    white-space:nowrap;
    font-size: 64px;
    line-height: 64px;
    margin-bottom:15px;
}
.form-search button, .form-mail button {
    position: absolute;
    margin:0;
    padding: 2px 0 0 0;
    width:32px;
    height:32px;
    border:none;
    border-radius: 3px;
    background-image:none;
    box-shadow: none;
    text-shadow: none;
}
.form-search{display: block;}
.form-search button{
    top: 2px;
    color: #fff;
    right:2px
}
.form-search button.btn-top-search{
    right:5px
}
.form-mail button,  .form-mail button:hover{
    padding:0;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: none;
    color: #FFFFFF;
    height: 32px;
    margin: 0;
    padding: 2px 0 0;
    position: absolute;
    text-shadow: none;
    top: 2px;
    transition: background-color 0.25s ease 0s;
    width: 32px;
    left: 2px
}

.form-mail {
    position:relative;
    display: block;
}
.form-mail input {
    padding-left:40px;
    padding-right:10px ;
    height:24px;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow:  0px 0px 4px rgba(0, 0, 0, 0.27);
    font-family: arial;
    font-size:12px;
    color: #000;
    width:79%
}
.form-login-wrapper {
    position:absolute;
    width:330px;
    top:20px;
    right:0;
    z-index: 50005;
    display:none;
    padding:8px 8px 12px 20px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color:rgba(0, 0, 0, 0.89);
}
.form-login-wrapper:hover {
    display:block;
}
.form-login {
    margin:0;
}
.form-login input {
    margin:0 15px 0 -24px;
    padding-left:25px;
    width:112px;
    height:22px;
    border: 2px solid #fff;
    border-radius: 3px;
}
.form-login .pull-left i {
    position:relative;
    z-index:100;
    width:18px;
    color:#000;
    font-size:16px;
    height:32px;
    vertical-align:middle;
}
.form-login button {
    float:left;
    display:inline-block;
    margin:0 0 0 -5px;
    padding:0;
    width:20px;
    height:32px;
    border:none;
    background:none;
    background-image:none;
    box-shadow: none;
    color:#fff;
    text-shadow: none;
}
.form-login button i {
    color:#ff0066;
    font-size: 20px;
    line-height:20px;
}
.form-login button.btn:hover {
    background: none;
}
@media (max-width: 1279px) {
    #right_toolbar {
        /*right:-10000px;*/
    }
    .hidden-small-desktop {
        display:none;
    }
}
@media (max-width: 1200px) {
    .custom_blocks .box {
        width:212px;
        float:left;
    }
    .custom_blocks .box a {
        text-transform:none;
        font-weight:normal;
        font-size:16px;
    }
    #header.header_v_2 #nav > li > a {
        min-width: 100px;
        display:block;
        padding: 15px 20px 15px 10px;
    }
    #header.header_v_2 .fadelink > a {
        min-width: 60px;
        padding: 15px 20px 15px 10px;
    }
    #nav .menu_custom_block .col-third {
        float:left;
        width: 190px;
        margin:0 10px;
    }
}
@media (max-width: 979px) {
    section.slider #layerslider-container-fw {
        margin-right: 7px;
    }
    .accordion-inner > .pull-left, .accordion-inner > .pull-right {
        float:none;
    }
    #nav li:hover li.list_column {
        width:200px;
    }
    #nav li:hover li.category_desc_in_menu {
        padding: 0 30px;
        width: 200px;
    }
    #header.header_v_2 .top-links {
        float:none;
        clear: both;
        margin: 0 0 0 -10px;
        padding-top:10px;
    }
    #nav .menu_custom_block .col-third {
        float:left;
        width: 150px;
        margin:0 5px;
    }
}
@media (min-width: 1200px) and (max-width: 1360px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 1050px;
    }
	.containerv, .navbar-static-top .containerv, .navbar-fixed-top .containerv, .navbar-fixed-bottom .containerv {
        width: 870px;
    }
    .span12 {
        width: 1050px;
    }
    .span11 {
        width: 960px;
    }
    .span10 {
        width: 870px;
    }
    .span9 {
        width: 780px;
    }
    .span8 {
        width: 690px;
    }
    .span7 {
        width: 600px;
    }
    .span6 {
        width: 510px;
    }
    .span5 {
        width: 420px;
    }
    .span4 {
        width: 330px;
    }
    .span3 {
        width: 240px;
    }
    .span2 {
        width: 150px;
    }
    .span1 {
        width: 60px;
    }
    .preview {
        padding:5px 5px 10px 5px;
        margin:0;
    }
    .preview .col-1 {
        width:75px;
    }
    .preview .col-2 {
        width:230px;
    }
    .preview.small {
        padding-bottom:5px;
    }
    .preview.small .col-1 {
        width:53px;
        margin-right: 5px
    }
    .preview.small .col-2 {
        width:140px;
    }
    .preview .big_image {
        width:230px;
    }
    .preview.small .big_image {
        width:140px;
        height:137px;
    }
    #header.header_v_2 #nav > li > a {
        min-width: 130px;
        display:block;
        padding: 15px 20px 15px 10px;
    }
    #header.header_v_2 .fadelink > a {
        min-width: 60px;
        padding: 15px 30px 15px 10px;
    }
    .custom_blocks .box {
        width:240px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .custom_blocks .box {
        padding:0;
        width:158px;
        float:left;
    }
    .custom_blocks .box a {
        text-transform:none;
        font-weight:normal;
        font-size:12px;
    }
    .custom_blocks .box .icon_circle {
        margin: 0 5px 0 0;
    }
    .product-box .span4, .product-box .span5, .product-box .span6, .product-box .span7, .product-box .span7, .product-box .span8 {
        float:left;
        width: 350px;
    }
    .product-box .product-img-box .span1 {
        width:60px;
        margin-right:20px;
    }
    .product-box .product-img-box .span3, .product-box .product-img-box .span4, .product-box .product-img-box .span5 {
        width: 260px;
        margin:0;
    }
    .form-mail input {
        width:70%;
    }
	#deskLogo {
		display:none;
	}
}
@media (max-width: 767px) {
    .flexslider.big .flex-direction-nav {
        display:none;
    }
    .listing_header_row1 .pull-left {
        width:50%;
    }
    .listing_header_row1 .pull-right {
        width:49%;
    }
    .tab-content {
        position:relative;
        z-index:0;
        background-color:#fff;
        margin-bottom:25px;
        margin-top:2px;
        padding:20px;
        border-top: none;
    }
    .nav-tabs > li > a, .nav-pills > li > a {
        margin-right:0;
    }
    .mousetrap {
        display: none;
    }
    #footer_popup {
        position: relative !important;
        display:block !important;
        height:auto !important;
        padding-bottom:20px;
    }
    #nav li:hover li.list_column {
        width:160px;
    }
    #nav li:hover li.category_desc_in_menu {
        padding: 0 20px;
        width: 160px;
    }
    #footer_button {
        display:none;
    }
    #footer .pull-left.noHover, #footer .pull-right.noHover {
        max-width:100%;
    }
}
@media (min-width: 640px) and (max-width: 767px) {
    body {
        padding:0;
    }
    .container {
        padding:0 20px;
        width:580px;
    }
    .containerv {
        padding:0 20px;
        width:400px;
    }
    .row {
        margin-left:-70px;
    }
    .span12 {
        float: left;
        margin-left: 70px;
        width:580px;
    }
    .span11 {
        float: left;
        margin-left:70px;
        width:580px;
    }
    .span10 {
        float: left;
        margin-left:70px;
        width:580px;
    }
    .span9 {
        float: left;
        margin-left:70px;
        width:580px;
    }
    .span8 {
        float: left;
        margin-left: 70px;
        width: 344px;
    }
    .span7 {
        float: left;
        margin-left: 70px;
        width: 344px;
    }
    .span6 {
        float: left;
        margin-left: 70px;
        margin-right:-40px;
        width: 276px;
    }
    .span5 {
        float: left;
        margin-left: 70px;
        width: 255px;
    }
    .span4 {
        float: left;
        margin-left: 70px;
        width: 255px;
    }
    .span3 {
        float: left;
        margin-left: 70px;
        width: 255px;
    }
    .span2 {
        float: left;
        margin-left: 70px;
        width: 123px;
    }
    .span1 {
        float: left;
        margin-left: 15px;
        width: 59px;
    }
    .row.small_without_description, .row.small_with_description {
        margin-left:-30px;
    }
    .span2.product {
        margin-left: 30px;
        width: 120px;
    }
    .carousel, .es-carousel, .es-carousel .row {
        padding:0;
        margin:0;
    }
    .carousel.style0 .es-carousel {
        margin:0 -5px 0 -65px;
    }
    .carousel .span3 {
        margin-left: 65px;
        margin-right: 5px;
        width: 255px;
    }
    .carousel .span2 {
        margin-left: 4px;
        margin-right: 11px;
        width: 123px;
    }
    #column_left.span3 {
        float:right;
        width:540px;
		margin: 0px 20px;
    }
    #column_right.span9 {
        float:left;
        width:580px;
    }
    .product-box .span4, .product-box .span5, .product-box .span6, .product-box .span7, .product-box .span8 {
        width: 580px;
        margin-left:70px;
        margin-bottom:25px;
    }
    .product-box .product-img-box .span1 {
        float:left;
        width:60px;
        margin-right:20px;
        margin-left:70px;
    }
    .product-box .product-img-box .span3, .product-box .product-img-box .span4, .product-box .product-img-box .span5 {
        float:left;
        width: 500px;
        margin:0;
    }
    .nav-tabs li {
        float:none;
    }
    .nav-tabs li a {
        margin-bottom:-2px;
        background:#fff;
        -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
        -moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.27);
        box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
    }
    .form-mail input, .form-search input.search-query {
        width:200px;
    }
    .custom_blocks .box {
        width:270px;
    }
    .custom_blocks .box:first-child {
        padding:0 30px 0 5px;
    }
    .custom_blocks .pull-left:first-child {
        padding:0;
        background:none;
    }
    .span2.product .product-price span.old, .span2.product .product-price-regular span.old {
        padding:0;
        display:block;
        margin-top:-12px;
    }
}
@media (max-width: 640px) {
    #login-box {
        margin-top:-150px;
    }
    #login-box .inside {
        padding:  20px;
    }
    #login-box input {
        text-align:center;
        color:#000;
        margin:5px 0;
    }
    #login-box .line {
        margin: 5px -20px;
    }
    #login-box .button {
        margin-top:5px;
    }
}
@media (min-width: 480px) and (max-width: 639px) {
    body {
        padding:0;
    }
    .container {
        padding:0 40px;
        width:370px;
    }
    .containerv {
        padding:0 40px;
        width:190px;
    }
    .row {
        margin-left:-20px;
    }
    .span12 {
        float:left;
        margin-left: 40px;
        width:370px;
    }
    .span9 {
        float:left;
        margin-left: 40px;
        width:370px;
    }
    .span6 {
        float:left;
        margin-left: 20px;
        width:370px;
    }
    .span4 {
        float:left;
        margin-left: 40px;
        width:370px;
    }
    .span3 {
        float:left;
        margin-left: 70px;
        width:270px;
    }
    .span2.product {
        float: left;
        margin-right: 35px;
        margin-bottom:10px;
        margin-left:15px;
        width: 160px;
    }
    .span3.product {
        float:left;
        margin-left: 50px;
        margin-right:50px;
        width:270px;
    }
    .carousel {
        width: 370px;
    }
    .carousel, .es-carousel, .es-carousel .row {
        padding:0;
        margin:0;
    }
    .carousel .span2.product {
        float: left;
        margin-right: 20px;
        margin-bottom:10px;
        margin-left:5px;
        width: 160px;
    }
    .carousel .span3.product {
        float:left;
        margin-left: 50px;
        margin-right: 50px;
        width:270px;
    }
    .nav-tabs li {
        float:none;
    }
    .nav-tabs li a {
        margin-bottom:-2px;
        background:#fff;
        -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
        -moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.27);
        box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
    }
	#nav, #deskLogo, .link_label {
        display:none;
    }
    .nav-list {
        display:block;
        position:static;
        top: 0;
    }
    #logo {
        float:none;
        text-align:center;
        padding:10px 0 0;
    }
    .product-box .span4, .product-box .span5, .product-box .span6, .product-box .span7, .product-box .span8 {
        margin-left: 40px;
        width:370px;
        margin-bottom:25px;
    }
    .product-box .product-img-box .span1 {
        float:left;
        width:70px;
        margin-right:10px;
    }
    .product-box .product-img-box .span3, .product-box .product-img-box .span4, .product-box .product-img-box .span5 {
        float:left;
        width: 290px;
        margin:0;
    }
    #column_left.span3 {
        float:right;
        width:330px;
        margin: 0px 20px;
    }
    #column_right.span9 {
        float:left;
        width:370px;
    }
    .block_img {
        width:175px;
        margin-left:20px;
    }
    .form-mail input, .form-search input.search-query {
        width:200px;
    }
    .custom_blocks .box {
        width:170px;
        float:left;
    }
    .custom_blocks .box a {
        font-size:12px;
    }
    .custom_blocks .box:first-child {
        padding:0 30px 0 0;
    }
    .custom_blocks .pull-left:first-child {
        padding:0;
        background:none;
    }
    #form-contact .span9 {
        margin:0;
        width:390px;
    }
    #header.header_v_2 .form-search-wrapper {
        margin:-15px 0 0 30px;
    }
    .table.shopping-cart-table th {
        display:none;
    }
    .table.shopping-cart-table, .table.shopping-cart-table tr, .table.shopping-cart-table td, .table.shopping-cart-table td:first-child {
        display: block;
        float: left;
        clear: both;
        width: 100%
    }
    .table.shopping-cart-table td, .table.shopping-cart-table td:first-child {
        padding:10px;
        width:90%;
        min-width: 200px;
        border:none;
        border-bottom: 1px solid #e5e5e5;
        text-align:left;
    }
    .table.shopping-cart-table td.aligncenter {
        text-align:left;
    }
    .table.shopping-cart-table td:first-child {
        text-align:center;
    }
    .table.shopping-cart-table .cart-col-name {
        display: inline-block;
        padding-right:10px;
    }
    .right-button {
        float:left;
        margin-bottom:15px;
    }
}
@media (max-width: 479px) {
    body {
        padding:0;
    }
    .container {
        padding:0;
        margin:0 auto;
        width:300px;
    }
	.containerv {
        padding:0;
        margin:0 auto;
        width:120px;
    }
    .row {
        margin-left:0;
    }
    .span12 {
        float:left;
        margin-left: 0;
        width:300px;
    }
    .span9 {
        float:left;
        margin-left: 0;
        width:300px;
    }
    .span6 {
        float:left;
        margin-left: 0;
        width:300px;
    }
    .span4 {
        float:left;
        margin-left: 0;
        width:300px;
    }
    .span3 {
        float:left;
        margin-left: 20px;
        width:260px;
    }
    .span3.product {
        float:left;
        margin-left: 20px;
        margin-right:20px;
        width:260px;
    }
    .span2.product {
        float: left;
        margin-right: 7px;
        margin-left:8px;
        margin-bottom:10px;
        width: 135px;
        padding:0;
    }
    .carousel {
        width:300px;
    }
    .es-carousel {
        padding:0;
        margin:0;
    }
    .nav-tabs li {
        float:none;
    }
    .nav-tabs li a {
        margin-bottom:-2px;
        background:#fff;
        -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
        -moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.27);
        box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
    }
    #nav, #deskLogo, .link_label {
        display:none;
    }
    .nav-list {
        display:block;
        position:static;
        top: 0;
    }
    #topline .pull-right {
        float:none;
    }
    #topline .pull-right .alignright {
        text-align:center;
    }
    #topline .fadelink {
        margin-right: 5px;
        margin-left: 0px;
    }
    #topline .fadelink > a {
        padding: 2px 20px 1px 5px;
    }
    #topline .fadelink .ul_wrapper ul {
        padding: 5px 12px 5px 5px;
    }
    #logo {
        float:none;
        text-align:center;
        padding:10px 0 0;
    }
    #column_left.span3 {
        float:right;
        width:260px;
        margin: 0px 20px;
    }
    #column_right.span9 {
        float:left;
        width:300px;
        margin:0;
    }
    #form-contact .span9, #form-contact .span4 {
        margin:0;
        width:280px;
    }
    #form-contact .span4.pull-right {
        float:none;
    }
    .product-box .span4, .product-box .span5, .product-box .span6, .product-box .span7, .product-box .span8 {
        float:left;
        width:300px;
        margin-bottom:25px;
    }
    .product-box .product-img-box .span1 {
        float:left;
        width:60px;
        margin-left:5px;
        margin-right:10px;
    }
    .product-box .product-img-box .span3, .product-box .product-img-box .span4, .product-box .product-img-box .span5 {
        float:left;
        width: 215px;
        margin:0;
    }
    .product-shop .product_related, .product-shop .product_custom {
        float:none;
        width: 170px;
        margin:0 0 50px 0;
    }
    .block_img {
        width:260px;
        margin-left:20px;
    }
    .form-mail input, .form-search input.search-query {
        width:180px;
    }
    .custom_blocks {
        width:256px;
        margin-left:20px;
    }
    .custom_blocks .box, .custom_blocks .box:first-child {
        margin:0 3px;
        padding: 0;
        width:250px;
        background:none;
        float:none;
    }
    .custom_blocks .box .inside a {
        text-align:left;
    }
    .custom_blocks .pull-left, .custom_blocks .pull-left:first-child {
        padding:0;
        background:none;
        float:none;
    }
    .shoppingcart .badge {
        position:absolute;
        top:-7px;
        left: -10px;
        right:auto;
    }
    #footer .pull-left.noHover, #footer .pull-right.noHover {
        width:100%;
        max-width:100%;
        float:none;
        text-align:center;
    }
    .select_wrapper.width1 {
        width:80px;
    }
    .direction-nav {
        margin-bottom:8px;
    }
    #header.header_v_2 .form-search-wrapper {
        margin:-15px 0 0 -5px;
    }
    #header.header_v_2 .form-search input.search-query {
        width:160px;
    }
    #header.header_v_2 .shoppingcart {
        right:30px;
        bottom: 75px;
    }
    #header.header_v_2 .fadelink {
        margin-right: -12px;
        margin-left: 15px;
    }
    #header.header_v_2 .fadelink .ul_wrapper {
        position:absolute;
        top: 25px;
        z-index:100;
        display:none;
        border: 1px solid #d9d9d9;
    }
    #header.header_v_2 .fadelink .ul_wrapper ul {
        padding:  7px 5px 7px 5px;
        width:auto;
        border-radius: 0;
        background:#fff;
    }
    #header.header_v_2 .fadelink > a {
        padding: 2px 15px 1px 5px;
        border-radius: 2px;
        color:#555555;
        text-decoration:none;
        box-shadow:none;
        border: 1px solid #d9d9d9;
        border-bottom:none;
        font-weight:normal;
    }
    #header.header_v_2 .fadelink:hover > a {
        box-shadow:none;
        border: 1px solid #d9d9d9;
        border-bottom:none;
        color:#555555;
    }
    .table.shopping-cart-table, .table.shopping-cart-table tr, .table.shopping-cart-table td, .table.shopping-cart-table td:first-child {
        display: block;
        float: left;
        clear: both;
        width: 100%
    }
    .table.shopping-cart-table th {
        display:none;
    }
    .table.shopping-cart-table td, .table.shopping-cart-table td:first-child {
        padding:10px;
        width:90%;
        border:none;
        border-bottom: 1px solid #e5e5e5;
        text-align:left;
    }
    .table.shopping-cart-table td.aligncenter {
        text-align:left;
    }
    .table.shopping-cart-table td:first-child {
        text-align:center;
    }
    .table.shopping-cart-table .cart-col-name {
        display: inline-block;
        padding-right:10px;
    }
    .right-button {
        float:left;
        margin-bottom:15px;
    }
    #login-box {
        left:50%;
        margin-left:-140px;
        width:280px;
    }
    #login-box .line {
        margin: 5px -20px;
        width: 280px;
    }
}


/* fancy box buttons */
#fancybox-buttons {
    position: fixed;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 1005;
}

#fancybox-buttons ul {
    display: block;
    width: 170px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    background: #111;
    -webkit-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
    -moz-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
    background: #111 -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.2)),color-stop(.5,rgba(255,255,255,.15)),color-stop(.5,rgba(255,255,255,.1)),to(rgba(255,255,255,.15)));
    background: #111 -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.15) 100%);
    border-radius: 3px;
}

#fancybox-buttons ul li {
    float: left;
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    line-height: 30px;
    text-indent: -9999px;
    background-image: url('../images/fancybox/fancybox_buttons.png');
    background-repeat: no-repeat;
}

#fancybox-buttons a.btnPrev {
    width: 32px;
    background-position: 6px 0;
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 38px;
    background-position: -57px 0px;
}

#fancybox-buttons a.btnDisabled {
    opacity : 0.5;
    cursor: default;
}

#fancybox-thumbs {
    position: fixed;
    bottom: 2px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    z-index: 1005;
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5;
}

#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
    opacity: 1;
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
}


/*! fancyBox v2.0.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1002;
}

.fancybox-outer {
    padding: 0;
    margin: 0;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 500010;

}

.fancybox-opened .fancybox-outer {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    outline: none;
    overflow: hidden;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -21px;
    width: 42px;
    height: 42px;
    background: url('../images/fancybox/fancybox_loading.gif');
    opacity: 0.8;
    cursor: pointer;
    z-index: 1010;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox/fancybox_sprite.png');
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 1004;
}

.fancybox-prev, .fancybox-next {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
    z-index: 1003;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-prev span, .fancybox-next span {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 1003;
}

.fancybox-prev span {
    background-position: 0 -36px;
}

.fancybox-next span {
    background-position: 0 -72px;
}

.fancybox-prev:hover, .fancybox-next:hover {
    visibility: visible;
}

.fancybox-prev:hover span {
    left: 20px;
}

.fancybox-next:hover span {
    left: auto;
    right: 20px;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    padding: 0;
    overflow: visible;
    visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 50009;
    background: #000;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 1005;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 1003;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    margin-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}



.f_left {float: left;}
.f_right{float: right;}
.toolbar_bottom label{cursor:text}

.margin_discard{margin-left: 30px}

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
    border: 4px solid #888;
    margin:-4px;	/* Set this to minus the border thickness. */
    background-color:#fff;
    cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
    font-family:Arial, Helvetica, sans-serif;
    position:absolute !important;
    background-color:#000;
    color:#fff;
    padding:3px;
    width:100%;
    text-align:center;
    font-weight:bold;
    font-size:12px;
    top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
    border:4px solid;
    overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
    color:white;
    background:#222;
    padding:3px;
    border:1px solid #000;
}




.fb-like, .fb-like span, .fb-like.fb_iframe_widget span iframe,
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style]{
    width: 100% !important;
}

.bgcolor_icon{
    display: block;
    float: left;
    width:22px;
    height:18px;
    margin-right: 10px;
    border-radius: 2px;
    padding-left: 1px
}
.bgcolor_icon_facebook{
    width: 10px;
    padding: 0;
    padding-left: 10px;
}

h4 [class^="icon-facebook"]{
    font-size: 18px;
    margin: 0;
    padding: 0
}
.infoBox {
    margin: 0 0 15px
}
.infoBox .infoBoxHeading{
    font: 26px/28px 'Rokkitt',sans-serif;
    padding-bottom: 10px;
    text-transform:none;
}
.infoBox .infoBoxContents{
    padding: 5px 0 15px
}
.infoBoxH {
    margin: 0px;
}
.infoBoxH .infoBoxHeadingH{
    font: 18px/20px 'Rokkitt',sans-serif;
    padding-bottom: 5px;
    text-transform:none;
	background: transparent;
	text-align: left;
	padding-left: 13px;
	padding-right: 13px;
}
.infoBoxH .infoBoxContentsH{
    padding: 0px;
}
.cat_parent{
    padding:0;
    margin-bottom:6px;
    line-height: 20px
}
.cat_parent i{margin-right: 5px}

.nav > li > a:hover {
    text-decoration: none;
    background-color: #eeeeee;
}


.space_cat{width: 10px;float: left;display: block;}
.cat_child{margin-left:20px;line-height: 20px}
ul.infoBox_list{
    list-style:none;
    color: #000;
}
ul.infoBox_list li{
    border-top: 1px solid;
    padding-top: 3px;
    padding-bottom: 2px;
    overflow: hidden;
}
ul.infoBox_list li span{
    font-weight: bold;
    float:left;
    margin-bottom: 1px;
    margin-right: 5px
}
ul.infoBox_list li.first{border: none}

ul.infoBox_listH{
    list-style:none;
    color: #000;
}
ul.infoBox_listH li{
    border-top: 1px solid;
    padding-top: 1px;
    padding-bottom: 0px;
	padding-left: 35px;
	padding-right: 35px;
    overflow: hidden;
	text-align: left;
}
ul.infoBox_listH li span{
    font-weight: bold;
    float: left;
    margin-bottom: 1px;
    margin-right: 15px;
	display: inline-block;
	width: 50px;
	text-align: right;
}
ul.infoBox_listH li.first{border: none}

.subcategory_name_wrapper{overflow: hidden;}
.subcategory_name{float: left;margin: 0px 20px 20px 0px}
.new_price{font-size: 16px; font-family: arial}


#column_right.span9 .count_3cols_col_1,
#column_right.span12 .count_4cols_col_1,
#column_right.span9 .small_with_description .count_4cols_col_1{
    clear: both;
}
#column_right.span9 .small_with_description .count_3cols_col_1,
#column_right.span12 .small_with_description .count_3cols_col_1,
#column_right.span12 .small_with_description .count_4cols_col_1{
    clear:none;
}
#column_right.span12 .small_with_description .count_6cols_col_1{
    clear: both;
}
/* login page */
.login_page_line input{
    width:80%;
}
.fieldValue{margin-left:2px}
.login_page_line .fieldKey, .login_page_line .fieldValue{width: auto;}
.contentContainer .contentText textarea{width: 100%}
.infoBoxContainer{}

/* end login page */

.subcategory_image{margin-bottom: 30px}
.manufacturers_list{}
.big_with_description{clear: both;}
.manufacturers_list p strong{line-height: 30px;margin-right: 10px}

/* pager */
.infoBoxContainer .sort_text{margin-left: 30px;margin-bottom: 20px}
.infoBoxContainer .sort_text b{margin-right: 10px}
.toolbar_bottom{clear: both;margin-left: 17px; padding:15px;}
.toolbar_bottom label{float: left;margin-right: 5px}
.toolbar_bottom strong, .toolbar_bottom a.pageResults{padding:5px; border:solid 1px #ddd; color:#004680; text-decoration:none;}
.toolbar_bottom strong { color:#1F1F1F; background:#eee; }

.toolbar_bottom a.pageResults_prev, .toolbar_bottom a.pageResults_next{}
.toolbar_bottom a.pageResults_prev u, .toolbar_bottom a.pageResults_next u{
    display: inline-block;
}
.toolbar_bottom a.pageResults_prev u i, .toolbar_bottom a.pageResults_next u i{
    background-color: transparent;
    font-size:12px;
}
.toolbar_bottom a.pageResults_prev:hover u i, .toolbar_bottom a.pageResults_next:hover u i{
    /*background-color:rgba(236, 236, 236, 0.6);*/
}
/* end pager */

/* shopping cart page */
.contentText .cart_item{margin-bottom: 20px}
.shopping_cart_boxes{overflow: hidden;margin-top:5px}
.shoppingcart_img{
    width:140px;
}
.shopping_cart_input, .shopping_cart_refresh{float: left;}
.shopping_cart_input{margin-left: 10px}
.shopping_cart_input, .shopping_cart_refresh{margin-right: 20px}
.shopping_cart_input input{width:30px;margin:2px 0 2px 2px;padding: 0;}
.shopping_cart_button_remove{font-size: 20px}
.or_paypol{clear: both; padding: 15px 50px 0 0;}
.shopping_cart_product_name{margin-left: 10px}
/* end shopping cart page */

/* product info page, all reviews pages */
.product-shop .reviews_wrapper{overflow: hidden;margin-bottom: 20px}
.product-shop .product_img_wrapper{
    float: left;
    text-align: center
}

.product-shop .reviews_wrapper .product_img_wrapper{
    width:150px;
}
.product-shop .reviews_wrapper .product_info_wrapper{
    margin-left:170px
}

.product-shop .reviews_author a{font-weight: bold;}
.reviews-box .rating{display: inline;}
.rating_line{margin-top:10px}

/*
.product_img_wrapper {
    float: left;
    margin-right: 40px;
    max-width: 40%;
}
.product_info_wrapper {
    float: none;
    padding-bottom: 10px;
    width: auto;
}
*/

.product_reviews_write_page .product_info_wrapper .fieldKey{width:90px;line-height: 2}
.product_reviews_write_page .product_info_wrapper .fieldKey{width:90px;line-height: 2}
.product_reviews_write_page .product_info_wrapper .fieldValue font{line-height: 20px;}
.product_reviews_write_page .product_info_wrapper .fieldValue span{line-height: 20px}
.product_reviews_write_page .product_info_wrapper .fieldValue span small{line-height:14px}


.product_info_wrapper .buttonSet{padding-top: 20px}

.options_form{margin-left: 2px}

.empty_page{margin-left:15px}
.product_tags{margin-left: 30px}
/* end reviews pages */

/* images border */
.shoppingcart_img, .product_img_wrapper img{
    border-radius: 8px;
    background:#fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    margin: 2px
}

.shoppingcart_img{margin: 2px 20px 2px 2px}

/* end images border */


/* buttons */
.custom_submit{display: inline-block;}
button.custom_submit_button,
.custom_submit{
    font-family: arial;
    font-weight: bold;
    text-decoration: none!important;
    color:#fff
}
button.custom_submit_button i.icon-basket,
.custom_submit i.icon-basket{display: none;}

.reviews-box a.custom_submit,
.reviews-box .reviews_link{
    text-decoration:underline !important;
    font-family: arial;
    font-size:12px;
    line-height: 17px;
    text-transform: none;
    background: none;
    font-weight: normal;
    border: none;
    padding: 0;
    margin: 0;
    float: none;
    display: inline;
    color: #000
}

.reviews-box a.custom_submit:hover,
.reviews-box .reviews_link:hover {
    text-decoration:none!important;
    color: #000;
    opacity: 1
}

.product-shop .add-to-cart .btn-cart button.custom_submit_button{
    height:56px;
    font-family:'Oswald',sans-serif;
    font-size: 16px;
    height: 56px;
    line-height:35px;
    padding-right: 20px;
    vertical-align: middle;
    font-weight: normal;
    color:#fff
}
.product-shop .add-to-cart .btn-cart button.custom_submit_button i.icon-basket{display:inline;}
.product-shop .add-to-cart .btn-cart button.custom_submit_button i{
    margin-top:-10px;
    padding-right:8px;
    font-size:22px;
}

/* end buttons */

.display{display: none;}

/* ie 10 styles */
.ie10 #right_toolbar {
    right:15px;
}
/* addit styles */
.ie10 .bgcolor_icon_email{height: 16px}

.contentText table{line-height: 26px}

.ui-icon{}

.productsNotifications input[type="checkbox"]{
    margin: 5px 0px 5px 0px
}

.product-shop{margin-top: 20px}

/* password_forgotten */
.password_forgotten{
    padding-top: 20px;
    padding-bottom: 10px
}

.password_forgotten input{
    margin-bottom: 0
}
.password_forgotten .fieldKey{
    width: 100px
}

.product-img-box .more-views li .video i {
    font-size: 40px;
    height: 59px;
    line-height: 59px;
    margin: 0;
    padding: 3px 0 0;
    text-align: center;
    text-indent: 2px;
    vertical-align: middle;
    width: 100%;
}

.accountLinkList li i{margin-right: 10px}

/* ----------------------------megastore update responsibility-------------------------------------- */
@media (min-width: 1200px) {
    .product.hover .sticker_new_top_left,
    .product.hover .sticker_new_top_right,
    .product.hover .sticker_new_bottom_left,
    .product.hover .sticker_new_bottom_right,
    .product.hover .sticker_option_top_right,
    .product.hover .sticker_option_top_left,
    .product.hover .sticker_option_bottom_left,
    .product.hover .sticker_option_bottom_right,
    .product.hover .sticker_onsale_top_left,
    .product.hover .sticker_onsale_top_right,
    .product.hover .sticker_onsale_bottom_left,
    .product.hover .sticker_onsale_bottom_right{
        display: none;
    }
}



@media (min-width: 768px) and (max-width: 1200px) {
    .product.hover .sticker_new_top_left,
    .product.hover .sticker_new_top_right,
    .product.hover .sticker_new_bottom_left,
    .product.hover .sticker_new_bottom_right,
    .product.hover .sticker_option_top_right,
    .product.hover .sticker_option_top_left,
    .product.hover .sticker_option_bottom_left,
    .product.hover .sticker_option_bottom_right,
    .product.hover .sticker_onsale_top_left,
    .product.hover .sticker_onsale_top_right,
    .product.hover .sticker_onsale_bottom_left,
    .product.hover .sticker_onsale_bottom_right{
        display: block;
    }
}


@media (max-width: 986px) {

    #layerslider-container-fw {
        display: none
    }
    section#content{box-shadow: none!important;}

}

@media (min-width: 768px) and (max-width: 979px) {
    .product.hover .sticker_new_top_left,
    .product.hover .sticker_new_top_right,
    .product.hover .sticker_new_bottom_left,
    .product.hover .sticker_new_bottom_right,
    .product.hover .sticker_option_top_right,
    .product.hover .sticker_option_top_left,
    .product.hover .sticker_option_bottom_left,
    .product.hover .sticker_option_bottom_right,
    .product.hover .sticker_onsale_top_left,
    .product.hover .sticker_onsale_top_right,
    .product.hover .sticker_onsale_bottom_left,
    .product.hover .sticker_onsale_bottom_right{
        display:block !important;
    }

    .product-shop .span6.product_info_wrapper{
        width:370px;
    }

    .nav-list {
        display: block;
        position: static;
        top: 0;
    }

    nav #nav{
        display: none
    }
    section#content{box-shadow: none!important;}


}

@media (max-width: 767px) {
    .top_search_block{
        margin-right:12px
    }
    #column_left.span3{display: block;}

    .product.hover .sticker_new_top_left,
    .product.hover .sticker_new_top_right,
    .product.hover .sticker_new_bottom_left,
    .product.hover .sticker_new_bottom_right,
    .product.hover .sticker_option_top_right,
    .product.hover .sticker_option_top_left,
    .product.hover .sticker_option_bottom_left,
    .product.hover .sticker_option_bottom_right,
    .product.hover .sticker_onsale_top_left,
    .product.hover .sticker_onsale_top_right,
    .product.hover .sticker_onsale_bottom_left,
    .product.hover .sticker_onsale_bottom_right{
        display:block!important;
    }
    .product-shop .span2.product_img_wrapper{
        width: 370px;
        margin-bottom: 20px
    }
    .product-shop .span6.product_info_wrapper{
        width:320px;
        margin-left: 0
    }
    section#content{box-shadow: none!important;}

    .nav-list {
        display: block;
        position: static;
        top: 0;
    }

    nav #nav{
        display: none
    }


}
@media (min-width: 640px) and (max-width: 767px) {
    .nav-list {
        display: block;
        position: static;
        top: 0;
    }


    section#content{box-shadow: none!important;}


    #column_right.span9 .count_3cols_col_1,
    #column_right.span12 .count_4cols_col_1,
    #column_right.span9 .small_with_description .count_4cols_col_1{
        clear: none;

    }


    .product_view_page .content_top,
    .product_view_page .product_tags,
    .infoBoxContainer .sort_text,
    .toolbar_bottom{
        margin-left: 70px
    }

    .product-shop .span6.product_info_wrapper{
        width:80%;
        margin-left: 0
    }


}

@media (min-width: 480px) and (max-width: 639px) {
    .nav-list {
        display: block;
        position: static;
        top: 0;
    }
    section#content{box-shadow: none!important;}
    .link_label {
        display:inline;
    }

    .currency_label {
        margin-left:140px;
        float: left;
    }
    #topline .currencies_block{
        z-index: 498;
        float: left;
    }
    #topline .fadelink{margin-bottom: 10px}
	
	.shoppingcart{margin-top:73px}

}

@media (max-width: 480px){
    #column_left.span3{display: block;}
    .shoppingcart_img, .shopping_cart_input, .shopping_cart_refresh{margin-right: 10px}

    .fieldValue input, .contentContainer .contentText textarea{width:80%}
    .product_tags{margin-left: 0}


    .product.hover .sticker_new_top_left,
    .product.hover .sticker_new_top_right,
    .product.hover .sticker_new_bottom_left,
    .product.hover .sticker_new_bottom_right,
    .product.hover .sticker_option_top_right,
    .product.hover .sticker_option_top_left,
    .product.hover .sticker_option_bottom_left,
    .product.hover .sticker_option_bottom_right,
    .product.hover .sticker_onsale_top_left,
    .product.hover .sticker_onsale_top_right,
    .product.hover .sticker_onsale_bottom_left,
    .product.hover .sticker_onsale_bottom_right{
        display:block !important;
    }

    .product-shop .span2.product_img_wrapper{
        width: 290px;
        margin-bottom: 20px
    }

    .shopping_cart_page p.sub_total,
    .shopping_cart_page .checkout_button .buttonAction,
    .shopping_cart_page p.paypal,
    .shopping_cart_page .checkout_button .buttonAction a.custom_submit{
        text-align: center;
        margin: 0 auto;
        width: auto;
        float: none;
        display: block;
    }
    .or_paypol{padding: 15px 0 0;text-align: center}

    section#content{box-shadow: none!important;}

    #column_right select{width: 90%}
    #column_right .fieldValue input[type="checkbox"],
    #column_right .fieldValue input[type="radio"]{
        width: auto;
    }

    .link_label {
        display:inline;
    }

    .currency_label {
        margin-left: 20px
    }
    #topline .currencies_block{z-index: 498}
    #topline .fadelink{margin-bottom: 10px}
    .main_product_slider h2{margin-left: 20px}

    .shopping_cart_top .shopping_cart_mini{width: 280px;margin-right: 10px}
    .shopping_cart_mini .button{float: none;margin-bottom: 10px}

    .product-shop .span6.product_info_wrapper{width: auto;}
}

.footer_info_dark{
    padding-bottom: 30px
}


.fb_outer { width: 100%;}
.fb_outer .items_row { margin:10px 0 0 0; overflow:hidden; width:100%;}
.fb_outer .items_row .item { float:left; text-align:left; width:33%; font-size:12px;  }
.fb_outer .items_row .item .name { width:60px; text-align:center; }
.fb_outer .items_row .item .name a { text-decoration:none;}

/* retina images */
@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {

    #fancybox-loading {
        background: url('../images/fancybox/fancybox_loading_2x.gif');

        background-size: 42px 42px;
        background-repeat: no-repeat;


    }
    .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../images/fancybox/fancybox_sprite_2x.png');

        background-size: 36px 108px;
        background-repeat: no-repeat;

    }

    .fancybox-prev, .fancybox-next{
        background: transparent url('../images/fancybox/blank_2x.gif'); /* helps IE */

        background-size: 1px 1px;
        background-repeat: no-repeat;


    }
    #fancybox-buttons a{
        background-image: url('../images/fancybox/fancybox_buttons_2x.png');

        background-size:90px 90px;
        background-repeat: no-repeat;

    }





    #topline .fadelink > a{
        background-image: url("../images/arrow_down_dark_2x.gif");

        background-size: 13px 2px;
        background-repeat: no-repeat;

    }


    #topline .fadelink > a{
        background-image: url("../images/arrow_down_2x.gif");

        background-size: 13px 2px;
        background-repeat: no-repeat;


    }

    .product_sticker{
        background-image:url(../images/sticker_product_2x.png) ;
        background-size: 230px 116px;
        background-repeat: no-repeat;

    }
    .product_sticker_new{
        background-image:url(../images/sticker_new_2x.png) ;

        background-size:117px 116px;
        background-repeat: no-repeat;
    }



}

.contentContainer a.custom_submit{
    color:#fff
}

.nav-list li.level_third{padding-left:25px}






/*---------------------------------- STYLES FOR LIGHT THEME --------------------------------------*/
section#content {
    box-shadow: 0 -5px 5px -4px rgba(0, 0, 0, 0.1);
}
ul.infoBox_list li{
    border-color:#E9E9E9;
}
ul.infoBox_listH li{
    border-color:#E9E9E9;
}
#footer_popup{
    background-color:rgba(252, 252, 252, 0.85);
}
.vTransBG{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";       /* IE 8 */
	filter: alpha(opacity=95);  /* IE 5-7 */
	-moz-opacity: 0.95;          /* Netscape */
	-khtml-opacity: 0.95;        /* Safari 1.x */
	opacity: 0.95;               /* Good browsers */
}
.contact_info,
h4 [class^="icon-"],
h4 [class*=" icon-"],
#nav > li:hover > a,
.flexslider.small .flex-direction-nav a:hover,
.custom_submit:hover,
h4 .bgcolor_icon_email [class^="icon-email"]{
    color: #fff
}

/* theme color styles */
.bgcolor_icon,
.form-mail button,
.es-nav a.btn:hover,
.flexslider.small .flex-direction-nav a:hover,
.nav-tabs > li > a:hover, .nav-tabs > .active > a, .nav-tabs > .active > a:hover,
.nav > li > a:hover,
.messageStackSuccess{
    background-color: #CAD376
}

#topline a:hover,
#topline .fadelink li a:hover, #topline .fadelink > a:hover,
#nav > li.home-link:hover > a,
.nav-list li li a:hover,
.breadcrumbs a,
.custom_color, a .custom_color,
a:hover .custom_color, a.custom_color:hover,
.twit a, .twit .icon,
h4 [class^="icon-twitter-bird"],
.flex-direction-nav a,
.form-search button.btn-top-search,
.product .product-tocart a, .preview .product-tocart a,
.rating strong i,
.orderEdit,
.product-img-box .more-views li .video i{
    color: #004680
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus,
.cloud-zoom-big{
    border-color: #004680;
}

#nav > li > ul,
#nav li:hover .menu_custom_block,
.ui-widget-header,
.ui-widget-content,
.tab-content{
    border-color: #004680;

}

button, .button,
.shopping_cart_mini .button:hover,
#nav > li:hover > a,
button.button-3x, .button.button-3x,
.nav-header > a,
.custom_submit,
.ui-widget-header,
.middle_icon_color{
    background: #004680;
}

/* end theme color styles */

.nav > li > a:hover, .nav > li:hover > a{color: #fff}
/* blocks hover effects styles */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{
    color: #2c2c2c
}

button:hover, .button:hover,
a.btn_basket:hover,
a.btn:hover,
.shoppingcart:hover .fadelink span a,
.btn_search:hover,
.form-mail button:hover,
.custom_submit:hover,
.promo_box:hover div{
    background: #2c2c2c;
    opacity: 0.6
}
/* end blocks hover effects styles */


/* other styles */
body, a, a:hover, #topline, #topline a,
#footer_bottom i{
    color: #131313
}



.nav-list ul,
#nav > li > ul,
#nav li:hover .menu_custom_block{
    background-color: #fff
}

#back-top a,
.form-search button,
a.btn_basket{
    background-color: #2c2c2c
}

#topline .phone span{
    color: #010101
}

#topline .link_label{
    color: #858585
}

#topline .fadelink > a,
#topline .fadelink .ul_wrapper ul{
    background-color: #fff;
    border: 1px solid #e0e0e0;
}
#topline .fadelink > a,
#topline .fadelink li a, #topline .fadelink > a{
    color:#606060;
}

/*---------------------------------- END STYLES FOR LIGHT THEME --------------------------------------*/


/*---------------------------------- LAST STYLES FROM ADMIN SETTINGS --------------------------------------*/

/* Font - Google font */
h1, #column_right h1, h2, h3, h4,
.nav-list li a,
#nav > li > a,
.block .block-title,
.accordion-heading,
.custom_blocks .box a,
#footer_popup h3, #footer_popup h4,
button.button-2x, .button.button-2x,
button.button-3x, .button.button-3x,
.product-shop h2.custom_block_title{
    font-family: 'Rokkitt', sans-serif
}

/* Background color */
body{
    background-color: #fff
}

@media (max-width: 480px){.shoppingcart{margin-top:70px}}

@media (max-width: 480px){.shoppingcart{margin-top:70px}}



.facebook_share_button {
	padding:5px;
	font-size:12px;
	color:#fff;
	background:#4267B2;
	border-radius: 3px;
}
.facebook_share_button0:hover {	
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}

.swfObject
{
    height:100%;
}

#flashDiv {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #eee;
}
#flash {
	height: 100%;
}

.fixed-dialog{
  position: fixed;
}

.vShopMini {
	background: #EDEDED;
}

.vShopMini .line {
	background: #CECECE;
}

.fixedH494 {
	min-height: 494px;
}

.fixedH184 {
	height: 184px;
}

.fixedH264 {
	height: 264px;
}

.vCardHist {
	border:solid 1px #eee;
	padding:5px;
	position: relative;
}
.vCardHist:hover {
	background:#e5e5e5;
}
.vCHsaved {
	background:#e5e5e5;
}
.vCHsaved:hover {
	background:#2C2C2C;
}
.vCHsent {
	background:#DDFFBB;
}
.vCHsent:hover {
	background:#509F00;
}
.vCHrec {
	background:#D5F0FF;
}
.vCHrec:hover {
	background:#0080C0;
}
.vCHfavs {
	background:#FFCFBF;
}
.vCHfavs:hover {
	background:#004680;
}
.vCardHistBtn {
	/*float:right;
	margin-top:20px;*/
	position:absolute;
	right: 0;
	bottom: 0;
	/*background: #fff;*/
	background-color:rgba(255, 255, 255, 0.8);
	padding: 0px;
	padding-left: 5px;
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
}
.vCardHistBtn:hover {
	/*float:right;
	margin-top:20px;*/
	position:absolute;
	right: 0;
	bottom: 0;
	/*background: #fff;*/
	background-color:rgba(255, 255, 255, 1.0);
	padding: 0px;
	padding-left: 5px;
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
}

a.vStats {
	cursor:pointer;
	text-decoration:none;
	font-weight:normal;
	/*text-transform:none;*/
	background: #D7D7D7;
	padding: 5px;
	width: 83px;
	display: block;
	text-align: center;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
a.vStats.opened {
	background: #004680;
	color: #fff;
}
a.vStats:hover {
	background: #004680;
	color: #fff;
}

div.short-description0 {
	/*margin: 10px 10px 0 10px;*/
	border-top: solid 1px #004680;
	padding: 10px 10px 0 10px;
	display: none;
	background: #fff;
	font-size:12px;
}

.viewBtn {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size:12px;
	text-transform: initial;
}
.viewBtn:hover {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size:12px;
	text-transform: initial;
}

.viewAllTxtBeneath {
	float:right;
	font-weight:bold;
	text-transform:none;
	font-size:12px;
	margin-top:5px;
}
.viewAllTxtBeneath a {
	color:#004680;
	text-decoration:none;
}
.viewAllTxtBeneath a:hover {
	text-decoration:none;
}

.tinytext {
	font-size:12px;
	text-align: center;
	height: 120px;
}

.vStickerKind {
	padding: 5px 0px;
	font-weight: bold;
	color: #fff;
	width: 80px;
	text-align:center;
	text-shadow: 0 1px rgba( 0, 0, 0, .5 );
	cursor: help;
	font-size:12px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
.vStickerView {
	position: absolute;
	top: 0;
	right: 0;
}

.vStickerRead {
	background: #009393;
}
.vStickerUnread {
	background: #E80000;
}
.vStickerReadCircle {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 22px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 22px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 22px;
	width: 25px;
}
.vStickerUnreadCircle {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 22px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 22px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 22px;
	width: 25px;
}

.vStickerSaved {
	background: #2C2C2C;
}
.vStickerS {
	background: #509F00;
}
.vStickerR {
	background: #0080C0;
}

.vStickerTotS {
	background: #FC6205;
}

.vStickerTotV {
	background: #004680;
}

/*
.vStrip {
	color: #fff;
	padding: 5px;
}
.viewedStrip {
	background: #004680;
}
.sentStrip {
	background: #FC6205;
}
.youSavedStrip0 {
	background: #2C2C2C;
}
.youSentStrip {
	background: #509F00;
}
.youRecStrip {
	background: #0080C0;
}
*/
.balloonLink, .balloonLink:hover {
	color:#fff;
}
.vLineSpace {
}
.viewedB {
	/*color: #004680;*/
	font-weight: normal;
}
.sentB {
	color: #FC6205;
	font-weight: normal;
}
.youFavB {
	color: #004680;
	font-weight: normal;
}
.youSavedB0 {
	color: #2C2C2C;
	font-weight: normal;
}
.youSentB {
	color: #509F00;
	font-weight: normal;
}
.youRecB {
	color: #0080C0;
	font-weight: normal;
}

.vReadS {
	position: absolute;
	top: 60px;
	right: 0;
}
.vUnreadS {
	position: absolute;
	top: 60px;
	right: 0;
}
.vReadR {
	position: absolute;
	top: 60px;
	left: 0;
}
.vUnreadR {
	position: absolute;
	top: 60px;
	left: 0;
}
.vReadSCircle {
	position: absolute;
	top: 30px;
	right: 82px;
	background: #509F00;
}
.vUnreadSCircle {
	position: absolute;
	top: 30px;
	right: 82px;
	background: #808080;
}
.vReadRCircle {
	position: absolute;
	top: 30px;
	left: 82px;
	background: #0080C0;
}
.vUnreadRCircle {
	position: absolute;
	top: 30px;
	left: 82px;
	background: #808080;
}

.vReadRCircleCnt {
	background: #0080C0;
}
.vReadRCircleCntNotify {
	position: absolute;
	top: -15px;
	right: -15px;
}
.vReadRCircleCntNotifyMenu {
	display: inline-block;
	position: absolute;
	top: -2px;
	right: 0;
}

.vSavedD {
	position: absolute;
	top: 60px;
	right: 0;
}
.vSentD {
	position: absolute;
	top: 30px;
	right: 0;
}
.vRecD {
	position: absolute;
	top: 30px;
	left: 0;
}

.vTotSD {
	position: absolute;
	top: 0;
	right: 0;
}

.vTotVD {
	position: absolute;
	top: 0;
	left: 0;
}

button.vStickerSaved {
	background: #2C2C2C;
}
button.vStickerS {
	background: #509F00;
}
button.vStickerR {
	background: #0080C0;
}

.expose {
    position:relative;
}

#expose_overlay {
    background:rgba(0,0,0,0.8);
    display:none;
    width:100%; height:100%;
    position:absolute; top:0; left:0; z-index:99998;
}

.statsView {
    position: relative;
    display: inline-block;
}
.statsView .statsViewText {
    visibility: visible;
    width: 100px;
    background-color: #2C2C2C;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    border-radius: 4px;
	font-size:12px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
	top: 4px;
    left: 106%;
    z-index: 1;
}
.statsView .statsViewText::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #2C2C2C transparent transparent;
}

/* for card preview */

/* ------------------------------------- 
		GLOBAL 
------------------------------------- */
#cardLayout * { 
	margin:0;
}

#cardLayout img { 
	max-width: 100%; 
}


/* --------------------------------------------------- 
		RESPONSIVENESS
		Nuke it from orbit. It's the only way to be sure. 
------------------------------------------------------ */

/* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
#cardLayout .container {
	display:block!important;
	max-width:700px!important;
	margin:0 auto!important; /* makes it centered */
	clear:both!important;
}

/* This should also be a block element, so that it will fill 100% of the .container */
#cardLayout .content {
	padding:10px;
	max-width:700px;
	margin:0 auto;
	display:block; 
}

/* Let's make sure tables in the content area are 100% wide */
#cardLayout .content table { width: 100%; }


/* Odds and ends */
#cardLayout .column {
	width: 350px;
	float:left;
}
#cardLayout #myCardCol { text-align:center; }
#cardLayout .column tr td { padding: 10px; }
#cardLayout .column-wrap {
	border: solid 1px #2C2C2C;
	padding:0!important; 
	margin:0 auto; 
	max-width:700px!important;
}
#cardLayout .column table { width:100%;}
#cardLayout .social .column {
	width: 280px;
	min-width: 279px;
	float:left;
}

/* Be sure to place a .clear element after each set of columns, just to be safe */
#cardLayout .clear { display: block; clear: both; }


/* ------------------------------------------- 
		PHONE
		For clients that support media queries.
		Nothing fancy. 
-------------------------------------------- */
@media only screen and (max-width: 700px) {

	#cardLayout div[class="column"] { width: auto!important; float:none!important;}

}


/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modalvs {
    display:    none;
    position:   fixed;
    z-index:    99999999999999999999999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../../images/newajax-loader.gif') 
                50% 50% 
                no-repeat;
}
.modalvsStandAlone {
    display:    none;
    position:   absolute;
    z-index:    99;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../../images/newajax-loader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    /*overflow: hidden;   */
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalvs {
    display: block;
}
.loadingStandAlone .modalvsStandAlone {
    display: block;
}

.myAccMainWrapper {
	float:left;
	width:50%;
}

.eOnName { cursor:help; }

.btnLogoff { background:#2C2C2C; }

b.unread {
	font-weight:normal;
	-webkit-animation: blink .95s linear infinite;
	-moz-animation: blink .95s linear infinite;
	-ms-animation: blink .95s linear infinite;
	-o-animation: blink .95s linear infinite;
	 animation: blink .95s linear infinite;
}
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-moz-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-o-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
}

/* plugin */
.avatar-me-wrapper0 { min-height: 48px; overflow: hidden; padding-left: 58px; position: relative; }
.avatar-me {
    background-color: #004680; color: #fff; display: inline-block; height: 28px; margin-left: 2px; overflow: hidden; text-align: center; text-overflow: ellipsis; text-transform:none; top: 0; white-space: nowrap; width: 28px;
    -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.avatar-me, .user-name { font-family: 'Open Sans Condensed', sans-serif; font-size: 15px; line-height: 28px; }
.avatar-me { font-weight: 300; }
.user-name { font-weight: 700; margin-left: 5px; color:#004680; }

.fontOpenSans h3 { font-family: 'Open Sans Condensed', sans-serif; font-size:15px; font-weight:bold; margin-left:10px; }
.fontOpenSans:hover { background:#ddd; }
.fontOpenSans a:hover { text-decoration:none; }

.fontOpenSansBtn button, .fontOpenSansBtn button:hover { font-family: 'Open Sans Condensed', sans-serif; font-size:14px; font-weight:normal; }

.footerDDMM { display:inline-block;width:50px;text-align:left;font-weight:bold; }

.homePopColUl li.heartRed, .homePopColUl li.heartRed a {
	color: #004680;
	text-decoration: none;
}
.homePopColUl li a:hover {
	text-decoration: none;
	border-bottom: dotted 1px;
}

.cardImgTable {
	margin-top: -10px;
	margin-bottom: 5px;
}
.cardImgTable td {
	width: 65px;
}

.cardsDetTable {
	margin-top: 10px;
	margin-bottom: 10px;
}
.cardsDetTable, .cardsDetTable tr, .cardsDetTable td {
	line-height: 10px;
}
.cardsDetTable td {
	padding: 2px;
}
.cardsDetTable td.firstTD {
	text-align: right;
	color: #999;
}

/* for whatsapp share button */
.mct_whatsapp_btn, .mct_whatsapp_btn:active, .mct_whatsapp_btn:visited {
    background: #11A518;
    color: #fff;
	font-size:12px;
    /*padding: 6px 9px 6px 28px;*/
	padding: 5px 5px 5px 23px;;
    border-radius: 3px;
    position: relative;
    transition: ease-in all 0.3s;
    moz-transition: ease-in all 0.3s;
    -o-transition:ease-in all 0.3s;
    -webkit-transition: ease-in all 0.3s;
    text-decoration: none;
    box-shadow: inset 3px 1px 1px rgba(17, 165, 24, 0.25);
    border: 1px solid #028408;
}
 
.mct_whatsapp_btn:before {
    content: '';
    background: url(../images/whatsapp.png);
    position:absolute;
    top: 3px;
    left: 3px;
    width:16px;
    transition: ease-in all 0.3s;
    moz-transition: ease-in all 0.3s;
    -o-transition:ease-in all 0.3s;
    -webkit-transition: ease-in all 0.3s;
    height:16px;
}
 
.mct_whatsapp_btn:hover {
    background: #028408;
    text-decoration: none;
    color:#fff;
    border: 1px solid #11A518;
    box-shadow: inset 3px 1px 1px rgba(2, 132, 8, 0.25);
}
 
.mct_whatsapp_btn:hover:before {
    transform: rotate(360deg);
}

/* form cls updates */
.fieldKey {
	padding-top:3px;
}
.radioLabel {
	margin-left:5px;
	margin-right:10px;
	margin-top:3px;
	display:inline-block;
}

button, .button, button.custom_submit_button, a.custom_submit, a.custom_button {
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 15px;
	font-weight: normal;
}

/* bof: for sweet alert */
.swal-overlay {
  /*background-color: rgba(43, 165, 137, 0.45);*/
}
.swal-modal {
  /*background-color: rgba(63,255,106,0.69);
  border: 3px solid white;*/
}
.swal-title {
  font-family: "Open Sans Condensed", sans-serif;
  /*margin: 0px;
  font-size: 16px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
  margin-bottom: 28px;*/
}
.swal-text {
  font-family: "Open Sans Condensed", sans-serif;
  /*background-color: #FEFAE3;
  padding: 17px;
  border: 1px solid #F0E1A1;
  display: block;
  margin: 22px;
  color: #61534e;
  font-weight: normal;*/
  font-size: 20px;
  color: #FF0000;
  text-align: center;
}
.swal-footer {
  background-color: rgb(245, 248, 250);
  margin-top: 32px;
  border-top: 1px solid #E9EEF1;
  overflow: hidden;
}
.swal-button {
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 15px;
	font-weight: normal;
	background: #004680;
}
/* eof: for sweet alert */

.contentContainer h2 {
	text-decoration: none;
    /*border-bottom: 2px solid #004680;
    display: table-cell;
	line-height:15px;*/
	font-weight:bold;
}

.collapse { display:none; }
.nav-header a { visibility: hidden; }

.sortBy {
	font-weight:normal;
	text-transform:initial;
	float:right;
	margin-right:10px;
}
.sortBy select {
	width:60px;
	height:24px;
	font-size:12px;
	padding:0px;
	margin:0px;
	background:#eee;
	color:#000;
}
.sortBy select option[value="0"]   {  }
.sortBy select option[value="1"]   {  }

.catTitleImg {
	float:left;
	margin-right:10px;
}
.catTitleImg img {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 22px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 22px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 22px;
}

/* for top grid display */
.topGrid {
	position:absolute;
	top:0px;
	width:100%;
	display:block;
	background:#8A8E97;
	border-bottom:1px solid #7D8087;
	height:17px;
	color:#fff;
	font-weight:normal;
	font-size:12px;
	z-index:-11;
}
.topGridLeft {	
	float:left;
	margin-top:1px;
	margin-left:10px;
	color:#FFD2C4;
	font-weight:bold;
	text-shadow: 1px 1px #000;
}
.topGridLeftIcon {
	text-shadow: 0px 0px #fff;
}
.topGridRight {	
	float:right;
	margin-top:1px;
	margin-right:10px;
	text-shadow: 1px 1px #000;
}

/* for snow effects */
#snow{
	background: none;
	font-family: Androgyne;
	background-image: url('../../images/snow/s1.png'), url('../../images/snow/s2.png'), url('../../images/snow/s3.png');
	/*background-image: url('../../images/heart/h1n.png'), url('../../images/heart/h2n.png'), url('../../images/heart/h3n.png');*/
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}

/* for heart effects */
#canvas {
	position: absolute;
	z-index: -99999999;
}

/* for guest send card */
button:focus {
  outline: none;
}
#senderEmail {
	margin-top:15px;
	display:none;
}
#senderEmail #send_email {
	font-size:12px;
	width:150px;
}
#senderEmail button {
	margin-top:-10px;
	margin-left:10px;
}

.uh_footer_p {
	padding: 0px 20px;
}

.holiday_menu {
	font-size:12px;
	color: #555;
	font-weight: normal;
}

.videocontent {
	width:80%;
	max-width: 400px;
	margin: 0 auto;
}

/* footer */
#footer_line0 {
	background:#004680;
}

/* for home search */
#searchHomeBig {
	margin-bottom:50px;
	text-align:center;
	display:block;
}
#searchHomeBig h1 {
	text-transform:none;
	font-size:45px;
	line-height:45px; 
}
#searchHomeBig h1 p {
	font-size:25px;
	font-weight:normal;
	line-height:25px;
	margin-top:15px;
}
#searchHomeBig form input[type=text] {
	width:50%;
	height:25px;
	padding:15px;
	font-size:20px;
}
#searchHomeBig form input[type=submit] {
	width:auto;
	height:60px;
	padding:15px;
	font-size:20px;
	border:0px;
	color:#fff;
	background:#004680;
}

/* for right panel boxes */
a.overCat {
	background: #fff;
	color: #004680;
	text-align:center;
	border:solid 1px #868686;
	margin-right:10px;
	padding:10px;
	line-height:45px;
	white-space:nowrap;
}
a.overCat:hover {
	background: #004680;
	color: #fff;
	text-decoration: none;
}
.rightPanelSpan {
	margin-left:0px;	
}
.rightPanelSpan img {
	width:100%;
	border:solid 1px #ccc;
}

.smallText{
	text-transform:none;
}

.manuMain {
	position:relative;
}
.manuMain .manuOne {
	display:inline-block;
	float:left;
	padding:0px 15px 15px 0px;
}
.manuMain .manuTwo h2 {
	margin:0px;
	padding:0px;
}
@media only screen and (min-width: 600px) {
	.manuMain .manuThree {
		float:right;
		position:absolute;
		top:0px;
		right:0px;
	}
}

/* for deal boxes */
.dealContainer {
	text-decoration:none;
}

.rgImgSmall .divOne, .lfImgSmall .divOne, .lfImgBig .divOne {
	margin:10px;
	text-align:left;
}
.rgImgSmall .divOne, .lfImgSmall .divOne {
	line-height:18px;
	color:#868686;
	font-weight:bold;
}
.lfImgBig h1.divOne {
	/*font-size:21px;*/
}
.rgImgSmall .divTwo, .lfImgSmall .divTwo, .lfImgBig .divTwo {
	display:inline-block;
}
.rgImgSmall .divTwo img, .lfImgSmall .divTwo img, .lfImgBig .divTwo img {
	border:solid 1px #ccc;
}
.rgImgSmall .divTwo {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.lfImgSmall .divTwo, .lfImgBig .divTwo {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
.lfImgBig .dealTypeBox {
	font-size:15px;
	text-transform:none;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
	padding:2px;
	border:solid 1px #ccc;
	color:#fff;
}
.lfImgBig .dealTypeBox.Deal {
	background:#A7427E;
}
.lfImgBig .dealTypeBox.Offer {
	background:#008400;
}
.lfImgBig .dealTypeBox.Code {
	background:#FE492B;
}
.lfImgBig .dealTitleBig {
	display:table;
	min-height:50px;
	font-size:21px;
}
.lfImgBig .seeGetContainer {
	display:inline-block;
	width:80%;
	margin-bottom:5px;
}
.lfImgBig .seeGetContainer h3 {
	text-transform:none;
}
.lfImgBig .getThisBtn {
	width:100%;
	font-size:18px;
	padding:10px;
	text-transform:none;
	margin-top:10px;
	font-weight:bold;
	background:#005397;
}
.lfImgBig .getThisBtn:hover {
	background:#004680;
	opacity: 1;
}
.lfImgBig .divExpiry {
	float:left;
	font-size:12px;
	margin-top:5px;
}
.lfImgBig .divUsed {
	float:right;
	margin-top:5px;
}
.rgImgSmall .divThree, .lfImgSmall .divThree {
	display:block;
	max-height:90px;
	overflow:hidden;
}
.rgImgSmall .divThree {
	text-align:right;
}
.rgImgSmall .divFour, .lfImgSmall .divFour {
	color:#131313;
}
.rgImgSmall .divFour {
	font-size:14px;
}
.lfImgSmall .divFive {
	text-align:right;
	margin-top:15px;
	font-size:11px;
}
.lfImgSmall:hover {
	background:#FFFFDF;
}

.exStrip {
	padding:4px 0 8px 20px;
	color:#fff;
	font-weight:bold;
	background: #7B5E1A;
	background-image: linear-gradient(to right, #DE750C , #F5A452);
}
.exStrip h2 {
	margin:0px;
	padding:0px;
}

.exItem {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid #DE750C;
	border-width: 4px;
	border-style: solid;
	border-image: linear-gradient(to right, #DE750C, #F5A452) 1;
}

.isFocused {
	background: #FFFFDF;
}

/* for arrows icon */
.arrow {
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  margin: 10px 4px 0px 4px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  margin: 4px 4px 0px 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* do Modal */
/* The Modal (background) */
.domodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content/Box */
.domodal-content {
  background-color: #fff;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
  -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

@media only screen and (max-width: 600px) {
	.domodal-content {
		margin: 1% auto; /* 1% from the top and centered */
		width: 85%;
	}
}

.domodal .product-image-wrapper {
	text-align:center;
	margin:25px 0;
}
.domodal .divOne {
	text-align:center;
}
.domodal .seeGetContainer .h3 div {
	padding:15px;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	margin-bottom:10px;
}
.domodal a {
	text-decoration:none;
}
.domodal a h3 {
	font-weight:bold;
	padding:10px;
	background:none;
	color:#004680;
	border:solid 1px #004680;
}

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 38px;
  font-weight: normal;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.viewTncContainer {
	margin:0px;
	border-top:solid 1px #ccc;
}
.viewTncHeading {
	padding:5px;
	margin:0px;
	text-align:right;
	font-size:11px;
	text-transform:none;
	cursor:pointer;
}
.viewTncContent {
	padding:15px;
	border-top:solid 1px #ccc;
	text-align:left;
	max-height:200px;
	overflow:auto;
	display:none;
}
.tncHead4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.coupon {
    display: inline-block;
    border: 1px dashed #000;
    padding: 10px;
    position: relative;
    font-weight: bold;
    background: #FFC107;
}

.coupon .code {
	vertical-align: middle;
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#000;
}

.coupon .copybtn {
	margin: 5px 0 5px 5px;
}

input.code {
	background:none;
	border:0px;
	border:none;
	box-shadow:none;
	font-family:consolas;
	font-size:25px;
	line-height:25px;
}
input.code:hover, input.code:focus {
	box-shadow:none;
}
@media only screen and (max-width: 600px) {
	input.code {
		max-width:130px;
		box-shadow:none;
	}
	input.code:hover, input.code:focus {
		box-shadow:none;
	}
}

span.scissors {
    position: absolute;
    top: -9px;
    right: 10px;
}
.copybtn {
	margin-top:4px;
	padding:5px 10px;
	width: 60px;
}

/* top search */
#darkMask {
	display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 0, 0, 0, .2 )
}
.overlay {
  font-family: 'Open Sans', Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999999999999999999999999999;
  top: 0;
  left: 0;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255, 1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.31);
  max-height:500px;
  overflow-y:auto;
  overflow-x:hidden;
}

.overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.overlay .closebtn {
  position: relative;
  float: right;
  top: 15px;
  right: 0px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #ccc;
}

.overlay .closebtn:hover {
  color: #000;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  border: none;
  outline: none;
  border-radius: 0px;
  box-shadow: none;
  border-bottom: solid 1px #ccc;
  float: left;
  width: 100%;
  background: transparent;
}

.overlay input[type=text]:hover, .overlay input[type=text]:focus {
  /*background: #f1f1f1;*/
  border-color: #ccc;
}

.overlay button {
  float: right;
  width: 10%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
  display:none;
}

.overlay button:hover {
  background: #bbb;
}

.overlay-result-container {
	display:inline-block;
	padding:15px 15px 35px 15px;
}

.overlay-result-container .overlay-result-heading {
	text-transform:uppercase;
	font-size:1.0rem;
}

.overlay-result-container .overlay-result-content {
	padding:15px 0;
}

.overlay-result-container .overlay-result-content .overlay-result-box {
	padding:0px;
	margin:0px;
	margin-bottom:15px;
	text-decoration: none;
}

.overlay-result-container .overlay-result-content .overlay-result-box a, .overlay-result-container .overlay-result-content .overlay-result-box a:hover {
	text-decoration: none;
}

.overlay-result-container .overlay-result-content .overlay-result-box .divFive {
	text-align: left;
}

.overlay-result-container .overlay-result-content .overlay-result-box:hover {
	background: #FFFFDF;
}

.overlay-result-content.err {

}

.overlay-result-content .err-block {
	padding:5px 15px 15px 15px;
	background:#FFCDCA;
	border:solid 1px #EE0E00;
	border-left:solid 15px #EE0E00;
	border-radius:5px;
}
.overlay-result-content .err-block h4 {
	line-height:normal;
}
.overlay-result-content .err-block h4 i.icon-attention {
	color:#131313;
}
.overlay-result-content .err-block ol {
	list-style-type:decimal;
	margin-left:15px;
}


input {
	font-family: 'Open Sans', Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
}

span.deleteicon {
    position: relative;
}
span.deleteicon span {
    position: absolute;
    display: none;
	top: 13px;
    right: 10px;
    font-size: 13px;
    text-align: right;
    cursor: pointer;
	padding: 5px 10px;
	font-weight: bold;
	color: #004680;
}
span.deleteicon span:hover {
	background: #FFFFDF;
}

/* */


.randomHomeContainer {
	margin: 20px 0 50px 0;
}
.randomHomeContainer h2 {
	/*font-family: 'Open Sans', Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;*/
	text-align: center;
	width: 100%;
	font-size: 35px;
	font-weight: normal;
}
.randomHomeContainer h2 span {
	font-weight: normal;
	font-size: 11px;
	font-family: 'Open Sans', Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
	color: #004680;
	margin: 10px;
	padding: 0px;
	display: block;
}
