/******************************************************
 * @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 ------------------*/
/* 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: whitesmoke;
  color: #333333;
  font-size: 12px;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.cms-homepage-glasses .top-static {
  display: block;
}

ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none!important;
}

a:hover, a:focus {
  outline: 0!important;
  text-decoration: none;
  color: #ff8040;
}

img {
  max-width: 100%;
}

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: #039be5;
}

/* links style */
ul.links {
  margin: 0;
  padding: 0;
}
ul.links li {
  display: inline;
  line-height: normal;
  list-style: none;
}
ul.links li a {
  margin: 0 9px;
}
ul.links li a:hover {
  color: #ff8040;
}
ul.links li .fa, ul.links li .icon {
  margin-right: 10px;
}
ul.list li {
  list-style: none;
  padding: 6px 0;
}
ul.my-account li {
  padding: 6px 0;
  list-style: disc;
  margin-left: 14px;
}
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: 18px;
  top: 13px;
  background-color: #9c9c9c;
  color: #FFF;
  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%;
}
.tree-menu > ul > li:last-child a {
  border: none;
}
.tree-menu > ul > li > a {
  display: block;
  color: #666666;
  font-size: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.tree-menu > ul > li ul {
  display: none;
}
.tree-menu > ul > li a.active {
  font-weight: 600;
  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: 600;
  color: #ff9100;
}

/* 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;
}

.rtl .pull-left {
  float: right!important;
}

.over-hidden {
  overflow: hidden;
}

/* ======================================================================================= */
/* tab style */
.htabs ul li {
  margin: 0;
  float: left;
  display: inline-block;
}
.rtl .htabs ul li {
  float: right !important;
}
.htabs ul li a {
  text-transform: uppercase;
  padding: 10px 30px;
  border: 1px solid transparent;
  margin-right: 0;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #999;
  margin-bottom: -1px;
  position: relative;
}
.htabs ul li a:hover {
  background: transparent;
  color: black;
  border-color: transparent;
}
.htabs ul li a.selected {
  background: transparent;
  color: black;
  display: block;
  border-color: #e6e6e6;
}
.htabs ul li a.selected::before {
  content: "";
  background: white;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 10;
}
.rtl .htabs ul li a.selected::before {
  right: 0;
  left: auto;
}

table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.form > * > * > td {
  color: #000000;
}
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: #f3f3f3;
  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: #fff;
}

.validation-advice {
  color: #c83a3a;
  background: url("../../../images/violet/i_asc_arrow.gif") no-repeat;
  background-position: left 13px;
  padding-left: 15px;
  padding-top: 6px;
  text-align: left;
}
.rtl .validation-advice {
  background-position: right 13px;
}
.rtl .validation-advice {
  padding-right: 15px;
  padding-left: inherit;
}
.rtl .validation-advice {
  text-align: right !important;
}

.tempcp-quickview-view .zoomContainer,
.tempcp-quickview-view .ves-colorbox,
.tempcp-quickview-view .product-zoom {
  display: none !important;
}

.cms-page-error {
  margin: 100px auto;
  text-align: center;
  color: #999;
  position: relative;
}
.cms-page-error h1 {
  font-size: 192px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #dfdfdf;
  line-height: normal;
}
.cms-page-error h2 {
  font-size: 22px;
  color: #999;
  line-height: normal;
  margin-bottom: 30px;
}
.cms-page-error a {
  margin-right: 20px;
  padding: 10px 20px;
}
.rtl .cms-page-error a {
  margin-left: 20px;
  margin-right: inherit;
}
.cms-page-error a.back-page {
  color: #999;
  background: #fff;
  border-color: #999;
}
.cms-page-error a.back-home {
  color: #fff;
  background: #ff8040;
}
.cms-page-error a i {
  font-style: normal;
  padding-right: 5px;
}
.rtl .cms-page-error a i {
  padding-left: 5px;
  padding-right: inherit;
}
.cms-page-error .back-page {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.cms-page-error .back-home {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.cms-page-error .content-page {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 450px;
}
.cms-page-error .content-page h2 {
  font-size: 22px;
  color: #ff8040;
  line-height: normal;
  margin-bottom: 20px;
}
.cms-page-error .content-page h3 {
  line-height: normal;
}
.cms-page-error .content-page .form-search {
  margin-bottom: 30px;
}
.cms-page-error .content-page .form-search input {
  width: 70%;
}
.cms-page-error .content-page .form-search button {
  border-radius: 0;
}
.cms-page-error .content-page a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
}
.cms-page-error .content-page a.back-page {
  border-right: 1px solid #dddddd;
}
.rtl .cms-page-error .content-page a.back-page {
  border-left: 1px solid #dddddd;
  border-right: inherit;
}
.cms-page-error.style1 h1 {
  font-size: 492px;
  color: #f8f8f8;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  top: -150px;
}
.cms-page-error.style1 a {
  background: none;
  color: #333333;
}
.cms-page-error.style2 .number {
  position: relative;
}
.cms-page-error.style2 .number h1 {
  font-size: 250px;
  color: #ff8040;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  top: -50px;
}
.cms-page-error.style2 .number h2 {
  background: url("../../../images/violet/404_03.png") no-repeat center center;
  position: relative;
  z-index: 2;
  padding-top: 215px;
}
.cms-page-error.style2 .content-page {
  text-align: left;
  border-left: 1px solid #dddddd;
}
.rtl .cms-page-error.style2 .content-page {
  text-align: right !important;
}
.rtl .cms-page-error.style2 .content-page {
  border-right: 1px solid #dddddd;
  border-left: inherit;
}
.cms-page-error.style2 a {
  background: none;
  color: #333333;
}
.cms-page-error.style3 h1 {
  font-size: 122px;
}
.cms-page-error.style3 h2 {
  font-size: 38px;
  font-weight: 700;
  font-family: #333333;
  color: #333333;
}
.cms-page-error.style3 ul {
  margin-top: 30px;
}
.cms-page-error.style3 ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-right: 1px solid #dddddd;
  font-weight: 600;
  text-align: center;
}
.rtl .cms-page-error.style3 ul li {
  border-left: 1px solid #dddddd;
  border-right: inherit;
}
.cms-page-error.style3 ul li a {
  padding: 0 10px;
  text-align: center;
}
.cms-page-error.style4 .content-page {
  text-align: left;
  border-left: 1px solid #dddddd;
}
.rtl .cms-page-error.style4 .content-page {
  text-align: right !important;
}
.rtl .cms-page-error.style4 .content-page {
  border-right: 1px solid #dddddd;
  border-left: inherit;
}
.cms-page-error.style4 > .row {
  margin-bottom: 40px;
}

.md, .fa {
  font-style: normal!important;
}

#my_recent_tags h3 {
  line-height: 30px;
}

/******************************************************
 * @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;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 36px;
  color: #333333;
}

.page-title h1 {
  padding: 0 0 10px;
}

.category-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Pager */
.pager {
  margin: 0;
  text-align: center;
}
.pager .amount {
  float: left;
  margin: 0;
  display: none;
}
.rtl .pager .amount {
  float: right !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-block;
  *display: inline;
  zoom: 1;
  height: 25px;
  line-height: 15px;
  margin: 0 5px;
}
.pager .pages .current {
  background: transparent;
  color: #ff8040;
}
.pager .pages .current a {
  color: #ff8040;
}
.pager .pages .button-pre,
.pager .pages .button-next {
  background: #999;
  padding: 5px 10px !important;
  color: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.pager .pages .button-pre a,
.pager .pages .button-next a {
  color: white;
}

.box-reviews .pager,
.my-account .pager {
  border: 0;
}

/* Sorter */
.sorter .view-mode {
  float: left;
  margin: 0;
}
.rtl .sorter .view-mode {
  float: right !important;
}
.sorter .view-mode label {
  float: left;
  padding: 0 10px;
  margin: 0;
  font-size: 12px;
  line-height: 30px;
}
.rtl .sorter .view-mode label {
  float: right !important;
}
.sorter .view-mode .grid, .sorter .view-mode .list {
  display: block;
  float: left;
  margin-right: 8px;
  font-size: 16px;
  background: white;
  color: #dbdbdb;
  line-height: 50px;
}
.rtl .sorter .view-mode .grid, .rtl .sorter .view-mode .list {
  float: right !important;
}
.rtl .sorter .view-mode .grid, .rtl .sorter .view-mode .list {
  margin-left: 8px;
  margin-right: inherit;
}
.sorter .view-mode strong.grid, .sorter .view-mode strong.list,
.sorter .view-mode a.grid:hover, .sorter .view-mode a.list:hover {
  color: #333333;
}
.sorter .sort-by {
  float: right;
  padding: 0;
  margin: 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: 4px;
  width: auto;
  background: #fff;
  border-color: #e6e6e6;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}
.rtl .media-left, .rtl .media > .pull-left {
  padding-left: 10px;
  padding-right: inherit;
}

/* Toolbar */
.toolbar {
  margin: 0 !important;
  border-bottom: 1px solid #e6e6e6;
  min-height: 50px;
}
.toolbar label {
  margin-bottom: 0;
  padding: 0;
  color: #333333;
}
.toolbar .pager {
  padding-left: 20px;
  line-height: 50px;
}
.rtl .toolbar .pager {
  padding-right: 20px;
  padding-left: inherit;
}
.toolbar .pager li > a, .toolbar .pager li > span {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  background: transparent;
}
.toolbar .pager li > a, .toolbar .pager li > span, .toolbar .pager .pages li.current {
  padding: 0;
}
.toolbar .sort-by {
  text-align: right;
  line-height: 52px;
}
.rtl .toolbar .sort-by {
  text-align: left !important;
}
.toolbar .sort-by select {
  width: 120px;
  height: 30px;
  padding: 4px 9px;
  line-height: 30px;
}

.toolbar-bottom {
  margin-top: 20px;
}

/* Content Styles ================================================================= */
/* Product Tags */
.tags-list li {
  display: inline !important;
}

/* 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 {
  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;
}

#shopping-cart-table img {
  max-width: 80px;
}

.cart-collaterals {
  margin-top: 30px;
}

.crosssell {
  margin-top: 40px;
  margin-bottom: 50px;
}
.crosssell .carousel-inner {
  overflow: visible;
}
.crosssell .carousel-inner .products-row {
  margin: 0;
  border-right: 1px solid #e6e6e6;
}
.rtl .crosssell .carousel-inner .products-row {
  border-left: 1px solid #e6e6e6;
  border-right: inherit;
}

.cart-price .price {
  color: #ff8040;
}

/* 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;
}
.cart .page-title .checkout-types li {
  margin: 0 0 5px;
}
.cart .title-buttons .checkout-types {
  display: none;
  float: right;
}
.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: #333;
}
.cart .crosssell .product-image {
  margin-right: 10px;
}
.cart .crosssell li.item {
  margin: 10px 0;
}
.cart .discount, .cart .shipping {
  border: 1px solid #e6e6e6;
  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;
}
.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 #e6e6e6;
  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: 600;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label {
  font-weight: 600;
  color: #666666;
}
.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 .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: 24px;
}

.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: #666666;
}

.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: #ff8040;
}
.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 #e6e6e6;
  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 #e6e6e6;
  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;
}
.rtl .opc .buttons-set button.button {
  float: left !important;
}
.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: 26px;
  margin-right: 8px;
  padding: 0 10px;
}
.rtl .opc .step-title .number {
  float: right !important;
}
.rtl .opc .step-title .number {
  margin-left: 8px;
  margin-right: inherit;
}
.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: #333333;
}
.opc .allow .step-title a {
  display: block;
}
.opc .active .step-title {
  background-color: #E5E5E5;
  cursor: default;
}
.opc .active .step-title .number {
  background-color: #333333;
  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: "Poppins", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #abb5ba;
}
.checkout-progress li.active {
  border-top-color: #ff8040;
  color: #ff8040;
}

.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: #ff8040;
}
.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: #ff8040;
}
.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 */
#checkoutSteps .control .radio, #checkoutSteps .control .checkbox {
  height: 24px;
}

#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 #e6e6e6;
  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 #e6e6e6;
  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: #ff8040;
}

/* 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: #666666;
}
.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 .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;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  font-weight: 600;
}
.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: #666666;
}

.std {
  font-size: 12px;
  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: italic;
}

/* Misc */
.links li {
  display: inline;
}
.links li.last {
  background: none !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: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  background: url(../../../images/btn_trash.gif) 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: "Poppins", sans-serif;
  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: "Poppins", sans-serif;
  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 > */
.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 3px;
}
.form-list label {
  margin-bottom: 2px;
  color: #666666;
}

.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: 13px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.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 #e6e6e6;
}

.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-top: 15px;
}

.customer-account-login .new-users .content,
.customer-account-login .registered-users .content {
  min-height: 300px;
}

.send-friend .btn-remove {
  float: right;
  margin-top: 40px;
}
.rtl .send-friend .btn-remove {
  float: left !important;
}

.contact-info i.fa-home {
  margin-top: 20px;
  margin-right: 10px;
}

.contact-customhtml li {
  padding-bottom: 10px;
}
.contact-customhtml li em {
  margin-right: 10px;
}

#customer-reviews table th {
  font-weight: 600;
  padding: 10px 8px;
}
#customer-reviews table td {
  text-align: center!important;
}
#customer-reviews table td input {
  float: none!important;
}
#customer-reviews dt {
  font-weight: 600;
}

#cart-sidebar-reorder .radio, #cart-sidebar-reorder .checkbox {
  height: 18px;
}

#wishlist-table .product-image img {
  min-width: 100px;
}

/******************************************************
 * @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;
}
.rtl .paneltool {
  right: -322px;
  left: auto;
}

.paneltool.active {
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.rtl .paneltool.active {
  right: 0;
  left: auto;
}

.paneltool.active .panelbutton {
  color: red;
}

.paneltool.themetool {
  top: 70px;
  background: #fff;
}

.paneltool .panelcontent {
  background: #FFF;
  width: 320px;
  position: relative;
}

.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;
}
.rtl .panelbutton {
  left: -35px;
  right: auto;
}

.editortool .panelbutton {
  top: 517px!important;
}

#ves-paneltool.panel-open .panel-inner {
  right: 0;
}
.rtl #ves-paneltool.panel-open .panel-inner {
  left: 0;
  right: auto;
}

.ps-container > .ps-scrollbar-y-rail {
  background: transparent!important;
}

#ves-paneltool h4 {
  margin-bottom: 10px;
}

#ves-paneltool .accordion-group {
  margin-bottom: 5px;
}

#ves-paneltool form > * {
  float: left;
  width: 90%;
}

#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
*******************************************************/
/* 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;
  opacity: 1;
  filter: alpha(opacity=100);
  text-align: left;
  margin: 0;
  padding: 0;
}
.rtl #menu-offcanvas .dropdown .dropdown-menu {
  text-align: right !important;
}
#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 #53585f;
  position: relative;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li a {
  color: #333333;
  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: #ff8040;
  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 .mega-col iframe {
  max-width: 100%;
}
#menu-offcanvas .mega-col .ves-widget .widget-product-list .product-block {
  width: 100%!important;
}
#menu-offcanvas .mega-col .ves-widget .widget-product-list .product-block:hover {
  box-shadow: none!important;
}
#menu-offcanvas .home {
  background: #333333;
}
#menu-offcanvas .ves-widget .menu-title, #menu-offcanvas .ves-widget .widget-title, #menu-offcanvas .product-block .name a {
  color: white !important;
}
#menu-offcanvas span.open-child {
  right: 2px;
}
.rtl #menu-offcanvas span.open-child {
  left: 2px;
  right: auto;
}

html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  overflow-x: hidden;
}

.offcanvas-content {
  overflow-y: scroll;
  background: #f3efe0;
}

.offcanvas-pusher {
  left: 0;
  width: 100%;
  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: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #333333;
}
.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: #333333;
  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: #333333;
  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: 1;
}
.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;
  overflow: visible;
  height: 100%;
  -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;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  #ves-mainnav .navbar-collapse.collapse {
    display: none !important;
  }
  #ves-mainnav .navbar-toggle {
    display: block;
    float: left;
  }
  .rtl #ves-mainnav .navbar-toggle {
    float: right !important;
  }

  /*** 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;
}

/******************************************************
 * @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: 992px) {
  #header .header1 #topbar .topLinks .dropdown-menu, #header .header2 #topbar .topLinks .dropdown-menu, #header .header3 #topbar .topLinks .dropdown-menu, #header .header4 #topbar .topLinks .dropdown-menu {
    display: block;
    box-shadow: none;
    background: transparent;
    margin: 0;
    padding: 0!important;
    border: 0;
    left: 0;
    position: relative!important;
    opacity: 1!important;
    top: 0!important;
    visibility: visible!important;
  }
  .rtl #header .header1 #topbar .topLinks .dropdown-menu, .rtl #header .header2 #topbar .topLinks .dropdown-menu, .rtl #header .header3 #topbar .topLinks .dropdown-menu, .rtl #header .header4 #topbar .topLinks .dropdown-menu {
    right: 0;
    left: auto;
  }
  #header .header1 #topbar .topLinks .links li > a, #header .header2 #topbar .topLinks .links li > a, #header .header3 #topbar .topLinks .links li > a, #header .header4 #topbar .topLinks .links li > a {
    background: transparent!important;
    line-height: 28px!important;
    width: auto!important;
    text-transform: uppercase;
    font-size: 11px;
  }
  #header .header1 .topLinks, #header .header2 .topLinks, #header .header3 .topLinks, #header .header4 .topLinks {
    margin: 0!important;
    padding: 0!important;
  }
  #header .header1 .links li, #header .header2 .links li, #header .header3 .links li, #header .header4 .links li {
    border: 0!important;
    width: auto;
    padding: 0 4px!important;
    line-height: normal!important;
  }

  #header .header1 #topbar .topLinks .links li > a, #header .header2 #topbar .topLinks .links li > a, #header .header4 #topbar .topLinks .links li > a {
    color: white !important;
  }

  #header .header3 #topbar .topLinks .links li > a {
    color: #999!important;
  }

  #header .header1 #topbar .topLinks .links li > a:hover, #header .header3 #topbar .topLinks .links li > a:hover {
    color: #ff8040 !important;
  }

  #header .header2 #topbar .topLinks .links li > a:hover, #header .header4 #topbar .topLinks .links li > a:hover {
    color: white !important;
    text-decoration: underline;
  }

  .categorytabs .tab-nav {
    position: absolute;
    min-height: 526px;
  }
  .categorytabs .tab-nav .nav-tabs > li {
    display: block!important;
    width: 100%!important;
  }
}
@media (max-width: 992px) {
  /*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;
  }

  #header .header1 .navbar-inverse .navbar-toggle, #header .header4 .navbar-inverse .navbar-toggle {
    margin-top: 12px;
  }

  .navbar-inverse .navbar-toggle {
    margin-top: 3px;
    margin-right: 0;
  }

  .customer-account-login .new-users .content,
  .customer-account-login .registered-users .content {
    min-height: auto;
  }

  .product-block .product-img.img::after {
    background: none!important;
  }

  .product-block:hover .right {
    height: 62px!important;
  }

  .panel-title .fa {
    font-size: 10px;
    vertical-align: top;
    margin-top: 5px;
  }
}
/*$media (min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
  #topbar .topLinks .links li > a {
    padding: 0 5px;
  }

  .toolbar .sort-by select {
    width: 80px;
  }

  .pager .limiter select {
    width: 55px;
  }

  .sidebar .product-block .product-meta {
    padding: 0 0 20px;
    width: 52%;
  }

  .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;
  }

  .ves-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-menu {
    max-width: 1000px!important;
  }
}
/*$media (min-width: 768px) and (max-width: 991px) {*/
@media (min-width: 768px) and (max-width: 991px) {
  #topbar .topLinks .links li > a {
    padding: 0 5px;
  }

  #topbar .top-currency label,
  #topbar .store-language label {
    display: none;
  }

  .box-search {
    width: 20% !important;
    position: absolute;
    right: 0;
  }

  .bg-1,
  .bg-2 {
    border: 0;
  }

  .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, #colorbox {
    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;
  }

  .link-compare {
    display: none;
  }

  .product-block .add-to-links li {
    width: 100%;
  }
}
/*$media (max-width: 767px) {*/
@media (max-width: 767px) {
  #header-main .header-wrap {
    text-align: center;
  }
  #header-main .header-wrap .logo {
    float: none;
    display: inline-block;
    text-align: center;
  }

  #header .header1 .header-right {
    margin-top: 0!important;
    margin-bottom: 10px;
  }

  .social > p::before {
    border: 0!important;
  }

  .logo {
    text-align: center;
  }

  .zoomContainer, .ves-colorbox, #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 .image img {
    width: 100%;
    height: auto;
  }

  .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%;
  }

  .link-compare {
    display: none;
  }

  .product-block .add-to-links li {
    width: 100%;
  }

  .htabs ul li {
    width: 100%;
  }

  .product-info .product-extra .add-to-links,
  .product-info .product-options-bottom .add-to-links {
    left: 40%;
    top: 5%;
  }
  .rtl .product-info .product-extra .add-to-links, .rtl
  .product-info .product-options-bottom .add-to-links {
    right: 40%;
    left: auto;
  }

  .checkout-onepage-index .buttons-set {
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .rtl .checkout-onepage-index .buttons-set {
    float: right !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;
  }

  .cart-top {
    margin-top: 0;
  }

  .ves-autosearch .search_box .category_filter {
    display: none;
  }

  .block .block-title {
    font-size: 20px;
  }

  .breadcrumb {
    margin-top: 0 !important;
  }

  .sorter .sort-by {
    display: none;
  }

  .productcarousel img {
    display: inline;
  }

  .tabs-group .tab-contents {
    padding: 0 10px;
  }

  .product-info .action > div {
    margin-bottom: 10px;
  }

  .product-info .product-extra .quantity-adder, .product-info .product-options-bottom .quantity-adder {
    width: 100%;
  }

  .product-info .add-cart {
    margin: 0!important;
  }

  .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;
  }

  .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;
  }

  .footer5, .footer6, .footer7 {
    text-align: center!important;
  }
  .footer5 .nav-links, .footer6 .nav-links, .footer7 .nav-links {
    text-align: center!important;
  }

  /*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;
  }
  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!important;
    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: #e6e6e6;
  }
  .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;
  }
}
/*$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;
  }

  .products-list .product-block .product-meta {
    clear: both;
    padding: 0;
    width: 100%;
  }
}
/* Safari fix*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ves-parallax, .block-parallax {
    background-attachment: scroll!important;
  }

  ::i-block-chrome, .header .dropdown .dropdown-menu {
    display: none!important;
    transform: none!important;
  }

  ::i-block-chrome, .header .dropdown:hover .dropdown-menu {
    display: block!important;
    transform: none!important;
  }

  .ves-parallax {
    background-attachment: scroll!important;
  }
}
/******************************************************
 * @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: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

.button, input {
  height: 37px;
  line-height: 1.42857;
}

input, select, textarea {
  width: 100%;
}

.button, input.button {
  background-color: #ff8040;
  border: 1px solid #ff8040;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: white;
  font-size: 12px;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.button:hover, input.button:hover {
  background-color: black;
  border: 1px solid black;
  color: white;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

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: 600;
  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;
  line-height: 30px;
}
.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: 600;
  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;
  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: 28px;
  border: 0;
}

.form-control:focus {
  border-color: #e6e6e6 !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: none!important;
}

.product-block .product-img.img {
  position: relative;
}
.product-block .link-compare a, .product-block .link-wishlist a {
  width: 35px;
  height: 35px;
  color: white;
  display: block;
}
.product-block .link-compare a:hover, .product-block .link-wishlist a:hover {
  color: #ff8040;
}
.product-block .right {
  padding: 8px 15px;
  display: none;
}
.product-block .box-links {
  float: left;
  width: 100%;
}
.rtl .product-block .box-links {
  float: right !important;
}
.product-block .a-quickview {
  color: #f44336;
  line-height: 33px;
  font-size: 10px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}
.product-block .link-compare, .product-block .link-wishlist, .product-block .product-zoom, .product-block .btn-shopping-cart {
  background: #999;
  color: white;
  font-size: 16px;
  position: relative;
  left: 0;
  bottom: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: top;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
  margin-right: 4px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.rtl .product-block .link-compare, .rtl .product-block .link-wishlist, .rtl .product-block .product-zoom, .rtl .product-block .btn-shopping-cart {
  float: right !important;
}
.rtl .product-block .link-compare, .rtl .product-block .link-wishlist, .rtl .product-block .product-zoom, .rtl .product-block .btn-shopping-cart {
  margin-left: 4px;
  margin-right: inherit;
}
.product-block .link-compare:hover, .product-block .link-wishlist:hover, .product-block .product-zoom:hover, .product-block .btn-shopping-cart:hover {
  color: #ff8040;
}
.product-block .btn-shopping-cart {
  background: black !important;
}
.product-block:hover {
  -webkit-box-shadow: 0 1px 2px 2px #eeeeee;
  box-shadow: 0 1px 2px 2px #eeeeee;
}
.product-block:hover .product-img.img::before, .product-block:hover .product-img.img::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.product-block:hover .right {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 82px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1200;
  -webkit-box-shadow: 0 4px 3px 2px #eeeeee;
  box-shadow: 0 4px 3px 2px #eeeeee;
}
.product-block:hover .link-compare, .product-block:hover .link-wishlist, .product-block:hover .product-zoom, .product-block:hover .btn-shopping-cart {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.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;
}

.image-item {
  position: relative;
  overflow: hidden;
}
.image-item a.img-animation::before {
  content: "";
  border-top: 0 solid rgba(255, 255, 255, 0.1);
  border-right: 0 solid rgba(0, 0, 0, 0);
  position: absolute;
}
.rtl .image-item a.img-animation::before {
  border-left: 0 solid rgba(0, 0, 0, 0);
  border-right: inherit;
}
.image-item:hover a.img-animation::before {
  -webkit-transition: all 0.7s ease 0.2s;
  transition: all 0.7s ease 0.2s;
  border-top: 1300px solid rgba(255, 255, 255, 0.1);
  border-right: 1300px solid rgba(0, 0, 0, 0);
}
.rtl .image-item:hover a.img-animation::before {
  border-left: 1300px solid rgba(0, 0, 0, 0);
  border-right: inherit;
}

/* vertical start*/
.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

/* 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);
  }
}

/* block */
.block {
  margin-bottom: 30px;
  position: relative;
  background: white;
}
.block .block-title {
  color: #ff8040;
  position: relative;
  font-family: "Rhodium Libre", sans-serif;
  padding: 20px;
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-top: 3px solid #ff8040;
}
.block .block-title strong {
  font-weight: 300;
}
.block .block-title span > span {
  color: #ff8040;
}
.block .block-title h2 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.block .block-title h2 span {
  color: #ff8040;
}
.block .block-content {
  padding: 20px;
}
.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-theme .block-title {
  border-top: 3px solid #fe9901;
  color: #fe9901;
}

.block-default .block-title {
  border-top: 3px solid #795549;
  color: #795549;
}

.block-primary .block-title {
  border-top: 3px solid #3c52b5;
  color: #3c52b5;
}

.block-success .block-title {
  border-top: 3px solid #f44336;
  color: #f44336;
}

.block-info .block-title {
  border-top: 3px solid #03a9f5;
  color: #03a9f5;
}

.block-warning .block-title span span {
  font-weight: 700;
  color: black;
}

.block-danger .block-title {
  border-top: 3px solid #efce1b;
  color: #efce1b;
}

.block-highlighted .block-title {
  border-top: 3px solid #009788;
  color: #009788;
}

.box-product-carousel .block-content {
  padding: 0;
}

/* block inline style */
.block-inline .block-title {
  border-top: 3px solid #8cc34b;
  color: #8cc34b;
}

/* block style in main content */
#content .ves-custom .block-content {
  border: none;
  background: none;
  color: white;
}
#content .ves-custom .block-content {
  border: none;
}

.widget-images {
  border: 0!important;
}
.widget-images .image-description p {
  margin: 0;
}
.widget-images .image-description br {
  display: none;
}
.widget-images .block-content {
  padding: 0 !important;
  border: 0!important;
}

.readmore {
  color: #ff8040;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  letter-spacing: 1px;
  font-size: 11px;
}
.readmore:hover {
  color: black;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.block-image .widget-images .widget-inner {
  position: relative;
  overflow: hidden;
}
.block-image .widget-images .widget-inner img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.block-image .widget-images .widget-inner:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.block-image .widget-images .widget-inner:hover .img-animation {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.block-image .widget-images .image-description {
  bottom: 0;
  color: white;
  font-style: italic;
  left: 0;
  margin: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.block-image .widget-images .image-description .wrapper {
  position: relative;
  z-index: 2;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 23%;
}
.block-image .widget-images .image-description .btn.btn-primary {
  background: none;
  border: 1px dashed #ddd;
  font-style: normal;
  padding: 12px 50px;
  color: white;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.block-image .widget-images .image-description .btn.btn-primary:hover {
  border-color: #ff8040;
  color: #ff8040;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.block-image .widget-images .image-description h1 {
  font-size: 60px;
  padding-bottom: 35px;
}
.block-image .widget-images.block-primary .image-description .wrapper {
  margin-top: 8%;
}
.block-image .widget-images.block-primary .image-description:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.rtl .block-image .widget-images.block-primary .image-description:before {
  right: 0;
  left: auto;
}

.vew-all-categories .btn.btn-primary {
  background: none;
  border: 1px dashed #999;
  font-style: normal;
  padding: 12px 30px;
  font-size: 15px;
  color: #999;
  text-shadow: none;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.vew-all-categories .btn.btn-primary:hover {
  border-color: #ff8040;
  color: #ff8040;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.checkbox.related-checkbox {
  position: absolute;
  z-index: 100;
  left: 12px;
}
.rtl .checkbox.related-checkbox {
  right: 12px;
  left: auto;
}

/* block tags */
.block-tags .tags-list li {
  font-size: 15px;
}
.block-tags .tags-list li a {
  background: #e9e9e9;
  color: #333333;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  float: left;
  font-size: 13px!important;
  padding: 6px 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 {
  float: right !important;
}
.block-tags .tags-list li a:hover {
  background: #ff8040;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-tags .actions {
  margin-top: 10px;
  font-style: italic;
  font-weight: bold;
  float: left;
  width: 100%;
}
.rtl .block-tags .actions {
  float: right !important;
}
.block-tags .actions a {
  color: #333333;
}

.social-footer {
  text-align: center;
  padding: 0!important;
  margin-top: 6px;
}
.social-footer h3 {
  font-weight: 300;
  color: white;
  margin-right: 15px;
  line-height: 32px;
}
.rtl .social-footer h3 {
  margin-left: 15px;
  margin-right: inherit;
}
.social-footer li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.social-footer li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 2px;
  font-size: 14px;
}
.rtl .social-footer li a {
  margin-right: 2px;
  margin-left: inherit;
}
.social-footer li a .fa {
  padding-left: 3px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rtl .social-footer li a .fa {
  padding-right: 3px;
  padding-left: inherit;
}
.social-footer li a:hover {
  color: #ff8040;
}
.social-footer li a:hover .fa {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.social-footer span {
  display: none;
}

.ads {
  background: #ff8040;
  color: white;
  padding: 12% 5% 0;
  min-height: 362px;
}

.abs-left {
  border-right: 1px solid #e6e6e6;
}
.rtl .abs-left {
  border-left: 1px solid #e6e6e6;
  border-right: inherit;
}

#checkoutSteps .back-link {
  float: left;
}
.rtl #checkoutSteps .back-link {
  float: right !important;
}

.box.box-info {
  border-top: 3px solid #ff8040;
}
.box.box-info .widget-images .image-description {
  padding: 5% 10% 10%;
}
.box.box-info .widget-images .image-description h3 {
  text-transform: uppercase;
  color: #ff8040;
}

.box.box-danger {
  padding-top: 30px;
}
.box.box-danger .block-title {
  padding-left: 0;
  padding-right: 0;
  border: 0!important;
  color: black !important;
}
.box.box-danger .block-content {
  padding: 0;
}

.call-us {
  line-height: 16px;
  margin-top: 20px;
  font-size: 11px;
}
.call-us span {
  font-size: 13px;
  font-weight: 400;
}
.call-us p {
  margin: 0;
}
.call-us .pull-left {
  margin-right: 10px;
  height: 32px;
  line-height: 32px;
}
.rtl .call-us .pull-left {
  margin-left: 10px;
  margin-right: inherit;
}

.skillset .pull-left {
  margin-right: 10px;
}
.rtl .skillset .pull-left {
  margin-left: 10px;
  margin-right: inherit;
}

#skillset .pull-left {
  margin-right: 20px;
}
.rtl #skillset .pull-left {
  margin-left: 20px;
  margin-right: inherit;
}

/******************************************************
 * @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: #ff8040;
  border-color: #ff8040;
}
.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active, .btn-outline-inverse.active {
  color: white;
  background-color: #f44336;
  border-color: #f44336;
}
.open .btn-outline-inverse.dropdown-toggle {
  color: white;
  background-color: #f44336;
  border-color: #f44336;
}
.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: #ff8040;
  border-color: #ff8040;
}
.btn-outline-inverse .badge {
  color: #ff8040;
  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: white;
  font-size: 12px;
  letter-spacing: 0.4px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0 !important;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 20px;
  background: #333333;
}
.btn-outline:hover {
  background: #ff8040;
  border: 0!important;
  color: white;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration: none;
}

.btn-default {
  background: #ff8040;
  border-color: transparent;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

.btn-primary {
  background: white;
  color: black;
  border-color: transparent;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

/******************************************************
 * $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/violet/pattern/pattern19.png");
}
body.layout-boxed-md #page {
  max-width: 990px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: white;
}
body.layout-boxed-md #page .container {
  width: auto;
}
body.layout-boxed-lg {
  background: url("../../../images/violet/pattern/pattern18.png");
}
body.layout-boxed-lg #page {
  max-width: 1220px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: white;
}

#ves-wrapper {
  width: auto;
  margin: 0 auto;
}

/*
* HEADER 
*/
#header {
  border: none;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  z-index: 999;
  /* Keep header when scrolling*/
}
#header #header-main {
  color: #666666;
  min-height: 80px;
}
#header #header-main .header-wrap {
  margin: 0;
}
#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 #e6e6e6;
}
#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 #e6e6e6;
  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;
}
#header .dropdown-menu {
  background: white;
  border: 1px solid #e6e6e6;
  top: 80%;
  margin: 0;
  padding: 0;
  min-width: 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  z-index: 1001;
}
.rtl #header .dropdown-menu {
  right: 0;
  left: auto;
}
#header .dropdown {
  display: block !important;
}
#header .dropdown:hover .dropdown-menu, #header .dropdown:focus .dropdown-menu, #header .dropdown:active .dropdown-menu {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
  visibility: visible;
}
#header .form-language a {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 22px;
}
.rtl #header .form-language a {
  background-position: right center;
}
.rtl #header .form-language a {
  padding-right: 22px;
  padding-left: inherit;
}
#header .link-wishlist {
  font-size: 18px;
  margin: 0 6px;
}

/*header1 style */
#header .header1 {
  margin-bottom: 30px;
  background: white;
}
#header .header1 #topbar {
  background: #222;
  color: white;
  padding: 8px 0;
}
#header .header1 #topbar .setting .dropdown-toggle {
  background: #353535;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 1px;
  line-height: 28px;
}
#header .header1 .topLinks {
  border: 0;
}
#header .header1 .form-currency {
  margin-right: 5px;
}
.rtl #header .header1 .form-currency {
  margin-left: 5px;
  margin-right: inherit;
}
#header .header1 .header-top {
  padding: 10px 0;
}
#header .header1 .cart-top {
  padding-left: 30px;
  border-left: 1px solid #e6e6e6;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 260px;
}
.rtl #header .header1 .cart-top {
  padding-right: 30px;
  padding-left: inherit;
}
.rtl #header .header1 .cart-top {
  border-right: 1px solid #e6e6e6;
  border-left: inherit;
}
#header .header1 .header-right {
  margin-top: 11px;
}
#header .header1 .top-search {
  width: 100%;
  top: 10px;
  margin: 0;
}
#header .header1 .top-search .form-search {
  background: transparent!important;
  width: 100%;
}
#header .header1 .top-search .form-search input {
  border: 1px solid #e6e6e6 !important;
  border-radius: 0!important;
  height: 40px!important;
  box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1) inset !important;
}
#header .header1 .top-search .form-search button.button-search {
  height: 40px;
  line-height: 40px;
}
#header .header1 .top-search .form-search button.button-search:hover {
  color: #ff8040;
}
#header .header1 .menu-top {
  border-top: 1px solid #e6e6e6;
  min-height: 60px;
}
#header .header1 #ves-mainnav {
  margin-top: 0;
}
#header .header1 .ves-megamenu .navbar-collapse {
  margin-left: -15px;
  padding: 0;
}
.rtl #header .header1 .ves-megamenu .navbar-collapse {
  margin-right: -15px;
  margin-left: inherit;
}
#header .header1 .ves-megamenu .navbar-nav > li > a {
  line-height: 60px;
}
#header .header1 .navbar-nav {
  float: left;
}
.rtl #header .header1 .navbar-nav {
  float: right !important;
}

/*header2 style */
#header .header2 {
  background: #ff8040;
  margin-bottom: 30px;
}
#header .header2 #topbar {
  background: transparent;
  color: white;
  padding: 8px 0;
}
#header .header2 #topbar .setting .dropdown-toggle {
  background: #ff5703;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 1px;
  line-height: 28px;
}
#header .header2 .topLinks {
  border: 0;
}
#header .header2 .topLinks .dropdown-toggle:hover, #header .header2 .topLinks .dropdown-toggle:focus {
  color: white;
  text-decoration: underline;
}
#header .header2 .form-currency {
  margin-right: 5px;
}
.rtl #header .header2 .form-currency {
  margin-left: 5px;
  margin-right: inherit;
}
#header .header2 .header-top {
  padding: 10px 0;
  margin-top: 5px;
  border-top: 1px solid #ff5703;
}
#header .header2 .cart-top {
  padding-left: 30px;
  border-left: 1px solid #ff5703;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 260px;
}
.rtl #header .header2 .cart-top {
  padding-right: 30px;
  padding-left: inherit;
}
.rtl #header .header2 .cart-top {
  border-right: 1px solid #ff5703;
  border-left: inherit;
}
#header .header2 .header-right {
  margin-top: 11px;
}
#header .header2 .top-search {
  width: 100%;
  top: 10px;
  margin: 0;
}
#header .header2 .top-search .form-search {
  background: transparent!important;
  width: 100%;
}
#header .header2 .top-search .form-search input {
  border: 1px solid #e6e6e6 !important;
  border-radius: 0!important;
  height: 40px!important;
  box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1) inset !important;
}
#header .header2 .top-search .form-search button.button-search {
  height: 40px;
  line-height: 40px;
}
#header .header2 .top-search .form-search button.button-search:hover {
  color: #ff8040;
}
#header .header2 .menu-top {
  background: #ff5703;
  padding: 2px 0;
}
#header .header2 #ves-mainnav {
  margin-top: 0;
}
#header .header2 .ves-megamenu .navbar-nav > li > a {
  line-height: 60px;
}
#header .header2 .ves-megamenu .navbar-nav > li > a span {
  color: white;
}
#header .header2 .ves-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-menu {
  left: -33% !important;
}
.rtl #header .header2 .ves-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-menu {
  right: -33% !important;
  left: auto;
}
#header .header2 .navbar-nav {
  float: left;
}
.rtl #header .header2 .navbar-nav {
  float: right !important;
}
#header .header2 #ves-verticalmenu {
  margin-bottom: 0!important;
  margin-top: 8px;
  z-index: 999;
  border: 0;
}
#header .header2 #ves-verticalmenu .dropdown-menu {
  left: 110%!important;
  -webkit-box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.2);
}
#header .header2 #ves-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  left: 100%!important;
}
#header .header2 #ves-verticalmenu .navbar-nav > li.dropdown:hover > a::after {
  background: white;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  width: 4px;
  z-index: 10000;
}
.rtl #header .header2 #ves-verticalmenu .navbar-nav > li.dropdown:hover > a::after {
  left: 0;
  right: auto;
}
#header .header2 #ves-verticalmenu .block-title {
  padding: 12px 0;
}
#header .header2 #ves-verticalmenu .block-content {
  display: none;
  visibility: hidden;
  position: absolute;
}
#header .header2 #ves-verticalmenu:hover .block-content {
  display: block;
  visibility: visible;
}

/*header3 style */
#header .header3 {
  background: white;
  margin-bottom: 30px;
}
#header .header3 #topbar {
  background: transparent;
  color: #999;
  padding: 8px 0;
  border-bottom: 1px solid #e6e6e6;
}
#header .header3 #topbar .setting .dropdown-toggle {
  background: #f5f5f5;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 1px;
  line-height: 28px;
}
#header .header3 .topLinks {
  border: 0;
}
#header .header3 .form-currency {
  margin-right: 5px;
}
.rtl #header .header3 .form-currency {
  margin-left: 5px;
  margin-right: inherit;
}
#header .header3 .header-top {
  padding: 10px 0;
}
#header .header3 .cart-top {
  margin-left: 10%;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 16px;
  padding-bottom: 13px;
  min-width: 260px;
}
.rtl #header .header3 .cart-top {
  margin-right: 10%;
  margin-left: inherit;
}
.rtl #header .header3 .cart-top {
  padding-right: 30px;
  padding-left: inherit;
}
.rtl #header .header3 .cart-top {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: inherit;
}
#header .header3 .cart-top .shopping-cart-icon {
  background: url("../../../images/icon_minicart2.png") no-repeat center center;
}
#header .header3 .cart-top #cart-total, #header .header3 .cart-top .cart-total, #header .header3 .cart-top .cart-total .price {
  color: white;
}
#header .header3 .header-right {
  margin-top: 11px;
}
#header .header3 .top-search {
  width: 100%;
  top: 10px;
  margin: 0;
}
#header .header3 .top-search .form-search {
  background: transparent!important;
  width: 100%;
}
#header .header3 .top-search .form-search input {
  border: 1px solid #e6e6e6 !important;
  border-radius: 0!important;
  height: 40px!important;
  box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1) inset !important;
}
#header .header3 .top-search .form-search button.button-search {
  height: 40px;
  line-height: 40px;
}
#header .header3 .top-search .form-search button.button-search:hover {
  color: #ff8040;
}
#header .header3 .menu-top {
  background: #ff8040;
  min-height: 64px;
}
#header .header3 #ves-mainnav {
  margin-top: 10px;
}
#header .header3 .ves-megamenu .navbar-nav > li > a {
  line-height: 60px;
}
#header .header3 .ves-megamenu .navbar-nav > li > a span {
  color: #222;
}
#header .header3 .ves-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-menu {
  left: -33% !important;
}
.rtl #header .header3 .ves-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-menu {
  right: -33% !important;
  left: auto;
}
#header .header3 .navbar-nav {
  float: left;
}
.rtl #header .header3 .navbar-nav {
  float: right !important;
}
#header .header3 #ves-verticalmenu {
  margin-bottom: 0!important;
  margin-top: 9px;
  z-index: 999;
  border: 0;
}
#header .header3 #ves-verticalmenu .dropdown-menu {
  left: 110%!important;
  -webkit-box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.2);
}
#header .header3 #ves-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  left: 100%!important;
}
#header .header3 #ves-verticalmenu .navbar-nav > li.dropdown:hover > a::after {
  background: white;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  width: 4px;
  z-index: 10000;
}
.rtl #header .header3 #ves-verticalmenu .navbar-nav > li.dropdown:hover > a::after {
  left: 0;
  right: auto;
}
#header .header3 #ves-verticalmenu .block-title {
  padding: 12px 0;
}
#header .header3 #ves-verticalmenu .block-content {
  display: none;
  visibility: hidden;
  position: absolute;
}
#header .header3 #ves-verticalmenu:hover .block-content {
  display: block;
  visibility: visible;
}

/*header4 style */
#header .header4 {
  background: #ff8040;
  margin-bottom: 30px;
}
#header .header4 #topbar {
  background: transparent;
  color: white;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#header .header4 #topbar .setting .dropdown-toggle {
  background: #ff5703;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 1px;
  line-height: 28px;
}
#header .header4 .topLinks {
  border: 0;
}
#header .header4 .topLinks .dropdown-toggle:hover, #header .header4 .topLinks .dropdown-toggle:focus {
  color: white;
  text-decoration: underline;
}
#header .header4 .form-currency {
  margin-right: 5px;
}
.rtl #header .header4 .form-currency {
  margin-left: 5px;
  margin-right: inherit;
}
#header .header4 .header-top {
  padding: 10px 0;
}
#header .header4 .ves-autosearch {
  margin-top: 18px;
  margin-left: 0!important;
  margin-right: 0!important;
}
#header .header4 .cart-top {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 16px;
  padding-bottom: 13px;
  min-width: 260px;
}
.rtl #header .header4 .cart-top {
  padding-right: 30px;
  padding-left: inherit;
}
.rtl #header .header4 .cart-top {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: inherit;
}
#header .header4 .cart-top .shopping-cart-icon {
  background: url("../../../images/icon_minicart2.png") no-repeat center center;
}
#header .header4 .cart-top #cart-total, #header .header4 .cart-top .cart-total, #header .header4 .cart-top .cart-total .price {
  color: white;
}
#header .header4 .header-right {
  margin-top: 11px;
}
#header .header4 .top-search {
  width: 100%;
  top: 10px;
  margin: 0;
}
#header .header4 .top-search .form-search {
  background: transparent!important;
  width: 100%;
}
#header .header4 .top-search .form-search input {
  border: 1px solid #e6e6e6 !important;
  border-radius: 0!important;
  height: 40px!important;
  box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1) inset !important;
}
#header .header4 .top-search .form-search button.button-search {
  height: 40px;
  line-height: 40px;
}
#header .header4 .top-search .form-search button.button-search:hover {
  color: #ff8040;
}
#header .header4 .menu-top {
  background: white;
  min-height: 64px;
}
#header .header4 #ves-mainnav {
  margin-top: 0;
}
#header .header4 .ves-megamenu .navbar-nav > li {
  border-right: 1px solid #e6e6e6;
}
.rtl #header .header4 .ves-megamenu .navbar-nav > li {
  border-left: 1px solid #e6e6e6;
  border-right: inherit;
}
#header .header4 .ves-megamenu .navbar-nav > li:first-child {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
#header .header4 .ves-megamenu .navbar-nav > li > a {
  line-height: 64px;
}
#header .header4 .ves-megamenu .navbar-nav > li.menu-hot > a::before, #header .header4 .ves-megamenu .navbar-nav > li.menu-new > a::before {
  right: -19px;
}
#header .header4 .ves-megamenu .navbar-nav > li > a span {
  color: #222;
}
#header .header4 .ves-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-menu {
  left: -33% !important;
}
.rtl #header .header4 .ves-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-menu {
  right: -33% !important;
  left: auto;
}
#header .header4 .navbar-nav {
  float: left;
}
.rtl #header .header4 .navbar-nav {
  float: right !important;
}
#header .header4 #ves-verticalmenu {
  margin-bottom: 0!important;
  margin-top: 9px;
  z-index: 999;
  border: 0;
}
#header .header4 #ves-verticalmenu .dropdown-menu {
  left: 110%!important;
  -webkit-box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.2);
}
#header .header4 #ves-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  left: 100%!important;
}
#header .header4 #ves-verticalmenu .navbar-nav > li.dropdown:hover > a::after {
  background: white;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  width: 4px;
  z-index: 10000;
}
.rtl #header .header4 #ves-verticalmenu .navbar-nav > li.dropdown:hover > a::after {
  left: 0;
  right: auto;
}
#header .header4 #ves-verticalmenu .block-title {
  padding: 12px 0;
}
#header .header4 #ves-verticalmenu .block-content {
  display: none;
  visibility: hidden;
  position: absolute;
}
#header .header4 #ves-verticalmenu:hover .block-content {
  display: block;
  visibility: visible;
}

.cms-index-index #header .header2, .cms-index-index #header .header3, .cms-index-index #header .header4 {
  margin-bottom: 0;
}
.cms-index-index #header .header2 #ves-verticalmenu .block-content, .cms-index-index #header .header3 #ves-verticalmenu .block-content {
  display: block;
  visibility: visible;
}

#header-main .wrapper {
  border-top: 3px solid black;
}

.header-bottom .wrapper {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 0;
}

.cms-homepage-market-electronic #header {
  background: transparent;
}

#logo-theme {
  display: block;
  background: transparent;
}
#logo-theme strong.logo-title {
  display: none;
}

.logo {
  display: block;
  background: transparent;
  line-height: 80px;
}
.logo strong.logo-title {
  display: none;
}

#ves-masshead .inner {
  background: #f44336;
  color: #999999;
  padding: 8px 0;
}
#ves-masshead .inner a {
  color: #999999;
}
#ves-masshead .inner a:hover {
  color: #a6a6a6;
}

/*
* NAVIGATION
*/
.cms-index-index #ves-breadcrumbs {
  display: none;
}

/*

/*
* SLIDESHOW 
*/
#ves-slideshow,
.layerslider-wrapper {
  color: white;
  font-family: "Poppins", sans-serif;
}

.rtl .vesslider .iviewSlider {
  transform-origin: right top 0!important;
}

/*
* 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 {
  font-family: "Poppins", sans-serif;
  background: transparent;
  background-size: 100%;
}
#ves-breadcrumbs .breadcrumbs {
  background: transparent;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 22px;
}
#ves-breadcrumbs .breadcrumbs a {
  color: #999;
}
#ves-breadcrumbs .breadcrumbs a:hover {
  color: #ff8040;
  text-decoration: none;
}
#ves-breadcrumbs .breadcrumbs strong {
  color: black;
}
#ves-breadcrumbs .breadcrumbs label {
  float: right;
  padding: 0px;
  margin: 0px;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: 29px;
}
.rtl #ves-breadcrumbs .breadcrumbs label {
  float: left !important;
}
#ves-breadcrumbs .breadcrumb > li + li:before {
  color: #999;
}
#ves-breadcrumbs .breadcrumb {
  background: transparent;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0;
  margin: 0;
}

.cms-homepage-market-electronic #ves-breadcrumbs {
  display: none;
}

/*
* MAIN CONTENT
*/
.vesslider .tp-caption.big-blue {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 82px;
}
.vesslider .tp-caption.big-blue span {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.vesslider .tp-caption.big-blue i {
  font-weight: normal;
  color: #ff8040;
}
.vesslider .tp-caption.small-yellow {
  background: transparent!important;
  font-size: 18px;
  color: #666!important;
}
.vesslider .tp-caption.small-yellow b {
  color: black !important;
  font-weight: bold;
}
.vesslider .tp-caption.big-sky {
  font-size: 82px;
}
.vesslider .tp-caption.big-wood {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 82px;
}
.vesslider .tp-caption.big-wood span {
  font-weight: bold;
  color: white;
  font-family: "Poppins", sans-serif;
  text-shadow: 6px 6px 0 #ff6f26;
}
.vesslider .tp-caption.big-wood i {
  font-weight: normal;
  color: white;
}
.vesslider .tp-caption a {
  font-size: 11px;
}
.vesslider .tp-caption.small-blue {
  background: transparent!important;
}
.vesslider .tp-caption.big-green {
  background: transparent!important;
  color: #ff5703 !important;
  font-size: 60px!important;
}
.vesslider .buy-now {
  background: #f44336;
  color: white;
  font-size: 14px;
  font-weight: 500;
}

.layerslider-wrapper .tp-bullets.simplebullets .bullet:hover, .layerslider-wrapper .tp-bullets.simplebullets .bullet.selected {
  background: #ff8040;
}

.ves-brandcarousel .owl-buttons {
  display: none;
}
.ves-brandcarousel:hover .owl-buttons {
  display: block;
}
.ves-brandcarousel .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.ves-brandcarousel .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}

#content {
  background: white;
  min-height: 400px;
  padding: 2%;
  overflow: hidden;
}

.cms-index-index #content, .catalog-category-view #content, .catalog-product-view #content {
  background: transparent!important;
  padding: 0!important;
}

#ves-brandcarousel .carousel-inner > .item a {
  display: block;
}
#ves-brandcarousel .carousel-inner > .item a img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  /* For Webkit browsers */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* For IE 6 - 9 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
}
#ves-brandcarousel .carousel-inner > .item a:hover {
  border-color: #ff8040;
}
#ves-brandcarousel .carousel-inner > .item a:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
}
#ves-brandcarousel .item-inner img, #ves-brandcarousel .widget-brand-list .widget-inner .post-image img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  /* For Webkit browsers */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* For IE 6 - 9 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
}
#ves-brandcarousel .item-inner:hover img, #ves-brandcarousel .widget-brand-list .widget-inner .post-image:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
}

/*end*/
/* FOOTER */
#ves-footer {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
}
#ves-footer .block {
  background: transparent;
  margin-bottom: 0;
}
#ves-footer .block .block-title {
  letter-spacing: 0;
}
#ves-footer .block .block-title strong {
  font-weight: 600;
}
#ves-footer .block .block-title::before {
  background: none;
  height: 0;
  width: 0;
}
#ves-footer .block .block-content {
  padding: 0;
}
#ves-footer ul, #ves-footer ol {
  list-style: none;
}
#ves-footer .nav-links li {
  padding: 5px 0;
}
#ves-footer .nav-links li a {
  font-size: 13px;
}
#ves-footer .block-contact {
  background-position: 30px center;
}
#ves-footer .ourservice-heading {
  font-size: 18px;
  color: black;
  text-transform: uppercase;
}
#ves-footer .ourservice-block .pull-left {
  min-height: 60px;
  margin-top: 8px;
}
#ves-footer .ourservice-block .logo-inner {
  width: 100%;
  margin-bottom: 10px;
}
#ves-footer .ourservice-block p {
  margin: 0;
}

/* Footer Style 1 */
.footer1 {
  background: black;
  color: #9c9c9c;
}
.footer1 .block {
  padding-left: 30px;
}
.rtl .footer1 .block {
  padding-right: 30px;
  padding-left: inherit;
}
.footer1 .block::before {
  content: "";
  background: #333;
  width: 3px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 5px;
}
.rtl .footer1 .block::before {
  right: 0;
  left: auto;
}
.footer1 .block .block-title {
  margin-bottom: 15px;
  border: 0 none;
  color: white;
  display: block;
  font-size: 14px;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.footer1 .block .block-title::after {
  content: "";
  background: white;
  width: 3px;
  height: 30px;
  position: absolute;
  left: -30px;
  top: 5px;
}
.rtl .footer1 .block .block-title::after {
  right: -30px;
  left: auto;
}
.footer1 .block .block-title span > span {
  float: left;
  width: 100%;
  color: #ff8040;
}
.rtl .footer1 .block .block-title span > span {
  float: right !important;
}
.footer1 .widget-raw-html .block-content b {
  color: white;
}
.footer1 .widget-raw-html .block-content span {
  color: #ff8040;
}
.footer1 .powered {
  background: #252525;
  padding: 30px 0 52px;
}
.footer1 .powered .block::before {
  background: none;
  height: 0;
  width: 0;
}
.footer1 .powered .widget-images .image-description {
  padding: 15px 0 20px;
}
.footer1 .powered .widget-images .image-description span {
  color: white;
  font-weight: 400;
}
.footer1 .powered img {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* Footer Style 2 */
.footer2 {
  background: white;
  color: #666;
}
.footer2 .block {
  padding-left: 20px;
}
.rtl .footer2 .block {
  padding-right: 20px;
  padding-left: inherit;
}
.footer2 .block .block-title {
  margin-bottom: 15px;
  border: 0 none;
  color: #999;
  display: block;
  font-size: 14px;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.footer2 .block .block-title::after {
  content: "";
  border-left: 2px dotted #e6e6e6;
  width: 3px;
  height: 40px;
  position: absolute;
  left: -20px;
  top: 3px;
}
.rtl .footer2 .block .block-title::after {
  border-right: 2px dotted #e6e6e6;
  border-left: inherit;
}
.rtl .footer2 .block .block-title::after {
  right: -20px;
  left: auto;
}
.footer2 .block .block-title span > span {
  float: left;
  width: 100%;
  color: black;
}
.rtl .footer2 .block .block-title span > span {
  float: right !important;
}
.footer2 .nav-links a {
  color: #666;
}
.footer2 .nav-links a:hover {
  color: #ff8040;
}
.footer2 .powered {
  padding-bottom: 50px;
}
.footer2 .powered .widget-images .image-description {
  padding: 15px 0 20px;
}
.footer2 .powered .widget-images .image-description span {
  color: #ff8040;
  font-weight: 400;
}
.footer2 .powered img {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* Footer Style 3 */
.footer3 {
  background: white;
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
  color: #666;
}
.footer3 .block-title {
  border: 0 none;
  display: block;
  padding: 0;
}
.footer3 .nav-links {
  margin: 30px 0;
}
.footer3 .nav-links > li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-right: 2px dotted #e6e6e6;
  padding: 0 24px!important;
}
.rtl .footer3 .nav-links > li {
  border-left: 2px dotted #e6e6e6;
  border-right: inherit;
}
.footer3 .nav-links > li:last-child {
  border: 0!important;
}
.footer3 .nav-links > li a {
  color: #666;
}
.footer3 .nav-links > li a:hover {
  color: #ff8040;
}
.footer3 .powered span {
  color: #ff8040;
  font-weight: 400;
}

/* Footer Style 4 */
.footer4 {
  background: white;
  color: #666;
}
.footer4 .block {
  padding-left: 20px;
}
.rtl .footer4 .block {
  padding-right: 20px;
  padding-left: inherit;
}
.footer4 .block .block-title {
  margin-bottom: 15px;
  border: 0 none;
  color: black;
  display: block;
  font-size: 14px;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.footer4 .block .block-title::after {
  content: "";
  border-left: 2px dotted #999999;
  width: 3px;
  height: 50px;
  position: absolute;
  left: -20px;
  top: 3px;
}
.rtl .footer4 .block .block-title::after {
  border-right: 2px dotted #999999;
  border-left: inherit;
}
.rtl .footer4 .block .block-title::after {
  right: -20px;
  left: auto;
}
.footer4 .block .block-title h2 {
  font-size: 12px;
  line-height: normal;
}
.footer4 .block .block-title span > span {
  float: left;
  width: 100%;
  color: black;
}
.rtl .footer4 .block .block-title span > span {
  float: right !important;
}
.footer4 .widget-raw-html .block-content b, .footer4 .widget-raw-html .block-content span {
  color: #ff8040;
}
.footer4 .nav-links a {
  color: #666;
}
.footer4 .nav-links a:hover {
  color: #ff8040;
}
.footer4 .venus-latest-block .post-block {
  margin-bottom: 15px;
}
.footer4 .venus-latest-block .post-block > h4 {
  display: none;
}
.footer4 .venus-latest-block .latest-description {
  font-size: 13px;
}
.footer4 .venus-latest-block .blog-readmore {
  margin-top: 0;
}
.footer4 .venus-latest-block .blog-readmore a {
  color: #ff8040;
}
.footer4 .venus-latest-block .blog-readmore a:hover {
  color: black;
}
.footer4 .block-tags .actions {
  display: none;
}
.footer4 #ves_instagram .block-content .owl-carousel {
  margin-left: -5px;
  margin-right: -5px;
}
.footer4 #ves_instagram .row {
  margin: 0;
}
.footer4 #ves_instagram .item-instagram img {
  margin: 5px;
}
.footer4 .powered {
  padding-bottom: 50px;
}
.footer4 .powered .widget-images .image-description {
  padding: 15px 0 20px;
}
.footer4 .powered .widget-images .image-description span {
  color: #ff8040;
  font-weight: 400;
}
.footer4 .powered img {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* Footer Style 5 */
.footer5 {
  background: white;
  padding: 10px 0;
  line-height: 30px;
  font-size: 14px;
  color: black;
}
.footer5 .block-title {
  border: 0 none;
  display: block;
  padding: 0;
}
.footer5 .nav-links > li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-right: 2px dotted #e6e6e6;
  padding: 0 24px!important;
  line-height: 22px;
  text-transform: uppercase;
}
.rtl .footer5 .nav-links > li {
  border-left: 2px dotted #e6e6e6;
  border-right: inherit;
}
.footer5 .nav-links > li:last-child {
  border: 0!important;
}
.footer5 .nav-links > li a {
  color: #666;
}
.footer5 .nav-links > li a:hover {
  color: #ff8040;
}
.footer5 .widget-raw-html span {
  color: #ff8040;
  font-weight: 400;
}

/* Footer Style 6 */
.footer6 {
  line-height: 30px;
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
.footer6 > .block-content {
  background: black;
  padding: 15px 0!important;
}
.footer6 .block-title {
  border: 0 none;
  display: block;
  padding: 0;
}
.footer6 .nav-links > li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-right: 1px dotted #999999;
  padding: 0 24px!important;
  line-height: 20px;
  text-transform: uppercase;
}
.rtl .footer6 .nav-links > li {
  border-left: 1px dotted #999999;
  border-right: inherit;
}
.footer6 .nav-links > li:last-child {
  border: 0!important;
}
.footer6 .nav-links > li a {
  color: #666;
}
.footer6 .nav-links > li a:hover {
  color: #ff8040;
}
.footer6 .widget-raw-html span {
  color: #ff8040;
  font-weight: 400;
}

/* Footer Style 8 */
.footer8 {
  background: white;
  color: #666;
}
.footer8 .block .block-title {
  margin-bottom: 10px;
  border: 0 none;
  color: black;
  display: block;
  font-size: 14px;
  padding: 0;
  font-weight: 300;
  text-transform: uppercase;
}
.footer8 .block .block-title h2 {
  font-size: 12px;
  line-height: normal;
}
.footer8 .block .block-title strong {
  font-weight: 300!important;
}
.footer8 .block .block-title span > span {
  float: left;
  width: 100%;
  color: black;
}
.rtl .footer8 .block .block-title span > span {
  float: right !important;
}
.footer8 .widget-raw-html .block-content b, .footer8 .widget-raw-html .block-content span {
  color: #f44336;
}
.footer8 .widget-raw-html .block-content p {
  margin: 0;
}
.footer8 .nav-links a {
  color: #666;
}
.footer8 .nav-links a:hover {
  color: #ff8040;
}
.footer8 .venus-latest-block .post-block {
  margin-bottom: 15px;
}
.footer8 .venus-latest-block .post-block > h4 {
  display: none;
}
.footer8 .venus-latest-block .latest-description {
  font-size: 13px;
}
.footer8 .venus-latest-block .blog-readmore {
  margin-top: 0;
}
.footer8 .venus-latest-block .blog-readmore a {
  color: #ff8040;
}
.footer8 .venus-latest-block .blog-readmore a:hover {
  color: black;
}
.footer8 .wrapper {
  padding: 33px 0;
  border-top: 1px solid #e6e6e6;
}
.footer8 .powered .widget-images .image-description {
  padding-bottom: 22px;
}
.footer8 .powered .widget-images .image-description span {
  color: #ff8040;
  font-weight: 400;
}
.footer8 .powered img {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.footer-line1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 60px;
}

.footer-line2 {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.rtl .footer-line2 {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: inherit;
}

.footer-line3 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  padding: 20px;
  text-align: center;
}

/* POWER BY */
#powered {
  display: none;
  visible: hidden;
}

.contact-info i.fa-home {
  margin-top: 20px;
  margin-right: 10px;
}

.contact-customhtml li {
  padding-bottom: 10px;
}
.contact-customhtml li em {
  margin-right: 10px;
}

/* rtl fix */
.rtl .topLinks .dropdown-menu {
  left: 0!important;
  right: auto!important;
}
.rtl .categorytabs .block-title {
  border-left: 1px solid #e6e6e6;
}
.rtl .categorytabs .tab-nav {
  border-left: 1px solid #e6e6e6;
}
.rtl #header .header2 #ves-verticalmenu .dropdown-menu, .rtl #header .header3 #ves-verticalmenu .dropdown-menu, .rtl #header .header4 #ves-verticalmenu .dropdown-menu {
  right: 110%!important;
  left: auto!important;
}
.rtl #header .header2 #ves-verticalmenu .navbar-nav > li:hover > .dropdown-menu, .rtl #header .header3 #ves-verticalmenu .navbar-nav > li:hover > .dropdown-menu, .rtl #header .header4 #ves-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  right: 100%!important;
  left: auto!important;
}

/* Page 404 */
.page-404 {
  text-align: center;
  color: white;
}
.page-404 .block {
  background: transparent!important;
}
.page-404 .block-content {
  padding: 0!important;
}
.page-404 h1 {
  color: white;
  font-size: 150px;
  line-height: 150px;
}
.page-404 h2 {
  color: white;
  margin-bottom: 0;
}
.page-404 a {
  border: 2px solid #fff;
  color: #fff;
  padding: 15px 20px;
  line-height: 120px;
  margin: 0 12px;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-404 a:hover {
  border-color: #ff8040;
  background: #ff8040;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cms-no-route1 #content {
  background: transparent;
  padding: 0;
}

#ves-mainnav {
  background: transparent;
  margin-top: 20px;
}

.ves-megamenu {
  background: transparent;
  font-family: "Poppins", sans-serif;
  /* 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;
  min-height: 40px;
}
.ves-megamenu .navbar-nav > li {
  float: left;
  padding: 0 18px;
}
.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%;
  left: -20.6%;
}
.rtl .ves-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-menu {
  right: -20.6%;
  left: auto;
}
.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;
}
.ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.rtl .ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  right: 50%;
  left: auto;
}
.rtl .ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.ves-megamenu .navbar-nav > li.custom .dropdown-menu {
  -webkit-transform: translate(-18%, 0);
  -ms-transform: translate(-18%, 0);
  transform: translate(-18%, 0);
}
.rtl .ves-megamenu .navbar-nav > li.custom .dropdown-menu {
  -webkit-transform: translate(-82%, 0);
  -ms-transform: translate(-82%, 0);
  transform: translate(-82%, 0);
}
.ves-megamenu .navbar-nav > li.menu-hot > a::before {
  background: url("../../../images/icon-menu-hot.png");
  position: absolute;
  top: 0;
  content: "";
  width: 31px;
  height: 20px;
  right: 0;
}
.ves-megamenu .navbar-nav > li.menu-new > a::before {
  background: url("../../../images/icon-menu-new.png");
  position: absolute;
  top: 0;
  content: "";
  width: 31px;
  height: 20px;
  right: 0;
}
.ves-megamenu .navbar-nav > li.hidden-adv-title .ves-widget .menu-title {
  display: none;
}
.ves-megamenu .navbar-nav > li.hidden-adv-title .widget-html,
.ves-megamenu .navbar-nav > li.hidden-adv-title .widget-image {
  padding-top: 20px;
}
.ves-megamenu .navbar-nav > li.active > a,
.ves-megamenu .navbar-nav > li.active > a:hover,
.ves-megamenu .navbar-nav > li.active > a:active {
  background: transparent;
}
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a,
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:hover,
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:active,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:hover,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:active,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:hover,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:active {
  color: black !important;
}
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a span,
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:hover span,
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:active span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:hover span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:active span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:hover span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:active span {
  color: black !important;
}
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:hover span, .ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:focus span, .ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:active span,
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:hover:hover span,
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:hover:focus span,
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:hover:active span,
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:active:hover span,
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:active:focus span,
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:active:active span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:hover span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:focus span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:active span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:hover:hover span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:hover:focus span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:hover:active span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:active:hover span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:active:focus span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:active:active span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:hover span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:focus span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:active span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:hover:hover span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:hover:focus span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:hover:active span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:active:hover span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:active:focus span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:active:active span {
  color: #ff8040;
}
.ves-megamenu .navbar-nav > li > .dropdown-menu {
  top: 100%!important;
  display: block !important;
  border-top: 1px solid black !important;
  text-align: left;
  visibility: hidden;
  -webkit-transform: scaleY(0.8);
  transform: scaleY(0.8);
  transform-origin: 50% 0 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.rtl .ves-megamenu .navbar-nav > li > .dropdown-menu {
  text-align: right !important;
}
.ves-megamenu .navbar-nav > li:hover > .dropdown-menu, .ves-megamenu .navbar-nav > li:focus > .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.ves-megamenu .navbar-nav > li:hover > a .caret, .ves-megamenu .navbar-nav > li:focus > a .caret {
  border-width: 0 3px 3px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.ves-megamenu .navbar-nav > li > a {
  line-height: 40px;
  padding: 0;
  position: relative;
}
.ves-megamenu .navbar-nav > li > a span {
  font-size: 12px;
  color: black;
  background-color: transparent!important;
  font-weight: 500;
  text-transform: uppercase;
}
.ves-megamenu .navbar-nav > li > a .caret {
  border-color: -moz-use-text-color transparent #000;
  border-style: none solid solid;
  border-width: 0 3px 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.ves-megamenu .dropdown-menu {
  height: auto;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  border: 0;
  min-width: 185px;
  padding: 20px !important;
  background-color: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.ves-megamenu .dropdown-menu li {
  line-height: 36px;
  text-align: left;
  float: left;
  width: 100%;
}
.rtl .ves-megamenu .dropdown-menu li {
  text-align: right !important;
}
.rtl .ves-megamenu .dropdown-menu li {
  float: right !important;
}
.ves-megamenu .dropdown-menu li a {
  color: #666 !important;
  text-align: left;
  float: left;
  width: 100%;
  padding: 0;
  font-weight: 300;
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.rtl .ves-megamenu .dropdown-menu li a {
  text-align: right !important;
}
.rtl .ves-megamenu .dropdown-menu li a {
  float: right !important;
}
.ves-megamenu .dropdown-menu li a .menu-title {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.ves-megamenu .dropdown-menu li a .menu-title:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  display: inline-block;
  *display: inline;
  zoom: 1;
  left: 0;
  line-height: 36px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.rtl .ves-megamenu .dropdown-menu li a .menu-title:before {
  right: 0;
  left: auto;
}
.ves-megamenu .dropdown-menu li a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #222!important;
}
.ves-megamenu .dropdown-menu li a:hover .menu-title {
  padding-left: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.rtl .ves-megamenu .dropdown-menu li a:hover .menu-title {
  padding-right: 10px;
  padding-left: inherit;
}
.ves-megamenu .dropdown-menu li a:hover .menu-title::before {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.ves-megamenu .dropdown-menu .mega-col {
  border-right: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.rtl .ves-megamenu .dropdown-menu .mega-col {
  border-left: 1px solid #e6e6e6;
  border-right: inherit;
}
.ves-megamenu .dropdown-menu .mega-col .mega-col-inner {
  padding: 0 5px;
}
.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 {
  margin-bottom: -20px;
}
.ves-megamenu .dropdown-menu .row:last-child .mega-col .widget-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ves-megamenu .dropdown-menu .menu-title {
  font-size: 12px;
}
.ves-megamenu .dropdown-menu .nav-color li {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
.rtl .ves-megamenu .dropdown-menu .nav-color li {
  float: right !important;
}
.rtl .ves-megamenu .dropdown-menu .nav-color li {
  margin-left: 10px;
  margin-right: inherit;
}
.ves-megamenu .dropdown-menu .nav-color li a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ves-megamenu .dropdown-menu .nav-color li a:hover {
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
}
.ves-megamenu .dropdown-menu .nav-color li.red a {
  background-color: #e2202c;
}
.ves-megamenu .dropdown-menu .nav-color li.green a {
  background-color: #70ba28;
}
.ves-megamenu .dropdown-menu .nav-color li.blue a {
  background-color: #1eaaf1;
}
.ves-megamenu .dropdown-menu .nav-color li.orange a {
  background-color: #ff9600;
}
.ves-megamenu .dropdown {
  display: block;
}
.ves-megamenu .dropdown:hover > .dropdown-menu {
  display: block;
  right: 0px;
}
.ves-megamenu .dropdown:hover > a {
  color: #ff8040;
}
.ves-megamenu .dropdown:hover > a .fa {
  color: #ff8040;
}
.ves-megamenu .dropdown-submenu {
  position: relative;
}
.ves-megamenu .dropdown-submenu .caret {
  margin-left: 5px;
}
.rtl .ves-megamenu .dropdown-submenu .caret {
  margin-right: 5px;
  margin-left: inherit;
}
.ves-megamenu .dropdown-submenu .dropdown-menu {
  visibility: hidden!important;
  opacity: 0!important;
  -webkit-transform: scaleY(0.8);
  transform: scaleY(0.8);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transform-origin: 50% 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.ves-megamenu .dropdown-submenu:hover > .dropdown-menu {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  visibility: visible!important;
  opacity: 1!important;
  left: 100%;
  display: block;
  left: auto;
  top: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.ves-megamenu .mega-group {
  margin-bottom: 20px;
}
.ves-megamenu .mega-group .caret {
  display: none;
}
.ves-megamenu .mega-group > .dropdown-toggle {
  display: block;
  text-transform: uppercase;
  font-family: "Rhodium Libre", sans-serif;
  color: #222!important;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 3px;
  border-bottom: 1px solid #e6e6e6;
}
.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: "Poppins", sans-serif;
  position: relative;
  line-height: 30px;
  font-weight: 300;
}
.ves-megamenu .dropdown-mega .mega-col-inner {
  border-right: 0;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background: transparent;
}

/*
 *
 * Vertical menu
 */
#ves-verticalmenu {
  border: 2px solid #222;
  font-weight: 300;
}
#ves-verticalmenu .block-title {
  background: #222;
  width: 100%;
  padding: 10px 0;
  letter-spacing: 0;
  border: 0;
}
#ves-verticalmenu .block-title::before {
  background: none;
}
#ves-verticalmenu .block-title span {
  color: white;
  padding: 0 30px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-transform: uppercase;
  font-size: 15px;
}
#ves-verticalmenu .block-title span::after {
  content: "\f107";
  right: 20px;
  font-family: "FontAwesome";
  font-weight: normal;
  position: absolute;
  color: #ff8040;
}
.rtl #ves-verticalmenu .block-title span::after {
  left: 20px;
  right: auto;
}
#ves-verticalmenu .block-content {
  padding: 0!important;
}
#ves-verticalmenu:hover .block-content {
  display: block;
  visibility: visible;
}
#ves-verticalmenu .navbar-inverse {
  border: 0;
  margin: 0;
}
#ves-verticalmenu .navbar-inverse .navbar {
  border: 0;
}
#ves-verticalmenu .navbar-collapse, #ves-verticalmenu .navbar-vertical {
  margin: 0;
  padding: 0;
}
#ves-verticalmenu .navbar-nav {
  position: static;
  float: none;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
#ves-verticalmenu .navbar-nav > li {
  width: 100%;
  height: auto;
  position: static;
}
#ves-verticalmenu .navbar-nav > li > a {
  display: block;
  color: #666666;
  font-size: 12px;
  padding: 15px 10px 15px 20px;
  border-bottom: 1px solid #e6e6e6;
}
#ves-verticalmenu .navbar-nav > li > a .menu-icon {
  display: block;
  height: 30px;
  background-position: left center !important;
}
.rtl #ves-verticalmenu .navbar-nav > li > a .menu-icon {
  background-position: right center !important;
}
#ves-verticalmenu .navbar-nav > li > a .menu-icon span {
  display: block;
  margin-left: 35px;
  line-height: 30px;
  font-size: 12px;
}
.rtl #ves-verticalmenu .navbar-nav > li > a .menu-icon span {
  margin-right: 35px;
  margin-left: inherit;
}
#ves-verticalmenu .navbar-nav > li > a .menu-icon .menu-desc {
  display: none;
}
#ves-verticalmenu .navbar-nav > li > a .caret {
  border: 0;
  position: absolute;
  right: 20px;
  top: 34%;
}
.rtl #ves-verticalmenu .navbar-nav > li > a .caret {
  left: 20px;
  right: auto;
}
#ves-verticalmenu .navbar-nav > li > a .caret:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  color: #333333;
  right: 0;
  font-weight: 400;
  font-weight: 12px;
}
.rtl #ves-verticalmenu .navbar-nav > li > a .caret:after {
  left: 0;
  right: auto;
}
#ves-verticalmenu .navbar-nav > li > a:hover .caret:after, #ves-verticalmenu .navbar-nav > li > a:focus .caret:after {
  color: #ff8040;
}
#ves-verticalmenu .navbar-nav > li.last a, #ves-verticalmenu .navbar-nav > li:last-child a {
  border: 0;
}
#ves-verticalmenu .navbar-nav > li:hover > a {
  color: #ff8040;
}
#ves-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  top: 0px;
  right: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  visibility: visible;
}
.rtl #ves-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  left: 100%;
  right: auto;
}
#ves-verticalmenu .navbar-nav > li.dropdown:hover > a::after {
  background: white;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  z-index: 10000;
}
.rtl #ves-verticalmenu .navbar-nav > li.dropdown:hover > a::after {
  right: 0;
  left: auto;
}
#ves-verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
  text-transform: none;
  font-weight: normal;
  color: #333333;
}
#ves-verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
  color: #ff8040;
}
#ves-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);
}
#ves-verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  right: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  visibility: visible;
}
.rtl #ves-verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  left: 100%;
  right: auto;
}
#ves-verticalmenu .verticalmenu li a:hover {
  color: #ff8040;
}
#ves-verticalmenu .dropdown-menu {
  right: 110%;
  text-align: left;
  left: auto;
  top: 0;
  border: 0;
  visibility: hidden;
  min-height: 100%;
  height: 100%;
  height: auto !important;
  min-width: 500px;
  padding: 20px;
  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: -1px 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -1px 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: white;
  background-position: right bottom;
}
.rtl #ves-verticalmenu .dropdown-menu {
  left: 110%;
  right: auto;
}
.rtl #ves-verticalmenu .dropdown-menu {
  text-align: right !important;
}
.rtl #ves-verticalmenu .dropdown-menu {
  background-position: left bottom;
}
#ves-verticalmenu .dropdown-menu ul {
  margin: 0;
  padding: 0;
}
#ves-verticalmenu .dropdown-menu ul li {
  border: 0;
  padding: 4px 0;
  line-height: normal;
  list-style: none;
}
#ves-verticalmenu .dropdown-menu ul li a {
  color: #666666;
  font-size: 12px;
  padding: 0;
  text-align: left;
}
.rtl #ves-verticalmenu .dropdown-menu ul li a {
  text-align: right !important;
}
#ves-verticalmenu .dropdown-menu p {
  line-height: 18px;
  font-size: 12px;
}
#ves-verticalmenu .dropdown-menu .ves-menu-video {
  width: 100%;
}
#ves-verticalmenu .dropdown-menu .ves-menu-video iframe {
  margin-bottom: 10px;
}
#ves-verticalmenu .dropdown-menu .dropdown-toggle:hover {
  color: black;
}
#ves-verticalmenu .dropdown-menu .dropdown-toggle {
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  text-align: left;
}
.rtl #ves-verticalmenu .dropdown-menu .dropdown-toggle {
  text-align: right !important;
}
#ves-verticalmenu .dropdown-menu .action {
  display: none;
}
#ves-verticalmenu .dropdown-menu .ves-widget .menu-title {
  border-bottom: 0;
  padding-bottom: 0;
}

.menu-sidebar {
  z-index: 9999;
}

/*Navigation default*/
#ves-mainnav .nav-container #nav li {
  float: left;
  padding: 0;
  position: relative;
}
.rtl #ves-mainnav .nav-container #nav li {
  float: right !important;
}
#ves-mainnav .nav-container #nav li a {
  line-height: 95px;
  padding: 0;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
#ves-mainnav .nav-container #nav li a span {
  padding: 0 18px;
  text-transform: uppercase;
  font-size: 12px;
  color: black;
  background-color: transparent!important;
  font-weight: 500;
  border: 2px solid white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#ves-mainnav .nav-container #nav li a:hover span, #ves-mainnav .nav-container #nav li a:focus span, #ves-mainnav .nav-container #nav li a:active span {
  color: #ff8040 !important;
  border: 2px solid #f0f0f0;
}
#ves-mainnav .nav-container #nav li > a.over {
  background-color: white;
  text-decoration: none;
}
#ves-mainnav .nav-container #nav li:hover > a {
  background-color: white;
}
#ves-mainnav .nav-container #nav li:hover > a .caret {
  border-bottom-color: white;
  border-top-color: white;
}
#ves-mainnav .nav-container #nav li.parent:hover > a:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #e6e6e6;
  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: "Poppins", sans-serif;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s 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.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #ff8040;
}
#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;
}

/*Tree menu RTL  */
#ves-accordion ul {
  float: left;
}
.rtl #ves-accordion ul {
  float: right !important;
}
#ves-accordion li a {
  float: left;
  padding-left: 20px;
}
.rtl #ves-accordion li a {
  float: right !important;
}
.rtl #ves-accordion li a {
  padding-right: 20px;
  padding-left: inherit;
}
#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 {
  margin-left: 20px;
}
.rtl #ves-accordion ul li {
  margin-right: 20px;
  margin-left: inherit;
}
#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;
}
#ves-accordion a {
  width: 100%;
}
#ves-accordion a span + span {
  float: right;
  background: #999999;
  color: white;
  font-size: 10px;
  padding: 2px 5px;
  line-height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rtl #ves-accordion a span + span {
  float: left !important;
}

.ves-categoriesmenu .btnCat-loadmore {
  display: none;
}

.ves-megamenu .list-icon-color [class*="theme-"] .menu-title {
  background: none;
  position: relative;
  padding-left: 25px;
}
.rtl .ves-megamenu .list-icon-color [class*="theme-"] .menu-title {
  padding-right: 25px;
  padding-left: inherit;
}
.ves-megamenu .list-icon-color [class*="theme-"] .menu-title:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #ff0000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.rtl .ves-megamenu .list-icon-color [class*="theme-"] .menu-title:before {
  right: 0;
  left: auto;
}
.ves-megamenu .list-icon-color [class*="theme-"].theme-blue .menu-title:before {
  background: #2b8cdb;
}
.ves-megamenu .list-icon-color [class*="theme-"].theme-orange .menu-title:before {
  background: #ff9600;
}
.ves-megamenu .list-icon-color [class*="theme-"].theme-pink .menu-title:before {
  background: #ec5777;
}

#narrow-by-list dd .swatch-link {
  float: left;
}
.rtl #narrow-by-list dd .swatch-link {
  float: right !important;
}

.configurable-swatch-list li {
  float: left;
}
.rtl .configurable-swatch-list li {
  float: right !important;
}

.owl-item.loading {
  min-height: 20px !important;
}

/* Topbar */
#topbar {
  background: black;
  min-height: 40px;
  line-height: 30px;
  z-index: 99;
  color: #999999;
  text-align: center;
  padding-top: 5px;
}
#topbar .row > div {
  border-right: 1px solid #e6e6e6;
}
.rtl #topbar .row > div {
  border-left: 1px solid #e6e6e6;
  border-right: inherit;
}
#topbar .row > div:last-child {
  border: none!important;
}

.topLinks {
  border-right: 1px dashed #e6e6e6;
  padding-right: 10px;
}
.rtl .topLinks {
  border-left: 1px dashed #e6e6e6;
  border-right: inherit;
}
.rtl .topLinks {
  padding-left: 10px;
  padding-right: inherit;
}
.topLinks a {
  font-size: 12px;
  line-height: 44px;
}
.topLinks a:hover {
  color: #ff8040;
}
.topLinks .dropdown-toggle:hover, .topLinks .dropdown-toggle:focus {
  color: #ff8040;
  cursor: pointer;
}
.topLinks .dropdown-menu {
  left: auto!important;
  right: 0!important;
}

.links,
#select-language,
#select-currency {
  width: 100%;
}
.links li,
#select-language li,
#select-currency li {
  float: left;
  text-align: left;
  padding: 0 20px;
  line-height: 40px !important;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}
.rtl .links li, .rtl
#select-language li, .rtl
#select-currency li {
  float: right !important;
}
.rtl .links li, .rtl
#select-language li, .rtl
#select-currency li {
  text-align: right !important;
}
.links li.first,
#select-language li.first,
#select-currency li.first {
  padding: 0 20px !important;
}
.links li:last-child,
#select-language li:last-child,
#select-currency li:last-child {
  border-bottom: 0;
}
.links li a,
#select-language li a,
#select-currency li a {
  color: #333333;
  line-height: 40px;
}
.links li a:hover,
#select-language li a:hover,
#select-currency li a:hover {
  background-color: white;
}

.top-currency,
.store-language {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 44px;
}
.top-currency label,
.top-currency strong,
.store-language label,
.store-language strong {
  display: none;
}
.top-currency a:hover,
.store-language a:hover {
  color: #ff8040;
}
.top-currency .form-language li,
.top-currency .currency li,
.store-language .form-language li,
.store-language .currency li {
  display: block;
  padding: 2px 5px;
}
.top-currency .form-language li a,
.top-currency .currency li a,
.store-language .form-language li a,
.store-language .currency li a {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
  text-align: left;
}
.rtl .top-currency .form-language li a, .rtl
.top-currency .currency li a, .rtl
.store-language .form-language li a, .rtl
.store-language .currency li a {
  background-position: right center;
}
.rtl .top-currency .form-language li a, .rtl
.top-currency .currency li a, .rtl
.store-language .form-language li a, .rtl
.store-language .currency li a {
  padding-right: 22px;
  padding-left: inherit;
}
.rtl .top-currency .form-language li a, .rtl
.top-currency .currency li a, .rtl
.store-language .form-language li a, .rtl
.store-language .currency li a {
  text-align: right !important;
}
.top-currency .form-language label + a,
.top-currency .currency label + a,
.store-language .form-language label + a,
.store-language .currency label + a {
  background: none !important;
}
.top-currency .currency li a,
.store-language .currency li a {
  padding-left: 0 !important;
}
.rtl .top-currency .currency li a, .rtl
.store-language .currency li a {
  padding-right: 0 !important;
  padding-left: inherit;
}

.link-register,
.store-language,
.top-currency {
  background: url("../../../images/bg_right_topbar.png") no-repeat center left;
  background-position: left center;
  padding: 0 10px;
}
.rtl .link-register, .rtl
.store-language, .rtl
.top-currency {
  background-position: right center;
}

.link-login {
  padding-right: 10px;
  float: left;
}
.rtl .link-login {
  padding-left: 10px;
  padding-right: inherit;
}
.rtl .link-login {
  float: right !important;
}

.top-callonline {
  float: right;
}
.rtl .top-callonline {
  float: left !important;
}
.top-callonline li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 44px;
}
.top-callonline li.first {
  padding-right: 20px;
}
.rtl .top-callonline li.first {
  padding-left: 20px;
  padding-right: inherit;
}
.top-callonline .fa {
  color: #333;
}

.quick-access {
  float: left;
}
.rtl .quick-access {
  float: right !important;
}
.quick-access .welcome-msg {
  line-height: 38px;
  text-transform: uppercase;
}
.quick-access a {
  color: white;
}
.quick-access a:hover {
  color: #ff8040;
}

#search {
  margin: 0!important;
}

.top-search {
  background: transparent;
  width: 40px;
  position: relative;
  margin: 0 6px;
}
.top-search .form-search {
  position: relative;
  width: 40px;
  float: right;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
.rtl .top-search .form-search {
  float: left !important;
}
.top-search .form-search:hover {
  width: 225px;
  background: black;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.top-search .form-search:hover input {
  border-color: #ff8040;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.top-search .form-search input {
  padding-left: 10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-color: transparent;
  font-size: 12px;
  width: 100%;
  height: 30px !important;
  background: transparent;
  color: #999;
}
.rtl .top-search .form-search input {
  padding-right: 10px;
  padding-left: inherit;
}
.top-search .form-search input:hover, .top-search .form-search input:focus {
  border-color: #ff8040;
}
.top-search .form-search button.button-search {
  color: #999999;
  cursor: pointer;
  line-height: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  border: 0;
  padding: 0 12px;
  background: transparent;
  margin-top: 0;
  font-size: 12px;
  box-shadow: none;
  border-radius: 0;
}
.rtl .top-search .form-search button.button-search {
  left: 0;
  right: auto;
}

/*  */
/*Autosearch*/
.ves-autosearch {
  margin-top: 9px;
  margin-left: 5%;
  min-height: 46px;
  position: relative;
}
.rtl .ves-autosearch {
  margin-right: 5%;
  margin-left: inherit;
}
.ves-autosearch .search_box {
  border: none;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.ves-autosearch .search_box .button-search {
  color: white;
  background-color: #222;
  border: 0;
  font-size: 18px;
  position: relative;
  top: -45px;
  width: 50px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  float: right;
  left: 0;
  z-index: 3;
  cursor: pointer;
}
.rtl .ves-autosearch .search_box .button-search {
  float: left !important;
}
.rtl .ves-autosearch .search_box .button-search {
  right: 0;
  left: auto;
}
.ves-autosearch .search_box .button-search:hover {
  background-color: black;
}
.ves-autosearch .search_box .input-search {
  border-radius: 0;
  border: 1px solid #e6e6e6;
  height: 45px;
  padding-right: 26%;
}
.rtl .ves-autosearch .search_box .input-search {
  padding-left: 26%;
  padding-right: inherit;
}
.ves-autosearch .search_box .search-input-wrapper {
  position: relative;
  width: 80%;
}
.ves-autosearch .search_box .search {
  width: 100%;
  height: 40px;
}
.ves-autosearch .search_box .search .form-control {
  height: 36px;
}
.ves-autosearch .search_box .category_filter {
  position: absolute;
  width: 150px;
  height: 45px;
  right: 50px;
}
.rtl .ves-autosearch .search_box .category_filter {
  left: 50px;
  right: auto;
}
.ves-autosearch .search_box .category_filter:active .fa, .ves-autosearch .search_box .category_filter:focus .fa {
  color: #363636;
}
.ves-autosearch .search_box .category_filter select {
  background: #f5f5f5;
  height: 45px;
  padding-left: 10px;
  font-size: 13px;
  color: black;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #e6e6e6;
  border-right: 0;
}
.rtl .ves-autosearch .search_box .category_filter select {
  padding-right: 10px;
  padding-left: inherit;
}
.rtl .ves-autosearch .search_box .category_filter select {
  border-left: 0;
  border-right: inherit;
}
.ves-autosearch .search_box .category_filter select:active, .ves-autosearch .search_box .category_filter select:focus {
  background: white;
}
.ves-autosearch .search_box .category_filter option {
  min-width: 130px;
  padding: 3px 6px;
}
.ves-autosearch .search_box .category_filter span {
  color: black;
  position: absolute;
  right: 12px;
  top: 0px;
  line-height: 45px;
}
.rtl .ves-autosearch .search_box .category_filter span {
  left: 12px;
  right: auto;
}

ul.ui-autocomplete {
  z-index: 9999!important;
  width: 300px;
  cursor: default;
  position: absolute;
  top: 45px!important;
  border-radius: 0;
  left: 0 !important;
}
.rtl ul.ui-autocomplete {
  right: 0 !important;
  left: auto;
}
ul.ui-autocomplete .active {
  border: solid 1px #CCCCCC;
}
ul.ui-autocomplete li {
  display: block;
  clear: both;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  background-color: #fff !important;
  padding: 10px;
}
ul.ui-autocomplete li img {
  cursor: pointer;
  width: 60px;
  height: 60px;
}
ul.ui-autocomplete li .name {
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}
ul.ui-autocomplete li .name:hover {
  color: #ff8040;
}
ul.ui-autocomplete li a {
  float: right;
  margin: 5px !important;
  border: 1px solid transparent;
}
.rtl ul.ui-autocomplete li a {
  float: left !important;
}

.cart-top {
  position: relative;
}
.cart-top .text-heading {
  display: none;
}
.cart-top h3 {
  line-height: 18px;
  text-transform: uppercase;
}
.cart-top .shopping-cart-icon {
  background: url("../../../images/icon_minicart.png") no-repeat center center;
  float: left;
  width: 30px;
  height: 33px;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
}
.rtl .cart-top .shopping-cart-icon {
  float: right !important;
}
.rtl .cart-top .shopping-cart-icon {
  margin-left: 10px;
  margin-right: inherit;
}
.cart-top .cart-total {
  color: black;
}
.cart-top .cart-total .price {
  color: black;
  font-weight: 300;
  font-size: 11px;
}
.cart-top #cart-total {
  color: black;
  font-size: 11px;
}
.cart-top .content {
  width: 260px;
  position: absolute;
  visibility: hidden;
  z-index: 9999;
  line-height: normal;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  right: 0;
  top: 80%;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.rtl .cart-top .content {
  left: 0;
  right: auto;
}
.cart-top .content .block-cart {
  background-color: white;
  margin-bottom: 0;
  padding: 15px;
  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: 6px;
}
.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;
}
.cart-top .content .block-cart .block-content .product-meta {
  padding: 0;
  width: 122px;
  text-align: left;
  margin-left: 10px;
}
.rtl .cart-top .content .block-cart .block-content .product-meta {
  text-align: right !important;
}
.rtl .cart-top .content .block-cart .block-content .product-meta {
  margin-right: 10px;
  margin-left: inherit;
}
.cart-top .content .block-cart .block-content .product-meta .product-name a {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: black;
  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 #e6e6e6;
  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: #ff8040;
  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, .cart-top:focus .content {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  top: 100%;
}
.cart-top:hover .heading .cart-inner > span {
  color: white;
}
.cart-top .actions button, .cart-top .view-cart {
  background: transparent;
  color: #333333;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 5px;
  vertical-align: top;
  padding: 0 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.rtl .cart-top .actions button, .rtl .cart-top .view-cart {
  margin-left: 5px;
  margin-right: inherit;
}
.cart-top .actions button:hover, .cart-top .view-cart:hover {
  background: #ff8040;
  color: white !important;
  border-color: #ff8040 !important;
}

.layerslider-wrapper {
  z-index: 10;
}
.layerslider-wrapper .tparrows {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.layerslider-wrapper .tp-leftarrow {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.layerslider-wrapper .tp-rightarrow {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.layerslider-wrapper:hover .tparrows {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.block-warning.productcarousel .products-row {
  margin: 0!important;
  border: 0;
}
.block-warning.productcarousel .products-row .product-col {
  border-left: 0!important;
  border-right: 0!important;
  padding: 0 !important;
}
.block-warning.productcarousel .products-grid .product-block .image {
  margin-bottom: 18px!important;
}

.block-warning.productcarousel .block-content, .block-warning.producttabs .block-content {
  padding: 20px 0 0!important;
}
.block-warning.productcarousel .owl-controls .owl-buttons, .block-warning.producttabs .owl-controls .owl-buttons {
  top: -68px;
}
.block-warning.productcarousel .products-grid .product-block, .block-warning.producttabs .products-grid .product-block {
  padding: 0 15px!important;
}
.block-warning.productcarousel .products-grid .product-block .name, .block-warning.producttabs .products-grid .product-block .name {
  padding: 0!important;
}
.block-warning.productcarousel .products-grid .product-block .image, .block-warning.producttabs .products-grid .product-block .image {
  float: left;
  margin: 0;
  width: 33%;
  padding: 0!important;
}
.rtl .block-warning.productcarousel .products-grid .product-block .image, .rtl .block-warning.producttabs .products-grid .product-block .image {
  float: right !important;
}
.block-warning.productcarousel .products-grid .product-block .right, .block-warning.producttabs .products-grid .product-block .right {
  display: none!important;
}
.block-warning.productcarousel .products-grid .product-block .product-price, .block-warning.producttabs .products-grid .product-block .product-price {
  margin: 0!important;
}
.block-warning.productcarousel .products-grid .product-block .price .price-old, .block-warning.productcarousel .products-grid .product-block .price .old-price, .block-warning.producttabs .products-grid .product-block .price .price-old, .block-warning.producttabs .products-grid .product-block .price .old-price {
  display: inline-block!important;
}
.block-warning.productcarousel .products-grid .product-block .product-img.img::before, .block-warning.productcarousel .products-grid .product-block .product-img.img::after, .block-warning.producttabs .products-grid .product-block .product-img.img::before, .block-warning.producttabs .products-grid .product-block .product-img.img::after {
  background: none!important;
}
.block-warning.productcarousel .product-block, .block-warning.producttabs .product-block {
  box-shadow: none!important;
  text-align: left;
  margin-bottom: 15px;
}
.block-warning.productcarousel .product-block:after, .block-warning.producttabs .product-block:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.rtl .block-warning.productcarousel .product-block, .rtl .block-warning.producttabs .product-block {
  text-align: right !important;
}
.block-warning.productcarousel .product-block .action,
.block-warning.productcarousel .product-block .ves-colorbox,
.block-warning.productcarousel .product-block .colorbox, .block-warning.productcarousel .product-block .image-gallery,
.block-warning.productcarousel .product-block .add-to-links, .block-warning.producttabs .product-block .action,
.block-warning.producttabs .product-block .ves-colorbox,
.block-warning.producttabs .product-block .colorbox, .block-warning.producttabs .product-block .image-gallery,
.block-warning.producttabs .product-block .add-to-links {
  display: none !important;
}
.block-warning.productcarousel .product-block .product-meta, .block-warning.producttabs .product-block .product-meta {
  float: right;
  width: 63%;
  padding: 0;
  margin: 0;
  text-align: left;
}
.rtl .block-warning.productcarousel .product-block .product-meta, .rtl .block-warning.producttabs .product-block .product-meta {
  float: left !important;
}
.rtl .block-warning.productcarousel .product-block .product-meta, .rtl .block-warning.producttabs .product-block .product-meta {
  text-align: right !important;
}
.block-warning.productcarousel .product-label, .block-warning.producttabs .product-label {
  display: none;
}
.block-warning.productcarousel .onsale,
.block-warning.productcarousel .new-icon, .block-warning.producttabs .onsale,
.block-warning.producttabs .new-icon {
  display: none !important;
}

/** apply general product block **/
/* Block: Layered Navigation */
.block-layered-nav dt {
  background: url("../../../images/menu_down.gif") no-repeat right center;
  background-position: right center;
}
.rtl .block-layered-nav dt {
  background-position: left center;
}

.block-layered-nav dt.active {
  background: url("../../../images/menu_up.gif") no-repeat right center;
  background-position: right center;
}
.rtl .block-layered-nav dt.active {
  background-position: left center;
}

/* social internal module */
.social {
  text-align: right;
  font-weight: bold;
  color: #999;
}
.social > p {
  line-height: normal;
  margin-bottom: 0;
  margin-top: 4px;
  padding-left: 26px;
}
.rtl .social > p {
  padding-right: 26px;
  padding-left: inherit;
}
.social > p::before {
  content: "";
  border-left: 1px solid #e6e6e6;
  position: absolute;
  width: 1px;
  height: 56px;
  left: 0;
  top: -5px;
}
.rtl .social > p::before {
  border-right: 1px solid #e6e6e6;
  border-left: inherit;
}
.rtl .social > p::before {
  right: 0;
  left: auto;
}
.social > p span {
  color: black;
}
.social ul {
  margin-top: 12px;
}
.social li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 8px;
}
.rtl .social li {
  margin-right: 8px;
  margin-left: inherit;
}
.social li span {
  display: none;
}
.social li a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.social li a:hover {
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social li a .fa {
  color: black;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 3px;
  margin-right: 6px;
}
.rtl .social li a .fa {
  padding-right: 3px;
  padding-left: inherit;
}
.rtl .social li a .fa {
  margin-left: 6px;
  margin-right: inherit;
}

/* back to top */
.scrollup {
  background: #ff8040;
  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: #fff!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: #333333;
}

.block-layered-nav .block-subtitle {
  font-weight: 700;
  display: none;
}
.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: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  position: 0;
}
.block-layered-nav .currently .value {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-weight: 600;
}
.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 dt {
  cursor: pointer;
  text-transform: uppercase;
  line-height: 100%;
  padding: 10px 0;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
}
.rtl .block-layered-nav dt {
  text-align: right !important;
}
.block-layered-nav dt:focus, .block-layered-nav dt.active, .block-layered-nav dt:hover {
  border-bottom: 0 none;
}
.block-layered-nav dd {
  margin: 0;
  padding: 0;
}
.block-layered-nav dd.last {
  border-bottom: 0 none;
}
.block-layered-nav dd li {
  color: #333;
  line-height: 100%;
  margin: 0 0 20px 20px;
  text-align: left;
  width: 100%;
  position: relative;
}
.rtl .block-layered-nav dd li {
  text-align: right !important;
}
.block-layered-nav dd li:before {
  content: "\f105";
  position: absolute;
  font-family: FontAwesome;
  left: -10px;
  top: -1px;
}
.rtl .block-layered-nav dd li:before {
  right: -10px;
  left: auto;
}
.block-layered-nav dd li a {
  color: #999999;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.block-layered-nav dd li a:hover {
  color: #ff8040;
  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: "Poppins", sans-serif;
}
.block-layered-nav dd.inactive {
  border-bottom: 0 none;
  padding: 0;
}
.block-layered-nav li {
  list-style: none;
}

.block.venus-latest-blog .post-images {
  display: none;
}
.block.venus-latest-blog .blog-meta {
  font-weight: 300;
}
.block.venus-latest-blog .blog-meta a:hover {
  color: #ff8040;
}
.block.venus-latest-blog .author {
  float: left;
  margin-right: 10px;
}
.rtl .block.venus-latest-blog .author {
  float: right !important;
}
.rtl .block.venus-latest-blog .author {
  margin-left: 10px;
  margin-right: inherit;
}
.block.venus-latest-blog .blog-hits {
  float: left;
}
.rtl .block.venus-latest-blog .blog-hits {
  float: right !important;
}
.block.venus-latest-blog .blog-hits strong {
  margin-left: 6px;
  font-weight: 300;
}
.rtl .block.venus-latest-blog .blog-hits strong {
  margin-right: 6px;
  margin-left: inherit;
}
.block.venus-latest-blog .blog-readmore {
  display: none;
}
.block.venus-latest-blog .icon-blog {
  font-size: 30px;
  margin-top: 15px;
}
.block.venus-latest-blog .post-block {
  padding-left: 50px;
}
.rtl .block.venus-latest-blog .post-block {
  padding-right: 50px;
  padding-left: inherit;
}
.block.venus-latest-blog .post-block h4 {
  padding: 0;
  font-size: 14px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 5px;
}
.block.venus-latest-blog .post-block h4 a {
  color: black;
}
.block.venus-latest-blog .post-block h4 a:hover {
  text-decoration: underline;
}
.block.venus-latest-blog .post-block .latest-description {
  margin-top: 10px;
}
.block.venus-latest-blog .created-date {
  color: #999;
  line-height: 14px;
  float: left;
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #e6e6e6;
}
.rtl .block.venus-latest-blog .created-date {
  float: right !important;
}
.rtl .block.venus-latest-blog .created-date {
  margin-left: 8px;
  margin-right: inherit;
}
.rtl .block.venus-latest-blog .created-date {
  padding-left: 8px;
  padding-right: inherit;
}
.rtl .block.venus-latest-blog .created-date {
  border-left: 1px solid #e6e6e6;
  border-right: inherit;
}
.block.venus-latest-blog .blog-comment-count {
  line-height: 14px;
  color: #999;
}
.block.venus-latest-blog .owl-carousel {
  margin-left: -12px;
  margin-right: -12px;
  width: auto!important;
}
.block.venus-latest-blog .owl-carousel .owl-item {
  padding-left: 12px;
  padding-right: 12px;
}

.latest-deal .deal_detail {
  display: none;
}
.latest-deal .productdeals {
  bottom: 0;
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  display: none;
}
.latest-deal .productdeals .item-countdown ul li {
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #e6e6e6;
  text-align: center;
  width: 50px;
  padding: 5px 0;
}
.latest-deal .productdeals .item-countdown ul li:last-child span {
  color: #f44336 !important;
}
.latest-deal .productdeals .item-countdown ul li div.countdown_num span {
  color: black;
}
.latest-deal .product-block:hover .productdeals {
  display: block;
}
.latest-deal .item.first .product-col {
  border-color: transparent!important;
}

.block-info.latest-deal {
  overflow: hidden;
  z-index: 100;
}
.block-info.latest-deal .block-title {
  border-top: 3px solid #ff8040;
  color: #ff8040;
}
.block-info.latest-deal .owl-carousel .owl-wrapper-outer {
  overflow: visible;
}

.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: #ff8040;
  font-size: 14px;
  font-weight: 600;
}
.deal_detail_num .price {
  color: #ff8040 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.block-compare li,
.block-reorder li {
  border-bottom: 1px solid #e6e6e6;
  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;
}

.tags-list a {
  font-size: 100% !important;
}

/* 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: #333333;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  float: left;
  font-size: 12px!important;
  padding: 5px 8px;
  margin: 3px;
  -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: #ff8040;
  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: #333333;
}

.blog-wrapper img {
  width: 100%!important;
  height: auto;
}
.blog-wrapper .blog-image {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.blog-wrapper .blog-image .created-date {
  left: 0;
  text-align: center;
}
.rtl .blog-wrapper .blog-image .created-date {
  right: 0;
  left: auto;
}
.blog-wrapper .blog-title a,
.blog-wrapper .blog-readmore a {
  color: #333333;
}
.blog-wrapper .blog-title a:hover,
.blog-wrapper .blog-readmore a:hover {
  color: #ff8040;
}
.blog-wrapper .blog-meta > div {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 5px;
}
.rtl .blog-wrapper .blog-meta > div {
  margin-left: 5px;
  margin-right: inherit;
}
.blog-wrapper .more-post li {
  margin-bottom: 10px;
}
.blog-wrapper .blog-comment img {
  width: auto !important;
  float: left;
  margin-right: 12px;
}
.rtl .blog-wrapper .blog-comment img {
  float: right !important;
}
.rtl .blog-wrapper .blog-comment img {
  margin-left: 12px;
  margin-right: inherit;
}

#ves_blog_search_block button {
  margin-top: 10px;
}

.blog-post .blog-comment {
  line-height: normal;
}

.owlproductcarousel {
  overflow: hidden;
}
.owlproductcarousel .block-content {
  border: 0;
  padding: 0!important;
}
.owlproductcarousel .owl-controls .owl-buttons {
  position: absolute;
  right: 0;
  top: -46px;
  width: 80px;
}
.rtl .owlproductcarousel .owl-controls .owl-buttons {
  left: 0;
  right: auto;
}
.owlproductcarousel .owl-controls .owl-buttons .owl-prev,
.owlproductcarousel .owl-controls .owl-buttons .owl-next {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.owlproductcarousel .owl-controls .owl-buttons .owl-prev i,
.owlproductcarousel .owl-controls .owl-buttons .owl-next i {
  font-style: normal;
}
.owlproductcarousel .owl-controls .owl-buttons div {
  background: transparent;
  cursor: pointer;
  width: 20px;
  height: 28px;
  border: 0!important;
  line-height: 28px;
  font-size: 18px!important;
  color: #aaa!important;
}
.owlproductcarousel .owl-controls .owl-buttons div:hover {
  color: #ff8040 !important;
}
.owlproductcarousel .owl-theme .owl-controls {
  margin: 0;
}

.block-danger.productcarousel {
  overflow: visible;
  z-index: 1;
  float: left;
  width: 100%;
}
.rtl .block-danger.productcarousel {
  float: right !important;
}
.block-danger.productcarousel .block-title {
  color: #ff8040;
  border-top: 3px solid #ff8040;
}
.block-danger.productcarousel .owl-carousel .owl-wrapper-outer {
  overflow: visible;
}

.main-content {
  overflow: hidden;
}

.ves-brandcarousel {
  background: transparent;
}
.ves-brandcarousel .block-content {
  padding: 20px 0;
}
.ves-brandcarousel:hover .owl-buttons .owl-prev,
.ves-brandcarousel:hover .owl-buttons .owl-next {
  display: block!important;
}
.ves-brandcarousel .owl-item {
  text-align: center;
}
.ves-brandcarousel .item-inner > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.ves-brandcarousel .owl-theme .owl-controls {
  margin-top: 0;
}
.ves-brandcarousel .owl-theme .owl-controls .owl-buttons div {
  cursor: pointer;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 50px;
  font-size: 24px;
  margin: 5px 2px;
  background: transparent;
  color: #999;
  border: 1px dashed #e6e6e6;
  position: absolute;
  top: 5%;
}
.ves-brandcarousel .owl-theme .owl-controls .owl-buttons div:hover {
  border-color: #ff8040;
  color: #ff8040;
}
.ves-brandcarousel .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 30px;
}
.ves-brandcarousel .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 30px;
}
.ves-brandcarousel .owl-theme .owl-controls .owl-page span {
  background: #999999;
  margin: 5px 3px;
}
.ves-brandcarousel .owl-theme .owl-controls .owl-page.active span, .ves-brandcarousel .owl-theme .owl-controls .owl-page:hover span {
  background: #ff8040;
}

.categorytabs {
  margin-bottom: 0!important;
}
.categorytabs .block-title {
  background: white;
  z-index: 10;
}
.categorytabs .block-title h3 {
  line-height: 20px;
  font-weight: 500;
}
.categorytabs .block-content {
  padding: 0!important;
}
.categorytabs .tab-nav {
  background: white;
  width: 100%;
  z-index: 10;
}
.categorytabs .nav-tabs {
  border: 0;
  padding: 0;
}
.categorytabs .nav-tabs > li {
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.categorytabs .nav-tabs > li:last-child {
  border: 0!important;
}
.categorytabs .nav-tabs > li > a {
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 300;
}
.categorytabs .nav-tabs > li.active > a, .categorytabs .nav-tabs > li.active > a:hover, .categorytabs .nav-tabs > li.active > a:focus {
  background: none;
  border-color: transparent!important;
  color: black;
}
.categorytabs .nav > li > a:hover, .categorytabs .nav > li > a:focus {
  background: none;
  border-color: transparent;
}
.categorytabs .row.products-row {
  margin: 0;
  border-bottom: 0;
}
.categorytabs .product-col {
  padding: 0 12px;
}
.categorytabs .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  margin: 15% 0 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.categorytabs .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 3px;
}
.categorytabs .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 3px;
}
.categorytabs:hover {
  z-index: 1;
}
.categorytabs:hover .owl-carousel .owl-wrapper-outer {
  overflow: visible;
}
.categorytabs:hover .owl-theme .owl-controls .owl-buttons div {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

#ves-instagram {
  margin: 0;
}
#ves-instagram .row {
  margin: 0!important;
}
#ves-instagram .block-content {
  padding: 0;
}
#ves-instagram .block-content .item-box-title .block-title {
  border: 0;
  position: absolute;
  z-index: 1;
  color: white;
  text-align: center;
  top: 30%;
  width: 100%;
  left: 0;
}
.rtl #ves-instagram .block-content .item-box-title .block-title {
  right: 0;
  left: auto;
}
#ves-instagram .block-content .item-box-title .block-title h2 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  font-family: "fashionista";
  text-transform: none;
  font-weight: 100;
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 46px;
}
.rtl #ves-instagram .block-content .item-box-title .block-title h2 {
  padding-right: 46px;
  padding-left: inherit;
}
#ves-instagram .block-content .item-box-title .block-title h2::before {
  content: "\f16d";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
}
.rtl #ves-instagram .block-content .item-box-title .block-title h2::before {
  right: 0;
  left: auto;
}
#ves-instagram .block-content .item-box-title .block-title span {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  display: block;
}
#ves-instagram .block-content .item-box-title .block-title::before {
  background: none;
  height: 0;
  width: 0;
}
#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;
  background: rgba(34, 59, 79, 0.6);
  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;
}

/* Ves Testimonial */
.vestestimonialcarousel .vestestimonial {
  padding: 10%;
}
.vestestimonialcarousel .testimonial-item .post-image {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
}
.vestestimonialcarousel .testimonial-item .profile p {
  margin: 0;
}

/* Ves Tabs Home */
.producttabs {
  border-top: 3px solid #3c52b5;
}
.producttabs .nav-tabs > li.active > a, .producttabs .nav-tabs > li.active > a:hover, .producttabs .nav-tabs > li.active > a:focus {
  border-color: transparent;
  background: transparent;
  color: #3c52b5;
}
.producttabs .nav-tabs > li {
  float: left;
}
.rtl .producttabs .nav-tabs > li {
  float: right !important;
}
.producttabs .nav > li > a:hover, .producttabs .nav > li > a:focus {
  background: transparent!important;
  border-color: transparent;
  color: #3c52b5;
}
.producttabs .nav-tabs > li > a {
  line-height: 42px;
  font-family: "Rhodium Libre", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.producttabs .nav-tabs {
  margin: 0;
}
.producttabs .first.product-col {
  border: 0!important;
}
.producttabs .product-block .image {
  margin-bottom: 10px;
}
.producttabs .product-block .product-meta {
  min-height: 135px;
}
.producttabs .carousel-inner:hover {
  overflow: visible;
}

.block-warning.producttabs {
  border-top: 3px solid #ff8040;
}
.block-warning.producttabs .product-block {
  margin-top: 20px;
  margin-bottom: 20px!important;
}
.block-warning.producttabs .row.products-row {
  border-bottom: 1px solid #e6e6e6 !important;
}
.block-warning.producttabs .nav-tabs > li.active > a, .block-warning.producttabs .nav-tabs > li.active > a:hover, .block-warning.producttabs .nav-tabs > li.active > a:focus {
  color: #ff8040;
}
.block-warning.producttabs .nav > li > a:hover, .block-warning.producttabs .nav > li > a:focus {
  color: #ff8040;
}

/* Gallery Image */
.ves-gallery .block-content {
  overflow: hidden;
}
.ves-gallery .row {
  margin-left: 0;
  margin-right: 0;
}
.ves-gallery .owl-theme .owl-controls {
  margin: 0!important;
}
.ves-gallery .desc-gallery {
  position: absolute;
  color: white;
  left: 0;
  right: 0;
  top: 28%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: uppercase;
}
.ves-gallery .desc-gallery .gellary-description {
  position: relative;
  margin-bottom: 30px;
}
.ves-gallery .desc-gallery .gellary-description::after {
  content: "";
  background: #ff8040;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
.ves-gallery .desc-gallery a {
  font-size: 11px;
  color: white;
}
.ves-gallery .desc-gallery a .md {
  margin-left: 10px;
}
.rtl .ves-gallery .desc-gallery a .md {
  margin-right: 10px;
  margin-left: inherit;
}
.ves-gallery .desc-gallery a:hover {
  color: #ff8040;
}
.ves-gallery .w-gallery {
  color: white;
  position: relative;
  overflow: hidden;
}
.ves-gallery .w-gallery > a {
  display: block;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.ves-gallery .w-gallery img {
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.ves-gallery .w-gallery:hover > a {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.ves-gallery .w-gallery:hover img {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.owl-carousel .owl-wrapper {
  float: left;
}

.rtl .owl-controls .owl-buttons {
  margin-left: 12px;
  width: 52px!important;
}

.rtl .owl-prev {
  float: left;
}

.blog-post .blog-social .social-sharing > div {
  float: left;
}
.rtl .blog-post .blog-social .social-sharing > div {
  float: right !important;
}

/*Blog Gird */
.blogs-grid .blog-title {
  font-size: 18px;
  line-height: 24px;
}
.blogs-grid .ves-description p {
  max-height: 98px;
  overflow: hidden;
}

/*Blog Second */
.blogs-second .blog-title {
  font-size: 15px;
}
.blogs-second .ves-description {
  max-height: 90px;
  overflow: hidden;
}

/*Blog Masonry */
.blogs-masonry .ves-description {
  max-height: 70px;
  overflow: hidden;
}
.blogs-masonry .blog-meta > span {
  float: left;
  margin-bottom: 3px;
}
.rtl .blogs-masonry .blog-meta > span {
  float: right !important;
}
.blogs-masonry .created-date {
  display: none;
}
.blogs-masonry .blog-title {
  font-size: 13px;
  min-height: 60px;
}
.blogs-masonry .blog-bottom {
  float: left;
  width: 100%;
}
.rtl .blogs-masonry .blog-bottom {
  float: right !important;
}
.blogs-masonry .blog-meta a {
  color: #ff8040;
}
.blogs-masonry .blog-meta a:hover {
  text-decoration: underline;
}

/*Blog Thumb View */
.blogs-thumb_view .blog-title {
  padding-top: 10px;
  font-size: 16px;
  line-height: 25px;
}
.blogs-thumb_view .ves-description {
  max-height: 56px;
  line-height: 20px;
  overflow: hidden;
}

.account-login .form-list li {
  overflow: visible;
}

.carousel-control.right, .carousel-control.left {
  background: transparent!important;
  text-shadow: none!important;
  color: #999!important;
  font-size: 18px;
}

.carousel-controls {
  position: absolute;
  right: 0;
  top: 18px;
  width: 66px;
}
.rtl .carousel-controls {
  left: 0;
  right: auto;
}

/*Scroll tabs*/
#j-floor-fixed-panel-sidebar .floor-fixed-panel {
  width: 50px!important;
  z-index: 9998!important;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li {
  height: 50px;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li span {
  margin-left: 50px!important;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a {
  height: 50px;
  line-height: 50px;
  background-color: black;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a i {
  background-color: black !important;
  height: 50px;
  width: 50px;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a i::before {
  content: "";
  position: absolute;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  right: -5px;
  top: 42%;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover {
  left: 0;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover i::before {
  border: 0!important;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active.floor-skin-skin1, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover.floor-skin-skin1 {
  background: #f44336;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active.floor-skin-skin2, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover.floor-skin-skin2 {
  background: #3c52b5;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active.floor-skin-skin3, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover.floor-skin-skin3 {
  background: #03a9f5;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active.floor-skin-skin4, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover.floor-skin-skin4 {
  background: #8cc34b;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active.floor-skin-skin5, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover.floor-skin-skin5 {
  background: #efce1b;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active.floor-skin-skin6, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover.floor-skin-skin6 {
  background: #fe9901;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active.floor-skin-skin7, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover.floor-skin-skin7 {
  background: #795549;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active.floor-skin-skin8, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover.floor-skin-skin8 {
  background: #009788;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active i.icon1, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover i.icon1 {
  background-color: #f44336!important;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active i.icon1::before, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover i.icon1::before {
  border-left-color: #f44336;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active i.icon2, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover i.icon2 {
  background-color: #3c52b5!important;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active i.icon2::before, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover i.icon2::before {
  border-left-color: #3c52b5;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active i.icon3, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover i.icon3 {
  background-color: #03a9f5!important;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active i.icon3::before, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover i.icon3::before {
  border-left-color: #03a9f5;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active i.icon4, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover i.icon4 {
  background-color: #8cc34b!important;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active i.icon4::before, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover i.icon4::before {
  border-left-color: #8cc34b;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active i.icon5, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover i.icon5 {
  background-color: #efce1b!important;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active i.icon5::before, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover i.icon5::before {
  border-left-color: #efce1b;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active i.icon6, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover i.icon6 {
  background-color: #fe9901!important;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active i.icon6::before, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover i.icon6::before {
  border-left-color: #fe9901;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active i.icon7, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover i.icon7 {
  background-color: #795549!important;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active i.icon7::before, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover i.icon7::before {
  border-left-color: #795549;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active i.icon8, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover i.icon8 {
  background-color: #009788!important;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li a.active i.icon8::before, #j-floor-fixed-panel-sidebar .floor-fixed-panel li a:hover i.icon8::before {
  border-left-color: #009788;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li i.icon1 {
  background: url("../../../images/icon1.png") scroll center center no-repeat;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li i.icon2 {
  background: url("../../../images/icon2.png") scroll center center no-repeat;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li i.icon3 {
  background: url("../../../images/icon3.png") scroll center center no-repeat;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li i.icon4 {
  background: url("../../../images/icon4.png") scroll center center no-repeat;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li i.icon5 {
  background: url("../../../images/icon5.png") scroll center center no-repeat;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li i.icon6 {
  background: url("../../../images/icon6.png") scroll center center no-repeat;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li i.icon7 {
  background: url("../../../images/icon7.png") scroll center center no-repeat;
}
#j-floor-fixed-panel-sidebar .floor-fixed-panel li i.icon8 {
  background: url("../../../images/icon8.png") scroll center center no-repeat;
}

#tab-faqquestion .faqsaddslide .btn-slide {
  background: #ff8040;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#tab-faqquestion .faqsaddslide .btn-slide:hover {
  background: black;
}

div.at4-arrow {
  text-indent: -9999px !important;
}

.rtl div.at4-arrow {
  text-indent: 9999px!important;
}

.gallery-carousel {
  position: relative;
}

.price {
  color: #f44336;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.price .price-label {
  display: none;
}
.price .price-old, .price .old-price {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.price .price-old .price, .price .old-price .price {
  color: #666666;
  font-size: 12px;
  text-decoration: line-through;
  font-weight: 400 !important;
}

.price-as-configured .price-label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}

.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: "Poppins", sans-serif;
  color: #999999;
  padding-top: 20px;
}

.block-deal-info .block-title {
  display: none;
}
.block-deal-info .block-content {
  background: transparent;
  padding: 0;
}
.block-deal-info .deal_detail {
  padding: 20px 0;
}

/* product style */
.product-block {
  position: relative;
  margin: 0;
}
.product-block .price {
  min-height: 25px;
}
.product-block .price .price-label {
  font-size: 12px -1 !important;
  color: black;
  font-weight: 300;
  display: none !important;
}
.product-block .price .price-from,
.product-block .price .price-to {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block .price p {
  margin-bottom: 0;
}
.product-block .description {
  display: none;
  font-size: 11px;
}
.product-block .product-rating, .product-block .norating {
  line-height: 22px;
  min-height: 25px;
  height: 25px;
  height: auto !important;
  font-size: 12px;
}
.product-block .name {
  margin-bottom: 6px;
  line-height: 18px;
  height: 36px;
  overflow:hidden;
}
.product-block .name a {
  color: black !important;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block .name a:hover {
  text-decoration: underline;
}
.product-block .image-gallery {
  border: solid 4px #b3b3b3;
  position: absolute;
  top: 0;
  left: -80px;
  display: none;
}
.product-block .image-gallery .product-image {
  width: 75px;
  overflow: hidden;
  cursor: hand;
  cursor: pointer;
}
.product-block .image-gallery .arrow {
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid #b3b3b3;
  border-top: 5px solid rgba(0, 0, 0, 0);
  margin: -5px 0;
  position: absolute;
  right: -9px;
  top: 50%;
}
.product-block .image {
  position: relative;
  padding: 15px 15px 5px;
  border: 0px;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  /*swap image*/
}
.product-block .image .product-img a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
}
.product-block .image .product-image {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-block .image .product-image img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  max-width: 100%;
  height: auto;
}
.product-block .image .hover-image {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  visibility: hidden;
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
}
.rtl .product-block .image .hover-image {
  right: 0;
  left: auto;
}
.product-block .image .hover-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.product-block .image:hover .hover-image {
  visibility: visible;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block .product-meta {
  width: 100%;
  padding: 0 15px;
  position: relative;
  margin-bottom: 10px;
}
.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);
}

.onsale,
.new-icon {
  background: #f44336;
  padding: 2px 10px;
  line-height: 22px;
  color: white;
  position: absolute;
  top: 15px;
  font-weight: 600;
  font-size: 11px;
  z-index: 99;
  text-align: center;
}
.onsale::before,
.new-icon::before {
  content: "";
  border-left: 5px solid transparent;
  border-bottom: 5px solid white;
  border-top: 5px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.rtl .onsale::before, .rtl
.new-icon::before {
  border-right: 5px solid transparent;
  border-left: inherit;
}
.rtl .onsale::before, .rtl
.new-icon::before {
  left: 0;
  right: auto;
}

.new-icon {
  background: #64b7f6;
  right: 15px;
}
.rtl .new-icon {
  left: 15px;
  right: auto;
}

.onsale {
  left: 15px;
}
.rtl .onsale {
  right: 15px;
  left: auto;
}

.availability .out-of-stock {
  font-size: 11px;
  background: #5bc0de;
  color: white;
}
.availability .available-now {
  font-size: 11px;
  background: #f0ad4e;
  color: white;
}

.product-label {
  color: white;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  z-index: 3;
  position: absolute;
  left: 2px;
}
.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: #d64153;
}
.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: #bc283a;
}
.product-label.sale-percent-box {
  background-color: #d64153;
  right: 0;
  left: inherit;
  bottom: 0;
}
.product-label.sale-percent-box[href]:hover, .product-label.sale-percent-box[href]:focus {
  background-color: #bc283a;
}

.ratings {
  line-height: 20px;
}
.ratings .separator {
  color: #999;
}
.ratings .rating-links {
  margin: 0!important;
}

.rating-box {
  background: url(../../../images/rating-blank-star.png) repeat-x;
  clear: right;
  margin: 4px 3px 0 0;
  position: relative;
  width: 50px;
  height: 8px;
  float: left;
}
.rtl .rating-box {
  float: right !important;
}
.rating-box .rating {
  background: url(../../../images/rating-full-star.png) repeat-x;
  height: 11px;
  left: 0;
  position: absolute;
  top: 0;
}

#products-grid.products-block .desc,
.product-grid .desc,
.products-grid .desc {
  display: none;
}

#products-grid, #products-list {
  background: white;
}

#products-grid .product-col.first {
  border-left: 1px solid transparent;
}
.rtl #products-grid .product-col.first {
  border-right: 1px solid transparent;
  border-left: inherit;
}

.row.products-row {
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}
.row.products-row .product-col {
  padding: 0;
  border-left: 1px solid #e6e6e6;
}
.rtl .row.products-row .product-col {
  border-right: 1px solid #e6e6e6;
  border-left: inherit;
}

.carousel .carousel-control {
  width: 40px;
  height: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  line-height: 40px;
  background: transparent;
  color: #e6e6e6;
  top: 17%;
  visibility: hidden;
  z-index: 99;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  text-shadow: none;
}
.carousel .carousel-control:hover {
  background: #ff8040;
  border-color: #ff8040;
  color: white;
}
.carousel .carousel-control.left {
  margin-left: 10px;
}
.carousel .carousel-control.right {
  margin-right: 10px;
}
.carousel:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

/* product list mode  */
.products-list .products-row {
  border: none;
}
.products-list .products-row .col-fullwidth {
  width: 100% !important;
  float: left;
  margin: 0;
}
.rtl .products-list .products-row .col-fullwidth {
  float: right !important;
}
.products-list .products-row .product-col {
  border-right: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid transparent!important;
  border-right: 1px solid transparent!important;
}
.products-list .product-block {
  padding: 20px 0;
  text-align: left;
  float: left;
}
.rtl .products-list .product-block {
  text-align: right !important;
}
.rtl .products-list .product-block {
  float: right !important;
}
.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 .right {
  box-shadow: none!important;
  padding: 0!important;
}
.products-list .product-block .product-meta {
  padding: 0;
  float: left;
  width: 64%;
}
.rtl .products-list .product-block .product-meta {
  float: right !important;
}
.products-list .product-block .product-meta .desc {
  padding-bottom: 20px;
}
.products-list .product-block .name a {
  min-height: 30px !important;
  font-weight: 600;
  color: black;
  font-size: 14px;
}
.products-list .product-block:hover {
  box-shadow: none!important;
}
.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 .description {
  display: block;
}
.products-list .price-tax {
  display: block;
}
.products-list .name {
  min-height: 20px;
  margin-top: 10px;
}
.products-list .image {
  float: left;
  margin: 0 20px 0 0;
  margin-right: 20px;
  text-align: center;
  width: 33%;
}
.rtl .products-list .image {
  float: right !important;
}
.rtl .products-list .image {
  margin-left: 20px;
  margin-right: inherit;
}
.products-list .image img {
  padding: 0;
  border: 0;
}
.products-list .image:hover .info-view {
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-list .cart {
  margin: 0!important;
  padding: 0;
}
.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 .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: "Poppins", sans-serif;
}
.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 */
.product-grid {
  position: relative;
  background-color: white;
}
.product-grid.last {
  border: 0;
}
.product-grid .description, .product-grid .price-tax {
  display: none;
}

.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: #fff;
  padding: 20px;
}
.product-detail.vesquickview .tabs-group, .product-detail.vesquickview .block-related {
  display: none;
}

.product-info {
  background: white;
  padding: 20px 20px 40px;
}
.product-info .image-additional:hover .carousel-control.left, .product-info .image-additional:hover .carousel-control.right {
  display: block;
}
.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 .price-box {
  margin-bottom: 15px;
}
.product-info h1 {
  font-size: 25px;
  line-height: 34px;
  margin-top: 0;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  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 {
  background: white;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  width: auto;
  float: none!important;
  margin-left: 0!important;
  margin-right: 0!important;
  border: 1px solid #e6e6e6;
}
.product-info .carousel-inner .item img {
  margin-bottom: 0;
}
.product-info .image-additional {
  width: auto;
  overflow: visible;
}
.product-info .image-additional a {
  padding: 0 5px;
}
.product-info .image-additional img {
  border: 1px solid #e6e6e6;
}
.product-info .carousel-control {
  color: #75716c;
  font-size: 15px;
  margin: -6px 0;
  padding-top: 4px;
  text-align: center;
  top: 35%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  padding: 0;
  bottom: auto;
  display: none;
}
.product-info .carousel-control.left {
  left: 0!important;
  right: auto!important;
}
.product-info .carousel-control.right {
  right: 0!important;
  left: auto!important;
}
.product-info .share {
  padding: 40px 0 20px;
  float: left;
}
.product-info .share:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.rtl .product-info .share {
  float: right !important;
}
.product-info .product-brand {
  margin-bottom: 20px;
}
.product-info .price {
  padding: 10px 0;
  font-size: 27px;
}
.product-info .price .availability {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.product-info .price .text-price {
  display: none;
}
.product-info .price .price-gruop, .product-info .price .price-old {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #666666;
}
.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 .email-friend .custom-bg {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.product-info .custom-bg {
  background: #333333;
  color: #fff;
  font-size: 10px;
  margin-right: 5px;
  padding: 5px;
  font-family: "FontAwesome" !important;
}
.product-info .availability {
  font-family: "Poppins", sans-serif;
  color: #333333;
}
.product-info .availability span {
  font-family: "Poppins", sans-serif;
}
.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-top: 5px;
}
.rtl .product-info .rating-box {
  float: right !important;
}
.product-info .description {
  border: 0;
  padding: 0;
  font-size: 12px;
  color: #999999;
}
.product-info .description .short-description {
  margin: 20px 0;
}
.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 dd input, .product-info .description dd select, .product-info .description dd textarea, .product-info .description dd button {
  width: auto;
}
.product-info .description dl {
  margin-bottom: 0 !important;
}
.product-info .description label {
  font-size: 17px;
  color: #333333;
}
.product-info .product-extra label {
  font-size: 17px;
  color: #333333;
}
.product-info .carousel-inner {
  clear: both;
}
.product-info .carousel-inner .item {
  text-align: center;
  width: 100%;
}
.product-info .carousel-inner .item img {
  margin-bottom: 15px;
}
.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;
}
.product-info .review > div > span {
  color: #38B0E3;
}
.product-info .product-options-bottom .price-box {
  display: none;
}
.product-info .add-to-box {
  width: 100%;
}
.product-info .add-cart {
  margin-left: 15px;
}
.rtl .product-info .add-cart {
  margin-right: 15px;
  margin-left: inherit;
}
.product-info .product-extra,
.product-info .product-options-bottom {
  position: relative;
}
.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: 10px;
  min-height: 38px;
}
.product-info .product-extra .quantity-adder input,
.product-info .product-options-bottom .quantity-adder input {
  border: 1px solid #e6e6e6;
}
.product-info .product-extra .quantity-adder label,
.product-info .product-options-bottom .quantity-adder label {
  float: left;
  color: #888;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
}
.rtl .product-info .product-extra .quantity-adder label, .rtl
.product-info .product-options-bottom .quantity-adder label {
  float: right !important;
}
.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: 26px;
  height: 20px;
  position: relative;
  cursor: pointer;
  font-size: 9px;
  line-height: 19px;
  text-align: center;
  color: black;
  background: #f8f9fb;
  border: 1px solid #e6e6e6;
  margin-left: -1px;
}
.rtl .product-info .product-extra .add-action, .rtl
.product-info .product-options-bottom .add-action {
  margin-right: -1px;
  margin-left: inherit;
}
.product-info .product-extra .add-action:hover,
.product-info .product-options-bottom .add-action:hover {
  color: #ff8040;
}
.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: #ff5e0d;
}
.product-info .product-extra .btn-cart,
.product-info .product-options-bottom .btn-cart {
  background: #ff8040;
  border-color: transparent;
  height: 40px;
}
.product-info .product-extra .btn-cart:hover,
.product-info .product-options-bottom .btn-cart:hover {
  background: black;
}
.product-info .product-extra .quantity-number label,
.product-info .product-options-bottom .quantity-number label {
  font-size: 13px;
  font-weight: 400;
}
.product-info .product-extra .quantity-number input,
.product-info .product-options-bottom .quantity-number input {
  min-width: 40px;
  width: 40px!important;
  height: 40px;
  text-align: center;
}
.product-info .product-extra .add-to-links,
.product-info .product-options-bottom .add-to-links {
  width: auto!important;
}
.product-info .product-extra .add-to-links a,
.product-info .product-options-bottom .add-to-links a {
  font-size: 14px;
  color: black;
  border: 1px solid #e6e6e6;
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left;
  margin-left: 15px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}
.rtl .product-info .product-extra .add-to-links a, .rtl
.product-info .product-options-bottom .add-to-links a {
  float: right !important;
}
.rtl .product-info .product-extra .add-to-links a, .rtl
.product-info .product-options-bottom .add-to-links a {
  margin-right: 15px;
  margin-left: inherit;
}
.product-info .product-extra .add-to-links a:hover,
.product-info .product-options-bottom .add-to-links a:hover {
  color: #ff8040;
}
.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;
}
.product-info .product-options {
  margin-bottom: 20px;
}
.product-info .product-options .input-box {
  margin-bottom: 20px;
}
.product-info .product-options label.required {
  font-size: 12px;
}

.grouped-items-table th, .grouped-items-table td {
  font-size: 12px;
}

.tabs-group {
  overflow: hidden;
  padding: 0 20px 30px;
}
.tabs-group .htabs {
  padding: 0;
}
.tabs-group .htabs .nav-tabs {
  border: none;
}
.tabs-group .tab-contents {
  padding: 0 30px;
  border: 1px solid #e6e6e6;
}
.tabs-group .tab-contents .input-box {
  margin: 10px 0;
}
.tabs-group .tab-contents h2 {
  border-bottom: 1px solid #e6e6e6;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #333333;
}
.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-reviews {
  padding: 15px 0;
}

.product-default2 .product-info .image {
  background: white;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  width: auto;
  float: none!important;
  margin-left: 0!important;
  margin-right: 0!important;
}
.product-default2 .product-info .carousel-inner .item img {
  margin-bottom: 0;
}
.product-default2 .product-info .image-additional {
  width: auto;
  overflow: visible;
}
.product-default2 .product-info .carousel-control {
  color: #75716c;
  font-size: 15px;
  margin: -6px 0;
  padding-top: 4px;
  text-align: center;
  top: 35%;
  bottom: auto;
}
.product-default2 .product-info .carousel-control.left {
  left: 0!important;
  right: auto!important;
}
.product-default2 .product-info .carousel-control.right {
  right: 0!important;
  left: auto!important;
}
.product-default2 .htabs ul li {
  float: none!important;
  display: block!important;
}
.product-default2 .htabs ul li a {
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}
.product-default2 .htabs ul li:last-child a {
  border: 0;
}
.product-default2 .htabs ul li a.selected::before {
  background: white none repeat scroll 0 0;
  right: -1px;
  content: "";
  height: 100%;
  left: auto;
  right: -1px;
  top: 0;
  position: absolute;
  width: 1px;
  z-index: 10;
}
.rtl .product-default2 .htabs ul li a.selected::before {
  left: -1px;
  right: auto;
}
.product-default2 .tabs-group {
  border: 1px solid #e6e6e6;
}
.product-default2 .tabs-group .tab-contents {
  border: 0;
  border-left: 1px solid #e6e6e6;
  min-height: 210px;
}
.rtl .product-default2 .tabs-group .tab-contents {
  border-right: 1px solid #e6e6e6;
  border-left: inherit;
}

.block-tags .actions {
  padding-top: 10px;
  font-size: 11px;
}

/* 
 *  LISTING PRODUCTS PAGE 
 */
.product-filter {
  background-color: white;
  font-size: 12px;
  margin-bottom: 20px;
  padding-left: 12px;
}
.rtl .product-filter {
  padding-right: 12px;
  padding-left: inherit;
}
.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 #e6e6e6;
  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: #ff8040;
  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: #ff8040;
  background-position: -31px -31px;
}
.product-filter .display a.active, .product-filter .display a:hover {
  background-color: #ff8040;
  border: 1px solid #ff8040;
}
.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;
}

.block-related .onsale, .block-related .new-icon {
  display: none;
}

#upsell {
  position: relative;
  z-index: 100;
}

.block-related .block {
  margin-bottom: 80px;
}
.block-related .block-subtitle {
  font-size: 11px;
  font-weight: bold;
  position: absolute;
}

#products-grid .configurable-swatch-list {
  position: absolute;
  top: -30px;
}

.block-layered-nav .configurable-swatch-list > li {
  display: inline-block;
  float: left;
  width: auto !important;
}
.rtl .block-layered-nav .configurable-swatch-list > li {
  float: right !important;
}
.block-layered-nav .configurable-swatch-list > li:before {
  content: "";
}

.category-info .category-image {
  margin-bottom: 30px;
}

.sorter .view-mode strong.grid .fa {
  font-size: 14px;
}

/*** widgets using inside megamenu ***/
.ves-widget .menu-title,
.ves-widget .widget-title {
  text-transform: uppercase;
  font-family: "Rhodium Libre", sans-serif;
  font-weight: 500;
  color: #222;
  line-height: 36px;
  margin-bottom: 15px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e6e6e6;
}
.ves-widget img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ves-widget .widget-brand-list h3 {
  display: none;
}
.ves-widget .widget-brand-list .post-item.itemcol {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 20px;
  margin-bottom: 15px;
}
.rtl .ves-widget .widget-brand-list .post-item.itemcol {
  margin-left: 20px;
  margin-right: inherit;
}

.ves-megamenu .widget-product-list .image {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  width: 30%;
  padding: 0!important;
}
.rtl .ves-megamenu .widget-product-list .image {
  float: right !important;
}
.rtl .ves-megamenu .widget-product-list .image {
  margin-left: 10px;
  margin-right: inherit;
}
.ves-megamenu .widget-product-list .product-block {
  text-align: left;
  margin-bottom: 15px;
}
.rtl .ves-megamenu .widget-product-list .product-block {
  text-align: right !important;
}
.ves-megamenu .widget-product-list .product-block .name a {
  display: block;
}
.ves-megamenu .widget-product-list .product-block .cart {
  display: none;
}
.ves-megamenu .widget-product-list .product-block .price .price-old, .ves-megamenu .widget-product-list .product-block .price .old-price {
  display: inline-block!important;
}
.ves-megamenu .widget-product-list .product-block:hover {
  position: relative;
  box-shadow: none!important;
}

#ves-verticalmenu a {
  color: #666;
}
#ves-verticalmenu .w-product {
  float: left;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.rtl #ves-verticalmenu .w-product {
  float: right !important;
}
.rtl #ves-verticalmenu .w-product {
  margin-left: 2%;
  margin-right: inherit;
}
#ves-verticalmenu .w-product .cart {
  display: none;
}
#ves-verticalmenu .w-product .image {
  padding: 0!important;
}
#ves-verticalmenu .w-product:hover {
  box-shadow: none!important;
}
#ves-verticalmenu .menu-custom1 a {
  margin: 10px 0 15px;
  float: left;
  width: 100%;
}
.rtl #ves-verticalmenu .menu-custom1 a {
  float: right !important;
}
#ves-verticalmenu .menu-custom1 .item {
  padding-left: 10px;
  padding-right: 10px;
}
#ves-verticalmenu .a-right a {
  font-weight: 500;
  color: #ff8040;
}
#ves-verticalmenu .a-right a:hover {
  text-decoration: underline;
}

.widget-newsletter .block-content {
  position: relative;
}
.widget-newsletter .input-box {
  padding-right: 40px;
}
.rtl .widget-newsletter .input-box {
  padding-left: 40px;
  padding-right: inherit;
}
.widget-newsletter .input-box span {
  color: black;
  border-right: 1px solid #222222;
  line-height: 25px;
  margin: 10px 12px;
  padding: 0 10px;
  position: absolute;
  text-transform: uppercase;
}
.rtl .widget-newsletter .input-box span {
  border-left: 1px solid #222222;
  border-right: inherit;
}
.widget-newsletter .form-control {
  height: 45px;
  padding-left: 110px;
  box-shadow: none!important;
  border: 0!important;
}
.rtl .widget-newsletter .form-control {
  padding-right: 110px;
  padding-left: inherit;
}
.widget-newsletter .actions {
  position: absolute;
  right: 0;
  top: 0;
}
.rtl .widget-newsletter .actions {
  left: 0;
  right: auto;
}
.widget-newsletter .actions button {
  background: #f44336;
  border-radius: 0;
  padding: 0 10px;
  font-size: 20px;
  height: 45px;
  width: 50px;
  border-color: transparent;
}
.widget-newsletter .actions button:hover {
  background: #ff8040;
}

.block.block-twitter-widget {
  padding-left: 3%;
}
.rtl .block.block-twitter-widget {
  padding-right: 3%;
  padding-left: inherit;
}
