@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=greek,greek-ext');
/******************************************************
* @package Ves Theme Framework for Magento
* @version 1.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <@email:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
/* Import ================================================================================ */
/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
*   Blocks Layout Selectors 
*/
/**
* Product Item Selectors
*/
/***********************************************************************/
/*  
* LAYOUT VARIABLES 
*/
/******************************************************
* @package Ves Theme Framework for Magento
* @version 1.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <$emai:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
/*------------------ User ------------------*/
/* 
* product block
*/
/* Icons */
/* buttons */
/* 
* Block Modules 
*/
/*  
* LAYOUT VARIABLES 
*/
/******************************************************
* @package Ves Theme Framework for Magento
* @version 1.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/* RIGHT TO LEFT */
/**
/**
* BASE CSS STYLES
*/
* {
    margin: 0;
    padding: 0;
}

html {
    /*overflow-y: scroll;*/
    margin: 0;
    padding: 0;
}

body {
    background-color: white;
    color: black;
    font-family: "Roboto"!important;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    /*overflow-x: hidden;*/
    line-height: 24px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}
ul li, ol li {
    list-style: none;
    line-height: inherit;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none!important;
}

a:hover, a:focus {
    outline: 0!important;
    text-decoration: none;
    color: inherit;
}

ul.bullet li {
    padding: -3px 0;
    position: relative;
}
ul.bullet li a {
    padding-left: 12px;
}
.rtl ul.bullet li a {
    padding-right: 12px;
    padding-left: inherit;
}
ul.bullet li a:before {
    display: block;
    content: "\f064";
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 6px;
}
.rtl ul.bullet li a:before {
    right: 0;
    left: auto;
}
ul.bullet li a:hover:before {
    color: #FF6201;
}

/* links style */
ul.links:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
ul.links li {
    display: block;
    float: left;
    position: relative;
}
.rtl ul.links li {
    float: right !important;
}
ul.links li a {
    position: relative;
    display: block;
    margin: 0 12px 0 8px;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    /*&:after{
    content:"";
    width: 100%;
    height: 2px;
    background: $theme-color-secondary ;
    position: absolute;
    top: -2px;
    left: 0;
    @include opacity(0);
    visibility: hidden;		
    @include transition (all 100ms ease-in-out); 
}
    &:hover{
    &:after{
    @include opacity(1);
    visibility: visible;
    top: 0; 
}
}*/
}
.rtl ul.links li a {
    margin: 0 8px 0 12px;
}
ul.links li a:hover {
    color: #FF6201;
}
ul.links li:before {
    content: "/";
    position: absolute;
    top: 1px;
    right: 0;
}
.rtl ul.links li:before {
    left: 0;
    right: auto;
}
ul.links li.first a {
    margin-left: 0;
    margin-right: 10px;
}
.rtl ul.links li.first a {
    margin-right: 0;
    margin-left: inherit;
}
.rtl ul.links li.first a {
    margin-left: 10px;
    margin-right: inherit;
}
ul.links li.last:before {
    display: none;
}
ul.list li {
    list-style: none;
    padding: 6px 0;
}
ul.my-account li {
    padding: 6px 0;
    list-style: disc;
    margin-left: 14px;
}
.rtl ul.my-account li {
    margin-right: 14px;
    margin-left: inherit;
}
ul.inline li {
    float: left;
}
.rtl ul.inline li {
    float: right !important;
}

.tree-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.tree-menu > ul > li {
    width: 100%;
    height: auto;
    position: relative;
}
.tree-menu > ul > li .caret, .tree-menu > ul > li .head a {
    position: absolute;
    right: 10px;
    top: 13px;
    background-color: #9c9c9c;
    color: white;
    padding: 0 6px;
    margin-right: -20px;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
    border-radius: 10%;
}
.rtl .tree-menu > ul > li .caret, .rtl .tree-menu > ul > li .head a {
    left: 10px;
    right: auto;
}
.tree-menu > ul > li:last-child a {
    border: none;
}
.tree-menu > ul > li > a {
    display: block;
    color: white;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}
.tree-menu > ul > li ul {
    display: none;
}
.tree-menu > ul > li a.active {
    font-weight: bold;
    color: #E02673;
}
.tree-menu > ul > li a.active + ul {
    display: block;
    padding: 0 0 10px 10px;
}
.tree-menu > ul > li ul > li {
    padding-left: 30px;
}
.tree-menu > ul > li ul > li > a {
    text-decoration: none;
    display: block;
    padding: 8px 0;
    color: black;
}
.tree-menu > ul > li ul > li > a.active {
    font-weight: bold;
    color: #FF6201;
}

/* Tools */
.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left;
}
.rtl .a-left {
    text-align: right !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right;
}
.rtl .a-right {
    text-align: left !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left {
    float: left;
}
.rtl .f-left {
    float: right !important;
}

.f-right {
    float: right;
}
.rtl .f-right {
    float: left !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.col-no-padding {
    padding: 0!important;
}

.row-no-margin {
    margin: 0!important;
}

.no-bg {
    background: none !important;
}

/* ======================================================================================= */
/* tab style */
.htabs ul li {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.htabs ul li:first-child {
    margin-bottom: 0;
}
.htabs ul li a {
    text-transform: uppercase;
    padding: 10px 20px;
    margin-right: 0;
    font-weight: 400;
    font-family: "Roboto";
    font-size: 12px;
    border: 1px solid #cdcdcd;
    margin-right: 0;
    color: black;
}
.rtl .htabs ul li a {
    margin-left: 0;
    margin-right: inherit;
}
.htabs ul li a.selected, .htabs ul li a:hover {
    color: white;
    display: block;
    background: black;
    border-color: black;
}
.htabs ul li a:hover {
    background: transparent;
    color: #FF6201;
    border: 1px solid #cdcdcd;
}

table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table.form > * > * > td {
    color: black;
}
table.form td {
    padding: 4px;
}
table.form tr td:first-child {
    width: 170px;
}

table.radio {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    display: table;
}
table.radio td {
    padding: 5px;
}
table.radio td label {
    display: block;
}
table.radio td input[type="radio"] {
    margin: 0;
}
table.radio tr td:first-child {
    width: 1px;
}
table.radio tr td:first-child input {
    margin-top: 1px;
}
table.radio tr.highlight:hover td {
    background: #f2f2f2;
    cursor: pointer;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    /* Firefox */
}

#colorbox .tabs-group .tab-contents {
    padding: 0;
    border: 0;
    background: white;
}

.validation-advice {
    color: #c83a3a;
    background: url("../images/i_asc_arrow.gif") no-repeat left 15px;
    padding-left: 15px;
    padding-top: 10px;
    text-align: left;
}
.rtl .validation-advice {
    padding-right: 15px;
    padding-left: inherit;
}
.rtl .validation-advice {
    text-align: right !important;
}

.rtl .validation-advice {
    background: url("../images/i_asc_arrow.gif") no-repeat right 15px;
}

.tempcp-quickview-view .zoomContainer,
.tempcp-quickview-view .ves-colorbox,
.tempcp-quickview-view .product-zoom {
    display: none !important;
}

/******************************************************
* @package Ves Theme Framework for Magento
* @version 3.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <@email:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
/* Page Heading */
.page-title h1,
.category-title h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 36px;
}

#ves-breadcrumbs .category-info {
    position: relative;
}
#ves-breadcrumbs .category-info .page-title h1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 60px;
    font-family: "Roboto";
    height: 60px;
    overflow: hidden;
    font-weight: 800;
    line-height: 1em;
    letter-spacing: -0.05em;
    color: white;
    text-align: center;
    padding: 0;
    top: -205px;
}
#ves-breadcrumbs .category-info .category-description {
    display: none;
}
#ves-breadcrumbs .category-image {
    margin: 0;
}

.category-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Pager */
.pager {
    margin: 0;
    text-align: center;
    /*@include rtl-border-left(1px solid $border-color);*/
}
.pager .amount {
    float: right;
    margin: 0;
}
.rtl .pager .amount {
    float: left !important;
}
.pager .limiter {
    float: right;
}
.rtl .pager .limiter {
    float: left !important;
}
.pager .limiter label {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.pager .limiter select {
    vertical-align: middle;
    width: 95px;
    height: 30px;
    padding: 4px 9px;
    line-height: 30px;
}
.pager .pages {
    float: left;
}
.rtl .pager .pages {
    float: right !important;
}
.pager .pages ol {
    display: inline;
}
.pager .pages li {
    display: inline;
    margin: 0 2px;
    font-family: "Roboto";
    font-size: 12px;
    color: black;
    padding: 0 20px;
    line-height: 10px;
}
.pager .pages li.current {
    text-decoration: underline;
    padding: 0;
}
.pager .pages li a {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    font-family: "Roboto";
    font-size: 12px;
    color: black;
    text-transform: uppercase;
    padding: 5px 0;
    position: relative;
}
.pager .pages li a:hover {
    text-decoration: underline;
}
.pager .pages li a.next {
    padding-right: 0;
    text-decoration: none;
}
.rtl .pager .pages li a.next {
    padding-left: 0;
    padding-right: inherit;
}
.pager .pages li a.next:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: 100;
    right: -14px;
}
.rtl .pager .pages li a.next:before {
    left: -14px;
    right: auto;
}
.pager .pages li a.previous {
    padding-left: 0;
    text-decoration: none;
}
.rtl .pager .pages li a.previous {
    padding-right: 0;
    padding-left: inherit;
}
.pager .pages li a.previous:before {
    content: '\f104';
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: 100;
    left: -14px;
}
.rtl .pager .pages li a.previous:before {
    right: -14px;
    left: auto;
}

.box-reviews .pager,
.my-account .pager {
    border: 0;
}

.my-account .buttons-set {
    margin: 0 0 20px;
}

/* Sorter */
.sorter {
    margin: 6px 0;
}
.sorter:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.sorter .view-mode {
    float: left;
    margin: 0;
}
.rtl .sorter .view-mode {
    float: right !important;
}
.sorter .view-mode .grid, .sorter .view-mode .list {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: 9999em;
    overflow: hidden;
    background: url(../images/view-mode.png) 0 0 no-repeat;
    float: left;
    margin: 0 -10px 0 0;
}
.rtl .sorter .view-mode .grid, .rtl .sorter .view-mode .list {
    float: right !important;
}
.sorter .view-mode strong.grid {
    background-position: -40px 8px;
}
.sorter .view-mode strong.list {
    background-position: 7px 9px;
}
.sorter .view-mode a.grid {
    background-position: -40px -40px;
}
.sorter .view-mode a.list {
    background-position: 7px -41px;
}
.sorter .sort-by {
    float: right;
    padding: 0;
    margin: 0 10px 0 0;
}
.rtl .sorter .sort-by {
    float: left !important;
}
.sorter .sort-by label {
    vertical-align: middle;
    margin: 0;
}
.sorter .sort-by select {
    vertical-align: middle;
    padding: 3px 9px;
    width: auto;
    background: white;
}

/* Toolbar */
.toolbar {
    padding: 0 14px;
    border: 2px solid #e5e5e5;
    margin-bottom: 18px;
}
.toolbar:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.toolbar .pager {
    display: none;
}
.toolbar label {
    float: left;
    padding: 0 10px;
    margin: 0;
    font-size: 12px;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
}
.rtl .toolbar label {
    float: right !important;
}

.toolbar-bottom .toolbar {
    border: none;
    margin-top: 32px;
    padding: 0;
}
.toolbar-bottom .toolbar .pager {
    display: block;
}
.toolbar-bottom .pager {
    display: block;
}
.toolbar-bottom .pager strong {
    display: none;
    font-weight: 400;
}
.toolbar-bottom .amount {
    float: right;
}
.rtl .toolbar-bottom .amount {
    float: left !important;
}
.toolbar-bottom .sorter, .toolbar-bottom .limiter {
    display: none;
}

/* Content Styles ================================================================= */
/* Product Tags */
.tags-list li {
    display: inline !important;
    margin: 0 4px 0 0;
}

/* Advanced Search */
.advanced-search .form-list label {
    width: 160px;
    padding-right: 10px;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
    float: left;
    clear: none;
}
.rtl .advanced-search .form-list .input-box, .rtl .advanced-search .form-list .input-range {
    float: right !important;
}

.advanced-search-amount {
    margin: 0 0 10px;
}

.advanced-search-summary {
    margin: 10px 0;
    border: 1px solid #e9d7c9;
    background: #fff6f1;
    padding: 10px;
}
.advanced-search-summary ul {
    float: left;
    width: 49%;
}
.advanced-search-summary strong {
    color: #E17C24;
    padding-left: 15px;
    background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
}
.advanced-search-summary p {
    clear: both;
    font-weight: bold;
    margin: 0;
}

/* CMS Home Page */
/* Sitemap */
.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0;
}
.page-sitemap a {
    text-decoration: none;
    position: relative;
}
.page-sitemap a:hover {
    text-decoration: underline;
}
.page-sitemap .sitemap {
    margin: 12px;
}
.page-sitemap .sitemap a {
    color: #1b2d3b;
}
.page-sitemap .sitemap li {
    margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
    color: #1e7ec8;
}

/* Shopping Cart ========================================================================= */
.cart {
    background: white;
    margin-bottom: 20px;
}
.cart .page-title {
    border-bottom: 0;
    margin: 0 0 12px;
}
.cart .page-title h1 {
    margin: 10px 0 0;
}
.cart button {
    margin-left: 5px;
}
.rtl .cart button {
    margin-right: 5px;
    margin-left: inherit;
}

.crosssell {
    margin-top: 40px;
}
.crosssell .carousel-inner {
    overflow: visible;
}
.crosssell .carousel-inner .products-row {
    margin: 0;
}

.cart-price .price {
    color: #FF6201;
}

/* Shopping cart tax info */
.cart-tax-info {
    display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -52px;
}

/* Checkout Types */
.cart {
    /* Shopping Cart Collateral boxes */
    /* Discount Codes & Estimate Shipping and Tax Boxes */
    /* Shopping Cart Totals */
}
.cart .product-name a {
    font-size: 14px;
    color: #ffffff;
}
.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}
.cart .title-buttons .checkout-types {
    display: none;
    float: right;
}
#checkout-step-shipping_method .shipment-methods li {
    display: flex;
    align-items: center;
}
#checkout-step-shipping_method .shipment-methods li label {
    margin-bottom: 0;
    line-height: normal;
    padding: 0 0 0 10px;
}
#checkout-step-shipping_method .shipment-methods .price {
    font-size: 18px;
}
.rtl .cart .title-buttons .checkout-types {
    float: left !important;
}
.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}
.rtl .cart .title-buttons .checkout-types li {
    float: right !important;
}
.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}
.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 11px;
}
.cart .cart-collaterals h2 {
    font-size: 18px;
    color: #f1f1f1;
}
.cart .crosssell .product-image {
    margin-right: 10px;
}
.cart .crosssell li.item {
    margin: 10px 0;
}
.cart .discount, .cart .shipping {
    border: 1px solid #e5e5e5;
    padding: 12px 15px;
    margin: 0 0 18px;
}
.cart .discount .buttons-set, .cart .shipping .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: left;
}
.rtl .cart .discount .buttons-set, .rtl .cart .shipping .buttons-set {
    text-align: right !important;
}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0;
}
.cart .discount .input-box {
    margin: 8px 0 0;
    width: 260px;
}
.cart .discount input.input-text {
    width: 254px;
}
.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0;
    background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
}
.cart .totals {
    color: #333;
}
.cart .totals table {
    margin: 7px 0;
    border: none;
}
.cart .totals td {
    padding: 5px 0px 10px 35px;
    border: none;
    font-size: 18px;
    line-height: 35px;
}
.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}
.cart .totals tfoot td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.cart .totals tfoot th strong, .cart .totals tfoot td strong {
    font-size: 24px;
}
.cart .totals .checkout-types {
    border-top: 1px solid #e5e5e5;
    font-size: 13px;
    padding: 5px 0 0;
    text-align: right;
}
.rtl .cart .totals .checkout-types {
    text-align: left !important;
}
.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0;
}

/* Options Tool Tip */
.item-options dt {
    font-weight: bold;
    font-style: italic;
}
.item-options dd {
    padding-left: 10px;
    margin: 0 0 6px;
}

.truncated {
    cursor: help;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.truncated a.dots {
    cursor: help;
}
.truncated a.details {
    cursor: help;
}
.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}
.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
}
.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
    margin: 0 0 8px;
}
.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold;
}
.sp-methods dd li {
    margin: 5px 0;
}
.sp-methods label {
    font-weight: bold;
    color: #999999;
}
.sp-methods .price {
    font-weight: bold;
}
.sp-methods .form-list {
    padding-left: 20px;
}
.sp-methods .form-list li {
    margin: 0 0 8px;
}
.sp-methods select.month {
    width: 154px;
    margin-right: 10px;
}
.sp-methods select.year {
    width: 96px;
}
.sp-methods input.cvv {
    width: 3em !important;
}
.sp-methods .checkmo-list li {
    margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right;
}
.rtl .sp-methods .checkmo-list label {
    text-align: left !important;
}
.sp-methods .checkmo-list address {
    float: left;
}
.rtl .sp-methods .checkmo-list address {
    float: right !important;
}
.sp-methods .centinel-logos a {
    margin-right: 3px;
}
.sp-methods .centinel-logos img {
    vertical-align: middle;
}
.sp-methods .release-amounts {
    margin: 0.5em 0;
}
.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}
.rtl .sp-methods .release-amounts button {
    float: right !important;
}
.sp-methods input[type="checkbox"],
.sp-methods input[type="radio"] {
    height: 26px;
}

.please-wait {
    float: right;
}
.please-wait img {
    vertical-align: middle;
}

.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px;
    line-height: 34px;
}

/* Tooltip */
.tool-tip {
    border: 1px solid #7BA7C9;
    background: #EAF6FF;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999;
}
.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right;
}
.rtl .tool-tip .btn-close {
    text-align: left !important;
}
.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}
.rtl .tool-tip .btn-close a {
    text-align: right !important;
}
.tool-tip .tool-tip-content {
    padding: 5px;
}

/* Gift Messages */
.gift-messages h3 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}
.gift-messages p.control {
    color: #8e8d8b;
}

.gift-messages-form {
    position: relative;
}
.gift-messages-form label {
    float: none !important;
    position: static !important;
}
.gift-messages-form h4 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}
.gift-messages-form .whole-order {
    margin: 0 0 25px;
}
.gift-messages-form .item {
    margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}
.rtl .gift-messages-form .item .product-img-box {
    float: right !important;
}
.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}
.gift-messages-form .item .number {
    margin: 0;
    font-weight: bold;
    text-align: center;
    color: #8a8987;
}
.gift-messages-form .item .details {
    margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
    font-size: 13px;
    margin: 0 0 10px;
}
.gift-messages-form .item .details .form-list .field {
    width: 255px;
}
.gift-messages-form .item .details .form-list .input-box {
    width: 240px;
}
.gift-messages-form .item .details .form-list input.input-text {
    width: 234px;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
    width: 500px;
}
.gift-messages-form .item .details .form-list li.wide textarea {
    width: 494px;
}

.gift-message-link {
    font-size: 11px;
    background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right: 7px;
}
.gift-message-link.expanded {
    background-position: 100% -40px;
}

.gift-message-row {
    background: #f2efe9;
}
.gift-message-row .btn-close {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}
.rtl .gift-message-row .btn-close {
    float: left !important;
}

/* Checkout Agreements */
.checkout-agreements li {
    margin: 30px 0;
}
.checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    background-color: #fbfaf6;
    border: 1px solid #bbb6a5;
}
.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
    margin-right: 6px;
}
.checkout-agreements .agree label {
    font-weight: bold;
    color: #999999;
}

.opc .checkout-agreements {
    border: 1px solid #d9dde3;
    border-width: 0 1px;
    padding: 5px 30px;
}
.opc .checkout-agreements li {
    margin: 20px 0 0;
}
.opc .checkout-agreements .agreement-content {
    background-color: #fff;
    border-color: #e4e4e4;
    padding: 5px;
}
.opc .checkout-agreements .agree {
    padding-left: 6px;
}

/* Centinel */
.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}
.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.opc .centinel {
    border: 1px solid #bbb6a5;
    border-width: 0 1px 1px;
    padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
    background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
    /********** Common Checkout Styles > */
}
.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}
.info-set .box {
    margin: 0 0 15px;
}
.info-set .box h2 {
    color: #FF6201;
}
.info-set .data-table .product-name {
    font-size: 1em !important;
}
.info-set .data-table .product-name a {
    font-weight: bold !important;
}
.info-set .data-table .item-options {
    margin: 5px 0 0;
}

/* One Page Checkout */
.checkout-onepage-index #content,
.checkout-onepage-success #content {
    background: white;
    margin: 0;
}

.block-progress {
    border: 0;
    margin: 0;
}
.block-progress .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}
.block-progress .block-title strong {
    font-size: 13px;
    color: #0a263c;
}
.block-progress .block-content {
    background: none;
}
.block-progress dt {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #e5e5e5;
    color: #444444;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.35;
    margin: 0 0 6px;
    padding: 10px;
}
.block-progress dt.complete {
    margin: 0;
}
.block-progress dd {
    background: #F5F5F5;
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 8px 13px;
    margin: 0 0 10px;
}
.block-progress p {
    margin: 0;
}
.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
}
.block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.block-progress .cards-list .info-table th {
    font-weight: normal;
}

/* show/hide "change" link for progress step depend on complete status
* should be placed in .css file */
.opc-block-progress dt.complete a, .opc-block-progress dt.complete .separator {
    display: inline;
}
.opc-block-progress dt a, .opc-block-progress dt .separator {
    display: none;
}

.opc {
    position: relative;
}
.opc .buttons-set button.button {
    float: right;
}
.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
}
.opc .buttons-set.disabled button.button {
    display: none;
}
.opc .buttons-set .please-wait {
    height: 28px;
    line-height: 28px;
}
.opc .ul {
    list-style: disc outside none;
    padding-left: 18px;
}
.opc .section {
    margin: 0 0 10px;
    padding: 0;
    clear: both;
}
.opc .section:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.opc .step-title {
    background-color: #EFEFEF;
    border: 1px solid #e0e0e0;
    padding: 8px;
    text-align: right;
    overflow: hidden;
}
.rtl .opc .step-title {
    text-align: left !important;
}
.opc .step-title .number {
    background-color: #fff;
    float: left;
    font-size: 14px;
    line-height: 16px;
    margin: 0 8px 0 0;
    padding: 3px 10px 6px;
}
.rtl .opc .step-title .number {
    float: right !important;
}
.opc .step-title h2 {
    color: #999;
    float: left;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}
.rtl .opc .step-title h2 {
    float: right !important;
}
.opc .step-title a {
    display: none;
    float: right;
    margin-top: 6px;
}
.rtl .opc .step-title a {
    float: left !important;
}
.opc .section.allow {
    cursor: pointer;
}
.opc .section.allow.active {
    cursor: auto;
}
.opc .allow .step-title {
    background: none repeat scroll 0 0 #F5F5F5;
}
.opc .allow .step-title:hover {
    background-color: #E5E5E5;
}
.opc .allow .step-title h2 {
    color: #222222;
}
.opc .allow .step-title a {
    display: block;
}
.opc .active .step-title {
    background-color: #E5E5E5;
    cursor: default;
}
.opc .active .step-title .number {
    background-color: #222222;
    color: #FFFFFF;
}
.opc .active .step-title a {
    display: none;
}
.opc .step {
    padding: 10px;
    position: relative;
}
.opc .step .tool-tip {
    right: 30px;
}
.opc .gift-messages-form {
    border-color: #E5E5E5;
    border-style: solid;
    border-width: 1px 0;
}
.opc .gift-messages-form .inner-box {
    overflow: visible;
}

#opc-review .step {
    padding: 0;
}
#opc-review .item-options {
    margin: 5px 0 0;
}
#opc-review .buttons-set {
    border: 0 none;
    padding: 15px 30px;
}
#opc-review .buttons-set p {
    line-height: 28px;
    margin: 0;
}
#opc-review .buttons-set .please-wait {
    height: 28px;
    line-height: 28px;
}
#opc-review .authentication {
    margin: 0 auto;
    width: 570px;
}
#opc-review .warning-message {
    color: #222222;
    font-weight: bold;
    padding: 10px 10px 0;
    text-align: center;
}
#opc-review tfoot {
    border-top: 1px solid #ccc;
}

/* Multiple Addresses Checkout */
.checkout-multishipping-address-newshipping #columns #content,
.checkout-multishipping-addresses #columns #content,
.checkout-multishipping-shipping #columns #content,
.checkout-multishipping-billing #columns #content,
.checkout-multishipping-overview #columns #content,
.checkout-multishipping-succes #columns #content {
    background: white;
    margin: 0px 0 40px;
}

.checkout-progress {
    padding: 0;
    margin: 0 0 40px;
}
.checkout-progress li {
    float: left;
    width: 19%;
    margin: 0 2px 0 0;
    border-top: 10px solid #999999;
    padding: 5px 0 0;
    font-weight: bold;
    font-family: "Roboto";
    text-transform: uppercase;
    text-align: center;
    color: #abb5ba;
}
.checkout-progress li.active {
    border-top-color: #FF6201;
    color: #FF6201;
}

.multiple-checkout .data-table .product-name {
    font-size: 1em !important;
    color: #1e7ec8 !important;
}
.multiple-checkout .data-table .product-name a {
    font-weight: bold !important;
}
.multiple-checkout .data-table .item-options {
    margin: 5px 0 0;
}
.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px;
}
.rtl .multiple-checkout .tool-tip {
    left: 20px;
    right: auto;
}
.multiple-checkout .box {
    margin: 0 0 15px;
}
.multiple-checkout .box h2 {
    color: #FF6201;
}
.multiple-checkout .place-order {
    text-align: right;
}
.rtl .multiple-checkout .place-order {
    text-align: left !important;
}
.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 27px 7px 0 0;
}
.rtl .multiple-checkout .place-order .please-wait {
    float: left !important;
}
.multiple-checkout .place-order .grand-total {
    font-size: 1.5em;
}
.multiple-checkout .place-order .grand-total .inner {
    padding: 14px 0 0;
}
.multiple-checkout .place-order .grand-total .inner div {
    display: inline;
}
.multiple-checkout .place-order .grand-total big {
    display: inline;
    margin-right: 12px;
}
.multiple-checkout .place-order .grand-total .price {
    color: #FF6201;
}
.multiple-checkout .place-order .grand-total button.button span {
    font-size: 16px;
}
.multiple-checkout .place-order .grand-total button.button span span {
    padding: 0 45px 0 36px;
}
.multiple-checkout .gift-messages-form .item .details .form-list {
    width: 100%;
    overflow: hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
    margin-right: -15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
    width: 445px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
    width: 439px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
    width: 230px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
    width: 215px;
}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
    width: 209px;
}

/* Step 1 */
#multiship-addresses-table td {
    padding: 10px;
}
#multiship-addresses-table tfoot td {
    padding: 5px 10px;
}

/* Step 2 */
.checkout-multishipping-shipping .box-sp-methods {
    border: 1px solid #e5e5e5;
    padding: 13px;
    position: relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
    position: absolute;
    top: -20px;
    right: -40px;
    width: 178px;
    height: 41px;
    background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
    overflow: hidden;
}
.rtl .checkout-multishipping-shipping .box-sp-methods .pointer {
    left: -40px;
    right: auto;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
    position: relative;
}

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
/* Captcha ================================================================================ */
.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    float: left;
    display: inline;
    margin: 0;
    position: relative;
    width: 258px;
}
.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}

.registered-users .captcha-image {
    margin: 0;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}
.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

/* Remember Me Popup ===================================================================== */
.window-overlay {
    background: url(../images/window_overlay.png) repeat;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
}

.remember-me label {
    float: none;
    margin: 0 6px;
}

.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    -box-shadow: 0 0 6px #ccc;
    z-index: 1000;
}
.remember-me-popup h3 {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
    position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
    padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    font: bold 12px/19px Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account {
    background: white;
}
.my-account .box-reviews,
.my-account .box-tags {
    margin-bottom: 20px;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0;
}

.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

.block-account li {
    padding: 5px 0;
}
.block-account li.current strong {
    color: #FF6201;
}

/* Address Book */
.addresses-list address {
    margin: 0 0 3px;
}
.addresses-list p {
    margin: 0;
}
.addresses-list a {
    font-weight: bold;
}
.addresses-list .link-remove {
    color: #646464;
}
.addresses-list .separator {
    margin: 0 3px;
}
.addresses-list li.item {
    background: white url(../images/bkg_account_box.gif) 0 0 repeat-x;
    border: 1px solid #ccc;
    padding: 10px 13px;
    margin: 0 0 10px;
}
.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0;
}
.addresses-list li.empty p {
    font-weight: bold;
}
.addresses-list .addresses-additional li.item {
    background: none;
    border: 0;
    padding: 0;
}

/* Order View */
.order-info {
    background: #dee5e8;
    border: 1px solid #d0cbc1;
    padding: 4px 8px;
    margin: 0 0 8px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
    display: inline;
}
.order-info .current {
    font-weight: bold;
}
.order-info li {
    margin: 0 3px;
}

.order-date {
    margin: 10px 0;
}

.order-info-box {
    background: white url(../images/bkg_block-title.gif) 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}
.order-info-box .box-payment p {
    margin: 0 0 3px;
}
.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}

.order-items {
    width: 100%;
    overflow-x: auto;
}
.order-items .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
}
.order-items .link-print {
    color: #1e7ec8;
    font-weight: normal;
}
.order-items .order-links {
    text-align: right;
}
.rtl .order-items .order-links {
    text-align: left !important;
}

.order-additional {
    margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
    color: #999999;
}
.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
    font-weight: bold;
}
.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}
.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup {
    width: 100%;
}
.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}
.tracking-table-popup th, .tracking-table-popup td {
    padding: 1px 8px;
}

/* Order Print Pages */
.page-print {
    /* Price Rewrites */
}
.page-print .print-head {
    margin: 15px 0;
    float: left;
    width: 100%;
}
.page-print .print-head .logo {
    float: left;
}
.page-print .print-head address {
    float: left;
    margin-left: 15px;
}
.page-print .order-date {
    background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.page-print .gift-message-link {
    display: none;
}
.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}

/* My Wishlist */
#wishlist-table {
    margin-bottom: 20px;
}
#wishlist-table .btn-cart {
    margin-top: 10px;
    min-width: 140px;
}
#wishlist-table input.qty {
    margin-bottom: 10px;
}
#wishlist-table .cart-cell {
    text-align: center;
}
#wishlist-table .cart-cell .add-to-cart-alt {
    padding: 10px 0;
}
#wishlist-table .description {
    padding: 0 0 10px;
}

/* My Tags */
.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}
.my-tag-edit .btn-remove,
.my-tag-edit .btn-remove:hover {
    float: right;
    margin: 4px 0 0 10px;
    line-height: auto;
    height: auto;
    background-color: transparent;
    border: 0;
}
.rtl .my-tag-edit .btn-remove, .rtl
.my-tag-edit .btn-remove:hover {
    float: left !important;
}

#my-tags-table {
    clear: both;
}
#my-tags-table td {
    padding: 10px;
}
#my-tags-table .add-to-links {
    white-space: nowrap;
}
#my-tags-table .last {
    text-align: center;
}
#my-tags-table .last .button.btn-cart {
    height: auto;
    padding: 10px 20px;
    width: 150px;
    margin-bottom: 10px;
}

/* My Reviews */
#my-reviews-table td {
    padding: 10px;
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}
.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}
.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}
.product-review .product-details {
    margin-left: 150px;
}
.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}
.product-review .ratings-table {
    margin: 0 0 10px;
}
.product-review dt {
    font-weight: bold;
}
.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .info-box {
    margin: 15px 0;
}
.billing-agreements .form-list li select {
    float: left;
}
.rtl .billing-agreements .form-list li select {
    float: right !important;
}
.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}
.rtl .billing-agreements .form-list li button.button {
    float: right !important;
}
.billing-agreements .table-caption {
    font-weight: bold;
    font-size: 13px;
}

/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
    color: #c83a3a;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}
.rtl .cart-msrp-totals {
    text-align: left !important;
}

.map-cart-sidebar-total {
    color: #c83a3a;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff;
}
.rtl .map-cart-sidebar-total {
    text-align: right !important;
}

.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100;
}
.rtl .map-popup {
    text-align: right !important;
}

.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px;
}

.map-popup-heading h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}
.rtl .map-popup-heading h2 {
    text-align: right !important;
}

.map-popup-arrow {
    background: url(../images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px;
}

.map-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px;
}
.rtl .map-popup-content {
    text-align: right !important;
}

.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right;
}
.rtl .map-popup-checkout {
    float: left !important;
}
.rtl .map-popup-checkout {
    text-align: left !important;
}
.map-popup-checkout span {
    display: block;
    padding-right: 30px;
}
.rtl .map-popup-checkout span {
    padding-left: 30px;
    padding-right: inherit;
}
.map-popup-checkout .paypal-logo {
    margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}

.map-popup-price {
    margin: 5px 0 0;
}

.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word;
}
.rtl .map-popup-text {
    text-align: right !important;
}

.map-popup-only-text {
    border-top: 1px solid #ddd;
}

/* ======================================================================================= */
/* Sample Data============================================================================ */
.home-callout {
    margin-bottom: 12px;
}
.home-callout img {
    display: block;
}

.home-spot {
    float: left;
    width: 470px;
    margin-left: 20px;
}

.best-selling h3 {
    margin: 12px 0 6px 0;
    color: #e25203;
    font-size: 1.2em;
}
.best-selling table {
    border-top: 1px solid #ccc;
}
.best-selling tr.odd {
    background: #eeeeee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}
.best-selling tr.even {
    background: white url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}
.best-selling td {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 8px 8px;
    font-size: 11px;
}
.best-selling .product-img {
    float: left;
    border: 2px solid #dcdcdc;
}
.best-selling .product-description {
    margin-left: 107px;
    line-height: 1.3em;
}

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
    color: #203548;
}

/* ======================================================================================= */
/* Class: std - styles for admin-controlled content */
.short-description {
    color: #999999;
}

.std {
    font-size: 13px;
    line-height: 24px;
}

.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
    margin: 0 0 1em;
    padding: 0;
}

.std ul {
    list-style: disc outside;
    padding-left: 1.5em;
}

.std ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul ul {
    list-style-type: circle;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: .5em 0;
}

.std dt {
    font-weight: bold;
}

.std dd {
    padding: 0 0 0 1.5em;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b,
.std strong {
    font-weight: bold;
}

.std i,
.std em {
    font-style: normal;
}

/* Misc */
.links li {
    display: inline;
}
.links li.first {
    padding-left: 0;
}
.links li.last {
    background: none !important;
    padding-right: 0 !important;
}

.link-print {
    /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
    font-weight: bold;
    color: #dc6809;
}

.link-rss {
    background: url(../images/i_rss.gif) 0 2px no-repeat;
    padding-left: 18px;
    line-height: 14px;
    white-space: nowrap;
}

.btn-remove {
    float: right;
    float: right;
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_remove.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}
.rtl .btn-remove {
    float: left !important;
}

.btn-previous {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_previous.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 0;
    line-height: 0;
    background: url(../images/delete-product.png) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-edit {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_edit.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

/* Global site notices */
.global-site-notice {
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}
.global-site-notice .notice-inner {
    width: 860px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(../images/i_notice.gif) 20px 25px no-repeat;
    text-align: left;
}
.global-site-notice .notice-inner p {
    margin: 0;
    border: 1px dotted #cccc73;
    padding: 10px;
}
.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}

/* Cookie Notice */
.notice-cookie {
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    /* IE8 */
}

/* Noscript Notice */
/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    border: 0;
    text-align: center;
    color: #fff;
}
.demo-notice .notice-inner {
    width: auto;
    padding: 0;
    background: none;
    text-align: center;
}
.demo-notice .notice-inner p {
    padding: 0;
    border: 0;
}

/* RSS */
.rss-title h1 {
    background: url(../images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px;
}

.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px;
}

/* ======================================================================================= */
/********** < Dashboard */
.dashboard h2 {
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 15px;
}
.dashboard .box {
    margin-bottom: 20px;
}
.dashboard .box .box-title {
    border-bottom: 1px solid #E5E5E5;
    margin: 0 0 10px;
    padding: 0 0 2px;
    text-align: right;
    overflow: hidden;
}
.rtl .dashboard .box .box-title {
    text-align: left !important;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
    float: left;
    margin: 0;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 13px;
}
.rtl .dashboard .box .box-title h3, .rtl .dashboard .box .box-title h4 {
    float: right !important;
}
.dashboard .box .box-title a {
    color: #999999;
    line-height: 38px;
}
.dashboard .box-info h4 {
    font-weight: normal;
    text-transform: uppercase;
}
.dashboard .box-reviews .box-head a, .dashboard .box-tags .box-head a {
    float: right;
    text-align: right;
    margin-top: -10px;
    color: #999999;
}
.rtl .dashboard .box-reviews .box-head a, .rtl .dashboard .box-tags .box-head a {
    float: left !important;
}
.rtl .dashboard .box-reviews .box-head a, .rtl .dashboard .box-tags .box-head a {
    text-align: left !important;
}
.dashboard .box-reviews .number, .dashboard .box-tags .number {
    float: left;
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
    margin-top: 5px;
    background: #999999;
    color: white;
}
.rtl .dashboard .box-reviews .number, .rtl .dashboard .box-tags .number {
    float: right !important;
}
.dashboard .box-reviews .details, .dashboard .box-tags .details {
    margin-left: 38px;
}
.rtl .dashboard .box-reviews .details, .rtl .dashboard .box-tags .details {
    margin-right: 38px;
    margin-left: inherit;
}
.dashboard .box-reviews li.item, .dashboard .box-tags li.item {
    margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last, .dashboard .box-tags li.item.last {
    margin: 0;
}
.dashboard .box-reviews .rating-box, .dashboard .box-tags .rating-box {
    display: inline-block;
}
.dashboard .box-reviews .ratings {
    margin: 5px 0 0;
}
.dashboard .box-tags .tags {
    margin: 5px 0 0;
}
.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li {
    display: inline;
}

/********** Dashboard > */
p.required, .product-options dt label.required em, .form-list label.required em {
    color: #EE001C;
    margin: 0 3px 0 0;
}

.v-fix {
    float: left;
}
.rtl .v-fix {
    float: right !important;
}

/* Custommer */
.form-list li {
    overflow: hidden;
    padding: 5px 0;
}
.form-list label {
    margin-bottom: 2px;
    color: #999999;
}

.content h2 {
    color: #333;
}

.buttons-set #send2 {
    float: left;
}
.rtl .buttons-set #send2 {
    float: right !important;
}

.form-list .input-text {
    width: 98%;
    min-height: 32px;
}

.account-login,
.account-create {
    margin: 0 0 40px;
    background: white;
}
.account-login .page-title,
.account-create .page-title {
    padding: 0;
}
.account-login .content h2,
.account-create .content h2 {
    font-size: 15px;
    font-weight: 300;
    font-family: "Roboto";
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.account-login .content,
.account-login .buttons-set,
.account-create .content,
.account-create .buttons-set {
    padding: 20px 0;
}
.account-login .buttons-set,
.account-create .buttons-set {
    border-top: 1px solid #e5e5e5;
}

.account-create .buttons-set {
    margin-top: 40px;
}

/* crosssell-products-list */
.crosssell #crosssell-products-list:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.crosssell #crosssell-products-list .product-image {
    float: left;
}
.rtl .crosssell #crosssell-products-list .product-image {
    float: right !important;
}

.block-poll li {
    width: 100%;
    float: left;
}
.rtl .block-poll li {
    float: right !important;
}
.block-poll li span.label {
    font-size: 13px;
    line-height: 24px;
}

.sendfriend-product-send .send-friend {
    background: white;
    padding: 20px;
}
.sendfriend-product-send .send-friend .buttons-set button {
    margin-bottom: 20px;
}

.customer-account-login .new-users .content,
.customer-account-login .registered-users .content {
    min-height: 300px;
}

.send-friend .btn-remove {
    float: none;
    margin-top: 40px;
}

.contact-info i.fa-home {
    margin-top: 20px;
    margin-right: 10px;
}

.contact-customhtml li {
    padding-bottom: 10px;
}
.contact-customhtml li em {
    margin-right: 10px;
}

/******************************************************
* @package Ves Theme Framework for Magento
* @version 1.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
.paneltool {
    position: fixed;
    top: 05px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    left: -322px;
    border: solid 1px #CCC;
    z-index: 9999;
    -webkit-box-shadow: 2px -1px 2px #888888;
    box-shadow: 2px -1px 2px #888888;
    background: #fff;
}

.paneltool.active {
    left: 0px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.paneltool.active .panelbutton {
    color: red;
}

.paneltool.themetool {
    top: 70px;
    background: #fff;
}

.paneltool .panelcontent {
    background: #FFF;
    width: 320px;
}

.paneltool .panelcontent > div {
    padding: 15px;
}

.panelbutton {
    border: solid 1px #CCC;
    background: #FFF;
    padding: 9px 11px;
    position: absolute;
    right: -35px;
    top: 10px;
    border-left: none;
    cursor: pointer;
    -webkit-box-shadow: 2px -1px 2px #888888;
    box-shadow: 2px -1px 2px #888888;
}

.editortool .panelbutton {
    top: 517px;
}

#ves-paneltool.panel-open .panel-inner {
    right: 0;
}

#ves-paneltool h4 {
    margin-bottom: 10px;
}

#ves-paneltool .accordion-group {
    margin-bottom: 5px;
}

#ves-paneltool form > * {
    float: left;
}

#ves-paneltool form .group-input {
    margin-right: 5px;
}

#ves-paneltool select {
    padding: 5px;
}

.box-patterns div {
    display: block;
    width: 38px;
    height: 38px;
    float: left;
    cursor: hand;
    cursor: pointer;
    border: solid 1px #f3f3f3;
    margin: 6px;
    border: 1px solid #ccc;
}

.box-patterns div.active {
    border: solid 1px red;
}

#ves-paneltool .nav-tabs > li:before,
#ves-paneltool .nav-tabs > li:after {
    display: none;
}

#customize-form {
    position: relative;
}

#main-preview {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 300px;
    transition-duration: 0.2s;
    transition-property: left, right, top, bottom, width, margin;
}

#main-preview iframe {
    height: 100%;
    width: 100%;
}

.colorpicker {
    z-index: 99999;
}

#ves-customize {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 3;
    box-shadow: 0 1px 3px #999;
    transition-duration: 0.2s;
    transition-property: left, right, top, bottom, width, margin;
    background: none repeat scroll 0 0 #F5F5F5;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#ves-customize .wrapper {
    padding: 12px;
}

#customize-body input[type="text"], #customize-body select {
    border: 1px solid #E2E2E2;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-size: 11px;
    margin: 0 5px 0 0;
    padding: 2px 3px;
    width: 65px;
}

#customize-body select {
    color: #888;
}

#customize-body .accordion-group label {
    color: #888;
    font-size: 11px;
    font-weight: normal;
}

#customize-body .panel-heading {
    padding: 5px 6px;
    font-weight: bold;
    font-size: 11px;
}

.form-group {
    margin-right: 6px;
}

.accordion-group label, .form-group label {
    display: block;
    font-size: 11px;
}

.accordion-group label {
    float: left;
    min-width: 100px;
    margin-right: 10px;
    margin-top: 5px;
}

#ves-customize .btn {
    padding: 4px 12px;
    font-size: 11px;
    font-weight: bold;
}

#ves-customize .btn-show {
    position: absolute;
    top: 39px;
    padding: 6px 18px;
    background: #CCC;
    right: 11px;
    z-index: 99;
    transition: all 1.2s;
    cursor: hand;
    cursor: pointer;
}

#customize-body .nav-tabs {
    border-bottom: 1px solid #d7d7d7;
}

#customize-body .nav-tabs a {
    border: none;
}

#customize-body .nav-tabs a {
    font-weight: bold;
    font-size: 11px;
    padding: 6px 12px;
}

#customize-body .nav-tabs .active a {
    background: #7DB641;
    border-top: none;
    border-right: none;
    border-left: none;
    color: white;
}

.accordion-heading .accordion-toggle {
    font-size: 11px;
}

#customize-body .form-group {
    margin-bottom: 6px;
    clear: both;
}

.clear-bg {
    padding: 3px 6px;
    margin-left: 5px;
}

/* .tab-content > .tab-pane, .pill-content > .pill-pane {
background: none repeat scroll 0 0 #FFFFFF;    
padding: 13px;
} */
.bi-wrapper > div {
    float: left;
    width: 20px;
    height: 20px;
    margin: 3px 4px;
    border: solid 1px #999;
    cursor: hand;
    cursor: pointer;
}

.bi-wrapper > div.active {
    border-color: red;
}

.btn-small {
    border-radius: 0;
    background-color: #7DB641;
    color: #fff;
    padding: 3px 6px;
}

.btn-small:hover {
    background-color: #C83A3A;
    color: #fff;
}

.editortool .label-customize {
    position: absolute;
    right: -155px;
    top: 250px;
    width: 115px;
    height: 74px;
    padding: 0;
    background-image: url(../images/label_customize.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
}

.editortool .label-customize:hover {
    background-position: 0 -111px;
}

.paneltool.active .label-customize {
    display: none;
}

.paneltool .panelcontent {
    text-align: left;
}

/******************************************************
* @package Ves Theme Framework for Magento
* @version 1.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: inherit;
}

h1 {
    font-size: 20px;
    line-height: 37px;
}

h2 {
    font-size: 18px;
    line-height: 37px;
}

h3 {
    font-size: 14px;
    line-height: 37px;
}

h4 {
    font-size: 13px;
    line-height: 29px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 12px;
    line-height: 37px;
}

.success {
    color: #3d6611;
    font-weight: bold;
    background: white;
    padding: 10px;
    margin-top: 20px;
}

.error {
    color: #df280a;
    font-weight: bold;
}

.notice {
    color: #e26703;
}

.messages {
    width: 100%;
    overflow: hidden;
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages li {
    margin: 0 0 10px !important;
}
.messages li li {
    margin: 0 0 3px !important;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 32px !important;
    font-size: 11px !important;
    font-weight: bold !important;
}

.error-msg {
    border-color: #f16048;
    background-color: #faebe7;
    background-image: url(../images/i_msg-error.gif);
    color: #df280a;
}

.success-msg {
    border-color: #446423;
    background-color: #eff5ea;
    background-image: url(../images/i_msg-success.gif);
    color: #3d6611;
}

.note-msg,
.notice-msg {
    border-color: #fcd344;
    background-color: #fafaec;
    background-image: url(../images/i_msg-note.gif);
    color: #3d6611;
}

/******************************************************
* @package Ves Theme Framework for Magento
* @version 1.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
/* Forms */
form {
    display: inline;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

/* Table */
table {
    border: 0;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
    width: 100%;
}

caption, th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}
.rtl caption, .rtl th, .rtl td {
    text-align: right !important;
}

/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
    font-size: 12px;
    color: #545759;
    background-color: white;
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color:#000;
}

.a-center.qtybox input{font-size:16px;min-width: 75px;}

.button, input {
    height: 37px;
    line-height: 1.42857;
}

input, select, textarea {
    width: 100%;
}

.button, input.button {
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: black;
    font-size: 12px;
    letter-spacing: 0.4px;
    font-family: "Roboto";
    font-weight: 400;
    margin: 0 !important;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 20px;
    background-color: black;
}
.button:hover, input.button:hover {
    background: black;
    border: 0!important;
    color: #FF6201;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}

select, textarea {
    padding: 9px;
}

option {
    padding-right: 10px;
}
.rtl option {
    padding-left: 10px;
    padding-right: inherit;
}

input.qty, input[title="Qty"] {
    display: inline;
    text-align: center;
    width: 60px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

input[type="radio"], input[type="checkbox"] {
    float: left;
    margin: 0;
    width: auto;
    border: 0;
}
.rtl input[type="radio"], .rtl input[type="checkbox"] {
    float: right !important;
}

select[multiple], select[size] {
    width: 300px;
}

label {
    padding: 4px;
    font-weight: normal;
    color: #555555;
}
label em {
    padding-right: 5px;
}
.rtl label em {
    padding-left: 5px;
    padding-right: inherit;
}

.label {
    display: table-cell;
    font-size: 100%!important;
}

/* Data Table */
table {
    width: 100%;
    border: 1px solid #d9dde3;
    margin: 10px 0;
    /* Bundle products tables */
}
table td.last, table th.last {
    border-right: 0;
}
table th {
    padding: 3px 8px;
    font-weight: bold;
    border-right: 1px solid #d9dde3;
}
.rtl table th {
    border-left: 1px solid #d9dde3;
    border-right: inherit;
}
table td {
    padding: 10px;
}
table tbody th, table tbody td {
    border-bottom: 1px solid #d9dde3;
    border-left: 1px solid #d9dde3;
}
.rtl table tbody th, .rtl table tbody td {
    border-right: 1px solid #d9dde3;
    border-left: inherit;
}
table tbody.odd tr td,
table tbody.even tr td {
    border-bottom: 0;
}
table tbody.odd tr.border td,
table tbody.even tr.border td {
    border-bottom: 1px solid #d9dde3;
}
table tbody td .option-label {
    font-weight: bold;
    font-style: italic;
}
table tbody td .option-value {
    padding-left: 10px;
}
.rtl table tbody td .option-value {
    padding-right: 10px;
    padding-left: inherit;
}

.data-table {
    width: 100%;
}
.data-table h2.product-name {
    font-size: 13px;
    line-height: normal;
}
.data-table th, .data-table td {
    padding: 10px;
}
.data-table thead {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #E5E5E5;
}
.data-table thead th {
    font-weight: bold;
    vertical-align: bottom;
}
.data-table thead th.wrap {
    white-space: normal;
}
.data-table tr.even td, .data-table tr.even th,
.data-table tr.odd td, .data-table tr.odd th {
    border-right: 1px solid #d9dde3;
    color: #777;
    padding: 10px;
}
.rtl .data-table tr.even td, .rtl .data-table tr.even th, .rtl
.data-table tr.odd td, .rtl .data-table tr.odd th {
    border-left: 1px solid #d9dde3;
    border-right: inherit;
}
.data-table tr.even td.last,
.data-table tr.odd td.last {
    border-right: medium none;
}
.rtl .data-table tr.even td.last, .rtl
.data-table tr.odd td.last {
    border-left: medium none;
    border-right: inherit;
}
.data-table tr.odd.last {
    border-bottom: 1px solid #EEEEEE;
}
.data-table tbody tr.product-shop-row:hover {
    background-color: #FFFFFF;
}
.data-table tbody.odd td {
    border-width: 0 1px;
}
.data-table tbody.odd tr.last {
    border-bottom: 1px solid #E5E5E5;
}
.data-table tbody.even {
    background-color: #fff;
}
.data-table tbody.even td {
    border-width: 0 1px;
}
.data-table th .tax-flag {
    font-weight: normal;
}
.data-table .cell-label {
    display: none;
}
.data-table .value input {
    float: none;
    text-align: center;
    margin: 0 auto;
}

.form-list .field {
    width: 300px;
    margin-right: 10px;
    float: left;
}
.rtl .form-list .field {
    margin-left: 10px;
    margin-right: inherit;
}
.rtl .form-list .field {
    float: right !important;
}
.form-list input.input-text {
    width: 300px;
}

.back-link {
    margin-top: 10px;
    margin-left: 10px;
    float: right;
}
.rtl .back-link {
    float: left !important;
}

.cart .shipping input.input-text, .cart .shipping select {
    width: 100%;
}

.multiple-checkout select {
    width: auto;
}

.box-sp-methods .radio,
.box-sp-methods .checkbox {
    height: 51px !important;
}

.control .radio,
.control .checkbox {
    height: 31px;
    border: 0;
}

/* block */
#columns-right {
    border: 2px solid #eaeaea;
    padding: 10px 0;
    margin: 0 0 55px;
}
#columns-right .block .block-title {
    padding: 10px 20px;
}
#columns-right .productcarousel {
    margin: 0;
}
#columns-right .productcarousel .product-block .product-meta {
    background-color: transparent;
}

.block {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.block .block-title {
    color: black;
    position: relative;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2em;
}
.block .block-title:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.block .block-title strong {
    font-weight: 300;
}
.block .block-title span {
    position: relative;
    background-color: 000;
    padding-right: 0;
    padding-left: 35px;
    text-align: left;
    z-index: 9;
    color: #FF6201;
}
.rtl .block .block-title span {
    padding-left: 0;
    padding-right: inherit;
}
.rtl .block .block-title span {
    padding-right: 35px;
    padding-left: inherit;
}
.rtl .block .block-title span {
    text-align: right !important;
}
.block .block-title span:after, .block .block-title span:before {
    position: absolute;
    top: -2px;
    background-color: #FF6201;
    content: "";
    width: 7px;
    height: 21px;
    line-height: 21px;
    -ms-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.block .block-title span:before {
    left: 8px;
}
.rtl .block .block-title span:before {
    right: 8px;
    left: auto;
}
.block .block-title span:after {
    left: 16px;
}
.rtl .block .block-title span:after {
    right: 16px;
    left: auto;
}
.block .block-content {
    padding: 0 30px;
}
.block .block-content:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.block.nopadding .block-content {
    padding: 0;
    margin: 0;
}
.block #ves_search_button {
    margin: 10px 0 0;
}
.block.block-youtube-widget {
    margin: 0;
}

.block-theme {
    border-color: #dddddd;
}
.block-theme .block-title {
    color: white;
    background-color: #FF6201;
    border-color: #dddddd;
}
.block-theme .block-title + .block-collapse .block-content {
    border-top-color: #dddddd;
}
.block-theme > .block-footer + .block-collapse .block-body {
    border-bottom-color: #dddddd;
}

.block-default {
    border-color: #dddddd;
}
.block-default .block-title {
    color: #222222;
    background-color: whitesmoke;
    border-color: #dddddd;
}
.block-default .block-title + .block-collapse .block-content {
    border-top-color: #dddddd;
}
.block-default > .block-footer + .block-collapse .block-body {
    border-bottom-color: #dddddd;
}

.block-primary {
    border-color: #9c9c9c;
}
.block-primary .block-title {
    color: white;
    background-color: #9c9c9c;
    border-color: #9c9c9c;
}
.block-primary .block-title + .block-collapse .block-content {
    border-top-color: #9c9c9c;
}
.block-primary > .block-footer + .block-collapse .block-body {
    border-bottom-color: #9c9c9c;
}

.block-success {
    border-color: #d6e9c6;
}
.block-success .block-title {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.block-success .block-title + .block-collapse .block-content {
    border-top-color: #d6e9c6;
}
.block-success > .block-footer + .block-collapse .block-body {
    border-bottom-color: #d6e9c6;
}

.block-info {
    border-color: #bce8f1;
}
.block-info .block-title {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.block-info .block-title + .block-collapse .block-content {
    border-top-color: #bce8f1;
}
.block-info > .block-footer + .block-collapse .block-body {
    border-bottom-color: #bce8f1;
}

.block-warning {
    border-color: #faebcc;
}
.block-warning .block-title {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.block-warning .block-title + .block-collapse .block-content {
    border-top-color: #faebcc;
}
.block-warning > .block-footer + .block-collapse .block-body {
    border-bottom-color: #faebcc;
}

.block-danger {
    border-color: #ebccd1;
}
.block-danger .block-title {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.block-danger .block-title + .block-collapse .block-content {
    border-top-color: #ebccd1;
}
.block-danger > .block-footer + .block-collapse .block-body {
    border-bottom-color: #ebccd1;
}

.block-highlighted {
    border-color: #FF6201;
}
.block-highlighted .block-title {
    color: white;
    background-color: #FF6201;
    border-color: #FF6201;
}
.block-highlighted .block-title + .block-collapse .block-content {
    border-top-color: #FF6201;
}
.block-highlighted > .block-footer + .block-collapse .block-body {
    border-bottom-color: #FF6201;
}
.block-highlighted .block-content {
    border-color: #FF6201;
    border-width: 2px;
}

/* block inline style */
.sidebar {
    /*border: 2px solid $border-color;*/
}

/* block style in main content */
#content .ves-custom .block-content {
    border: none;
    background: none;
    color: white;
}
#content .ves-custom .block-content {
    border: none;
}
#content .block-content {
    padding: 0;
    margin: 0;
}

/*Block Top*/
.widget-images {
    margin: 0;
}

.block-top .block {
    margin: 0;
}
.block-top .free {
    padding: 28px 0 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 100%;
}
.block-top .free ul {
    margin: 0;
    padding: 0;
}
.block-top .free ul li {
    float: left;
    background: url("../images/tick.png") no-repeat 0 0;
    width: 33%;
    height: 38px;
    padding-left: 30px;
}
.rtl .block-top .free ul li {
    float: right !important;
}
.rtl .block-top .free ul li {
    padding-right: 30px;
    padding-left: inherit;
}
.block-top .free ul li.first {
    background: none !important;
}
.block-top h2 {
    font-family: "oswaldbold";
    font-size: 40px;
    color: #e87169;
    float: left;
    margin-right: 5px;
    text-transform: uppercase;
    line-height: 40px;
}
.rtl .block-top h2 {
    float: right !important;
}
.rtl .block-top h2 {
    margin-left: 5px;
    margin-right: inherit;
}
.block-top span.add {
    font-family: "oswaldbold";
    font-size: 14px;
    color: #e87169;
}
.block-top .text {
    overflow: hidden;
    margin: 1px 0;
}
.block-top .text p {
    font-family: "oswaldbold";
    font-size: 24px;
    color: black;
    margin: 0;
    text-transform: uppercase;
    line-height: 24px;
    display: block;
}
.block-top .text span {
    color: #a6a6a6;
    font-size: 12px;
    font-family: "Roboto";
    text-transform: uppercase;
    display: block;
    line-height: 12px;
}

/* block tags */
.block-tags .tags-list li, .blog-list-tags .tags-list li {
    font-size: 15px;
}
.block-tags .tags-list li a, .blog-list-tags .tags-list li a {
    background: #e9e9e9;
    color: #222222;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    float: left;
    font-size: 13px!important;
    padding: 3px 10px;
    margin: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rtl .block-tags .tags-list li a, .rtl .blog-list-tags .tags-list li a {
    float: right !important;
}
.block-tags .tags-list li a:hover, .blog-list-tags .tags-list li a:hover {
    background: #FF6201;
    color: white;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.block-tags .actions, .blog-list-tags .actions {
    margin-top: 10px;
    font-style: italic;
    font-weight: bold;
    float: left;
    width: 100%;
}
.rtl .block-tags .actions, .rtl .blog-list-tags .actions {
    float: right !important;
}
.block-tags .actions a, .blog-list-tags .actions a {
    color: #222222;
}

/*Block Shop By*/
.ves-block .block {
    margin: 0;
    padding: 0 0 20px;
}
.ves-block .block .block-title {
    font-size: 20px;
    text-align: center;
}
.ves-block .block .block-title:before, .ves-block .block .block-title:after {
    position: absolute;
    top: 0;
    background-image: url("../images/ico-dashed.png");
    background-position: 0  50%;
    background-repeat: repeat-x;
    content: "";
    width: 100%;
    height: 100%;
}
.ves-block .block .block-title:before {
    right: 20px;
}
.rtl .ves-block .block .block-title:before {
    left: 20px;
    right: auto;
}
.ves-block .block .block-title:after {
    left: 20px;
}
.rtl .ves-block .block .block-title:after {
    right: 20px;
    left: auto;
}
.ves-block .block .block-title strong span {
    padding: 0 15px 0 43px;
}
.ves-block .block .block-title strong span:before, .ves-block .block .block-title strong span:after {
    top: 2px;
}
.ves-block .block .block-title strong span:before {
    left: 24px;
}
.rtl .ves-block .block .block-title strong span:before {
    right: 24px;
    left: auto;
}
.ves-block .block .block-title strong span:after {
    right: 17px;
}
.ves-block .col-lg-6 .ourservice-block {
    max-width: 576px;
}
.ves-block .last .ourservice-block {
    max-height: 498px;
}
.ves-block .last .ourservice-block .ourservice-content {
    top: 40% !important;
}
.ves-block .ourservice-block {
    cursor: pointer;
    max-height: 240px;
    max-width: 279px;
    min-width: 240px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 0 18px;
    padding: 0;
}
.ves-block .ourservice-block .pull-left {
    padding: 0;
}
.ves-block .ourservice-block .media:hover .pull-left {
    padding: 0;
}
.ves-block .ourservice-block .media:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.ves-block .ourservice-block .media:hover h3 {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
}
.ves-block .ourservice-block .media:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate3d(0px, 0px, 0px) scale(1);
    -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
    -moz-transform: translate3d(0px, 0px, 0px) scale(1);
    -ms-transform: translate3d(0px, 0px, 0px) scale(1);
    -o-transform: translate3d(0px, 0px, 0px) scale(1);
}
.ves-block .ourservice-block .media img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
    -moz-transform: translate3d(0px, 0px, 0px) scale(1);
    -ms-transform: translate3d(0px, 0px, 0px) scale(1);
    -o-transform: translate3d(0px, 0px, 0px) scale(1);
    display: block;
    max-width: 100%;
    min-height: 100%;
    position: relative;
}
.ves-block .ourservice-block .media h3 {
    margin-top: 0;
    transform: translate3d(0px, 20px, 0px);
    transition: transform 0.35s ease 0s;
    font-size: 30px;
    letter-spacing: 0.2em;
}
.ves-block .ourservice-block .media p {
    border: 1px solid white;
    margin: 1em 0 0;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 10px;
    transform: translate3d(0px, 20px, 0px) scale(1.1);
    -webkit-transform: translate3d(0px, 20px, 0px) scale(1.1);
    -moz-transform: translate3d(0px, 20px, 0px) scale(1.1);
    -ms-transform: translate3d(0px, 20px, 0px) scale(1.1);
    -o-transform: translate3d(0px, 20px, 0px) scale(1.1);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    letter-spacing: 0.2em;
    font-size: 11px;
}
.ves-block .ourservice-block .media .ourservice-content {
    backface-visibility: hidden;
    color: white;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 20px;
    text-transform: uppercase;
    position: absolute;
    top: 25%;
    text-align: center;
}
.rtl .ves-block .ourservice-block .media .ourservice-content {
    right: 0;
    left: auto;
}
.ves-block .widget-images {
    margin-bottom: 18px;
}
.ves-block .widget-images .image-item figure figcaption {
    backface-visibility: hidden;
    color: white;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 20px;
    text-transform: uppercase;
    position: absolute;
    top: 20%;
    text-align: center;
}
.rtl .ves-block .widget-images .image-item figure figcaption {
    right: 0;
    left: auto;
}
.ves-block .widget-images .image-item figure.effect-ruby:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.ves-block .widget-images .image-item figure.effect-ruby:hover h3 {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
}
.ves-block .widget-images .image-item figure.effect-ruby:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate3d(0px, 0px, 0px) scale(1);
    -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
    -moz-transform: translate3d(0px, 0px, 0px) scale(1);
    -ms-transform: translate3d(0px, 0px, 0px) scale(1);
    -o-transform: translate3d(0px, 0px, 0px) scale(1);
}
.ves-block .widget-images .image-item figure.effect-ruby img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.ves-block .widget-images .image-item figure.effect-ruby h3 {
    margin-top: 0;
    transform: translate3d(0px, 20px, 0px);
    -webkit-transform: translate3d(0px, 20px, 0px);
    -moz-transform: translate3d(0px, 20px, 0px);
    -ms-transform: translate3d(0px, 20px, 0px);
    -o-transform: translate3d(0px, 20px, 0px);
    -webkit-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    font-size: 30px;
    letter-spacing: 0.2em;
}
.ves-block .widget-images .image-item figure.effect-ruby p {
    border: 1px solid white;
    margin: 1em 0 0;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 10px;
    transform: translate3d(0px, 20px, 0px) scale(1.1);
    -webkit-transform: translate3d(0px, 20px, 0px) scale(1.1);
    -moz-transform: translate3d(0px, 20px, 0px) scale(1.1);
    -ms-transform: translate3d(0px, 20px, 0px) scale(1.1);
    -o-transform: translate3d(0px, 20px, 0px) scale(1.1);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    letter-spacing: 0.2em;
    font-size: 11px;
}

#statements h2, #skillset h2 {
    padding: 0 0 10px;
}
#statements ul, #skillset ul {
    padding: 0;
}
#statements ul li, #skillset ul li {
    margin: 10px 0;
}
#statements ul li p, #skillset ul li p {
    margin: 0;
}
#statements div img, #skillset div img {
    margin-right: 10px;
}
.rtl #statements div img, .rtl #skillset div img {
    margin-left: 10px;
    margin-right: inherit;
}

#client_logos li {
    float: left;
    margin: 0 6px;
}
.rtl #client_logos li {
    float: right !important;
}

/******************************************************
* @package Ves Theme Framework for Magento
* @version 3.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <@email:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
.buttons {
    padding: 20px 0;
}
.buttons:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.buttons .left {
    float: left;
}
.buttons .right {
    float: right;
}

.btn-outline-inverse {
    color: white;
    background-color: #FF6201;
    border-color: #FF6201;
}
.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active, .btn-outline-inverse.active {
    color: white;
    background-color: #FF6201;
    border-color: #FF6201;
}
.open .btn-outline-inverse.dropdown-toggle {
    color: white;
    background-color: #FF6201;
    border-color: #FF6201;
}
.btn-outline-inverse:active, .btn-outline-inverse.active {
    background-image: none;
}
.open .btn-outline-inverse.dropdown-toggle {
    background-image: none;
}
.btn-outline-inverse.disabled, .btn-outline-inverse.disabled:hover, .btn-outline-inverse.disabled:focus, .btn-outline-inverse.disabled:active, .btn-outline-inverse.disabled.active, .btn-outline-inverse[disabled], .btn-outline-inverse[disabled]:hover, .btn-outline-inverse[disabled]:focus, .btn-outline-inverse[disabled]:active, .btn-outline-inverse[disabled].active, fieldset[disabled] .btn-outline-inverse, fieldset[disabled] .btn-outline-inverse:hover, fieldset[disabled] .btn-outline-inverse:focus, fieldset[disabled] .btn-outline-inverse:active, fieldset[disabled] .btn-outline-inverse.active {
    background-color: #FF6201;
    border-color: #FF6201;
}
.btn-outline-inverse .badge {
    color: #FF6201;
    background-color: white;
}

.btn-outline {
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: black;
    font-size: 12px;
    letter-spacing: 0.2em;
    font-family: "Roboto";
    font-weight: 400;
    margin: 0 !important;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 20px;
    background-color: #FF6201;
}
.btn-outline:hover {
    background: black;
    border: 0!important;
    color: white;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}

.btn-inverse {
    background: black;
    color: white;
}
.btn-inverse:hover {
    background-color: #FF6201;
    color: black;
}

/******************************************************
* $package Ves Magento Theme Framework for Magento 1.9.0.1
* $version 3.0
* $author http://www.venustheme.com
* $copyright   Copyright (C) Augus 2013 venustheme.com <$email:venustheme$gmail.com>.All rights reserved.
* $license     GNU General Public License version 2
*******************************************************/
body.layout-boxed-md {
    background: url("../images/bg_default.jpg") top center black no-repeat;
}
body.layout-boxed-md #page {
    max-width: 1050px;
    margin: 55px auto 47px;
    background: white;
    overflow: hidden;
}
body.layout-boxed-md #page .container {
    width: auto;
}
body.layout-boxed-lg {
    background: url("../images/bg_default.jpg") top center black no-repeat;
}
body.layout-boxed-lg #page {
    max-width: 1280px;
    margin: 55px auto 47px;
    background: white;
    overflow: hidden;
}

#ves-instagram {
    margin: 0;
    background-color: #323232;
}
#ves-instagram .block-content .item-box-title .block-title {
    background-color: #323232;
}
#ves-instagram .block-content .item-box-title .block-title strong span {
    line-height: 108px;
    text-align: center;
    color: white;
    background-color: transparent;
    margin-left: 65px;
    font-size: 20px;
}
.rtl #ves-instagram .block-content .item-box-title .block-title strong span {
    margin-right: 65px;
    margin-left: inherit;
}
#ves-instagram .block-content .item-box-title .block-title strong span:before, #ves-instagram .block-content .item-box-title .block-title strong span:after {
    top: 2px;
}
#ves-instagram .block-content .item-instagram {
    position: relative;
}
#ves-instagram .block-content .item-instagram:hover a:after {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
#ves-instagram .block-content .item-instagram a:after {
    bottom: 0;
    box-shadow: 0 0 20px 450px rgba(0, 0, 0, 0.6) inset;
    content: "";
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    visibility: visible;
    z-index: 0;
}

.block-facebook-widget {
    margin: 0;
}
.block-facebook-widget .block-title {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 27%;
    font-size: 24px;
    font-family: "Roboto";
    color: white;
    letter-spacing: 0;
}
.block-facebook-widget .block-title strong span {
    background: none;
}
.block-facebook-widget .block-title strong span:before, .block-facebook-widget .block-title strong span:after {
    display: none;
}

/*
* HEADER 
*/
#header {
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    background: #fff;
    /* Keep header when scrolling*/
}
#header #header-main {
    color: #F7F7F7;
    background-color: #FF6201;
    padding-top: 5px;
}
#header #header-bot .container {
    position: relative;
}
#header.navbar-fixed-top {
    position: relative;
}
#header.hide-bar {
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
    margin-top: -41px;
    z-index: 9999 !important;
    background: white;
    position: fixed;
}
#header .show-mobile {
    text-align: right;
}
#header .show-mobile:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.rtl #header .show-mobile {
    text-align: left !important;
}
#header .show-mobile > div {
    margin: 0;
    padding: 0;
    position: relative;
    float: none !important;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
#header .show-mobile > div:hover .inner-toggle {
    display: block;
}
#header .show-mobile .quickaccess-toggle {
    width: 30px;
    height: 30px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}
#header .show-mobile .quickaccess-toggle .fa {
    margin: 0;
    font-size: 12px;
}
#header .show-mobile .quickaccess-toggle:hover, #header .show-mobile .quickaccess-toggle:focus, #header .show-mobile .quickaccess-toggle:active {
    background-color: white;
}
#header .show-mobile .inner-toggle {
    color: #8c8c8c;
    display: none;
    position: absolute;
    left: auto;
    min-width: 160px;
    z-index: 9999;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 15px;
    text-align: left;
    right: 0;
}
.rtl #header .show-mobile .inner-toggle {
    text-align: right !important;
}
.rtl #header .show-mobile .inner-toggle {
    left: 0;
    right: auto;
}

.logo img {
    max-width: 95%;
}
#logo-theme {
    display: block;
    background: transparent;
}
#logo-theme strong.logo-title {
    display: none;
}

.logo {
    display: block;
    background: transparent;
}
.logo strong.logo-title {
    display: none;
}

.top-search .form-search {
    position: relative;
}
.top-search .form-search input {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 38px;
    background: url("../images/icon-search.png") 13px center white no-repeat;
    padding-left: 30px;
    padding-right: 80px;
    color: #363636;
}
.top-search .form-search input:hover, .top-search .form-search input:focus {
    border-color: #FF6201;
}
.top-search .form-search button.button-search {
    color: #000;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
}
.rtl .top-search .form-search button.button-search {
    left: 0;
    right: auto;
}
.top-search .form-search .search-autocomplete {
    z-index: 999;
    left: 40px;
    top: 22px !important;
}
.rtl .top-search .form-search .search-autocomplete {
    right: 40px;
    left: auto;
}
.top-search .form-search .search-autocomplete ul {
    border: 1px solid #e5e5e5;
    background-color: #f9f5f0;
}
.top-search .form-search .search-autocomplete ul li {
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    padding: 2px 8px 1px 8px;
}
.rtl .top-search .form-search .search-autocomplete ul li {
    text-align: right !important;
}
.rtl .top-search .form-search .search-autocomplete ul li {
    padding: 2px 8px 1px 8px;
}
.top-search .form-search .search-autocomplete ul li .amount {
    float: right;
    font-weight: bold;
}
.rtl .top-search .form-search .search-autocomplete ul li .amount {
    float: left !important;
}
.top-search .form-search .search-autocomplete ul li.odd {
    background-color: #fffefb;
}
.top-search .form-search .search-autocomplete ul li.selected {
    background-color: #f7e8dd;
}
.d-login {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 13px 10px;
    background: #000000;
    display: block;
    text-align: center;
    border-radius: 2px;
}
.d-login:hover {
    color: #FF6201;
}
.d-login::before {
    font-family: 'diplas';
    content: "\e903";
    font-size: 14px;
    margin-right: 5px;
}
/* Header - Style */
#ves-masshead .inner {
    background: #FF6201;
    color: #999999;
    padding: 8px 0;
}
#ves-masshead .inner a {
    color: #999999;
}
#ves-masshead .inner a:hover {
    color: #a6a6a6;
}

/*
* NAVIGATION
*/
/*

/*
* SLIDESHOW 
*/
/*
* SHOWCASE 
*/
#ves-showcase .block {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
#ves-showcase .block .block-content {
    background: transparent;
}
#ves-showcase .custom-block div {
    float: left;
}
.rtl #ves-showcase .custom-block div {
    float: right !important;
}

/*
* PROMOTION TOP 
*/
/*
* Breadcrumbs 
*/
#ves-breadcrumbs {
    background-color: #efefef;
    margin-bottom: 20px;
}
#ves-breadcrumbs .breadcrumbs li {
    padding: 0 11px 0 26px;
    background: url("../images/icon-arow.png") center left no-repeat;
    line-height: 120px;
    color: #a6a6a6;
    font-size: 14px;
    font-family: "Roboto";
}
#ves-breadcrumbs .breadcrumbs li:first-child {
    padding-left: 0 !important;
}
#ves-breadcrumbs .breadcrumbs li.home, #ves-breadcrumbs .breadcrumbs li:last-child {
    background: none !important;
}
#ves-breadcrumbs .breadcrumbs li a, #ves-breadcrumbs .breadcrumbs li strong {
    font-weight: 300;
    font-size: 14px;
    color: #a6a6a6;
}

.catalog-category-view #ves-breadcrumbs {
    background-color: transparent;
}
.catalog-category-view #ves-breadcrumbs .breadcrumbs li {
    line-height: 60px;
}

/*
* MAIN CONTENT
*/
#ves-brandcarousel {
    margin: 0;
}
#ves-brandcarousel .carousel-inner > .item a {
    display: block;
    text-align: center;
}
#ves-brandcarousel .carousel-inner > .item a img {
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    -webkit-transition: all 700ms ease-in-out 0s;
    transition: all 700ms ease-in-out 0s;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 2px solid transparent;
}
#ves-brandcarousel .carousel-inner > .item a:hover img {
    transform: rotateY(-360deg);
    border: 2px solid #5b5b5b;
}

/*end*/
/* FOOTER */
#ves-footer ul, #ves-footer ol {
    list-style: none;
    font-weight: 300;
}
#ves-footer ul li, #ves-footer ol li {
    padding: 0;
}
#ves-footer .inner {
    padding: 0;
}
#ves-footer .block {
    margin: 0;
    overflow: visible;
}
#ves-footer .block .block-title {
    font-size: 14px;
}
#ves-footer .block .block-title:after, #ves-footer .block .block-title:before {
    background: none;
}
#ves-footer .block .block-title span {
    background-color: transparent;
    padding: 0;
}
#ves-footer .block .block-title span:after, #ves-footer .block .block-title span:before {
    background-color: transparent;
    width: 0;
    height: 0;
    position: fixed;
    -ms-transform: skew(0);
    -webkit-transform: skew(0);
    transform: skew(0);
}
#ves-footer .widget-images {
    float: right;
}
.rtl #ves-footer .widget-images {
    float: left !important;
}
#ves-footer .widget-newsletter .block-title {
    float: left;
    padding-right: 30px;
    line-height: 38px;
}
.rtl #ves-footer .widget-newsletter .block-title {
    float: right !important;
}
.rtl #ves-footer .widget-newsletter .block-title {
    padding-left: 30px;
    padding-right: inherit;
}
#ves-footer .widget-newsletter .block-content {
    display: inline;
}
#ves-footer .widget-newsletter .block-content .form-subscribe-header {
    display: none;
}
#ves-footer .widget-newsletter .block-content .input-box {
    float: left;
    width: 210px;
}
.rtl #ves-footer .widget-newsletter .block-content .input-box {
    float: right !important;
}
#ves-footer .widget-newsletter .block-content .input-box input {
    background-color: transparent;
    border: 1px solid #474747;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
#ves-footer .widget-newsletter .block-content .actions {
    float: left;
}
.rtl #ves-footer .widget-newsletter .block-content .actions {
    float: right !important;
}
#ves-footer .widget-newsletter .block-content .actions button {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
#ves-footer .vesbuilder-block {
    /*footer style 1*/
    /*footer style 2*/
    /*footer style 3*/
}
#ves-footer .vesbuilder-block .products-grid .product-meta {
    background-color: transparent;
}
#ves-footer .vesbuilder-block .widget-static-block {
    margin: 0;
}
#ves-footer .vesbuilder-block .block-title {
    padding: 0 0 15px;
}
#ves-footer .vesbuilder-block .block-title strong {
    font-weight: 300;
}
#ves-footer .vesbuilder-block .block-title span {
    color: white;
    letter-spacing: 2px;
}
#ves-footer .vesbuilder-block .block-content {
    padding: 0;
}
#ves-footer .vesbuilder-block .block-content .block-ct {
    padding-right: 18px;
}
#ves-footer .vesbuilder-block .block-content p, #ves-footer .vesbuilder-block .block-content a, #ves-footer .vesbuilder-block .block-content .text_separ {
    color: #a6a6a6;
    font-size: 14px;
    font-family: "Roboto";
    line-height: 25px;
    margin: 0;
}
#ves-footer .vesbuilder-block .block-content a {
    line-height: 30px;
}
#ves-footer .vesbuilder-block .block-content a:hover {
    color: #FF6201;
}
#ves-footer .vesbuilder-block .block-content .list-icon li {
    color: #a6a6a6;
    font-size: 14px;
    font-family: "Roboto";
    line-height: 25px;
}
#ves-footer .vesbuilder-block .block-content .list-icon li strong {
    font-family: "Roboto";
}
#ves-footer .vesbuilder-block .block-ft {
    padding: 43px 0;
}
#ves-footer .vesbuilder-block .block-ft .icon-ft {
    color: white;
    float: left;
    font-size: 40px;
}
.rtl #ves-footer .vesbuilder-block .block-ft .icon-ft {
    float: right !important;
}
#ves-footer .vesbuilder-block .block-ft .content-ft {
    color: white;
}
#ves-footer .vesbuilder-block .block-ft .content-ft .main-content-ft {
    text-transform: uppercase;
    font-size: 20px;
}
#ves-footer .vesbuilder-block .row-warning {
    position: relative;
    background: #292929;
    color: #a6a6a6;
    font-family: "Roboto";
    font-size: 14px;
    text-align: left;
}
.rtl #ves-footer .vesbuilder-block .row-warning {
    text-align: right !important;
}
#ves-footer .vesbuilder-block .row-warning address {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
}
#ves-footer .vesbuilder-block .row-warning address span {
    color: #FF6201;
    font-family: "Roboto";
}
#ves-footer .vesbuilder-block .row-warning .block-right a {
    background: url("../images/icon-ft.png") no-repeat 0 7px scroll;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 30px;
    line-height: 40px;
    letter-spacing: 0.2em;
}
#ves-footer .vesbuilder-block .row-warning .block-right a:hover {
    color: #FF6201;
}
#ves-footer .vesbuilder-block .row-warning .ves-btnlink img {
    padding-top: 15px;
}
#ves-footer .vesbuilder-block .row-primary .pr-services .pr-sBox {
    padding: 0 45px;
}
#ves-footer .vesbuilder-block .row-primary .pr-services .pr-sBox:hover .pr-icon {
    animation-name: hvr-icon-pop;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
#ves-footer .vesbuilder-block .row-primary .pr-services .pr-sBox .pr-icon {
    float: left;
}
.rtl #ves-footer .vesbuilder-block .row-primary .pr-services .pr-sBox .pr-icon {
    float: right !important;
}
#ves-footer .vesbuilder-block .row-primary .pr-services .pr-sBox .pr-icon.pr-icon-ma {
    margin: 5px 0 0;
}
#ves-footer .vesbuilder-block .row-primary .pr-services .pr-sBox .pr-info {
    overflow: hidden;
    padding-left: 15px;
}
#ves-footer .vesbuilder-block .row-primary .pr-services .pr-sBox .pr-info h6 {
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: white;
    line-height: 18px;
}
#ves-footer .vesbuilder-block .row-success {
    border-top: 2px solid #474747;
    border-bottom: 2px solid #474747;
    overflow: hidden;
}
#ves-footer .vesbuilder-block .row-success .ft-center-inner {
    position: relative;
}
#ves-footer .vesbuilder-block .row-success .ft-center-inner.ft-center-inner-l:before {
    content: "";
    height: 300%;
    position: absolute;
    right: 0;
    top: 0;
    border-right: 2px solid #474747;
}
.rtl #ves-footer .vesbuilder-block .row-success .ft-center-inner.ft-center-inner-l:before {
    left: 0;
    right: auto;
}
#ves-footer .vesbuilder-block .row-success .ft-center-inner li {
    padding: 0;
}
#ves-footer .vesbuilder-block .row-success .ft-center-inner.ft-center-inner-r .col-inner.right-ft-center {
    padding: 0 20px;
}
#ves-footer .vesbuilder-block .footer-sty1 .row-info, #ves-footer .vesbuilder-block .footer-sty1 .row-success, #ves-footer .vesbuilder-block .footer-sty1 .row-primary, #ves-footer .vesbuilder-block .footer-sty1 .row-warning {
    margin: 0;
}
#ves-footer .vesbuilder-block.footer-sty1 .row-info .widget-newsletter .block-title {
    padding-bottom: 0;
    padding-right: 30px;
}
.rtl #ves-footer .vesbuilder-block.footer-sty1 .row-info .widget-newsletter .block-title {
    padding-left: 30px;
    padding-right: inherit;
}
#ves-footer .vesbuilder-block.footer-sty2 .thumb_more_info {
    display: none;
}
#ves-footer .vesbuilder-block.footer-sty2 .products-row {
    margin-bottom: 18px;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-primary {
    padding: 0;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-primary .col-inner {
    border: 6px solid #FF6201;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-primary .col-inner .col-inner {
    border: none;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-primary .widget-newsletter .block-title {
    padding-bottom: 0;
    padding-right: 15px;
}
.rtl #ves-footer .vesbuilder-block.footer-sty2 .row-primary .widget-newsletter .block-title {
    padding-left: 15px;
    padding-right: inherit;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-primary .widget-sociallinks {
    float: right;
}
.rtl #ves-footer .vesbuilder-block.footer-sty2 .row-primary .widget-sociallinks {
    float: left !important;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-primary .widget-sociallinks .block-content ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-primary .widget-sociallinks .block-content ul li a {
    font-family: "FontAwesome";
    font-family: "FontAwesome";
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: white !important;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 30px;
    height: 30px;
    margin-right: 1px;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.rtl #ves-footer .vesbuilder-block.footer-sty2 .row-primary .widget-sociallinks .block-content ul li a {
    margin-left: 1px;
    margin-right: inherit;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-primary .widget-sociallinks .block-content ul li a:hover {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-primary .widget-sociallinks .block-content ul li a.fa-facebook {
    background-color: #346da6;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-primary .widget-sociallinks .block-content ul li a.fa-twitter {
    background-color: #4c91d7;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-primary .widget-sociallinks .block-content ul li a.fa-google-plus {
    background-color: #eb5e4c;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-primary .widget-sociallinks .block-content ul li a.fa-dribbble {
    background-color: #f7659c;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-primary .widget-sociallinks .block-content ul li a.fa-skype {
    background-color: #139cf3;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-primary .widget-sociallinks .block-content ul li a.fa-youtube {
    background-color: #ef4e41;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-primary .widget-sociallinks .block-content ul li a.fa-instagram {
    background-color: #517fa4;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-info {
    padding: 36px 0;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-info .block-ct {
    padding-bottom: 20px;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-info .block-tags .block-content {
    padding-right: 40px;
}
.rtl #ves-footer .vesbuilder-block.footer-sty2 .row-info .block-tags .block-content {
    padding-left: 40px;
    padding-right: inherit;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-info .block-tags ul {
    float: left;
    width: 100%;
}
.rtl #ves-footer .vesbuilder-block.footer-sty2 .row-info .block-tags ul {
    float: right !important;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-info .block-tags ul li {
    margin: 2px 4px 3px 0;
    background-color: #2d2d2d;
    padding: 12px 15px;
    float: left;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.rtl #ves-footer .vesbuilder-block.footer-sty2 .row-info .block-tags ul li {
    float: right !important;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-info .block-tags ul li:hover {
    background-color: #FF6201;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-info .block-tags ul li:hover a {
    color: black;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-info .block-tags ul li a {
    display: block;
    line-height: 10px;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-info .block-tags ul li a:hover {
    color: black !important;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-info .block-tags .actions {
    margin: 20px 0 0;
    float: left;
    padding: 0;
}
.rtl #ves-footer .vesbuilder-block.footer-sty2 .row-info .block-tags .actions {
    float: right !important;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-info .products-grid {
    background-color: transparent;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-info .products-grid .product-block {
    background-color: transparent;
    border: transparent;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-info .products-grid .product-block .image {
    width: auto;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-info .products-grid .product-block .image .product-img {
    float: left;
}
.rtl #ves-footer .vesbuilder-block.footer-sty2 .row-info .products-grid .product-block .image .product-img {
    float: right !important;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-info .products-grid .product-block .product-meta {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 15px;
    text-align: left;
    overflow: hidden;
    width: auto;
}
.rtl #ves-footer .vesbuilder-block.footer-sty2 .row-info .products-grid .product-block .product-meta {
    padding-right: 15px;
    padding-left: inherit;
}
.rtl #ves-footer .vesbuilder-block.footer-sty2 .row-info .products-grid .product-block .product-meta {
    text-align: right !important;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-info .products-grid .product-block .product-meta .product-name a {
    color: white;
    line-height: 25px;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-info .products-grid .product-block .product-meta .product-name a:hover {
    color: #FF6201;
}
#ves-footer .vesbuilder-block.footer-sty2 .row-info .products-grid .product-block .product-meta .price {
    color: white;
}
#ves-footer .vesbuilder-block.footer-sty3 .row-primary .pr-support {
    text-align: center;
    font-family: "Roboto";
    font-size: 30px;
    color: black;
}
#ves-footer .vesbuilder-block.footer-sty3 .row-primary .pr-support strong span {
    font-family: "Roboto";
    font-weight: 300;
}
#ves-footer .vesbuilder-block.footer-sty3 .row-primary .pr-support strong span.fa {
    font-family: "FontAwesome";
    font-size: 40px;
    padding: 0 10px 0 20px;
}
#ves-footer .vesbuilder-block.footer-sty3 .row-info .block-title {
    padding: 0 0 15px;
}
#ves-footer .vesbuilder-block.footer-sty3 .row-info .store {
    margin: 20px 0 0;
}
#ves-footer .vesbuilder-block.footer-sty3 .row-info .widget-newsletter .block-title {
    display: none;
}
#ves-footer .vesbuilder-block.footer-sty3 .row-info .widget-newsletter .block-content {
    padding-top: 30px;
    display: block !important;
}
#ves-footer .vesbuilder-block.footer-sty3 .row-info .widget-newsletter .block-content .input-box {
    padding-left: 0;
}
#ves-footer .vesbuilder-block.footer-sty3 .row-info .social-footer ul li {
    margin: 0 0 10px;
}
#ves-footer .vesbuilder-block.footer-sty3 .row-info .social-footer ul li a {
    font-family: "Roboto";
    font-size: 14px;
}
#ves-footer .vesbuilder-block.footer-sty3 .row-info .social-footer ul li a span.social {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: white !important;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.rtl #ves-footer .vesbuilder-block.footer-sty3 .row-info .social-footer ul li a span.social {
    margin-left: 10px;
    margin-right: inherit;
}
#ves-footer .vesbuilder-block.footer-sty3 .row-info .social-footer ul li a span.social.social-facebook {
    background-color: #346da6;
}
#ves-footer .vesbuilder-block.footer-sty3 .row-info .social-footer ul li a span.social.social-twitter {
    background-color: #4c91d7;
}
#ves-footer .vesbuilder-block.footer-sty3 .row-info .social-footer ul li a span.social.social-dribbbler {
    background-color: #eb5e4c;
}
#ves-footer .vesbuilder-block.footer-sty3 .row-info .social-footer ul li a span.social.social-google-plus {
    background-color: #f7659c;
}
#ves-footer .vesbuilder-block.footer-sty3 .row-info .social-footer ul li a span.social.social-skype {
    background-color: #139cf3;
}
#ves-footer .vesbuilder-block.footer-sty3 .row-info .social-footer ul li a span.social.social-youtube {
    background-color: #ef4e41;
}
#ves-footer .vesbuilder-block.footer-sty3 .row-info .social-footer ul li a span.fa {
    font-family: "FontAwesome";
    margin-left: 5px;
}
.rtl #ves-footer .vesbuilder-block.footer-sty3 .row-info .social-footer ul li a span.fa {
    margin-right: 5px;
    margin-left: inherit;
}
#ves-footer .footer-bottom {
    background: #222222;
    padding: 30px 0 10px;
}
#ves-footer .footer-bottom .inner {
    background: #323232;
    color: #999999;
    padding: 30px 0;
}
#ves-footer .footer-bottom .inner a {
    color: #999999;
}
#ves-footer .footer-bottom .inner a:hover {
    color: #a6a6a6;
}

/* POWER BY */
#powered {
    position: relative;
    background: #222222;
    color: #a6a6a6;
    font-family: "Roboto";
    font-size: 14px;
    text-align: left;
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
}
.rtl #powered {
    text-align: right !important;
}
#powered .container {
    padding: 5px 15px 5px;
}
#powered a {
    color: #FF6201;
}
#powered a:hover {
    color: #a6a6a6;
}
#powered address {
    display: inline-block;
    display: inline;
    zoom: 1;
    margin: 0;
    font-size: 11px;
}
#powered br {
    display: none;
}

.contact-info i.fa-home {
    margin-top: 20px;
    margin-right: 10px;
}

.contact-customhtml li {
    padding-bottom: 10px;
}
.contact-customhtml li em {
    margin-right: 10px;
}

.cms-page-error {
    color: #999;
    margin: 60px auto;
    position: relative;
    text-align: center;
}
.cms-page-error h1 {
    color: #dfdfdf;
    font-size: 194px;
    font-weight: 900;
    line-height: normal;
}
.cms-page-error h2 {
    color: black;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 30px;
}
.cms-page-error a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 38px;
    margin: 0 10px !important;
}
.cms-page-error.style1 {
    display: block;
    margin: 150px auto 60px;
    min-height: 400px;
    padding: 0;
    position: relative;
    text-align: center;
}
.cms-page-error.style1 h1 {
    color: #f8f8f8;
    font-size: 494px;
    position: absolute;
    text-align: center;
    top: -150px;
    width: 100%;
    z-index: 1;
}
.cms-page-error.style3 ul {
    margin-top: 30px;
    padding: 0;
}
.cms-page-error.style3 ul li {
    border-right: 1px solid #dddddd;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-weight: bold;
    text-align: center;
}
.cms-page-error .content-page {
    margin: 0 auto;
    position: relative;
    width: 450px;
    z-index: 2;
    top: 60px;
}
.cms-page-error .content-page h2 {
    color: #FF6201;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 20px;
}
.cms-page-error .content-page .box-search {
    margin: 0 0 20px;
}
.cms-page-error .content-page .box-search .form-search input {
    width: 70%;
}
.cms-page-error .content-page a {
    font-weight: bold;
    text-transform: uppercase;
}
.cms-page-error .content-page a.back-page {
    border-right: 1px solid #dddddd;
    padding-right: 25px;
}
.rtl .cms-page-error .content-page a.back-page {
    padding-left: 25px;
    padding-right: inherit;
}

/* Header Style */
/* ---------------------------------------------------------------------------------- */
.header-sty1 #header-bot .b-item,
.header-sty2 #header-bot .b-item {
    height: 56px;
    border: 2px solid #e5e5e5;
    border-width: 0 2px;
    position: relative;
}

.header-sty3 #header-bot,
.header-sty4 #header-bot {
    background: #FF6201;
}
.header-sty3 .b-item,
.header-sty4 .b-item {
    height: 58px;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}
.header-sty3 .top-account ul.links li,
.header-sty4 .top-account ul.links li {
    width: 100%;
}
.header-sty3 .top-account ul.links li.first,
.header-sty4 .top-account ul.links li.first {
    padding-left: 6px;
}
.rtl .header-sty3 .top-account ul.links li.first, .rtl
.header-sty4 .top-account ul.links li.first {
    padding-right: 6px;
    padding-left: inherit;
}
.header-sty3 .top-account ul.links li:before,
.header-sty4 .top-account ul.links li:before {
    display: none;
}
.header-sty3 .top-account ul.links li a,
.header-sty4 .top-account ul.links li a {
    padding: 0;
    margin: 0;
    line-height: 25px;
}
.header-sty3 .top-account ul.links li a:hover, .header-sty3 .top-account ul.links li a:focus,
.header-sty4 .top-account ul.links li a:hover,
.header-sty4 .top-account ul.links li a:focus {
    text-decoration: none;
    color: #262626;
    background-color: whitesmoke;
}
.header-sty3 .top-account ul.links li a:after,
.header-sty4 .top-account ul.links li a:after {
    display: none;
}
.header-sty3 .ves-megamenu .navbar-nav > li:hover a:before,
.header-sty4 .ves-megamenu .navbar-nav > li:hover a:before {
    width: 0;
    height: 0;
}
.header-sty3 .ves-megamenu .navbar-nav > li.active > a:before, .header-sty3 .ves-megamenu .navbar-nav > li.active > a:hover:before, .header-sty3 .ves-megamenu .navbar-nav > li.active > a:active:before,
.header-sty4 .ves-megamenu .navbar-nav > li.active > a:before,
.header-sty4 .ves-megamenu .navbar-nav > li.active > a:hover:before,
.header-sty4 .ves-megamenu .navbar-nav > li.active > a:active:before {
    width: 0;
    height: 0;
}
.header-sty3 .ves-megamenu .navbar-nav > li li:hover a:before,
.header-sty4 .ves-megamenu .navbar-nav > li li:hover a:before {
    width: 0;
    height: 0;
}

/* header-sty1 */
.header-sty1 #nav li.level0.parent:after {
    content: "";
    width: 100%;
    height: 3px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}
.header-sty1 #nav li.level0.parent:hover:after {
    display: block;
}
.header-sty1 #nav li.level0.parent > ul {
    margin-top: 3px;
}
.header-sty1 #nav li.level0 > a {
    position: relative;
    line-height: 56px;
    color: #000;
}
.header-sty1 #nav li.level0 > a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 3px auto 0;
    width: 98%;
    height: 3px;
    background: #FF6201;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-sty1 #nav li.level0 > a:hover {
    color: #FF6201;
}
.header-sty1 #nav li.level0 > a:hover:before {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.header-sty1 #nav li.level0.active > a {
    color: #FF6201;
}
.header-sty1 #nav li.level0.active > a:before {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

/* header-sty2 */
.header-sty2 .top-search,
.header-sty2 .cart-top {
    margin-top: 9px;
}
.header-sty2 #nav li.level0 > a {
    position: relative;
    line-height: 40px;
    color: #000;
}
.header-sty2 #nav li.level0 > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3px auto 0;
    width: 98%;
    height: 3px;
    background: #FF6201;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-sty2 #nav li.level0 > a:hover {
    color: #FF6201;
}
.header-sty2 #nav li.level0 > a:hover:before {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.header-sty2 #nav li.level0.active > a {
    color: #FF6201;
}
.header-sty2 #nav li.level0.active > a:before {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.header-sty2 .ves-megamenu .navbar-nav > li > a:before {
    bottom: -10px;
}

/* header-sty3 */
.header-sty3 .ves-megamenu .navbar-nav > li:hover a:before {
    width: 0;
    height: 0;
}
.header-sty3 .ves-megamenu .navbar-nav > li > a:hover span, .header-sty3 .ves-megamenu .navbar-nav > li > a:hover .caret, .header-sty3 .ves-megamenu .navbar-nav > li > a:hover .caret:before {
    color: white !important;
}
.header-sty3 .ves-megamenu .navbar-nav > li > a:focus span, .header-sty3 .ves-megamenu .navbar-nav > li > a:focus .caret, .header-sty3 .ves-megamenu .navbar-nav > li > a:focus .caret:before {
    color: white !important;
}
.header-sty3 .ves-megamenu .navbar-nav > li > a:active span, .header-sty3 .ves-megamenu .navbar-nav > li > a:active .caret, .header-sty3 .ves-megamenu .navbar-nav > li > a:active .caret:before {
    color: white !important;
}
.header-sty3 .ves-megamenu .navbar-nav > li.active > a, .header-sty3 .ves-megamenu .navbar-nav > li.active > a:hover, .header-sty3 .ves-megamenu .navbar-nav > li.active > a:active {
    color: white !important;
}
.header-sty3 .ves-megamenu .navbar-nav > li.active > a span, .header-sty3 .ves-megamenu .navbar-nav > li.active > a:hover span, .header-sty3 .ves-megamenu .navbar-nav > li.active > a:active span {
    color: white !important;
}
.header-sty3 .ves-megamenu .navbar-nav > li:hover > a .caret, .header-sty3 .ves-megamenu .navbar-nav > li:active > a .caret {
    color: white !important;
}
.header-sty3 .ves-megamenu .navbar-nav > .dropdown:hover > a {
    color: white !important;
}
.header-sty3 #nav li.level0 > a {
    position: relative;
    line-height: 58px;
    color: #000;
}
.header-sty3 #nav li.level0 > a:hover {
    color: #fff;
}
.header-sty3 #nav li.level0.active > a {
    color: #fff;
}

/* header-sty4 */
.header-sty4 .ves-megamenu .navbar-nav > li:hover a:before {
    width: 0;
    height: 0;
}
.header-sty4 .ves-megamenu .navbar-nav > li:hover .dropdown-menu {
    top: 100%;
}
.header-sty4 .top-search {
    margin-top: 10px;
}
.header-sty4 .top-search #search {
    border: none;
}
.header-sty4 .nav-container {
    background: url("../images/ico-dashed.png") top left repeat-x;
    padding-top: 1px;
    text-align: center;
}
.header-sty4 .nav-container #nav {
    display: inline-block;
}
.header-sty4 .nav-container #nav li.level0.parent:after {
    content: "";
    width: 100%;
    height: 3px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}
.header-sty4 .nav-container #nav li.level0.parent:hover:after {
    display: block;
}
.header-sty4 .nav-container #nav li.level0.parent > ul {
    margin-top: 3px;
}
.header-sty4 .nav-container #nav li.level0 > a {
    position: relative;
    line-height: 53px;
    color: #000;
}
.header-sty4 .nav-container #nav li.level0 > a:hover {
    color: #FF6201;
}
.header-sty4 .nav-container #nav li.level0.active > a {
    color: #FF6201;
}
.header-sty4 .ves-megamenu .navbar-collapse {
    background: url("../images/ico-dashed.png") top left repeat-x;
}
.header-sty4 .ves-megamenu .navbar-nav {
    text-align: center;
    float: none;
}
.header-sty4 .ves-megamenu .navbar-nav > li {
    float: none !important;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.header-sty4 .ves-megamenu .ves-widget img {
    display: inline;
}

/*rtl fix*/
.rtl {
    /*** Header  ***/
    /*** End Header  ***/
    /***  Footer  ***/
    /*** End Footer  ***/
}
.rtl .welcome-msg .fa {
    padding-left: 8px;
    padding-right: 0;
}
.rtl .welcome-msg strong {
    padding-right: 0;
    padding-left: 12px;
}
.rtl .top-search .form-search input {
    background: url("../images/icon-search.png") 97% center white no-repeat;
}
.rtl .ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
    -webkit-transform: translate(28%, 0px);
    -ms-transform: translate(28%, 0px);
    transform: translate(28%, 0px);
}
.rtl div.verticalmenu .navbar-nav > li > a .caret:before {
    content: '\f104';
}
.rtl .ves-block .block .block-title strong span {
    padding: 0 40px 0 20px;
}
.rtl .product-block .action .add-to-links .link-compare {
    border-right: 1px solid black;
}
.rtl .product-block .action .add-to-links .cart {
    border-left: 0;
}
.rtl .productcarousel-3.owlproductcarousel .owl-carousel {
    margin-right: -23% !important;
    margin-left: 0 !important;
}
.rtl .producttabs .last.product-col .thumb_more_info,
.rtl .carousel .last.product-col .thumb_more_info {
    left: auto;
    right: 0;
    border-width: 2px 2px 2px 0;
    border-style: solid solid solid none;
}
.rtl .producttabs .last.product-col .product-block:hover .thumb_more_info,
.rtl .carousel .last.product-col .product-block:hover .thumb_more_info {
    right: -78px;
    left: auto;
}
.rtl .producttabs .tab-nav::before {
    left: 66px;
    right: auto;
}
.rtl .thumb_more_info {
    left: 0;
    right: auto;
    border-width: 2px 0 2px 2px;
    border-style: solid none solid  solid;
}
.rtl .product-block:hover .thumb_more_info {
    left: -78px;
    right: auto;
}
.rtl #ves-instagram .row {
    margin-left: 0;
    margin-right: 0;
}
.rtl .row-primary .carousel-inner .item .first.product-col .product-block .image .hover-image {
    display: none;
}
.rtl .widget-images img {
    width: 100%;
}
.rtl .ves-widget .menu-title,
.rtl .ves-widget .widget-title,
.rtl div.verticalmenu .dropdown-menu p {
    text-align: right;
}
.rtl #ves-footer .vesbuilder-block .row-primary .pr-services .pr-sBox .pr-info {
    padding-left: 0;
    padding-right: 15px;
}
.rtl #ves-footer .vesbuilder-block .block-content .block-ct {
    padding-left: 0;
    padding-right: 0;
}
.rtl #ves-footer .widget-newsletter .block-content .actions button {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.rtl #ves-footer .vesbuilder-block .row-warning .block-right a {
    padding-right: 0;
    padding-left: 30px;
}
.rtl .block-top .free ul li {
    background: url("../images/tick.png") no-repeat scroll 100% 0;
}
.rtl .product-info .p-infof {
    border-right: 5px solid #222;
    border-left: none;
}
.rtl .product-info .product-extra .add-to-links > div.wishlist {
    background: url("../images/tick.png") no-repeat scroll 0 0;
}
.rtl .product-info .product-extra .product-options-bottom .add-to-links > div.wishlist {
    background: url("../images/tick.png") no-repeat scroll 0 0;
}
.rtl .product-collateral .nav-tabs > li {
    margin: 0 -1px;
}
.rtl .bannercontainer .iviewSlider {
    transform-origin: right top 0!important;
}
.rtl #ves-breadcrumbs {
    background-color: #efefef;
}
.rtl #ves-breadcrumbs .breadcrumbs li {
    background: url("../images/rtl-icon-arow.png") center right no-repeat;
    padding: 0 26px 0 11px;
}
.rtl #ves-breadcrumbs .breadcrumbs li:first-child {
    padding-right: 0 !important;
    padding-left: 10px !important;
}
.rtl #menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li a {
    float: right;
}
.rtl .blog-post .blog-content .blog-social .social-sharing > .itemGooglePlusOneButton {
    float: left!important;
}
.rtl #ves-accordion span.head a {
    left: 22px;
    right: auto;
}
.rtl .product-info .share > div > a {
    float: right!important;
}

.offcanvas-sidebars-buttons {
    margin-top: 10px;
}

#checkout-review-table-wrapper .data-table th, #checkout-review-table-wrapper .data-table td {
    line-height: 30px;
}

.content-wapper {
    padding-top: 20px;
}

.cms-index-index .content-wapper {
    padding: 0;
}

.header-sty4 .ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
    -webkit-transform: translate(-15.2%, 0px);
    -ms-transform: translate(-15.2%, 0px);
    transform: translate(-15.2%, 0px);
}

#ves-mainnav {
    background: transparent;
}

.ves-megamenu {
    background: transparent;
    /* menu level 1 */
    /* level 2 */
    /* level > 3 */
}
.ves-megamenu .ves-colorbox {
    display: none !important;
}
.ves-megamenu .navbar-inverse {
    background: transparent;
}
.ves-megamenu .navbar {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.ves-megamenu .navbar-nav > li {
    float: left;
    padding: 15px 25px;
    border: 0;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-right-color: rgba(255, 255, 255, 0.5);
}
.rtl .ves-megamenu .navbar-nav > li {
    float: right !important;
}
.ves-megamenu .navbar-nav > li.aligned-fullwidth {
    position: static;
}
.ves-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
    width: 100% !important;
}
.ves-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
    right: 0;
    left: auto;
}
.ves-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
    left: 0;
    right: auto;
}
.rtl .ves-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
    right: 0;
    left: auto;
}
.ves-megamenu .navbar-nav > li.aligned-left .dropdown-menu li.parent.dropdown-submenu .caret {
    border: 0;
    position: absolute;
    margin: 0;
    right: -5px;
    top: 0;
}
.rtl .ves-megamenu .navbar-nav > li.aligned-left .dropdown-menu li.parent.dropdown-submenu .caret {
    left: -5px;
    right: auto;
}
@media (max-width: 991px) {
    .ves-megamenu .navbar-nav > li.aligned-left .dropdown-menu li.parent.dropdown-submenu .caret {
        right: -5px;
        top: -10px;
    }
    .rtl .ves-megamenu .navbar-nav > li.aligned-left .dropdown-menu li.parent.dropdown-submenu .caret {
        left: -5px;
        right: auto;
    }
}
.ves-megamenu .navbar-nav > li.aligned-left .dropdown-menu li.parent.dropdown-submenu .caret:before {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: 100;
}
.ves-megamenu .navbar-nav > li.aligned-left .dropdown-menu li.parent.dropdown-submenu:hover .level2 {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 135%;
}
.ves-megamenu .navbar-nav > li.aligned-left .dropdown-menu.level2 {
    padding: 10px;
    left: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 185%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.rtl .ves-megamenu .navbar-nav > li.aligned-left .dropdown-menu.level2 {
    right: 20px;
    left: auto;
}
.ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
    -webkit-transform: translate(-26.15%, 0px);
    -ms-transform: translate(-26.15%, 0px);
    transform: translate(-26.15%, 0px);
}
.ves-megamenu .navbar-nav > li.custom .dropdown-menu {
    transform: translate(-18%, 0px);
}
.ves-megamenu .navbar-nav > li:hover .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 108%;
    visibility: visible;
}
.ves-megamenu .navbar-nav > li:hover a:before {
    width: 100%;
    background: #FF6201 !important;
}
.ves-megamenu .navbar-nav > li.active a {
    background: transparent;
    color: #ffffff;
}
.ves-megamenu .navbar-nav > li.active, .ves-megamenu .navbar-nav > li.active a:hover,
.ves-megamenu .navbar-nav > li.active a:active {
    background: transparent;
}
.ves-megamenu .navbar-nav > li > a {
    padding: 0;
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
    line-height: 31px;
    color: #ffffff;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.rtl .ves-megamenu .navbar-nav > li > a:before {
    right: 0;
    left: auto;
}
.rtl .ves-megamenu .navbar-nav > li > a:before {
    left: 0;
    right: auto;
}
.ves-megamenu .navbar-nav > li > a span {
    text-transform: uppercase;
    font-size: 15px;
    background-color: transparent!important;
    font-weight: bold;
    display: block;
    line-height: normal;
}
.ves-megamenu .navbar-nav > li > a:hover span, .ves-megamenu .navbar-nav > li > a:hover .caret, .ves-megamenu .navbar-nav > li > a:hover .caret:before, .ves-megamenu .navbar-nav > li > a:focus span, .ves-megamenu .navbar-nav > li > a:focus .caret, .ves-megamenu .navbar-nav > li > a:focus .caret:before, .ves-megamenu .navbar-nav > li > a:active span, .ves-megamenu .navbar-nav > li > a:active .caret, .ves-megamenu .navbar-nav > li > a:active .caret:before {
    color: #f1f1f1 !important;
}
.ves-megamenu .navbar-nav > li > a .caret {
    border: 0;
    position: absolute;
    margin: 0;
    right: -5px;
    top: 0px;
}
.rtl .ves-megamenu .navbar-nav > li > a .caret {
    left: -5px;
    right: auto;
}
@media (max-width: 991px) {
    .ves-megamenu .navbar-nav > li > a .caret {
        right: -5px;
        top: -10px;
    }
    .rtl .ves-megamenu .navbar-nav > li > a .caret {
        left: -5px;
        right: auto;
    }
}
.ves-megamenu .navbar-nav > li > a .caret:before {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: 100;
}
.ves-megamenu .navbar-nav > li:hover > a .caret, .ves-megamenu .navbar-nav > li:active > a .caret {
    color: #FF6201;
}
.ves-megamenu .dropdown-menu {
    height: auto;
    font-weight: 400;
    border: 0;
    min-width: 200px;
    padding: 30px;
    background-color: white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 130%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 999;
    display: block;
}
.rtl .ves-megamenu .dropdown-menu {
    left: 0;
    right: auto;
}
.ves-megamenu .dropdown-menu li {
    line-height: 27px;
}
.ves-megamenu .dropdown-menu li a {
    color: black;
    text-align: left;
    padding: 0;
    font-weight: 300;
    font-size: 12px;
    font-family: "Roboto";
}
.rtl .ves-megamenu .dropdown-menu li a {
    text-align: right !important;
}
.ves-megamenu .dropdown-menu li a:hover {
    background-color: transparent;
    text-decoration: none;
    color: #FF6201 !important;
}
.ves-megamenu .dropdown-menu li a:hover span {
    color: #FF6201;
}
.ves-megamenu .dropdown-menu li a:hover .fa {
    color: #FF6201;
}
.ves-megamenu .dropdown-menu .mega-col {
    border-right: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.rtl .ves-megamenu .dropdown-menu .mega-col {
    border-left: 1px solid #e5e5e5;
    border-right: inherit;
}
.ves-megamenu .dropdown-menu .mega-col .mega-col-inner {
    padding: 0 5px;
}
.ves-megamenu .dropdown-menu .mega-col .mega-col-inner .widget-product-list img {
    float: none;
    margin: auto;
}
.ves-megamenu .dropdown-menu .mega-col .mega-col-inner .widget-product-list .product-block {
    background-color: white;
}
.ves-megamenu .dropdown-menu .mega-col .mega-col-inner .widget-product-list .product-block .cart {
    margin: 0 0 9px;
}
.ves-megamenu .dropdown-menu .mega-col .mega-col-inner .widget-html .widget-inner {
    font-family: "Roboto";
    font-size: 12px;
    color: black;
}
.ves-megamenu .dropdown-menu .mega-col .mega-col-inner .widget-product .widget-inner {
    text-align: center;
}
.ves-megamenu .dropdown-menu .mega-col .mega-col-inner .widget-product .widget-inner .rating-box {
    float: none;
    margin: 5px auto;
}
.ves-megamenu .dropdown-menu .mega-col .mega-col-inner .widget-blog-list .widget-inner .post-item h4 {
    font-weight: 300;
}
.ves-megamenu .dropdown-menu .mega-col .level2 .mega-col {
    border: 0;
    padding-bottom: 0;
}
.ves-megamenu .dropdown-menu .mega-col .level2 .mega-col .mega-col-inner {
    padding: 0;
}
.ves-megamenu .dropdown-menu .mega-col:last-child {
    border-right: 0;
}
.rtl .ves-megamenu .dropdown-menu .mega-col:last-child {
    border-left: 0;
    border-right: inherit;
}
.ves-megamenu .dropdown-menu .mega-col:last-child .mega-col {
    border: 0;
}
.ves-megamenu .dropdown-menu .row:last-child .mega-col {
    border: 0;
    padding-bottom: 0;
}
.ves-megamenu .dropdown-menu .row:last-child .mega-col .widget-image img {
    display: block;
    max-width: 100%;
    height: auto;
}
.ves-megamenu .dropdown-menu span.menu-title {
    font-family: "Roboto";
    font-size: 12px;
    padding: 10px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.ves-megamenu .dropdown-menu li {padding:10px;}
.ves-megamenu .dropdown-menu .menu-title {
    margin-bottom: 10px;
    color: black;
    line-height: 25px;
}
.ves-megamenu .dropdown-menu .menu-title:hover {
    color: #FF6201;
}
.ves-megamenu .dropdown {
    display: block;
}
.ves-megamenu .dropdown:hover > .dropdown-menu {
    display: block;
    right: 0px;
}
.ves-megamenu .dropdown:hover > a {
    color: #FF6201;
}
.ves-megamenu .dropdown:hover > a .fa {
    color: #FF6201;
}
.ves-megamenu .dropdown-submenu {
    position: relative;
}
.ves-megamenu .dropdown-submenu .dropdown-menu {
    top: 0;
    right: -100%;
    left: auto;
    position: absolute;
}
.ves-megamenu .dropdown-submenu:hover > .dropdown-menu {
    left: 100%;
    display: block;
    left: auto;
    top: 0;
}
.ves-megamenu .mega-group > .dropdown-toggle {
    border: 0;
    display: block;
    text-transform: uppercase;
    font-family: "Roboto";
    color: white;
    margin-bottom: 10px;
}
.ves-megamenu .mega-group > .dropdown-toggle .fa {
    color: white;
}
.ves-megamenu .widget-title {
    color: black;
}
.ves-megamenu .megamenu .cols1 {
    min-width: 200px;
}
.ves-megamenu .megamenu .cols2 {
    min-width: 500px;
}
.ves-megamenu .megamenu .cols3 {
    min-width: 740px;
}
.ves-megamenu .dropdown-mega .menu-title {
    font-size: 12px;
    font-family: "Roboto";
    position: relative;
    padding-left: 0;
    /*&:before {
    content:"\f0da";
    font-family: FontAwesome;
    position:absolute;
    @include inline-block();
    @include rtl-left(0);
}*/
}
.rtl .ves-megamenu .dropdown-mega .menu-title {
    padding-right: 0;
    padding-left: inherit;
}
.ves-megamenu .dropdown-mega .mega-col-inner {
    border-right: 0;
}

/*
*
* Vertical menu
*/
.top-verMenu {
    position: static;
    z-index: 99;
    display:none;
}
.top-verMenu .block-title strong span {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    display: block;
    line-height: 55px;
    padding: 0 30px;
    letter-spacing: 0.2em;
}
.rtl .top-verMenu .block-title strong span {
    text-align: right !important;
}
.top-verMenu .block-title strong .caret {
    border: 0;
    position: absolute;
    margin: 0;
    margin-left: 0;
    right: 48px;
    top: 20px;
}
.rtl .top-verMenu .block-title strong .caret {
    margin-right: 0;
    margin-left: inherit;
}
.rtl .top-verMenu .block-title strong .caret {
    left: 48px;
    right: auto;
}
.top-verMenu .block-title strong .caret:before {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: 100;
}
.top-verMenu #ves-verticalmenu {
    left: 9px;
    width: 279px;
    z-index: -1;
    background: white;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    overflow: inherit;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    top: 120%;
}
.rtl .top-verMenu #ves-verticalmenu {
    right: 9px;
    left: auto;
}
.top-verMenu #ves-verticalmenu .navbar {
    border: none;
    margin: 0;
}
.top-verMenu #ves-verticalmenu .block-content {
    padding: 0;
}
.top-verMenu:hover #ves-verticalmenu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 100%;
    z-index: 101;
}

div.verticalmenu {
    z-index: 100;
}
div.verticalmenu .navbar {
    border: none;
    margin: 0;
}
div.verticalmenu .navbar-collapse,
div.verticalmenu .navbar-vertical {
    margin: 0;
    padding: 0;
    border: none;
}
div.verticalmenu .navbar-nav {
    position: static;
    float: none;
    width: 100%;
}
div.verticalmenu .navbar-nav > li {
    width: 100%;
    height: auto;
    position: static;
    border-width: 1px 0;
    margin-top: -1px;
}
div.verticalmenu .navbar-nav > li > a {
    display: block;
    color: white;
    font-size: 14px;
    padding: 19px 30px 19px 30px;
    border-bottom: 1px solid #3f3f3f;
}
div.verticalmenu .navbar-nav > li > a span {
    display: block;
    line-height: normal;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 300;
}
div.verticalmenu .navbar-nav > li > a .menu-icon {
    display: block;
    height: 20px;
}
div.verticalmenu .navbar-nav > li > a .menu-icon .menu-desc {
    display: none;
}
div.verticalmenu .navbar-nav > li > a:hover, div.verticalmenu .navbar-nav > li > a:focus {
    color: white !important;
}
div.verticalmenu .navbar-nav > li > a .caret {
    border: 0;
    position: absolute;
    margin: 0;
    margin-left: 0;
    right: 35px;
    top: 20px;
}
.rtl div.verticalmenu .navbar-nav > li > a .caret {
    margin-right: 0;
    margin-left: inherit;
}
.rtl div.verticalmenu .navbar-nav > li > a .caret {
    left: 35px;
    right: auto;
}
div.verticalmenu .navbar-nav > li > a .caret:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: 100;
}
div.verticalmenu .navbar-nav > li.last a, div.verticalmenu .navbar-nav > li:last-child a {
    border: 0;
}
div.verticalmenu .navbar-nav > li:hover > a {
    color: #FF6201;
}
div.verticalmenu .navbar-nav > li:hover > a .menu-icon {
    background-position: left bottom !important;
}
div.verticalmenu .navbar-nav > li:hover > a .caret {
    border-left-color: #FF6201;
}
div.verticalmenu .navbar-nav > li:hover > .dropdown-menu {
    left: 100%;
    top: 0;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.rtl div.verticalmenu .navbar-nav > li:hover > .dropdown-menu {
    right: 100%;
    left: auto;
}
div.verticalmenu .navbar-nav > li .parent {
    position: relative;
}
div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
    text-transform: none;
    font-weight: normal;
    color: black;
}
div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
    color: #FF6201;
}
div.verticalmenu .navbar-nav > li .parent > .dropdown-menu {
    min-height: 100px;
    height: 100px;
    height: auto !important;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
}
div.verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
    left: 100%;
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.rtl div.verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
    right: 100%;
    left: auto;
}
div.verticalmenu .navbar-nav > li.parent:hover > a:after {
    /*position: absolute;
    content: "";
    right: -5px;
    top: 0;
    width: 0;
    height: 100%;
    border: 5px solid $white;
    z-index: 9999;*/
}
div.verticalmenu .verticalmenu li a:hover {
    color: #FF6201 !important;
}
div.verticalmenu .verticalmenu li a:hover .caret {
    border-right-color: white;
}
div.verticalmenu .dropdown-menu {
    left: 110%;
    top: 0;
    border: 0;
    display: block;
    height: 100%;
    height: auto !important;
    min-width: 215px;
    padding: 20px 28px;
    background: white;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}
.rtl div.verticalmenu .dropdown-menu {
    right: 110%;
    left: auto;
}
div.verticalmenu .dropdown-menu ul li {
    border: 0;
    line-height: normal;
    list-style: none;
    text-align: left;
}
.rtl div.verticalmenu .dropdown-menu ul li {
    text-align: right !important;
}
div.verticalmenu .dropdown-menu ul li a {
    color: black;
    font-size: 11px;
    font-weight: 300;
    padding-left: 0;
    line-height: 28px;
    background: url(../images/icon-nav.png) left center no-repeat;
    background-position: left center;
    text-align: left;
}
.rtl div.verticalmenu .dropdown-menu ul li a {
    padding-right: 0;
    padding-left: inherit;
}
.rtl div.verticalmenu .dropdown-menu ul li a {
    background-position: right center;
}
.rtl div.verticalmenu .dropdown-menu ul li a {
    text-align: right !important;
}
div.verticalmenu .dropdown-menu p {
    line-height: 18px;
    font-size: 11px;
}
div.verticalmenu .dropdown-menu .ves-menu-video {
    width: 100%;
}
div.verticalmenu .dropdown-menu .ves-menu-video iframe {
    margin-bottom: 10px;
}
div.verticalmenu .dropdown-menu .dropdown-toggle:hover {
    color: black;
}
div.verticalmenu .dropdown-menu .dropdown-toggle {
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    font-size: 11px;
    text-align: left;
}
.rtl div.verticalmenu .dropdown-menu .dropdown-toggle {
    text-align: right !important;
}
div.verticalmenu .dropdown-menu .ves-widget .sidebar {
    border: none;
}
div.verticalmenu .dropdown-menu .ves-widget .wrap-item {
    padding: 0;
}
div.verticalmenu .dropdown-menu .ves-widget .wrap-item .product-block {
    background-color: white;
    margin: 10px 0 0;
}
div.verticalmenu .dropdown-menu .ves-widget .wrap-item .product-block .image {
    width: auto;
    border: 2px solid #eaeaea;
}
div.verticalmenu .dropdown-menu .ves-widget .wrap-item .product-block .product-meta {
    overflow: hidden;
    width: auto;
    text-align: left;
}
.rtl div.verticalmenu .dropdown-menu .ves-widget .wrap-item .product-block .product-meta {
    text-align: right !important;
}
div.verticalmenu .dropdown-menu .sub-title > .dropdown-toggle {
    background: none !important;
    padding: 0 !important;
}
div.verticalmenu .dropdown-menu .sub-title > .dropdown-toggle .menu-title {
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    margin: 0 0 12px;
    background: none !important;
    padding: 0 !important;
}
div.verticalmenu .dropdown-menu .sub-title > .dropdown-toggle .caret {
    display: none;
}
div.verticalmenu .dropdown-menu .sub-title > .dropdown-mega {
    padding: 0 0 20px;
}

/*Navigation default*/
#ves-mainnav .nav-container #nav:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
#ves-mainnav .nav-container #nav li {
    float: left;
    position: relative;
    /* Lever 1 */
}
.rtl #ves-mainnav .nav-container #nav li {
    float: right !important;
}
#ves-mainnav .nav-container #nav li a {
    padding: 0;
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
    text-transform: uppercase;
}
#ves-mainnav .nav-container #nav li > a.over {
    text-decoration: none;
}
#ves-mainnav .nav-container #nav li:hover > a .caret {
    border-bottom-color: black;
    border-top-color: black;
}
#ves-mainnav .nav-container #nav li.parent:hover > a:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #e5e5e5;
    bottom: 0;
    content: "";
    display: inline-block;
    *display: inline;
    zoom: 1;
    left: 40%;
    position: absolute;
    z-index: 2222;
}
#ves-mainnav .nav-container #nav li div {
    position: absolute;
    width: 15em;
    top: 100%;
    left: -10000px;
}
.rtl #ves-mainnav .nav-container #nav li div {
    right: -10000px;
    left: auto;
}
#ves-mainnav .nav-container #nav li div ul {
    position: static;
    width: auto;
    border: none;
}
#ves-mainnav .nav-container #nav li ul {
    position: absolute;
    width: 15em;
    top: 100%;
    left: -10000px;
    background-color: white;
    -webkit-box-shadow: 0 1px 3px lightgrey;
    box-shadow: 0 1px 3px lightgrey;
    padding: 0 10px;
}
.rtl #ves-mainnav .nav-container #nav li ul {
    right: -10000px;
    left: auto;
}
#ves-mainnav .nav-container #nav li ul li {
    float: none;
}
#ves-mainnav .nav-container #nav li ul li a {
    font-family: "Roboto";
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    display: block;
    border-bottom: 1px solid #f3f3f3;
    padding: 0;
    line-height: 36px;
}
#ves-mainnav .nav-container #nav li ul li a span {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
}
#ves-mainnav .nav-container #nav li ul li a:hover {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: #FF6201;
}
#ves-mainnav .nav-container #nav li ul li.active a {
    padding-left: 20px;
}
.rtl #ves-mainnav .nav-container #nav li ul li.active a {
    padding-right: 20px;
    padding-left: inherit;
}
#ves-mainnav .nav-container #nav li ul li:last-child > a {
    border-bottom: none;
}
#ves-mainnav .nav-container #nav li ul.shown-sub,
#ves-mainnav .nav-container #nav li div.shown-sub {
    left: 0;
    z-index: 999;
}
.rtl #ves-mainnav .nav-container #nav li ul.shown-sub, .rtl
#ves-mainnav .nav-container #nav li div.shown-sub {
    right: 0;
    left: auto;
}
#ves-mainnav .nav-container #nav li .shown-sub ul.shown-sub,
#ves-mainnav .nav-container #nav li .shown-sub li div.shown-sub {
    left: 0px;
}
.rtl #ves-mainnav .nav-container #nav li .shown-sub ul.shown-sub, .rtl
#ves-mainnav .nav-container #nav li .shown-sub li div.shown-sub {
    right: 0px;
    left: auto;
}
#ves-mainnav .nav-container #nav li.level0 {
    position: relative;
    padding: 0 21px;
}
#ves-mainnav .nav-container #nav li.level0.first {
    padding-left: 12px;
}
.rtl #ves-mainnav .nav-container #nav li.level0.first {
    padding-right: 12px;
    padding-left: inherit;
}
#ves-mainnav .nav-container #nav li.level0 > a {
    letter-spacing: 0.2em;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

/*Tree menu RTL  */
#ves-accordion ul {
    float: left;
}
.rtl #ves-accordion ul {
    float: right !important;
}
#ves-accordion li a {
    float: left;
}
.rtl #ves-accordion li a {
    float: right !important;
}
#ves-accordion .head {
    float: right;
    display: none;
}
.rtl #ves-accordion .head {
    float: left !important;
}
#ves-accordion li.parent .head {
    display: block;
}
#ves-accordion ul li a {
    background-position: left center;
    padding-left: 15px;
}
.rtl #ves-accordion ul li a {
    background-position: right center;
}
.rtl #ves-accordion ul li a {
    padding-right: 15px;
    padding-left: inherit;
}
#ves-accordion ul ul li {
    padding-left: 30px;
}
.rtl #ves-accordion ul ul li {
    padding-right: 30px;
    padding-left: inherit;
}

/* Topbar */
#topbar {
    background-image: url(/media/wysiwyg/menu-bg.gif);
    display: block;
    position: relative;
    width: auto;
    border-bottom: 1px solid #636b76;
    border-top-color: #fff;
    box-shadow: 0 1px 0.5em rgba(0, 0, 0, 0.25);
    clear: both;
    font-weight: bold;
    background-size: contain;
    height: 50px;
}
#topbar .dropdown {
    position: relative;
}
#topbar .dropdown .dropdown-toggle {
    width: auto;
    /*height: 40px;*/
    color: #000;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    text-align: center;
    cursor: pointer;
    padding: 0 10px;
    text-transform: uppercase;
}
#topbar .dropdown:hover .dropdown-toggle {
    color: white;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#topbar .dropdown > .dropdown-menu {
    right: 0;
    left: auto;
    top: 130%;
    margin: -1px 0 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    border: medium none;
    display: block;
    margin-top: 0;
    min-width: 200px;
    padding: 0;
    position: absolute;
    text-align: center;
    visibility: hidden;
    z-index: 999;
}
.rtl #topbar .dropdown > .dropdown-menu {
    left: 0;
    right: auto;
}
#topbar .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
}
/* Store config */
.form-language,
.currency,
.top-account {
    margin-left: 20px;
}
.form-language {display:block !important;}
.rtl .form-language, .rtl
.currency, .rtl
.top-account {
    margin-right: 20px;
    margin-left: inherit;
}
.form-language .dropdown-menu > .active > a,
.currency .dropdown-menu > .active > a,
.top-account .dropdown-menu > .active > a {
    background-color: whitesmoke !important;
    color: #262626 !important;
}
.form-language a,
.currency a,
.top-account a {
    text-transform: uppercase;
}
.form-language a .fa,
.currency a .fa,
.top-account a .fa {
    color: #666;
    padding-right: 6px;
}
.form-language a .fa {
    color: #000;
    padding-right: 6px;
}
.form-language.dropdown a {
    color: #000;
    font-size: 16px;
}
.rtl .form-language a .fa, .rtl
.currency a .fa, .rtl
.top-account a .fa {
    padding-left: 6px;
    padding-right: inherit;
}
.form-language li,
.currency li,
.top-account li {
    display: block;
    padding: 2px 5px;
}
.form-language li a,
.currency li a,
.top-account li a {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
    text-align: left;
}
.rtl .form-language li a, .rtl
.currency li a, .rtl
.top-account li a {
    background-position: right center;
}
.rtl .form-language li a, .rtl
.currency li a, .rtl
.top-account li a {
    padding-right: 22px;
    padding-left: inherit;
}
.rtl .form-language li a, .rtl
.currency li a, .rtl
.top-account li a {
    text-align: right !important;
}
.form-language label + a,
.currency label + a,
.top-account label + a {
    background: none !important;
}

/* Mini Cart */
.cart-top {
    background: url("../images/icon_minicart.png") no-repeat left center;
    position: relative;
    padding-left: 45px;
    background-position: left center;
}
.rtl .cart-top {
    padding-right: 38px;
    padding-left: inherit;
}
.rtl .cart-top {
    background-position: right center;
}
.cart-top:after {
    content: "";
    width: 100%;
    height: 12px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}
.cart-top:hover:after {
    display: block;
}
.cart-top:hover .content {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 100%;
}
.cart-top .cart-inner {
    position: relative;
}
.cart-top .cart-inner h4 {
    line-height: 34px;
}
.cart-top .cart-inner h4 strong {
    color: black;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
}
.cart-top .cart-inner h4 a {
    font-weight: 300;
    color: black;
    font-size: 14px;
}
.cart-top .cart-inner h4 .price {
    color: #FF6201;
    font-size: 14px;
}
.cart-top .content {
    margin-top: 12px;
    min-width: 300px;
    position: absolute;
    border: 1px solid #e5e5e5;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 9;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    top: 130%;
    visibility: hidden;
    width: 280px;
    z-index: 999;
}
.rtl .cart-top .content {
    left: 0;
    right: auto;
}
.cart-top .content .block-cart {
    background-color: white;
    margin-bottom: 0;
    padding: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cart-top .content .block-cart li {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.rtl .cart-top .content .block-cart li {
    float: right !important;
}
.cart-top .content .block-cart .product-block {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}
.cart-top .content .block-cart .block-content {
    border-top: none;
    color: #222;
}
.cart-top .content .block-cart .block-content .image {
    margin: 0;
    width: 60px;
}
.cart-top .content .block-cart .block-content .product-meta {
    padding: 0;
    width: 160px;
    text-align: left;
}
.rtl .cart-top .content .block-cart .block-content .product-meta {
    text-align: right !important;
}
.cart-top .content .block-cart .block-content .product-meta .product-name a {
    font-family: "Roboto";
    text-transform: uppercase;
    color: #3a3d41;
    font-size: 12px;
    font-weight: 400;
}
.cart-top .content .block-cart .block-content .product-meta strong {
    font-size: 14px;
}
.cart-top .content .block-cart .block-content .summary {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
    float: left;
    width: 100%;
}
.rtl .cart-top .content .block-cart .block-content .summary {
    float: right !important;
}
.cart-top .content .block-cart .block-content .summary .label {
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #999999;
    font-size: 12px;
    padding: 0;
    font-weight: 400;
}
.cart-top .content .block-cart .block-content .summary .price {
    color: #FF6201;
    font-size: 14px;
}
.cart-top .content .block-cart .block-content .summary a {
    color: #222;
    text-decoration: underline;
}
.cart-top .content .block-cart .block-subtitle {
    display: none;
}
.cart-top .content .block-cart .btn-remove {
    position: absolute;
    right: -10px;
    top: 5px;
}
.rtl .cart-top .content .block-cart .btn-remove {
    left: -10px;
    right: auto;
}
.cart-top .content .block-cart .btn-edit {
    display: none;
}
.cart-top .active .content, .cart-top:hover .content {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.cart-top:hover .heading .cart-inner > span {
    color: white;
}
.cart-top .view-cart-wrapper {
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: black;
    font-size: 12px;
    letter-spacing: 0.4px;
    font-family: "Roboto";
    font-weight: 400;
    margin: 10px 0 !important;
    padding: 10px 25px;
    line-height: 20px;
    background-color: #FF6201;
}
.cart-top .view-cart-wrapper:hover {background-color:#000;color:white;}

.cart-top .view-cart {
    padding-left: 5px;
    color: #fff;
}


/** apply general product block **/
.sidebar .products-row {
    margin: 0;
}
.sidebar .products-row .product-col {
    width: 100%;
    border-right: none;
    padding: 0 !important;
}
.sidebar .product-block {
    border: 0 !important;
    box-shadow: none!important;
    text-align: left;
}
.sidebar .product-block:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.rtl .sidebar .product-block {
    text-align: right !important;
}
.sidebar .product-block .image {
    float: left;
}
.rtl .sidebar .product-block .image {
    float: right !important;
}
.sidebar .product-block .action,
.sidebar .product-block .ves-colorbox,
.sidebar .product-block .colorbox, .sidebar .product-block .image-gallery,
.sidebar .product-block .add-to-links {
    display: none !important;
}
.sidebar .product-block .product-meta {
    padding: 20px;
}
.sidebar .product-label {
    display: none;
}
.sidebar .onsale,
.sidebar .new-icon {
    display: none !important;
}

/* Block: Layered Navigation */
.block-layered-nav dt:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: 100;
    position: absolute;
    right: 30px;
}
.rtl .block-layered-nav dt:before {
    left: 30px;
    right: auto;
}

.block-layered-nav dt.active:before {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: 100;
    position: absolute;
    right: 30px;
}
.rtl .block-layered-nav dt.active:before {
    left: 30px;
    right: auto;
}

/* back to top */
.scrollup {
    background: #FF6201;
    bottom: 82px;
    display: none;
    position: fixed;
    right: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 13px;
    color: white !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 2px;
    cursor: pointer;
    z-index: 9999;
}
.rtl .scrollup {
    left: 10px;
    right: auto;
}
.scrollup .fa {
    display: block;
}
.scrollup:hover {
    text-decoration: none;
    background: black;
}

.welcome-msg {
    color: #a6a6a6;
}
.welcome-msg .fa {
    font-size: 12px;
    color: #666;
    padding-right: 8px;
}
.welcome-msg strong {
    font-weight: 800;
    color: black;
    padding-left: 12px;
}

#top-search .btn-toggle {
    display: none;
}
#top-search .inner-toggle {
    display: block;
    top: 0;
    left: 0;
    position: relative;
    min-width: 250px;
}
#top-search div {
    width: 100%;
}
#top-search label {
    display: none;
}
#top-search button {
    background: transparent;
    position: absolute;
    right: 0;
    border: 0;
}
#top-search button span {
    display: none;
}
#top-search button:focus {
    background: transparent;
}
#top-search input {
    width: 100%;
    height: auto;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #222222;
    border: 0;
    padding: 3px 12px;
}
#top-search input:focus, #top-search input:hover {
    background: white !important;
    border-color: white !important;
}

.block-poll li span.label {
    font-size: "Roboto1";
    line-height: 24px;
    padding: 0 10px;
    text-transform: none;
    font-family: "Roboto";
    font-weight: 300;
    font-family: "Roboto";
    color: #000;
}
.block-poll li span.label label {
    color: #000;
}

.block-layered-nav .block-content {
    padding: 0;
}
.block-layered-nav .block-subtitle {
    font-weight: 700;
    padding: 0 30px;
    font-size: "Roboto2";
}
.block-layered-nav .currently {
    padding: 5px 10px 5px 0;
}
.block-layered-nav .currently li {
    position: relative;
    padding-bottom: 10px;
}
.block-layered-nav .currently .label {
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #323232;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 13px;
    position: 0;
}
.block-layered-nav .currently .value {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-weight: 700;
}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
    margin: 0;
    position: absolute;
    right: 4px;
    top: 9px;
}
.block-layered-nav .currently .btn-previous {
    right: 17px;
}
.block-layered-nav .actions {
    padding: 5px 15px 10px;
    text-align: right;
}
.rtl .block-layered-nav .actions {
    text-align: left !important;
}
.block-layered-nav .actions a {
    float: none;
}
.block-layered-nav dl {
    margin: 0;
}
.block-layered-nav dt {
    cursor: pointer;
    text-transform: none;
    line-height: 100%;
    padding: 18px 30px;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
}
.rtl .block-layered-nav dt {
    text-align: right !important;
}
.block-layered-nav dt:focus, .block-layered-nav dt.active, .block-layered-nav dt:hover {
    color: #FF6201;
}
.block-layered-nav dd {
    margin: 0;
    padding: 0;
}
.block-layered-nav dd.last {
    border-bottom: 0 none;
}
.block-layered-nav dd li {
    color: black;
    margin: 0;
    text-align: left;
    width: 100%;
    padding: 0 30px;
    font-weight: normal;
    font-family: "Roboto";
    line-height: 50px;
    list-style: outside none none;
    border-bottom: 1px solid #eaeaea;
    clear: both;
    float: left;
    position: relative;
}
.rtl .block-layered-nav dd li {
    text-align: right !important;
}
.block-layered-nav dd li a {
    color: black;
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    font-weight: 400;
}
.block-layered-nav dd li a:hover {
    color: #FF6201;
    text-decoration: none;
}
.block-layered-nav dd .price {
    background: 0;
    color: #151515;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 100%;
    padding: 0;
    font-weight: 400;
    font-family: "Roboto";
}
.block-layered-nav dd.inactive {
    border-bottom: 0 none;
    padding: 0;
}
.block-layered-nav li {
    list-style: none;
}

.block.ves-categoriesmenu .block-content {
    padding: 0;
}

.block.venus-latest-block .post-image {
    float: left;
    padding-right: 25px;
}
.rtl .block.venus-latest-block .post-image {
    float: right !important;
}
.rtl .block.venus-latest-block .post-image {
    padding-left: 25px;
    padding-right: inherit;
}

.block.venus-deal .product-block {
    min-height: 395px;
    border: 0 !important;
    z-index: 9;
}
.block.venus-deal .product-block .image {
    float: left;
    margin: 0;
}
.rtl .block.venus-deal .product-block .image {
    float: right !important;
}
.block.venus-deal .product-block .product-meta {
    float: right;
    width: 200px;
    padding: 40px 20px 0;
}
.rtl .block.venus-deal .product-block .product-meta {
    float: left !important;
}
.block.venus-deal .product-block .action {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block !important;
    visibility: visible;
    margin: 5px 0;
    position: relative;
}
.block.venus-deal .product-block .price {
    margin-top: 11px;
}
.block.venus-deal .product-block .onsale,
.block.venus-deal .product-block .new-icon {
    right: 20px;
    top: 20px;
    background-size: 71px 65px;
    width: 71px;
    height: 66px;
    line-height: 18px;
    font-size: 16px;
    padding-top: 15px;
}
.rtl .block.venus-deal .product-block .onsale, .rtl
.block.venus-deal .product-block .new-icon {
    left: 20px;
    right: auto;
}
.block.venus-deal .product-block:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.block.venus-deal .productdeals {
    position: absolute;
    left: 15%;
    top: 81%;
}
.rtl .block.venus-deal .productdeals {
    right: 15%;
    left: auto;
}
.block.venus-deal .productdeals .timeleft h3 {
    font-size: 19px;
}
.block.venus-deal .deal_detail,
.block.venus-deal .productdeals {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
}
.block.venus-deal .deal_detail ul li {
    width: 100%;
}

.deal-products {
    margin-top: 20px;
}
.deal-products .product-block .onsale,
.deal-products .product-block .new-icon {
    line-height: 13px !important;
    padding-top: 9px;
}

.deal_detail_num {
    padding-left: 5px;
    color: #FF6201;
    font-size: 14px;
    font-weight: 600;
}
.deal_detail_num .price {
    color: #FF6201 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.block-compare li,
.block-reorder li {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
}
.block-compare .actions,
.block-reorder .actions {
    margin-top: 10px;
}
.block-compare .actions button,
.block-reorder .actions button {
    float: right;
}
.rtl .block-compare .actions button, .rtl
.block-reorder .actions button {
    float: left !important;
}

.block-reorder input[type="checkbox"] {
    float: right;
    padding-right: 10px;
}
.rtl .block-reorder input[type="checkbox"] {
    float: left !important;
}
.rtl .block-reorder input[type="checkbox"] {
    padding-left: 10px;
    padding-right: inherit;
}

.action_button li a.button {
    padding: 9px 25px;
}

.tags-list a {
    font-size: 100% !important;
}

.category-image {
    margin: 0;
}

.blog-post .blog-content .blog-social .social-sharing > div {
    float: left;
}
.rtl .blog-post .blog-content .blog-social .social-sharing > div {
    float: right !important;
}

.blog-image img {
    max-width: 100%;
}

.blog-list .pages > div {
    margin-right: 10px;
}
.rtl .blog-list .pages > div {
    margin-left: 10px;
    margin-right: inherit;
}
.blog-list .pager {
    margin-bottom: 20px;
}
.blog-list .pager .pages li a.next::before {
    top: 0;
}
.blog-list .blog-title a {
    color: black;
    font-size: 16px;
}
.blog-list .blog-title a:hover {
    color: #FF6201;
}
.blog-list .blog-readmore a {
    background: black;
    color: white;
    padding: 8px 15px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blog-list .blog-readmore a:hover {
    background: #FF6201;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blogs-list .post-block {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.blog-post, .posts-list {
    font-size: 13px;
}

.post-block {
    position: relative;
}
.post-block .created-date {
    background: none repeat scroll 0 0 #FF6201;
    color: #fff;
    font-weight: bold;
    left: 10px;
    padding: 10px 15px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
}

.blogs-second .blogs-row {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.logs-list .blog-col {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.gallery-carousel {
    position: relative;
}

.price {
    color: #3a3d41;
    font-size: 23px;
    font-weight: 400;
}
.price .price-label {
    display: none;
}
.price .price-old, .price .old-price {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 5px;
}
.price .price-old .price, .price .old-price .price {
    text-decoration: line-through;
}

.minimal-price-link {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.minimal-price-link .label {
    display: none;
}

.special-price {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.product-pricing,
.block-deal-info {
    font-size: 12px;
    font-weight: 400;
    font-family: "Roboto";
    color: #999999;
    padding-top: 20px;
}

.block-deal-info {
    margin-bottom: 0;
}
.block-deal-info .block-title {
    display: none;
}
.block-deal-info .block-content {
    background: transparent;
}
.block-deal-info .deal_detail {
    padding: 20px 0;
}

/* product style */
.product-block {
    position: relative;
    background-color: #f8f8f8;
    margin: 0;
    text-align: center;
    border: 1px solid #eaeaea;
    float: left;
    width: 100%;
}
.rtl .product-block {
    float: right !important;
}
.product-block:hover {
    border: 1px solid black;
}
.product-block:hover .product-meta {
    background-color: transparent;
}
.product-block:hover .product-meta .right {
    bottom: -45px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-block:hover .ves-colorbox {
    left: 0;
    text-align: center;
}
.rtl .product-block:hover .ves-colorbox {
    right: 0;
    left: auto;
}
.product-block .name a {
    color: black;
    display: block;
    font-size: 12px;
    font-weight: 300;
    font-family: "Roboto";
    line-height: 1.45em;
    text-transform: uppercase;
}
.product-block .name a:hover {
    color: #FF6201;
}
.product-block .price .price-label {
    display: none;
}
.product-block .price .price-from,
.product-block .price .price-to {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.product-block .price p {
    margin-bottom: 0;
    line-height: 20px;
}
.product-block .price p.minimal-price {
    line-height: 24px;
}
.product-block .price .price {
    font-size: 25px;
    color: red;
    font-weight: bold;
    font-family: "Roboto";
    padding: 0;
}
.product-block .price .old-price .price {
    font-size: 14px;
    padding: 0;
}
.product-block .price .special-price .price {
    color: #e87169;
    padding: 0;
}
.product-block .action {
    width: 100%;
    z-index: 5;
}
.product-block .action:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.product-block .action li {
    border-right: 1px solid black;
    float: left;
    width: 33.34%;
    height: 38px;
    text-align: center;
    margin: 0;
    background-color: #FF6201;
    display: inline;
}
.rtl .product-block .action li {
    float: right !important;
}
.product-block .action li:hover {
    background-color: black;
}
.product-block .action li:hover .btn-shopping-cart span {
    background-position: 0 -52px;
}
.product-block .action li.link-wishlist:hover a {
    background-position: 0 -163px;
}
.product-block .action li.link-compare:hover a {
    background-position: 0 -278px;
}
.product-block .action > div {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.product-block .action > div a span {
    display: none;
}
.product-block .action > div > * {
    width: 100%;
}
.product-block .action .btn-shopping-cart {
    background-color: transparent;
    padding: 10px 20px;
}
.product-block .action .btn-shopping-cart span {
    background-color: transparent;
    background-position: 0 -52px;
    background-repeat: no-repeat;
    background-image: url(../images/icon.png);
    text-indent: -999em;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: 10px;
    width: 20px;
}
.product-block .action .btn-shopping-cart span span {
    padding: 0;
}
.product-block .action .add-to-links {
    background: #FF6201;
    margin: 0 auto;
    display: block;
    float: left;
    width: 100%;
    z-index: 99;
    border-style: solid;
    border-width: 4px;
    border-color: black;
    padding: 0;
}
.rtl .product-block .action .add-to-links {
    float: right !important;
}
.product-block .action .add-to-links li a {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../images/icon.png);
    text-indent: -999em;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-top: 10px;
    padding-right: 10px;
    width: 20px;
}
.rtl .product-block .action .add-to-links li a {
    padding-left: 10px;
    padding-right: inherit;
}
.product-block .action .add-to-links .link-wishlist a {
    /*background-position: 0 -108px;*/
    background-position: 0 -163px;
}
.product-block .action .add-to-links .link-wishlist a:hover {
    background-position: 0 -163px;
}
.product-block .action .add-to-links .link-compare {
    border-right: 0;
}
.product-block .action .add-to-links .link-compare a {
    /*background-position: 0 -216px;*/
    background-position: 0 -278px;
}
.product-block .action .add-to-links .link-compare a:hover {
    background-position: 0 -278px;
}
.product-block .link-wishlist,
.product-block .link-compare {
    padding: 8px 5px 0;
    font-size: 13px;
}
.product-block .link-wishlist a,
.product-block .link-compare a {
    color: #999999;
}
.product-block .link-wishlist a:hover,
.product-block .link-compare a:hover {
    color: #FF6201;
}
.product-block .cart {
    padding: 0;
    background: none;
}
.product-block .description {
    display: none;
    font-size: 13px;
}
.product-block .product-rating, .product-block .norating {
    line-height: 22px;
    min-height: 25px;
    height: 25px;
    height: auto !important;
    font-size: 12px;
}
.product-block .image-gallery {
    border: solid 4px #b2b2b2;
    position: absolute;
    top: 0;
    left: -80px;
    display: none;
}
.rtl .product-block .image-gallery {
    right: -80px;
    left: auto;
}
.product-block .image-gallery .product-image {
    width: 75px;
    overflow: hidden;
    cursor: hand;
}
.product-block .image-gallery .arrow {
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid #b2b2b2;
    border-top: 5px solid rgba(0, 0, 0, 0);
    margin: -5px 0;
    position: absolute;
    right: -9px;
    top: 50%;
}
.product-block .image {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    float: left;
    width: 100%;
    /*swap image*/
}
.rtl .product-block .image {
    float: right !important;
}
.product-block .image .product-image {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: block;
    text-align: center;
}
.product-block .image .product-image img {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    margin: auto;
    width: auto;
    max-width: 235px;
}
.product-block .image .hover-image {
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    transform: translateX(-100%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    left: 0;
}
.rtl .product-block .image .hover-image {
    right: 0;
    left: auto;
}
.product-block .image:hover .hover-image {
    visibility: visible;
    transform: translateX(0);
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-block .image .onsale,
.product-block .image .new-icon {
    background-color: #f53232;
    text-transform: uppercase;
    color: white;
    position: absolute;
    top: 8px;
    right: 9px;
    font-weight: 300;
    font-size: 10px;
    z-index: 8;
    padding: 3px 10px;
    font-family: "Roboto";
    line-height: 16px;
    display:none;
}
.rtl .product-block .image .onsale, .rtl
.product-block .image .new-icon {
    left: 9px;
    right: auto;
}
.product-block .image .new-icon {
    background-color: #74d648;
}
.product-block .image .onsale + .new-icon {
    right: 65px;
    display:none;
}
.rtl .product-block .image .onsale + .new-icon {
    left: 65px;
    right: auto;
}
.product-block .product-meta {
    padding: 0;
    position: relative;
    text-align: center;
    float: left;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.rtl .product-block .product-meta {
    float: right !important;
}
.product-block .product-meta .left {
    padding: 10px 0 20px;
}
.product-block .product-meta .right {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    width: 102%;
    bottom: 0;
    left: 0;
    margin: 0 -2px;
    position: absolute;
    z-index: 9;
}
.product-block .product-meta .availability.out-of-stock {
    left: 9px;
    position: absolute;
    top: -317px;
    width: auto !important;
    background-color: #d5d5d5;
    padding: 3px 10px;
    text-transform: uppercase;
    line-height: 16px;
}
.rtl .product-block .product-meta .availability.out-of-stock {
    right: 9px;
    left: auto;
}
.product-block .product-meta .availability.out-of-stock span {
    color: white;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 10px;
}
.product-block .product-meta .ratings {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 100%;
    display:none;
}
.product-block .product-meta .ratings .rating-box {
    margin: 0 auto;
}
.product-block .product-meta .ratings .amount, .product-block .product-meta .ratings .rating-links {
    display: none;
}
.product-block .product-zoom, .product-block .ves-colorbox {
    background: #FF6201;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: black;
    font-size: 13px;
    letter-spacing: 0.2em;
    font-family: "Roboto";
    font-weight: 400;
    margin: 0;
    padding: 10px 25px;
    width: auto;
    position: absolute;
    z-index: 99;
}
.product-block .product-zoom:hover,
.product-block .ves-colorbox:hover {
    background: black;
    color: white;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}
.product-block .product-zoom {
    top: 39%;
    left: 23%;
}
.rtl .product-block .product-zoom {
    right: 23%;
    left: auto;
}
.product-block .ves-colorbox {
    top: 78%;
    left: -100%;
    width: 100%;
}
.rtl .product-block .ves-colorbox {
    right: -100%;
    left: auto;
}
.product-block .availability span.available-now {
    background: red;
    border: 1px solid #cc0000;
    color: white;
}
.product-block .availability span.out-of-stock {
    background: blue;
    border: 1px solid #0000cc;
    color: white;
}
.product-block .product-flags {
    opacity: 0;
    filter: alpha(opacity=0);
}

.availability .out-of-stock {
    font-size: 11px;
    background: #5bc0de;
    color: white;
}
.availability .available-now {
    font-size: 11px;
    background: #FF6201;
    color: white;
}

.product-label {
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    z-index: 3;
    position: absolute;
    left: 2px;
}
.rtl .product-label {
    right: 2px;
    left: auto;
}
.product-label span {
    padding: 6px 12px;
}
.product-label.product-label-new, .product-label.new-box {
    background-color: #d9534f;
    top: 2px;
}
.product-label.product-label-new[href]:hover, .product-label.product-label-new[href]:focus, .product-label.new-box[href]:hover, .product-label.new-box[href]:focus {
    background-color: #c9302c;
}
.product-label.product-label-special, .product-label.sale-box {
    top: 20px;
    background-color: #FF6201;
}
.product-label.product-label-special[href]:hover, .product-label.product-label-special[href]:focus, .product-label.sale-box[href]:hover, .product-label.sale-box[href]:focus {
    background-color: #dcad08;
}
.product-label.sale-percent-box {
    background-color: #FF6201;
    right: 0;
    left: inherit;
    bottom: 0;
}
.product-label.sale-percent-box[href]:hover, .product-label.sale-percent-box[href]:focus {
    background-color: #dcad08;
}

.rating-box {
    background: url(../images/rating-blank-star.png) repeat-x;
    clear: right;
    margin: 0 10px 0 0;
    position: relative;
    width: 63px;
    height: 11px;
}
.rating-box .rating {
    background: url(../images/rating-full-star.png) repeat-x;
    height: 11px;
    left: 0;
    position: absolute;
    top: 0;
}

.productcarousel .carousel-controls {
    right: 0;
    width: 48px;
    position: absolute;
}
.rtl .productcarousel .carousel-controls {
    left: 0;
    right: auto;
}
.productcarousel .carousel-controls .tick {
    background: url("../images/tick.png") no-repeat 100% 0;
    padding-right: 20px;
    width: 26px;
    height: 38px;
    left: 12px;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: -40px;
}
.rtl .productcarousel .carousel-controls .tick {
    padding-left: 20px;
    padding-right: inherit;
}
.rtl .productcarousel .carousel-controls .tick {
    right: 12px;
    left: auto;
}
.productcarousel .carousel-controls .carousel-control {
    color: black;
    font-size: 18px;
    opacity: 1;
    filter: alpha(opacity=100);
    top: -30px;
    width: 10px;
}
.productcarousel .carousel-controls .carousel-control.left {
    left: 0;
}
.productcarousel .carousel-controls .carousel-control.right {
    right: 0;
}

/*left block */
.left-block .block {
    margin: 0 0 20px;
}
.left-block .products-row {
    margin: 0;
}
.left-block .col-inner {
    border: 2px solid #eaeaea;
    padding: 14px 18px 18px;
}
.left-block .thumb_more_info {
    display: none;
}
.left-block .product-block {
    border: none;
}
.left-block .action .add-to-links {
    border: none;
    display: none;
}
.left-block .productcarousel-1 .product-col {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}
.left-block .productcarousel-1 .product-col.first {
    padding-top: 10px;
}
.left-block .productcarousel-1 .product-col .product-block {
    border: none;
}
.left-block .productcarousel-1 .product-col .product-block .image {
    width: auto;
    margin-right: 10px;
}
.rtl .left-block .productcarousel-1 .product-col .product-block .image {
    margin-left: 10px;
    margin-right: inherit;
}
.left-block .productcarousel-1 .product-col .product-block .price .price {
    font-size: 14px;
}
.left-block .productcarousel-1 .product-col .product-block .product-meta {
    background-color: transparent;
    float: none !important;
    overflow: hidden;
    padding: 0;
    width: auto;
    text-align: left;
    min-height: 35px;
}
.rtl .left-block .productcarousel-1 .product-col .product-block .product-meta {
    text-align: right !important;
}
.left-block .productcarousel-1 .product-col .product-block .product-meta .ratings {
    width: auto;
}
.left-block .productcarousel-1 .product-col .product-block .product-meta .right {
    opacity: 1;
    filter: alpha(opacity=100);
    position: static;
    width: 100%;
    margin: 0;
}
.left-block .productcarousel-1 .product-col .product-block .product-meta .right .action .add-to-links {
    padding: 0;
}
.left-block .productcarousel-1 .product-col .product-block .product-meta .right .action .btn-shopping-cart {
    padding: 10px;
}
.left-block .productcarousel-1 .product-col .product-block .product-meta .availability.out-of-stock {
    position: static;
    background-color: transparent;
    padding: 0;
    margin: 0;
    line-height: 20px;
}
.left-block .productcarousel-1 .product-col .product-block .product-meta .availability.out-of-stock span {
    line-height: 9px;
    font-size: 8px;
}
.left-block .productcarousel-2 {
    margin: 0;
    position: relative;
}
.left-block .productcarousel-2 .owl-theme .owl-controls .owl-pagination {
    display: none;
}
.left-block .productcarousel-2 .owl-theme .owl-controls .owl-buttons {
    width: auto;
}
.left-block .productcarousel-2 .owl-theme .owl-controls .owl-buttons > div {
    background-color: transparent !important;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: -42px;
    bottom: auto;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.left-block .productcarousel-2 .owl-theme .owl-controls .owl-buttons > div span {
    color: black;
    font-size: 18px;
    display: block;
    margin: 8px 0 0;
}
.left-block .productcarousel-2 .owl-theme .owl-controls .owl-buttons > div.owl-prev {
    right: 45px;
    left: auto !important;
}
.left-block .productcarousel-2 .owl-theme .owl-controls .owl-buttons > div.owl-prev:before {
    background: url("../images/tick.png") no-repeat 100% 0;
    padding-right: 20px;
    width: 26px;
    height: 38px;
    padding-right: 0;
    position: absolute;
    left: 10px;
    top: 0;
    content: "";
    opacity: 1;
    filter: alpha(opacity=100);
}
.rtl .left-block .productcarousel-2 .owl-theme .owl-controls .owl-buttons > div.owl-prev:before {
    padding-left: 20px;
    padding-right: inherit;
}
.rtl .left-block .productcarousel-2 .owl-theme .owl-controls .owl-buttons > div.owl-prev:before {
    right: 10px;
    left: auto;
}
.left-block .productcarousel-2 .owl-theme .owl-controls .owl-buttons > div.owl-next {
    right: 5px;
}
.left-block .productcarousel-2 .owl-theme:hover .owl-controls .owl-buttons > div.owl-prev {
    right: 45px;
}
.left-block .productcarousel-2 .owl-theme:hover .owl-controls .owl-buttons > div.owl-next {
    right: 5px;
}
.left-block .productcarousel-2 .image .hover-image {
    left: 20px;
}
.rtl .left-block .productcarousel-2 .image .hover-image {
    right: 20px;
    left: auto;
}
.left-block .productcarousel-2 .product-meta {
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.left-block .productcarousel-2 .product-meta .left {
    padding: 10px 0;
}
.left-block .productcarousel-2 .product-meta .left .price p.minimal-price {
    line-height: 20px;
}
.left-block .productcarousel-2 .product-meta .right {
    bottom: 0px;
    margin: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
    position: static;
}

.productcarousel-3.owlproductcarousel {
    background-image: url("../images/ico-dashed.png");
    background-position: 0  0;
    background-repeat: repeat-x;
    margin: 32px 0 0;
}
.productcarousel-3.owlproductcarousel .block-title {
    top: 25px;
    padding-top: 20px;
}
.productcarousel-3.owlproductcarousel .block-title:before, .productcarousel-3.owlproductcarousel .block-title:after {
    background: none;
    height: 0;
}
.productcarousel-3.owlproductcarousel .owl-carousel {
    position: relative;
    width: 146% !important;
    margin-left: -23% !important;
}
.productcarousel-3.owlproductcarousel .owl-item {
    opacity: 0.1;
    filter: alpha(opacity=10);
}
.productcarousel-3.owlproductcarousel .owl-item .product-block {
    border: none;
}
.productcarousel-3.owlproductcarousel .owl-item .product-block .product-meta {
    display: none;
}
.productcarousel-3.owlproductcarousel .owl-item.active {
    border: 6px solid #FF6201;
    opacity: 1;
    filter: alpha(opacity=100);
}
.productcarousel-3.owlproductcarousel .owl-item.active .product-block .product-meta {
    display: block;
}
.productcarousel-3.owlproductcarousel .products-grid .thumb_more_info {
    display: none;
}
.productcarousel-3.owlproductcarousel .products-grid .product-meta {
    background-color: black;
    margin: 0;
    width: 240px;
    left: -133px;
    top: 15%;
    position: absolute;
    padding: 25px 20px;
    text-align: left;
}
.rtl .productcarousel-3.owlproductcarousel .products-grid .product-meta {
    right: -133px;
    left: auto;
}
.rtl .productcarousel-3.owlproductcarousel .products-grid .product-meta {
    text-align: right !important;
}
.productcarousel-3.owlproductcarousel .products-grid .product-meta:hover .right {
    display: block;
}
.productcarousel-3.owlproductcarousel .products-grid .product-meta .left {
    padding: 10px 0 0;
}
.productcarousel-3.owlproductcarousel .products-grid .product-meta .left .ratings {
    float: left;
    display: block;
}
.rtl .productcarousel-3.owlproductcarousel .products-grid .product-meta .left .ratings {
    float: right !important;
}
.productcarousel-3.owlproductcarousel .products-grid .product-meta .left .ratings .rating-box {
    margin: 0;
}
.productcarousel-3.owlproductcarousel .products-grid .product-meta .left .product-name {
    float: left;
    width: 100%;
    padding: 15px 0;
}
.rtl .productcarousel-3.owlproductcarousel .products-grid .product-meta .left .product-name {
    float: right !important;
}
.productcarousel-3.owlproductcarousel .products-grid .product-meta .left .product-name a {
    color: white;
    font-size: 18px;
}
.productcarousel-3.owlproductcarousel .products-grid .product-meta .left .desc {
    color: #999999;
    font-size: 13px;
    line-height: 20px;
}
.productcarousel-3.owlproductcarousel .products-grid .product-meta .left .price {
    padding: 15px 0;
}
.productcarousel-3.owlproductcarousel .products-grid .product-meta .left .price .price {
    color: white;
    padding: 0;
}
.productcarousel-3.owlproductcarousel .products-grid .product-meta .left .price .old-price {
    padding: 0;
}
.productcarousel-3.owlproductcarousel .products-grid .product-meta .right {
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
    position: static;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
}
.productcarousel-3.owlproductcarousel .products-grid .product-meta .right .add-to-links {
    border: none;
}

.productcarousel-4.block {
    padding: 0;
}
.productcarousel-4 .block-title {
    padding-bottom: 30px;
}
.productcarousel-4 .block-title:before, .productcarousel-4 .block-title:after {
    top: -10px !important;
}
.productcarousel-4 .product-col {
    border-bottom: none;
    padding-bottom: 0;
}
.productcarousel-4 .product-col .product-block {
    border: 2px solid #eaeaea;
}
.productcarousel-4 .product-col .product-block .price {
    padding: 10px 0 0;
}
.productcarousel-4 .product-col .product-block .price .price {
    padding: 0;
}
.productcarousel-4 .product-col .product-block .thumb_more_info {
    display: none;
}
.productcarousel-4 .product-col .product-block .image {
    width: auto;
    padding: 20px 15px;
}
.productcarousel-4 .product-col .product-block .image .ratings {
    width: auto;
    margin: 30px 0 0;
}
.productcarousel-4 .product-col .product-block .image .ratings .rating-box {
    margin: auto;
}
.productcarousel-4 .product-col .product-block .image .ratings .rating-links {
    display: none;
}
.productcarousel-4 .product-col .product-block .product-meta {
    background-color: #f8f8f8;
    float: none !important;
    overflow: hidden;
    padding: 0;
    width: auto;
    padding: 20px;
    min-height: 187px;
    text-align: left;
}
.rtl .productcarousel-4 .product-col .product-block .product-meta {
    text-align: right !important;
}
.productcarousel-4 .product-col .product-block .product-meta .left {
    float: left;
    padding: 0;
}
.rtl .productcarousel-4 .product-col .product-block .product-meta .left {
    float: right !important;
}
.productcarousel-4 .product-col .product-block .product-meta .left .std {
    padding: 10px 0  0;
}
.productcarousel-4 .product-col .product-block .product-meta .right {
    display: none;
}
.productcarousel-4 .product-col .product-block .product-meta .right .action .add-to-links {
    padding: 0;
}
.productcarousel-4 .product-col .product-block .product-meta .right .action .btn-shopping-cart {
    padding: 10px;
}
.productcarousel-4 .product-col .product-block .product-meta .availability.out-of-stock {
    position: static;
    background-color: transparent;
    padding: 0;
    margin: 0;
    line-height: 20px;
}
.productcarousel-4 .product-col .product-block .product-meta .availability.out-of-stock span {
    line-height: 9px;
    font-size: 8px;
}

/*producttabs*/
.producttabs {
    overflow: visible;
}
.producttabs .carousel-inner {
    padding: 0 0 24px;
}
.producttabs .carousel-controls {
    right: -3px;
    width: 48px;
    position: absolute;
    position: absolute;
    top: 40px;
}
.rtl .producttabs .carousel-controls {
    left: -3px;
    right: auto;
}
.producttabs .carousel-controls .tick {
    background: url("../images/tick.png") no-repeat 100% 0;
    padding-right: 20px;
    width: 26px;
    height: 38px;
    left: 12px;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: -40px;
}
.rtl .producttabs .carousel-controls .tick {
    padding-left: 20px;
    padding-right: inherit;
}
.rtl .producttabs .carousel-controls .tick {
    right: 12px;
    left: auto;
}
.producttabs .carousel-controls .carousel-control {
    color: black;
    font-size: 18px;
    opacity: 1;
    filter: alpha(opacity=100);
    top: -30px;
    width: 10px;
}
.producttabs .carousel-controls .carousel-control.left {
    left: 0;
}
.producttabs .carousel-controls .carousel-control.right {
    right: 0;
}
.producttabs .block-title {
    font-size: 20px;
}
.producttabs .block-title span:before, .producttabs .block-title span:after {
    top: 2px;
}
.producttabs .tab-nav {
    position: relative;
}
.producttabs .tab-nav .nav {
    margin: 0;
    padding: 0;
    text-align: left;
}
.rtl .producttabs .tab-nav .nav {
    text-align: right !important;
}
.producttabs .tab-nav:before {
    position: absolute;
    top: 0;
    right: 66px;
    background-image: url("../images/ico-dashed.png");
    background-position: 0  50%;
    background-repeat: repeat-x;
    content: "";
    width: 28%;
    height: 100%;
}
.producttabs .tab-content {
    float: left;
    width: 100%;
    padding: 23px 0 0;
}
.rtl .producttabs .tab-content {
    float: right !important;
}
.producttabs .product-block .product-meta .availability.out-of-stock {
    top: -315px;
}

.owl-carousel {
    width: auto !important;
    margin-left: -9px;
    margin-right: -9px;
}
.owl-carousel .owl-wrapper {
    float: left;
}
.owl-carousel .owl-item {
    padding-left: 9px;
    padding-right: 9px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .product-block .action li {
        width: 33.33%;
    }
}
:root .product-block .action li {
    width: 33.3%;
}

/* product list mode  */
.products-list .products-row {
    border: none;
}
.products-list .products-row .col-fullwidth {
    width: 100% !important;
    margin: 0;
}
.products-list .products-row .product-col {
    border-right: none;
    border-right: 0;
}
.products-list .product-block {
    text-align: left;
}
.rtl .products-list .product-block {
    text-align: right !important;
}
.products-list .product-block:hover .product-meta .right {
    bottom: 70px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.products-list .product-block .product-meta .right .add-up {
    border-bottom: 0;
}
.products-list .product-block .product-meta .right .add-action, .products-list .product-block:hover .product-meta .right .add-action {
    display: block;
    width: 38px;
    height: 18px;
    position: relative;
    cursor: pointer;
    font-size: 6px;
    line-height: 18px;
    text-align: center;
    color: white;
    background: #222;
    border: 1px solid #e5e5e5;
    margin-left: 5px;
    margin-bottom: 0.1em;
}

.products-list .product-block .action {
    opacity: 1;
    filter: alpha(opacity=100);
    position: inherit;
    display: block !important;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}
.products-list .product-block .product-meta {
    float: none !important;
    width: auto;
    overflow: hidden;
    background: #fff;
    padding: 15px;
}
.products-list .product-block .product-meta .availability.out-of-stock {
    top: -41px;
    left: -4px;
}
.rtl .products-list .product-block .product-meta .availability.out-of-stock {
    right: -4px;
    left: auto;
}
.products-list .product-block .product-meta .left {
    text-align: left;
    min-height: 200px;
}
.rtl .products-list .product-block .product-meta .left {
    text-align: right !important;
}
.products-list .product-block .product-meta .left .price .old-price {
    padding: 0;
}
.products-list .product-block .product-meta .right {
    bottom: 70px;
    width: 31.8%;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0;
    padding: 0 20px;
    left: 0;
}
.rtl .products-list .product-block .product-meta .right {
    right: 0;
    left: auto;
}
.products-list .product-block:hover .action {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.products-list .product-block .deal_detail,
.products-list .product-block .productdeals {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
}
.products-list .product-block .add-to-links {
    position: absolute;
}
.products-list .description {
    display: block;
}
.products-list .price-tax {
    display: block;
}
.products-list .name {
    min-height: 20px;
}
.products-list .image {
    float: left;
    margin: 0;
    text-align: left;
    width: auto;
    max-width: 260px;
}
.rtl .products-list .image {
    float: right !important;
}
.rtl .products-list .image {
    text-align: right !important;
}
.products-list .image img {
    padding: 0;
    border: 0;
}
.products-list .image:hover .info-view {
    opacity: 1;
    filter: alpha(opacity=100);
}
.products-list .cart {
    float: left;
    padding: 0;
}
.rtl .products-list .cart {
    float: right !important;
}
.products-list .wishlist, .products-list .compare {
    float: left;
    margin: 30px 0 0 10px;
}
.rtl .products-list .wishlist, .rtl .products-list .compare {
    float: right !important;
}
.products-list .rating-box {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
.rtl .products-list .rating-box {
    float: right !important;
}
.rtl .products-list .rating-box {
    margin-left: 10px;
    margin-right: inherit;
}
.products-list .product-icon {
    padding: 9px 17px;
    line-height: 1;
    border-left: 1px solid white;
    text-align: center;
}
.products-list .product-icon span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-family: "Roboto";
}
.products-list .toolbar-bottom {
    margin-top: 0;
}

.mini-products-list .image {
    margin-top: 10px;
}
.mini-products-list .price {
    margin: 0 0 10px;
}

/* product grid mode */
.products-grid {
    position: relative;
    background-color: white;
}
.products-grid.last {
    border: 0;
}
.products-grid .description, .products-grid .price-tax {
    display: none;
}
.products-grid .product-meta {
    background: #f8f8f8;
}

.deals-index-index .products-block .product-block .deal_detail {
    display: none;
}
.deals-index-index .products-block .product-block .action {
    top: 41%;
}

.deals-index-index .products-list .product-block .image {
    width: 270px;
}
.deals-index-index .products-list .product-block .product-meta {
    float: left;
}
.rtl .deals-index-index .products-list .product-block .product-meta {
    float: right !important;
}
.deals-index-index .products-list .product-block .product-meta .deal_detail {
    display: block!important;
}
.deals-index-index .products-list .product-block .product-meta .add-to-links {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
}

/* 
* PRODUCT INFORMATION PAGE
*/
.product-detail {
    background-color: white;
}

.product-detail.vesquickview {
    background: white;
    padding: 20px;
}
.product-detail.vesquickview .tabs-group .tab-contents {
    padding: 0;
    border: 0;
    background: white;
}
.product-detail.vesquickview .product-info .carousel-control {
    width: 25px;
    height: 25px;
    line-height: 15px;
    top: 30%;
}

.product-info {
    margin-bottom: 0;
    padding: 10px 0  48px;
}
.product-info .carousel-control {
    top: 45%;
    font-size: 20px;
    color: black;
    text-align: center;
    margin: -6px 0 -6px 0;
    width: 20px;
    height: 25px;
    line-height: 18px;
    padding-top: 4px;
    background-color: transparent;
}
.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
}
.product-info .cart .links {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.product-info .product-img-box {
    padding-right: 18px;
}
.product-info .product-shop {
    padding-left: 18px;
}
.product-info .product-shop .product-shop-inner {
    background-color: #f6f6f6;
    padding: 40px 46px;
}
.product-info h1 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 50px;
    margin-top: 0;
    font-weight: 400;
    font-family: "Roboto";
    margin-bottom: 20px;
    color: black;
}
.product-info ul, .product-info ol {
    list-style: none;
    width: 100%;
    float: left;
}
.rtl .product-info ul, .rtl .product-info ol {
    float: right !important;
}
.product-info ul li, .product-info ol li {
    display: inline;
}
.product-info .price-tax {
    font-weight: normal;
}
.product-info .image {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    background: white;
    border: 2px solid #eaeaea;
}
.product-info .image img {
    display: block;
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: auto;
}
.product-info .image-additional {
    overflow: hidden;
}
.product-info .image-additional .item a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: auto;
    vertical-align: middle;
}
.product-info .image-additional .carousel-control {
    display: block;
}
.product-info .image-additional:hover .carousel-control {
    display: block;
}
.product-info .share {
    padding: 20px 0;
}
.product-info .share:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.product-info .share .addthis_toolbox p {
    font-size: 12px;
    font-family: "Roboto";
    text-transform: uppercase;
    color: black;
    line-height: 20px;
    padding-right: 30px;
}
.rtl .product-info .share .addthis_toolbox p {
    padding-left: 30px;
    padding-right: inherit;
}
.product-info .price-from, .product-info .price-to {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.product-info .price-from .price-label, .product-info .price-to .price-label {
    display: inline;
    font-size: 16px;
}
.product-info .p-infof {
    border-left: 5px solid #222;
    padding-left: 17px;
    margin: 10px 0 0;
    display:none;
}
.rtl .product-info .p-infof {
    padding-right: 17px;
    padding-left: inherit;
}
.product-info .p-infof .p-cat, .product-info .p-infof .p-tags {
    font-size: 14px;
    font-family: "Roboto";
    color: #000;
    font-weight: bold;
}
.product-info .p-infof .p-cat a, .product-info .p-infof .p-tags a {
    font-size: 14px;
}
.product-info .price {
    padding: 10px 0;
    font-size: 36px;
    font-family: "Roboto";
}
.product-info .price .price-box span {
    color: red !important;
	font-weight:bold !important;
}
form#product_addtocart_form > div > div.product-shop-inner > div.price > div.price {color: #FF6201 !important;}
.product-info .price .grouped-items-table {
    font-size: 14px;
    font-weight: 300;
}
.product-info .price .grouped-items-table thead th {
    font-weight: 300;
}
.product-info .price .grouped-items-table .input-text.qty {
    background-color: transparent;
}
.product-info .price .grouped-items-table .price {
    font-size: 14px;
}
.product-info .price .availability {
    font-size: 12px;
    color: black;
    font-weight: 400;
    font-family: "Roboto";
    display: none;
}
.product-info .price .text-price {
    display: none;
}
.product-info .price .price-gruop,
.product-info .price .price-old {
    font-size: 15px;
    font-family: "Roboto";
    text-transform: uppercase;
    color: #FF6201;
}
.product-info .price .other-price {
    margin-top: 9px;
}
.product-info .price .reward {
    font-weight: normal;
}
.product-info .price .discount {
    font-weight: normal;
    margin-top: 9px;
}
.product-info .custom-bg {
    background: #FF6201;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: white;
    font-size: 10px;
    margin-right: 5px;
    padding: 5px;
    font-family: "FontAwesome" !important;
}
.product-info .availability {
    font-family: "Roboto";
    color: black;
}
.product-info .availability span {
    font-family: "Roboto";
}
.product-info .price-box {
    padding-bottom: 20px;
}
.product-info .price-group:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.product-info .rating-box {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
.rtl .product-info .rating-box {
    float: right !important;
}
.rtl .product-info .rating-box {
    margin-left: 10px;
    margin-right: inherit;
}
.product-info .description {
    border: 0;
    margin-bottom: 9px;
    padding: 0;
    font-size: 12px;
    color: #999999;
}
.product-info .description .std {
    font-size: 14px;
    font-family: "Roboto";
    line-height: 30px;
}
.product-info .description h2 {
    display: none;
}
.product-info .description a {
    text-decoration: none;
}
.product-info .description b {
    margin-right: 5px;
    margin-left: 0;
}
.product-info .description .fa {
    color: white;
}
.product-info .description .input-box {
    margin: 0 0 10px;
}
.product-info .description dl {
    margin-bottom: 0 !important;
}
.product-info .description label {
    font-size: 17px;
    color: black;
}
.product-info .product-extra label {
    line-height: 38px;
    margin: 0;
    padding-right: 4px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.rtl .product-info .product-extra label {
    padding-left: 4px;
    padding-right: inherit;
}
.rtl .product-info .product-extra label {
    padding-right: 0;
    padding-left: inherit;
}
.product-info .onsale,
.product-info .new-icon {
    background-color: #f53232;
    text-transform: uppercase;
    color: white;
    position: absolute;
    top: 8px;
    right: 9px;
    font-weight: 300;
    font-size: 10px;
    z-index: 99;
    padding: 3px 10px;
    font-family: "Roboto";
}
.rtl .product-info .onsale, .rtl
.product-info .new-icon {
    left: 9px;
    right: auto;
}
.product-info .new-icon {
    background-color: #74d648;
}
.product-info .carousel-inner {
    width: 85%;
    clear: both;
    margin: auto;
}
.product-info .carousel-inner .item {
    text-align: center;
}
.product-info .carousel-inner .item:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-info .carousel-inner .item img {
    border: 2px solid #eaeaea;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}
.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}
.product-info .option-image img {
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}
.product-info .options {
    margin-bottom: 20px;
}
.product-info .review .share {
    line-height: normal;
}
.product-info .review .share a {
    text-decoration: none;
}
.product-info .review > div {
    padding: 0;
    border: 0;
    display:none;
}
.product-info .review > div > span {
    color: #38B0E3;
}
.product-info .product-options-bottom .price-box {
    display: none;
}
.product-info .product-extra,
.product-info .product-options-bottom {
    padding: 18px 0;
}
.product-info .product-extra:after,
.product-info .product-options-bottom:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.product-info .product-extra .quantity-adder,
.product-info .product-options-bottom .quantity-adder {
    margin-bottom: 0;
    margin-right: 16px;
}
.rtl .product-info .product-extra .quantity-adder, .rtl
.product-info .product-options-bottom .quantity-adder {
    margin-left: 16px;
    margin-right: inherit;
}
.product-info .product-extra .quantity-adder input,
.product-info .product-options-bottom .quantity-adder input {
    border: 1px solid #ddd;
    background-color: transparent;
}
.product-info .product-extra .quantity-adder label,
.product-info .product-options-bottom .quantity-adder label {
    float: left;
    font-size: 14px;
    font-family: "hindlight";
    color: #000;
    text-transform: uppercase;
    line-height: 38px;
    margin: 0;
    padding-right: 4px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.rtl .product-info .product-extra .quantity-adder label, .rtl
.product-info .product-options-bottom .quantity-adder label {
    float: right !important;
}
.rtl .product-info .product-extra .quantity-adder label, .rtl
.product-info .product-options-bottom .quantity-adder label {
    padding-left: 4px;
    padding-right: inherit;
}
.rtl .product-info .product-extra .quantity-adder label, .rtl
.product-info .product-options-bottom .quantity-adder label {
    padding-right: 0;
    padding-left: inherit;
}
.product-info .product-extra .cart,
.product-info .product-options-bottom .cart {
    margin-left: 10px;
    margin-right: 10px;
}
.product-info .product-extra .add-action,
.product-info .product-options-bottom .add-action {
    display: block;
    width: 38px;
    height: 18px;
    position: relative;
    cursor: pointer;
    font-size: 6px;
    line-height: 18px;
    text-align: center;
    color: white;
    background: #222;
    border: 1px solid #e5e5e5;
    margin-left: 5px;
    margin-bottom: 0.1em;
}
.rtl .product-info .product-extra .add-action, .rtl
.product-info .product-options-bottom .add-action {
    margin-right: 5px;
    margin-left: inherit;
}
.product-info .product-extra .add-action:hover,
.product-info .product-options-bottom .add-action:hover {
    color: #FF6201;
}
.product-info .product-extra .add-up,
.product-info .product-options-bottom .add-up {
    border-bottom: 0;
}
.product-info .product-extra .add-to-icon,
.product-info .product-options-bottom .add-to-icon {
    font-size: 17px;
    padding: 6px;
    background: #dcad08;
}
.product-info .product-extra .quantity-number label,
.product-info .product-options-bottom .quantity-number label {
    font-size: font-size-base1;
    font-weight: 400;
}
.product-info .product-extra .quantity-number input,
.product-info .product-options-bottom .quantity-number input {
    min-width: 36px;
    width: 36px !important;
    height: 36px;
    text-align: center;
    color: black;
}
.product-info .product-extra .add-to-cart,
.product-info .product-options-bottom .add-to-cart {
    margin-right: 20px;
}
.rtl .product-info .product-extra .add-to-cart, .rtl
.product-info .product-options-bottom .add-to-cart {
    margin-left: 20px;
    margin-right: inherit;
}
.product-info .product-extra .add-to-links,
.product-info .product-options-bottom .add-to-links {
    margin-top: 0;
}
.product-info .product-extra .add-to-links > div,
.product-info .product-options-bottom .add-to-links > div {
    float: left;
    /*border-width:5px;   
    border-style:double;
    border-color:#cdcdcd;*/
}
.rtl .product-info .product-extra .add-to-links > div, .rtl
.product-info .product-options-bottom .add-to-links > div {
    float: right !important;
}
.product-info .product-extra .add-to-links > div.wishlist,
.product-info .product-options-bottom .add-to-links > div.wishlist {
    background: url("../images/tick.png") no-repeat 100% 0;
    padding-right: 35px;
}
.rtl .product-info .product-extra .add-to-links > div.wishlist, .rtl
.product-info .product-options-bottom .add-to-links > div.wishlist {
    padding-left: 35px;
    padding-right: inherit;
}
.product-info .product-extra .add-to-links span,
.product-info .product-options-bottom .add-to-links span {
    display: none;
}
.product-info .product-extra .add-to-links a,
.product-info .product-options-bottom .add-to-links a {
    font-size: 12px;
    font-family: "Roboto";
    font-weight: 400;
    color: black;
    line-height: 38px;
    text-transform: uppercase;
}
.product-info .product-extra .add-to-links a:hover,
.product-info .product-options-bottom .add-to-links a:hover {
    color: #FF6201;
}
.product-info .product-extra .add-review,
.product-info .product-options-bottom .add-review {
    text-transform: uppercase;
}
.product-info .action:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.product-info .action > div {
    margin-right: 10px;
    margin-left: 0;
}

.options-list li {
    display: inline-block !important;
    margin-right: 20px;
    width: 100%;
}
.rtl .options-list li {
    margin-left: 20px;
    margin-right: inherit;
}
.options-list li span.label {
    line-height: 35px;
    padding: 0 10px;
}
.options-list span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.options-list span label {
    padding: 0;
}
.options-list input[type="radio"], .options-list input[type="checkbox"] {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.options-list .price-notice .price {
    font-size: 14px;
    padding: 0;
}

.tabs-group {
    overflow: hidden;
    display: none;
    visibility: hidden;
}
.tabs-group .htabs {
    padding: 0;
}
.tabs-group .htabs .nav-tabs {
    border: none;
}
.tabs-group .tab-contents {
    padding: 20px;
    background: white;
}
.tabs-group .tab-contents .pager .limiter {
    float: left;
    margin: 0 0 20px;
}
.rtl .tabs-group .tab-contents .pager .limiter {
    float: right !important;
}
.tabs-group .tab-contents .input-box {
    margin: 10px 0;
}
.tabs-group .tab-contents h2 {
    border-bottom: 1px solid #e5e5e5;
    font-family: "Roboto";
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}
.tabs-group .tab-contents .box-tags .note {
    margin-top: 10px;
}
.tabs-group .tab-contents .box-tags .product-tags li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: 10px;
}
.tabs-group .tab-contents .tab-content .std {
    color: #666;
    font-size: 16px;
}

.block-up-sell .carousel-inner,
.box-up-sell .carousel-inner {
    overflow: visible;
}
.block-up-sell .carousel-inner .products-row,
.box-up-sell .carousel-inner .products-row {
    margin: 0 0 45px;
}
.block-up-sell .product-block .product-meta .availability.out-of-stock,
.box-up-sell .product-block .product-meta .availability.out-of-stock {
    top: -292px;
}

.crosssell .product-block .action li {
    width: 33.3%;
}

.block-tags .actions {
    padding-top: 10px;
    font-size: 11px;
}

/* 
*  LISTING PRODUCTS PAGE 
*/
.product-filter {
    background-color: white;
    font-size: 12px;
    margin-bottom: 20px;
}
.product-filter .filter-right > div {
    padding-left: 5px;
}
.product-filter .display {
    float: left;
    line-height: 30px;
}
.rtl .product-filter .display {
    float: right !important;
}
.product-filter .display span {
    margin-right: 5px;
}
.product-filter .display a {
    background: url("../images/icon-grid-list.png") no-repeat 0 0 #fafafa scroll;
    width: 32px;
    height: 30px;
    display: block;
    border: 1px solid #e5e5e5;
    margin-right: 5px;
    float: left;
    cursor: pointer;
}
.rtl .product-filter .display a {
    float: right !important;
}
.product-filter .display a > span {
    margin: 0 3px;
}
.product-filter .display a > em {
    display: none;
}
.product-filter .display a.grid {
    background-position: 10px 9px;
}
.product-filter .display a.grid.active, .product-filter .display a.grid:hover {
    background-color: #FF6201;
    background-position: 9px -30px;
}
.product-filter .display a.list {
    background-position: -30px 11px;
}
.product-filter .display a.list.active, .product-filter .display a.list:hover {
    background-color: #FF6201;
    background-position: -31px -31px;
}
.product-filter .display a.active, .product-filter .display a:hover {
    background-color: #FF6201;
    border: 1px solid #FF6201;
}
.product-filter .display a.active .fa, .product-filter .display a:hover .fa {
    color: white;
}
.product-filter .display i {
    font-size: 11px;
    color: #9c9b9b;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.product-filter .form-control {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: auto;
}
.product-filter .product-compare {
    float: right;
}
.rtl .product-filter .product-compare {
    float: left !important;
}

.global_messages .container {
    width: 100% !important;
}

.send-friend #add_recipient_button {
    margin-top: 10px;
}

/*** widgets using inside megamenu ***/
.ves-widget .menu-title,
.ves-widget .widget-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0 0 10px;
}
.ves-widget img {
    display: block;
    max-width: 100%;
    height: auto;
}
.ves-widget .widget-product-list .product-block {
    margin-right: 0;
}
.rtl .ves-widget .widget-product-list .product-block {
    margin-left: 0;
    margin-right: inherit;
}

/******************************************************
* @package Ves Theme Framework for Magento
* @version 1.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
/* RESPONSIVE */
#menu-offcanvas .button-close-menu {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
    background: url("../images/btn_window_close.gif") no-repeat;
    width: 15px;
    height: 15px;
}
.rtl #menu-offcanvas .button-close-menu {
    left: 10px;
    right: auto;
}
#menu-offcanvas .button-close-menu i {
    display: none;
}
#menu-offcanvas .dropdown .dropdown-menu {
    border: medium none;
    box-shadow: none;
    display: block;
    float: none;
    position: relative;
    width: 100% !important;
    min-width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner {
    padding: 0 20px;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li {
    border-bottom: 1px solid #e5e5e5;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li a {
    color: black;
    padding: 3px 0 3px 0;
    line-height: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li a:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #FF6201;
    text-decoration: none;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li .level2 li {
    border-bottom: 0;
}
#menu-offcanvas .mega-col {
    width: 100% !important;
}
#menu-offcanvas .mega-col div.menu-title {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}
#menu-offcanvas .home {
    background: black;
}

html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
    /*overflow-x: hidden;*/

}

html,
body.cms-home,
.cms-home .offcanvas-container,
.cms-home .offcanvas-pusher,
.cms-home .offcanvas-content {
    overflow-x: hidden;

}

.offcanvas-content {
    /*overflow-y: scroll;*/
    background: #f3efe0;
}

.offcanvas-pusher {
    left: 0;
    left: 0;
    z-index: 99;
}
.rtl .offcanvas-pusher {
    right: 0;
    left: auto;
}

.offcanvas-pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    z-index: 99;
}

.offcanvas-menu-open .offcanvas-pusher::after {
    height: 100%;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.offcanvas-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    visibility: hidden;
    width: 300px;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: black;
}
.rtl .offcanvas-menu {
    right: 0;
    left: auto;
}

.offcanvas-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.offcanvas-menu-open .offcanvas-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */
.offcanvas-menu ul {
    margin: 0;
    padding: 0;
}

.offcanvas-menu h2 {
    margin: 0;
    padding: 1em;
    color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 2em;
}

.offcanvas-menu ul.megamenu > li > a {
    color: black;
    display: block;
    padding: 0.8em 1em 0.8em 1.2em;
    outline: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rtl .offcanvas-menu ul.megamenu > li > a {
    padding: 0.8em 1.2em 0.8em 1em;
}

.offcanvas-menu ul li:firoffcanvas-child a {
    -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}

.offcanvas-menu ul.megamenu > li > a {
    background: black;
    color: white;
    border-bottom: 1px solid #53585f;
}

/* Individual effects */
/* Effect 1: Slide in on top */
.offcanvas-effect-1.offcanvas-menu {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.offcanvas-effect-1.offcanvas-menu::after {
    display: none;
}

/* Effect 2: Reveal */
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.offcanvas-effect-2.offcanvas-menu {
    z-index: 1;
}

.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Effect 3: Push*/
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    position: fixed;
}
.rtl .offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

.offcanvas-effect-3.offcanvas-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 99;
}
.rtl .offcanvas-effect-3.offcanvas-menu {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Effect 5: Reverse slide out */
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.offcanvas-effect-5.offcanvas-menu {
    z-index: 1;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
}

.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.offcanvas-sidebars-buttons .btn-danger {
    margin-bottom: 10px;
}
.copyright {
    padding: 0 15px;
    font-size: 12px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    #ves-mainnav .navbar-collapse.collapse {
        display: none !important;
    }
    #ves-mainnav .navbar-toggle {
        display: block;
    }

    /*** OFFCANVAS SIDEBAR ***/
    #ves-paneltool {
        display: none;
    }

    .offcanvas-siderbars {
        position: relative;
    }
    .offcanvas-siderbars .offcanvas-sidebar {
        display: none;
        width: 100%;
    }
    .offcanvas-siderbars.column-left-active #ves-columns-left {
        display: block;
    }
    .offcanvas-siderbars.column-right-active #ves-columns-right {
        display: block;
    }
    .offcanvas-siderbars.column-left-active .main-column, .offcanvas-siderbars.column-right-active .main-column {
        display: none;
    }
}
.offcanvas-menu .widget-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.effect {
    position: relative;
    overflow: hidden;
}
.effect .overlay::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.rtl .effect .overlay::before {
    right: 0;
    left: auto;
}
.effect:hover .overlay::before {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4) inset;
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4) inset;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
    -webkit-animation-name: hvr-icon-pop;
    animation-name: hvr-icon-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/******************************************************
* @package Ves Theme Framework for Magento
* @version 3.0
* @author http://www.venustheme.com
* @copyright Copyright (C) Augus 2013 Venustheme.com <@email:venustheme@gmail.com>.All rights reserved.
* @license   GNU General Public License version 2
*******************************************************/
@media (min-width: 1200px) {
    /*header */
    #ves-mainnav > li {
        padding: 12px 16px;
    }
    #ves-mainnav > li > a span {
        font-size: 12px;
    }

    /*End header*/
}
@media (max-width: 992px) {
    .product-block .link-compare {
        display: none!important;
    }

    :root .product-block .action li {
        width: 50%!important;
    }

    /*header */
    /*---- header style 1 ---*/
    .header-sty1 .box-search {
        position: static;
        width: auto !important;
        right: auto;
    }
    .header-sty1 .box-search .form-search {
        margin: 0;
    }

    .navbar-toggle {
        background-color: black;
    }

    /*---- end header style 1 ---*/
    /*End header*/
    /*Block top*/
    .block-top .free {
        padding: 2px 0 10px;
    }

    /*End Block top*/
    /*footer */
    /*End footer*/
    /*Navigation default*/
    #ves-mainnav .nav-container {
        position: relative;
        background: white;
    }
    #ves-mainnav .nav-container:before {
        font-family: "FontAwesome";
        content: "\f0c9";
        font-size: 24px;
        color: #fff;
        background: #222;
        position: absolute;
        right: 9px;
        right: 9px;
        top: 15px;
        padding: 8px 15px;
        cursor: pointer;
    }
    .rtl #ves-mainnav .nav-container:before {
        left: 9px;
        right: auto;
    }
    #ves-mainnav .nav-container ul#nav {
        position: absolute;
        top: 69px;
        right: 0;
        right: 0;
        visibility: hidden;
        background: white;
        z-index: 999;
        width: 300px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .rtl #ves-mainnav .nav-container ul#nav {
        left: 0;
        right: auto;
    }
    #ves-mainnav .nav-container ul#nav li {
        width: 100%;
    }
    #ves-mainnav .nav-container ul#nav li.parent:hover > a:after {
        display: none;
    }
    #ves-mainnav .nav-container ul#nav li a {
        line-height: 40px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    #ves-mainnav .nav-container ul#nav li a span {
        border: 0 !important;
    }
    #ves-mainnav .nav-container ul#nav li ul,
    #ves-mainnav .nav-container ul#nav li ul ul {
        margin-left: 30px;
        margin-left: 30px;
        position: relative;
        left: 0 !important;
        left: 0;
        box-shadow: none;
    }
    .rtl #ves-mainnav .nav-container ul#nav li ul, .rtl
    #ves-mainnav .nav-container ul#nav li ul ul {
        margin-right: 30px;
        margin-left: inherit;
    }
    .rtl #ves-mainnav .nav-container ul#nav li ul, .rtl
    #ves-mainnav .nav-container ul#nav li ul ul {
        right: 0;
        left: auto;
    }
    #ves-mainnav .nav-container:hover ul#nav, #ves-mainnav .nav-container:focus ul#nav {
        visibility: visible;
    }
    #ves-mainnav .navbar {
        margin: 0;
    }

    .customer-account-login .new-users .content,
    .customer-account-login .registered-users .content {
        min-height: auto;
    }
}
/*$media (max-width: 980px) {*/
@media (max-width: 980px) {
    /*header */
    .header-sty1 .box-search {
        left: 0;
        margin: auto;
        position: static;
        right: 0;
        width: 40% !important;
    }

    .header-sty2 .ves-megamenu .navbar-nav > li, .header-sty4 .ves-megamenu .navbar-nav > li {
        padding: 12px 10px;
    }
    .header-sty2 .ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu, .header-sty4 .ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
        transform: translate(-28.5%, 0px);
    }
    .header-sty2 .ves-megamenu .navbar-nav > li.aligned-left .dropdown-menu, .header-sty4 .ves-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
        transform: translate(-12.5%, 0px);
    }
    .header-sty2 .ves-megamenu .navbar-nav > li a span, .header-sty4 .ves-megamenu .navbar-nav > li a span {
        font-size: 10px;
    }
    .header-sty2 .ves-megamenu .navbar-nav > li a .caret, .header-sty4 .ves-megamenu .navbar-nav > li a .caret {
        right: -5px;
        top: 0;
    }

    .ves-megamenu .navbar-nav > li {
        padding: 12px 16px;
    }
    .ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
        transform: translate(-12.5%, 0px);
    }
    .ves-megamenu .navbar-nav > li a span {
        font-size: 12px;
    }
    .ves-megamenu .navbar-nav > li a .caret {
        right: -5px;
        top: 0;
    }

    /*---- header style 1 ---*/
    .header-sty1 .box-search {
        position: static;
        width: auto !important;
        right: auto;
    }
    .header-sty1 .box-search .form-search {
        margin: 0;
    }

    .navbar-toggle {
        background-color: black;
    }

    /*---- end header style 1 ---*/
    /*End header*/
}
/*$media (min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
    /********** Home 1  **********/
    /*header */
    .header-sty2 .ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu, .header-sty4 .ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
        transform: translate(-20.5%, 0px);
    }
    .header-sty2 .ves-megamenu .navbar-nav > li.aligned-left .dropdown-menu, .header-sty4 .ves-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
        transform: translate(-12.5%, 0px);
    }
    .header-sty2 .ves-megamenu .navbar-nav > li a span, .header-sty4 .ves-megamenu .navbar-nav > li a span {
        font-size: 10px;
    }
    .header-sty2 .ves-megamenu .navbar-nav > li a .caret, .header-sty4 .ves-megamenu .navbar-nav > li a .caret {
        right: -5px;
        top: 0;
    }

    .ves-megamenu .navbar-nav > li {
        padding: 12px 16px;
    }
    .ves-megamenu .navbar-nav > li a span {
        font-size: 12px;
    }

    .top-verMenu #ves-verticalmenu {
        width: 222px;
    }

    /*End header*/
    /* Footer */
    #ves-footer .vesbuilder-block .row-primary .pr-services .pr-sBox {
        padding: 0 30px;
    }
    #ves-footer .vesbuilder-block .row-primary .pr-services .pr-sBox .pr-info h6 {
        font-size: 10px;
    }
    #ves-footer .widget-newsletter .block-content .input-box {
        width: 140px;
    }
    #ves-footer .row-primary .widget-newsletter .block-content .input-box {
        width: 100px;
    }
    #ves-footer .vesbuilder-block.footer-sty2 .row-info .products-grid .product-block .product-meta {
        padding-left: 10px;
    }
    .rtl #ves-footer .vesbuilder-block.footer-sty2 .row-info .products-grid .product-block .product-meta {
        padding-right: 10px;
        padding-left: inherit;
    }
    #ves-footer .vesbuilder-block.footer-sty2 .row-info .products-grid .product-block .product-meta .left .product-name a {
        font-size: 10px;
    }
    #ves-footer .vesbuilder-block.footer-sty2 .row-info .products-grid .product-block .product-meta .left .price .price {
        font-size: 12px;
    }
    #ves-footer .vesbuilder-block.footer-sty2 .row-info .products-grid .product-block .product-meta .left .price .old-price .price {
        font-size: 10px;
    }

    /* End Footer */
    /*Block Top*/
    .block-top h2 {
        font-size: 30px;
    }
    .block-top .free {
        padding: 20px 0 10px;
    }
    .block-top .free ul li {
        padding-left: 25px;
    }
    .rtl .block-top .free ul li {
        padding-right: 25px;
        padding-left: inherit;
    }
    .block-top .text p {
        font-size: 18px;
    }
    .block-top .text span {
        font-size: 9px;
    }

    /*End Block Top*/
    /*Left Block*/
    .block .block-title {
        font-size: 11px;
    }

    /*End Left Block*/
    /*productcarousel */
    .productcarousel .carousel-controls .carousel-control {
        font-size: 12px;
        left: 6px;
    }
    .productcarousel .carousel-controls .carousel-control.right {
        right: 3px;
    }

    .producttabs .block-title {
        font-size: 15px;
    }
    .producttabs .tab-nav:before {
        width: 10%;
    }

    .product-block .name a {
        font-size: 11px;
    }

    .rtl .producttabs .block-title {
        font-size: 12px;
    }

    /*End productcarousel */
    /* Block  */
    .ves-block .ourservice-block {
        min-width: auto;
    }

    /*End Block */
    #ves-breadcrumbs .category-info .page-title h1 {
        font-size: 35px;
        height: 35px;
        top: -175px;
    }

    .product-info h1 {
        font-size: 36px;
    }

    .tabs-group .tab-contents {
        padding: 20px 100px;
    }

    /********** End Home 1  **********/
    #topbar .topLinks .links li > a {
        padding: 0 5px;
    }

    #ves-showcase .custom-block div {
        width: 33.3%;
    }

    .footer-top {
        background-size: 100%;
    }

    .toolbar .sort-by select {
        width: 80px;
    }

    .pager .limiter select {
        width: 55px;
    }

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        padding: 10px;
    }
}
/*$media (min-width: 768px) and (max-width: 991px) {*/
@media (min-width: 768px) and (max-width: 991px) {
    .header-sty1 .box-search {
        left: 0;
        margin: auto;
        position: static;
        right: 0;
        width: 40% !important;
    }

    .header-sty2 .form-search {
        margin: 0;
    }
    .header-sty2 #header-bot .top-search, .header-sty2 #header-bot .cart-top {
        margin: 10px;
    }
    .header-sty2 #header-bot .top-search .form-search, .header-sty2 #header-bot .cart-top .form-search {
        margin: 0;
    }
    .header-sty2 #header-bot .cart-top {
        margin: 18px;
    }

    .header-sty2 .ves-megamenu .navbar-nav > li, .header-sty4 .ves-megamenu .navbar-nav > li {
        padding: 12px 10px;
    }
    .header-sty2 .ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu, .header-sty4 .ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
        transform: translate(-20.5%, 0px);
    }
    .header-sty2 .ves-megamenu .navbar-nav > li.aligned-left .dropdown-menu, .header-sty4 .ves-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
        transform: translate(-12.5%, 0px);
    }
    .header-sty2 .ves-megamenu .navbar-nav > li a span, .header-sty4 .ves-megamenu .navbar-nav > li a span {
        font-size: 10px;
    }
    .header-sty2 .ves-megamenu .navbar-nav > li a .caret, .header-sty4 .ves-megamenu .navbar-nav > li a .caret {
        right: -5px;
        top: 0;
    }

    .header-sty3 .box-search .form-search {
        margin: 0;
    }

    .cart-top {
        background: none;
    }
    .cart-top .dropdown-toggle .fa {
        font-size: 22px;
    }

    .header-sty4 .box-search .top-search {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .header-sty4 .box-search .top-search .form-search {
        margin: 0;
    }

    .rtl #ves-mainnav .navbar-toggle {
        float: left;
    }

    #topbar .topLinks .links li > a {
        padding: 0 5px;
    }

    #topbar .top-currency,
    #topbar .store-language {
        line-height: 40px;
    }
    #topbar .top-currency label,
    #topbar .store-language label {
        display: none;
    }

    .top-currency + .quick-access {
        display: none;
    }

    #topbar .cart-top {
        margin-left: 10px;
    }

    .ves-megamenu .navbar {
        margin: 20px 0 0;
    }
    .ves-megamenu .navbar .navbar-toggle {
        margin-right: 0;
    }

    #ves-showcase .custom-block div {
        width: 33.3%;
    }

    .footer-top {
        background-size: 100%;
    }

    .footer-top .block-ft .icon-ft {
        text-align: center;
        width: 100%;
    }

    .top-search .form-search {
        margin-top: 25px;
    }

    .box-accountlink {
        width: 40% !important;
    }

    .quickaccess-toggle,
    .quickaccess-toggle i {
        display: none !important;
    }

    .product-info .product-view {
        padding-left: 0;
        padding-left: 10px !important;
        padding-top: 20px;
    }
    .rtl .product-info .product-view {
        padding-right: 0;
        padding-left: inherit;
    }

    .product-info .product-extra .add-to-links,
    .product-info .product-options-bottom .add-to-links {
        margin-left: 20px;
    }

    .zoomContainer, .ves-colorbox, .product-zoom {
        display: none!important;
    }

    .child-menu .dropdown-menu {
        width: 493px !important;
    }

    .aboutus {
        border-bottom: 1px solid #333!important;
        padding-bottom: 40px !important;
        margin-bottom: 40px !important;
    }

    /* Block  */
    .ves-block .ourservice-block {
        min-width: auto;
    }
    .ves-block .ourservice-block .media p {
        padding: 5px;
        font-size: 8px;
    }

    .block .block-title {
        font-size: 11px;
    }

    /*End Block  */
    /*productcarousel */
    .product-block .action li {
        width: 33.3%;
    }

    .price .price-old,
    .price .old-price {
        padding: 0;
    }

    .productcarousel-4 .product-col .product-block .product-meta {
        padding: 10px;
    }
    .productcarousel-4 .product-col .product-block .product-meta .left .std {
        font-size: 11px;
    }
    .productcarousel-4 .product-col .product-block .image {
        padding: 7px;
    }
    .productcarousel-4 .product-col .product-block .price .price {
        font-size: 11px;
    }
    .productcarousel-4 .product-col .product-block .price .old-price .price {
        font-size: 10px;
        padding: 0;
    }
    .productcarousel-4 .product-col .product-block .price .price-from .price,
    .productcarousel-4 .product-col .product-block .price .price-to .price {
        font-size: 10px;
        padding: 0;
    }

    /*End productcarousel */
    .producttabs .block-title {
        font-size: 20px;
    }
    .producttabs .tab-nav:before {
        right: 66px;
        top: -44px;
        width: 42%;
    }
    .rtl .producttabs .tab-nav:before {
        left: 66px;
        right: auto;
    }

    #ves-breadcrumbs .category-info .page-title h1 {
        font-size: 25px;
        height: 25px;
        top: -130px;
    }

    .tabs-group .tab-contents {
        padding: 20px 10px;
    }

    /* Footer */
    #ves-footer .vesbuilder-block .row-primary .pr-services .pr-sBox {
        margin: 0 0 10px;
    }
    #ves-footer .row-primary .widget-newsletter .block-content .input-box {
        width: 150px;
    }
    #ves-footer .widget-newsletter .block-title {
        display: none;
    }

    /* End Footer */
    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        padding: 10px;
    }
}
/*$media (max-width: 767px) {*/
@media (max-width: 767px) {
    #cboxOverlay, #colorbox, #cboxContent, #cboxLoadedContent {
        display: none !important;
    }

    /*header */
    .top-account {
        float: none !important;
    }

    .header-sty3 .box-search .top-search .form-search {
        margin: 0;
        left: 0;
    }
    .rtl .header-sty3 .box-search .top-search .form-search {
        right: 0;
        left: auto;
    }
    .header-sty3 #topbar .dropdown > .dropdown-menu {
        margin: auto;
        min-width: 115px;
        width: 50%;
    }
    .header-sty3 .logo {
        margin: 0 auto;
    }
    .header-sty3 .box-search {
        float: left !important;
    }
    .header-sty3 .cart-top .content {
        left: -150px;
    }
    .rtl .header-sty3 .cart-top .content {
        right: -150px;
        left: auto;
    }

    .header-sty4 .cart-top {
        float: none !important;
        margin: auto;
        text-align: center;
        padding: 0;
    }
    .header-sty4 .cart-top .content {
        left: 0;
    }
    .rtl .header-sty4 .cart-top .content {
        right: 0;
        left: auto;
    }
    .header-sty4 .box-search {
        margin-bottom: 10px;
    }
    .header-sty4 .box-search .top-search .form-search {
        position: static;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        width: 100%;
    }
    .header-sty4 .box-search .top-search button.button-search {
        top: 12px;
    }

    .topLinks .quick-access .inner-toggle {
        left: 0;
        margin: auto;
        right: 0;
        z-index: 9;
        width: 25%;
        text-align: left;
    }
    .rtl .topLinks .quick-access .inner-toggle {
        text-align: right !important;
    }
    .topLinks .quick-access .inner-toggle li {
        background: none;
    }
    .topLinks .quick-access .inner-toggle li:before {
        content: "";
    }

    #topbar .col {
        text-align: center;
    }
    #topbar .top-currency,
    #topbar .store-language {
        display: inline-block;
        float: none !important;
        margin: auto;
        text-align: center;
    }
    #topbar .form-language {
        margin: 0;
    }
    #topbar .dropdown > .dropdown-menu {
        min-width: 115px;
        left: 0;
    }

    .cart-top {
        background: none;
    }
    .cart-top .content {
        left: -100%;
        margin: auto;
        min-width: 200px;
        width: 220px;
    }
    .rtl .cart-top .content {
        right: -100%;
        left: auto;
    }
    .cart-top .dropdown-toggle .fa {
        font-size: 20px;
    }

    .logo {
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 0 auto 20px;
        text-align: center;
    }

    .header-sty2 .logo {
        margin: 0 auto;
    }
    .header-sty2 .box-search .top-search .form-search {
        left: -100px;
    }
    .rtl .header-sty2 .box-search .top-search .form-search {
        right: -100px;
        left: auto;
    }

    .box-search {
        display: inline-block;
        *display: inline;
        zoom: 1;
        position: relative !important;
        float: none !important;
    }
    .box-search:hover .top-search .form-search {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        top: 110%;
    }
    .box-search .top-search .dropdown-toggle .fa {
        font-size: 20px;
    }
    .box-search .top-search .form-search {
        min-width: 150px;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        left: -285%;
        margin: auto;
        top: 130%;
        -webkit-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
        visibility: hidden;
        width: 200px;
        z-index: 999;
    }
    .rtl .box-search .top-search .form-search {
        right: -285%;
        left: auto;
    }

    .rtl .header-sty1 .box-search {
        float: none !important;
    }
    .rtl #ves-mainnav .navbar-toggle {
        float: left;
    }
    .rtl .top-account.pull-right {
        float: none !important;
    }
    .rtl #header .quick-access .inner-toggle {
        transform: translate(0, 0);
    }
    .rtl .header-sty4 .cart-top.pull-right {
        float: none !important;
    }

    /*end header */
    #header-main .header-wrap {
        text-align: center;
    }
    #header-main .header-wrap .logo {
        float: none;
        display: inline-block;
    }

    #topbar .top-currency label,
    #topbar .store-language label,
    #topbar .cart-top .heading .cart-inner h4,
    .top-currency + .quick-access {
        display: none;
    }

    #topbar .cart-top {
        width: 30px;
    }

    .topLinks .quick-access .quickaccess-toggle {
        display: block;
        font-size: 14px;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
    }
    .topLinks .quick-access .inner-toggle {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        position: absolute;
        top: 40px;
        left: 10px;
        background: white !important;
        min-width: 120px;
        border-top: 0;
        border: 1px solid #e5e5e5 !important;
    }
    .topLinks .quick-access .inner-toggle li {
        width: 100%;
        float: left;
    }
    .topLinks .quick-access:hover .inner-toggle {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        display: block;
    }

    #topbar .top-currency, #topbar .store-language {
        height: 40px;
        line-height: 40px;
    }

    #topbar .dropdown > .dropdown-menu {
        min-width: 115px;
    }

    .box-search {
        margin-bottom: 20px;
    }

    #ves-showcase .custom-block div {
        width: 33.3%;
    }

    .zoomContainer, .ves-colorbox, .product-zoom, .quick-cart {
        display: none!important;
    }

    .product-info .image-container {
        padding-left: 9px;
    }
    .rtl .product-info .image-container {
        padding-right: 9px;
        padding-left: inherit;
    }

    .product-block .action .btn-shopping-cart {
        padding: 9px 14px;
    }

    .products-list .image {
        width: 100%;
    }

    #ves-accordion li {
        width: 100%;
    }

    .customer-account-login .new-users .content,
    .customer-account-login .registered-users .content {
        min-height: auto;
    }

    .products-list .product-block .product-meta {
        clear: both;
        padding: 0;
        width: 100%;
    }

    /* Block  */
    .left-block {
        margin: 0 0 20px;
    }

    .ves-block .col-lg-6 .ourservice-block {
        max-width: 100%;
    }
    .ves-block .ourservice-block {
        max-width: 100%;
    }
    .ves-block .ourservice-block .pull-left {
        padding: 0;
        width: 100%;
    }
    .ves-block .ourservice-block .media img {
        width: 100%;
    }
    .ves-block .ourservice-block .media p {
        padding: 5px;
        font-size: 8px;
    }

    /*End Block  */
    /*productcarousel */
    .producttabs .block-title {
        font-size: 14px;
    }
    .producttabs .block-title span:before, .producttabs .block-title span:after {
        top: -2px;
    }
    .producttabs .carousel-controls {
        top: 44px;
    }
    .producttabs .nav-tabs > li {
        width: 100%;
    }
    .producttabs .tab-nav {
        margin: 20px 0 0;
    }
    .producttabs .tab-nav:before {
        top: -102px;
        background: none;
    }

    .product-col {
        margin: 0 0 20px;
    }

    .product-block .image .hover-image {
        display: none;
    }
    .product-block .action li {
        width: 33.3%;
    }

    .productcarousel-4.block {
        padding: 0 9px;
    }

    .productcarousel-3.owlproductcarousel .owl-item.active .product-block .product-meta {
        display: none;
    }
    .productcarousel-3 .owl-theme .owl-controls .owl-buttons div {
        bottom: 190px;
    }

    .thumb_more_info {
        display: none;
    }

    /*End productcarousel */
    #ves-breadcrumbs .category-info .page-title h1 {
        display: none;
    }

    .tabs-group .tab-contents {
        padding: 20px 10px;
    }

    .product-info .product-shop .product-shop-inner {
        padding: 10px;
    }

    .product-info h1 {
        font-size: 30px;
    }

    /* Footer */
    #ves-footer .vesbuilder-block .row-primary .pr-services .pr-sBox {
        padding: 10px 9px;
    }
    #ves-footer .widget-newsletter .block-title {
        display: none;
    }
    #ves-footer .left-ft-center {
        padding: 0 9px;
    }
    #ves-footer .vesbuilder-block .row-success .ft-center-inner.ft-center-inner-r {
        padding: 0 !important;
    }
    #ves-footer .vesbuilder-block .row-success .ft-center-inner.ft-center-inner-r .col-inner.right-ft-center {
        padding: 0 9px;
    }
    #ves-footer .vesbuilder-block .row-warning {
        padding: 0 18px;
    }
    #ves-footer .vesbuilder-block .row-warning .block-right a {
        float: left !important;
    }
    #ves-footer .vesbuilder-block.footer-sty2 .row-primary .widget-sociallinks {
        float: left;
        margin: 15px 0 0;
    }
    .rtl #ves-footer .vesbuilder-block.footer-sty2 .row-primary .widget-sociallinks {
        float: right !important;
    }
    #ves-footer .row-info {
        padding: 0 18px;
    }
    #ves-footer .row-info .widget-images {
        float: left;
        margin: 15px 0 0;
    }
    .rtl #ves-footer .row-info .widget-images {
        float: right !important;
    }
    #ves-footer .footer-sty2 .row-warning {
        padding: 0 9px;
    }
    #ves-footer .widget-images {
        float: left !important;
        margin: 15px 0 0;
    }

    /* End Footer */
    #cboxOverlay, #colorbox, #cboxContent, #cboxLoadedContent {
        display: none !important;
    }

    .product-block .product-meta .right {
        width: 101.5%;
    }
    .product-block .action li {
        width: 50%;
    }
    .product-block .action .add-to-links .link-compare {
        display: none !important;
    }

    .my-wishlist .buttons-set {
        text-align: center;
    }
    .my-wishlist .buttons-set button {
        margin: 0 auto 10px !important;
    }
}
/*$media (max-width: 480px) {*/
@media (max-width: 480px) {
    #header-main .inner {
        text-align: center;
    }
    #header-main .inner > * {
        display: inline-block;
    }

    #topbar .top-currency label,
    #topbar .store-language label,
    #topbar .cart-top .heading .cart-inner h4,
    .top-currency + .quick-access {
        display: none;
    }

    #topbar .cart-top {
        width: 30px;
    }

    .topLinks .quick-access .quickaccess-toggle {
        display: block;
        font-size: 14px;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
    }
    .topLinks .quick-access .inner-toggle {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        position: absolute;
        top: 40px;
        left: 10px;
        background: white !important;
        min-width: 120px;
        border-top: 0;
        border: 1px solid #e5e5e5 !important;
    }
    .topLinks .quick-access .inner-toggle li {
        width: 100%;
        float: left;
    }
    .topLinks .quick-access:hover .inner-toggle {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        display: block;
    }

    #topbar .top-currency, #topbar .store-language {
        height: 25px;
        line-height: 25px;
    }

    #topbar .dropdown > .dropdown-menu {
        min-width: 115px;
    }

    .navbar-inverse .navbar-toggle {
        margin-right: 0;
    }

    .top-search .form-search {
        margin-top: 0;
    }

    .ves-slideshow,
    .ves-showcase,
    .vescontentslider,
    .venus-latest-block,
    .ves-massbottom,
    .ves-masstop1 {
        display: none;
    }

    .footer-top {
        background-color: black;
        background-image: none;
    }

    .breadcrumb {
        margin-top: 0 !important;
    }

    .sorter .sort-by {
        display: none;
    }

    .productcarousel img {
        display: inline;
    }

    .product-info .action > div {
        margin-bottom: 10px;
    }

    .product-info .image {
        background: transparent !important;
    }
    .product-info .image img {
        display: inline !important;
        display: block;
        max-width: 100%;
        height: auto;
    }

    .product-info .product-view {
        padding-left: 10px !important;
        padding-top: 40px;
    }

    .product-list .product-meta {
        overflow: visible;
    }
    .product-list .product-block .action {
        position: absolute;
        top: -63px;
    }
    .product-list .image {
        float: none;
        display: block;
    }

    .box-inline .box-left, .box-inline .box-right {
        width: 100%;
    }

    .input-group {
        text-align: center;
    }
    .input-group > * {
        clear: both;
        display: inline;
    }

    .quick-cart {
        display: block!important;
    }

    .footer-center .inner {
        border-top: 0 !important;
        padding-top: 0 !important;
    }
    .footer-center .row .block {
        padding-top: 20px;
    }

    .form-list input.input-text {
        width: 260px !important;
    }

    #checkout-payment-method-load input.input-text {
        width: 230px;
    }

    .product-block:hover .product-zoom {
        right: 45%;
    }

    .customer-account-login .new-users .content, .customer-account-login .registered-users .content {
        min-height: 50px;
    }

    .checkout-progress li {
        width: 100%;
    }

    .my-wishlist {
        overflow-x: auto;
    }
    .my-wishlist .buttons-set button {
        margin-bottom: 20px;
    }

    .products-list .product-block .product-meta {
        clear: both;
        padding: 0;
        width: 100%;
    }

    .pager .limiter {
        display: none;
    }

    #ves-breadcrumbs {
        display: none;
    }

    .htabs ul li a {
        padding: 10px;
    }

    /*New style Table responsive $screen-xs-max */
    table#wishlist-table,
    table#shopping-cart-table,
    table#checkout-review-table,
    table#my-orders-table,
    table#multiship-addresses-table,
    #review-order-form table {
        border: 0;
        border-top: 1px solid #ddd;
        outline: none;
    }
    table#wishlist-table th, table#wishlist-table td,
    table#shopping-cart-table th,
    table#shopping-cart-table td,
    table#checkout-review-table th,
    table#checkout-review-table td,
    table#my-orders-table th,
    table#my-orders-table td,
    table#multiship-addresses-table th,
    table#multiship-addresses-table td,
    #review-order-form table th,
    #review-order-form table td {
        display: block;
        text-align: center;
    }
    table#wishlist-table colgroup,
    table#shopping-cart-table colgroup,
    table#checkout-review-table colgroup,
    table#my-orders-table colgroup,
    table#multiship-addresses-table colgroup,
    #review-order-form table colgroup {
        display: none;
    }
    table#wishlist-table .a-right,
    table#shopping-cart-table .a-right,
    table#checkout-review-table .a-right,
    table#my-orders-table .a-right,
    table#multiship-addresses-table .a-right,
    #review-order-form table .a-right {
        text-align: center !important;
    }
    table#wishlist-table .button,
    table#shopping-cart-table .button,
    table#checkout-review-table .button,
    table#my-orders-table .button,
    table#multiship-addresses-table .button,
    #review-order-form table .button {
        margin-bottom: 15px !important;
    }
    table#wishlist-table .btn-remove,
    table#shopping-cart-table .btn-remove,
    table#checkout-review-table .btn-remove,
    table#my-orders-table .btn-remove,
    table#multiship-addresses-table .btn-remove,
    #review-order-form table .btn-remove {
        float: none;
        margin: 0 auto;
    }

    .box-reviews .data-table th, .box-reviews .data-table td {
        font-size: 10px;
        padding: 3px !important;
    }

    .multiple-checkout select {
        width: 270px;
    }

    .data-table tr.even td.last, .data-table tr.odd td.last {
        border-right: 1px solid #ddd;
    }

    table th,
    table td,
    table td.last {
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

    table tfoot td.last {
        border-bottom: 1px solid #ddd;
    }

    /*new style shopping cart  mobile responsive */
    .cart table th {
        display: none !important;
    }
    .cart table tbody td {
        border: 0 !important;
        padding: 5px 0;
    }
    .cart table .bgcolol-td {
        background: #e5e5e5;
    }
    .cart table tbody td span {
        float: left;
        text-align: left;
        width: 50%;
    }
    .rtl .cart table tbody td span {
        float: right !important;
    }
    .rtl .cart table tbody td span {
        text-align: right !important;
    }
    .cart table tbody td span.lable-price {
        text-align: right;
        padding-right: 10px;
        line-height: 33px;
    }
    .rtl .cart table tbody td span.lable-price {
        text-align: left !important;
    }

    .productcarousel-3.owlproductcarousel .block-title {
        font-size: 15px;
    }
    .productcarousel-3 .owl-theme .owl-controls .owl-buttons div {
        bottom: 110px;
        font-size: 45px;
    }
}
/*$media (max-width: 320px) */
@media (max-width: 320px) {
    .nav-tabs > li {
        width: 100%;
        margin-bottom: 0;
    }
    .nav-tabs > li:active a {
        border: 0 !important;
    }

    .block-up-sell .block-title strong,
    .box-up-sell .block-title strong {
        padding: 0 20px;
    }

    #ves-masstop3 .custom-subscribe {
        padding-left: 0;
        background-size: 100%;
        padding-top: 155px;
    }

    .products-list .product-block .product-meta {
        clear: both;
        padding: 0;
        width: 100%;
    }
}
.pull-left {
    float: left;
}
.rtl .pull-left {
    float: right !important;
}

.pull-right {
    float: right;
}
.rtl .pull-right {
    float: left !important;
}

/** Mine **/
.store-language {/*margin-right: 67px; width: 115px;*/margin-top: 7px;}

.my-left .my-left-center {
    border-left: 1px solid #fff;
    color: #fefefe;
    cursor: pointer;
    float: left;
    font: 400 1.7em 'Roboto', Arial, sans-serif;
    height: 24px;
    padding: 12px 25px;
}
.my-left .my-left-center > h3 {
    background-color: #1e1e1e;
}
.my-left .my-left-center > h3.active {
    background-color: #FF6201;
    font-weight: 700;
}
.my-right label {
    color:#fff;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}
.page-title h1 {
    padding:0;
}
.category-image {
    display:none;
}
.category-tree-h2 {
    float:left;
    width:50%;
    background:transparent;
    border-bottom:1px solid #cccccc;
}
.category-tree-h2 a {
    color:#000;
}
.category-tree-h2 a:hover {
    color:#FF6201;
}
.category-tree-h2 img {
    max-height: 150px;
}
/** End Mine **/

#content img {
	/*display: none;*/
}

#one-step-checkout-review-coupon {
	display:none !important;
}

#one-step-checkout-order-review > div.row-mg.mc-clear > div.col-mg.mg-lg-6.mg-md-6.mg-sm-12.mg-xs-6 > div.block-wrapper {
	border:none !important;
}

#one-step-checkout-order-review-newsletter-wrapper {
	display: none !important;
}