@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet);


/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@email:venustheme@gma.ves-megamenu .navbar-nav > li > ail.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 
 */
/*  product block gird*/
/*  product block list*/
/******************************************************
 * @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 
 */
/*  product block gird*/
/*  product block list*/
/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/* RIGHT TO LEFT */
/**
/**
 * BASE CSS STYLES
 */
* {
  margin: 0;
  padding: 0;
}

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

body {
  background-color: #f3f3f3;
  color: #999999;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: inherit;
  color:#808080;
}

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: #333333;
}

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

/* 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: #f37351;
}
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: #222222;
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.tree-menu > ul > li ul {
  display: none;
}
.tree-menu > ul > li a.active {
  font-weight: bold;
  color: #E02673;
}
.tree-menu > ul > li a.active + ul {
  display: block;
  padding: 0 0 10px 10px;
}
.tree-menu > ul > li ul > li {
  padding-left: 30px;
}
.tree-menu > ul > li ul > li > a {
  text-decoration: none;
  display: block;
  padding: 8px 0;
  color: #999999;
}
.tree-menu > ul > li ul > li > a.active {
  font-weight: bold;
  color: #f37351;
}

/* 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 !important;
}

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

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

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

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

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

.f-right {
  float: right !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;
}

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

/* ======================================================================================= */
.close {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* tab style */
.htabs ul li {
  margin: 0;
  float: left;
  display: inline-block;
  padding: 0px 60px 0px 0px;
}
.rtl .htabs ul li {
  float: right !important;
}
.rtl .htabs ul li {
  padding: 0px 0px 0px 60px;
}
.htabs ul li a {
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 5px;
  border: none;
  margin: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 40px;
  color: #999;
  display: block;
  font-family: inherit;
}


.htabs ul li a.selected, .htabs ul li a:hover {
  height: 40px;
  background: none;
  border: none;
  color: #222222;
  /*border-bottom: 2px dotted #222222;*/
}
.htabs.tabs-center {
  text-align: center;
}
.htabs.tabs-center ul li {
  padding: 0px 50px !important;
  float: none;
}

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: #f4f4f4;
  cursor: pointer;
}

.dropdown {
  display: block !important;
}

#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-image: url("../images/i_asc_arrow.gif");
  background-repeat: no-repeat;
  background-position: left 15px;
  padding-left: 15px;
  padding-top: 10px;
  text-align: left;
  line-height: 20px;
}
.rtl .validation-advice {
  background-position: right 15px;
}
.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;
}

.select_link {
  display: inline-block !important;
  border: 2px solid #ddd;
  margin: 0px 5px;
  line-height: 30px;
}
.select_link > span,
.select_link > a {
  display: inline-block;
  position: relative;
  padding: 0px 36px 0px 15px;
}
.rtl .select_link > span, .rtl
.select_link > a {
  padding: 0px 15px 0px 36px;
}
.select_link > span:after,
.select_link > a:after {
  content: "\f103";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 16px;
  width: 10px;
  height: 10px;
}
.rtl .select_link > span:after, .rtl
.select_link > a:after {
  left: 16px;
  right: auto;
}
.select_link .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 120px;
}
.select_link .dropdown-menu li {
  display: block;
  line-height: 40px;
}
.select_link .dropdown-menu li span,
.select_link .dropdown-menu li a {
  line-height: 40px;
  padding: 0px 10px;
  display: block;
}
.select_link .dropdown-menu li span:hover,
.select_link .dropdown-menu li a:hover {
  background: #f8f8f8;
}
.select_link.open > span,
.select_link.open > a {
  background: #f1f1f1;
}
.select_link.open .dropdown-menu {
  background: #f1f1f1;
}

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

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

.block .owl-theme .owl-controls .owl-page span {
  margin: 3px;
  background: #e8e8e8;
  width: 8px;
  height: 8px;
}
.block .owl-theme .owl-controls .owl-page.active span {
  background: #f37351;
}

.action_button li a.button {
  padding: 0px 26px !important;
}

.owl-carousel {
  width: auto !important;
  margin-left: -15px;
  margin-right: -15px;
}
.owl-carousel .owl-item {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  float: left;
}

/******************************************************
 * @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: 26px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 36px;
  color: #222222;
  font-family: inherit !important;
  letter-spacing:2px;
  visibility: hidden;
}
.catalogsearch-result-index .page-title h1 {
    visibility: visible;
    padding: 0 0 30px 0;
}
.page-title {
    margin-top: 30px;
    text-align: center;
}
.page-title h1 {
  padding: 0 0 10px;
}

.category-title {
  /**display: none;**/
  margin-top: 8px;
}

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

/* Pager */
.pager {
  margin: 0 0 30px;
  text-align: center;
}
.pager .amount {
  float: left;
  margin: 0;
}
.rtl .pager .amount {
  float: right !important;
}
.pager .limiter {
  display: none;
  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: right;
}
.rtl .pager .pages {
  float: left !important;
}
.pager .pages strong {
  display: none;
}
.pager .pages ol {
  display: inline;
}
.pager .pages li {
  display: inline-block;
  margin: 0px 5px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 2px solid #f1f1f1;
}
.pager .pages li a {
  color: #222222;
  padding: 0px;
  background: none;
  border: none;
  display: block;
}
.pager .pages li:hover, .pager .pages li.current {
  background: #000;
  color:#fff;
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #000 !important;
    color: #fff !important;
}

.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: 13px;
}
.rtl .sorter .view-mode label {
  float: right !important;
}
.sorter .view-mode .grid, .sorter .view-mode .list {
  display: block;
  width: 22px;
  height: 40px;
  text-indent: 9999em;
  overflow: hidden;
  background: url(../images/view-mode.png) 0 0 no-repeat;
  float: left;
}
.rtl .sorter .view-mode .grid, .rtl .sorter .view-mode .list {
  float: right !important;
}
.sorter .view-mode strong.grid {
  background-position: -40px 18px;
}
.sorter .view-mode strong.list {
  background-position: 6px 18px;
}
.sorter .view-mode a.grid {
  background-position: -40px -26px;
}
.sorter .view-mode a.list {
  background-position: 6px -26px;
}
.sorter .view-mode a.grid:hover, .sorter .view-mode a.list:hover {
  background-color: #f8f8f8;
}
.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: #e7e7e7;
}

/* Toolbar */
.toolbar {
  line-height: 40px;
  letter-spacing: 1px;
}
.toolbar .select_link {
  line-height: 36px;
  border-color: #f1f1f1;
}
.toolbar .select_link a {
  color: #222222;
}
.toolbar .select_link .dropdown-menu {
  left: -2px;
  border: 2px solid #f1f1f1;
  top: 97%;
  z-index: 9998;
}
.rtl .toolbar .select_link .dropdown-menu {
  right: -2px;
  left: auto;
}
.toolbar label {
  margin-bottom: 0;
  padding: 0;
  color: #222222;
}
.toolbar .sorter {
  text-transform: uppercase;
  color: #222222;
}
.toolbar .pager {
  display: none;
}
.toolbar .pager li > a, .toolbar .pager li > span {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}
.toolbar .pager li > a, .toolbar .pager li > span, .toolbar .pager .pages li.current {
  padding: 0 5px;
}
.toolbar .sort-by {
  text-align: right;
}
.rtl .toolbar .sort-by {
  text-align: left !important;
}
.toolbar .sort-by select {
  width: 120px;
  height: 30px;
  padding: 4px 9px;
  line-height: 30px;
}

.toolbar-bottom .sorter {
  display: none;
}
.toolbar-bottom .pager {
  display: block;
}
.toolbar-bottom .amount {
  float: left;
  color:#808080;
  font-family:'Open Sans', sans-serif;
  letter-spacing:0px;
}
.rtl .toolbar-bottom .amount {
  float: right !important;
}

/* Content Styles ================================================================= */
.category-products {
  margin-top: 0px;
}

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

/* Advanced Search */
.advanced-search .form-list label {
  float: left;
  width: 160px;
  padding-right: 10px;
}
.rtl .advanced-search .form-list label {
  float: right !important;
}
.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;
}
.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;
}
.page-sitemap .page-title h1, .page-sitemap .category-title h1 {visibility: inherit;}
/* Shopping Cart ========================================================================= */
.cart {
  background: white;
  margin-bottom: 20px;
}
.cart .page-title {
  border-bottom: 0;
  margin: 0 0 12px;
}
.cart .page-title h1 {
  margin: 10px 0 0;
}
.cart button {
  margin-left: 5px;
}
.rtl .cart button {
  margin-right: 5px;
  margin-left: inherit;
}

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

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

/* 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 #e7e7e7;
  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 #e7e7e7;
  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-family: helvetica_light;
    font-weight:normal;
}
.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px;
}

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

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

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

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

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

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

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

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

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

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

.product-stratus-kitchen-surface .product-additional-block {
    display: none;
}
.product-stratus-kitchen .product-additional-block {
    display: none;
}

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

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

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

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

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

/* Generic Info Set */
.info-set {
  background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
  /********** Common Checkout Styles > */
}
.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.info-set .box {
  margin: 0 0 15px;
}
.info-set .box h2 {
  color: #f37351;
}
.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 #e7e7e7;
  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 #e7e7e7;
  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 .back-link {
  float: left;
}
.rtl .opc .back-link {
  float: right !important;
}
.opc .buttons-set button.button {
  float: right;
}
.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
}
.opc .buttons-set.disabled button.button {
  display: none;
}
.opc .buttons-set .please-wait {
  height: 28px;
  line-height: 28px;
}
.opc .ul {
  list-style: disc outside none;
  padding-left: 18px;
}
.opc .section {
  margin: 0 0 10px;
  padding: 0;
  clear: both;
}
.opc .section:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.opc .step-title {
  background-color: #EFEFEF;
  border: 1px solid #e0e0e0;
  padding: 8px;
  text-align: right;
  overflow: hidden;
}
.rtl .opc .step-title {
  text-align: left !important;
}
.opc .step-title .number {
  background-color: #fff;
  float: left;
  font-size: 14px;
  line-height: 16px;
  margin: 0 8px 0 0;
  padding: 3px 10px 6px;
}
 
.rtl .opc .step-title .number {
  float: right !important;
}
.opc .step-title h2 {
  color: #999;
  float: left;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  letter-spacing:1px;
}
.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: 40px 0;
}
.checkout-progress:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 2px 0 0;
  border-top: 10px solid #999999;
  padding: 5px 0 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #abb5ba;
}
.checkout-progress li.active {
  border-top-color: #f37351;
  color: #f37351;
}

.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: #f37351;
}
.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: #f37351;
}
.multiple-checkout .place-order .grand-total button.button span {
  font-size: 16px;
}
.multiple-checkout .place-order .grand-total button.button span span {
  padding: 0 45px 0 36px;
}
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
  width: 445px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
  width: 439px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 215px;
}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
  width: 209px;
}

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

/* Step 2 */
.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #e7e7e7;
  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 helveticaneuelight;
  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 #e7e7e7;
  padding: 20px 0;
}
.my-account .box-reviews .details h3,
.my-account .box-tags .details h3 {
  font-weight: 500;
  line-height: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.std {
  font-size: 13px;
  line-height: 24px;
}
.std p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom:10px;
}
.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;
  padding: 0;
}

.std ul {
  list-style: disc outside;
  padding: 24px 0 0 0px;
  background:#000;
  text-align:center;
  border:none;
}

.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;
}
.std i.fa,
.std em.fa {
  font-style: normal;
  padding-right:10px;
}

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

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

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

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

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

.btn-remove2 {
  display: block;
  width: 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-weight: 400;
  font-size: 16px;
  color: #222222;
}
.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-weight: 400;
  font-size: 14px;
  color: #222222;
}
.rtl .dashboard .box .box-title h3, .rtl .dashboard .box .box-title h4 {
  float: right !important;
}
.dashboard .box .box-title a {
  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;
}
.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;
}
.dashboard .box-reviews li.item, .dashboard .box-tags li.item {
  margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last, .dashboard .box-tags li.item.last {
  margin: 0;
}
.dashboard .box-reviews .rating-box, .dashboard .box-tags .rating-box {
  display: inline-block;
}
.dashboard .box-reviews .ratings {
  margin: 5px 0 0;
}
.dashboard .box-tags .tags {
  margin: 5px 0 0;
}
.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li {
  display: inline;
}

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

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

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

.content h2 {
  color: #333;
}

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

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

.account-login,
.account-create {
  margin: 0 0 40px;
  background: white;
  min-height: 600px;
}
.account-login .page-title,
.account-create .page-title {
  padding: 0;
}
.account-login .content h2,
.account-create .content h2 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.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 #e7e7e7;
}

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

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

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

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

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

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

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

.contact-customhtml {
  text-align: center;
  line-height: 30px;
  padding: 80px 0px 0;
}
.contact-customhtml .block-subtitle {
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222222;
  margin-bottom: 10px;
  font-weight: 500;
}
.contact-customhtml .block-subtitle span {
  border-bottom: 1px dotted #222222;
  display: inline-block;
}
.contact-customhtml .block-subcontent {
  margin-bottom: 30px;
}
.contact-customhtml .block-subcontent p {
  margin: 0px;
}
.contact-customhtml .block-subcontent .fa {
  color: #f37351;
}
.contact-add-i {
    text-align: center;
    padding: 0 0 9px 0;
    color: #000;
}
.contact-add-i a {
    color: #000;
}
.contact-add-i a:hover {
    color: #333;
}
.form-contact {
  background: #f1f1f1;
  padding: 40px 0px;
}
.form-contact .form-group {
  margin-bottom: 10px;
}
.form-contact .form-group label {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222222;
  line-height: 22px;
  padding: 0px;
  font-weight: 500;
}
.form-contact .form-check-label input {
    height: 24px;
    margin: 0 5px 0 0;
}
.form-contact .form-group .input-text {
  height: 50px;
}

.bfh-selectbox-options{
    min-width:100% !important;
}

h3.form-heading {
    text-align: center;
    padding: 0 0 30px 0;
    font-size: 23px;
    color: #000;
}

.bfh-selectbox > .bfh-selectbox-toggle > .bfh-selectbox-option{
    padding:3px 12px !important;
}

.bfh-selectbox .caret {
    margin-top: 12px !important;
}


.form-contact .form-group textarea.input-text {
  height: 300px;
}
.form-contact p {
  margin-bottom: 10px;
}

.breadcrumb-404 {
  padding: 25px 0px;
  text-align: center;
  color: #000;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px !important;
  font-family:inherit;
}
.breadcrumb-404 p {
  margin: 0px;
}

.cms-page-error {
  color: #999;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.cms-page-error h1 {
  color: #8ea30d;
  font-size: 200px;
  font-weight: 900;
  line-height: normal;
  font-family:inherit;
}
.cms-page-error h2 {
  color: #222222;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.cms-page-error a {
  margin-right: 20px;
  padding: 0px 20px;
}
.rtl .cms-page-error a {
  margin-left: 20px;
  margin-right: inherit;
}
.cms-page-error .content-page {
  margin: 0 auto;
  position: relative;
  width: 450px;
  z-index: 2;
}
.cms-page-error .content-page h2 {
  color: #f37351;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 20px;
}
.cms-page-error .content-page h3 {
  line-height: normal;
}
.cms-page-error .content-page .form-search {
  margin: 30px 0;
}
.cms-page-error .content-page .form-search input {
  width: 70%;
}
.cms-page-error.style1 h1 {
  color: #f8f8f8;
  font-size: 494px;
  position: absolute;
  text-align: center;
  top: -150px;
  width: 100%;
  z-index: 1;
}
.cms-page-error.style3 h1 {
  font-size: 138px;
}
.cms-page-error.style3 h2 {
  color: #333333;
  font-size: 38px;
}
.cms-page-error.style3 a {
  margin: 0px;
}
.cms-page-error.style3 ul {
  margin-top: 30px;
}
.cms-page-error.style3 ul li {
  display: inline-block;
  font-weight: bold;
  text-align: center;
}
.cms-page-error.style3 ul li a {
  padding: 0 20px;
  text-align: center;
  margin: 0px;
}
.cms-page-error.style4 .content-page {
  border-left: 1px solid #dddddd;
  float: left;
}
.rtl .cms-page-error.style4 .content-page {
  float: right !important;
}
.cms-page-error.style4 .content-page h2 {
}

.with-top-siderbar {
  margin-top: 0px !important;
}
.with-top-siderbar .top-siderbar-cp {
  position: absolute;
  top: 0px;
  right: 15px;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: 1px;
}
.rtl .with-top-siderbar .top-siderbar-cp {
  left: 15px;
  right: auto;
}
.with-top-siderbar .top-siderbar-cp .fa {
  margin-left: 3px;
}
.rtl .with-top-siderbar .top-siderbar-cp .fa {
  margin-right: 3px;
  margin-left: inherit;
}
.with-top-siderbar .top-siderbar-cp a {
  color: #222222;
}
.with-top-siderbar .top-siderbar-cp a:hover {
  color: #f37351;
}
.with-top-siderbar .top-siderbar {
  margin: 0px 0px 40px;
}
.with-top-siderbar .toolbar .sorter {
  display: none;
}
.with-top-siderbar .toolbar .pager {
  display: block;
}
.with-top-siderbar .toolbar .pager .amount {
  display: block;
}
.with-top-siderbar .toolbar .pager .pages {
  display: none;
}
.with-top-siderbar .toolbar-bottom .toolbar .pager .pages {
  display: block;
}

.contacts-index-index #columns > #ves-breadcrumbs {
  display: none;
}

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

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

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

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

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

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

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

.editortool .panelbutton {
  top: 517px;
}

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

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

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

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

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

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

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

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

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

#customize-form {
  position: relative;
}

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

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

.colorpicker {
  z-index: 99999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  font-size: 21px;
  line-height: 38px;
}

h2 {
  font-size: 19px;
  line-height: 38px;
}

h3 {
  font-size: 15px;
  line-height: 38px;
}

h4 {
  font-size: 14px;
  line-height: 30px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
  line-height: 38px;
}

.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: 15px;
  color: #545759;
  background-color: white;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

.button, input.button {
  background: none;
  border: 2px solid #222222;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #222222;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  margin: 0;
  display: inline-block;
  padding: 0px 22px;
  line-height: 46px;
  height: 50px;
}
.button:hover, input.button:hover {
  background: #222222;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.button.large, input.button.large {
  height: 60px;
  line-height: 56px;
  padding: 0px 50px;
}
.button.button-white, input.button.button-white {
  border-color: white;
  color: white;
}
.button.button-white:hover, input.button.button-white:hover {
  background: white;
  color: #222222;
}

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: 0;
}
label.required em {
   color: #EE001C;
   margin: 0 3px 0 0;
}
.rtl label em {
  padding-left: 5px;
  padding-right: inherit;
}
.label {
  display: table-cell;
  font-size: 100%!important;
  font-weight: normal;
  text-align: left;
}

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

.data-table {
  width: 100%;
}
.data-table h2.product-name {
  font-size: 14px;
  line-height: normal;
}
.data-table th, .data-table td {
  padding: 10px;
  /**width:50%;**/
  width: auto;
}
.data-table thead {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #E5E5E5;
}
.data-table thead th {
  font-weight: bold;
  vertical-align: bottom;
}
.data-table thead th.wrap {
  white-space: normal;
}
.data-table tr.even td, .data-table tr.even th,
.data-table tr.odd td, .data-table tr.odd th {
  border-right: 1px solid #e5e5e5;
  color: #333;
  font-family: helvetica_light;
  padding: 13px 15px;
  line-height:26px;
  font-size:15px;
}
.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 #e5e5e5;
  border-right: inherit;
}
.data-table tr.even td.last,
.data-table tr.odd td.last {
  border-right: medium none;
  font-weight:normal;
  font-size:15px;
  font-family:'Open Sans', sans-serif;
}
.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;
}
#product-attribute-specs-table.data-table tr.odd, #product-attribute-specs-table.data-table tr.even {
    background: transparent;
    border-bottom: 1px solid #c3c3c3;
}
#product-attribute-specs-table.data-table {
    width: 75%;
    margin: 0 auto;
    border: 0 none;
}
.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: 30px;
  border: 0;
}
.control label {
  line-height: 30px;
  padding: 0px 4px;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: 0;
}

/* block */
.block {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.block .block-title {
  color: #222222;
  position: relative;
  text-transform: uppercase;
  padding: 0px 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 5px;
  /*margin-bottom: 30px;*/
  text-align: left;
}
.rtl .block .block-title {
  text-align: right !important;
}
.block .block-title strong {
  font-weight: 500;
}
.block .block-title span {
  /*border-bottom: 2px dotted #222222;*/
  display: inline-block;
  font-family:inherit;
  font-size:16px;
  line-height:55px;
}
.block .block-content {
  padding: 0;
}
.block .block-content:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.block .block-subtitle {
  line-height: 24px;
  text-transform: inherit;
  letter-spacing: 1px;
  color: #222222;
  margin-bottom: 10px;
  font-weight: 500;
}
.block .block-subtitle span {
  border-bottom: 1px dotted #222222;
  display: inline-block;
}
.block.nopadding .block-content {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

.block-highlighted {
  border-color: #f37351;
}
.block-highlighted .block-title {
  color: white;
  position: absolute;
left: 30px;
right: 30px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
font-size:32px;
line-height:40px;
text-align:center;
display:none;
}

.block-highlighted .block-title:hover{display:none;}



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

/* block inline style */
.sidebar {
  margin-top: 40px;
}
.sidebar .block {
  margin-bottom: 0px;
}
.sidebar .block .block-title {
  border: none;
  font-size: 26px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #222222;
  font-weight: 600;
  position: relative;
  letter-spacing: 2px;
  font-family: inherit;
}
.sidebar .block .block-title span {
  border-bottom: 4px solid #222222;
  font-family:inherit;
  font-size:16px;
  letter-spacing:2px;
  font-weight:600;
  width:100%;
}
.sidebar .block .block-content {
  border: none;
  padding: 0;
  color: #999;
}

.block-layered-nav .block-title {
  display: none;
}
.block-layered-nav .block-content .block-subtitle {
  display: none;
}
.block-layered-nav .block-content .accodion-main {
    line-height: 20px;
    margin: 16px 0;
    color: #222222;
    font-weight: 600;
    position: relative;
    border-top:4px solid #000;
    font-family: inherit;
    letter-spacing: 2px;
    font-size: 20px;
    text-transform: capitalize;
}
.block-layered-nav .block-content .accodion-main span {
  border-bottom: 1px dotted #222222;
}

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

.ves-container .col-lg-12 .block.productcarousel .block-title, .ves-container .col-lg-12 .block.widget-accordion-bg .block-title,
.ves-container .col-lg-6 .block.productcarousel .block-title,
.ves-container .col-lg-6 .block.widget-accordion-bg .block-title {
  text-align: center !important;
}
.ves-container.border-top {
  border-top: 1px dotted #bbb;
}
.ves-container.border-bottom {
  border-bottom: 1px dotted #bbb;
}

.widget-sociallinks ul li {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #000;
}
.rtl .widget-sociallinks ul li {
  margin-left: 10px;
  margin-right: inherit;
}
.widget-sociallinks ul li a {
  color: #fff !important;
}
.widget-sociallinks ul li:hover {
  background: #7f8387;
  color:#8ea30d;
}

.widget-images.block-info .image-description {
  margin: 40px 0px 20px;
  padding: 15px 0px 30px;
  position: relative;
}
.widget-images.block-info .image-description:after, .widget-images.block-info .image-description:before {
  content: "";
  height: 2px;
  width: 65px;
  border-top: 2px dotted #444;
  position: absolute;
  left: 0px;
}
.rtl .widget-images.block-info .image-description:after, .rtl .widget-images.block-info .image-description:before {
  right: 0px;
  left: auto;
}
.widget-images.block-info .image-description:before {
  top: 0;
}
.widget-images.block-info .image-description:after {
  bottom: 0;
}

a.link {
  color: #f37351 !important;
}

.payment {
  text-align: right;
}
.rtl .payment {
  text-align: left !important;
}
.payment img {
  display: inline-block;
}

.block-up-sell .owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
.block-up-sell .owl-carousel .owl-buttons {
  display: none;
}

.top-siderbar {
  background: #f1f1f1;
  padding: 30px 0px;
  margin: 0px 0px 30px;
}
.top-siderbar .block {
  margin: 0px;
}
.top-siderbar .block dl {
  margin: 0px;
}

.productcarousel .block-title {
  text-align: center;
}
.productcarousel .owl-wrapper {
  margin: 0px -15px;
}
.productcarousel .owl-wrapper .owl-item {
  padding: 0px 15px;
}
.productcarousel .owl-buttons {
  display: none;
}

.block-chose {
  margin-bottom: 20px;
}
.block-chose ul li {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #f1f1f1;
  text-transform: uppercase;
  text-align: center;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.rtl .block-chose ul li {
  float: right !important;
}
.rtl .block-chose ul li {
  margin-left: 10px;
  margin-right: inherit;
}
.block-chose ul li a {
  color: #222222;
}
.block-chose ul li a:hover {
  color: #222222;
}
.block-chose ul li.select, .block-chose ul li:hover {
  background: #f1f1f1;
}
.block-chose ul li.select a, .block-chose ul li:hover a {
  color: #222222;
}

.cus-offcanvas .block-title {
  margin-bottom: 30px;
}

.block-top-login .block-subtitle {
  line-height: 40px;
  margin: 0px;
}
.block-top-login .form-list .input-box {
  margin-bottom: 5px;
}
.block-top-login .form-list .input-box input {
  line-height: 45px;
  background: #f1f1f1;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 45px;
  border: none;
}
.block-top-login .buttons-set {
  border: none;
}
.block-top-login .buttons-set p {
  font-style: italic;
  margin: 5px 0px;
  text-align: right;
  white-space: pre;
}
.rtl .block-top-login .buttons-set p {
  text-align: left !important;
}
.block-top-login .button-register {
  padding: 13px 15px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
  cursor: pointer;
}
.block-top-login .button-register span {
  line-height: 24px;
  display: inline-block;
  border-bottom: 2px dotted #999;
  font-size: 12px;
}
.block-top-login .button-register:hover {
  color: #222222;
}
.block-top-login .button-register:hover span {
  border-color: #222222;
}

.block-top-link ul li {
  display: block;
  line-height: 38px;
  border-bottom: 1px dotted #999;
}
.block-top-link ul li a {
  margin: 0px;
}

.ourservice-block {
  margin: 0px;
}
.ourservice-block .media .fa {
  color: #f37351;
  line-height: 1.5em;
  margin-right: 20px;
}
.rtl .ourservice-block .media .fa {
  margin-left: 20px;
  margin-right: inherit;
}
.ourservice-block .ourservice-content h3 {
  font-size: 13px;
  color: #222;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 22px;
}
.ourservice-block .ourservice-content p {
  margin: 0px;
}
.ourservice-block .border-left {
  border-left: 1px dotted #222222;
}
.rtl .ourservice-block .border-left {
  border-right: 1px dotted #222222;
  border-left: inherit;
}
.ourservice-block .border-right {
  border-right: 1px dotted #222222;
}
.rtl .ourservice-block .border-right {
  border-left: 1px dotted #222222;
  border-right: inherit;
}

.custom-subscribe {
  margin: 0px;
}
.custom-subscribe .form-subscribe-header {
  font-size: 24px;
  font-style: italic;
  line-height: 45px;
}
.custom-subscribe .form-subscribe-header label {
  color: #222222;
  font-weight: bold;
  padding: 0px;
}
.custom-subscribe .form-inline {
  line-height: 45px;
  height: 45px;
  background: #f1f1f1;
}
.custom-subscribe .form-inline .input-box {
  width: calc(100% - 120px);
  display: inline-block;
  float: left;
}
.rtl .custom-subscribe .form-inline .input-box {
  float: right !important;
}
.custom-subscribe .form-inline .input-box input {
  background: none;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 45px;
  height: 45px;
  padding: 0px 10px;
  color: #222222;
}
.custom-subscribe .form-inline .actions {
  width: 120px;
  display: inline-block;
  float: right;
}
.rtl .custom-subscribe .form-inline .actions {
  float: left !important;
}
.custom-subscribe .form-inline .actions .button {
  background: none;
  border: none;
  padding: 0px;
  width: 100%;
  text-align: center;
  color: #222222;
  line-height: 45px;
  height: 45px;
}

#ves-instagram {
  padding: 80px 138px;
  margin: 0px;
}
#ves-instagram .item-instagram {
  padding: 0px 20px;
}
#ves-instagram .item-instagram a {
  display: block;
  border: 5px solid #fff;
}
#ves-instagram .item-instagram a img {
  max-width: 100%;
}

.nopad #ves-instagram {
  padding: 0px;
}

.col2 #ves-instagram .item-instagram {
  width: 50% !important;
}

.col3 #ves-instagram .item-instagram {
  width: 33% !important;
}

.col4 #ves-instagram .item-instagram {
  width: 25% !important;
}

.col5 #ves-instagram .item-instagram {
  width: 20% !important;
}

.box-highlighted .block {
  background: #f37351;
  color: #fff;
}
.box-highlighted .block .block-title {
  color: #fff;
}
.box-highlighted .block .block-title span {
  border-color: #fff;
}

.block-related .block-title {
  font-size: 18px;
  margin-bottom: 20px;
}
.block-related .block-subtitle {
  color: #999;
  font-weight: normal;
  letter-spacing: 0px;
}
.block-related li {
  margin-bottom: 20px;
}
.block-related li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.block-related li .checkbox {
  display: inline-block;
  width: 20px;
  float: left;
}
.rtl .block-related li .checkbox {
  float: right !important;
}
.block-related li .product-block {
  display: inline-block;
  float: left;
  width: calc(100% - 20px);
}
.rtl .block-related li .product-block {
  float: right !important;
}
.block-related li .product-block .image {
  width: 100px;
  display: inline-block;
  float: left;
  margin: 0px;
}
.rtl .block-related li .product-block .image {
  float: right !important;
}
.block-related li .product-block .product-meta {
  padding: 0px;
  width: calc(100% - 100px);
  display: inline-block;
  float: left;
  text-align: left;
}
.rtl .block-related li .product-block .product-meta {
  float: right !important;
}
.rtl .block-related li .product-block .product-meta {
  text-align: right !important;
}
.block-related li .product-block .product-meta .product-name a {
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.block-related li .product-block .product-meta .product-name a:hover {
  color: #f37351;
}
.block-related li .product-block .product-meta .actions {
  display: none;
}

/******************************************************
 * @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 {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 5px 18px;
  line-height: 30px;
  /*height: 50px;*/
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: inherit;
}
.btn.large {
  padding: 0px 50px;
  line-height: 60px;
  height: 60px;
}

.btn-default {
  color: white;
  background-color: #222222;
  border-color: #222222;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: white;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}
.open .btn-default.dropdown-toggle {
  color: white;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #222222;
  border-color: #222222;
}
.btn-default .badge {
  color: #222222;
  background-color: white;
}

.btn-outline-inverse {
  color: #222222;
  background-color: white;
  border-color: white;
}
.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active, .btn-outline-inverse.active {
  color: white;
  background-color: #222222;
  border-color: #222222;
}
.open .btn-outline-inverse.dropdown-toggle {
  color: white;
  background-color: #222222;
  border-color: #222222;
}
.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: white;
  border-color: white;
}
.btn-outline-inverse .badge {
  color: white;
  background-color: #222222;
}
.btn-outline {
  color: white;
  background-color: #0071b5;
  border-color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: #222222;
  background-color: white;
  border-color: white;
}

.open .btn-outline.dropdown-toggle {
  color: #222222;
  background-color: white;
  border-color: white;
}
.btn-outline:active, .btn-outline.active {
  background-image: none;
}
.open .btn-outline.dropdown-toggle {
  background-image: none;
}
.btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline.disabled.active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active, .btn-outline[disabled].active, fieldset[disabled] .btn-outline, fieldset[disabled] .btn-outline:hover, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline:active, fieldset[disabled] .btn-outline.active {
  background-color: #222222;
  border-color: #222222;
}
.btn-outline .badge {
  color: #222222;
  background-color: white;
}
.btn-outline-slider {
  color: white;
  background-color: #222222;
  border-color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.btn-outline-slider:hover, .btn-outline-slider:active, .btn-outline-slider.active {
  color: #222222;
  background-color: #0071b5 !important;
  border-color: white;
}

.btn-outline-slider:focus {
    color: white;
    background-color: #222222;
    border-color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/******************************************************
 * $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/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/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;
  background: white;
}

/*
* HEADER 
*/
#header {
  border: none;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  z-index: 9999;
  /* Keep header when scrolling*/
}
#header #header-main {
  color: #8c8c8c;
}
#header #header-main .header-wrap {
  margin: 0;
}
#header #header-main .inner {
  text-align: left;
}
.rtl #header #header-main .inner {
  text-align: right !important;
}
#header #header-main .inner > * {
  display: table-cell;
  vertical-align: middle;
}
#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: 0px;
  z-index: 9999 !important;
  background: white;
  position: fixed;
}
#header.hide-bar.hide-topbar {
  margin-top: 0px;
}
#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: 25px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e7e7e7;
}
#header .show-mobile .quickaccess-toggle .fa {
  margin: 0;
  font-size: 13px;
}
#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 #e7e7e7;
  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;
}

.cms-index-index #header {
  min-height: 0px;
}
.cms-index-index #header #topbar.header2 {
  border-bottom: none;
}
.cms-index-index #header #header-main.header2 {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: fixed;
  z-index: 9990;
  top: 0px;
  left: 0px;
  right: 0px;
}
.cms-index-index #header #header-main.header2 a.logo {
  width: 100%;
  height: 125px;
  /**background: url(../images/logo-white.png) left center no-repeat;**/
}
.cms-index-index #header #header-main.header2 a.logo img {
  /**display: none;**/
}
.cms-index-index #header #header-main.header2 .ves-megamenu .navbar-nav > li > a .caret {
  display: none;
}
.cms-index-index #header #header-main.header2 .top-search .search-show, .cms-index-index #header #header-main.header2 .quick-access a,
.cms-index-index #header #header-main.header2 .ves-megamenu .navbar-nav > li > a span {
  /**color: #000;**/
}
.cms-index-index #header #header-main.header2 .top-search .search-show .caret, .cms-index-index #header #header-main.header2 .quick-access a .caret,
.cms-index-index #header #header-main.header2 .ves-megamenu .navbar-nav > li > a span .caret {
  display: none;
}
.cms-index-index #header #header-main.header2 .ves-megamenu .navbar-nav > li > a:hover span, .cms-index-index #header #header-main.header2 .ves-megamenu .navbar-nav > li > a:focus span, .cms-index-index #header #header-main.header2 .ves-megamenu .navbar-nav > li > a .active span {
  color: #0071b5;
  border-color: #0071b5;
}
.cms-index-index #header #header-main.header2 .navbar-inverse .navbar-toggle {
  border-color: #fff;
}
.cms-index-index #header #header-main.header2 .navbar-inverse .navbar-toggle .icon-bar {
  background: #fff;
}
.cms-index-index #header.hide-bar #header-main.header2 {
  background: #fff;
  top: 0px;
}
.cms-index-index #header.hide-bar #header-main.header2 a.logo {
  background: url(../images/logo.png) left center no-repeat;
}
.cms-index-index #header.hide-bar #header-main.header2 .ves-megamenu .navbar-nav > li > a .caret {
  display: inline-block;
}
.cms-index-index #header.hide-bar #header-main.header2 .top-search .search-show, .cms-index-index #header.hide-bar #header-main.header2 .quick-access a,
.cms-index-index #header.hide-bar #header-main.header2 .ves-megamenu .navbar-nav > li > a span {
  color: #222;
}
.cms-index-index #header.hide-bar #header-main.header2 .ves-megamenu .navbar-nav > li > a:hover span, .cms-index-index #header.hide-bar #header-main.header2 .ves-megamenu .navbar-nav > li > a:focus span, .cms-index-index #header.hide-bar #header-main.header2 .ves-megamenu .navbar-nav > li > a :active span {
  color: #222;
  border-color: #222;
}
.cms-index-index #header.hide-bar #header-main.header2 .navbar-inverse .navbar-toggle {
  border-color: #222222;
}
.cms-index-index #header.hide-bar #header-main.header2 .navbar-inverse .navbar-toggle .icon-bar {
  background: #222222;
}
.cms-index-index #header.hide-topbar #header-main.header2 {
  top: 0px;
}

/**header 3*/
#header #header-main.header3 #ves-mainnav {
  border-top: 1px dotted #bbb;
  height: 51px;
}
#header #header-main.header3 #ves-mainnav .navbar-nav {
  float: none;
  display: inline-block;
}
#header #header-main.header3 .ves-megamenu .navbar-nav > li > a {
  padding: 0px 25px;
  line-height: 50px;
}
#header #header-main.header3 #ves-mainnav .navbar-collapse {
  height: 50px !important;
}

#header #topbar.header4 {
  background: #1b1b1b;
  height: 44px;
  padding: 14px 0px;
  line-height: 16px;
  color: #999;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
}
#header #topbar.header4 a {
  color: #999;
  line-height: 16px;
}
#header #topbar.header4 a:hover {
  color: #fff;
}
#header #topbar.header4 .fa {
  color: #f37351;
  font-size: 12px;
  margin-right: 8px;
}
.rtl #header #topbar.header4 .fa {
  margin-left: 8px;
  margin-right: inherit;
}
#header #topbar.header4 .quick-access > div {
  line-height: 16px;
  border-left: 1px dotted white;
  padding-left: 12px;
  margin-left: 12px;
}
.rtl #header #topbar.header4 .quick-access > div {
  border-right: 1px dotted white;
  border-left: inherit;
}
.rtl #header #topbar.header4 .quick-access > div {
  padding-right: 12px;
  padding-left: inherit;
}
.rtl #header #topbar.header4 .quick-access > div {
  margin-right: 12px;
  margin-left: inherit;
}
#header #header-main.header4 {
  background: #222;
}
#header #header-main.header4 a.logo {
  width: 100%;
  height: 80px;
  background: url(../images/logo-white.png) center center no-repeat;
}
#header #header-main.header4 a.logo img {
  display: none;
}
#header #header-main.header4 .wrap-menu {
  border-top: 1px dotted #545454;
}
#header #header-main.header4 #ves-mainnav {
  height: 50px;
}
#header #header-main.header4 #ves-mainnav .navbar-nav {
  float: none;
  display: inline-block;
}
#header #header-main.header4 .navbar-inverse .navbar-toggle {
  margin-top: 0px;
  border-color: #fff;
}
#header #header-main.header4 .navbar-inverse .navbar-toggle .icon-bar {
  background: #fff;
}
#header #header-main.header4 .ves-megamenu .navbar-nav > li > a {
  padding: 0px 25px;
  line-height: 50px;
}
#header #header-main.header4 .ves-megamenu .navbar-nav > li > a .caret {
  display: none;
}
#header #header-main.header4 .ves-megamenu .navbar-nav > li > a span {
  color: #999;
}
#header #header-main.header4 .ves-megamenu .navbar-nav > li > a span .caret {
  display: none;
}
#header #header-main.header4 .ves-megamenu .navbar-nav > li > a:hover span, #header #header-main.header4 .ves-megamenu .navbar-nav > li > a:focus span, #header #header-main.header4 .ves-megamenu .navbar-nav > li > a .active span {
  color: #fff;
  border-color: #fff;
}
#header #header-main.header4 .top-search .search-show, #header #header-main.header4 .quick-access a,
#header #header-main.header4 .cart-top #cart a span,
#header #header-main.header4 .quick-access > div a {
  color: #f37351;
}
#header #header-main.header4 .top-search .search-show {
  line-height: 50px;
}
#header #header-main.header4 .quick-access > div {
  line-height: 49px;
}
#header #header-main.header4 #ves-mainnav .navbar-collapse {
  height: 50px !important;
}

#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;
}

.top-search .form-search {
  position: relative;
  margin: 0;
}
.top-search .form-search input {
  padding-left: 10px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid transparent;
  font-size: 13px;
  width: 100%;
  height: 39px !important;
  background: transparent;
  border-color: #e7e7e7;
  color: #545759;
}
.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: #f37351;
}
.top-search .form-search button.button-search {
  color: #999999;
  cursor: pointer;
  line-height: 39px;
  width: 30px;
  height: 39px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  border: 0;
  background: transparent;
  margin-top: 0;
  font-size: 13px;
  box-shadow: none;
  border-radius: 0;
}
.rtl .top-search .form-search button.button-search {
  left: 0;
  right: auto;
}
.top-search .form-search .search-autocomplete {
    z-index: 999;
    left: 40px;
    top: 22px !important;
    visibility: hidden !important;
    display: none !important;
}
.rtl .top-search .form-search .search-autocomplete {
  right: 40px;
  left: auto;
}
.top-search .form-search .search-autocomplete ul {
  border: 1px solid #e7e7e7;
  background-color: #f9f5f0;
}
.top-search .form-search .search-autocomplete ul li {
  cursor: pointer;
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
  padding: 2px 8px 1px 8px;
}
.rtl .top-search .form-search .search-autocomplete ul li {
  text-align: right !important;
}
.rtl .top-search .form-search .search-autocomplete ul li {
  padding: 2px 8px 1px 8px;
}
.top-search .form-search .search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.rtl .top-search .form-search .search-autocomplete ul li .amount {
  float: left !important;
}
.top-search .form-search .search-autocomplete ul li.odd {
  background-color: #fffefb;
}
.top-search .form-search .search-autocomplete ul li.selected {
  background-color: #f7e8dd;
}

#ves-masshead .inner {
  background: #f37351;
  color: #999999;
  padding: 8px 0;
}
#ves-masshead .inner a {
  color: #999999;
}
#ves-masshead .inner a:hover {
  color: #a6a6a6;
}

/*
* NAVIGATION
*/
/*

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

/*
* PROMOTION TOP 
*/
/*
* Breadcrumbs 
*/
#ves-breadcrumbs {
  text-align: center;
  padding: 13px 0px;
  background: #f5f5f5;
}
.catalog-product-view #ves-breadcrumbs {
    margin-bottom: 20px;
}
#ves-breadcrumbs li {
    text-transform: uppercase;
    font-family: inherit;
    font-size: 12px;
}
#ves-breadcrumbs.category li.cms_page {
    display: none;
}
#ves-breadcrumbs li a,
#ves-breadcrumbs li strong {
    color: #000;
    font-weight: normal;
    font-family: inherit;
    font-size: 12px;
}
#ves-breadcrumbs.category h2 {
  /**font-weight:normal;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 28px;
  line-height: 42px;
  color: #000000;
  margin-bottom: 26px;
  font-family: inherit;**/
}
#ves-breadcrumbs.category li {
}
#ves-breadcrumbs.category.has-image {
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-size: 100%;
  background: fixed;
}
#ves-breadcrumbs .breadcrumb {
  float:right;
  background: none;
  padding: 6px 0 0 0;
  margin: 0px;
  display: inline;
}
#ves-breadcrumbs .breadcrumb > li + li::before {
  content: " / ";
  color: #000;
}

/*
* MAIN CONTENT
*/
#content {
  min-height: 400px;
}

#ves-brandcarousel .carousel-inner > .item a {
  display: block;
}
#ves-brandcarousel .carousel-inner > .item a img {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  transition: all 600ms ease-in-out 0s;
}
#ves-brandcarousel .carousel-inner > .item a:hover img {
  transform: rotateY(-360deg);
}

/*end*/
/* FOOTER */
#ves-footer{
    background:#fff !important;
}

#ves-footer .ves-container{
    background:#f5f5f5 !important;
    border-top:solid 1px #e7e4e4;
    border-bottom:solid 1px #e7e4e4;
    padding:50px 0px !important;
}


#ves-footer ul, #ves-footer ol {
  list-style: none;
}
#ves-footer .inner {
  padding: 0px;
}
#ves-footer .block {
  margin: 0px;
}
#ves-footer .block .block-title {
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-align: left;
  font-family: inherit;
  font-weight:600;
  padding-left:2px;
}
.rtl #ves-footer .block .block-title {
  text-align: right !important;
}
#ves-footer .block .block-content {
  padding: 0px;
}
#ves-footer .block .block-content ul li {
  line-height: 30px;
}
#ves-footer a {
  color: #808080;
}
#ves-footer a:hover {
  color: #f37351;
}
#ves-footer a.link {
  text-transform: uppercase;
  color:#8ea30d !important;
}
#ves-footer a.link strong {
  font-weight: 500;
}
#ves-footer .footer-gray .block .block-title {
  color: #222222;
}
#ves-footer .footer-gray .widget-images.block-info .image-description::after,
#ves-footer .footer-gray .widget-images.block-info .image-description::before {
  border-color: #bbb;
}
#ves-footer .footer-gray .widget-sociallinks ul li {
  background: #fff;
  color: #bbb !important;
}
#ves-footer .footer-gray .widget-sociallinks ul li:hover {
  background: #f1f1f1;
}
#ves-footer .footer-gray > div {
  border-bottom: 1px dotted #bbb;
}
#ves-footer .footer-gray > div:last-child {
  border: none;
}

.footer-top {
  background-position: left top;
}
.rtl .footer-top {
  background-position: right top;
}
.footer-top .inner {
  padding: 0;
}
.footer-top .block-ft {
  padding: 43px 0;
}
.footer-top .block-ft .icon-ft {
  color: #fff;
  float: left;
  font-size: 40px;
}
.rtl .footer-top .block-ft .icon-ft {
  float: right !important;
}
.footer-top .block-ft .content-ft {
  color: #fff;
}
.footer-top .block-ft .content-ft .main-content-ft {
  text-transform: uppercase;
  font-size: 20px;
}

.footer-center {
  background: white;
}
.footer-center .inner {
  background: white;
  color: #808080;
  padding: 40px 0;
  font-size:15px;
  line-height:26px;
}
.footer-center .inner a {
  color: #808080;
}
.footer-center .inner a:hover {
  color: #8ea30d !important;
}
.footer-center em {
  padding-right: 10px;
  padding-right: 10px;
}
.rtl .footer-center em {
  padding-left: 10px;
  padding-right: inherit;
}
.footer-center .aboutus em,
.footer-center .locations em,
.footer-center .locations .media em {
  background: #333;
  line-height: 26px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 26px;
  height: 26px;
  padding-right: 0;
  margin-right: 5px;
}
.rtl .footer-center .aboutus em, .rtl
.footer-center .locations em, .rtl
.footer-center .locations .media em {
  padding-left: 0;
  padding-right: inherit;
}
.rtl .footer-center .aboutus em, .rtl
.footer-center .locations em, .rtl
.footer-center .locations .media em {
  margin-left: 5px;
  margin-right: inherit;
}
.footer-center .locations .media > .pull-left {
  margin-right: 10px;
}
.rtl .footer-center .locations .media > .pull-left {
  margin-left: 10px;
  margin-right: inherit;
}
.footer-center .locations .media:hover {
  color: #f37351;
}

.footer-bottom {
  background: white;
}
.footer-bottom .inner {
  background: #f37351;
  color: #999999;
  padding: 30px 0;
}
.footer-bottom .inner a {
  color: #999999;
}
.footer-bottom .inner a:hover {
  color: #a6a6a6;
}

/* POWER BY */
#powered {
  position: relative;
  background: #ebe9e9;
  color: #3a3d41;
  font-size: 13px;
  text-align: center;
}
#powered .container {
  padding: 25px 0;
}
#powered a {
  color: #d64153;
}
#powered address {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#powered br {
  display: none;
}

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

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

#ves-mainnav {
  background: transparent;
  float:left;
  width:100%;
}
#ves-mainnav .navbar-collapse {
  padding: 0px;
}

.ves-megamenu {
  background: transparent;
  /* menu level 1 */
  /* level 2 */
  /* level > 3 */
}
.ves-megamenu .ves-colorbox {
  display: none !important;
}
.ves-megamenu .navbar-inverse {
  background: transparent;
}
.ves-megamenu .navbar {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.ves-megamenu .navbar-nav > li {
  float: left;
}
.rtl .ves-megamenu .navbar-nav > li {
  float: right !important;
}
.ves-megamenu .navbar-nav > li.aligned-fullwidth {
  position: static;
}
.ves-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
  width: 100%!important;
}
.ves-megamenu .navbar-nav > li.aligned-right > .dropdown-menu {
  right: 0;
}
.rtl .ves-megamenu .navbar-nav > li.aligned-right > .dropdown-menu {
  left: 0;
  right: auto;
}
.ves-megamenu .navbar-nav > li.aligned-left > .dropdown-menu {
  left: 0;
}
.rtl .ves-megamenu .navbar-nav > li.aligned-left > .dropdown-menu {
  right: 0;
  left: auto;
}
.ves-megamenu .navbar-nav > li.aligned-center > .dropdown-menu {
  right: 0;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
.ves-megamenu .dropdown-menu {
  z-index: 99999;
}
.rtl .ves-megamenu .navbar-nav > li.aligned-center > .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl .ves-megamenu .navbar-nav > li.aligned-center > .dropdown-menu {
  -webkit-transform: translate(-150%, 0);
  -ms-transform: translate(-150%, 0);
  transform: translate(-150%, 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:hover > a,
.ves-megamenu .navbar-nav > li:hover > a:focus,
.ves-megamenu .navbar-nav > li:hover > a:hover,
.ves-megamenu .navbar-nav > li:hover > a:active, .ves-megamenu .navbar-nav > li.active > a,
.ves-megamenu .navbar-nav > li.active > a:focus,
.ves-megamenu .navbar-nav > li.active > a:hover,
.ves-megamenu .navbar-nav > li.active > a:active {
  background: transparent;
  color: #f37351;
}
.ves-megamenu .navbar-nav > li:hover > a span,
.ves-megamenu .navbar-nav > li:hover > a:focus span,
.ves-megamenu .navbar-nav > li:hover > a:hover span,
.ves-megamenu .navbar-nav > li:hover > a:active span, .ves-megamenu .navbar-nav > li.active > a span,
.ves-megamenu .navbar-nav > li.active > a:focus span,
.ves-megamenu .navbar-nav > li.active > a:hover span,
.ves-megamenu .navbar-nav > li.active > a:active span {
  border-color: #222222;
}
.ves-megamenu .navbar-nav > li > a {
  line-height: 112px;
  padding: 0;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  /*padding: 10px 12px;*/
  padding: 0 7px;
}
.ves-megamenu .navbar-nav > li > a span {
    text-transform: uppercase;
    font-size: 13px;
    color: #333;
    background-color: transparent!important;
    line-height: 28px;
    display: inline-block;
    border-bottom: 1px dotted transparent;
    font-family: inherit;
    letter-spacing: 1px;
    font-weight: normal;
}
.ves-megamenu .navbar-nav > li > a:hover span, .ves-megamenu .navbar-nav > li > a:focus span, .ves-megamenu .navbar-nav > li > a:active span {
  color: #222222;
}
.ves-megamenu .navbar-nav > li > a .caret {
  display: none !important;
  position: relative;
  font-size: 12px;
  margin-left: 18px;
  border: none;
  width: 10px;
  height: 13px;
  line-height: 12px;
  color: #999;
}
.rtl .ves-megamenu .navbar-nav > li > a .caret {
  margin-right: 18px;
  margin-left: inherit;
}
.ves-megamenu .navbar-nav > li > a .caret:before {
  content: "\f103";
  font-family: FontAwesome;
  display: inline-block;
  *display: inline;
  zoom: 1;
  left: 0;
  position: absolute;
  top: 0;
}
.rtl .ves-megamenu .navbar-nav > li > a .caret:before {
  right: 0;
  left: auto;
}
.ves-megamenu .dropdown-menu {
  height: auto;
  font-weight: 400;
  color: #999999;
  border: 0;
  min-width: 185px;
  padding: 2px;
  background-color: rgba(255, 255, 255);
  text-align: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow:0 1px 4px rgba(0,0,0,0.15);
  -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.15);
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border-top:solid 6px #0071b5;
}
.rtl .ves-megamenu .dropdown-menu {
  text-align: right !important;
}
.ves-megamenu .dropdown-menu li {
  line-height: 30px;
}
.ves-megamenu .dropdown-menu li a {
  color: #999999;
  text-align: left;
  padding: 0;
  font-size: 15px;
}
.rtl .ves-megamenu .dropdown-menu li a {
  text-align: right !important;
}
.ves-megamenu .dropdown-menu li a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #000 important;
  font-weight:bold;
}
.ves-megamenu .dropdown-menu li a:hover .fa {
  color: #f37351;
}
.ves-megamenu .dropdown-menu .mega-col {
  border-right: 1px solid #e7e7e7;
  padding-bottom: 10px;
}
.rtl .ves-megamenu .dropdown-menu .mega-col {
  border-left: 1px solid #e7e7e7;
  border-right: inherit;
}
.ves-megamenu .dropdown-menu .mega-col .mega-col-inner {
  padding: 0;
}
.ves-megamenu .dropdown-menu .mega-col .mega-col-inner > ul > li > a {
  color: #000;
  line-height: 30px;
}
.ves-megamenu .dropdown-menu .mega-col .level2 .mega-col {
  border: 0;
  padding-bottom: 0;
}
.ves-megamenu .dropdown-menu .mega-col .level2 .mega-col .mega-col-inner {
  padding: 0;
}
.ves-megamenu .dropdown-menu .mega-col:last-child {
  border-right: 0;
}
.rtl .ves-megamenu .dropdown-menu .mega-col:last-child {
  border-left: 0;
  border-right: inherit;
}
.ves-megamenu .dropdown-menu .mega-col:last-child .mega-col {
  border: 0;
}
.ves-megamenu .dropdown-menu .row:last-child .mega-col {
  border: 0;
  padding-bottom: 0;
}
.ves-megamenu .dropdown-menu .row:last-child .mega-col .widget-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ves-megamenu .dropdown {
  display: block;
}
.ves-megamenu .dropdown:hover > .dropdown-menu {
  display: block;
  right: 0px;
}
.ves-megamenu .dropdown:hover > a {
  color: #222222;
}
.ves-megamenu .dropdown:hover > a .fa {
  color: #222222;
}
.dropdown-submenu .img-responsive:hover {
    opacity: 0.7;
}
.ves-megamenu .dropdown-submenu {
  position: static;
}
.ves-megamenu .dropdown-submenu .dropdown-menu {
  top: 0;
  right: -100%;
  left: auto;
  position: absolute;
}
.ves-megamenu .dropdown-submenu:hover > .dropdown-menu {
  left: 100%;
  display: block;
  left: auto;
  top: 0;
}

.ves-megamenu .pmenuu .dropdown-menu {
    height: auto;
    font-weight: 400;
    color: #999999;
    border: 0;
    min-width: 185px;
    box-shadow: none !important;
    padding: 2px;
    background-color: rgba(255, 255, 255);
    text-align: left;
    transition: all 0.2s ease-in-out 0s;
    border-top: solid 6px #0071b5;
}

.ves-megamenu .mega-group > .dropdown-toggle {
  border: 0;
  display: block;
  text-transform: uppercase;
  color: #fff !important;
  margin-bottom: 10px;
  font-weight: 500 !important;
  padding: 0px !important;
  border: none !important;
}
.ves-megamenu .mega-group > .dropdown-toggle > span {
    line-height: 30px;
    display: inline-block;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
}

.ves-megamenu li.pmenuu .mega-group > .dropdown-toggle > span {
    border-bottom: 1px dotted #333;
    
}
.ves-megamenu .mega-group > .dropdown-toggle .fa {
  color: white;
}
.ves-megamenu .mega-group .dropdown-mega ul li a {
  margin: 0px !important;
}

.ves-megamenu .mega-group .dropdown-mega ul li a:hover {
  font-weight:bold;
}

.ves-megamenu .mega-group .dropdown-mega ul li a span {
  padding: 0px;
}
.ves-megamenu .mega-group .dropdown-mega ul li a span:before {
  display: none;
}
.ves-megamenu .widget-title {
  color: black;
}
.ves-megamenu .megamenu .cols1 {
  min-width: 200px;
}
.ves-megamenu .megamenu .cols2 {
  /**min-width: 250px;**/
}
.ves-megamenu .megamenu .cols3 {
  min-width: 740px;
}
.ves-megamenu .dropdown-mega .menu-title {
  font-size: 15px;
  position: relative;
  padding-left: 10px;
  padding-left: 10px;
  color:#000;
}
.rtl .ves-megamenu .dropdown-mega .menu-title {
  padding-right: 10px;
  padding-left: inherit;
}
.ves-megamenu .dropdown-mega .menu-title:before {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  display: inline-block;
  *display: inline;
  zoom: 1;
  left: 0;
}
.rtl .ves-megamenu .dropdown-mega .menu-title:before {
  right: 0;
  left: auto;
}
.ves-megamenu .dropdown-mega .mega-col-inner {
  border-right: 0;
}

/*
 *
 * Vertical menu
 */
div.verticalmenu {
  z-index: 100;
}
div.verticalmenu .navbar-collapse, div.verticalmenu .navbar-vertical {
  margin: 0;
  padding: 0;
}
div.verticalmenu .navbar-nav {
  position: static;
  float: none;
  width: 100%;
}
div.verticalmenu .navbar-nav > li {
  width: 100%;
  height: auto;
  position: static;
}
div.verticalmenu .navbar-nav > li > a {
  display: block;
  color: #222222;
  font-size: 13px;
  padding: 16px 10px 15px 20px;
  border-bottom: 1px solid #e0e0e0;
}
div.verticalmenu .navbar-nav > li > a .menu-icon {
  display: block;
  height: 20px;
}
div.verticalmenu .navbar-nav > li > a .menu-icon span {
  display: block;
  margin-left: 35px;
  line-height: normal;
  font-size: 13px;
}
div.verticalmenu .navbar-nav > li > a .menu-icon .menu-desc {
  display: none;
}
div.verticalmenu .navbar-nav > li > a:hover, div.verticalmenu .navbar-nav > li > a:focus {
  color: white;
}
div.verticalmenu .navbar-nav > li > a .caret {
  position: absolute;
  right: 18px;
  top: 50%;
  margin: -5px 0;
  border-left: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid red;
}
div.verticalmenu .navbar-nav > li.last a, div.verticalmenu .navbar-nav > li:last-child a {
  border: 0;
}
div.verticalmenu .navbar-nav > li:hover > a {
  color: #f37351;
}
div.verticalmenu .navbar-nav > li:hover > a .menu-icon {
  background-position: left bottom !important;
}
div.verticalmenu .navbar-nav > li:hover > a .caret {
  border-left-color: #f37351;
}
div.verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  left: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
div.verticalmenu .navbar-nav > li .parent {
  position: relative;
}
div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
  text-transform: none;
  font-weight: normal;
  color: #222222;
}
div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
  color: #f37351;
}
div.verticalmenu .navbar-nav > li .parent > .dropdown-menu {
  min-height: 100px;
  height: 100px;
  height: auto !important;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
}
div.verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  left: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
div.verticalmenu .navbar-nav > li.parent:hover > a:after {
  position: absolute;
  content: "";
  right: -5px;
  top: 0;
  width: 0;
  height: 100%;
  border: 5px solid white;
  z-index: 9999;
}
div.verticalmenu .verticalmenu li a:hover {
  color: #d64153;
}
div.verticalmenu .verticalmenu li a:hover .caret {
  border-right-color: white;
}
div.verticalmenu .dropdown-menu {
  left: -9999px;
  top: -9999px;
  right: auto;
  border: 0;
  display: block;
  min-height: 100%;
  height: 100%;
  height: auto !important;
  min-width: 215px;
  padding: 20px 28px;
  background: white;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
div.verticalmenu .dropdown-menu ul li {
  border: 0;
  padding: 4px 0;
  line-height: normal;
  list-style: none;
}
div.verticalmenu .dropdown-menu ul li a {
  color: #222222;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  text-align: left;
}
.rtl div.verticalmenu .dropdown-menu ul li a {
  text-align: right !important;
}
div.verticalmenu .dropdown-menu p {
  line-height: 18px;
  font-size: 12px;
}
div.verticalmenu .dropdown-menu .ves-menu-video {
  width: 100%;
}
div.verticalmenu .dropdown-menu .ves-menu-video iframe {
  margin-bottom: 10px;
}
div.verticalmenu .dropdown-menu .dropdown-toggle:hover {
  color: black;
}
div.verticalmenu .dropdown-menu .dropdown-toggle {
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  color: black;
  font-size: 12px;
  text-align: left;
}
.rtl div.verticalmenu .dropdown-menu .dropdown-toggle {
  text-align: right !important;
}
div.verticalmenu .dropdown-menu .action {
  display: none;
}

.ves-megamenu .caret,
.ves-megamenu .mega-group .caret {
  display: none !important;
}

.ves-megamenu .dropdown-submenu > .dropdown-menu {
  left: 100%;
}
.rtl .ves-megamenu .dropdown-submenu > .dropdown-menu {
  right: 100%;
  left: auto;
}

/*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: 60px;
  padding: 0;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  text-transform: uppercase;
}
#ves-mainnav .nav-container #nav li a span {
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 13px;
  color: #222222;
  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: #222222 !important;
  border: 2px solid #222222;
}
#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: #999999;
  border-top-color: #999999;
}
#ves-mainnav .nav-container #nav li.parent:hover > a:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #e7e7e7;
  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 {
  -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: #f37351;
}
#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 .head {
  float: right;
  display: none;
}
.rtl #ves-accordion .head {
  float: left !important;
}
#ves-accordion li.parent .head {
  display: block;
}
#ves-accordion ul ul li {
  padding-left: 30px;
}
.rtl #ves-accordion ul ul li {
  padding-right: 30px;
  padding-left: inherit;
}

.ves-categoriesmenu {
  overflow: visible;
  font-weight: 500;
}
.ves-categoriesmenu .block-title {
  /**display: none;**/
}
.ves-categoriesmenu .block-content {
  padding: 12px 28px !important;
  background: #777;
}
.ves-categoriesmenu .block-content ul li {
  position: relative;
  line-height: 49px;
  height: auto;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
.ves-categoriesmenu .block-content ul li a {
  position: relative;
  overflow: hidden;
  font-size: 13px;
  padding: 0px;
  color: #fff;
  line-height: 49px;
  font-weight: 500;
  text-transform: uppercase;
}
.ves-categoriesmenu .block-content ul li a span {
  line-height: 25px;
}
.ves-categoriesmenu .block-content ul li a:hover {
  color: #fff;
}
.ves-categoriesmenu .block-content ul li a:hover span {
  border-bottom: 1px dotted #fff;
}
.ves-categoriesmenu .block-content > ul > li > a {
  display: block;
  position: relative;
  overflow: hidden;
}
.ves-categoriesmenu .block-content > ul > li > a:hover {
  color: #fff;
}
.ves-categoriesmenu .block-content > ul > li > a span {
  position: relative;
  overflow: hidden;
}
.ves-categoriesmenu .block-content > ul#ves-accordion span.head {
  position: absolute;
  right: 0;
  top: 17px;
}
.rtl .ves-categoriesmenu .block-content > ul#ves-accordion span.head {
  left: 0;
  right: auto;
}
.ves-categoriesmenu .block-content > ul#ves-accordion span.head a {
  position: relative;
  color: #fff;
  font-size: 10px;
  width: 15px;
  height: 15px;
}
.ves-categoriesmenu .block-content > ul#ves-accordion span.head a:before {
  content: "\f067";
  font-family: FontAwesome;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0px;
  right: 0px;
  left: 0px;
}
.ves-categoriesmenu .block-content > ul#ves-accordion span.head.selected a:before {
  content: "\f068";
}
.ves-categoriesmenu .block-content > ul#ves-accordion ul li {
  padding-left: 20px;
}
.ves-categoriesmenu .block-content > ul#ves-accordion ul li a {
  text-transform: uppercase;
}
.rtl .ves-categoriesmenu .block-content > ul#ves-accordion ul li {
  padding-right: 20px;
  padding-left: inherit;
}
.ves-categoriesmenu .block-content > ul#ves-accordion ul li .ink {
  display: none;
}
.ves-categoriesmenu .block-content > ul#ves-dropdown li.parent:hover > ul {
  left: 60%;
  top: 15px;
  z-index: 999;
}
.rtl .ves-categoriesmenu .block-content > ul#ves-dropdown li.parent:hover > ul {
  right: 60%;
  left: auto;
}

#ves-accordion ul, #ves-accordion ul ul, #ves-accordion ul ul ul, #ves-accordionul ul ul ul {
  width: 100%;
}

/* Topbar */
#topbar {
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
  font-size: 11px;
  background: #f37351;
  color: white;
  text-align: center;
  line-height: 30px;
}
#topbar a {
  font-size: 11px;
  color: #222222;
  border-bottom: 1px dotted #222222;
}
#topbar a:hover {
  text-decoration: none;
  color: white !important;
  border-color: white;
}
#topbar p {
  margin: 0px;
}
#topbar .close {
  position: absolute;
  top: 0px;
  right: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.rtl #topbar .close {
  left: 30px;
  right: auto;
}
#topbar .close:hover {
  color: #222;
}
#topbar .links, #topbar .toplinks-wrap {
  float: left;
}
#topbar .links-outline a {
  color: white;
}
#topbar .dropdown {
  position: relative;
  display: block!important;
}
#topbar .dropdown .dropdown-toggle {
  width: auto;
  line-height: 30px;
  height: 30px;
  color: white;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #303030;
  padding: 0 10px;
  text-transform: uppercase;
}
#topbar .dropdown:hover .dropdown-toggle {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #f37351;
}
#topbar .dropdown > .dropdown-menu {
  right: 0;
  left: 0;
  top: 40px;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl #topbar .dropdown > .dropdown-menu {
  right: 0;
  left: auto;
}
#topbar .dropdown:hover .dropdown-menu {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
#topbar .topLinks {
  float: left;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.rtl #topbar .topLinks {
  float: right !important;
}
#topbar .topLinks .links li > a {
  color: #999;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  padding: 0px 6px;
  line-height: 30px;
}
#topbar .topLinks .dropdown-menu {
  display: block;
  box-shadow: none;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  left: 0;
}
.rtl #topbar .topLinks .dropdown-menu {
  right: 0;
  left: auto;
}
#topbar .top-currency,
#topbar .store-language {
  margin-left: 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 30px;
  height: 30px;
}
.rtl #topbar .top-currency, .rtl
#topbar .store-language {
  margin-right: 20px;
  margin-left: inherit;
}
#topbar .form-language label,
#topbar .form-language strong,
#topbar .currency label,
#topbar .currency strong {
  text-transform: uppercase;
  color: #999;
  font-weight: 400;
}
#topbar .form-language a,
#topbar .currency a {
  text-transform: uppercase;
  color: #222222;
}
#topbar .form-language a .caret,
#topbar .currency a .caret {
  color: #999;
}
#topbar .form-language li,
#topbar .currency li {
  display: block;
  padding: 2px 5px;
}
#topbar .form-language li a,
#topbar .currency li a {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
  text-align: left;
}
.rtl #topbar .form-language li a, .rtl
#topbar .currency li a {
  background-position: right center;
}
.rtl #topbar .form-language li a, .rtl
#topbar .currency li a {
  padding-right: 22px;
  padding-left: inherit;
}
.rtl #topbar .form-language li a, .rtl
#topbar .currency li a {
  text-align: right !important;
}
#topbar .form-language label + a,
#topbar .currency label + a {
  background: none !important;
}

.cart-top {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 20px;
}
.rtl .cart-top {
  margin-right: 20px;
  margin-left: inherit;
}
.cart-top #cart {
  padding-right: 12px;
}
.rtl .cart-top #cart {
  padding-left: 12px;
  padding-right: inherit;
}
.cart-top #cart a {
  position: relative;
}
.cart-top #cart a span {
  position: absolute;
  top: -2px;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  background:#000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding:5px;
}
.cart-top .heading .cart-inner {
  position: relative;
}
.cart-top .heading .cart-inner .shopping-cart-icon {
  background: url("../images/icon_minicart.png") no-repeat left center;
  float: left;
  margin-right: 9px;
  width: 18px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.rtl .cart-top .heading .cart-inner .shopping-cart-icon {
  float: right !important;
}
.rtl .cart-top .heading .cart-inner .shopping-cart-icon {
  margin-left: 9px;
  margin-right: inherit;
}
.cart-top .heading .cart-inner h4 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
}
.cart-top .heading .cart-inner h4 a {
  color: #f37351;
  font-size: 13px;
}
.cart-top .content .block-cart {
  background-color: white;
  margin-bottom: 0;
  padding: 0px 0px 20px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cart-top .content .block-cart li {
  padding: 20px 0;
  margin: 0px;
  border-bottom: 1px dotted #999;
}
.cart-top .content .block-cart li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.cart-top .content .block-cart li.last {
  border: none;
}
.cart-top .content .block-cart .product-block {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.cart-top .content .block-cart .block-content {
  line-height: 24px;
  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: calc(100% - 80px);
  line-height: 30px;
  text-align: left;
  font-weight: 500;
}
.rtl .cart-top .content .block-cart .block-content .product-meta {
  text-align: right !important;
}
.cart-top .content .block-cart .block-content .product-meta .product-name {
  line-height: 30px;
  margin: 0px;
}
.cart-top .content .block-cart .block-content .product-meta .product-name a {
  text-transform: uppercase;
  color: #222222 !important;
  font-size: 13px;
  font-weight: 500;
}
.cart-top .content .block-cart .block-content .product-meta .product-name a:hover {
  color: #f37351 !important;
}
.cart-top .content .block-cart .block-content .product-meta strong {
  font-size: 13px;
  font-weight: 500;
}
.cart-top .content .block-cart .block-content .summary {
  padding: 5px 0;
  width: 100%;
  margin-bottom: 20px;
}
.cart-top .content .block-cart .block-content .summary .label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #222222;
  font-size: 13px;
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cart-top .content .block-cart .block-content .summary .price {
  color: #f37351;
  font-size: 15px;
}
.cart-top .content .block-cart .block-content .summary .subtotal {
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  margin: 0px;
  line-height: 50px;
}
.cart-top .content .block-cart .block-content .summary .subtotal:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.cart-top .content .block-cart .block-content .summary .subtotal .label {
  float: left;
  line-height: 50px;
}
.rtl .cart-top .content .block-cart .block-content .summary .subtotal .label {
  float: right !important;
}
.cart-top .content .block-cart .block-content .summary .subtotal .price {
  float: right;
  line-height: 50px;
}
.rtl .cart-top .content .block-cart .block-content .summary .subtotal .price {
  float: left !important;
}
.cart-top .content .block-cart .block-content .summary a {
  color: #222 !important;
  text-decoration: underline;
}
.cart-top .content .block-cart .block-content .actions:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.cart-top .content .block-cart .block-content .actions .button {
  float: left;
  padding: 0px 16px;
}
.rtl .cart-top .content .block-cart .block-content .actions .button {
  float: right !important;
}
.cart-top .content .block-cart .block-content .actions .view-cart {
  float: right;
  color: #fff;
  padding: 0px 16px;
}
.rtl .cart-top .content .block-cart .block-content .actions .view-cart {
  float: left !important;
}
.cart-top .content .block-cart .block-content .actions .view-cart:hover {
  background-color: #333;
}
.cart-top .content .block-cart .block-subtitle {
  display: none;
}
.cart-top .content .block-cart .btn-remove {
  position: absolute;
  right: 0px;
  top: 50%;
}
.rtl .cart-top .content .block-cart .btn-remove {
  left: 0px;
  right: auto;
}
.cart-top .content .block-cart .btn-edit {
  display: none;
}
.cart-top .active .content {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.cart-top:hover .heading .cart-inner > span {
  color: white;
}
.cart-top .view-cart {
  padding-left: 5px;
  color: #222;
}

#mycart {
  margin: 0px;
}

.rtl .vesslider .iviewSlider {
  transform-origin: right top 0!important;
}

.vesslider {
  overflow: hidden;
}
.vesslider .bg-fullwidth {
  width: 100% !important;
}
.vesslider .tp-caption {
  font-size: 14px;
  line-height: 20px;
  white-space: normal;
  font-weight: normal;
}
.vesslider .tp-caption.small-text {
  font-size: 30px;
  line-height: 100px;
  font-weight: 400;
  font-style: italic;
  font-family:inherit;
}
.vesslider .tp-caption.medium-text {
  /**font-size: 60px;**/
  font-size: 24px;
  line-height: 32px;
  font-family:'helvetica_light' !important;
}
.vesslider .tp-caption.large-text {
  font-size: 80px;
  line-height: 100px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 900;
  font-family:inherit;
}
.vesslider .tp-caption.title {
  padding-bottom: 36px;
}
.vesslider .tp-caption.title .fontse {
}
.vesslider .tp-caption.title:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.rtl .vesslider .tp-caption.title:after {
  right: 0px;
  left: auto;
}
.vesslider .tp-caption a.btn {
  color: #fff;
}
.vesslider .tp-caption a.btn:hover {
  color: #fff;
}
.vesslider .tp-caption a.btn.btn-outline {
  color: #fff;
  font-family: inherit;
  font-size: 17px;
  -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.vesslider .tp-caption a.btn.btn-outline:hover {
  color: #ffffff;
  background:#2a2723;
}
.vesslider .tp-caption a.btn.btn-outline-inverse {
  color: #222222;
}
.vesslider .tp-caption a.btn.btn-outline-inverse:hover {
  color: #fff;
}

.bannercontainer .tp-bullets.simplebullets.round .bullet {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #222;
  display: inline-block;
  margin: 0px 4px;
  /*&:after{
      content: "";
      
      @include size(14px,14px);
      @include border-radius(7px);
      border:1px solid #fff;
      position:absolute; top:-2; left:-2px;bottom:-2px; right:-2px;
  }*/
}
.bannercontainer .tp-bullets.simplebullets.round .bullet.selected, .bannercontainer .tp-bullets.simplebullets.round .bullet:hover {
  background: #fff;
}

.bannercontainer .tparrows.default {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 40px;
  height: 140px;
  background: rgba(34, 34, 34, 0.6);
}
.bannercontainer .tparrows.default img {
  height: 140px !important;
  width: auto !important;
  position: absolute;
  -webkit-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
}
.bannercontainer .tparrows.default:after {
  font-family: FontAwesome;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: absolute;
  top: 0;
  left: 0px;
  width: 40px;
  height: 140px;
  text-align: center;
  line-height: 140px;
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bannercontainer .tparrows.default.tp-leftarrow {
  left: 0px !important;
}
.bannercontainer .tparrows.default.tp-leftarrow:after {
  content: "\f104";
}
.bannercontainer .tparrows.default.tp-leftarrow img {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  left: 0px;
}
.bannercontainer .tparrows.default.tp-leftarrow:hover:after {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.bannercontainer .tparrows.default.tp-leftarrow:hover img {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bannercontainer .tparrows.default.tp-rightarrow {
  right: 0px !important;
}
.bannercontainer .tparrows.default.tp-rightarrow:after {
  content: "\f105";
}
.bannercontainer .tparrows.default.tp-rightarrow img {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  right: 0px;
}
.bannercontainer .tparrows.default.tp-rightarrow:hover:after {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.bannercontainer .tparrows.default.tp-rightarrow:hover img {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

/* Block: Layered Navigation */
.block-layered-nav dt, .ves-categoriesmenu {

}
.rtl .block-layered-nav dt {
  background-position: left center;
}
.block-layered-nav .block-content .accodion-main  {
    background: url("../images/menu_down.gif") no-repeat right center;
    background-position: right center;
}

.block-layered-nav dt.active {
  background: url("../images/menu_up.gif") no-repeat right center !important;
  background-position: right center;
}
.rtl .block-layered-nav dt.active {
  background-position: left center;
}

/* social internal module */
.social {
  margin-top: 20px;
}
.social li {
  float: left;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  color: white;
}
.rtl .social li {
  float: right !important;
}
.rtl .social li {
  margin-left: 10px;
  margin-right: inherit;
}
.social li a {
  display: none;
}
.social li:hover {
  background: #333;
  color: #f37351;
}
.social .fa-facebook {
  background-color: #346da6;
}
.social .fa-twitter {
  background-color: #4c91d7;
}
.social .fa-rss {
  background-color: #f05423;
}
.social .fa-google-plus {
  background-color: #c9242d;
}
.social .fa-pinterest {
  background-color: #fb9e3a;
}

/* back to top */
.scrollup {
  background:transparent;
  bottom: 82px;
  display: none;
  position: fixed;
  right: 10px;
  width: 65px;
  /*height: 65px;*/
  text-align: center;
  font-size: 13px;
  color: #474747 !important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px;
  cursor: pointer;
  z-index: 9999;
  border:solid 2px #474747;
  padding:20px 0;
}
.rtl .scrollup {
  left: 10px;
  right: auto;
}
.scrollup .fa {
  display: block;
  font-size:21px;
}
.scrollup:hover {
  text-decoration: none;
  background: #9e9e9e !important;
  color:#fff !important;
  border:solid 2px #9e9e9e !important;
}

.quick-access {
  text-align: right;
}
.rtl .quick-access {
  text-align: left !important;
}
.quick-access > div {
  display: inline-block;
  /*line-height: 60px;*/
  margin-left: 20px;
  padding: 38px 0;
}
.rtl .quick-access > div {
  margin-right: 20px;
  margin-left: inherit;
}
.quick-access .welcome-msg {
  line-height: 28px;
  text-transform: uppercase;
}
.quick-access a {
  color: #000;
  font-size:20px;
}
.quick-access a:hover {
  color: #808080;
}

/*
.header{
    &.open-search{
       #header-main{
            overflow: hidden;
            position:relative;
            .quick-access{
                position: static;
            }
            &.header3{
                .row{position:relative;overflow:hidden;}
            }
            &.header4{
                .wrap-menu{position:relative;overflow:hidden;}
                .top-search{
                    .search-form-overlay{
                        background:#222;
                    }
                    .form-search input{
                        line-height: 50px !important;
                        height: 50px !important;
                    }
                    .search-close{top:15px;}
                } 
            }
        }
    }
}
.rtl .top-search .search-show span::after{left:-10px !important;}
.top-search{
    .search-show{
        font-size: 12px;cursor:pointer;
        color: $theme-color-secondary;
        line-height: 61px;
        text-transform: uppercase;
        &:hover{color:$theme-color-default;}
        span{
            cursor: pointer;
            padding:0px 8px;
            position:relative;
             &:after{
                content: "";display:block;
                @include size(1px,10px);
                background:$topbar-color;
                position:absolute;
                @include rtl-right(0px);
                top:4px;
            }
        }
        &:hover{color:$theme-color-default;}
    }


    .search-form-overlay{
        background-color:#fff;
        border-radius: 100%;
        @include box-shadow(0px 0px 5px #000);
        @include opacity(0);
        pointer-events: none;
        position: absolute;
        @include scale(1);
        transform-origin: 50% 50% 0;
        z-index: 9996;
        @include size(50px, 50px);
        @include transition(opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s);
        &.show{
            display: block;
            @include scale(100);
            @include opacity(1);           
        }
    }

    .search-close{
        cursor: pointer;
        display: block;
        font-size: 14px;
        @include size(20px, 20px);
        line-height: 14px;
        text-align: center;
        position: absolute;
        @include rtl-right(50px);
        top: 25px;color:#999;
        border:1px solid #999;
        @include border-radius(10px);
        z-index: 9998;
        &:hover{
            color: $theme-color-default;
            border-color: $theme-color-default;
        }
    }

    .search-form{
        bottom: 0;
        display: none;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9999;
        @include transition(all 500ms ease);
        &.show{
            display: block;
            @include opacity(1);
            @include transition(all 500ms ease);
        }
        .form-search{
            
        }
    }

    .form-search {
        position: relative;
        padding:0px 120px;
        input {
            @include rtl-padding-left($search-padding);
            @include border-radius(0px);
            border: none;
            font-size: $search-font-size;
            font-style: $search-font-style;
            font-weight:300;
            width: 90%;
            height: 60px !important;
            line-height: 60px;
            background:$nocolor;
            color: #999;
        }
        button.button-search {
            display:none;
            color: $search-button-color;
            cursor: pointer;
            line-height: 39px;
            @include size(30px, 39px);
            position: absolute;
            @include rtl-right(0);
            top: 0;
            text-align: center;
            border:0;
            background: $nocolor;
            margin-top: 0;
            font-size: $search-icon-font-size;
            box-shadow:none;
            border-radius:0;
        }

        .search-autocomplete { 
            z-index:999; @include rtl-left(40px); top:22px !important;
            ul {
                border:1px solid $border-color; background-color:#f9f5f0; 
                li { 
                    cursor:pointer;
                    border-bottom:1px solid $border-color;
                    @include rtl-text-align-left();                 
                    @include rtl-padding(2px, 8px, 1px, 8px); 
                    .amount { 
                        @include rtl-float-right();
                         font-weight:bold; 
                    }
                    &.odd { 
                        background-color:#fffefb; 
                    }
                    &.selected { background-color:#f7e8dd; }
                }
            } 
        }
    }
}
*/
.top-search {
  position: relative;
}
.top-search .search-show {
  color: #242424;
  text-align: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.top-search .search-form-overlay {
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 5px black;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  position: absolute;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transform-origin: 50% 50% 0;
  z-index: 9996;
  width: 50px;
  height: 50px;
  -webkit-transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.top-search .search-form-overlay.show {
  display: block;
  -webkit-transform: scale(100);
  -ms-transform: scale(100);
  transform: scale(100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.top-search .search-form {
  bottom: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 38px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}
.rtl .top-search .search-form {
  left: 0;
  right: auto;
}
.top-search .search-form.show {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 310px;
  z-index: 999;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.top-search:hover .search-form {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 350px;
  z-index: 999;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  /**top:75px;**/
}
.top-search .form-search {
  position: relative;
  background: #fff;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.16);
}
.top-search .form-search:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.top-search .form-search .search-close {
  cursor: pointer;
  display: block;
  font-size: 12px;
  color: #777;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 26px;
  position: absolute;
  top: 6px;
  left: 2px;
  border-right: 1px solid #eeeeee;
}
.rtl .top-search .form-search .search-close {
  right: 2px;
  left: auto;
}
.rtl .top-search .form-search .search-close {
  border-left: 1px solid #eeeeee;
  border-right: inherit;
}
.top-search .form-search input {
  padding-left: 35px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  font-size: 12px;
  font-style: normal;
  width: 268px;
  height: 38px !important;
  line-height: 40px;
  background: transparent;
  color: #999;
  float: left;
}
.rtl .top-search .form-search input {
  padding-right: 35px;
  padding-left: inherit;
}
.rtl .top-search .form-search input {
  float: right !important;
}
.top-search .form-search button.button-search {
  float: right;
  border: none;
  background: none;
  color: #8a8a8a;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 38px;
  padding: 0px;
}
.rtl .top-search .form-search button.button-search {
  float: left !important;
}
.top-search .form-search button.button-search:hover {
  background: none;
}
.top-search .form-search .search-autocomplete {
  z-index: 999;
  left: 40px;
  top: 22px !important;
  visibility: hidden !important;
  display: none !important;
}
.rtl .top-search .form-search .search-autocomplete {
  right: 40px;
  left: auto;
}
.top-search .form-search .search-autocomplete ul {
  border: 1px solid #e7e7e7;
  background-color: #f9f5f0;
}
.top-search .form-search .search-autocomplete ul li {
  cursor: pointer;
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
  padding: 2px 8px 1px 8px;
}
.rtl .top-search .form-search .search-autocomplete ul li {
  text-align: right !important;
}
.rtl .top-search .form-search .search-autocomplete ul li {
  padding: 2px 8px 1px 8px;
}
.top-search .form-search .search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.rtl .top-search .form-search .search-autocomplete ul li .amount {
  float: left !important;
}
.top-search .form-search .search-autocomplete ul li.odd {
  background-color: #fffefb;
}
.top-search .form-search .search-autocomplete ul li.selected {
  background-color: #f7e8dd;
}

.header4 .top-search:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.header4 .top-search .search-show {
  border: none;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.header4 .top-search .search-form {
  top: 11px;
}
.header4 .top-search .form-search {
  height: 30px;
  background: #282828;
  border-color: #282828;
  border-bottom: 1px solid #383845;
}
.header4 .top-search .form-search .search-close {
  height: 20px;
  line-height: 18px;
  top: 4px;
  border-color: #383845;
}
.header4 .top-search .form-search input {
  height: 28px !important;
  line-height: 30px;
}
.header4 .top-search .form-search button.button-search {
  height: 28px;
  line-height: 28px;
  color: #f37351;
}

.block-layered-nav .block-content {
  padding: 0;
}
.block-layered-nav .block-subtitle {
  font-weight: 700;
}
.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-weight: 400;
  font-size: 13px;
  position: 0;
}
.block-layered-nav .currently .value {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-weight: 700;
}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
  margin: 0;
  position: absolute;
  right: 4px;
  top: 9px;
}
.block-layered-nav .currently .btn-previous {
  right: 17px;
}
.block-layered-nav .actions {
  padding: 5px 15px 10px;
  text-align: right;
}
.rtl .block-layered-nav .actions {
  text-align: left !important;
}
.block-layered-nav .actions a {
  float: none;
}
.block-layered-nav dt {
  cursor: pointer;
  text-transform: uppercase;
  line-height: 100%;
  padding: 10px 0;
  text-align: left;
}
.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: #999;
  line-height: 100%;
  line-height: 30px;
  text-align: left;
  width: 100%;
}
.rtl .block-layered-nav dd li {
  text-align: right !important;
}
.block-layered-nav dd li a {
  color: #808080;
  padding: 0;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size:15px;
  letter-spacing: 1px;
}
.rtl .block-layered-nav dd li a {
  padding-left: 20px;
  padding-right: inherit;
}
.block-layered-nav dd li a:hover {
  color: #333;
  text-decoration: none;
}
.block-layered-nav dd li a:hover .price {
  color: #f37351;
}
.block-layered-nav dd li a .count {
    /* position: absolute; */
    right: 0;
    top: 0px;
    margin-left: 3px;
    /* font-size: 11px; */
    /* line-height: 20px; */
}
.rtl .block-layered-nav dd li a .count {
  left: 0;
  right: auto;
}
.rtl .block-layered-nav dd li a .count {
  margin-right: 3px;
  margin-left: inherit;
}
.block-layered-nav dd .price {
  background: 0;
  color: #999;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 100%;
  padding: 0;
  font-weight: 400;
}
.block-layered-nav dd.inactive {
  border-bottom: 0 none;
  padding: 0;
}
.block-layered-nav li {
  list-style: none;
}

.block.venus-latest-block .post-image {
  float: none;
  padding: 0px;
}
.block.venus-latest-block .post-block {
  text-align: center;
}
.block.venus-latest-block .post-block h4 {
  margin-top: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
.block.venus-latest-block .post-block h4 a {
  color: #222222;
  display: block;
  height: 30px;
  overflow: hidden;
}
.block.venus-latest-block .post-block h4 a:hover {
  color: #f37351;
}
.block.venus-latest-block .post-block .latest-description {
  display: none;
}
.block.venus-latest-block .post-block .blog-meta {
  font-style: italic;
  margin-bottom: 10px;
}
.block.venus-latest-block .post-block .blog-meta strong {
  font-weight: normal;
}
.block.venus-latest-block .post-block .blog-meta .space {
  margin: 0px 5px;
}
.block.venus-latest-block .post-block .blog-meta .created-date {
  display: inline-block;
}
.block.venus-latest-block .post-block .blog-readmore {
  text-transform: uppercase;
  font-weight: 500;
}
.block.venus-latest-block .post-block .blog-readmore a {
  color: #f37351;
}
.block.venus-latest-block.latest-block-image .post-block {
  position: relative;
}
.block.venus-latest-block.latest-block-image .post-block .post-image:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9990;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.block.venus-latest-block.latest-block-image .post-block .post-info {
  display: none;
  border: 1px solid #fff;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.block.venus-latest-block.latest-block-image .post-block .post-info .inner-post {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.block.venus-latest-block.latest-block-image .post-block .post-info h4 a, .block.venus-latest-block.latest-block-image .post-block .post-info .blog-readmore a,
.block.venus-latest-block.latest-block-image .post-block .post-info .blog-meta {
  color: #fff;
}
.block.venus-latest-block.latest-block-image .post-block .post-info h4 a:hover, .block.venus-latest-block.latest-block-image .post-block .post-info .blog-readmore a:hover {
  color: #f37351;
}
.block.venus-latest-block.latest-block-image .post-block:hover .post-image:after {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  filter: alpha(opacity=100);
}
.block.venus-latest-block.latest-block-image .post-block:hover .post-info {
  display: block;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.block.venus-latest-block .owl-theme .owl-controls .owl-page span {
  background: #dcdcdc;
}
.block.venus-latest-block .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}

.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: #f37351;
  font-size: 15px;
  font-weight: 600;
}
.deal_detail_num .price {
  color: #f37351 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.block-compare li,
.block-reorder li {
  border-bottom: 1px solid #e7e7e7;
  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;
}

.blog-list .colswrapper {
  margin-bottom: 30px;
}
.blog-list .colswrapper .blog-container {
  text-align: center;
  /**border-bottom: 1px dotted #999; **/
  padding-bottom: 30px;
}
.blog-list .colswrapper .blog-container .blog-title {
  font-size: 20px;
  display:none;
}
.blog-list .colswrapper .blog-container .blog-title a {
  color: #222222;
  }
  
.blog-list .colswrapper .blog-container .blog-title a:hover {
  color: #f37351;
}
.blog-list .colswrapper .blog-container .blog-meta {
  font-style: italic;
}
.blog-list .colswrapper .blog-container .blog-meta a {
  color: #222222;
}
.blog-list .colswrapper .blog-container .blog-meta a:hover {
  color: #f37351;
}
.blog-list .colswrapper .blog-container .blog-meta .space {
  margin: 0px 5px;
}
.blog-list .colswrapper .blog-container .blog-readmore {
  text-transform: uppercase;
  font-weight: 500;
}
.blog-list .colswrapper .blog-container .blog-readmore a {
  color: #f37351;
}

.blogs-grid .post-block {
  margin-bottom: 30px;
}
.blogs-grid .post-block .blog-image a {
  width: 100%;
}
.blogs-grid .post-block .blog-image a img {
  max-width: 100%;
  height: auto;
}
.blogs-grid .post-block .blog-meta-block .blog-title {
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.blogs-grid .post-block .blog-meta-block .blog-title a {
  color: #222222;
}
.blogs-grid .post-block .blog-meta-block .blog-title a:hover {
  color: #f37351;
}
.blogs-grid .post-block .blog-readmore,
.blogs-grid .post-block .blog-meta {
  display: none;
}
.blogs-grid .post-block .ves-description {
  min-height: 4em;
  height: auto;
  overflow: hidden;
}

.blogs-second .blogs-row {
  margin-bottom: 30px;
}
.blogs-second .blogs-row .blog-image a {
  width: 100%;
}
.blogs-second .blogs-row .blog-image a img {
  max-width: 100%;
  height: auto;
}
.blogs-second .blogs-row .blog-meta-block .blog-title {
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 500;
}
.blogs-second .blogs-row .blog-meta-block .blog-title a {
  color: #222222;
}
.blogs-second .blogs-row .blog-meta-block .blog-title a:hover {
  color: #f37351;
}
.blogs-second .blogs-row .blog-readmore,
.blogs-second .blogs-row .blog-meta {
  display: none;
}

.blog-post .blog-container .blog-image img,
.blog-post .blog-container .blog-image a {
  max-width: 100%;
}
.blog-post .blog-container .blog-title {
  font-size: 20px;
  color: #222222;
}
.blog-post .blog-container .blog-meta {
  font-style: italic;
}
.blog-post .blog-container .blog-meta a {
  color: #222222;
}
.blog-post .blog-container .blog-meta a:hover {
  color: #f37351;
}
.blog-post .blog-container .blog-meta .space {
  margin: 0px 5px;
}
.blog-post .blog-container strong {
  font-weight: 500;
  color: #222222;
}
.blog-post .blog-social {
  border-top: 1px dotted #999 !important;
  border-bottom: 1px dotted #999;
}
.blog-post .blog-extra h3 {
  font-weight: 500;
  color: #222222;
}
.blog-post .blog-comment {
  border-top: 1px dotted #999 !important;
}
.blog-post .blog-comment .comments-list li {
  padding: 38px 0px;
  border-bottom: 1px dotted #999 !important;
}
.blog-post .blog-comment .comments-list li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.blog-post .blog-comment .comments-list li.odd {
  background: none;
}
.blog-post .blog-comment .comments-list li .avata {
  float: left;
  padding-right: 30px;
  display: inline-block;
  width: 150px;
}
.rtl .blog-post .blog-comment .comments-list li .avata {
  float: right !important;
}
.rtl .blog-post .blog-comment .comments-list li .avata {
  padding-left: 30px;
  padding-right: inherit;
}
.blog-post .blog-comment .comments-list li .avata img {
  -webkit-border-radius: 60px;
  border-radius: 60px;
}
.blog-post .blog-comment .comments-list li .comment-info {
  position: relative;
  width: calc(100% - 150px);
  float: left;
}
.rtl .blog-post .blog-comment .comments-list li .comment-info {
  float: right !important;
}
.blog-post .blog-comment .comments-list li .comment-info .comment-author {
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-post .blog-comment .comments-list li .comment-info .comment-date {
  color: #999;
  font-style: italic;
  float: right;
  position: absolute;
  top: 0px;
  right: 0;
}
.rtl .blog-post .blog-comment .comments-list li .comment-info .comment-date {
  float: left !important;
}
.rtl .blog-post .blog-comment .comments-list li .comment-info .comment-date {
  left: 0;
  right: auto;
}
.blog-post .blog-comment .comment-form {
  border: none;
}
.blog-post .blog-comment .comment-form label {
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0px;
  line-height: 50px;
}
.blog-post .blog-comment .comment-form .input-box textarea,
.blog-post .blog-comment .comment-form .input-box input {
  border-color: #f1f1f1;
  background: #f1f1f1;
  line-height: 38px;
  padding: 5px 10px;
}
.blog-post .title-comment {
  margin: 50px 0px;
  text-align: center;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.blog-post .title-comment strong {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 2px dotted #222222;
}

#ves_blog_search_block .search_query {
  height: 50px;
  padding: 5px 10px;
  line-height: 38px;
  width: 70%;
  display: inline-block;
}
#ves_blog_search_block .search_query:focus {
  border: 1px solid #222222;
}
#ves_blog_search_block #ves_search_button {
  width: 30%;
  float: right;
  display: inline-block;
  padding: 0px;
  text-align: center;
}
.rtl #ves_blog_search_block #ves_search_button {
  float: left !important;
}

.venus-blog-menu {
  font-weight: 500;
  overflow: visible;
}
.venus-blog-menu .block-title {
  display: none;
}
.venus-blog-menu .block-content {
  background: #f37351;
  padding: 12px 28px !important;
}
.venus-blog-menu .block-content ul li {
  position: relative;
  line-height: 49px;
  height: 50px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
.venus-blog-menu .block-content ul li a {
  position: relative;
  overflow: hidden;
  font-size: 13px;
  padding: 0px;
  color: #fff;
  line-height: 49px;
  font-weight: 500;
  text-transform: uppercase;
}
.venus-blog-menu .block-content ul li a span {
  line-height: 25px;
}
.venus-blog-menu .block-content ul li a:hover {
  color: #fff;
}
.venus-blog-menu .block-content ul li a:hover span {
  border-bottom: 1px dotted #fff;
}

.widget-accordion-bg .accordian-play {
  border-bottom: 1px solid #f1f1f1;
}
.widget-accordion-bg .accordian-play .menu-title {
  padding: 48px 0;
  border-top: 1px solid #f1f1f1;
  text-align: left;
}
.rtl .widget-accordion-bg .accordian-play .menu-title {
  text-align: right !important;
}
.widget-accordion-bg .accordian-play .menu-title h1, .widget-accordion-bg .accordian-play .menu-title h2, .widget-accordion-bg .accordian-play .menu-title h3, .widget-accordion-bg .accordian-play .menu-title h4, .widget-accordion-bg .accordian-play .menu-title h5, .widget-accordion-bg .accordian-play .menu-title h6 {
  font-weight: 900;
  color: #222222;
  text-transform: none;
  letter-spacing: 0px;
}
.widget-accordion-bg .accordian-play .menu-title h1 span.title, .widget-accordion-bg .accordian-play .menu-title h2 span.title, .widget-accordion-bg .accordian-play .menu-title h3 span.title, .widget-accordion-bg .accordian-play .menu-title h4 span.title, .widget-accordion-bg .accordian-play .menu-title h5 span.title, .widget-accordion-bg .accordian-play .menu-title h6 span.title {
  margin-bottom: 9px;
  display: block;
  font-style: italic;
}
.widget-accordion-bg .accordian-play .menu-title h1 {
  font-size: 48px;
  line-height: 60px;
}
.widget-accordion-bg .accordian-play .menu-title h2 {
  font-size: 40px;
  line-height: 50px;
}
.widget-accordion-bg .accordian-play .menu-title h3 {
  font-size: 30px;
  line-height: 36px;
}
.widget-accordion-bg .accordian-play .menu-title h4 {
  font-size: 22px;
  line-height: 30px;
}
.widget-accordion-bg .accordian-play .menu-title h5 {
  font-size: 18px;
  line-height: 26px;
}
.widget-accordion-bg .accordian-play .menu-title h6 {
  font-size: 13px;
  line-height: 20px;
}
.widget-accordion-bg .accordian-play .menu-title .sub-title {
  display: block;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: #999;
}
.widget-accordion-bg .accordian-play .menu-title .bg {
  height: 200%;
}
.widget-accordion-bg .accordian-play .menu-title .container {
  position: relative;
}
.widget-accordion-bg .accordian-play .menu-title i.icon-open-close {
  background: none !important;
  color: #222222;
  right: 0;
  font-size: 28px;
  text-align: center;
  line-height: 38px;
}
.rtl .widget-accordion-bg .accordian-play .menu-title i.icon-open-close {
  left: 0;
  right: auto;
}
.widget-accordion-bg .accordian-play .menu-title:hover .sub-title,
.widget-accordion-bg .accordian-play .menu-title:hover h1, .widget-accordion-bg .accordian-play .menu-title:hover h2, .widget-accordion-bg .accordian-play .menu-title:hover h3, .widget-accordion-bg .accordian-play .menu-title:hover h4, .widget-accordion-bg .accordian-play .menu-title:hover h5, .widget-accordion-bg .accordian-play .menu-title:hover h6, .widget-accordion-bg .accordian-play .menu-title.open .sub-title,
.widget-accordion-bg .accordian-play .menu-title.open h1, .widget-accordion-bg .accordian-play .menu-title.open h2, .widget-accordion-bg .accordian-play .menu-title.open h3, .widget-accordion-bg .accordian-play .menu-title.open h4, .widget-accordion-bg .accordian-play .menu-title.open h5, .widget-accordion-bg .accordian-play .menu-title.open h6 {
  color: #fff;
}
.widget-accordion-bg .accordian-play .menu-title:hover i.icon-open-close, .widget-accordion-bg .accordian-play .menu-title.open i.icon-open-close {
  color: #fff;
}
.widget-accordion-bg .accordian-play .panel-item-content {
  height: auto !important;
  padding: 80px 0px 0px;
}

.widget-images {
  margin: 0px;
}
.widget-images.description-center .image-description {
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.widget-images i {
  font-style: italic;
}
.widget-images.block-highlighted {
  position: relative;
}
.widget-images.block-highlighted .image-description {
  margin: 0px;
padding: 0px;
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
}





.widget-images.block-highlighted .image-description:before {
  display: none;
}
.widget-images.block-highlighted .image-description:after {
  content: "";
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #0071b5;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.widget-images.block-highlighted .image-description .p-info {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: inherit;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  font-size:24px;
  line-height:30px;
  color:#fff;
  letter-spacing:2px;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);  
}
.widget-images.block-highlighted .image-description h3 {
  font-size: 13px;
  line-height: 30px;
  color: #222222;
  font-weight: 500;
  letter-spacing: 1px;
}
.widget-images.block-highlighted .image-description p {
  margin: 0px;
}
.widget-images.block-highlighted .image-description i {
  line-height: 24px;
}
.widget-images.block-highlighted .image-description a {
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 40px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
text-transform: uppercase;
font-size:40px;
font-weight:bold;
}
.widget-images.block-highlighted:hover .image-description:after {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.widget-images.block-highlighted:hover .image-description .p-info {
  opacity: 1;
  filter: alpha(opacity=100);
}

.box-warning .productcarousel .block-title {
  text-align: left;
  margin-bottom: 20px;
}
.rtl .box-warning .productcarousel .block-title {
  text-align: right !important;
}
.box-warning .productcarousel .products-list .products-row .col-fullwidth {
  padding-bottom: 0px;
}
.box-warning .productcarousel .products-list .product-block {
  margin: 0px;
  padding: 10px 0px;
}
.box-warning .productcarousel .products-list .product-block .name {
  padding: 0!important;
  text-align: left;
}
.rtl .box-warning .productcarousel .products-list .product-block .name {
  text-align: right !important;
}
.box-warning .productcarousel .products-list .product-block .name a {
  font-size: 13px;
  text-transform: uppercase;
}
.box-warning .productcarousel .products-list .product-block .image {
  float: left;
  margin: 0;
  width: 26%;
  padding: 0!important;
}
.rtl .box-warning .productcarousel .products-list .product-block .image {
  float: right !important;
}
.box-warning .productcarousel .products-list .product-block .price-box {
  text-align: left;
  line-height: 30px;
}
.rtl .box-warning .productcarousel .products-list .product-block .price-box {
  text-align: right !important;
}
.box-warning .productcarousel .products-list .product-block .product-price {
  margin: 0!important;
}
.box-warning .productcarousel .products-list .product-block .price .price-old, .box-warning .productcarousel .products-list .product-block .price .old-price {
  display: inline-block!important;
}
.box-warning .productcarousel .product-block {
  box-shadow: none!important;
  text-align: left;
  margin-bottom: 15px;
}
.box-warning .productcarousel .product-block:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.rtl .box-warning .productcarousel .product-block {
  text-align: right !important;
}
.box-warning .productcarousel .product-block .action,
.box-warning .productcarousel .product-block .ves-colorbox,
.box-warning .productcarousel .product-block .colorbox, .box-warning .productcarousel .product-block .image-gallery,
.box-warning .productcarousel .product-block .add-to-links {
  display: none !important;
}
.box-warning .productcarousel .product-block .product-meta {
  float: right;
  width: 70%;
  padding: 0;
  margin: 0;
  text-align: left;
}
.rtl .box-warning .productcarousel .product-block .product-meta {
  float: left !important;
}
.rtl .box-warning .productcarousel .product-block .product-meta {
  text-align: right !important;
}
.box-warning .productcarousel .product-label {
  display: none;
}
.box-warning .productcarousel .onsale,
.box-warning .productcarousel .new-icon {
  display: none !important;
}

.vestestimonialcarousel {
  margin-bottom: 40px;
}
.vestestimonialcarousel .testimonial-item {
  text-align: center;
  padding: 0px 80px;
}
.vestestimonialcarousel .testimonial-item .post-image {
  display: none;
}
.vestestimonialcarousel .testimonial-item .latest-description {
  font-style: italic;
}
.vestestimonialcarousel .testimonial-item h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.vestestimonialcarousel .testimonial-item h4 a {
  display: inline-block;
  padding: 0px 15px;
  position: relative;
}
.vestestimonialcarousel .testimonial-item h4 a:after, .vestestimonialcarousel .testimonial-item h4 a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
}
.vestestimonialcarousel .testimonial-item h4 a:after {
  right: 0;
}
.vestestimonialcarousel .testimonial-item h4 a:before {
  left: 0;
}
.vestestimonialcarousel .testimonial-item h4 a p {
  margin: 0px;
}
.vestestimonialcarousel .owl-carousel {
  margin: 0px;
}

.ves-brandcarousel .owl-theme .owl-controls .owl-buttons {
  display: none !important;
}
.ves-brandcarousel .owl-wrapper-outer {
  padding: 30px 0px;
}

.box-darked .block {
  color: #fff;
}
.box-darked .block a {
  color: #fff;
}
.box-darked .block a:hover {
  color: #f1f1f1;
}
.box-darked .block .block-title span {
  color: #fff;
  border-color: #fff;
}
.box-darked .block .owl-theme .owl-controls .owl-page.active span {
  background: #f1f1f1;
}
.box-darked .block .owl-theme .owl-controls .owl-buttons {
  display: block;
}
.box-darked .block .owl-theme .owl-controls .owl-buttons > div {
  background: none;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #fff;
  line-height: 36px;
  text-align: center;
  color: #fff;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 20%;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 13px;
}
.box-darked .block .owl-theme .owl-controls .owl-buttons > div.owl-prev {
  left: 20px;
}
.box-darked .block .owl-theme .owl-controls .owl-buttons > div.owl-next {
  right: 20px;
}

#colorbox.homepopup {
  padding: 20px;
}
#colorbox.homepopup img {
  max-width: 100%;
}
#colorbox.homepopup h2 {
  font-size: 40px;
  font-weight: bold;
  color: #222222;
  text-transform: uppercase;
}
#colorbox.homepopup .v-center {
  position: relative;
  margin-top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 30px;
}
#colorbox.homepopup .coupon-code {
  text-transform: uppercase;
  color: #222222;
  line-height: 40px;
  height: 44px;
  padding: 0px 40px;
  border: 2px dotted #f37351;
  display: inline-block;
}
#colorbox.homepopup #cboxClose {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: url("../images/cboxclose.png") no-repeat center center #222222;
  top: 0px;
  right: 0px;
  color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-indent: 9999em;
}
.rtl #colorbox.homepopup #cboxClose {
  left: 0px;
  right: auto;
}
#colorbox.homepopup #cboxLoadedContent {
  width: 100% !important;
  box-sizing: border-box;
  padding: 20px;
  height: auto !important;
  margin: 0px;
}
#colorbox.homepopup #cboxContent {
  width: 100% !important;
  height: auto !important;
}
#colorbox.homepopup #cboxWrapper {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100% !important;
  height: auto !important;
}
#colorbox.homepopup #cboxMiddleRight,
#colorbox.homepopup #cboxMiddleLeft,
#colorbox.homepopup #cboxBottomRight,
#colorbox.homepopup #cboxBottomCenter,
#colorbox.homepopup #cboxBottomLeft,
#colorbox.homepopup #cboxTopRight,
#colorbox.homepopup #cboxTopCenter,
#colorbox.homepopup #cboxTopLeft {
  display: none;
}

.venus-brand-menu .block-title {
  background: none;
  color: #222222;
}
.venus-brand-menu .block-content {
  background: none;
}

.ves-brandlist-page .brand-wrapper {
  margin-bottom: 30px;
}
.ves-brandlist-page .brand-wrapper li {
  margin: 8px;
  border: none;
}
.ves-brandlist-page .brand-wrapper li .brand-logo {
  background: rgba(34, 34, 34, 0.6);
}
.ves-brandlist-page .brand-wrapper li .brand-title {
  font-weight: 500;
}
.ves-brandlist-page .pager {
  line-height: 40px;
  margin-bottom: 50px;
}
.ves-brandlist-page .pager li, .ves-brandlist-page .pager .brand-item {
  min-height: 40px;
  padding: 0px;
}

.gallery-carousel {
  position: relative;
}

.price {
  color: #f37351;
  font-size: 13px;
  font-weight: 400;
}
.price .price-label {
  display: none;
}
.price .price-old, .price .old-price {
  color: #999999;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.price .price-old .price, .price .old-price .price {
  color: #f37351;
  font-size: 15px;
  font-weight: 400 !important;
}

.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: 13px;
  font-weight: 400;
  color: #999999;
  padding-top: 20px;
}

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

/* product style */
.product-block {
  position: relative;
  background-color: white;
  margin: 0;
  text-align: center;
  border: 1px solid #fff;
  float: left;
  width: 100%;
}
.rtl .product-block {
  float: right !important;
}
.product-block a:hover {
  color: #333333;
}
.product-block .price-box .price-label {
  display: none;
}
.product-block .price-box > p {
  display: inline-block;
  margin: 0px 3px;
}
.product-block .price-box .old-price .price {
  text-decoration: line-through;
  color: #999999;
  font-size: 13px;
}
.product-block .price-box .price {
  font-size: 13px;
  color: #f37351;
}
.product-block .action {
  position: absolute;
  z-index: 9985;
  /**bottom: 10px;**/
  right: 10px;
  text-align: right;
}
.rtl .product-block .action {
  left: 10px;
  right: auto;
}
.rtl .product-block .action {
  text-align: left !important;
}
.product-block .action a {
  width: 40px;
  height: 40px;
  display: inline-block !important;
  line-height: 40px;
  text-align: center;
  padding: 0px;
  float: right;
  font-size: 12px;
  color: #fff;
  background: #222222;
}
.rtl .product-block .action a {
  float: left !important;
}
.product-block .action a:hover {
  color: #000;
  background: #fff;
}
.product-block .action li {
  position: relative;
  display: inline-block;
}
.product-block .action li .tooltip {
  white-space: nowrap;
}
.product-block .link-wishlist,
.product-block .link-compare {
  padding: 8px 5px 0;
  font-size: 13px;
}
.product-block .link-wishlist a,
.product-block .link-compare a {
  color: #999999;
}
.product-block .link-wishlist a:hover,
.product-block .link-compare a:hover {
  color: #f37351;
}
.product-block .cart {
  padding: 0;
  background: none;
}
.product-block .description {
  display: none;
  font-size: 14px;
}
.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: 0;
  height: auto !important;
  line-height: 30px;
}
.product-block .name a {
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block .name a:hover {
  color: #f37351;
}
.product-block .image-gallery {
  border: solid 4px #b4b4b4;
  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 #b4b4b4;
  border-top: 5px solid rgba(0, 0, 0, 0);
  margin: -5px 0;
  position: absolute;
  right: -9px;
  top: 50%;
}
.product-block .image {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  /*swap image*/
}
.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;
}
.product-block .image .hover-image {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  visibility: hidden;
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  left: 0;
  display:none;
}
.rtl .product-block .image .hover-image {
  right: 0;
  left: auto;
}
.product-block .image:hover .hover-image {
  visibility: visible;
  transform: translateX(0);
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
} 
.product-block .image .special {
    position: absolute;
    z-index: 9990;
    color: #ffffff;
    font-weight: normal;
    line-height: 33px;
    text-transform: uppercase;
    letter-spacing: 1px;
    right: 13px;
    font-size: 11px;
    top: 3px;
    width: 13%;
}

@media only screen and (max-width: 800px) and (min-width: 300px){
    
 .product-block .image .special {
    position: absolute;
    z-index: 9990;
    color: #ffffff;
    font-weight: normal;
    line-height: 33px;
    text-transform: uppercase;
    letter-spacing: 1px;
    right: 13px;
    font-size: 11px;
    top: 3px;
    width: 36%;
}   
    
}

@media only screen and (max-width: 700px) and (min-width: 200px){
    
 .product-block .image .special {
    position: absolute;
    z-index: 9990;
    color: #ffffff;
    font-weight: normal;
    line-height: 33px;
    text-transform: uppercase;
    letter-spacing: 1px;
    right: 13px;
    font-size: 11px;
    top: 3px;
    width: 31%;
}   
    
}


.circle { 
    width: 35px;
    height: 35px;
    background: #19499c;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 100%;
}
.rtl .product-block .image .special {
  right: 20px;
  left: auto;
}
.product-block .image .special > span {
  display: inline-block;
  border-bottom: 1px dotted #f37351;
  margin-right: 5px;
}
.rtl .product-block .image .special > span {
  margin-left: 5px;
  margin-right: inherit;
}
.product-block .product-meta {
  padding: 0 20px 20px;
  position: relative;
}
.product-block .add-to-links {
  border-top: 1px solid #e7e7e7;
  margin: 0 auto;
  display: inline-block;
  *display: inline;
  zoom: 1;
  z-index: 99;
}
.product-block .add-to-links li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-top: 10px;
  padding-right: 10px;
}
.product-block .add-to-links .link-wishlist {
  border-right: 1px solid #e7e7e7;
}
.rtl .product-block .add-to-links .link-wishlist {
  border-left: 1px solid #e7e7e7;
  border-right: inherit;
}
.product-block .availability span.available-now {
  background: red;
  border: 1px solid #cc0000;
  color: white;
}
.product-block .availability span.out-of-stock {
  background: blue;
  border: 1px solid #0000cc;
  color: white;
}
.product-block .product-flags {
  opacity: 0;
  filter: alpha(opacity=0);
}

.availability .out-of-stock {
  font-size: 11px;
  background: #5bc0de;
  color: white;
}
.availability .available-now {
  font-size: 11px;
  background: #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;
}

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

.productcarousel .carousel-controls {
  right: 62px;
}
.rtl .productcarousel .carousel-controls {
  left: 62px;
  right: auto;
}

/* 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-bottom: 20px;
  border-right: 0;
}
.rtl .products-list .products-row .product-col {
  border-left: 0;
  border-right: inherit;
}
.products-list .products-row .product-col:last-child {
  border-right: 0;
}
.rtl .products-list .products-row .product-col:last-child {
  border-left: 0;
  border-right: inherit;
}
.products-list .product-block {
  padding: 20px 0;
  text-align: left;
}
.rtl .products-list .product-block {
  text-align: right !important;
}
.products-list .product-block .action {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.products-list .product-block .action a {
  float: none !important;
}
.products-list .product-block .product-meta {
  padding: 0;
  float: left;
  width: -webkit-calc(100% - 300px);
  /** Safari 6, Chrome 19-25 **/
  width: -moz-calc(100% - 300px);
  /** FF 4-15  **/
  width: calc(100% - 300px);
}
.rtl .products-list .product-block .product-meta {
  float: right !important;
}
.products-list .product-block .name a {
  font-size: 20px;
  color: #222222;
}
.products-list .product-block .name a:hover {
  color: #f37351;
}
.products-list .product-block:hover .action {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-list .product-block .deal_detail,
.products-list .product-block .productdeals {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.products-list .product-block .add-to-links {
  position: absolute;
}
.products-list .description {
  display: block;
}
.products-list .price-tax {
  display: block;
}
.products-list .price-box {
  line-height: 50px;
}
.products-list .price-box .old-price .price {
  color: #999999;
  font-size: 13px;
}
.products-list .price-box .price {
  font-size: 17px;
  color: #f37351;
}
.products-list .image {
  float: left;
  margin: 0;
  width: 270px;
  margin-right: 30px;
  text-align: center;
}
.rtl .products-list .image {
  float: right !important;
}
.rtl .products-list .image {
  margin-left: 30px;
  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 {
  float: left;
  padding: 0;
}
.rtl .products-list .cart {
  float: right !important;
}
.products-list .cart a {
  font-size: 20px;
  line-height: 60px;
}
.products-list .wishlist, .products-list .compare {
  float: left;
  margin: 30px 0 0 10px;
}
.rtl .products-list .wishlist, .rtl .products-list .compare {
  float: right !important;
}
.products-list .rating-box {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.rtl .products-list .rating-box {
  float: right !important;
}
.rtl .products-list .rating-box {
  margin-left: 10px;
  margin-right: inherit;
}
.products-list .product-icon {
  padding: 9px 17px;
  line-height: 1;
  border-left: 1px solid white;
  text-align: center;
}
.products-list .product-icon span {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.products-list .toolbar-bottom {
  margin-top: 0;
}

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

/* product grid mode */
.products-grid {
  position: relative;
}
.products-grid .description, .products-grid .price-tax {
  display: none;
}
.products-grid .product-block {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
}
.products-grid .product-block .product-meta {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9980;
  padding: 20px;
  line-height: 30px;
}
.products-grid .product-block .product-meta .v-center {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.products-grid .product-block .product-meta .desc {
  display: none;
}
.products-grid .product-block .product-name {
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.products-grid .product-block .product-name a {
  line-height: 20px;
  padding: 15px 0px;
  font-size: 16px;
  color: #222222;
  font-family: inherit;
  font-weight:bold;
}
.products-grid .product-block .product-name a:hover {
  color: #999999;
}
.products-grid .product-block .price-box {
  line-height: 40px;
}
.products-grid .product-block .price-box .old-price .price {
  color: #999999;
  font-size: 13px;
}
.products-grid .product-block .price-box .price {
  font-size: 13px;
  color: #f37351;
}
.products-grid .ratings .rating-box {
  display: inline-block;
  margin: 0px;
}
.products-grid .ratings .rating-links {
  display: none;
}
.products-grid .cart {
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.products-grid .cart a {
  color: #222222;
}
.products-grid .cart a:hover {
  color: #f37351;
}
.products-grid.layout2 .product-block .image .action {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.products-grid.layout2 .product-block .image .action a {
  float: none !important;
}
.products-grid.layout2 .product-block .product-meta {
  background: none;
  border: none;
  position: static;
  padding: 0px;
}
.products-grid.layout2 .product-block .product-meta:after {
  display: none !important;
}
.products-grid.layout2 .product-block .product-meta .v-center {
  position: static;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-grid.layout2 .product-block .product-meta .product-name a {
  padding: 15px 0px 0px;
}
.products-grid.layout2 .product-block .product-meta .product-name a,
.products-grid.layout2 .product-block .product-meta .product-name,
.products-grid.layout2 .product-block .product-meta .price-box {
  line-height: 24px;
}
.products-grid.layout2 .product-block:hover .action {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-grid.layout2 .cart {
  margin: 0px;
  line-height: 30px;
}

.products-grid-layout2 .products-grid .product-block .image .action {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.products-grid-layout2 .products-grid .product-block .image .action a {
  float: none !important;
}
.products-grid-layout2 .products-grid .product-block .product-meta {
  background: none;
  border: none;
  position: static;
  padding: 0px;
}
.products-grid-layout2 .products-grid .product-block .product-meta:after {
  display: none !important;
}
.products-grid-layout2 .products-grid .product-block .product-meta .v-center {
  position: static;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-grid-layout2 .products-grid .product-block .product-meta .product-name a {
  padding: 15px 0px 0px;
}
.products-grid-layout2 .products-grid .product-block .product-meta .product-name a,
.products-grid-layout2 .products-grid .product-block .product-meta .product-name,
.products-grid-layout2 .products-grid .product-block .product-meta .price-box {
  line-height: 24px;
}
.products-grid-layout2 .products-grid .product-block:hover .action {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-grid-layout2 .cart {
  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 .tab-contents {
  padding: 0;
  border: 0;
  background: #fff;
}
.product-view-col.product-info .product-extra .quantity-adder label,
.product-view-col.product-info .product-options-bottom .quantity-adder label {
  display: none;
}
.product-info {
    margin-bottom: 20px;
    margin-top: 30px;
}
.product-info .carousel-control {
  top: 45%;
  font-size: 14px;
  color: #75716c;
  text-align: center;
  border: 1px solid #e7e7e7;
  margin: -6px 0 -6px 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  width: 20px;
  height: 25px;
  padding-top: 4px;
  background-color: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.product-info .left {
  left: 0;
}
.rtl .product-info .left {
  right: 0;
  left: auto;
}
.product-info .right {
  right: 0;
}
.rtl .product-info .right {
  left: 0;
  right: auto;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
}
.product-info .cart .links {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.product-info .product-shop {
  position: relative;
}
.product-info .product-button {
  width: 90px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 18px;
}
.rtl .product-info .product-button {
  left: 30px;
  right: auto;
}
.product-info .product-button a {
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  color: #d1d1d1;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; 
  border-radius: 3px; 
}
.product-info .product-button a.prev {
  float: left;
}
.product-info .product-button a.next {
  float: right;
}
.product-info .product-button a:hover {
  border-color: #000;
  color: #000;
}
.product-info h1 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
  font-weight: 600;
  margin: 20px 0;
  color: #000000;
  font-family: inherit important;
  letter-spacing:2px;
}
.product-info ul, .product-info ol {
  list-style: none;
  width: 100%;
  float: left;
}
.rtl .product-info ul, .rtl .product-info ol {
  float: right !important;
}
.product-info ul li, .product-info ol li {
  display: inline;
}
.product-info .price-tax {
  font-weight: normal;
}
.product-info .image {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
  background: white;
}
.product-info .image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.product-info .product-img-box .image {
  /*width: calc(100% - 120px);*/
  width:100%;
  float: right;
}
.rtl .product-info .product-img-box .image {
  float: left !important;
}
.product-info .product-img-box .image.media2 {
  width: 100%;
  float: none !important;
}
.product-info .product-img-box .image-additional {
  width: 100px;
  float: left;
  display:none;
}
.rtl .product-info .product-img-box .image-additional {
  float: right !important;
}
.product-info .product-img-box .image-additional.media2 {
  width: 100%;
  float: none !important;
}
.product-info .image {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
  background: white;
}
.product-info .image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.product-info .image .special {
  position: absolute;
color: #ffffff;
  top: 3px;
  z-index: 9990;

font-weight: normal;
    line-height: 33px;
  text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
}
.rtl .product-info .image .special {
  right: 20px;
  left: auto;
}
.product-info .image .special > span {
  display: inline-block;
  border-bottom: 1px dotted #f37351;
  margin-right: 5px;
}
.rtl .product-info .image .special > span {
  margin-left: 5px;
  margin-right: inherit;
}
.product-info .image-additional {
  padding-top: 0;
  text-align: center;
}
.product-info .image-additional .carousel-inner img {
  display: inline-block;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.product-info .image-additional .carousel-control {
  padding: 0px;
  font-size: 12px;
  background: none!important;
  border: 2px solid #f1f1f1;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: auto;
  text-shadow: none;
  color: #222222;
  position: static;
  display: inline-block;
  margin: 0px 3px;
}
.product-info .image-additional .carousel-control:hover {
  background: none!important;
  cursor: pointer;
  border-color: #f37351;
  box-shadow: none!important;
  color: #f37351 !important;
}
.product-info .image-additional.media2 .carousel-inner {
  width: calc(100% - 50px);
  float: left;
}
.rtl .product-info .image-additional.media2 .carousel-inner {
  float: right !important;
}
.product-info .image-additional.media2 .carousel-inner .item a {
  float: left;
  padding-right: 10px;
  width: 25%;
}
.rtl .product-info .image-additional.media2 .carousel-inner .item a {
  float: right !important;
}
.rtl .product-info .image-additional.media2 .carousel-inner .item a {
  padding-left: 10px;
  padding-right: inherit;
}
.product-info .image-additional.media2 .carousel-control {
  float: right;
  margin: 5px 0px;
}
.rtl .product-info .image-additional.media2 .carousel-control {
  float: left !important;
}
.product-info .product-brand {
  margin: 20px 0px;
}
.product-info .product-brand strong {
  display: none;
}
.product-info .product-brand a {
  display: block;
  text-align: center;
  background: #222;
  padding: 10px 0px;
}
.product-info .p-infof {
  line-height: 24px;
  color: #999;
}
.product-info .p-infof .p-infof-title {
  width: 100px;
  color: #f37351;
  display: inline-block;
}
.product-info .p-infof a {
  color: #999;
}
.product-info .p-infof a:hover {
  color: #f37351;
}
.product-info .p-catf {
  margin-top: 12px;
  display:none;
}
.product-info .p-catf a {
  color: #999;
}
.product-info .p-catf a:hover {
  color: #f37351;
}
.product-info .share {
  padding: 0;
}
.product-info .share:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-info .price-box {
  line-height: 40px;
}
.product-info .price-box .old-price .price {
  color: #999999;
  font-size: 20px;
}
.product-info .price-box .price {
  font-size: 30px;
  color: #f37351;
}
.product-info .price .availability {
  font-size: 13px;
  color: #999999;
  font-weight: 400;
}
.product-info .price .text-price {
  display: none;
}
.product-info .price .price-gruop, .product-info .price .price-old {
  font-size: 16px;
  text-transform: uppercase;
  color: #999999;
}
.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 .short-description {
  line-height: 24px;
  color: #999;
  padding: 30px 0px 20px;
  border-top: 1px dotted #999;
}
.product-info .short-description .std {
  font-size: 13px;
}
.product-info .custom-bg {
  background: #82b965;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  margin-right: 5px;
  padding: 5px;
  font-family: "FontAwesome" !important;
}
.product-info .availability {
  color: #222222;
}
.product-info .availability span {
}
.product-info .price-box {
  padding-bottom: 20px;
}
.product-info .price-group:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-info .rating-box {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.rtl .product-info .rating-box {
  float: right !important;
}
.rtl .product-info .rating-box {
  margin-left: 10px;
  margin-right: inherit;
}
.product-info .description {
  border: 0;
  margin-bottom: 9px;
  padding: 0;
  font-size: 13px;
  color: #999999;
}
.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 dl {
  margin-bottom: 0 !important;
}
.product-info .description label {
  font-size: 13px;
  color: #000000;
  text-transform:uppercase;
  letter-spacing: 2px;
}
.product-info .product-extra label {
  font-size: 13px;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  font-family: inherit;
}
.product-info .special {
  position: absolute;

  top: 16px;
  z-index: 9990;
  color: #f37351;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  right: 136px;
}
.rtl .product-info .special {
  right: 20px;
  left: auto;
}
.product-info .special > span {
  display: inline-block;
  border-bottom: 1px dotted #f37351;
  margin-right: 5px;
}
.rtl .product-info .special > span {
  margin-left: 5px;
  margin-right: inherit;
}
.product-info .carousel-inner {
  clear: both;
}
.product-info .carousel-inner .item {
  text-align: center;
}
.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 .product-extra,
.product-info .product-options-bottom {
  margin-bottom: 0;
  padding: 0;
}
.product-info .product-extra:after,
.product-info .product-options-bottom:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-info .product-extra .quantity-adder,
.product-info .product-options-bottom .quantity-adder {
  margin-bottom: 20px;
  width: 100%;
  padding: 10px 0;
}
.product-info .product-extra .quantity-adder input,
.product-info .product-options-bottom .quantity-adder input {
  border:solid 1px #e0e0e0;
  color: #222222;
}
.product-info .product-extra .quantity-adder label,
.product-info .product-options-bottom .quantity-adder label {
  float: left;
  width: auto;
  padding: 0px;
  line-height: 35px;
  font-size: 13px;
  margin: 0 10px 0 0;
}
.rtl .product-info .product-extra .quantity-adder label, .rtl
.product-info .product-options-bottom .quantity-adder label {
  float: right !important;
}
.product-info .product-extra .quantity-adder .wishlist,
.product-info .product-options-bottom .quantity-adder .wishlist {
  /**width: 50px;**/
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #e0e0e0;
  color: #a5a1a1;
  margin: 0px 10px 0 0;
  display: inline-block;
  min-width: 150px;
}
.product-info .product-extra .quantity-adder .wishlist:hover,
.product-info .product-options-bottom .quantity-adder .wishlist:hover {
  color: #000;
  border-color: #000;
}
.product-info .product-extra .quantity-adder .email-friend,
.product-info .product-options-bottom .quantity-adder .email-friend {
  color: #222222;
  text-transform: uppercase;
  padding: 18px 0px;
}
.product-info .product-extra .quantity-adder .email-friend span,
.product-info .product-options-bottom .quantity-adder .email-friend span {
  display: inline-block;
  line-height: 24px;
}
.product-info .product-extra .quantity-adder .email-friend:hover span,
.product-info .product-options-bottom .quantity-adder .email-friend:hover span {
  border-bottom: 1px dotted #222222;
}
.product-info .product-extra .add-cart .btn-cart,
.product-info .product-options-bottom .add-cart .btn-cart {
  width: 100%;
  text-align: center;
  letter-spacing: 5px;
  font-size:18px;
  padding:0 30px;
}
.product-info .product-extra .add-cart .btn-cart:hover,
.product-info .product-options-bottom .add-cart .btn-cart:hover {
  color: #fff;
  background: #222222;
}
.product-info .product-extra .add-cart .btn-cart:hover span span,
.product-info .product-options-bottom .add-cart .btn-cart:hover span span {
  /*border-bottom: 1px dotted #fff;*/
}
.product-info .product-extra .cart,
.product-info .product-options-bottom .cart {
  margin-left: 10px;
  margin-right: 10px;
}
.product-info .product-extra .quantity-wrapper,
.product-info .product-options-bottom .quantity-wrapper {
  border-top: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
}
.rtl .product-info .product-extra .quantity-wrapper, .rtl
.product-info .product-options-bottom .quantity-wrapper {
  border-left: 2px solid #f1f1f1;
  border-right: inherit;
}
.product-info .product-extra .add-action,
.product-info .product-options-bottom .add-action {
  display: block;
  width: 29px;
  height: 20px;
  position: relative;
  cursor: pointer;
  font-size: 7px;
  line-height: 22px;
  text-align: center;
  color: #222222;
  background: transparent;
  border-bottom: solid 1px #e0e0e0;
}
.product-info .product-extra .add-action:hover,
.product-info .product-options-bottom .add-action:hover {
  color: #f37351;
}
.product-info .product-extra .add-to-icon,
.product-info .product-options-bottom .add-to-icon {
  font-size: 18px;
  padding: 6px;
  background: #f04d21;
}
.product-info .product-extra .quantity-number label,
.product-info .product-options-bottom .quantity-number label {
  font-size: 13px;
  font-weight: 500;
}
.product-info .product-extra .quantity-number input,
.product-info .product-options-bottom .quantity-number input {
  min-width: 50px;
  width: 50px !important;
  height: 41px;
  text-align: center;
  font-family: inherit;
  font-weight:600;
  font-size:14px;
}
.product-info .product-extra .add-to-links,
.product-info .product-options-bottom .add-to-links {
  margin-top: 110px;
}
.product-info .product-extra .add-to-links > div,
.product-info .product-options-bottom .add-to-links > div {
  float: left;
}
.rtl .product-info .product-extra .add-to-links > div, .rtl
.product-info .product-options-bottom .add-to-links > div {
  float: right !important;
}
.product-info .product-extra .add-to-links a,
.product-info .product-options-bottom .add-to-links a {
  font-size: 13px;
  font-weight: 400;
  color: #999999;
}
.product-info .product-extra .add-to-links a:hover,
.product-info .product-options-bottom .add-to-links a:hover {
  color: #f37351;
}
.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 .options-list li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 20px;
}
.rtl .product-info .options-list li {
  margin-left: 20px;
  margin-right: inherit;
}
.product-info .options-list span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.product-info .options-list span label {
  padding: 0;
}
.product-info .options-list input[type="radio"], .product-info .options-list input[type="checkbox"] {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-info .options-list .price-notice .price {
  font-size: 16px;
}

#tab-description > h2 {
  display: none;
}
#tab-description strong {
  font-weight: 500;
  color: #222222;
}

.product-options {
  text-align: left;
}
.rtl .product-options {
  text-align: right !important;
}
.product-options dl {
  overflow: hidden;
}
.product-options dl:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-options dl dt {
  width: auto;
  display: inline-block;
  float: left;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  z-index: 99;
  position: relative;
  line-height: 60px;
}
.rtl .product-options dl dt {
  float: right !important;
}
.product-options dl dt label {
  font-size: 13px;
  line-height: 60px;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
}
.product-options dl dt label span {
  display: none !important;
}
.product-options dl dd {
  margin-bottom: 10px;
  padding: 10px 0px;
  width: calc(100% - 100px);
  display: inline-block;
  float: left;
  z-index: 9;
  line-height: 40px;
  position: relative;
  /*&:after{
      content: "";background:#f9f9f9;
      display: inline-block;
      position: absolute;
      top:0px; bottom:0px; @include rtl-right(0); 
      width:200%;
      z-index: -1;
  }*/
}
.rtl .product-options dl dd {
  float: right !important;
}
.product-options dl dd input, .product-options dl dd select, .product-options dl dd option {
  line-height: 40px;
  min-height: 26px;
  height: auto;
  border:solid 1px #e0e0e0;
  font-family: inherit;
  letter-spacing:3px;
  font-weight:600;
}
.product-options dl dd select {
  padding: 5px 0;
}
.product-options dl dd select.multiselect {
  padding: 0px 10px;
}
.product-options dl dd .label {
  padding: 0px 10px;
  line-height: 30px;
  font-size: 13px;
}
.product-options dl dd .price {
  font-size: 13px;
}
.product-options dl dd.swatch-attr {
  padding: 15px 0;
}
.product-options dl dd.swatch-attr .validation-advice {
  position: absolute;
  bottom: -10px;
  left: 0;
}
.rtl .product-options dl dd.swatch-attr .validation-advice {
  right: 0;
  left: auto;
}
.product-options dl dd .time-picker {
  display: block;
  margin: 10px 0px;
}
.product-options .configurable-swatch-list li {
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.product-options .configurable-swatch-list li .swatch-link {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.product-options .configurable-swatch-list li .swatch-link img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.product-options .swatch-link {
  border: 4px solid #fff;
  display: block;
  width: 28px !important;
  height: 28px !important;
  overflow: hidden;
}
.product-options .swatch-link:hover {
  border-color: #f2f2f2;
}
.product-options .swatch-link span {
  display: block;
}
.product-options .swatch-link span img {
  position: static;
}
.product-options .price {
  font-size: 16px;
}
.product-options input, .product-options select, .product-options textarea {
  max-width: 100% !important;
}

.tempcp-quickview-view .vesquickview.product-detail > .row > .col-md-9 {
  width: 100%;
}
.tempcp-quickview-view .vesquickview.product-detail > .row > .col-md-3 {
  display: none;
}
.tempcp-quickview-view .tabs-group {
  display: none;
}

.bg_fullwidth {
  overflow: visible;
  position: relative;
  background: #ffffff;
  /*border-top: 1px dotted #222222;*/
}
.bg_fullwidth:after, .bg_fullwidth:before {
  content: "";
  display: block;
  background: #f1f1f1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 500px;
  z-index: 1;
}
.bg_fullwidth:after {
  right: -500px;
}
.bg_fullwidth:before {
  left: -500px;
}
.bg_fullwidth .block-up-sell {
  padding: 68px 0px;
  margin: 0px;
}
.bg_fullwidth .product-block {
  background: none;
  border: none;
}

.tabs-group {
  overflow: hidden;
  padding: 20px 0px;
  position: relative;
}
.tabs-group .htabs {
  margin-bottom: 50px;
  display:none;
}
.tabs-group .htabs .nav-tabs {
  border: none;
  display:none;
}
.tabs-group .tab-contents .input-box {
  margin: 10px 0;
}
.tabs-group .tab-contents h2 {
  /*border-bottom: 1px solid #e7e7e7;*/
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 5px;
  border: none;
  font-weight: normal;
  font-size: 35px;
  line-height: 40px;
  display: block;
  font-family: inherit;
  margin-top:40px;
}
.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;
}

.block-up-sell .block-title,
.box-up-sell .block-title {
  text-align: center;
}
.block-up-sell .carousel-inner,
.box-up-sell .carousel-inner {
  overflow: visible;
}

.crosssell .block .block-title {
  text-align: left;
  margin-bottom: 20px;
  letter-spacing: 0px;
  text-transform: normal;
}
.rtl .crosssell .block .block-title {
  text-align: right !important;
}
.crosssell .block .block-title span {
  border: none;
}

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

/* 
 *  LISTING PRODUCTS PAGE 
 */
.product-filter {
  font-size: 13px;
  margin-bottom: 20px;
}
.product-filter .filter-right > div {
  padding-left: 5px;
}
.product-filter .display {
  float: left;
  line-height: 30px;
}
.rtl .product-filter .display {
  float: right !important;
}
.product-filter .display span {
  margin-right: 5px;
}
.product-filter .display a {
  background: url("../images/icon-grid-list.png") no-repeat 0 0 #fafafa scroll;
  width: 32px;
  height: 30px;
  display: block;
  border: 1px solid #e7e7e7;
  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: #f37351;
  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: #f37351;
  background-position: -31px -31px;
}
.product-filter .display a.active, .product-filter .display a:hover {
  background-color: #f37351;
  border: 1px solid #f37351;
}
.product-filter .display a.active .fa, .product-filter .display a:hover .fa {
  color: white;
}
.product-filter .display i {
  font-size: 12px;
  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;
}

/* Vertical carousel */
.carousel.vertical .item {
  left: 0;
  -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 .item > a {
  display: block;
  margin-bottom: 10px;
}

.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%;
}

/*** widgets using inside megamenu ***/
.ves-widget .menu-title,
.ves-widget .widget-title {
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
.ves-widget .menu-title a,
.ves-widget .menu-title span,
.ves-widget .widget-title a,
.ves-widget .widget-title span {
  color: #fff;
  display: inline-block;
  border-bottom: 1px dotted #fff;
}
.ves-widget .widget-inner {
  color: #999;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
}
.ves-widget .widget-inner a {
  color: #999;
}
.ves-widget .widget-inner a:hover {
  color: #f37351;
}
.ves-widget .widget-inner ul li {
  line-height: 30px;
}
.ves-widget img {
  display: block;
  max-width: 100%;
  height: auto;
}

/**/
.widget-product-list img {
  width: auto !important;
  height: auto  !important;
}
.widget-product-list .product-block {
  background: none;
  padding: 20px 0px;
  margin: 0px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #454949;
}
.widget-product-list .product-block .image {
  padding: 0px;
  float: left;
  padding-right: 10px;
  width: 40%;
}
.rtl .widget-product-list .product-block .image {
  float: right !important;
}
.rtl .widget-product-list .product-block .image {
  padding-left: 10px;
  padding-right: inherit;
}
.widget-product-list .product-block .product-meta {
  float: left;
  width: 60%;
  position: static;
  background: none;
  padding: 0px;
  text-align: left;
}
.rtl .widget-product-list .product-block .product-meta {
  float: right !important;
}
.rtl .widget-product-list .product-block .product-meta {
  text-align: right !important;
}
.widget-product-list .product-block .name {
  min-height: 0;
  margin: 0px;
  font-style: normal;
  text-transform: uppercase;
  line-height: 20px;
}
.widget-product-list .product-block .name a {
  color: #fff;
}
.widget-product-list .product-block .name a:hover {
  color: #f37351;
}
.widget-product-list .product-block .price {
  margin: 0px;
}
.widget-product-list .product-block .cart {
  display: none;
}

.widget-blog-list div.post-image {
  float: left;
  padding-right: 20px;
  width: 200px;
}
.rtl .widget-blog-list div.post-image {
  float: right !important;
}
.rtl .widget-blog-list div.post-image {
  padding-left: 20px;
  padding-right: inherit;
}
.widget-blog-list div.post-image img {
  max-width: 100%;
}
.widget-blog-list .post-item {
  overflow: hidden;
  padding: 10px 0px;
}
.widget-blog-list .post-item h4 {
  font-size: 13px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.widget-blog-list .post-item h4 a {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.widget-blog-list .post-item h4 a:hover {
  color: #f37351;
}
.widget-blog-list .post-item h4 a .ink {
  display: none !important;
}
.widget-blog-list .post-item .latest-description {
  line-height: 22px;
  max-height: 66px;
  overflow: hidden;
}
.widget-blog-list .post-item .blog-readmore {
  display: none;
}

.widget-brand-list .post-item {
  padding: 10px 0px;
}
.widget-brand-list .post-item h3 {
  display: none;
}

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

html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  overflow-x: hidden;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

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

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

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

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

.offcanvas-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #222222;
}
.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: #222222;
  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: #222222;
  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;
  -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: 20px 0 10px 0;
    width: 100%;
    background: #0071b5;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  #header-main .container {
    position: relative;
  }


  .wrap-megamenu {
    position: absolute;
    left: 0px;
  }
  .rtl .wrap-megamenu {
    right: 0px;
    left: auto;
  }

  #ves-mainnav .navbar-collapse.collapse {
    display: none !important;
  }
  #ves-mainnav .ves-megamenu .navbar {
    margin-top: 5px;
  }
  #ves-mainnav .navbar-toggle {
    float: left;
    display: block;
    margin-top: 5px;
  }
  .rtl #ves-mainnav .navbar-toggle {
    float: right !important;
  }
  #ves-mainnav .navbar-toggle .icon-bar {
    background: #222222;
  }
  #ves-mainnav .navbar-toggle:hover, #ves-mainnav .navbar-toggle:focus {
    background: #f37351;
    border-color: #f37351;
  }
  #ves-mainnav .navbar-toggle:hover .icon-bar, #ves-mainnav .navbar-toggle:focus .icon-bar {
    background: #fff;
  }

  /*** 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;
}

.cus-offcanvas {
  background: #fff;
  padding: 10px;
  width: 320px;
  position: fixed;
  top: 0;
  bottom: 0px;
  right: -320px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  z-index: 9999;
  overflow-y: scroll;
}
.rtl .cus-offcanvas {
  left: -320px;
  right: auto;
}
.cus-offcanvas.show {
  right: 0;
}
.rtl .cus-offcanvas.show {
  left: 0;
  right: auto;
}
.cus-offcanvas .close {
  position: absolute;
  top: 0px;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #3d3d3d;
  text-align: center;
  z-index:1;
}
.rtl .cus-offcanvas .close {
  left: 0;
  right: auto;
}
.cus-offcanvas .close:hover {
  background: #eee;
}

.cus-offcanvas-open {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0;
  left: 0px;
  margin-right: 300px;
  overflow: hidden;
}
.rtl .cus-offcanvas-open {
  margin-left: 300px;
  margin-right: inherit;
}

.cus-offcanvas-open .offcanvas-pusher:after {
  height: auto;
  width: 100%;
  opacity: 1;
  position: fixed;
  top: 0;
  bottom: 0px;
  z-index: 9998;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  right: 320px;
}
.rtl .cus-offcanvas-open .offcanvas-pusher:after {
  left: 320px;
  right: auto;
}

.rtl .cus-offcanvas .close .fa:before {
  content: "\f060";
}

/****menu-offcanvas****/
#menu-offcanvas .menu-navigation {
  min-height: 40px;
}
#menu-offcanvas span.open-child {
  margin: 0px;
  right: 2px;
}
.rtl #menu-offcanvas span.open-child {
  left: 2px;
  right: auto;
}

#search_offsidebar_mini_form button {
  display: none;
}

/*****.offcanvas-menu white*****/
#menu-offcanvas {
  background: #fff;
}
#menu-offcanvas span.open-child {
  color: #222;
}
#menu-offcanvas ul.megamenu > li > a {
  color: #222;
  background: #fff;
  border-color: #ececec;
}
#menu-offcanvas ul.megamenu > li > a > .menu-title {
  line-height: 25px;
}
#menu-offcanvas .ves-widget .menu-title,
#menu-offcanvas .ves-widget .widget-title {
  color: #222;
  margin-top: 10px;
}
#menu-offcanvas .ves-widget .menu-title a,
#menu-offcanvas .ves-widget .widget-title a {
  color: #222;
  border-bottom: 1px dotted #222;
}
#menu-offcanvas .widget-product-list .product-block {
  border-color: #ececec;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li a {
  color: #222 !important;
}
#menu-offcanvas .close-mobile-nav.close-block .button-close-menu {
  color: #222 !important;
}
#menu-offcanvas .menu-footer .social-icon {
  color: #222 !important;
}
#menu-offcanvas .menu-footer .social-icon:hover {
  color: #f37351 !important;
}

#menu-offcanvas .menu-offcanvas-content .dropdown .dropdown-toggle {
  height: auto !important;
}

.offcanvas-menu .widget-product-list .product-block .name a {
  color: #222;
}
.offcanvas-menu .widget-product-list .product-block .name a:hover {
  color: #f37351;
}
.offcanvas-menu .ves-widget .menu-title a, .offcanvas-menu .ves-widget .menu-title span,
.offcanvas-menu .ves-widget .widget-title a,
.offcanvas-menu .ves-widget .widget-title span {
  color: #222;
}

#offsidebar-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  opacity: 0.7;
  z-index: 999;
  top: 0px;
}

.products-grid .product-block .action {
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.products-grid .product-block .product-meta:after {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.products-grid .product-block .product-meta .v-center {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.products-grid .product-block:hover .action {
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-grid .product-block:hover .product-meta:after {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.products-grid .product-block:hover .product-meta .v-center {
  opacity: 1;
  filter: alpha(opacity=100);
}

.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;
}

/******************************************************
 * @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 (max-width: 1366px) {
  .paneltool .panelcontent {
    max-height: 500px !important;
  }
}
@media (max-width: 1200px) {
  #header .ves-megamenu .navbar-nav > li > a {
    padding: 10px 18px;
  }

  #ves-instagram {
    padding: 60px 20px;
  }
}
@media (max-width: 992px) {
  /*Navigation default*/
  .top-search {
    display: none !important;
  }

  #header .wraplogo {
    text-align: center;
  }

  .cms-index-index #header.hide-bar #header-main.header2 a.logo,
  .cms-index-index #header #header-main.header2 a.logo {
    background-position: center center;
  }

  #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;
  }

  .htabs.tabs-center ul li {
    padding: 0px 25px !important;
  }

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

  #ves-footer .col-sm-6:nth-child(3n) {
    clear: left;
  }

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

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

  #shopping-cart-table .button, #shopping-cart-table input.button {
    padding: 0px 15px;
    height: 46px;
    line-height: 42px;
  }
}
/*$media (min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
  #topbar .topLinks .links li > a {
    padding: 0 5px;
  }

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

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

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

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

  .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;
  }
}
/*$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,
  #topbar .store-language {
    line-height: 40px;
  }
  #topbar .top-currency label,
  #topbar .store-language label {
    display: none;
  }

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

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

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

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

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

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

  .box-search {
    width: 20% !important;
    position: absolute;
    right: 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;
  }

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

  .aboutus {
    border-bottom: 1px solid #333!important;
    padding-bottom: 40px !important;
    margin-bottom: 40px !important;
  }
}
/*$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;
  }

  .top-search .form-search {
    padding: 0px 30px 0px 20px;
  }
  .rtl .top-search .form-search {
    padding: 0px 20px 0px 30px;
  }
  .top-search .form-search input {
    width: 100%;
  }
  .top-search .search-close {
    right: 10px;
  }
  .rtl .top-search .search-close {
    left: 10px;
    right: auto;
  }

  #header.hide-bar {
    margin-top: 0px;
  }

  .cms-index-index #header #header-main.header2 {
    top: 0px;
  }

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

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

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

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

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

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

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

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

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

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

  .products-list .product-block .image,
  .products-list .product-block .product-meta {
    width: 50%;
    float: left;
    margin: 0px;
  }
  .rtl .products-list .product-block .image, .rtl
  .products-list .product-block .product-meta {
    float: right !important;
  }

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

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

  .htabs ul li a {
    letter-spacing: 1px;
    font-size: 16px;
  }

  /*New style Table responsive $screen-xs-max */
  .cart table tbody td span {
    float: none;
  }

  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;
    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: #e7e7e7;
  }
  .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: 480px) {*/
@media (max-width: 480px) {
  #header-main .inner {
    text-align: center;
  }

.logo {
    line-height: 55px;
}

  #header-main .inner > * {
    display: inline-block;
  }

  #header-main .wraplogo {
    padding: 0px;
  }
  #header-main .wraplogo img {
    max-width: 100%;
  }
  #header-main .quick-access > div {
    margin-left: 15px;
  }
  .rtl #header-main .quick-access > div {
    margin-right: 15px;
    margin-left: inherit;
  }
.tabs-group .tab-contents h2 {
    letter-spacing: 0;
    font-size: 18px;
}
  #topbar .top-currency label,
  #topbar .store-language label,
  #topbar .cart-top .heading .cart-inner h4,
  .top-currency + .quick-access {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .productcarousel img {
    display: inline;
  }

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

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

  .products-list .product-block .image,
  .products-list .product-block .product-meta {
    width: 100%;
    float: none !important;
    margin: 0px;
  }

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

  .product-info .product-img-box .image {
    /**width: calc(100% - 76px);**/
  }
  .product-info .product-img-box .image-additional {
    width: 68px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .pager .limiter {
    display: none;
  }

  #ves-breadcrumbs.category.has-image {
    padding: 20px 0px;
  }
  #ves-breadcrumbs .breadcrumbs h2 {
    display: none;
  }

  .htabs ul li a {
    display: inline-block;
  }
}
/*$media (max-width: 320px) */
@media (max-width: 320px) {
  .nav-tabs > li {
    width: 100%;
    margin-bottom: 0;
  }
  .nav-tabs > li:active a {
    border: 0 !important;
  }

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

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

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

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

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

/***Custom CSS**/
.block.block-list.block-compare {
    display: none;
}
.toolbar-top {
    display: none;
}
.category-description.std {
    display: none;
}
.price {
    display: none;
}
.short-description {
    display: none;
}
.product-extra {
    display: none;
}
.product-info .p-infof {
    display: none;
}
tr.odd {
    background: #fefcfc;
}
td.data.last {
    font-weight: 500;
}
.product-options p.required {
    display: none;
}
h4.attributes {
    text-transform: uppercase;
    line-height: 22px;
    color: #808080;
    font-size: 14px;
    margin: 0 0 5px 0;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.attributes a {
    letter-spacing: 2px;
}
h4.procat-box {
    text-transform: capitalize;
    line-height: 22px;
    color: #808080;
    font-size: 12px;
    margin: 0 0 20px 0;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.procat-box .procat-1 {
	display:none;
}
.procat-box .procatsl-1 {
	display:none;
}
#vertnav li .vertnav-cat {
    padding: 10px 3px;
    border-bottom:solid 1px #000;
}
#vertnav .next .vertnav-cat {
    background-color: transparent;
}
#vertnav .inactive .vertnav-cat {
    background-color: transparent;
}
.vertnav-cat span {
    letter-spacing: 2px;
}
.product-custom-option {
	/*-webkit-appearance: none;
	-moz-appearance:    none;*/
	cursor:pointer;
}

.input-box:after {
	/*font-family:'FontAwesome';
	content:'\f107';
	position: absolute;
	right: 8px;
	top: 15px;
	font-size:22px;
	color:#000;*/
}

option {
	padding:5px;
	border-bottom:1px solid #f1f1f1;
}
option:hover {
	color:blue
}

.htabs ul li a::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #808080;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: -4px;
}

.htabs ul li a::before {
    content: "";
    width: 60px;
    height: 2px;
    background: #808080;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -4px;
}
    
    
.tabs-group .tab-contents h2::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #808080;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: -4px;
}

.tabs-group .tab-contents h2::before {
    content: "";
    width: 60px;
    height: 2px;
    background: #808080;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -4px;
}    
.add-cart {
    margin: 0;
    width: auto;
    /*display: inline-block;
    text-align: right;
    float: right;*/
}
@media (max-width: 768px){
.add-cart {
    float: none;
    clear: both;
    display: block;
}
}

#vertnav li.inactive .vertnav-cat{
    font-weight: normal;
    color:#808080 !important;
    font-size:15px;
}

#vertnav li.parent .vertnav-cat{
    font-weight: normal;
    color:#000 !important;
    font-size:16px;    
    font-weight:bold;
}

#vertnav li.parent .vertnav-cat a{
    color:#000 !important;
    font-size:15px;
}

#vertnav li.active .vertnav-cat{
    font-size:15px;
}

i.fa.fa-globe {
    font-size: 18px;
    color:#000;
}

.features-indv {
    padding: 10px 0;
    min-height:170px;
}
.features-indv span {
    font-size: 13px;
    color: #000;
    letter-spacing: 2px;
    border-bottom: 1px dotted #000;
    padding: 0 0 5px 0;
    line-height:28px;
}
.features-indv center {
    padding: 5px 0;
}
span.fa.fa-search {
    font-size: 18px;
}

address{
    margin-bottom:0px;
}
.global-site span.menu-title {
    padding: 0 0 0 5px;
}

.global-site .dropdown-menu.mega-cols.cols4 {
    /**left: auto;
    right: 0;**/
}
.inspiration-m .dropdown-menu.mega-cols.cols2 {
    /**left:-250%;**/
}
.inspiration-m.over .dropdown-menu.mega-cols.cols2 {
    /**left:0;**/
}
#setting .block .block-title span{
    font-size:16px;
    line-height:40px;
}

.continent-site span.menu-title {
    padding: 0;
}

.nav-tabs > li a{font-family:inherit; font-weight:600; font-size:17px; color:#fff; letter-spacing:2px;}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{background:#fff;font-family:inherit; font-weight:600; color:#000; letter-spacing:2px;}

.nav-tabs > li a:hover{background:#fff; font-family:inherit; font-weight:600; color:#000; letter-spacing:2px;}

.nav-tabs > li > a{/*margin-right:15px;*/ margin-right: 0;}

.cms-index-index #header #header-main.header2{position:absolute; background-color: rgba(255, 255, 255, 0.8);}

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

.address-col h3{font-size:22px; font-weight:normal; color:#808080;}

.address-col h2{font-size:18px; font-weight:normal; color:#000;}

.address-col a{color:#808080;}

.address-col a:hover{color:#000;}

.address-col p{font-size:14px; font-weight:normal; color:#000;}

.breadcrumbs h2 {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    color: #000000;
    font-family: inherit;
    display: inline;
    float: left;
}

.breadcrumbs h1 {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    color: #000000;
    font-family: inherit;
    display: inline;
    float: left;
}
.nav > li {
    /**position: relative;**/
    position: static;
    display: inline-block;
    text-align: center;
    float:none;
}

.col3-set p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
}

blockquote{border-left:5px solid #000;}

.blockquote-gap{margin-bottom:20px;}

blockquote strong{color:#000;}

.input-box{position:relative;}

.inspiration {
    color: #333;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 30px 0 15px 0;
    font-size: 20px;
}

.inspiration::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #808080;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: -4px;
}

.inspiration::before {
    content: "";
    width: 60px;
    height: 2px;
    background: #808080;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -4px;
}

.sustainability .inspiration2 { font-size:20px; }
.inspiration2{color:#333; text-align:center; letter-spacing:3px; text-transform:uppercase; line-height:28px; padding:20px 0 10px 0; font-size:24px;}

.inspiration2::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #808080;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: -4px;
}

.inspiration2::before {
    content: "";
    width: 60px;
    height: 2px;
    background: #808080;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -4px;
}

.cus-offcanvas p.amount {
    text-align: left;
}




.btn.btn-outline.medium.btn-cart{display:inline-block; border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; border: 0px solid #fff; padding:7px 0;}

.btn.btn-outline.medium.btn-cart:hover{display:inline-block; color:#fff; background:#000;  padding:7px 0;}

.btn.btn-outline.medium.btn-download-swatch{display:inline-block; margin-top:20px; height:auto; border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; border: 0px solid #fff;}

.btn.btn-outline.medium.btn-download-swatch::before{content: "\f019"; font-family: FontAwesome; padding-right:15px; font-size:20px;}

.btn.btn-outline.medium.btn-download-swatch:hover{display:inline-block; margin-top:20px; border:solid 1px #000; color:#000; background:#fff;}

.empty {
    text-align: left;
}
li.parent.dropdown.collection-m.over .img-collection {
    max-width: 100%;
}
img.img-collection:hover {
    opacity: 0.7;
}
.home-hero-headings {
    margin: 0px auto;
    padding: 20px 0 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    text-rendering: geometricPrecision;
    letter-spacing: 0.6em;
}

.home-hero-content {
    padding: 0 25px 0px 25px;
    font-weight: 500;
    color: #000;
    line-height: 54px;
    text-align: center;
    text-transform: initial;
    text-rendering: geometricPrecision;
    letter-spacing: 0.2em;
    border-bottom: 2px dotted #222;
    margin: 0 25px;
    font-size: 16px;
}
.cms-index-index .offcanvas-siderbars {
    padding: 0;
}
.offcanvas-siderbars {
    padding: 0 0 50px 0;
}

.collection-m .dropdown-menu.mega-cols.cols3 {
    /**left: -150%;**/
}
.collection-m.over .dropdown-menu.mega-cols.cols3 {
    /**left: 0;**/
}
ul.nav.nav-tabs.docs {
    text-align: left;
}
.block-youtube-widget.block .block-title {
    text-align: center;
    border-bottom: 2px dotted #333;
    margin: 0 0 20px 0;
}
.block-youtube-widget.block .block-title span {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding:0 0 10px 0;
}
/*$media (max-width: 768px) {*/

/**.home-hero-headings {
    padding: 30px 0;
    font-size: 18px;
    line-height: 30px
}  
.home-hero-content {
    font-size: 18px;
    line-height: 35px;
    padding: 0 25px 25px 25px;
}**/
@media (max-width: 768px) {
.inspiration {font-size: 18px; border-bottom: 2px solid #333; padding: 15px 0;}
.product-info .product-extra .add-cart .btn-cart,
.product-info .product-options-bottom .add-cart .btn-cart {
    padding:0 50px;
}
.widget-images.block-highlighted .image-description .p-info {
     font-size: 16px;
    left: 0;
    right: 0;
}
.home-box-div {
    width: 65%;
    margin: 0 auto;
    text-align: center;
    float: none;
}
.cms-index-index #header #header-main.header2 a.logo {
    height: auto;
}
.cms-index-index #header #header-main.header2 {
    position: relative;
} 
.cms-index-index #header #header-main.header2 .navbar-inverse .navbar-toggle {
    border-color: #333;
}
.cms-index-index #header #header-main.header2 .navbar-inverse .navbar-toggle .icon-bar {
    background: #333;
}
#ves-mainnav .navbar-toggle:hover, #ves-mainnav .navbar-toggle:focus {
    background: #0071b5;
    border-color: #0071b5;
}
.cms-index-index #header #header-main.header2 .navbar-inverse .navbar-toggle .icon-bar:focus {
    background: #fff;
}
.vesslider .tp-caption a.btn.btn-outline {
    font-size: 42px;
    padding: 10px 30px;
    line-height: 50px;
    height: 75px;
}
}


.fa-file-pdf-o::before{
    font-size:21px;
    color:#17469e;
    padding:0 10px 0 0;
}
.pdf-col{
    margin:40px 0 5px 0;
}
.list-group{
    margin:0px;
}
.list-group-item{
    font-size:14px;
    letter-spacing: 1px;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
    background: #17469e;
   font-size: 15px;
   font-weight: bold;
   letter-spacing: 2px;
}
.list-group-item.active .fa-file-pdf-o::before{
    color:#fff;
}
.pdf-col h3{
    font-size:21px;
    color:#000;
    padding:0 0 5px 0;
    letter-spacing: 1px;
}
td.a-right.itemwisetotal {display:none;}
#product-attribute-specs-table th.label {
    text-transform: uppercase;
    color: #4e4e4e;
    border: 0 none;
    width: 30%;
}
#product-attribute-specs-table td.data {
    border: 0 none;
    text-align: right;
    width: 70%;
}

@media (min-width: 1366px) and (max-width: 2400px) {
  /**.home-hero-headings {padding:60px 0;}**/
}
.quick-access a .fa-bars, .fa-shopping-bag, .fa-search{color:#0071b5; font-size:23px !important;}
.slider-text-top{text-shadow: 0 0 10px rgba(0, 0, 0, 0.4) !important;
text-transform: uppercase !important;
font-size:36px !important;
font-weight:bold;
}
.slider-text-mid{
text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
text-transform: uppercase;
font-size:20px;
font-weight:normal;
font-family:'helvetica_light';
}
.menu-content .menu-title{
    line-height: 30px;
display: inline-block;
border-bottom: 1px dotted #333;
color: #000;
font-weight: 600;
font-size: 13px;
letter-spacing: 1px;
text-transform:uppercase;
}
.ves-megamenu .mega-group .dropdown-mega .country-site a span {
    padding: 5px 18px;
}
.ves-megamenu .mega-col .mega-col-inner > ul > li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 5px;
}
.widget-images.block-highlighted .img-responsive {
    min-height: 270px;
}
.home-about-gl .image-description {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    display: table;
    white-space: nowrap;
    padding: 20px 0 6px 0;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 2px;
    width: 100%;
}
.home-about-gl .image-description:before {
    border-top: 2px dotted #333;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%;
    right: 1.5%;
    vertical-align: middle;
}
.home-about-gl .image-description:after {
    border-top: 2px dotted #333;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%;
    left: 1.5%;
    vertical-align: middle;
}
.home-about-gl .image-description a {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 2px;
}
.home-about-gl .image-description a:hover {
    color: #333333 !important;
}
.home-about-gl .img-responsive:hover {
    opacity: 0.7;
}
.widget-images.block.home-about-gl.block-nopadding {
    margin: 0 0 15px 0;
}
.boxes-inner-banner .img-animation img {
    width: 100%;
}
.architect-products .img-animation img {
    width: 100%;
}
.architect-products .img-animation img:hover {
    opacity: 0.7;
}
a.ves-btnlink.img-animation:hover {
    color: #fff;
}


h2.w_heading.product-headings {
    letter-spacing: 4px;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    color: #0071b5;
    padding: 25px 0;
}
.boxes-inner-banner .image-description {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
    font-family: 'helvetica_light' !important;
    line-height: 32px;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
}
/**.boxes-inner-banner .image-description {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 2px;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
    font-family: 'helvetica_light' !important;
    line-height: 32px;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    background: #333;
    opacity: 0.6;
    padding: 15px 0;
    transition: opacity 1s, text-shadow 1s;
    filter: alpha(opacity=40);
    mix-blend-mode: hard-light;
}**/
.widget-images.block.footer-logo {
    padding: 15px;
    text-align: center;
}

.block-static-page-widget.block .block-title {
    text-align: center;
    border-bottom: 2px dotted #333;
    margin: 0 0 20px 0;
}
.block-static-page-widget.block .block-title span {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 0 0 10px 0;
}
.text {
    padding: 0 0 15px 0;
}
.text ul {
    background: transparent;
    text-align: left;
    padding: 5px 0;
    font-size:15px;
}
.text li {
    font-size: 15px;
    line-height: 22px;
}
.text li:before {
    list-style-type:none;
    line-height: 24px;
    font-size: 16px;
    padding: 0 6px 5px 0;
    content: "\f0da";
    font-family: fontawesome;
    color:#0071b5;
}

.collapse.in p{font-size: 15px;
    line-height: 30px;
}
@media only screen and (max-width: 768px) {
/**.boxes-inner-banner .image-description {
    display:none;
}**/
.boxes-inner-banner .image-description {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
}
#header-main .quick-access > div {
    padding: 18px 0;
}
.cms-index-index #header #header-main.header2 {
    background-color: transparent;
}
.bannercontainer .tparrows.default.tp-rightarrow {
    display:none !important;
}
.bannercontainer .tparrows.default.tp-leftarrow {
    display:none !important;
}
#product-attribute-specs-table.data-table {
    width: 100%;
}
.data-table tr.even td, .data-table tr.even th, .data-table tr.odd td, .data-table tr.odd th {
    padding: 10px;
}
.inspiration::before {display:none;}
.inspiration::after {display:none;}
.widget-images.block-highlighted .img-responsive {min-height:200px;}
.vesslider .tp-caption.medium-text {
    font-size: 28px;
    line-height: 36px;
    font-family: "helvetica_light";
    text-transform: capitalize;
}
.country-site a span {
    padding: 4px 38px;
}
}
.widget-inner.block-content.widget-enanle-collapse.collapse.in p{background:#f5f5f5; 
padding:20px; 
font-size:18px; 
text-align:center; 
line-height:30px; 
color:#000;
}
.widget-inner.block-content.widget-enanle-collapse.collapse.in.new-box{
    background:#f5f5f5; 
padding:20px !important; 
font-size:17px; 
text-align:center; 
line-height:26px; 
color:#000;
}
.wish-email{
    border-top:solid 1px #d3bbbb;
    border-bottom:solid 1px #d3bbbb;
    padding:15px 0;
}
/**Blogs**/
.blog-post .blog-container {padding-top: 30px;}
.blog-content .blog-extra {display: none;}
.blog-content .blog-comment {display:none;}
.blog-updated {display: none;}
.venus-blog-lcomment.block {display: none;}
div#ves_blog_search_block {display: none;}
.blog-list .page-title h1 {visibility: visible;}
.blog-list .colswrapper {margin-bottom: 0;}
.venus-blog-menu .block-content {background: #0071b5;}
li.level1.parent.blog-archive {padding: 0px 0 5px 0; font-weight:bold;}
.blog-archive .level2 {padding: 5px 0 5px 10px;}
.blog-meta .space {display: none;}
.blog-comment-count {display: none;}
.blog-post .blog-image {display:none;}
.blog-botm  {display:none;}
/**Blogs**/
/**Single Product page Templates**/
.product-name .h1 {
    font-family: helvetica_light;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 20px 0;
    color: #000000;
    letter-spacing: 2px;
    padding: 0;
}
.panel-default {
    border: 0 none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
}
.ves-inner.container-fluid.title-inner {
    padding: 0;
}
.product-view.product-info.static-product-layout {
    margin: 0;
    padding: 0;
}
.features-head h2 {
    /* border-bottom: 1px solid #e7e7e7; */
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 5px;
    border: none;
    font-weight: normal;
    font-size: 35px;
    line-height: 40px;
    display: block;
    font-family: inherit;
    margin-top: 40px;
}
.features-head h2::before {
    content: "";
    width: 60px;
    height: 2px;
    background: #808080;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -4px;
}
.features-head h2::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #808080;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: -4px;
}
.img-disclaimer p {
    color: #333;
    text-align: center;
    font-size: 12px;
}
/**Single Product page Templates**/
.blog-post-view .blog-meta {
    display: none;
}
.at-svc-email {display:none !important;}
input.reset-search {
    margin: 15px 0;
}
.product-restroom-cubicles-locker-solutions .product-additional-block {
    display: none;
}
#tab-additional .data-table tr.first.odd {
    display: none;
}
.order-review .data-table tr.first.odd {
    display: contents;
}
ul.static-box-list {
    text-align: left;
    list-style: square inside;
    font-size: 15px;
    line-height: 24px;
    color: #808080;
	background: transparent;
	padding: 20px;
}
.static-box-list li {
    list-style: square inside;
}



.hover-color{
    background:#838385;
    border:none;
    color:#ffffff;
}

.hover-color:hover{
    background:#3c3c3c !important;
}
.product-options-bottom #qty { padding: 6px 15px; }
#qty-cart {width:auto;}
#side-btn {margin-right: 10px;}
#other_professionss {display: none;margin:1% 0 1% 0;}
#visitors_typess {width:100%;}
#utm_sourcess {display: none;}
#my-orders-table tr td {font-weight:normal; color: #333;font-family: helvetica_light;}
#shipping-progress-opcheckout, #opc-shipping { display:none;}


.data-table .first.odd {
    display: none;
}



.fright{ float: right;}
.fleft{ float: right;}
.mobileimg{ display: none;}
.deskimg{ display: block; float: right;}
.padleft{ padding-left: 0px !important;}
.padright{ padding-right: 0px !important;}
.hproductsection{ width: 100%; float: left; padding: 10px 0px;}
.hproductsection .h_heading{ width: 100%; float: left; padding-bottom: 15px;}
.hproductsection .h_heading h1{ width: 100%; float: left; font-size: 20px; letter-spacing: 1px; color: #000000; text-transform: uppercase; padding-bottom: 15px; font-family: helvetica_light;}
.hproductsection .h_heading p{ width: 100%; float: left; font-size: 15px;  font-family: helvetica_light;}
.hproductsection .grid_layout{ width: 100%; float: left; padding: 0px 0px 8px;}
.hproductsection .grid_layout h2{ width: 100%; float: left; text-align: center; font-size: 20px; letter-spacing: 1px; color: #000000; text-transform: uppercase; padding-bottom: 20px; font-family: helvetica_light;}
.hproductsection .grid_layout .inner_grid{ width: 100%; float: left; border: 1px solid #cccccc; margin-bottom: 30px;}
.hproductsection .grid_layout .inner_grid .img_section{ width: 100%;}
.hproductsection .grid_layout .inner_grid .discription_section{ width: 100%; float: left; padding: 15px 0;}
.hproductsection .grid_layout .inner_grid .discription_section strong{ width: 100%; float: left;font-size: 18px; letter-spacing: 1px; color: #000000; text-transform: uppercase; padding-bottom: 10px; font-family: helvetica_light;}
.hproductsection .grid_layout .inner_grid .discription_section p{ width: 100%; float: left; font-size: 15px; color: #808080; font-family: helvetica_light;}
.hproductsection .grid_layout .inner_grid .discription_section ul{ margin: 0; padding:10px 0px 0; background: transparent; width: 100%; float: left;}
.hproductsection .grid_layout .inner_grid .discription_section ul li{ width: 90%; float: left; padding-left: 20px; text-align: left; font-size: 15px; list-style:disc; line-height: 20px; color: #808080; font-family: helvetica_light; margin-left:15px;}
.hproductsection .grid_layout .inner_grid .discription_section ul li b{ width: auto; color: #808080;}

.hproductsection .offer_text{ width: 100%; float: left; padding: 0px 0px 0px;}
.hproductsection .offer_text h3{ width: 100%; float: left; text-align: center; font-size: 20px; letter-spacing: 1px; color: #000000; text-transform: uppercase; padding-bottom: 13px; font-family: helvetica_light;}
.hproductsection .offer_text .inner_off_text{ width: 100%; float: left; padding: 15px 0;}
.hproductsection .offer_text .inner_off_text strong{ width: 100%; float: left;font-size: 18px; letter-spacing: 1px; color: #000000; text-transform: uppercase; padding-bottom: 4px; font-family: helvetica_light;}
.hproductsection .offer_text .inner_off_text p{ width: 100%; float: left; font-size: 15px; color: #808080; font-family: helvetica_light;}
.hproductsection .offer_text .inner_off_text p a{ width: auto; border-bottom: 2px solid #cccccc; padding-bottom: 3px; font-weight: bold;}

.boxes-inner-banner .image-description-product{position: absolute; top: 0; width: auto; float: left; height: 96%; display: flex; align-items: flex-end; justify-content: flex-start;}

@media (max-width:768px) {
 .deskimg{ display: none;}
 .mobileimg{ display: block;}
 .hproductsection .grid_layout .inner_grid .img_section img{ width: 100%;}
 .padleft{ padding: 0px !important;}
 .padright{ padding: 0px !important;}
}

@media (max-width:768px) {
    .boxes-inner-banner .image-description-product{ height: auto;}
    .boxes-inner-banner .image-description-product img{ width: 53%;}
   }
   
   #popup{ position: relative; padding-right: 30px; display: block;}
	.popup-box {
    position: relative;
    background: #f1f1f1;
    
    top: 0px;
    clear: both;
    display: none;
    
    width: 18%;
}
		#popup:hover .popup-box{ display: block;}
		
#main-class-tt{

top: 39%;left: 29%;

}

.main-class-tt2-egypt {
    font-size: 28px;
    text-align: right;
    list-style: circle;
    font-weight: 700;
    padding-bottom:7px;
}

#main-class-tt1-israel {
    padding: 18px 0 0 0px;
    background: none !important;
    padding-left: 33px;
    line-height: 28px;
    padding-right: 22px;
}

#main-class-tt1-egypt {
    padding: 18px 0 0 0px;
    background: none !important;
    padding-left: 33px;
    line-height: 28px;
    padding-right: 22px;
}

.text-thai{
    font-size:12px !important;
}

#main-thai1{

top: 38%;
    left: 33%;
    text-align: left;
 margin-top: -6px;
 margin-left:-7px;
}


#main-egypt1{

top: 40%;
left: 29%;
text-align: right;

}

.text-egypt{
    font-size:14px !important;
}


#main-israel1{

top: 40%;
left: 29%;
text-align: right;
 margin-top: -28px;
    margin-left: 6px;

}

.text-israel1{
    font-size:12px !important;
}

.text-china{
    font-size:12px !important;
}

#main-china1{

top: 41%;
left: 27%;
text-align: left;
line-height: 49px !important;
margin-left:-7px;
    font-size: 38px;
        margin-top: -14px;
}

#main-russia1{

top: 41%;
left: 32%;
text-align: left;

}

#main-class-tt1-russia {
    padding: 7px 0 0 0px;
    background: none !important;
    padding-left: 21px;
    line-height: 22px;
}

.text-kannada{
    font-size:12px !important;
}

#main-kannada{

top: 41%;
left: 30%;
text-align: left;

}
#main-class-china1 {
    padding: 12px 0 0 0px;
        padding-left: 0px;
    background: none !important;
    padding-left: 21px;
    line-height: 28px;
}

#main-class-italy {
    top: 39%;
    left: 28.5%;
}

#main-class-france {
    top: 39%;
    left: 29.5%;
}

#main-class-germany {
    top: 39%;
    left: 34%;
}

#main-class-tt1-germany {
    padding: 7px 0 0 0px;
        padding-left: 0px;
    background: none !important;
    padding-left: 51px;
    line-height: 22px;
}

#main-class-tt1-italy {
    padding: 7px 0 0 0px;
        padding-left: 0px;
    background: none !important;
    padding-left: 52px;
    line-height: 22px;
}

#main-class-tt1-france {
    padding: 7px 0 0 0px;
        padding-left: 0px;
    background: none !important;
    padding-left: 101px;
    line-height: 22px;
}

#main-class-spanish{

    top: 41%;
    left: 32.3%;
    font-size: 26px;

}

#main-class-tt-isreal{

top: 42%;left: 30%;

}

#main-class-tt-egypt{

top: 42%;left: 30%;

}

#main-class-thai{

top: 41%;
left: 36%;
width: 39%;
text-align: left;

}

#main-class-tt1-thai {
padding: 0px 0 0 0px;
    padding-left: 0px;
    background: none !important;
    padding-left: 22px;
    line-height: 22px;
}

#main-class-tt1-spanish{
padding: 23px 0 0 0px; background:none !important;padding-left: 38px;line-height: 22px;

}


#main-class-tt1-spanish .main-class-tt2{    font-size: 19px;
    padding-bottom: 5px;
    text-align: left;
    list-style: circle;
    font-weight: 700;}

#main-class-tt1-kannada{
padding: 7px 0 0 0px; background:none !important;padding-left: 33px;line-height: 22px;

}



#main-class-tt1{
padding: 7px 0 0 0px; background:none !important;padding-left: 33px;line-height: 22px;

}

.main-class-tt2{

font-size: 17px; padding-bottom: 10px; text-align: left;list-style: circle;font-weight:700;

}
.main-class-tt2-israel{


text-align: right;
list-style: circle;
font-weight: 700;
font-size: 24px;
}  

#main-class-tt1-thai {
    padding: 18px 0 0 0px;
        padding-left: 0px;
    background: none !important;
    padding-left: 22px;
    line-height: 22px;
}

@media (max-width:768px) {
 #main-russia1 {
top: 41%;
    left: 66%;
    text-align: left;
}   

#main-class-tt1-russia {
    padding: 0px 0 0 0px;
    background: none !important;
    padding-left: 11px;
    line-height: 7px;
}
    
    #main-kannada {
    top: 44%;
    left: 66%;
    text-align: left;
}
    
 .text-kannada {
    font-size: 5px !important;
    line-height: 8px !important;
}   
    #main-class-thai {
   top: 45%;
    left: 30%;
    width: 53%;
    text-align: left;
}

#main-class-tt1-thai {
    padding: 0px 0 0 0px;
    padding-left: 0px;
    background: none !important;
    padding-left: 13px;
    line-height: 7px;
}
    
    #main-china1{

top: 41%;
    left: 67%;

}

.text-china{
    font-size:5px !important;
    line-height:10px !important;
}

    #main-thai1{
top: 38%;
    left: 67%;
    text-align: left;
   
}

#main-class-tt1-israel {
    padding: 7px 0 0 0px;
    background: none !important;
    padding-left: 40px;
    line-height: 9px;
    padding-right: 14px;
}

.text-thai{
    font-size:5px !important;
    line-height:10px !important;
}


#main-class-china1 {
padding: 0px 0 0 0px;
    background: none !important;
    padding-left: 12px;
    line-height: 8px;
}
    
    #main-class-tt-isreal{

top: 46%;left: 30%;
width: 57%;

}

#main-class-italy {
    top: 44%;
    left: 28.5%;
}

#main-class-tt1-italy{
padding: 1px 0 0 0px; background:none !important;padding-left: 146px;line-height: 9px;

}

#main-class-germany {
    top: 44%;
    left: 31%;
}

#main-class-tt1-germany {
    padding: 3px 0 0 0px;
        padding-left: 0px;
    padding-left: 0px;
    background: none !important;
    padding-left: 137px;
    line-height: 7px;
}
#main-class-spanish{

top: 42%;left: 35%;

}
    #main-class-tt-egypt{

top: 38%;
    left: 0%;
    text-align: right;


}
  #main-class-tt{

top: 43%;
left: 26%;

}



#main-class-tt1-spanish{
padding: 1px 0 0 0px;
padding-left: 0px;
background: none;
padding-left: 134px;
line-height: 8px;

}

#main-class-tt1{
padding: 1px 0 0 0px;
padding-left: 0px;
background: none;
padding-left: 141px;
line-height: 8px;

}

.main-class-tt2{

font-size: 5px;
text-align: left;
list-style: circle;
font-weight: 700;

}

.main-class-tt2-israel{

font-size: 5px;
text-align: right;
list-style: circle;
font-weight: 700;

}  


.boxes-inner-banner .image-description {
    font-size: 5px;
    line-height: 10px;
    width: 100%;
}   

#main-class-tt1-egypt {
 padding: 1px 0 0 0px;
    background: none !important;
    padding-left: 30px;
    line-height: 10px;
    padding-right: 13px;
}
    
}


@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) {
     
     #main-class-france {
    top: 44%;
    left: 29.5%;
}
 
 #main-class-tt1-france {
    padding: 0px 0 0 0px;
    padding-left: 0px;
    background: none !important;
    padding-left: 161px;
    line-height: 9px;
}    
        
    #main-china1{

top: 43%;
    left: 67%;

}

.text-china{
    font-size:5px !important;
    line-height:10px !important;
}
        #main-class-china1 {
padding: 0px 0 0 0px;
    background: none !important;
    padding-left: 11px;
    line-height: 8px;
}
        
   #main-class-tt{

top: 44%;
    left: 28%;

}

#main-class-tt1-italy {
    padding: 1px 0 0 0px;
        padding-left: 0px;
    background: none !important;
    padding-left: 160px;
    line-height: 8px;
}



#main-class-tt1{
padding: 1px 0 0 0px;
padding-left: 0px;
background: none;
padding-left: 141px;
line-height: 8px;

}
 
.main-class-tt2{

font-size: 5px;
text-align: left;
list-style: circle;
font-weight: 700;

}  

.main-class-tt2-israel{

font-size: 5px;
    text-align: right;
    list-style: circle;
    font-weight: 700;
    
}  
.boxes-inner-banner .image-description {
    font-size: 5px;
    line-height: 10px;
    width: 100%;
}          
        
 }
 
 
@media (max-width:360px) {

#main-class-tt1{
padding-left: 135px;
}


#main-class-france {
    top: 45%;
    left: 28.5%;
}

#main-class-tt1-france {
    padding: 0px 0 0 0px;
    padding-left: 0px;
    background: none !important;
    padding-left: 134px;
    line-height: 9px;
}

.main-class-tt2-israel{

font-size: 5px;
text-align: right;
list-style: circle;
font-weight: 700;

}  
}
.product-chalk-grade .product-additional-block {
    display: none;
}

.product-marker-grade .product-additional-block {
    display: none;
}

@media (max-width:768px) {
.iview-caption.tp-caption.medium-text.slider-text-mid1 {
    margin-left: 100px;
    padding-bottom: 76px;
}

.iview-caption.tp-caption.medium-text.slider-text-mid2 {
font-size:12px;
}

#main-class-tt1-kannada{
padding: 2px 0 0 0px;
    background: none !important;
    padding-left: 15px;
    line-height: 8px;

}

#main-egypt1 {
    top: 42%;
    left: 0%;
    text-align: right;
}


.main-class-tt2-egypt {
    font-size: 6px;
    text-align: right;
    list-style: circle;
    font-weight: 700;
}

.text-egypt {
    font-size: 5px !important;
    line-height: 9px !important;
}

#main-class-france {
    top: 44%;
    left: 29.5%;
}

#main-class-tt1-france {
    padding: 0px 0 0 0px;
    padding-left: 0px;
    background: none !important;
    padding-left: 141px;
    line-height: 8px;
}

#main-israel1{

top: 39%;
    left: 0%;
    text-align: right;
   
}

.text-israel1{
font-size: 5px !important;
    line-height: 10px !important;
}

}

@media (max-width:740px) {
#main-class-spanish {
    top: 43%;
    left: 30%;
}

#main-class-tt1-italy{
padding: 1px 0 0 0px; background:none !important;padding-left: 141px;line-height: 8px;

}
    
}



.abc a{
    display: block;
    position: relative;
   
    background: #7f7f7f;
   color: #ffff;
    width: 66%;
 padding: 11px 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top:10px;
    margin-bottom:10px;

    

}

.abc a:hover{
    
        display: block;
  position: relative;
  
    background: #3c3c3c;
   color: #ffff;
  width: 66%;
   padding: 11px 18px;
    text-transform: uppercase;
   font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    background: #3c3c3c;
   margin-top:10px;
    margin-bottom:10px;
}
    
    .max100{max-width: 100%;}
    @media (max-width: 767px){.mb46{margin-bottom: 46px;}
        
      .abc a{
    display: block;
    position: absolute;
    bottom: -43px;
    background: #7f7f7f;
    color: #ffff;
    width: 80%;
    padding: 4px 12px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
}

        
      .abc a:hover{
    display: block;
    position: absolute;
   bottom: -43px;
     background: #3c3c3c;
    color: #ffff;
    width: 80%;
    padding: 4px 12px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
}
        
    }
    
@media only screen and (min-width: 1200px) and (max-width: 1450px)  {
        
#main-class-china1 {
    padding: 12px 0 0 0px;
        padding-left: 0px;
    background: none !important;
    padding-left: 17px;
    line-height: 28px;
}

#main-china1{

top: 40%;
left: 25%;
text-align: left;
line-height: 37px;
}
            
  #main-russia1{

top: 41%;
    left: 32%;
    text-align: left;

}

#main-class-tt1 {
    padding: 7px 0 0 0px;
    background: none !important;
    padding-left: 38px;
    line-height: 22px;
}

#main-class-tt {
    top: 42%;
    left: 31%;
}

#main-egypt1 {
    top: 40%;
    left: 32%;
    text-align: right;
}
#main-israel1 {
    top: 40%;
    left: 31%;
    text-align: right;
}

#main-kannada {
    top: 42%;
    left: 33%;
    text-align: left;
}
  
  #main-thai1 {
    top: 38%;
    left: 35%;
    text-align: left;
} 

#main-class-france {
    top: 45%;
    left: 32%;
}

#main-class-tt1-france {
    padding: 7px 0 0 0px;
    padding-left: 0px;
    background: none !important;
    padding-left: 108px;
    line-height: 22px;
}

#main-class-germany {
    top: 44%;
    left: 33%;
}

#main-class-tt1-germany {
    padding: 7px 0 0 0px;
    padding-left: 0px;
    background: none !important;
    padding-left: 58px;
    line-height: 22px;
}




#main-class-italy {
    top: 44%;
    left: 31%;
}

#main-class-tt1-italy {
    padding: 7px 0 0 0px;
    padding-left: 0px;
    background: none !important;
    padding-left: 56px;
    line-height: 22px;
}

#main-class-spanish {
    top: 42%;
    left: 39%;
}

#main-class-tt1-spanish {
    padding: 7px 0 0 0px;
    background: none !important;
    padding-left: 40px;
    line-height: 22px;
}
        }
        
    .boxes-inner-banner .image-description2 {
    position: absolute;
   top: 40%;
left: 29%;
text-align: right;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
    font-family: 'helvetica_light' !important;
    line-height: 47px;
    text-transform: uppercase;
    transform: translate(0, -50%);
}    
     
     #main-egypt2 {
    top: 50%;
    left: 15.5%;
    text-align: left;
}   

.discription{
    text-align: right;
position: relative;
left: 10px;

    min-width: 623px;
    top:-175px;

}
.discription-text{
    position: absolute;
left: 0px;
}
.egypt-anti-logo{padding-bottom: 50px;}
.egypt-anti-logo-china{padding-bottom: 10px;}
.line-one{    text-transform: initial;
    font-weight: normal;
    letter-spacing: initial;
    color: #fff;
    padding-bottom:15px; font-size:22px;
}
.line-two{
       text-transform: initial;
    font-weight: normal;
    letter-spacing: initial;
    color: #fff;
    padding-bottom:30px; font-size:22px;
    
}

.line-three{
       text-transform: initial;
    font-weight: normal;
    letter-spacing: initial;
    color: #fff;
    padding-bottom:30px;
    font-size:14px;
    
}


#main-class-tt1-china{
  padding: 18px 0 0 0px;
    padding-right: 0px;
    padding-left: 0px;
background: none !important;
padding-left: 17px;
line-height: 28px;
padding-right: 22px;  
    
}

#main-class-tt-poland {
top: 44%;
    left: 32%;
}

#main-class-tt1-poland {
padding: 7px 0 0 0px;
    background: none !important;
    padding-left: 98px;
    line-height: 19px;
}

@media (max-width: 1300px)  {
    
    #main-egypt2 {
    left: 10.5%;
    max-width:445px;
}

.line-one, .line-two{font-size: 18px;}

#main-class-tt1-egypt {
    padding: 9px 0 0 0px;
    line-height: 21px;
}

#main-egypt2 {
    left: 10.5%;
    max-width: 445px;
}

.egypt-anti-logo {
    padding-bottom: 10px;
}

}

@media (max-width: 537px)  {
    
    .egypt-anti-logo{width:35px;}
    .discription{min-height:41px;}
    .discription-text {
    font-size: 5px;
    line-height: 10px;
}
.line-one, .line-two {
    font-size: 5px;
    line-height: 11px;padding-bottom:5px;
}
.line-three{font-size: 6px; padding-bottom:0px;}
.egypt-anti-logo{padding-bottom: 0px;}

#main-class-tt1-china {
    padding: 0px 0 0 0px;
    padding-right: 0px;
    padding-left: 0px;
    background: none !important;
    padding-left: 11px;
    line-height: 9px;
    padding-right: 11px;
}
.egypt-anti-logo-china{width:35px;}

.egypt-anti-logo-china{padding-bottom: 5px;}
    
}

@media only screen and (min-width: 375px) and (max-width: 667px)  {
  #main-class-tt-poland {
top: 47%;
    left: 32%;
}

#main-class-tt1-poland {
padding: 2px 0 0 0px;
    background: none !important;
    padding-left: 139px;
    line-height: 0px;
}
  
}

@media only screen and (min-width: 360px) and (max-width: 640px)  {
  #main-class-tt-poland {
top: 46%;
    left: 32%;
}

#main-class-tt1-poland {
padding: 2px 0 0 0px;
    background: none !important;
    padding-left: 133px;
    line-height: 0px;
}
  
}


.category-texture .row {max-width:1200px; width:100%;margin:0px auto;}

.category-texture #cboxMiddleLeft, .category-texture #cboxMiddleRight, .category-texture #cboxTopCenter, .category-texture #cboxTopLeft, .category-texture #cboxTopCenter,
.category-texture #cboxTopRight, .category-texture #cboxBottomCenter, .category-texture #cboxBottomLeft, .category-texture #cboxBottomRight {background: none !important;}
.category-texture #cboxContent { background:transparent !important;}
.category-texture #cboxTitle {display:none !important;}

