/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
.button-fixed{position:relative}
.button-fixed .button{position:fixed; bottom:10px; right:10px; z-index:9999}
.button-fixed .active{background: #8fb21f !important;border-color:#8fb21f !important;text-transform:uppercase;font-weight:bold;font-size:13px;}
* { margin:0; padding:0; }

body          {color:#2f2f2f; text-align:left; font-family: arial, sans-serif; font-weight: 400;}

img           { border:0; vertical-align:top; }
.h1, .h2, .h3, .h4, .h5 , .h6 {
	display: block;
}
a             { text-decoration:none; }
a:hover       { text-decoration:none; }
a:focus        { outline:0; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
.label        { color: #2f2f2f; padding: 0; }
label         { vertical-align: middle; }
.checkbox     { display: inline-block; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; margin: 0; }
.a-center{text-align:center}
.no-padding{ padding: 0;}
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
.form-control {
    margin-bottom: 5px;
}
button.button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.button:focus,
.button:active:focus,
.button.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.button:hover,
.button:focus {
    color: #333;
    text-decoration: none;
}
.button:active,
.button.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.button.disabled,
.button[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}


.guest-select {width:305px !important;}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.no-display   { display:none; }
.center{text-align:center}
.clear {
	clear: both;
}
.tp-bannershadow.tp-shadow2{background:none !important;}
.map-container #map{height:400px;}
.tooltip-links a{display:block !important; height: 30px;}
.logo-container .logo{
	margin: 0;
	float: left;
}
header nav ul.nav-main > li + li {
    margin-left: 0;
}

header nav ul.nav-main .dropdown-submenu {
    position: relative;
}

header nav ul.nav-main .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

header nav ul.nav-main .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

header nav ul.nav-main .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
    margin-top: 5px;
    margin-right: -10px;
}

header nav ul.nav-main .dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

header nav ul.nav-main .dropdown-submenu.pull-left {
    float: none;
}

header nav ul.nav-main .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

header nav ul.nav-main ul.dropdown-menu,
header nav ul.nav-main li.dropdown.open a.dropdown-toggle,
header nav ul.nav-main li.active a {
    background-color: #CCC;
	border-radius: 0;
}

header nav ul.nav-main ul.dropdown-menu {
    border: 0;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
    margin: 1px 0 0 3px;
    top: auto;
}

header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
    margin-left: 0;
    margin-top: -5px;
	border-radius: 0;
}

header nav ul.nav-main ul.dropdown-menu > li > a {
	color: #428bca;
   font-weight: 400;
    padding-bottom: 4px;
    padding-top: 4px;
    text-transform: none;
    position: relative;
}

header nav ul.nav-main ul.dropdown-menu > li > a {
    padding: 8px 10px 8px 5px;
    font-size: 0.9em;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

header nav ul.nav-main ul.dropdown-menu li:last-child > a {
    border-bottom: 0;
}

header nav ul.nav-main li a {
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
}

header nav ul.nav-main li.dropdown:hover > ul {
    display: block;
    margin: 0;
}
header nav ul.nav-main li.dropdown:hover a {
    background: none;
}
header nav ul.nav-main li.dropdown:hover a.level0{
	color: #fff;
}
header nav ul.nav-main li.dropdown:hover {
    background-color: #CCC;
}
.btn-responsive-nav{display:none}

.ui-slider {
    background: #eaeaea;
    border-left: 1px solid #dadada;
    border-radius: 4px;
    border-right: 1px solid #dadada;
    border-top: 1px solid #dadada;
    position: relative;
    text-align: left;
}

.price .ui-slider-horizontal {
    height: 8px;
}

.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

.ui-slider .ui-slider-handle {
    background: #ccc;
    cursor: default;
    height: 22px;
    position: absolute;
    width: 22px;
    z-index: 2;
}

.ui-slider-horizontal .ui-slider-handle {
    cursor: pointer;
    top: -8px;
}
/*.mfp-container .mfp-iframe-scaler {width:900px}*/
.mfp-inline-holder #success-message-container,
.mfp-inline-holder .mfp-iframe-scaler {
    padding: 0;
    height: auto;
    text-align: center;
    line-height: 25px;
}   
.mfp-inline-holder .mfp-content {
    width: 400px !important;
}
.mfp-iframe-holder .mfp-content {
    min-height: 400px;
}
#slider-range .ui-slider-handle:last-child {
    margin-left: -22px;
}
#theme-popup{position:fixed; top:0; left:0; width:100%; height:100%; opacity:0.3; z-index:900; background-color:rgba(255, 255, 255, 0.99); display:none}
#theme-popup img{position:fixed; top:50%; left:50%; z-index:910; margin-left:-16px; margin-top:-16px}

/*Left category navigaton*/
.vertical-menu li{
    background: none repeat scroll 0 0 #e6e6e6;
    cursor: pointer;
    display: block;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.vertical-menu li a {
    border-bottom: 1px solid #fff;
    color: #666666;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 45px;
    padding: 0 30px 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.vertical-menu li .toggle-icon {
    position: absolute;
    right: 8px;
    top: 7px;
}

.vertical-menu li .toggle-icon a {
    background: url("../images/plus-minus.png") no-repeat scroll 20px 13px rgba(0, 0, 0, 0) !important;
    border: 0 none;
    color: #333333;
    display: block;
    height: 35px;
    padding: 0;
    width: 40px;
}
.vertical-menu li .toggle-icon a.collapse{
    background-position:20px -63px !important;
}

.vertical-menu li ul li {
    background: none repeat scroll 0 0 #efefef;
    font-size: 0.9em;
}

.vertical-menu ul li.level1 a {
    background: url("../images/list-style.png") no-repeat scroll 11px 50% rgba(0, 0, 0, 0);
    color: #222 !important;
}

.vertical-menu ul li.level2 a, .vertical-menu ul li.active ul a {
    background: url("../images/list-style.png") no-repeat scroll 35px 50% rgba(0, 0, 0, 0);
    color: #222 !important;
    padding-left: 50px;
}

.vertical-menu ul ul a {

}

.vertical-menu ul a {
    padding-left: 25px;
}

/*Carousel*/
.products-grid .owl-item,
.widget-latest .owl-carousel .owl-item,
.portfolio-container .owl-carousel .owl-item {
    padding: 0 15px;
}
.owl-carousel .owl-controls .owl-buttons div{width:24px; height:24px; line-height:24px; font-size:22px; background:#ccc; margin-left:2px; top:-54px}
.owl-carousel .owl-controls .owl-buttons div.owl-prev{right:45px;}
.owl-carousel .owl-controls .owl-buttons div.owl-next{right:15px;}
.owl-carousel .owl-controls .owl-buttons div i{font-size:22px; color:#fff; line-height:24px}

/* ========= Header ========= */
/* Top link */
.top-bar ul.links li{
    float:left;
    padding: 7px 15px;
}
.logo-container{float:left;}
.nav-container{float:left;width:100%;}

#nav li {
    float: left;
}
#nav li {
    position: relative;
    text-align: left;
}
.form-language,.form-currency{
    display:inline-block !important;
    float:left;
    position: relative;
}
.form-language ul,
.form-currency ul {
    left: 0;
    right: auto;
}
.welcome-msg{
    float:left;
    padding: 7px 0;
}
.links{float:right;}
.top-bar { padding: 10px 0; }
.form-currency { margin: 0 10px; }
.top-content { padding-top: 20px; }
/* Middle Header */
#search_mini_form{
	display: block;
	padding: 20px 0;
}
.block-cart-header {
	display: block !important;
	padding: 20px 0;
}
.block-cart-header .dropdown-toggle {
	text-align: right;
}
.block-cart-header .dropdown-menu {
	float: right;
	right: 0;
	left: auto;
	width: 100%;
	text-align: center;
	padding: 15px;
}
/* Form Search */
.form-search { margin-right: 5px; }
/* Megamenu */
.navbar-collapse { padding: 20px 0; }
.navbar-collapse ul.nav-main li a { 
    margin: 0;
	border-radius: 0;
}
header nav ul.nav-main li > a {
    font-size: 15px;
}
header nav ul.nav-main li.dropdown ul.dropdown-menu li ul li a {
    padding: 8px 15px;
    display: block;
}
header nav ul.nav-main li.dropdown ul.dropdown-menu li ul li:hover > a {
    filter: none;
    background-color: #428bca;
	color: #fff;
}
header nav ul.nav-main li.dropdown ul.dropdown-menu li ul li > ul,
header nav ul.nav-main li.dropdown ul.dropdown-menu li ul li > ul li > ul {
    margin-left: 10px;
}
header nav ul.nav-main li > a .icon-next { font-size: 12px;margin-left: 5px; }
.navbar-collapse ul.nav-main { position: relative; }
.mega-menu-item {
    position: static !important;
}
.mega-menu-item .dropdown-menu { width: 100%; }
/* ========= Footer ========= */
.footer-container {
    border-top: 2px solid #b6d1e2;
}
#footer ul.links li{
    float:left;
    padding: 0 15px;
}
.middle-footer h2.title {
    font-size: 15px;
    text-transform: uppercase;
}
.middle-footer { padding: 20px 0; }
.middle-footer ul li a {
    text-transform: capitalize;
}
.bottom-footer ul li {
    display: inline-block;
}
.bottom-footer {
    padding: 10px 0;
    background-color: #ccc;
}
footer address {
    margin: 0;
}
footer ul.social li {
    display: inline-block;
}
footer ul.social li a em {
    font-size: 30px;
}
footer .panel-instagram > a{
	margin-left: 1px;
	margin-bottom: 1px;
	float: left;
}
footer .panel-instagram > a:hover {
	opacity: 0.5;
	transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s;
}
/* ========= Divider ======== */
.separator-margin{
    text-align:center;
}
.separator-margin span:before,.separator-margin span:after{
    background-color: #dddddd;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    top: 0;
    vertical-align: top;
    width: 50%;
}
.separator-margin span:before{
    left: -13px;
    margin-left: -10px;
    top: 10px;
}
.separator-margin span:after{
    margin-right: -10px;
    right: -13px;
    top: 10px;
}
.separator-margin span em{
    color:#ccc;
    text-align:center;
    height:20px;
    width:20px;
}
/* ======== Main ======== */
.block-cart, .block-wishlist, .block-subscribe, .block-compare, .block-reorder, .block-poll, .block-viewed, .block-compared, .block-related, .block-tags, .block-login {
    line-height: 1.25;
    text-align: left;
}
/* Block */
/* ======================= */
.block {
    margin: 0 0 15px;
}
/* Layer Navigation */
.sidebar .sort-item {
    margin-top: 30px;
}
.block-layered-nav .block-content dl dt {
    margin-bottom: 10px;
}
.block-layered-nav .block-content dl dd {
    margin-bottom: 10px;
}
.block-layered-nav .block-content .price .label-box input {
    border: none;
    text-align: center;
    width: 100%;
    font-size: 12px;
}
.block-layered-nav .block-content .price .ui-slider-handle {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    top: -5px;
}
.block-layered-nav .block-content .price .ui-slider-handle:last-child {
    margin-left: -14px !important;
}
.block-layered-nav .block-content .block-subtitle {
    margin-top: 10px;
}
.sidebar .block .block-content .product-image {
    margin-right: 10px;
    float: left;
}
.sidebar .block .block-content .product-image img {
    width: 70px;
}
.sidebar .block .block-content li.item {
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
}
.sidebar .block .block-content .product-details {
    width: 150px;
    margin-left: 0;
    float: left;
    line-height: 22px;
}
.sidebar .block .block-content .actions {
    clear: both;
}
.sidebar .block .block-content .price {
    color: #ff0000;
}
.sidebar .block-tags .tagcloud > a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-bottom: 5px;
    display: inline-block;
}
.sidebar .block-subscribe .actions {
    padding-top: 5px;
}
.sidebar .block-content .product-content {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}
.block-wishlist .block-content .item p { margin-bottom: 0; }
/* Poll */
.block-poll .label {
    display: block;
    margin-left: 18px;
    text-align:left;
}
.block-poll label {
    color: #777;
    font-weight: bold;
}
.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}
.block-poll .block-content > div {
    padding: 0;
}
/* Cart sidebar */
.mini-products-list .product-image {
    border: 1px solid #a9a9a9;
    float: left;
}
.mini-products-list .product-details {
    margin-left: 60px;
}
/* Breadcrumbs */
.breadcrumbs {
    font-size: 14px;
    line-height: 1.25;
    margin: 30px 0 15px;
    padding-left: 0;
}
.breadcrumbs li {
    display: inline;
}
.breadcrumbs li span {
    margin-left: 5px;
    margin-right: 5px;
}
/* Category */
.products-grid li.item {
    margin-bottom:20px;
}
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.image-container{position:relative;margin-bottom:15px;}
.image-container .actions{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
}
.image-container:hover .actions{
    opacity:1;
    visibility:visible;
}
.image-container .actions .buttons {
    margin-top: -20px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: scale(0.2);
    transition: all 0.3s ease 0s;
    visibility: visible;
    width: 100%;
}
.image-container:hover .actions .buttons {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.image-container .buttons .btn-quickview{width:100px;margin-bottom:10px;}
.image-container .buttons .add-to-links li{
    border: 1px solid #fff;
    display: inline-block;
    height: 32px;
    line-height: 28px;
    margin: 0 5px;
    text-align: center;
    vertical-align: middle;
    width: 36px;
}
.btn-cart .fa-shopping-cart{margin-right:5px;}
.mfp-inline-holder .mfp-content{
    line-height: 0;
    max-width: 1050px;
    width: 100%;
}
.mfp-inline-holder .mfp-content #success-message-container{
    background:#fff;
    padding:20px;
}
.ajax-cart-loading{
    width:50px;
    height:50px;
    margin:0 auto;
}
/* My Account */
.nobr {
    white-space: nowrap !important;
}
.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}
.dashboard .box-reviews .number {
    background: none repeat scroll 0 0 #0a263c;
    color: #fff;
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
}
.dashboard .box-reviews .details {
    margin-left: 20px;
}
.dashboard .box-reviews .ratings {
    margin: 7px 0 0;
}
.account-menu li{
	border-bottom: 1px solid #eee;
}
.account-menu li:last-child {
	border-bottom: none;
}
.account-menu li a:hover,
.account-menu li.active a,
.account-menu li.active a:hover,
.account-menu li.active a:focus,
.account-menu > li > a{
	border: none;
	background-color: transparent;
}
/* Wishlist */
.my-wishlist textarea {
    display: block;
    height: 109px;
    width: 97%;
}
/* Rating */
.rating-box {
    font-size: 0;
    height: 15px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 78px;
	position: relative;
}
.rating-box:after {
	position: absolute;
	width: 100%;
	left: 0;
	top: 9px;
	content: "\f006\f006\f006\f006\f006";
	font-family: FontAwesome;
	font-size: 15px;
	color: #000;
	letter-spacing: 2px;
}
.ratings .rating-box {
    float: left;
    margin-right: 3px;
}
.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}
.rating-box .rating {
    float: left;
    height: 15px;
	overflow: hidden;
	position: relative;
}
.rating-box .rating:after {
	position: absolute;
	width: 100%;
	left: 0;
	top: 9px;
	content: "\f005\f005\f005\f005\f005";
	font-family: FontAwesome;
	font-size: 15px;
	color: #cccccc;
	z-index: 1;
	letter-spacing: 2px;
}
/* Checkout cart */
table.cart_table thead tr th {
    border: 1px solid #ededed;
    vertical-align: middle;
}
.cart .btn-continue{
	float: left;
}
.cart .btn-update,
.cart .btn-empty{
	margin-left: 5px;
}
/* One Step Checkout */
label[for='allow_gift_messages'] {
    vertical-align: bottom;
    margin-left: 5px;
}
.a-left { text-align: left; }
.a-right { text-align: right; }
.a-center { text-align: center; }
.oscheckout-index-index .price {
    color: #ff0000;
}
/* Onepage Checkout */
.checkout-onepage-index .step-title {
    padding: 10px;
    border: 1px solid #ccc;
}
.checkout-onepage-index .opc > li.section {
    margin-bottom: 10px;
}
.checkout-onepage-index .opc > li.section > .step {
    margin-top: 15px;
}
.checkout-onepage-index .active .step-title {
    border-color: #ff0000;
    color: #ff0000;
}
.checkout-onepage-index .step-title .number,
.checkout-onepage-index .step-title h3 {
    display: inline-block;
    margin: 0;
}
.checkout-onepage-index .step-title .number {
    font-size: 16px;
}
.checkout-onepage-index input[type=radio],
.checkout-onepage-index input[type=checkbox] {
    display: inline-block;
}
.checkout-onepage-index input[type=radio] + label,
.checkout-onepage-index input[type=checkbox] + label {
    vertical-align: bottom;
    margin-left: 5px;
}
.checkout-onepage-index .price {
    color: #ff0000;
}
.checkout-onepage-index .sidebar { margin-top: 44px; }
.checkout-onepage-index .block-progress dl dt {
    line-height: 30px;
    color: #777;
    font-size: 16px;
}
.checkout-onepage-index .block-progress dl dt.complete {
    color: #333;
}
/* Ajax Add to Cart */
/*.mfp-iframe-holder .mfp-close {
    top: 0 !important;
    right: 0 !important;
}*/
/* Quick view */
.quickview-index-show .container{width:100%;}
.quickview-index-show .product-view{padding: 20px;}

.scroll-to-top {
    background-color: #e6e6e6;
    bottom: -100px;
    cursor: pointer;
    height: 40px;
    overflow: auto;
    position: fixed;
    right: 25px;
    transition: all 0.7s ease-in-out 0s;
    width: 40px;
    z-index: 9999;
}
.scroll-to-top i {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.preloader {
    background-color: #fefefe;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden !important;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.status {
    background-image: url("../images/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}
/* Product Style */
.btn-xs {
    font-size: 12px;
    padding: 5px 17px;
}
.btn-xs.btn-cart{
	padding: 8px 17px;
}
.btn-full{
    width: 100%;
}
.price-box > p{
    display: inline-block;
}
.price-box .old-price .price{
    font-size: 13px;
    text-decoration: line-through;
    margin-right: 3px;
}
.price-box .special-price .price,
.price-box .regular-price .price,
.price-box .regular-price{
    font-size: 16px;
	color: #f50c0c;
}
.price-box .old-price,
.price{color: #f50c0c;}
.controls .icon-links button{
    border-radius: 0px;
    padding: 8px 10px;
    border: 1px solid;
    font-size: 12px;
	background: none;
}
.controls .icon-links button:hover{
	background-color: #428bca;
	color: #fff;
	border-color: #357ebd;
}
.product-content .controls .icon-links,
.product-content .controls .add-to-cart{
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 5px 0;
}
.controls .icon-links li{
    display: inline-block;
    margin-right: 5px;
}
/* End Product Style */
/* Product Block */
.products-grid {
    margin: 0 0 30px;
}
.carousel_wrapper{
    margin: 0 0 30px;
}
.products-grid .product-content,
.products-list .item{
    margin-bottom: 30px;
}
.products-grid .product-content .product-top{
    margin: 0 0 15px;
}
.product-content .ratings{
	 margin-top: 10px;
}
.products-grid .actions{
	float: left;
	width: 100%;
}
/* End product block */
/* Block */
.block-title{
    margin: 0 0 15px;
}
/* End Block */
/* Event */
.events .item-event{
    border: 1px solid #ccc;
}
.events .item-event .desc-event{
    margin: 20px;
}
.event-content .event-desc-details .event-name{
    margin: 0 0 15px;
    display: block;
}
/* End Event */
/* Toolbar */
.toolbar{   
    margin: 0 0 40px;
}
.toolbar .pager .text-left{
	float: left;
	display: inline-block;
	margin-right: 10px;
}
.toolbar .pager select,
.brands-toolbar .sort-by select{
	border: 1px solid #eee;
	padding: 3px 10px;
}
.toolbar .pager .amount,
.toolbar .pager .view-mode{
	margin-top: 3px;
}
.toolbar .pager .text-right{
	display: inline-block;
	margin-left: 10px;
	float: right;
}
.toolbar .pager .pager-setting > div {
	float: left;
}
.pagination > li > a, .pagination > li > span {
	border-radius: 0;
}
/* End Toolbar */
/* Detail product */
.catalog-product-view .product-shop .add-to-box .shop_meta {
	margin: 0 0 15px;
}
.catalog-product-view .product-shop .add-to-box .add-to-links > li {
	margin-left: 10px;
}
.product-view .product-essential {
	margin: 0 0 40px;
}
.input-qty-product {
    padding: 0 !important;
    text-align: center;
    width: 50px !important;
	border-radius: 0;
	display: inline-block;
	vertical-align: initial !important;
}
.image-media {
	position: relative;
	margin: 0 5px 30px 0;
}
.image-media .magnifier .buttons {
	position:absolute;
	height: 40px;
	line-height: 40px;
	width: 40px;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
	transform: scale(0.2);
    transition: all 0.3s ease-in-out 0s;
	text-align: center;
}
.image-media:hover .magnifier .buttons {
    transform: scale(1);
}
.product-view .product-shop .add-to-box .add-to-cart:after{
	display: inline-block;
}
.catalog-product-view .product-options dl dd {
	margin: 0 0 20px;
}
.catalog-product-view .product-options dl dd select {
	float: left;
}
.catalog-product-view .product-options-bottom .price-box {
	display: none;
}
.product-options dt{
    padding: 0 0 10px;
}
#product-options-wrapper .options-list li{
    height: 35px;
}
#product-options-wrapper .options-list li label{
    margin-top: 10px;
}
#product-options-wrapper
.select-date-option select,
.time-picker select,
.time-and-date-picker select{
    float: left;
    margin-right: 25px;
    width: 90px !important;
    height: 35px;
    border-radius: 0;
}
.select-date-option,
.time-content {
    height: 35px;
}
.select-date-option,
.time-content {
    min-height: 40px;
}
.time-picker{
    width: 100%;
    float: left;
    position: relative;
}
.time-picker b{
    left: 102.5px;
    position: absolute;
    top: 8px;
}
.bundle-option-select{
    border-radius: 0px;
    width: 100%;
}
.product-view .static-block-top,
.product-view .static-block-bottom{
	margin-top: 20px;
}
.product-shop .box-social {
	float: left;
	width: 100%;
	margin: 5px 0;
}
.short-description h2{
	font-size: 16px;
	text-transform: uppercase;
}
.btn-shop{margin-top: 10px;}
.btn-shop .qty{
	padding: 6px 5px 6px;
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
}
.btn-shop .minus{
	margin-right: -4px;
}
.btn-shop .plus{
	margin-left: -3px;
}
.add-to-links li{margin-left: 5px;margin-top: 10px;}
.add-to-links li a:hover{color: #fff; background-color: #428bca;border-color: transparent;}
.table-review{width: auto;}
.form-review .input-text{width: auto;}
.required em,p.required,
.validation-advice{color: red;margin-right: 5px;}
/* End detail product */
/* Detail profile */
.profile-content .profile-top {
	position: relative;
}
.profile-grid .social-links {
	position: absolute;
	top: 50%;
	display: block;
	visibility: hidden;
	opacity: 0;
	text-align: center;
	width: 100%;
	transform: scale(0,0);
	-moz-transform: scale(0,0);
	-webkit-transform: scale(0,0);
	-ms-transform: scale(0,0);
	-o-transform: scale(0,0);
	transition: transform 0.4s ease 0s, opacity 0.4s ease 0s, visibility 0.4s ease 0s;
	-moz-transition: -moz-transform  0.4s ease 0s, opacity 0.4s ease 0s, visibility 0.4s ease 0s;
	-webkit-transition: -webkit-transform  0.4s ease 0s, opacity 0.4s ease 0s, visibility 0.4s ease 0s;
	-ms-transition: -ms-transform 0.4s ease 0s, opacity 0.4s ease 0s, visibility 0.4s ease 0s;
	-o-transition: -o-transform  0.4s ease 0s, opacity 0.4s ease 0s, visibility 0.4s ease 0s;
	
}
.profile-grid .profile-content:hover .social-links{
	opacity: 1;
	visibility: visible;
	transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
}
.profile-grid .profile-content:hover img{
	opacity: 0.2;
}
.profile-grid  .profile-content .social-links li {
	display: inline-block;
	font-size: 20px;
	margin: 0 15px;
}
.profile-content .bg-olayver a{
    width: 100%;
    height: 100%;
    display: block;
}
.detail-profile > div .user-wrapper,
.detail-profile > div .description{
    background: #ccc;
}
.detail-profile > div .description{
    padding: 30px 20px;
}
.detail-profile .user-wrapper .desc{
    padding: 10px 20px;
}
.detail-profile > div .description h3{
    margin-top: 0px;
}
.btn-profile{
    text-transform: none;
    color: #fff;
    margin-right: 15px;
    opacity: 0.8;
    margin-top: 10px;
}
.btn-profile:hover{
    opacity: 1;
    color: #fff;
}
.btn-facebook{
    background: #3b5998;
}
.btn-google{
    background: #c32f10;
}
.btn-twitter{
    background: #2ba9e1;
}
.btn-linkedin{
    background: #007bb6;
}
.btn-instagram{
    background: #517fa4;
}
/* End detail profile */
.multiple-checkout table {
	width: 100%;
}
/* Custom Logo On Sticky Menu */
.logo-sticky, .sticky_menu .logo-header {
	display: none;
}
.sticky_menu .logo-sticky {
	display: block;
}
/* Blog */
.aw-blog-read-more {
	float: right;
}
/* Faq */
.faq .search .input-text {width: 290px;}
/* Brands */
.brands-search-form .input-text{width: 290px;float: left;margin-right: 10px;}

/* -------------- Portfolio Grid ----------- */
.tabs-center {
	text-align: center;
}
.tabs-center .tab-products li {
    float: none;
    display: inline-block;
	margin: 0 15px;
}
.tab-menu.tab-products.tabs_categories_porfolio {
    margin-bottom: 50px;
}
.tabs_categories_porfolio li a {
    cursor: pointer;
}
.portfolio-grid .portfolio-bottom-content .portfolio-name {
    font-weight: 700;
}
.portfolio-grid .portfolio-bottom-content .category-link {
    font-size: 13px;
}
.portfolio-grid .portfolio-bottom-content {
    padding-bottom: 32px;
    padding-top: 16px;
}
.portfolio-grid .portfolio-top-content {
    position: relative;
}
.portfolio-grid .portfolio-top-content a.view {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    font-size: 25px;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}
.portfolio-grid .portfolio-top-content .porfolio-image:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    background-color: #fff;
    content: "";
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform-origin : 50% 100%;
    -moz-transform-origin : 50% 100%;
    -o-transform-origin : 50% 100%;
    -ms-transform-origin : 50% 100%;
    transform-origin : 50% 100%;
    visibility: hidden;
}
.portfolio-grid .porfolio-content:hover .portfolio-top-content a.view {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    visibility: visible;
}
.portfolio-grid .porfolio-content:hover .portfolio-top-content .porfolio-image:after {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    opacity: 0.5;
    visibility: visible;
}
.portfolio-grid.owl-carousel {
    padding: 0;
}
.tabs_categories_porfolio_content .title {
	padding-left: 15px;
	margin-top: 0;
    margin-bottom: 30px;
}
