/** Shopify CDN: Minification failed

Line 17:0 Unexpected "!"
Line 20:40 Expected identifier but found "*"
Line 20:56 Expected identifier but found "*"
Line 37:27 Expected identifier but found "{"
Line 37:28 Unexpected "{"
Line 37:38 Expected ":"
Line 54:45 Expected identifier but found "*"
Line 55:77 Expected identifier but found "*"
Line 57:115 Expected identifier but found "*"
Line 59:34 Expected identifier but found "*"
... and 523 more hidden warnings

**/

! normalize.css v1.1.0 | MIT License | git.io/normalize */

article,aside,details,figcaption,figure,footer,header,hgroup,regular,nav,section,summary{display:block;}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]){display:none;height:0;}[hidden]{display:none;}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
html,button,input,select,textarea{font-family:sans-serif;}
body{margin:0;}a:focus{outline:thin dotted;}
a:active,a:hover{outline:0;}
h1{font-size:10px;margin:.67em 0;}
h2{font-size:1.5em;margin:.83em 0;}
h3{font-size:1.17em;margin:1em 0;}
h4{font-size:1em;margin:1.33em 0;}
h5{font-size:.83em;margin:1.67em 0;}
h6{font-size:.67em;margin:2.33em 0;}
abbr[title]{border-bottom:1px dotted;}
b,strong{font-weight:bold;}
blockquote{margin:1em 40px;}
dfn{font-style:italic;}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
mark{background:#ff0;color:{{ settings.color_2 }};}
p,pre{margin:1em 0;}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em;}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}
q{quotes:none;}
q:before,q:after{content:'';content:none;}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
dl,menu,ol,ul{margin:1em 0;}
dd{margin:0 0 0 40px;}
menu,ol,ul{padding:0 0 0 40px;}
nav ul,nav ol{list-style:none;list-style-image:none;}
img{border:0;-ms-interpolation-mode:bicubic;}
svg:not(:root){overflow:hidden;}
figure{margin:0;}form{margin:0;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em;}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px;}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}
button,input{line-height:normal;}button,select{text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible;}
button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{
  box-sizing:border-box;padding:0;*height:13px;*width:13px;
}
input[type="search"]{
  -webkit-appearance:textfield;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}

a, img{outline:none !important;}

ul {margin:0px;}

a:focus {outline: 0;border:none; text-decoration:none;}

a {border:none}

*{outline:none}
:hover{transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;}
/* ==========================================================================
   Additional styles for the Skeleton Theme - Replace that with your own CSS
   ========================================================================== */

/* Hiding placeholder text on focus in webkit, thanks to http://www.kolodvor.net/2012/03/23/webkit-placeholder-attribute-behavior */
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color:transparent; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Products grid, collections grid: we are using lists, not tables */
ul.grid li { float: left; list-style-type: none; }
ul.grid li { margin: 0 20px 20px 0; }
ul.grid li.last-in-row { margin-right: 0; }

/* Utility classes: Hidden, float lef, float right, etc. */

.hidden { display: none; }
.left { float: left; }
.right { float: right; }

/* Styling #site-title as it uses h1 on home page and span on other pages. */

#site-title {}
#site-title a, a#site-title{}
#site-title.hidden{display: none;}

.visuallyhidden{display: none;}






/* ==========================================================================
   Theme Styling
   ========================================================================== */

/*Global*/



.hidden-desktop {display: none;}

#wrapper {
  height: auto !important;
  margin: 0 auto ;
}

#push, #wrapper-footer {height: {{ settings.footer_height }};}

#your-shopping-cart .brand-logo {
    display: none;
}

html{height: 100%;}

/*Typography*/

body{
  width:100%;
margin: auto;

}

.container {
    width: 1180px;
}

p{
  margin: 0;
  padding-bottom: 1em;
}

.rte h1 {
  font-size: {{ settings.h1_fsize }};
  line-height: {{ settings.h1_lheight }};
}
.rte h2 {
  font-size: {{ settings.h2_fsize }};
  line-height: {{ settings.h2_lheight }};
}
.rte h3 {
  font-size: {{ settings.h3_fsize }};
  line-height: {{ settings.h3_lheight }};
}
.rte h4 {
  font-size: {{ settings.h4_fsize }};
  line-height: {{ settings.h4_lheight }};
}
.rte h5 {
  font-size: {{ settings.h5_fsize }};
  line-height: {{ settings.h5_lheight }};
  font-style: italic;
}
.rte h6 {
  font-size: {{ settings.h6_fsize }};
  line-height: {{ settings.h6_lheight }};
}

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {padding-bottom: 10px;}

.rte img{
  margin-bottom: 0px; max-width: 100%;
}


/*Links*/

a {text-decoration: none;}
a:hover{text-decoration: none;}



/*Forms*/

label{padding-top: 15px;}

/* Disabled input */
input.disabled {opacity: .5;}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="telephone"]{
  box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    border:1px solid #d4d4d4;
    border-radius: 0;
    box-shadow:none;
}

input[type="submit"]{
 /* border-radius: 0;  */
}


select{
  border:1px solid #d4d4d4;
    border-radius: 0;
    box-shadow:none;
    padding: 2px;
    box-sizing: content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
}

textarea{min-height: 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /*Firefox 1-3*/
  -webkit-box-sizing: border-box; /* Safari */
  resize: vertical;
  border-radius: 0;
  box-shadow:none;
-webkit-border-radius: 0 !important;
   -moz-border-radius: 0 !important;
        border-radius: 0 !important;
}



/*Buttons*/

.btn {
 /*  padding: 9px 16px;  */
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1px;
    background: #fff;
    border: 1px #d1d1d1 solid;
    padding: 8px 20px;
    border-radius: 999px;
}

.btn.btn-info {}



/*Images*/
.article-img {margin-bottom: 15px;}
.article-img.pull-left {margin: 0 12px 12px 0;}


/*Pagination*/
.pagination-custom {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0 0px 0px;
}
.pagination-custom>li {
  display: inline;
    opacity: 1;
  font-size:14px;
}

.pagination-custom>li:first-child>a, .pagination-custom>li:first-child>span {
  margin-left: 0;
}

.pagination-custom>.disabled>span, .pagination-custom>.disabled>a, .pagination-custom>.disabled>a:hover, .pagination-custom>.disabled>a:focus {
  color: #333;
  cursor: not-allowed;
}

.pagination-custom>li>a, .pagination-custom>li>span {
  position: relative;
  float: left;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.42;
  text-decoration: none;
  border: 1px solid #ececec;
}
.pagination-custom>li.active span, .pagination-custom>li a:hover {
  background-color: #ef4749;
    color: #fff;
    border: 1px solid #ef4749;
}

/*Lists*/

ul.list{
  margin: 0;
  padding: 0px;
  font-family:'Open Sans', sans-serif;
}
ul.list li{
  list-style: none;
  line-height: 19px;
  padding-bottom:5px;
  padding: 5px 0px;

}

ul.list li a:before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 5px;
    color: #999 !important;
    font-weight: normal;
}

ul.list li a{
  color:{{ settings.link_color }};
}
ul.list li a:hover{
  color:{{ settings.link_color_act }};
}
.widget__collections ul.list li a{
  color:{{ settings.color_3 }};
}
.widget__collections ul.list li a:hover {
  color:{{ settings.color_9 }};
}
ul.list li a:before {
/*content: '\f105';
font-family: FontAwesome;
font-size: 12px;
padding-right: 6px;  */

}
#aside-left ul.list li a:before {
color: #333;
}
/*------------------*/


ul.product-listing{
  margin: 0;
  padding: 0px;
}
ul.product-listing li{
  list-style: none;
  padding-bottom: 1em;
}



/************************************* TRANSITIONS *************************************/

.trs_color {
-webkit-transition: color 0.6s ease;
   -moz-transition: color 0.6s ease;
    -ms-transition: color 0.6s ease;
     -o-transition: color 0.6s ease;
        transition: color 0.6s ease;
}

.trs_color:hover {
-webkit-transition: color 0.2s ease;
   -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
     -o-transition: color 0.2s ease;
        transition: color 0.2s ease;
}

.trs_bg {
-webkit-transition: background 0.6s ease;
   -moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
     -o-transition: background 0.6s ease;
        transition: background 0.6s ease;
}

.trs_bg:hover {
-webkit-transition: background 0.2s ease;
   -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
     -o-transition: background 0.2s ease;
        transition: background 0.2s ease;
}

.trs_scale:hover i {
/*-webkit-transform: scale(0.85);
   -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
     -o-transform: scale(0.85);
        transform: scale(0.85);  */
}

.assetBlock {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: auto;
    padding: 12px 12px 8px;
    text-transform: none; position: relative;
    background:{{ settings.service_bg }};
    z-index: 100;
    text-align: center;
}
a.cross-img{ position: absolute;
    right: 15px;
    top: 7px;
    z-index: 10;height:19px; width:19px;}

/************************************* HEADER *************************************/

#header .container {position: relative;}

#logo  {
	vertical-align: middle;
    cursor: pointer;
    display: inline-block;
/*  	margin:0px 0px;  */
    text-align: left;
    vertical-align: middle;
    position: relative;
    z-index: 9;
    margin-top: 26px;
    margin-bottom: 30px;
}
.logo-block{
  text-align: left;
  display: inline-block;
}
.logo-title {
  font-size:28px;
  font-weight:bold;
  color:#000!important;
  padding-top:15px;
  display: inline-block;
  padding-bottom:15px;
}

.offer-text {
  font-family: 'Open Sans', sans-serif;
  font-size:10px; text-transform:uppercase;
  text-align:center; font-weight:bold;
  letter-spacing:0.5px;
  padding-top:5px;
}
.offer-text a {display:inline-block; padding-left:5px}

#header .header-right-col {
    margin-top: -75px;
    position: relative;
    z-index: 1000;
}

#header {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 100;

}
.header-container {
    transition: all 0.5s;
    background: #fff;
}

.header-container .top-menu {
    display: block;
    position: relative;
    z-index: 5;
}

.header-container .header-right-col {
    margin-top: -75px;
    position: relative;
    z-index: 10;
}
.header-top{
    font-size: 13px;
    color: #b05d5d;
    padding: 5px 15px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 500 !important;
}

/************************************* TOP LINK *************************************/
.toplinks .links div {
    display: inline-block;
}
.toplinks div.links div a {
    border-left: 1px solid #efefef;
    padding: 11px 10px 12px 10px;
    line-height: 36px;
    margin: 0px;
}
.toplinks div.links div a i {
    margin-right: 6px;
    margin-top: -2px;
    color: #adabab;
  	font-size:10px;
}
.toplinks div.links div a#customer_logout_link:before {
	content: "\e08f";
	font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	margin-right: 6px;
    margin-top: -2px;
    color: #adabab;
    font-size: 10px;
}
.toplinks div.links div a#customer_login_link:before {
	content: "\e08e";
	font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	margin-right: 6px;
    margin-top: -2px;
    color: #adabab;
    font-size: 10px;
}
.toplinks div.links div a#customer_register_link:before {
	content: "\e05f";
	font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	margin-right: 6px;
    margin-top: -2px;
    color: #adabab;
    font-size: 10px;
}

.toplinks div.links div:first-child a {
    border-left: 0px solid #efefef;
    padding: 11px 10px 12px 0px;
}

.toplinks div.links div:last-child a:last-child {
  padding: 11px 0px 12px 10px;
}
.toplinks{
  text-align:right;
}
.Offerr {
	display: inline-block;
    float: left;
    text-align: left;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
.Offerr .Offerr-box {
  display: inline-block;

}
.Offerr strong {
  color: #e33b3f;
  font-size: 13px;
 font-family: 'Open Sans', sans-serif;
 letter-spacing: 0.5px;
}

.icon-phone:before {
  content: "\f095";
  color: #fff;
  font-size: 13px;
  padding: 2px 0 0;
  text-align: center;
  margin-right: 0px;
}


.lang-curr {
    border-bottom: 1px solid #303030;
    overflow: hidden;
    padding: 0px 0 5px;
}

.header_tiles {float: right;margin: 20px 0 0 0;}
.header_tiles ul {list-style: none;overflow: hidden;margin: 0;}
.header_tiles ul li {float: left;}


.tile_currency {
    display: inline-block;
    width: 50px;
    margin:0;
}
.tile_currency .select_wrap {overflow: hidden;position: relative;}
.tile_currency i {font-size: 14px; position: absolute;right: 8px;top:1px;bottom: 0;z-index: 50;}
.tile_currency select {
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	text-indent: 0.01px;
  	text-overflow: '';
  	padding: 0px 0 0px 0px;
  	background: none;
  	border: none;
  	position: relative;
  	z-index: 9;
  	cursor: pointer;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	width: 60px;
}
.tile_currency select option {padding: 0 15px 0 5px; width: 120px;}
.tile_currency .select_wrap:hover {}
.tile_currency .select_wrap:hover i {}

.tile_currency .arrow-down:before{content:'\f107'; font-family: FontAwesome;  font-style:normal;}

.tile a,
.select_wrap,
.select_wrap i {
-webkit-transition: all 0.6s ease;
   -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
     -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
}

.tile a:hover,
.select_wrap:hover,
.select_wrap:hover i {
-webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
     -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
}



.header_tiles ul.header_tiles-2 {padding: 0;}
.header_tiles ul.header_tiles-2 li {}
.tile_search {
  	float: left;
/*    margin: 21px 0px 0px 0px;   */
    position: relative;
}
.header_tiles ul.header_tiles-2 li.tile_cart {margin-left:16px;}


/* Custom links */

.custom-link-wrapper {
    display: inline-block;
    vertical-align: top;
    padding-top: 12px;
    margin-top: 11px;
    float: right;
    margin-right: 10px;
}
.custom-link-wrapper ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0px 0px 0 20px;
}
.custom-link-wrapper ul li {

    display: inline-block;
    list-style: none;
}

.custom-link-wrapper ul li a {
    padding: 10px 7px 7px 7px;
    display: block;
    z-index: 1000;
    position: relative;
    color: #858585;
    position: relative;
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

/*  search  */
.header_tiles ul.header_tiles-2 {padding: 0;}
.header_tiles ul.header_tiles-2 li {}
.tile_search {  width:100%;}
.header_tiles ul.header_tiles-2 li.tile_cart {margin-left:16px;}
header .search-section {
  	border-radius: 0;
    display: inline-block;
    float: right;
/*    overflow: hidden;  */
    position: relative;
    right: 0;
 /*   width: 35%;  */
}
.tile_cart a .fa-shopping-cart {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 37px;
    text-align: center;
    width: 50px;
    margin: 0px;
    padding: 0px;
}

.header-panel-bottom { float:right; text-align:right; margin-top: 17px; }
.top-cart-contain-wrapper {
  	padding-left:8px;    top: 0 !important;
}
.top-cart-contain-wrapper.sticky-cart {
  /*  position: fixed;  */
    margin-top: 1px;
    z-index: 1000;
    display: block;
    top: 0px;
    /* transition: all 0.5s; */
    right: 19.9%;
    width: 165px;
}
.top-cart-contain-wrapper.sticky-cart .top-header {
    position: relative;
    margin-top: 0px;
}
.search-wrapper {
 /*  padding-right:7px;   */
     padding: 0;
    float: right;
}
.top-cart {
    float: right;
    margin: 0;
    padding: 0 0 17px;
    text-align: right;
}
.top-cart a {
    color: #323232;
    letter-spacing: 0.02em;
    position: relative;
    text-align: center;
}
.top-cart a span.first {
    position: relative;
}
.top-cart a #cartCount {
    background: none repeat scroll 0 0 #ffe5e5;
}
.top-cart a #cartCount {
    background: none repeat scroll 0 0 #ffe5e5;
    border-radius: 100%;
    margin-left: 6px;
    padding: 4px 8px;
}
#dropdown-cart {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    padding: 15px;
    position: absolute;
    text-align: left;
    top: 31px;
    width: 310px;
    z-index: 3;
    right: 0px;
}
#dropdown-cart .text-continue a {
  padding: 7px 14px;
    background: #da2c2a;
    color: #fff;
    display: inline-block;
}
p:last-child {
    margin-bottom: 0;
}
.mini-products-list {
    clear: both;
    display: block;
    margin-bottom: 0px;
    padding-left: 0px;
    max-height: 248px;
    overflow-x: auto;
    padding-right: 5px;
}
.mini-products-list .item {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding-bottom: 15px;
    padding-right: 15px;
    position: relative;
  margin-bottom:15px;
  border-bottom: 1px solid #eaeaea;
}
.mini-products-list .item:last-child {
    margin-bottom: 0px;
}
.mini-products-list .product-image {
    display: block;
    float: left;
    margin-right: 15px;
}
.mini-products-list .product-details {
        overflow: hidden;
    float: left;
    width: 55%;
    display: inline-block;
}
.mini-products-list .item .btn-remove {
    background: url("icons_new14.png") no-repeat scroll 0 -1394px rgba(0, 0, 0, 0);
    font-size: 0;
    height: 9px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 9px;
}
#dropdown-cart .product-name {
    margin-bottom: 0px;
  padding-bottom:5px;
}
#dropdown-cart .cart-collateral {
    color: #727272;
}
#dropdown-cart .cart-collateral .money {
    color: #000;
    font-weight: 700;
}
#dropdown-cart .summary {
    clear: both;
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
    text-transform: uppercase;
    padding-top: 12px;
}
#dropdown-cart .summary .label {
    color: #797979 !important;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 0 0;
}
#dropdown-cart .summary .money, .product-shop .prices .compare-price {
    font-size: 16px;
}
#dropdown-cart .summary .money {
    color: #000;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: 700;
}
#dropdown-cart .actions {
   margin-bottom: 0px;
    padding-top: 15px;
    border-top: 1px solid #eaeaea;
}
#dropdown-cart .actions .btn {
/*  background: #eee;
    color: #DA2C2A;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 19px;
    border: none;
    cursor: pointer;
    display: inline-block;
    transition: color 300ms ease-in-out 0s,
      background-color 300ms ease-in-out 0s,
      background-position 300ms ease-in-out 0s;
    float: left;
  font-family:'Open Sans', sans-serif;
  margin-right: 15px;   */


  background: #fff;
    color: #4a4a4a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 9px 0px;
    border: none;
    cursor: pointer;
    display: inline-block;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    float: left;
    letter-spacing: 0.5px;
    width: 135px;
    border: 1px #e5e5e5 solid;
    border-radius: 999px;
}
#dropdown-cart .actions .btn:hover {
  background: #DA2C2A;
    color: #fff;
    transition: color 300ms ease-in-out 0s,
      background-color 300ms ease-in-out 0s,
      background-position 300ms ease-in-out 0s;
}
#dropdown-cart .actions .btn:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 10px;
}
#dropdown-cart .text-cart {
        margin-bottom: 0px;
    text-align: center;
    display: inline-block;
    padding-bottom: 0px;
}
#dropdown-cart .text-cart a, .product-label strong, .cart-row label.add-comments span {
    font-size: 10px;
}
#dropdown-cart .text-cart a {
        border: medium none;
    cursor: pointer;
    float: none;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 19px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    background: #eee;
    color: #666;
  line-height: 1.42857143;
  font-family:'Open Sans', sans-serif;
}
#dropdown-cart .text-cart a:before {
    content: '\f07a';
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 7px;
}
.has-items .sca-qv-button-wrap {
  display:none !important;
}
.tile_cart .mini-products-list a {
  line-height: normal;
    padding: 0px;text-align: left;
}
.tile_search input {
 /* width: 90%;  */
    width: 243px;
  	margin: auto;
  	float: left;
  	position: relative;
  	font-family:'Open Sans', sans-serif;
  	line-height: 30px;
 /* height: 40px;  */
    height: 45px;
    border: none;
    padding: 0 10px;
}
.tile_search a {
  width: 56px;
  height: 60px;
  display: block;
  float: left;
  margin: 0 0 0 -56px;
  font-size: 33px;
  text-align: center;
  line-height: 59px;
}
.tile_search a:hover i {}
.glyphicon-search:before {
    font-size: 14px;
  content: "\f002";
}
.tile_search .glyphicon {
    font-family: FontAwesome;
}

.tile_cart {
  color:#333;
  margin-top:0px;
  padding: 0 0 11px;
  float: right;
}
.fa-shopping-cart{
    color: #333;
    font-size: 16px;
    padding: 2px;
    text-align: center;
    width: 20px;
    border-radius: 2px;
    float: left;
    margin-right: 6px;
}
.tile_cart .carticon:before {
    content: '\f07a';
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
    margin-top: 0px;
    z-index: 1001;

}
.tile_cart a {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
    padding: 0px;
    width: 40px;
    border-radius: 999px;
    text-align: center;
}
.tile_cart a:hover{color: #fff;}
.tile_cart a i.fa-arrow-circle-o-right {float: right;font-size: 33px;line-height: 59px;vertical-align: top;}
.tile_cart a strong {
  line-height: 1em;
  text-transform: uppercase;
  padding-right:6px;
  font-family: "PT Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
}
.tile_cart a span {
  font-family: "PT Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
}

.tile_cart a span.money{
  font-family: "PT Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
}
.tile_cart a span span.count {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    padding-left: 0;
    text-align: center;
}
.search-btn-bg {
  	padding: 0 0 3px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    outline: none;
    box-shadow: none;
    border: none;
  /*  height: 40px;  */
     height: 45px;
    font-size: 18px;
    width: 45px;
 /*   right: 0px;  */
 /*     border-left: 1px #eaeaea solid !important;  */
}


/*  login   */

.login {
   color:#333;
  margin-top:0px;
/*  padding: 0 11px 11px;
  float: right;  */
}

.login .fa fa-user:before{
  content: '\f07a';
    font-family: FontAwesome;
    font-size: 16px;

}

.fa-shopping-cart{
    color: #333;
    font-size: 16px;
    padding: 2px;
    text-align: center;
    width: 20px;
    border-radius: 2px;
    float: left;
    margin-right: 6px;
}
 /* .login a {
	background:{{ settings.login_bgcolor }};
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
  	color: #fff;
    letter-spacing: 1px;
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    text-align: center;
    font-weight: normal;
    margin-top: 0px;
    margin-right: 0px;
} */
.login a:hover{color: #fff;}
.login a i.fa-arrow-circle-o-right {float: right;font-size: 33px;line-height: 59px;vertical-align: top;}
.login a strong {
  line-height: 1em;
  text-transform: uppercase;
  padding-right:6px;
    font-size: 11px;
    font-weight: 600;
}



.login a span span.count {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    padding-left: 0;
    text-align: center;
}



.click-nav .clicker:before {
    content: '\f0c9';
    font-family: FontAwesome;
    /* font-size: 24px; */
    /* padding-left: 4px; */
    padding-top: 2px;
    /* margin-right: 6px; */
    margin-top: -2px;
    height: 40px;
    cursor: pointer;
    color: #fffdfd;
}
.click-nav .clicker {
    /* padding: 0px 20px; */
    /* line-height: 72px; */
    /* height: 75px; */
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    box-shadow: inset 0 0 0 0 #000;
}
.click-nav {
    float: right;
  color: #fff;
  display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 0;
  	color: #fff;
    letter-spacing: 1px;
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    text-align: center;
    font-weight: normal;
    margin-top: 0px;
    margin-right:10px;
}
.click-nav a {
    color: #fff;
}
.click-nav a:hover {
    color: #fff;
}



.click-nav > .no-js:hover > .clicker {
    padding: 0px 20px;
    line-height: 72px;
    height: 75px;
    color: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    -webkit-box-shadow: inset 0 -60px 0 0 #fff;
    box-shadow: inset 0 -75px 0 0;
      color: #202020 !important;
}
.click-nav .fa-user:before {
    content: "\f007";
    font-family: FontAwesome;
    /* font-size: 24px; */
    /* padding-left: 4px; */
    padding-top: 2px;
    /* margin-right: 6px; */
    margin-top: -2px;
    height: 40px;
    cursor: pointer;
    color: #fffdfd;
}

.click-nav .links a {

}

.click-nav .links li {
    font-size: 13px;
    padding-top: 4px;
    padding-bottom: 0px;
    letter-spacing: 0.5px;
  text-align: left;
}
.click-nav .links li:last-child {
    text-align: left;
    border: none;
}
.click-nav .links {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    width: 100%;
  margin-top: 5px;
}
.tile_currency select option {
    padding: 0 15px 0 5px;
    width: 120px;
}
.tile_currency select option {
    background: #ffffff;
    color: #000000;
}
.click-nav .lang-curr {
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    padding:0px;
    text-align: left;
}

.click-nav .no-js .top-links {
    background: #fff;
    background-repeat: repeat;
    background-position: 0 0;
    padding: 15px;
    margin: 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 21px;
    z-index: 100;
    border-top: 0;
    width: 200px;
    position: absolute;
    opacity: 0;
    right: 0px;
    transform: scale(0) rotate(0deg);
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
}

.click-nav .no-js:hover .top-links {
     background: none repeat scroll 0 0 #fff;
    background-repeat: repeat;
    background-position: 0 0;
    padding: 15px 20px;
    margin: 0;
    width: 200px;
    overflow: hidden;
    font-size: 13px;
    line-height: 21px;
    z-index: 100;
    border-top: 0;
    display: block;
    position: absolute;
    right: 0px;
    margin-top:5px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scale(1.0) rotate(0deg);
    transform: scale(1.0) rotate(0deg);
    box-shadow: 0 0 15px -7px #666;
}


















.care.tmservicecms {
    float: right;
}

.tmservicecms {
    float: left;
    padding: 0px 25px 0px;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
}
.tmservicecms .text1 {
    color: #333;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.tmservicecms .text2 {
    color: #808080;
    font-weight: 400;
    font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}

.chat.tmservicecms {
    border-right: 1px solid #eee;
    float: right;
}

.tmservicecms .text1 {
    color: #333;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 14px;
}



.searchIconNew {
  background: url("{{ 'search-icon.png' | asset_url }}") no-repeat scroll center center;
  width: 25px;
  height: 30px;
  left: 4px;
  display: inline;
  position: absolute;
  top: 0px;
}


/************************************* NAVIGATION *************************************/

#navigation {
  position: relative;
  z-index: 25;
  width:100%;
  font-family:'Open Sans', sans-serif;
}

/************************************* nav *************************************/

.site-nav {
  margin:auto;
/*  position: relative;  */
  list-style: none;
  text-align: left;
  border-bottom: none;
  display: inline-block;
/*  width: 100%;  */
  padding: 0;
  height: 45px;

}
.nav-inner {
    position: relative;
}
.site-nav li {display: inline-block;  margin: 0;}
.site-nav a {   display: block; font-size: 14px;   text-decoration: none; }
.site-nav > li {
  position: relative;
  list-style: none;
  display: inline-block;
}
.site-nav > li ul li{
 line-height:initial;
}

.site-nav > li > a {
  text-transform: none;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #000;
  position: relative;
/*  padding: 11px 7px 11px 7px;  */

  padding: 11px 14px;
  height: 45px;
}
.site-nav > li a:hover{
/*  background-color: #292b2c;  */
/*  background:{{ settings.nav_item_hover_bg_color }};  */
}

.site-nav > li:hover > a {
 margin-left: 0;

}
.site-nav > li > a > span {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.site-nav > li:last-child > a > span {border-right: 0px solid #ddd;}

  .site-nav > li:first-child > a.current > span {
  background:none;
   color: #fbe5a2;
}
.site-nav > li:first-child:hover > a > span,.site-nav > li:first-child:hover > a.current > span {
  color: #fff;
}
.site-nav > li:hover a span{
/*  border-bottom:1px solid #c9c9c9;  */
  padding-bottom:3px;
}
.site-nav > li:hover li a span {
  border-bottom:0px solid #c9c9c9;
  padding-bottom:0px;
}
.site-nav-dropdown {
  text-align: left;
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 215px;
  z-index: 5;
  padding: 0;
  margin-bottom: 0;
  padding: 6px 0;
  box-shadow:0 5px 10px -8px;
  border: 1px #dcdcdc solid;
  border-top: 0px;
  background: #fff;
  background:{{ settings.site-nav-dropdown_bg_color }};
}
.dropdown.mega-menu .site-nav-dropdown{  margin-left: 0px; overflow: hidden; width: 100% !important; }
.site-nav-dropdown li{ border-bottom: 0px solid #f1f1f1;
    display: block;
    padding: 1px 0;}
.site-nav-dropdown li.dropdown a span:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 15px;
    top: 8px;
}
.site-nav-dropdown li:last-child {border-bottom:none;}
.site-nav-dropdown li a {
/*  padding: 8px 30px 8px 12px; */
  padding: 3px 8px;
  position: relative;color: #444; font-size: 13px; -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; letter-spacing: 0.5px;
      font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    font-weight: normal;
      background: none !important;

}

.site-nav-dropdown li a:hover{-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding-left: 16px; }

.site-nav-dropdown ul { left: 100%; top: -1px; display: none; padding-left: 0; list-style: none; }
.site-nav > .dropdown:hover > ul,
.site-nav > .dropdown.open > ul {display: block;}

.site-nav > li > ul > .dropdown:hover > ul,
.site-nav > li > ul > .dropdown.open > ul {display: block;}

.site-nav > li > ul > li > ul > .dropdown:hover > ul,
.site-nav > li > ul > li > ul > .dropdown.open > ul { display: block; }

.site-nav > li > ul > li > ul > li > ul > .dropdown:hover > ul,
.site-nav > li > ul > li > ul > ul > li > .dropdown.open > ul { display: block;}
.site-nav li.dropdown .icon-dropdown {
  height:0;
  width:0;
  border:4px solid transparent;
  display: inline-block;
  vertical-align:middle;
  margin-left: 7px;
  cursor: pointer;
}
.site-nav-dropdown li.dropdown .icon-dropdown { position: absolute; top: 16px; right: 20px;}

.site-nav-dropdown li:hover > a {color: #e33b3f; background: none; }
.site-nav-dropdown li:hover > a:before {}
.site-nav li.mega-menu .site-nav-dropdown .container{
  width: 100%;
  padding: 0px 0px 14px;
}


/* Mega Menu */
.site-nav > li.mega-menu { position: static; }
.site-nav li.mega-menu:hover .site-nav-dropdown { display: block; }
.site-nav li.dropdown:hover.mega-menu > a > .icon-dropdown { border-top-color: #fff; opacity: 1; }
.site-nav li.mega-menu .site-nav-dropdown { width: 100%; padding:0px;box-shadow:0 5px 10px -8px;  }
.sub-mega-menu .parent-link { border-bottom: 1px solid #3d4549; color: #fff; font-weight: 700; padding-bottom: 20px; margin-bottom: 15px; }
.sub-mega-menu .parent-link a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.sub-mega-menu .parent-link > span.up {
  text-indent: -999em;
  display: block;
  background: url(icon-menu-up.png) no-repeat;
  opacity: 0.5;
  width: 9px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 6px;
  cursor: pointer;
}
.sub-mega-menu .parent-link > span.up:hover { opacity: 1; }
.sub-mega-menu .parent-link > span { padding: 0 10px; }

.mega-menu img {
  max-width:100%;
}
.site-nav-dropdown .col-1 {
    float: left;
   width: 67%;
  padding-top:15px;
}
.site-nav-dropdown .col-2 {
  float: left;
  width: 33%;
}
.site-nav-dropdown .col-1 .inner {
    width: 24.5%;
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
    float: none;
    padding-top: 0;
    vertical-align: top;
    background: none;
    padding-bottom: 15px;
}

.site-nav > li:hover a {
    background-repeat: repeat;
    background: #252932;
}

.site-nav-dropdown .col-1 .inner:nth-child(4n+4) {
     border-right: 0px solid #dcdcdc;
}
.site-nav-dropdown .col-1 .inner > a {
 /* 	padding: 6px 0px 0px 0px;
 	color: #222;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 18px;
    text-transform: uppercase; */

    color: #333;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    padding: 7px 0px;
    letter-spacing: 0.7px;
    margin-bottom: 7px;
    border-bottom: 1px #4a4a4a dotted;
    background: none;
}
.site-nav-dropdown .col-1 .inner .dropdown { margin-bottom:0px; }
.site-nav-dropdown .col-2 { padding: 0 20px 0 0; }
.site-nav-dropdown .col-3 {
    width:33%;
    margin-top: 0px;
    padding-top: 15px;
    background: #fff;
    height: 100%;
    display: block;
    position: absolute;
    right: 0px;
/*    border-left: 1px solid #dcdcdc;  */
    padding: 0px 15px;
}
.site-nav-dropdown .col-3 a {
    padding: 0;
    margin: 20px 15px 5px 0px;
    display: inline-block;

}
.site-nav-dropdown .col-3 a:last-child {
    margin: 20px 0px 5px 0px;
}
.site-nav-dropdown .col-1 .inner > a {
  margin-bottom: 5px;
}
.site-nav-dropdown .col-1 .inner > a span {
  border:none;
}
.site-nav-dropdown .col-1 .inner p.toogleClick { display: none!important; }
.site-nav-dropdown .col-1 ul.dropdown { display: block; position: static; padding: 0; }
.site-nav-dropdown .col-1 ul.dropdown li:hover > a { padding-left: 2px; }
.site-nav-dropdown .col-1 ul.dropdown li:hover > a:before { left: 0; top: 15px; }
.site-nav-dropdown .col-1 ul.dropdown li a { padding: 2px 2px; }
.site-nav-dropdown .col-1 ul.dropdown li a span {
  border:none;
}
.site-nav-dropdown .col-1 ul.dropdown li a:hover{
  color: #f28083;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding-left: 6px;}
.col-1 ul.dropdown li .icon-dropdown { margin-left: 20px; }
.site-nav-dropdown .col-1 ul.dropdown li a:hover span.icon-dropdown { border-bottom: 0; margin-top: -3px; }
.site-nav li.mega-menu > .dropdown:hover > .site-nav-dropdown,
.site-nav li.mega-menu > .dropdown.open > .site-nav-dropdown { display: block; }

.site-nav .widget-featured-product { float: left; width: 100%; text-align: center; }
.site-nav .widget-featured-product .widget-product { overflow: hidden; }
.site-nav .widget-featured-product .widget-product .products-grid { margin:0; }
.site-nav .widget-featured-product .widget-title { margin-bottom: 10px; }
.site-nav .widget-featured-product .widget-title h3 {
  margin-bottom: 6px;
  font-size: 13px;
  line-height: normal;
  color: #333;
  padding: 6px 0px 6px 10px;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: none;
  background-color: #f0f0f0;
  font-family:'Open Sans', sans-serif;
}
.site-nav .widget-featured-product .products-grid .grid-item { width: 100%; padding: 0; margin: 0; }
.site-nav .products-grid .grid-item .product-grid-image { display: inline-block; padding: 0; margin-bottom: 10px; }
.site-nav .widget-featured-product .product-title { padding: 0; font:normal 14px 'Open Sans', sans-serif; color:#333; padding-bottom:3px; }
.site-nav .widget-featured-product .price-box p {padding-bottom:0px;}
.site-nav .widget-featured-product .spr-badge { margin-bottom: 6px; }
.site-nav .widget-featured-product .price-box {
  display: block;padding: 0 0 0 0px;font-size: 12px;font-family: 'Open Sans', sans-serif;font-weight: 900;color: #ff0000;}
.site-nav .widget-featured-product .btn {
  padding: 0;
  border: 0;
  letter-spacing: 0.02em;
  border-bottom: 1px solid transparent;
  height: 25px;
  background: none;
}
.site-nav .widget-featured-product .btn:hover { border: 0; border: 0; background: none!important; color: #000; }

.mega-menu .action {display:none;}
.mega-menu .sca-qv-button-wrap {display:none!important;}
.sub-mega-menu { display: none; }


/*==================================================================*/
/*Showcase row*/
/*==================================================================*/

#showcase .col-lg-4 {padding-left: 7px;padding-right: 7px;}
#showcase .row {margin: 0px -7px;}

#showcase {}
#showcase .banner {margin: 25px 0 0 0;}

#showcase .info h4{
  font-family: 'Open Sans', sans-serif;
  font-size:12px;
  font-weight:normal;
  width:250px;
  margin-top:4px;
  text-align:left;
  padding-bottom:3px;
  line-height:normal;
}

#showcase a {display: block;padding: 0px 0 0px 0;color: {{ settings.color_1 }};text-align: center;}

#showcase a i {display: inline-block;margin: 10px 0 0 0;font-size: 33px;line-height: 1em;}

#showcase .banner_1 a {}
#showcase .banner_2 a {}
#showcase .banner_3 a {}
#showcase .banner_4 a {}

#showcase a:hover {}

#showcase .info h3 {font-family: 'Open Sans', sans-serif; font-size:25px; font-weight:900; text-transform:uppercase; text-align:left;}
#showcase .info p {
  font-family: 'Open Sans', sans-serif;
  font-size:14px; font-weight:bold;
  text-align:left;
  text-transform:capitalize;
  padding-bottom:3px;
  letter-spacing: 1px;
}
#showcase .banner_1 .info {left: 30px; position: absolute; top: 140px;}
#showcase .banner_1 .info span{
  color: {{ settings.banner1_bottomtext-text-color }};
  border-bottom: 1px solid #000;
  float: left; font-family: 'Open Sans', sans-serif;
  font-size: 12px; font-weight: 900;
  margin-top: 20px;
  text-transform: uppercase;
}

#showcase .banner_2 {text-align:center;}
#showcase .banner_2 .info h3 {text-align:center;}
#showcase .banner_2 .info p {text-align:center;margin-bottom: 5px;}
#showcase .banner_2 .info span{
  display: inline-block;
  border-bottom: 1px solid #000;
  text-align:center;
  color: #ff6c00;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 900;
  margin-top: 10px;
  text-transform: uppercase;
}

#showcase .banner_2 .info {position:absolute; top:170px; width:100%; text-align:center;}

#showcase .banner_3 .info {left: 55%; position: absolute; top: 130px;}
#showcase .banner_3 .info span{
  border-bottom: 1px solid #000;
  color: #ff6c00;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 900;
  margin-top: 15px;
  text-transform: uppercase;
}
#showcase .banner_3 h4 { width: 200px;}
#showcase .banner a:before {
	overflow: hidden;
	position: absolute;
	top: 0;
	content: "";
	z-index: 100;
	width: 96%;
	height: 100%;
	left: 8px;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(0.5) rotateY(180deg);
	-moz-transform: scale(0.5) rotateY(180deg);
	-ms-transform: scale(0.5) rotateY(180deg);
	-o-transform: scale(0.5) rotateY(180deg);
	transform: scale(0.5) rotateY(180deg);
  background-image:url("{{ 'plus-img.png' | asset_url }}");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #666;
}
#showcase .banner a:hover::before {
	visibility: visible;
	opacity: 0.6;
	-webkit-transform: scale(1) rotateY(0deg);
	-moz-transform: scale(1) rotateY(0deg);
	-ms-transform: scale(1) rotateY(0deg);
	-o-transform: scale(1) rotateY(0deg);
	transform: scale(1) rotateY(0deg);
}


/*Newsletter*/

.showcase_newsletter{
  margin-top: 10px;
}

.widget__newsletter{
  // background: url("{{ 'newsletter_bg.png' | asset_url }}") repeat left top transparent;
  background: {{ settings.newsletter_bg }};
  padding: 20px;
}

.widget__newsletter .widget_header,
.widget__newsletter .widget_content,
.widget__social-links .widget_header,
.widget__social-links .widget_content{}

.newsletter{
  padding: 20px 0px;
  width: 58%;
  display: inline-block;
  background:  {{ settings.newsletter_bg }};
  padding: 30px; float:left;
}

.newsletter #mc_embed_signup{background:none;}
.newsletter #mc_embed_signup form{padding:0px;}

.newsletter #mc_embed_signup .button {
border: 0 none;
overflow: hidden;
padding: 9px 13px !important;
cursor: pointer;
font-weight: bold;
  font-size:13px;
  text-transform:uppercase;
margin:0px;
margin-left: 10px;
  height:auto;
  line-height:normal;
  border-radius:0;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
transition: color 300ms ease-in-out 0s,
  background-color 300ms ease-in-out 0s,
  background-position 300ms ease-in-out 0s;
  width:auto;
  display:inline-block!important;
}

.newsletter #mc_embed_signup .button:hover {
background: {{ settings.newsletter_button_bg }};
border: 0 none;
overflow: hidden;
padding: 9px 13px !important;
cursor: pointer;
font-weight: bold;
  font-size:13px;
  text-transform:uppercase;
color:{{ settings.newsletter_button_text }};
margin:0px;
margin-left: 10px;
  height:auto;
  line-height:normal;
  border-radius:0;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
transition: color 300ms ease-in-out 0s,
  background-color 300ms ease-in-out 0s,
  background-position 300ms ease-in-out 0s;
  width:auto; display:inline-block!important;
}

.newsletter #mc_embed_signup input.email {float:left; width:30%; background: #FFFFFF;
width: 300px;
display: inline-block;
color: #a7a7a7;
line-height: 22px;
background-color: #fff;
border: none;
padding:6px 10px;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
border: none; margin:0px;}
  .newsletter #mc_embed_signup label {float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-right: 0;
    padding-top: 8px;
    position: relative;
    text-transform: uppercase;
    width: 100%;}


#mc_embed_signup_scroll {
	display: inline-block !important;
	font-size: 14px;
	letter-spacing: 1px;
	margin-right: 8px;
	text-align: center;
	text-transform: uppercase;
	width: 100% !important;
}
#mc_embed_signup_scroll label:before {
	content: "\f0e0";
	font-family: FontAwesome;
	font-size: 26px;
	font-weight: normal;
	display: block;
	margin-bottom: 24px;
}

#mc_embed_signup_scroll h5 {
	 color: #fff;
    float: none !important;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: auto !important;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    text-transform: none;
    width: 100%;
}
.template-index #mc_embed_signup_scroll input#mc-embedded-subscribe {
	background: {{ settings.newsletter_button_bg }};
	border: 0 none;
	color: {{ settings.newsletter_button_text}};
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 500;
	overflow: hidden;
	padding: 9px 15px;
	text-transform: uppercase;float: right !important; margin-top: -34px;

}
#mc_embed_signup_scroll input#mc-embedded-subscribe {
	background: {{ settings.newsletter_button_bg}};
	border: 0 none;
	color: {{ settings.newsletter_button_text}};
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	overflow: hidden;
	padding: 9px 15px;
	text-transform: uppercase;
  	float: left !important;
  	margin-top: 10px;
  	margin-left:0px;

}
#mc_embed_signup_scroll button:hover, .mc4wp-form input[type="submit"]:hover {
	background: none repeat scroll 0 0 #ef4749 !important;
}
#mc_embed_signup_scroll input:before {
	content: "\f0e0";
	font-family: FontAwesome;
	font-size: 13px;
	padding-right: 5px;
	font-weight: normal;
}
#mc_embed_signup_scroll {
	margin: auto auto 0px !important;
}
input#mce-EMAIL {
	background: none repeat scroll 0 0 #fff;
	border: medium none;
	color: #555;
	display: inline-block !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	height: 34px !important;
	line-height: 22px;
	margin: 0;
	padding-left: 10px;
	position: relative;
	right: auto;
	text-transform: none;
	top: auto;
	width: 82% !important;
	float: left;
}
/************************************* MAIN *************************************/

#main {margin-top: 20px;}

.page_title {
  margin: 0 0 0px 0;
  padding: 0px 0 13px 0;

   font-family: inherit;

}

.product-listing {}

#main_content {margin-bottom: 35px;}

#main_content .product {
    margin: 10px 0px;
    position: relative;
    text-align: center;
}
  #main_content .product.step3-3{margin-right:0px;}

#main_content .product .product_image-wrap {padding:0px; overflow: hidden; position: relative;/* margin-bottom: 15px;  */}
#main_content .special-product-block .product_image-wrap{
      padding: 0px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline;
    width: 50%;
    padding: 15px;
}
#main_content .featured-block .product_image-wrap {
    width: 30%;
    float: left;
    display: inline-block;
    padding: 0px;
    overflow: hidden;
    position: relative;
}

#special-product-slider .box-hover {
    position: absolute;
    top: 185px;
    bottom: 40px;
    float: left;
    text-align: right;
    z-index: 10;
    left: 0;
    display: none;
    margin: 0;
}
#special-product-slider .item:hover .box-hover {
    display: block;
}
#special-product-slider .item:hover .box-timer {
    display: none;
}

#special-product-slider .box-timer {
    text-align: center;
    margin-top: 13px;
    position: absolute;
    top: 65%;
    left: 52%;
}


#main_content .product .product_image-wrap a {display: block;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
      height: inherit !important;
}
#main_content .product.col-sm-4{ overflow: hidden;}
#main_content .product.col-sm-2{width: 14.5%;  overflow: hidden;}
#main_content .product.col-sm-3{width: 23%;  overflow: hidden;}
#main_content .product.col-sm-6{width: 47%;  overflow: hidden;}
#main_content .product .product_image-wrap a img { width: 100%;}
#main_content .product .product_title-wrap {margin: 15px 0 5px 0;text-align: center;line-height: 25px;}
#main_content .product .product_title-wrap a {
    font-size: 14px;
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
    color: #292b2c;
    text-transform: {{ settings.pro_title_transform }};
}
#main_content li.item:hover .product .product_title-wrap a{color: #ef4749 }
#main_content .product .product_price {margin: 6px 0 6px 0;}
#main_content .product .product_price .money {
  display:inline-block;
  padding: 0 0 0 0px;
  font-size:14px;
  font-weight:bold;
  color: {{ settings.color_6 }};}

#main_content .product .product_price form {}

#main_content .product .item-inner:hover .quickview {
    display: block;
}

#main_content .product .product_price del span.money{
  color:#999;
  margin-left:10px;
  font-weight: normal;
  display: inline-block;
  text-decoration: line-through;
}
.sale-badge {
    display: block;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 10px;
    position: absolute;
    left: 10px;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    font-family:'Open Sans', sans-serif;
    letter-spacing:1px;
}
#main_content .product .product_info {
  font-family:'Open Sans', sans-serif;
  background: {{ settings.color_1 }};
  position:absolute;
  z-index:100;
  opacity: 0; font-size:11px;
  font-weight:bold; color:{{ settings.color_13 }};
  padding:5px 30px; top:25%;
  text-transform:uppercase;
  left:50%;
  margin-left:-61px !important;
}
#main_content .product .product_info:before {content:'\f15c'; font-family: FontAwesome; margin-right:5px}
#main_content .product:hover .product_info {opacity: 1;}
#main_content .product:hover .product_info:hover{
  background:  #008fbe ;
  color:  #fff ;
}
#main_content .product .product_price .product_add {background: {{ settings.color_8 }};}
#main_content .product .product_price .product_add:hover {background: {{ settings.color_13 }};}
.index-scope .product.step4-1 {}
.collection-scope .product.step3-1 {}


#special-product-slider .product .product_title-wrap {
    text-align: left;

}
#special-product-slider .product .product_title-wrap a {
    font-size: 16px;
    color: #292b2c;
}
#special-product-slider  .product .product_price {
    text-align: left;

}
#special-product-slider  .product .product_desc{
}
#special-product-slider .product-desc {
    color: #777;
    font-size: 13px;
    text-align: left;
  display:block

}

/* Breadcrumbs*/

.breadcrumb {margin: 0px 0 0 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   background:none;
   padding:15px 0px 0px;
}
.breadcrumb a,
.breadcrumb span {font-size: 13px; color: {{ settings.breadcrumbs_txt }}; font-weight:normal;}
.breadcrumb .divider {margin: 0 7px;}
.breadcrumb > li + li:before{ display:none}
.breadcrumb .page-title {font-weight:normal; color: {{ settings.breadcrumbs_txt }};}


/************************************* PRODUCT GRID *************************************/
.page-heading {
	padding: 180px 0 80px 0px;
	background-size: cover;
	border-bottom: none;
	text-align: center;
	background-repeat: no-repeat;
	overflow: inherit;
	background-image: url(category-bg.jpg);
	background-position: bottom;
	margin-top: -125px;
}
.template-index .page-heading {display: none;}
.page-heading .page_header  h1{color: #fff;
    font-size: 52px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 0;}
.products-grid li.item .product .box-inner{position: absolute;
    top: 52%;
    left: 32%; z-index: 1; opacity:0;
}
.products-grid li.item:hover .product .box-inner{opacity:1;}
.products-grid li.item .product .box-inner .add-to-cart-btn span{ display:none;}
.products-grid li.item .product .box-inner .addToCartForm{ display: inline-block; float: left;}
.products-grid li.item .product .box-inner .contact-form{display: inline-block;}
.products-grid li.item .product .box-inner .add-to-cart-btn {
	border: 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	font-weight: normal;
	border: 1px solid #fff;
	background: none;
    height: 40px;
    line-height: 40px;
    width: 40px;
    transition: all 0.4s ease-out 0s;
	transform: scale(0);
    display: inline-block;
}
.products-grid li.item .product .box-inner .add-to-cart-btn:hover {
	background: #ef4749
}
.products-grid li.item .product .box-inner .add-to-cart-btn:before {
	content: "\f07a";
	font-family: 'FontAwesome';
	font-size: 17px;
}
.products-grid li.item .product .box-inner .contact-form button.wishlist span,
.products-grid li.item .product .box-inner a.wishlist span{ display:none;}
.products-grid li.item .product .box-inner .contact-form button.wishlist:before,
.products-grid li.item .product .box-inner a.wishlist:before{
	content: "\f004";
    font-family: 'FontAwesome';
	font-size: 14px;
}
.products-grid li.item .product .box-inner .contact-form button.wishlist,
.products-grid li.item .product .box-inner a.wishlist
{
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding:0;
	text-decoration: none;
	display: inline-block;
	border: 1px #fff solid;
	width: 40px;
    margin-left: 12px;
    background: inherit;
    height: 40px;
    line-height: 40px;
    transition: all 1s ease-out 0s;
	transform: scale(0);
}
.products-grid li.item:hover .product .box-inner .add-to-cart-btn,
.products-grid li.item:hover .product .box-inner .contact-form button.wishlist,
.products-grid li.item:hover .product .box-inner a.wishlist {transform: scale(1);}
.products-grid li.item .product .box-inner .contact-form button.wishlist:hover,
.products-grid li.item .product .box-inner a.wishlist:hover{background: #ef4749;}

#main_content .products-grid li.item:hover .product .product_image-wrap img,
#main_content .bestsell-pro .product:hover .product_image-wrap img,
#main_content .featured-pro .product:hover .product_image-wrap img,
.hot-deal .col-sm-12 .product-grid-image:hover img{
/*	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transform: scale(1.2);  */
}
#main_content .product .product_image-wrap img,
.hot-deal .col-sm-12 .product-grid-image img
{
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}
#main_content .products-grid li.item .product a.product-grid-image:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.4s ease-out 0.2s;
	-moz-transition: all 0.4s ease-out 0.2s;
	-o-transition: all 0.4s ease-out 0.2s;
	transition: all 0.4s ease-out 0.2s;
	background-color: #ccc;
}
#main_content .products-grid li.item:hover .product a.product-grid-image:before {
	left: 0px;
	top: 0px;
	margin: 0 0;
	cursor: pointer
}

#main_content .product:hover .product_title-wrap a {
    color: #ef4749;
}
/************************************* PRODUCT VIEW *************************************/

.product_wrap {padding: 0px;}
.product-view {
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.product-view .product-grid .btn.btn-info, .btn.btn-primary {
    display: block;
}
.product-tabs {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e5e5e5;
    margin: 25px 0px 0;
    padding: 8px 24px 0px;
    text-align: left;
    width: 100%;
}
#product_image-container {overflow: hidden;}
#product_image-container .product_image{ float:right; display:inline-block; width:455px;}
.product_wrap #bx-pager {  display: inline-block;
    float: left;
    margin: 0 0 15px;
    padding: 0px 0 0;
    text-align: center;
    width: 90px;}

.product_wrap .product-price {
  	padding: 0;font: bold 20px/1em 'Open Sans', sans-serif;
  	color: {{ settings.color_8 }};
}
.product_wrap .product-price .money {
  	font: bold 28px/1em 'Open Sans', sans-serif;
}
.product_wrap .product-price .compare_at_price {
    color: #ccc!important;
    text-decoration: line-through;
    font: normal 18px/1em 'Open Sans', sans-serif;
    margin-left: 20px;
    vertical-align: 2px;}

.product_wrap .variants-wrapper {padding: 15px 0 0 0;}
.product_wrap .variants-wrapper label {margin-right: 10px; width:45px;}

.product_wrap #purchase {vertical-align: top;padding: 18px 0 18px 0px; background:#fff; border-top:1px dotted #ddd;  border-bottom:1px dotted #ddd;}
.product_wrap #purchase label {display: none; }
.product_wrap #purchase #quantity {
  	background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    float: left;
    font-weight: bold;
    height: 40px;
    margin: 0 8px;
    outline: medium none;
    padding: 0;
    text-align: center;
    width: 70px;
  	border-radius: 0px;    font-size: 15px;
}



.product_wrap #purchase #add-to-cart:before {
content: "\f07a";
font-family: 'FontAwesome';
margin-right:8px;
  font-size: 18px;
}

.product-list-item .product-addto-links a.btn.btnProduct.btnWishlistAdded.added:after, .product-addto-links a.btn.added:after, .box-hover .add-to-links a.btn.added:after {
    content: "\f00c";
    font-size: 13px;
    font-weight: normal;
    font-family: FontAwesome;
}

.btn.btnProduct {
    height: 40px;
    display: block;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    margin: 0;
    background:{{ settings.cart_bg_color }};
	color:{{ settings.cart_text_color }}!important;
    font-weight: 700;
    letter-spacing: 1px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    border-radius: 100%;
    width: 40px;

}

.product-view .product-addto-links .btnWishlistAdded {color:#e33b3f!important; background:#fff!important; border-radius:0!important;display:inline-block!important; margin-left:15px;}

.product_wrap #purchase #add-to-cart {
	background:{{ settings.cart_bg_color }};
	color:{{ settings.cart_text_color }}!important;
	font-size: 14px;
	text-shadow: none;
	padding: 10px 20px;
	float: left;
	margin-top: 0px;
	font-weight: bold;
	margin-left: 10px;
	border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
  	border: 0px {{ settings.cart_bg_color }} solid;
}
.product_wrap #purchase #add-to-cart:hover {
	color: #fff;
	background-color: #000;
  	border: 0px #000 solid;
}



.product_wrap .product_details {margin: 0px 0 0 0;padding: 10px 0 15px 0;}
.product_wrap .product_details > div {padding: 5px 0 0 0;}
.product_wrap .product_details strong{display: inline-block;width:50px;}

.product_wrap #product_description {color: #222; font-size: 14px; margin: 15px 0 0; padding: 0 0 15px;}
.product_wrap #product_description h3 {padding: 15px 0 10px 0;font-size: 16px;text-transform: none;}
.product_wrap #product_description p{padding:0px; color: #222; font-size: 13px; margin: 0;}

.product_wrap .addthis_toolbox {margin: 0px 0 0 0;padding: 15px 0 0 0;border-top: 1px solid {{ settings.color_7 }};}

.product_image-additioanl a {
  display: block;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px 0 0;
}
.product_image-additioanl .active img {border:1px #ddd solid;}
.pro-reviews .spr-header-title {display:none;}
.pro-reviews .spr-summary-actions {display:none;}
.spr-container {border:none!important; padding:0px!important;}

.product_image-additioanl a img {max-width: 100%;margin-bottom:8px }

.product_wrap .page_title {
    font-size: 42px;
    margin: 0 0 2px;
    text-align: left;
    line-height: 1;
    padding-bottom: 12px;
    font-weight: 600;
    padding-right: 55px;
    letter-spacing: -1px;
}

.product_wrap select {padding:7px 10px 8px; width:150px;}

.product_wrap  .spr-badge {margin-bottom: 3px;
    margin-top: 15px;}

.spr-form input {padding: 7px;}

.spr-form-input-textarea  {padding: 7px; border:1px #ddd solid;}

.spr-button-primary {float:none}
.rw-ui-container.rw-valign-middle { display: none !important;}
 .product_wrap .spr-badge-caption  {display:inline-block; margin-left: 4px;}

.product_wrap .pagination.pagination__product li.right-arrow .right a {
	font-size: 20px;
	line-height: 22px;
	display: inline-block;
	width: 26px;
	height: 24px;
	color: #666;
	text-align: center;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	position: absolute;
	right: 15px;
	position: absolute;
	z-index: 1;
	top: 0px;
	border: 1px #aaa solid;
	-webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	-o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	box-shadow: inset 0 0 0 0 #fff;
    padding-left: 2px;
}
.product_wrap .pagination.pagination__product li.right-arrow .right a:hover {
	-webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	-o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	box-shadow: inset 0 -40px 0 0 #ef4749;
	border: 1px solid #ef4749;
    color: #fff;
}
.product_wrap .pagination.pagination__product li.right-arrow .right a:before {
	content: "\f105";
	font-family: FontAwesome;
}
.product_wrap .pagination.pagination__product li.left-arrow .left a {
	font-size: 20px;
	line-height: 22px;
	display: inline-block;
	width: 26px;
	height: 24px;
	color: #666;
	text-align: center;
	position: absolute;
	right: 45px;
	z-index: 1;
	top: 0px;
	border: 1px #aaa solid;
	-webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	-o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	box-shadow: inset 0 0 0 0 #fff;
    padding-left: 2px;
}
.product_wrap .pagination.pagination__product li.left-arrow .left a:hover {
	-webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	-o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	box-shadow: inset 0 -40px 0 0 #ef4749;
	border: 1px solid #ef4749;
    color: #fff;
}
.product_wrap .pagination.pagination__product li.left-arrow .left a:before {
	content: "\f104";
	font-family: FontAwesome;
}
.product_wrap .wishlist.btn.btn-primary:before {
	content: "\f004";
	font-family: FontAwesome;
	font-size: 14px;
	vertical-align: top;
	text-align: center;
}
.product_wrap .wishlist.btn.btn-primary span{ display:none;}
.product_wrap .wishlist.btn.btn-primary{ color: #999;  display: inline-block;
    margin-left: 10px;
    padding: 10px 15px 11px;  border: 1px #dddddd solid;}
.product_wrap .bottom_block {
    border-top: 1px dotted #ddd;
}



.product_wrap button.wishlist:before {
	content: "\f004";
	font-family: FontAwesome;
	font-size: 14px;
	vertical-align: top;
	text-align: center;
}
.product_wrap button.wishlist span{ display:none;}
.product_wrap button.wishlist{ color: #999;  display: inline-block;
    margin-left: 10px;
    padding: 11px 15px 11px 12px;background: #ffffff;
    text-transform: uppercase;
    border: 1px #dddddd solid;}

.product_wrap button.wishlist:hover{ color: #fff;
    background: #ef4749;
    border: 1px #ef4749 solid;}

.product_wrap .bottom_block {
    border-top: 1px dotted #ddd;
}


.product_wrap #purchase .dec.button, .product_wrap #purchase .inc.button{
    background-color: #fff;
    border: 1px solid #ddd;
    color: #444;
    float: left;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    padding: 5px 15px 7px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    cursor: pointer;
    border-radius: 0px;
    line-height: 25px;
}
.product_wrap #purchase .dec.button:hover, .product_wrap #purchase .inc.button:hover {
	-webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	-o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	box-shadow: inset 0 -45px 0 0 #ef4749;
	border: 1px solid #ef4749;
	color: #fff;
	background-color: #ef4749;
}

.product_wrap a.wishlist:before {
	content: "\f004";
	font-family: FontAwesome;
	font-size: 14px;
	vertical-align: top;
	text-align: center;
}
.product_wrap a.wishlist span{ display:none;}
.product_wrap a.wishlist{
  	color: #999;
  	display: inline-block;
    margin-left: 10px;
    padding: 9px 15px 9px 12px;
  	background: #ffffff;
    text-transform: uppercase;
    border: 1px #dddddd solid;
  	border-radius: 0px;
}

.product_wrap a.wishlist:hover{
  	color: #fff;
    background: #ef4749;
    border: 1px #ef4749 solid;
}
.product-view .social-links {
    float: left;
}
.product_wrap ul.social-links {
    margin-top: 20px;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
  padding-left:0px;
}
.product_wrap ul.social-links li {
    display: inline;
    border: none;
    float: left;
    width: auto;
    margin-right: 10px;
  	border: 1px #e5e5e5 solid;
    border-radius: 0%;
}
.product_wrap ul.social-links li a {

    color: #888;
    width: 40px;
    height: 40px;
    line-height: 40px;
  display: inline-block;
  text-align:center;
    font-size:14px;
}
.product_wrap ul.social-links li:hover a {

    color: #fff;
}
ul.social-links li.tile_twi:hover {
    background: #359BED;
    border: 1px #359BED solid;
}
ul.social-links li.tile_gpl:hover {
    background: #E33729;
    border: 1px #E33729 solid;
}
ul.social-links li.tile_fcb:hover {
    background: #3C5B9B;
    border: 1px #3C5B9B solid;
}
ul.social-links li.tile_pin:hover {
    background: #cb2027;
    border: 1px #cb2027 solid;
}
ul.social-links li.tile_rss:hover {
    background: #fd9f13;
    border: 1px #fd9f13 solid;
}
ul.social-links li.tile_linkedin:hover {
    background: #027ba5;
    border: 1px #027ba5 solid;
}
 ul.social-links li.tile_youtube:hover {
    background: #f03434;
    border: 1px #f03434 solid;
}
/*===========================================*/
/*Blog view*/

.latest-blog{margin-top: 0px; margin-bottom: 0px;}
.latest-blog .widget-title {
  padding: 0 0 0px 0;
    text-align: left;
    color: #000000;
    margin:0px;
      margin-bottom: 25px;
}
.latest-blog .widget-title h3 {
   border-bottom: 1px solid #e5e5e5;
    padding: 5px 0 8px;
    margin-bottom: 0px;

}
.latest-blog .widget-title h3 {
	color: #666;
	font-size: 26px;
	font-weight: bold;
	margin: auto;
	line-height: normal;
	letter-spacing: 1px;
}
.latest-blog .widget-title h3 strong {
	color: #ef4749;
	font-weight: 900;
}
.homepage_blog__article {
 padding: 0px 15px;
   width: 50%;
  float: left;
}
.homepage_blog__article .img a img{ width: 100%; margin-bottom: 0px;height: 260px;}

.homepage_blog__article .img2 a img{ width: 100%; margin-bottom: 0px;height: 260px;}

.homepage_blog__title {
	margin-top: 10px;
    margin-bottom: 10px;
    line-height: normal;
}
.latest-blog .block-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
     padding: 0px 0px 15px;
    position: relative;
    text-transform: uppercase;
}
.latest-blog .block-title h2 {
    margin: auto;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 0px;
    position: relative;
    line-height: initial;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.homepage_blog__title a {
     font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin: auto;
    padding-bottom: 6px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}
.homepage_blog__date {
     display: inline-block;
    padding-top: 18px;
    width: 100%;
    color: #5e5f5f;
    font-size: 13px;
    font-weight: normal;
}
.homepage_blog__date:before {
 /*   content: "\f073";
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  padding-right:10px;
  color:#a7a7a7;  */
}


.latest-blog .blog_inner ul li.img a{
	display: block;
	overflow: hidden;
}
.homepage_blog__article .img img {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}
.homepage_blog__article .img:hover img {
/*	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transform: scale(1.2);  */
}
.homepage_blog__article .img img {
	-webkit-transition: all 0.4s ease-in-out 0.5s;
	-moz-transition: all 0.4s ease-in-out 0.5s;
	-o-transition: all 0.4s ease-in-out 0.5s;
	-ms-transition: all 0.4s ease-in-out 0.5s;
	transition: all 0.4s ease-in-out 0.5s;
}
.homepage_blog__article .img .mask {
	background-color: #000;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in 0.4s;
	-moz-transition: all 0.3s ease-in 0.4s;
	-o-transition: all 0.3s ease-in 0.4s;
	-ms-transition: all 0.3s ease-in 0.4s;
	transition: all 0.3s ease-in 0.4s;
}
.homepage_blog__article .img:hover .mask {
	background-color: rgba(0,0,0,0.5);
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
.homepage_blog__article .img .mask {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.homepage_blog__article .img{position: relative;overflow: hidden;}








.latest-blog .blog_inner ul li.img2 a{
	display: block;
	overflow: hidden;
}
.homepage_blog__article .img2 img {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}
.homepage_blog__article .img2:hover img {
/*	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transform: scale(1.2);  */
}
.homepage_blog__article .img2 img {
	-webkit-transition: all 0.4s ease-in-out 0.5s;
	-moz-transition: all 0.4s ease-in-out 0.5s;
	-o-transition: all 0.4s ease-in-out 0.5s;
	-ms-transition: all 0.4s ease-in-out 0.5s;
	transition: all 0.4s ease-in-out 0.5s;
}
.homepage_blog__article .img2 .mask {
	background-color: #000;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in 0.4s;
	-moz-transition: all 0.3s ease-in 0.4s;
	-o-transition: all 0.3s ease-in 0.4s;
	-ms-transition: all 0.3s ease-in 0.4s;
	transition: all 0.3s ease-in 0.4s;
}
.homepage_blog__article .img2:hover .mask {
	background-color: rgba(0,0,0,0.5);
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
.homepage_blog__article .img2 .mask {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.homepage_blog__article .img2{position: relative;overflow: hidden;margin-top: 5px;}













.homepage_blog__content {
    color: #777;
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0 20px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}
.homepage_blog__article a.btn {
    font-size: 11px;
    margin: 0px;
    padding: 8px 15px;
    background: #fff;
    color: #666;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'PT Sans', sans-serif;
    display: inline-block;
    border: 1px #ddd solid;
    text-transform: uppercase;
}
.homepage_blog__article a.btn:hover {
	border: 1px solid #ef4749;
	color: #fff;
   background: #ef4749;
}

#blog{ font-family:'Open Sans', sans-serif; margin-bottom: 25px;}

#blog p {font-size:13px; line-height:1.6em; margin-top:15px; padding-bottom:0px;}

.blog-article{
   border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    padding-bottom: 30px;
}
.blog-article_title{}
.blog-article_date{}
.blog-article_read-more{
  margin-top: 10px;
}
.blog-article_meta{}

.blog-article_meta-comments {
    display: inline-block;
    float: right;
}
.blog-article_read-more.btn.btn-info{background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dddddd;
    color: #333333;
    font-size: 11px;
    padding: 10px 18px;
  text-transform: uppercase;}

.blog-article_meta-comments a {color:#999;}
.blog-article_meta-comments a:before {content:'\f075'; font-family:'FontAwesome'; margin-right:8px; color:#ccc; font-size:13px;}


.blog-article{
  border-bottom: 1px solid {{ settings.color_14 }}
  margin-bottom: 30px;
  overflow: hidden;
}
.blog-article.last {
  margin-bottom: 0;
  padding-bottom: 0;
  border:none;
}


.recent-post{
  margin: 0 0 35px;
  background: none repeat scroll 0 0 #fff;
  margin-bottom: 30px;
  position: relative;
}

.recent-post h3 {
 /*    border-bottom: 2px solid #333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
    margin: 0;
    padding: 0px 0px 10px 0px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;  */

    background: #637488;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0px 10px 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
}
.recent-post ul {
  overflow:hidden;
  margin:0px;
  text-align:left;
  padding:12px 0px 12px 0px;
  border-bottom:1px #ddd solid;
  background: none repeat scroll 0 0 #fff;
}
.recent-post ul:last-child {
  padding:12px 0px 0px 0px;
  border-bottom:0px #ddd solid;
}
.recent-post ul li {
  float:left;
  width:140px;
  padding:0px;
  margin:0px;
  text-align:left;
  display:inline;
}


.recent-post .img {
    width: 33%;
    margin-right: 10px;
}
.recent-post .img a {
  margin-bottom:0px;
}
.recent-post .img a .article-img {
  margin-bottom: 0px;
}
.recent-post .img img{height:50px}
.recent-post a {
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
}





.recent-post .img2 {
    width: 33%;
    margin-right: 10px;
}
.recent-post .img2 a {
  margin-bottom:0px;
}
.recent-post .img2 a .article-img2 {
  margin-bottom: 0px;
}
.recent-post .img2 img{height:50px}
.recent-post a {
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
}





.recent-post .blog-title {margin-bottom:5px}

 .blog-outer-container {
    margin-top: 0px;
    background: #fff;
    display: inline-block;
    margin-bottom: 40px;
/*   border: 1px #e5e5e5 solid;
    padding: 0px 15px 0px 15px;  */
}
.blog-outer-container .blog_inner{
    margin: auto -15px 0px;
}

.ttblog-content {
/*    padding: 36px 45px 36px 40px;  */
      padding: 0px 0px 0px 20px;
    display: inline-block;
    border: 1px #e5e5e5 solid;
}
.img2:after {
    border-bottom: 18px solid transparent;
    border-left: 18px solid white;
    border-top: 18px solid transparent;
    top: 45%;
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
}
.img:after {
  /* border-bottom: 18px solid transparent;
    border-right: 18px solid white;
    border-top: 18px solid transparent;
    top: 42%;
    content: "";
    margin: 0 auto;
    position: absolute;
    right: 0;  */
}
.ttblog-content .ttviews, .ttblog-content .ttcomment {
    display: inline-block;
    padding: 0 30px 0 0;
    letter-spacing: 0.4px;
    color: #e33b3f;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.ttblog-content .ttviews a, .ttblog-content .ttcomment a {
    color: #e33b3f;
}
.ttblog-content .ttviews:hover a, .ttblog-content .ttcomment:hover a {
   color: #222;
}
.homepage_blog__date .ttday_date {
    color: #333333;
    display: inline-block;
    float: none;
    font: 700 18px/26px "Roboto", Helvetica, sans-serif;
}
.homepage_blog__date .ttday_date:after {
    content: "/";
 /*   padding: 0 0 0 7px;   */
}
.homepage_blog__date .ttday_month {
    color: #888888;
    display: inline-block;
    float: none;
    margin: 0 0 0 2px;
    text-transform: uppercase;
    vertical-align: baseline;
    letter-spacing: 0.4px;
}






/*===========================================*/
/*Blog article view*/

.article-scope { font-family:'Open Sans', sans-serif; }
.article-scope p {font-size:14px; line-height:1.6em; margin-top:10px; font-family:'Open Sans', sans-serif;padding-bottom:0px;}
.article_header {overflow: hidden;margin: 0px 0 15px 0;}
.article .rte img {margin-bottom: 0px;}
.blog-article_date {width: 60px;height: 65px;float: left;margin: 0 15px 0 0;background:#ef4749;color: {{ settings.color_1 }};text-align: center; position: absolute;}
.blog-article_date span {display: block;font-weight: bold;line-height: normal;}
.blog-article_date span.day { padding: 3px 0 0px 0; font-size: 22px; font-family: "Open Sans",sans-serif;}
.blog-article_date span.month {margin:0; font-family: "Open Sans",sans-serif;}

.article_header h2.article_title,
.article_header h2.blog-article_title {
   font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 1.2em;
    margin-bottom: 0px;
    margin-top: 0;
    text-align: left;
    font-weight: 600;

}

.article_meta-comments,
.blog-article_meta-comments {padding: 0px 0 0 0;}

.article_meta-tags, .blog-article_meta-tags {
    display: inline-block;
}

.article_meta-tags span,
.blog-article_meta-tags span {display: none;}

.article_meta-tags a,
.blog-article_meta-tags a {font-size: 12px;text-decoration: underline; color:#999;}



.blog-article .rte,
.article .rte {}

.article_title{}
.article-scope .article_image{}
 .article_image{}

 .article_meta > div{}
.article-scope .article_meta .article_meta-comments{}
.article-scope .article_meta .article_meta-comments a {color:#999;}
.article-scope .article_meta .article_meta-comments a:before {
  content:'\f075';
  font-family:'FontAwesome';
  margin-right:8px;
  color:#ccc;
  font-size:13px;
}

.article-scope .article_read-more{}
.article-scope .article_meta-tags{}

.article_comments-form{}



.section-title{}

.article_image.pull-left{}
blockquote {
margin: 0 0 20px;
padding: 20px 20px 30px 67px;
border-left: 3px solid #eaeaea;
background: #f8f8f8;
margin-top:15px;
}

blockquote, blockquote p {
font-size: 14px;
line-height: 24px;
color: #5c5c5c;
font-style: italic;
font-family: Georgia, "Times New Roman", Times, serif;
position: relative;
}

blockquote:before {
content: open-quote;
display: block;
position: absolute;
left: 14px;
top: 10px;
font-family: Verdana, Geneva, sans-serif;
font-size: 72px;
line-height: 1em;
  color: #c2c2c2;}

  /*Comments*/

  .comment-form{}
  .comment-form #comment-author,
  .comment-form #comment-email,
  .comment-form #comment-body{
    width: 100%;
  }

  .comment-form #comment-body{
    height: 100px;
    margin-bottom: 20px;
  }

.article_comments-form{
  padding-bottom: 10px;
  margin-top: 0px;
  padding-top: 0px;
}
.article_comments-form .section_header{margin-top: 10px;}
.section_header {
border-bottom: 1px solid #cecece;
height: 39px;
margin-top: 20px;
}

.section-title{
    color: #000;
    font-family: 'PT Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    padding: 0px 0px 10px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px #e5e5e5 solid;
}

.section_content{
  padding-top: 8px;
}

.comment-submit {}

#comments {padding-top: 15px;}
#comments ul {list-style: none;padding: 0;}
#comments ul h3.comment-author {font-weight: bold;}

/*===========================================*/
/*Page scopre*/

.page_image{}
.page_image img{}
.page-row{}

.page_content .rte .row img {width: 100%;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}


/*===========================================*/
/*Customer pages*/

#customer_login {}


#customer_login label,
#recover-password label {display: block;padding: 10px 0 0 0;}

#customer_login input[type="text"],
#customer_login input[type="email"],
#customer_login input[type="password"],
#recover-password input[type="text"],
#recover-password input[type="email"],
#recover-password input[type="password"] {
width: 100%;
}

#forgot_password {padding: 15px 0 0 0;}

#customer_login .action_bottom,
#recover-password .action_bottom {padding-top: 15px;}

#customer_login .action_bottom .btn, #recover-password .action_bottom .btn {
    margin-right: 7px;
}

#customer_login .action_bottom a,
#recover-password .action_bottom a {margin-left: 7px;}


#recover-password p {padding: 10px 0 0 0;}

.errors {margin: 15px 0 0 0;}



 /*Orders*/

#customer_orders table {width: 100%;margin: 10px 0 0 0;}

#customer_orders table tr th {padding: 5px;border-bottom: 1px solid {{ settings.color_13 }}color: {{ settings.link_color }};font-size: 15px;}
#customer_orders table tr td {padding: 5px;border-top: 1px solid {{ settings.color_14 }};}

#customer_orders table span.total.money {font: bold 20px 'Trebuchet MS';color: {{ settings.color_14 }}}

#order_details {width: 100%;margin: 10px 0 0 0;}
#order_details th {padding: 5px;border-bottom: 1px solid {{ settings.color_13 }}color: {{ settings.link_color }};font-size: 15px;}

#order_details tbody tr,
#order_details tfoot tr {border-top: 1px solid {{ settings.color_14 }};}

#order_details td {padding: 5px;}

#order_details .money {font: bold 20px 'Trebuchet MS';color: {{ settings.color_14 }}}



.email.note {padding: 10px 0 0 0;font-weight: bold;}
.address.note p {padding: 0 0 5px 0;}



/*Address*/

#address_tables h4.address_title {padding: 15px 0;font-weight: bold; font-size:14px;}

.view_address {}
.view_address p {margin: 3px 0 0 0;padding: 0;}

.form-horizontal .control-group labels {margin: 0;}
.form-horizontal .control-group .controls {}

.form-horizontal label {margin-bottom: 7px !important;padding-top: 15px !important;}

.form_customer .action_bottom {padding: 15px 0 0 0;}

.form-control {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
 border-radius: 0;
 box-shadow: none;
}

#customer_detail h2.name {margin: 0 0 10px 0;padding: 0px 0 10px 0; font:normal 20px/1em 'Open Sans', sans-serif}
#customer_detail h2.name a {float: right;color: {{ settings.color_3 }}}
#customer_detail h2.name a:hover {color: {{ settings.color_2 }};}

#customer_detail p {padding: 0 0 2px 0;}



#order_address {}

#order_address #order_payment,
#order_address #order_shipping {padding-top: 15px;}

#order_address #order_payment > div,
#order_address #order_shipping > div {padding: 15px;border: 1px solid {{ settings.color_14 }};}

#order_address h5 {margin: 0 0 10px 0;font-weight: bold;color: {{ settings.color_2 }}text-transform: uppercase;}
#order_address .address.note p {margin: 0 0 10px 0;padding: 0;}


.control_checkbox,
.control_submit {padding: 8px 0 0 0;}


#admin_header .page_title a {float: right;font-size: 18px;text-transform: none;}
#admin_header .page_title {    overflow: hidden;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;}


/*===========================================*/
/*Cart pages*/



.cart-list {overflow: hidden;}

.cart-list > .row {padding-top: 15px;padding-bottom: 15px;border-bottom: 1px solid {{ settings.color_14 }};}

.cart-list .item_image {text-align: center;}
.cart-list .item_image a img {}

.cart-list .item_remove {margin: 0px 0 0 10px;}
.cart-list .item_remove a {font-size: 20px; color: {{ settings.color_3 }}}
.cart-list .item_remove a:hover{color: {{ settings.color_10 }}}
.cart-list .item_remove a img {width: 100%;}
.cart-list .item_remove a:before {
content: "\f014";
font-family: FontAwesome;
font-size: 16px;
}

.cart-list .row h3.item_vendor {padding: 10px 0;border-bottom: 1px solid {{ settings.color_14 }};font-size: 16px;color: #888;}

.cart-list .item_price {padding: 10px 0 0 0;}
.cart-list .item_price label {padding: 0;}

.cart-list .item_price .price,
.cart-list .item_price .total h3 {font:bold 16px/1em 'Open Sans', sans-serif; color: {{ settings.color_14 }}}

.cart-list .item_price .total {text-align: right;}
.cart_subtotal p {text-align: right; padding-right:12px; padding-top:12px; background-color: #f7f7f7;}
.cart_subtotal .btn {margin-left:2px; margin-right:2px;}
.cart-list .item_price .input-small {width: 60px !important;height: 37px;display: inline-block;padding: 5px;text-align: center;}
.btn-active {color: #fff!important; }
.cart_subtotal h3 {
  margin: 0 0 0px 0;
  padding: 15px 12px;
  border-bottom: 1px solid {{ settings.color_14 }};
  font: bold 15px 'Open Sans', sans-serif;
  color: {{ settings.color_2 }};
  text-transform: uppercase;
}
.cart_subtotal h3 em {float: right; color: {{ settings.color_6 }}; font-size: 20px; font-family: 'Open Sans', sans-serif;}

.cart_instructions { margin: 15px auto;}
.cart_instructions h4 {padding: 15px 0;font-weight: bold;color: {{ settings.color_2 }}}
.cart_instructions textarea {width: 100%;}
.cart-list .item_title {font-family:'Open Sans', sans-serif; font-size: 14px; color:#333; font-weight: normal; }
.cart-list .item_vendor {    font-size: 12px;
    color: #999;
    font-weight: normal;
    line-height: normal;
    margin-top: 5px;}
.cart-list .form-control {padding: 2px 0 2px 8px;; border: 1px solid #e5e5e5 !important;border-radius: 0;}
.cart-list label {padding:0px}
.cart_subtotal em{font-style:normal}

.data-table .money {
    font-size: 12px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #e33b3f;
}

#payment-methods {overflow: hidden;padding: 15px 0 0 0;}

#shopping-cart-table {
	border: 0px solid #eaeaea;
	width: 100%;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
}

#shopping-cart-table td {/*vertical-align:top;  */}
  .cart_subtotal{border: 0px solid #eaeaea;border-right:none;border-left:none;}
#shopping-cart-table input.qty {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #ddd;
	font-size: 15px;
	font-weight: normal;
	margin: 0 !important;
	outline: medium none;
	padding: 8px 5px 8px 12px;
	width: 25px;
}
#shopping-cart-table a.remove-item {
	background-color: #fff;
	background-image: none;
	color: #333;
	cursor: pointer;
	padding: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	text-decoration: none;
	float: left;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border: none;
}
#shopping-cart-table a.remove-item span {
	display: none
}
#shopping-cart-table a.remove-item:before {
	content: "\f014";
	font-family: FontAwesome;
	font-size: 14px;
}
#shopping-cart-table a.remove-item:hover {
	padding: 0px;
	color: #007fb8;
}
#shopping-cart-table .remove-item span span {
	display: none;
}
#shopping-cart-table tfoot tr td.last {
	border-top: 2px solid #eaeaea;;
}
#shopping-cart-table dl {
	margin: 0;
	padding: 0;
}
#shopping-cart-table .item-options dd {
	color: #CCCCCC;
	margin: 0;
}
#shopping-cart-table h4 {
	font-size: 12px;
	font-weight: 900;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase
}
#shipping-zip-form .form-list label {
	display: block;
}
#shopping-cart-table .cart-price .price {
	font-size: 12px;
}

#shopping-cart-table .sca-qv-button-wrap{display: none;}
.data-table {
	border: 1px solid #E5E5E5;
	border-spacing: 0;
	text-align: left;
}
.data-table thead tr, .data-table tfoot tr {
	background-color: #fff;
}
 .data-table thead tr, .data-table thead td, .data-table tfoot th, .data-table tfoot td, .cart .totals table th, .cart .totals table td {
    border-bottom:2px solid #eaeaea;
    border-top: 2px solid #eaeaea;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}
.data-table thead th, .data-table thead td, .data-table tfoot th, .data-table tfoot td, .cart .totals table th, .cart .totals table td {
	color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 20px;
 /*   text-transform: uppercase;  */
}
.data-table tbody th, .data-table tbody td {
	border-right: 0px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 10px 6px;
}
.cart-table tbody th, .cart-table tbody td {
	border-right: 0px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.data-table tbody th.last, .data-table tbody td.last {
	border-right: 0px solid #eaeaea;
}
.data-table tbody tr.last th, .data-table tbody tr.last td {
	border-bottom: 1px solid #eaeaea;
}
.data-table .price {
	font-size: 13px;
	font-weight: normal;
	color: #007fb8
}
.data-table .total-price .price, .cart .totals table tfoot td .price, .compare-table .price {
	color: #333;
}
.item-options dd {
	color: #565656;
	margin: 0;
}
.compare-table th {
	color: #565656;
}
.compare-table tr.odd th {
	background-color: #ececec;
}
.compare-table tr.even th {
	background-color: #e5e5e5;
}
.compare-table tr.even td {
	background-color: #f7f7f7;
}

.data-table th {
line-height: 20px;
padding: 8px;
font-weight: bold;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
}

  .data-table .item_image img{width:75px}

/*===========================================*/
/*Contacts page*/

.contact-scope iframe{
  width:100%;
  height:350px;
  border: 1px solid {{ settings.color_14 }}
}

.contact-scope {float:left; width:50%;}
.google-map {float:right; width:45%;}

.contact-form label {}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="telephone"],
.contact-form textarea {width: 100%;}



.contact-form .btn-toolbar {padding: 15px 0 0 0;}

.contact-form .alert {margin: 15px 0 0 0;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
        border-radius: 0;
}

.contact-scope .page_header {border-bottom:1px solid #e5e5e5; padding-bottom:0px;


}



/*===========================================*/
/*Search page*/

#searchresults {margin: 0;}

#searchresults .search-form {}
#searchresults .search-form label {display: block;}
#searchresults .search-form input[type=text] {min-width: 45%;height: 33px;margin:0;padding: 5px;}
#searchresults .search-form input[type=submit] {vertical-align: top;margin:0;padding: 8px 20px;}

#searchresults input {width: auto;}

ul.search-results {
    padding: 0;
    margin: 0px -10px;
}
ul.search-results li {margin: 0;padding: 0;overflow: hidden; display:inline-block; width:31%}
ul.search-results li a {font:normal 14px/1em 'Open Sans', sans-serif;
  margin-bottom: 0 !important;}
.search-result_image {padding: 0 15px 0 0;}
#searchresults h3 {margin-bottom:10px}
#searchresults li {margin: 0px 0;clear: left;padding-bottom:15px;}

ul.search-results .color-swich {height:0px}
ul.search-results .sca-qv-button {display:none!important}


/*==================================================================*/
/*logo brand*/
/*==================================================================*/
.brand-logo {
 margin: auto;
 clear: both;
 margin-top: 20px;
  padding-bottom: 10px;
}

.logo {
  background:#ffffff;
  	padding: 0px 10px;
    position: relative;
    margin-top: 8px;
    padding-bottom: 20px;
    background-color: #fff;
     padding-right:0px;
}
.brand-logo .block-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    padding: 0px 0px 8px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}
.brand-logo .block-title h2 {
     text-align: left;
    text-transform: uppercase;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    padding-left: 15px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing:0.5px;
    color:{{settings.brandlogo_title-text-color}};
}

.logo-item {
    border: 1px #e5e5e5 solid;
    line-height: 85px;
    margin-bottom: 22px;
}
.brand-logo .slider-items-products .item {
    text-align: center;
    margin: 0 9px 0px 10px;
}
#brand-logo-slider {
    background: none repeat scroll 0 0 #ffffff;
  /*  padding: 20px 15px;  */
}

.brand-logo .slider-items-products .owl-buttons .owl-next {
 position: absolute;
 right: -85px;
 top: 20px;
}
.brand-logo .slider-items-products .owl-buttons .owl-prev {
  left: -66px;}
.brand-logo .owl-buttons .owl-next a:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f105";
	text-transform: none;
	font-size: 24px;
	line-height: 38px;
}
.brand-logo .owl-buttons .owl-prev a:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f104";
	text-transform: none;
	font-size: 26px;
	line-height: 38px;
}
.brand-logo .owl-buttons a {
	background: #fff;
	display: block;
	height: 40px;
	margin: 0px 0 0 -30px;
	position: absolute;
	top: 40%;
	width: 40px;
	z-index: 5;
	color: #666;
	border: 1px #666 solid;
	-webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	-o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	box-shadow: inset 0 0 0 0 #fff
}


.brand-logo .owl-buttons a:hover {
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	-o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	box-shadow: inset 0 -40px 0 0 #ef4749;
	border: 1px solid #ef4749
}

.faq {padding-top:8px}

/*==================================================================*/
/*Testimonial row*/
/*==================================================================*/
.testimonials {
/*  background: {{ settings.testimonial_bg_color }} ;  */
/*    padding: 20px 45px;   */
    padding: 48px 0px;
    text-align: center;
    min-height: 365px;
/*    box-shadow: 0 5px 0 rgba(122,177,61,.2);   */
    text-align: center;

}
.testimonials .inner-block {
 /*     margin-bottom: 40px;  */
    padding-top: 15px;
    padding-bottom: 0px;
}
.testimonials .product-flexslider {margin:0px}
.testimonials img {
 	 border-radius: 70px;
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
    border: 5px #6d9f35 solid;
}
.testimonials .testimonials-text {
/*  margin-top:15px; font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 15px;  */

   display: block;
    padding: 14px 20px;
    line-height: 34px;
    background-color: #728090;
    color: #fff;
    text-decoration: none;
      margin-bottom: 11px;
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;

}
.testimonials .testimonials-text:hover {
  background-color: #4a4a4a;
    color: #fff;
}


.testimonials .testimonials-text .icon icon-anchor:before {
    content: "\e029";
    color: #fff;
      margin-right: 6px;
}
.testimonials .testimonials-text2 .fa fa-bullhorn:before {
    content: "\f0a1";
    color: #4c4c4c;
      margin-right: 6px;
}
.testimonials .testimonials-text2 .fa fa-bullhorn:hover before {
     color: #fff;
}

.testimonials .testimonials-text2 .icon icon-anchor:before {
    content: "\e029";
    color: #4c4c4c;
      margin-right: 6px;
}
.testimonials .testimonials-text2 .icon icon-refresh:before {
    content: "\e098";
    color: #4c4c4c;
      margin-right: 6px;
}
.testimonials .auther-name1:after {
    content: " ";
    display: table;
}
.fa-bullhorn:before{
  margin-right: 5px;
}
/*.icon-anchor:before{
  margin-right: 5px;
}
.icon-anchor:before{
   margin-right: 5px;
}  */
.testimonials-text .icon-anchor:before {
    content: "\e029";
    color: #fff;
}
.testimonials-text2 .icon-anchor:before {
    content: "\e029";
}
.icon-refresh:before{
  margin-right: 5px;
}

.testimonials .testimonials-text2 {
    display: block;
    padding: 14px 20px;
    line-height: 34px;
    text-decoration: none;
    margin-bottom: 5px;
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    background-color: #e7e7e7;
    color: #4c4c4c;
}
.testimonials .testimonials-text2:hover {
    background-color: #4a4a4a;
    color: #fff;
}


.testimonials .owl-pagination { bottom: -18px; text-align: center; position: absolute; left:0; background:none; margin-left:0; top:auto; right:auto; width: 100%;}

.testimonials .testo-name {
 /* font-size: 12px; font-family: 'Open Sans', sans-serif;
  font-weight: 700; */

  padding: 5px 20px;
    color: #646464;
    font-size: 14px;
    /* float: left; */
    text-align: left;
}

 .testimonials .testo-name1 {
    padding: 6px 0 0;
    font-style: italic;
    font-size: 13px;
    text-align: left;
    margin-left: 30px;
}
.testimonials .testo-name1:before {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 6px;
    display: inline-block!important;
    cursor: pointer;
    line-height: 20px;
    color: #646464;
    margin-right: 10px;
    vertical-align: top;
}

.testimonials .testo-name span {font-size: 11px; font-family: 'Open Sans', sans-serif; font-weight: normal; display: inline-block; margin-left: 7px}
.testimonials .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px #fff solid;
  background: #fff !important;
}

.testimonials .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:none;
  border: 1px #fff solid;
}
.testimonials .owl-theme .owl-controls .owl-page {
    margin: 0px;
}
.testimonials .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #fff !important;
}



/*==================================================================*/
/*Footer row*/
/*==================================================================*/

#footer {position:relative; display:block; width: 100%;}
#footer .container {font-size:13px; position:relative}
.footer-top {width:100%; overflow:hidden; height:80px;}
/*footer-block*/

.footer-container {
    padding: 0px;
    overflow: hidden;
 /*   background:url({{ 'footer-bg.jpg' | asset_url }}) no-repeat bottom left;  */
  background: url({{ 'footer-img1.png' | asset_url }}) no-repeat bottom left;
    position: relative;
}
#footer .container a {
    color: #aaaaaa;
    font-size: 13px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
/*    line-height: 26px;  */
}

.footer-container h3 {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
/*    font-family: 'Open Sans', sans-serif;  */
    letter-spacing: 0.5px;
    margin: 0px;
    margin-top: 15px;
}

.bottom_block_5{padding: 0px;}
.bottom_block_2 { padding: 0px;}

#bottom {padding: 40px 0 40px 0; overflow:hidden;}
#bottom h3 {
  line-height: normal;
  letter-spacing: 1px;
  margin: 0;
  padding: 0px 0 10px 0;
  font-family:'Open Sans', sans-serif;
  color: {{ settings.footer-heading-color }};
  text-transform: uppercase;
  font-size:12px;
  font-weight:bold;}

.bottom_block_1 p {
  margin: 0;
  padding: 5px 0 5px 0;
  font-weight: normal;
  color: {{ settings.footer_text_color }};
  font-family:'Open Sans', sans-serif;
  font-size:12px;
}

#bottom ul {padding:0;}
#bottom ul li {padding: 0px 0 0 0;line-height: 1em;}
#bottom ul li a {
  font-family:'Open Sans', sans-serif;
  color: {{ settings.footer-link-color }};
  font-size:13px;
  padding: 7px 0 7px 0;
  font-weight: normal;
  display:inline-block;
}
#bottom ul li a:hover {color: {{ settings.color_1 }};}
.bottom_block_2 a:before,.bottom_block_3 a:before,.bottom_block_4 a:before {
/*content: "\f105";
font-family: FontAwesome;
font-size: 13px;
display: inline-block!important;
cursor: pointer;
line-height: 20px;
margin-right: 1px; */
}
.co-info {
    display: block;
    margin: auto;
    font-style: normal;
    line-height: 35px;
    color: #777;
  /*  padding-top: 5px;  */
    text-align: center;
 /*   margin-bottom: 40px;  */
    font-size: 13px;
    border: none;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-align: center;
}

.co-info p.adr {
  	margin: 0;
  	padding: 14px 0 0 0;
  	font-size:13px;
    font-family: 'Open Sans', sans-serif;
    padding: 30px 20px 40px;
    background: #c97278;
    color:#fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;

}
.co-info p.tel {
  	margin: 0;
 	padding: 14px 0 0 0;
  	font-size:13px;
   font-family: 'Open Sans', sans-serif;
   padding: 30px 20px 40px;
  background: #c0ab90;
  color:#fff;
  font-weight: 600;
}
.co-info p.email {
  	margin: 0;
 	padding: 14px 0 10px 0;
  	font-size:13px;
    font-family: 'Open Sans', sans-serif;
    padding: 30px 20px 40px;
    background: #7f8fa0;
    color:#fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
}
.co-info p.email a {
    color: #fff!important;
    font-weight: 600!important;
}

.co-info i {
 /*   border: 2px #888 solid;  */
     color:#fff;
    width: 100%!important;
 /*   line-height: 33px!important;  */
 /*   display: inline-block;  */
    height: 35px!important;
    text-align: center;
/*    margin-left: 20px!important;
    border-radius: 25px;
    margin-right: 5px!important;  */
    vertical-align: top;
}
.add-icon:before {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 33px;
    display: inline-block;
    font-style: normal;
    text-align: center;
    width: 100%;

}

.phone-icon:before {
content: "\f095";
font-family: FontAwesome;
font-size: 33px;
font-style: normal;
text-align: center;
   display: inline-block;
  width: 100%;



}

.email-icon:before {
content: "\f0e0";
font-family: FontAwesome;
font-size: 33px;
font-style: normal;
text-align: center;
   display: inline-block;
  width: 100%;

}

#footer .container .copyright{
  padding: 5px 0 0px 0px;
  overflow: hidden;
  margin: auto;
  font-size:12px!important;
  text-align: center;
  color:#666;
  letter-spacing:1px;
}



/*social-links*/  /*
#footer .social-links ul {
   display: block;
    margin-bottom: 15px;
    margin-top: 12px;
    overflow: hidden
}

#footer .social-links ul li {
  	display: inline;
  	border:none;
	float: left;
	width: auto;
	margin-right: 5px;
}
#footer .social-links ul li:last-child{margin-right: 0px;}
#footer .social-links ul li a {
 border-radius: 20px;
    color: #666;
    width: 37px;
    height: 37px;
    line-height: 37px;
    border: 1px #333 solid;}

#footer .social-links ul li a:hover {color: #fff; border-width:1px; border-color:transparent;}
#bottom .social-links h3{ margin-top: 22px;
    padding-bottom: 0px;}
#footer .social-links ul li.tile_twi:hover {background:#359BED;border-radius: 20px; }
#footer .social-links ul li.tile_gpl:hover {background:#E33729;border-radius: 20px; }
#footer .social-links ul li.tile_fcb:hover {background:#3C5B9B; border-radius: 20px;}
#footer .social-links ul li.tile_pin:hover {background:#cb2027;border-radius: 20px;}
#footer .social-links ul li.tile_rss:hover {background:#fd9f13;border-radius: 20px;}
#footer .social-links ul li.tile_linkedin:hover {background:#027ba5;border-radius: 20px;}
#footer .social-links ul li.tile_youtube:hover {background:#f03434;border-radius: 20px;}

#footer .social-links ul a{font-size: 16px;
line-height: 35px;
display: inline-block!important;
width: 35px;
height: 35px;
color: #fff;
text-align: center;
padding: 0;}    */


  .social-links{
    float: right;
    overflow: hidden;
    float: right;
  /*  padding-right: 12px;
    padding-top: 8px;  */
    width: auto;
  }
 .social-links ul {
   display: block;
 /*   margin-bottom: 15px;
    margin-top: 12px;  */
    overflow: hidden
}

 .social-links ul li {
  	display: inline;
  	border:none;
	float: left;
	width: auto;
	margin-right: 10px;
}
 .social-links ul li:last-child{margin-right: 0px;}
 .social-links ul li a {
/* border-radius: 20px;  */
    color: #ccc;
/*    width: 37px;
    height: 37px;
    line-height: 37px;
    border: 1px #333 solid;  */}

 /*.social-links ul li a:hover {color: #fff; border-width:1px; border-color:transparent;}  */
#bottom .social-links h3{ margin-top: 22px;
    padding-bottom: 0px;}
 .social-links ul li.tile_twi a:hover  {color:#359BED;border-radius: 20px; }
 .social-links ul li.tile_gpl a:hover {color:#E33729;border-radius: 20px; }
 .social-links ul li.tile_fcb a:hover {color:#3C5B9B; border-radius: 20px;}
 .social-links ul li.tile_pin a:hover {color:#cb2027;border-radius: 20px;}
 .social-links ul li.tile_rss a:hover {color:#fd9f13;border-radius: 20px;}
 .social-links ul li.tile_linkedin a:hover {color:#027ba5;border-radius: 20px;}
 .social-links ul li.tile_instagramm a:hover {color:#5484ab;border-radius: 20px;}
 .social-links ul li.tile_youtube a:hover {color:#f03434;border-radius: 20px;}

 .social-links ul a{font-size: 16px;
 /* line-height: 35px;  */
  display: inline-block!important;
  width: 22px;
/*  height: 35px;
  color: #fff;
  text-align: center; */
  padding: 0;}


footer .newsletter-row {
    overflow: hidden;
    padding: 32px 0 22px;
    width: 100%;
}

 .footer-bottom {
 /*   background-color: #060606;
    margin: auto;
    overflow: hidden;
    padding: 5px 0;
    width: 100%; */

   background-color: #4a4a4a;
    margin: auto;
    overflow: hidden;
    padding: 15px 0;
    width: 100%;
    margin: auto;
}
.footer-bottom a {
    color: #999!important;
}



#links_block_left.block.col-md-4.links {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    background: none;
}
#links_block_left.block.col-md-4.links #tm_blocklink {
    display: block;
    text-align: center;
 /*   margin: 0 0 5px 0;  */
}
#tm_blocklink > li:first-child {
    background: none;
    padding-left: 0;
}
#tm_blocklink > li:last-child {
    border-right: none;
}
#tm_blocklink > li {
    display: inline-block;
    padding: 0 11px 0 14px;
    background: rgba(0, 0, 0, 0) url(../images/pipe.jpg) no-repeat scroll left center;
    margin-right: 0;
    border-right: 1px solid;
    line-height: 9px;
}
.footer-container li {
    /* margin-bottom: 0; */
}







/*Widget Styles*/


.widget h2 {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px !important;
	font-weight: bold;
	letter-spacing: normal;
	margin-top: 0;
	padding: 6px 15px 3px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
    line-height: 20px !important;
}
  .widget h2:after {
	content: '\f0d7';
	font-family: FontAwesome;
	display: block;
	position: absolute;
	top: 24px;
	text-align: center;
	left: 50%;
	font-size: 12px;
}

.widget.widget__best-sellers h2 strong {
      font-weight: 900;
}
.widget__types h3 {
     background: {{ settings.product-types-heading-bg }};
    border-bottom: 1px solid #e5e5e5;
    color: {{ settings.product-types-heading-txt-color }};
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height:20px;
    margin: 0;
    padding: 15px;
    text-transform: uppercase;
}


.widget.widget__collections {
  	display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
}

.widget.widget__banner {
  	display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    border: 0px solid #e5e5e5;
    background: inherit;
}
.widget.widget__banner img{max-width: 100%;}
.widget{
  	margin: 0 0 35px;
  	background-color: #fff;}
.widget__best-sellers h3 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 10px 0px 0px 0px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-top: 0px;
   padding: 0px!important;
}
#best-seller-block .owl-item .item {
    margin: 0 15px;
}
.widget__best-sellers .widget_header {
  border:none;
}

.widget__featured-pro .widget_header{
  padding: 0 0 0px 0;
  text-align: left;
  border-bottom: 0px solid #eee;
  color: #000000;
  margin: 15px 0px 10px 0px;
}
.widget__new-pro .widget_header {padding: 0 0 0px 0;  text-align: left; color: #000000;  margin: 35px 0px 20px 0px;}
.widget__new-pro .item {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 1px 4px #999;
    margin-bottom: 4px;
    margin-top: 4px;
    display: inline-block;
}
  #main_content .widget__new-pro .product{margin: 0px 0 20px;}
.widget .category {
  margin-bottom:0px;
  position:relative;
}
.widget .category h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
  /*  line-height: normal;  */
    line-height: 1.6em;
    margin: 0;
    padding: 0px 0 10px;
    text-transform: uppercase;
}
.widget .widget_header {
/*  margin-bottom:5px;  */
  position:relative;
}
.widget .widget_header h3 {
    font-size: 12px;
    font-weight: bold;
   padding: 10px 0px 10px 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
      border: none;
}



/*Collections*/
.widget__collections {   background: none repeat scroll 0 0 #fff;
    border-radius: 5px 5px 0 0;padding-bottom:1px;}
.widget .widget_content {
    padding-top: 10px;
    padding-left: 15px;
    padding-right:15px;
    border: 1px #e5e5e5 solid;
    border-top: none;
  padding-bottom:15px
}
.widget__collections ul li {
    margin: 0px;
  	padding:0px;
}
.widget__collections ul li:last-child {}
.widget__collections ul li + li {}
.widget__collections ul li a { font-weight: 600;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    padding-left: 0px;

}
.widget__collections ul li a:before {
  	content: '\f105';
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 5px;
    color: #999 !important;
    font-weight: normal;
}
.widget__collections ul li.active a {color: {{ settings.link_color_act }};}


/* Best sellers*/

.widget__best-sellers .widget_content {padding-top:10px; padding-left:0px!important; padding-bottom:0px!important;  padding-right:0px!important; border: none!important;}
.widget__banner .widget_content {padding-top:0px!important;padding-left:0px!important; padding-right:0px!important; padding-bottom:0px!important; border: none!important;}
.column .widget .product-listing {margin: 0;}

.column .widget .product {width: 100% !important;overflow: hidden;float: none;margin: 0px 0 0 0;padding: 0;}

.column .widget .product .product_image-wrap {margin:0px 0px 0px 0;padding: 0;}
.column .widget .product .product_image-wrap a {display: block;}
.column .widget .product .product_image-wrap a img {
    width: 100%;
    transform: translateZ(0px);
    transition-duration: 500ms;
    transition-property: transform;
}

.column .widget .product .product_title-wrap {margin: 10px 0 5px 0;text-align: center;line-height: 20px;}
.column .widget .product .product_title-wrap a {font:normal 14px 'Open Sans', sans-serif;}

.column .widget .product .product_price {margin:10px 0 10px 0;}
.column .widget .product .product_price .money {
  display: inline-block;
  padding: 0 0 0 0px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;color:{{ settings.color_6 }};
}
.column del span.money {
    color: #999 !important;
    margin-left: 10px;
    font-weight: normal !important;
    display: inline-block;
    text-decoration: line-through;
}

.column .widget .product .product_price a,
.column .widget .product .product_price input{
  width: 41px;
  height: 40px;
  display: block;
  float: right;
  border: none;
  border-left: 1px solid {{ settings.color_1 }};
  font: 20px/40px "FontAwesome";color: {{ settings.color_1 }};
  text-align: center;
}

.column .widget .product .product_price form {float: right;}

.column .widget .product .product_price .product_info {background: {{ settings.color_11 }};}
.column .widget .product .product_price .product_info:hover {background: {{ settings.color_13 }};}
.column .widget .product .product_price .product_add {background: {{ settings.color_8 }};}
.column .widget .product .product_price .product_add:hover {background: {{ settings.color_13 }};}

.column .widget .product .product_info {
  font-family:'Open Sans', sans-serif;
  background: {{ settings.color_1 }};
  position:absolute; z-index:100;
  opacity: 0; font-size:11px;
  font-weight:bold;
  color:{{ settings.color_13 }};
  padding:5px 30px;
  top:25%;
  text-transform:uppercase;
  left:50%;
  margin-left:-61px !important;
}
.column .widget .product .product_info:before {content:'\f15c'; font-family: FontAwesome; margin-right:5px}
.column .widget .product:hover .product_info {opacity: 1;}
.column .widget .product:hover .product_info:hover{  background:  #008fbe ;  color:  #fff ;}

/* Newsletter*/

#mailing-list-module{}
#mailing-list-module form{ }

/*Payment Methods*/
#footer #payment-methods{
    margin-bottom: 0;
    padding-top: 0;}
#payment-methods{ margin-bottom: 25px; padding-top: 8px;}
#payment-methods ul{
  margin:0;
  padding:0;
}
#payment-methods ul li{
  list-style:none;
  display:inline-block;
  padding: 0 6px 10px 0px;
}

/*Social Links*/

.widget__social-links{}
.widget__social-links .widget_title{ padding-bottom: 5px;}

.social-links-list{
  margin: 0;
  padding: 0;
}
.social-links-list li{
  list-style: none;
  margin: 0;
  padding: 4px;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
}
.social-links-list li a{}
.addthis_toolbox{
  padding: 20px 0px 0px;
}

.social-links-list li a.twitter{}
.social-links-list li a.google-plus{}
.social-links-list li a.facebook{}
.social-links-list li a.linkedin{}
.social-links-list li a.twitter{}
.social-links-list li a.pinterest{}
.social-links-list li a.rss{}

.documentation img{
  padding: 6px;
  border: 1px solid {{ settings.color_14 }};
  width:auto;
  max-width:100%;
}

#payment-methods img {
    margin-left: 0px;
    opacity: 0.7;
}
#payment-methods img:hover {
      opacity: 1;
}
/*custom-block*/
#slider_wrap.container{width:100%; padding:0px;margin-top: -80px;}
  #slider_wrap.container .row{margin:auto; }
  #slider_wrap.container .row .col-lg-12{ padding:0px;}
.RHS-banner {
	margin-top: 15px;
	position: relative;
	height: 460px;

}
.RHS-banner a:before {
	overflow: hidden;
	position: absolute;
	top: 0;
	content: "";
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(0.5) rotateY(180deg);
	-moz-transform: scale(0.5) rotateY(180deg);

	-ms-transform: scale(0.5) rotateY(180deg);
	-o-transform: scale(0.5) rotateY(180deg);
	transform: scale(0.5) rotateY(180deg);
	 background-image:url("{{ 'plus-img.png' | asset_url }}");
	 background-repeat: no-repeat;
	 background-position:center;
	background-color:#666;
}
.RHS-banner a:hover::before {
	visibility: visible;
	opacity: 0.6;
	-webkit-transform: scale(1) rotateY(0deg);
	-moz-transform: scale(1) rotateY(0deg);
	-ms-transform: scale(1) rotateY(0deg);
	-o-transform: scale(1) rotateY(0deg);
	transform: scale(1) rotateY(0deg);

}

.RHS-banner .info {position:absolute; top:50px; left:30px;}
.RHS-banner .info h3{
  font-family: 'Open Sans', sans-serif;
  font-size:30px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:-0.5px;
}
.RHS-banner .info p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  width: 200px;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 3px;
}
.RHS-banner .view-btn {
  display:block;
  background: #fdd922;
  padding: 8px 12px;
  font-size: 11px;
  text-align: center;
  color: #333;
  font-weight: bold;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  border: 2px solid #eac611;
  font-family: 'Open Sans', sans-serif;
}

  /*custom-block offer text*/

.header-service {
padding: 20px 0px 30px;
font-family: 'Open Sans', sans-serif;
letter-spacing: 0.5px;
clear: both;
text-transform: uppercase;
font-size: 11px;
}
.header-service span{
  	font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 3px;
    margin-top: 5px;
    color: {{ settings.block_text_color }};
    text-transform: uppercase;
}
.icon-truck {
	font-family: FontAwesome;
	display: inline-block;
	font-size: 16px;
	margin: auto;
	text-align: center;
	text-align: left;
	padding-left: 0px;
}



.icon-support {
font-family: FontAwesome;
display: inline-block;
font-size: 16px;
margin: auto;
text-align: left;
}

.header-service .content.last .icon-dis{float: none;}
.icon-money {
font-family: FontAwesome;
display: inline-block;
font-size: 16px;
margin: auto;
text-align: left;
}
.header-service .content{text-align: center;}

 .icon-dis {
font-family: FontAwesome;
display: inline-block;
font-size: 16px;
margin: auto;
text-align: left;
}

.icon-truck, .icon-money, .icon-support, .icon-dis {
    display: inline-block !important;
    float: none;
    font-size: 16px;
    margin: auto 3px auto auto !important;
}

.slider-items .owl-buttons a:hover {
	text-decoration: none;
    background: #ef4749;
    color: #fff !important;
    border: 1px solid #ef4749 ;
}
.owl-theme .owl-controls {
    left: inherit;
    position: absolute;
    top: -6%;
    width: 2.5%;
    right: 35px;
}
.product-flexslider .owl-buttons {
    opacity: 1;
    transition: color 300ms ease-in-out 0s,
    background-color 300ms ease-in-out 0s,
    background-position 300ms ease-in-out 0s;
}
.slider-items-products .owl-buttons .owl-prev a {
    border: 1px solid #e5e5e5;
    color: #999;
    height: inherit;
}
.slider-items-products .owl-buttons .owl-prev a:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f104";
    text-transform: none;
    font-size: 32px;
    line-height: 16px;
}
.slider-items-products .owl-buttons .owl-next a {
    border: 1px solid #e5e5e5;
    color: #999;
    height: inherit;
}
.slider-items-products .owl-buttons .owl-next a:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    text-transform: none;
    font-size: 32px;
    line-height: 12px;
}

  .spr-badge-caption  {display:none}

/*product page top banner*/

.pro-head {margin-bottom:15px; overflow:hidden; position:relative; text-align:left}
.pro-head figure img {width:100%;}
.pro-head .collection-desc {
position: absolute;
width: 55%;
height: 100%;
top: 0;
left: 50px;
z-index: 3;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-top: 6%;
}

.pro-head .collection-desc h1 {
font-size: 50px;
font-family:'Open Sans', sans-serif;
color: #b6a88e;
margin: 0;
font-weight: normal;
text-transform: uppercase;
  line-height:normal;
}

.pro-head .collection-desc .collection-description {font-size: 16px;  font-family:'Open Sans', sans-serif; font-weight: normal; color:#b6a88e;}

.color-swich{ padding-top:5px; height:23px;display: none;}
.color-swich img{border:0px #ddd solid;}

.collection-sub-categories  {margin:0px; margin-top:5px;}

.collection-sub-categories > li > a {
position: relative;
display: block;
padding: 4px 10px;
background:{{ settings.color_4 }};
margin-right: 5px;
color:{{ settings.color_8 }}!important;
}

.collection-sub-categories > li.active > a, .collection-sub-categories > li.active > a:hover, .nav-pills > li.active > a:focus {
color: {{ settings.color_1 }}!important;
background-color:{{ settings.color_10 }};
}

.collection-sub-categories > li > a {
border-radius: 2px;
}

.widget__banner { /*margin-top:30px;  */}


/* Product tabs */
.pro-tabs {
  	margin-top:40px;
  	margin-bottom: 5px;
    background: #fff;
      font-size: 13px;
      line-height: 21px;
      border: 1px #e5e5e5 solid;
}
.pro-tabs ul.tabs li a {
    color: #333;
}
.pro-tabs ul.tabs li a.active {
    color: #b4666c;
}

ul.tabs {
line-height: normal;
margin: 0;
outline: none;
padding: 0;
position: relative;
z-index: 1;
background-color: #fff;
width: 100%;
border-bottom: 2px solid #e5e5e5;
margin-top: 0px;
height: 60px;
text-align: left;
/*padding-left:0px;  */
}
ul.tabs li {
display: inline-block;
height: auto;
line-height: normal;
margin: 0 20px 0px 0px;
outline: none;
padding: 0;
list-style: none;
}
ul.tabs li a {
    font-size: 12px;
    line-height: 43px;
    padding: 12px 0 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}
ul.tabs li a.active:hover{ color: #b4666c;}
ul.tabs li a:hover {
    border: none;
    border-bottom: 1px solid #b4666c;
    background: #fff;
    color: #333;
    transition: all 0.3s cubic-bezier(0.8, 0, 0, 1) 0s;
}
ul.tabs li a.active {
/*    font-family: 'Open Sans', sans-serif;  */
    font-weight: bold;
    border: none;
    font-family: 'Open Sans', sans-serif;
}
ul.tabs:before, ul.tabs:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
ul.tabs:after {
  clear: both;
}

.pro-tabs h4 {
font-size: 12px;
line-height: 24px;
  font-weight:bold;
  font-family:'Open Sans', sans-serif;
  text-transform:uppercase;

}

.pro-tabs ul {padding-left:15px; margin-bottom:20px}
.pro-tabs ol {margin:0px; padding-left:15px; margin-bottom:20px;}

.pro-tabs .spr-header-title {
font-size: 12px;
line-height: 24px;
font-weight: bold;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;  }

.pro-tabs .spr-summary-actions-newreview {
  background: #ef4749;
  color: #fff !important;
  border:2px solid #ef4749;
  padding: 10px 16px 9px 16px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top:-30px;
    border-radius: 20px;

}

.pro-tabs .spr-summary-actions-newreview:hover{
background: #ef4749;
color: #ffffff !important;
border:2px solid #ef4749;

}

.spr-icon-star:before, .spr-icon-star-half-alt:before {
color: #ffc50a;
font-size:12px!important;
margin-right: 3px!important;
}

 .spr-icon-star-empty:before {
  content: '\f005'!important;
  font-family:FontAwesome!important;
  font-size: 12px!important;
  color: #bbb!important;
  margin-right: 3px!important;
}

#productTabContent {
    padding: 10px 25px;
}
.pro-tabs ul.tabs {
    border: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    position: inherit;
    text-align: left;
    width: 100%;
    height: 43px;
    border-bottom: 1px #333 solid;
    padding-left: 25px;

}

/*login-register*/

#create-customer {}
#create-customer .template_header {border-bottom: 1px solid #e5e5e5; padding-bottom: 0px; margin-bottom:15px;}
#customer .note {display:inline-block}

#customer { overflow:hidden;background: #f8f8f8;padding: 30px; width:400px; margin:30px auto 30px auto; border-radius:3px;}
#customer .template_header {border-bottom: 1px solid #e5e5e5; padding-bottom: 0px;margin-bottom:15px;}

#recover-password  { overflow:hidden; min-height:600px;background: #f8f8f8;padding: 50px;}

#recover-password  .template_header {border-bottom: 1px solid #e5e5e5; padding-bottom: 0px;margin-bottom:15px;}
.customer__account .template_header {border-bottom: 1px solid #e5e5e5; padding-bottom: 0px;margin-bottom:15px;}



/*customer-order*/

#customer_orders {overflow:hidden; padding-top:15px; }

#customer_orders p {font-size: 12px;line-height:normal;font-weight: bold;font-family: 'Open Sans', sans-serif; color:#999; text-align:center;}

#customer_detail .address a {
  padding:7px 10px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  margin-top:15px;
  display:inline-block;
}

.action_top {margin-top:20px}

.action_top .action_add {display:inline-block; margin-right:15px}
.action_top .action_return {display:inline-block}




.customer__addresses  .template_header {border-bottom: 1px solid #e5e5e5; padding-bottom: 0px;margin-bottom:15px;}

#add_address {overflow:hidden; margin-top:25px;}
#add_address .page_title {
margin: 0 0 0px 0;
padding: 0px 0 10px 0;
font: bold 12px/1em 'Open Sans', sans-serif;
color: #000000;
text-transform: uppercase;
  border-bottom:1px #ddd solid;
}


/*wishlist*/
.products-grid .wishlist-link { display: inline-block; position: relative; margin-top: 0; margin-left: 0;}
.wishlist-link {display: inline-block;position: absolute;margin-top:-55px; margin-left: 290px;}
.wishlist-link .btn {padding: 11px 10px 11px 10px;}
.wishlist-btn {
  padding: 11px 10px 11px 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: bold;
  border:1px #ddd solid;
  color:#333;
  position: absolute;
  margin-top:-55px;
  margin-left: 290px;

  background:#fff;
  text-transform:uppercase;
}
.wishlist-scope h3 {font: bold 14px/1em 'Open Sans', sans-serif;}
.wishlist-scope .item_image img {width: 75px;}
.wishlist-scope .item_remove a:before {
content: "\f014";
font-family: FontAwesome;
font-size: 14px;
}
.wishlist-scope  .sca-qv-image .sca-qv-button {display:none}

/*static page*/
.page-scope .page_header {border-bottom: 1px solid #e5e5e5; padding-bottom: 0px;margin-bottom:15px;}
.page-scope h3 {font: normal 20px/1em 'Open Sans', sans-serif; margin-top:15px;}
.page-scope ul {padding:0 0 15px 0px;}
.page-scope ul li {padding:8px 0 8px 0px; border-bottom: 1px dashed #ddd; display:block}
.page-scope ul li:before {content: '\f105';font-family: FontAwesome;font-size: 12px;padding-right: 6px;color: #555;}
.page-scope a {color:#337ab7}

/*search results*/
.search-scope .page_title {border-bottom: 1px solid #e5e5e5; padding-bottom: 15px;margin-bottom:0px;}
.search-scope .search-bar {background:#fff; padding:5px 0px; margin-top: 15px;}


/*documentaion*/
.documentation a {color:#337ab7; font-weight:bold;}
.documentation h2 {font: normal 20px/1em 'Open Sans', sans-serif; margin-top:20px; border-bottom:1px #ddd solid; padding-bottom:10px;}
.documentation h3 {font: bold 14px/1em 'Open Sans', sans-serif; margin-top:35px;}
.documentation ul {padding:0 0 15px 0px;}
.documentation ul li {padding:8px 0 8px 0px; border-bottom: 1px dashed #ddd; display:block}
.documentation ul li:before {content: '\f105';font-family: FontAwesome;font-size: 12px;padding-right: 6px;color: #555;}


.section-header {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 10px 0px 0px;
    padding: 3px 0px 5px;
    position: relative;
    overflow: hidden;
 /*   text-transform: uppercase;   */

}


.section-header-right {display: inline-block;
    float: right;
    text-align: right;
    vertical-align: middle;
    width: 55%;
    margin-top: -3px;
    margin-bottom: 5px;}
.section-header-left {    vertical-align: middle;
    margin-bottom: 0;
     font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 0px;
    display: inline-block;
    float: left;
   font-size:22px;
text-transform: uppercase;
  letter-spacing:0.5px;
}
.section-header-right .form-horizontal {display: inline-block; vertical-align: middle;}
.section-header .form-horizontal label {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
  font-size:13px; font-weight:normal;
    margin-bottom: 5px !important;
  padding-top: 8px !important;text-transform: none;
}

.section-header-right select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image:  url({{ 'download.svg' | asset_url }});
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
   padding: 8px 10px;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
    margin-left: 12px;
    display: inline-block;
  margin-bottom: 0;
  width: auto;
    border-radius: 2px;
  border: 1px solid #ddd;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
    font-weight: normal;

}

.collection-view {
    border: 0 solid #ececec;
    border-radius: 0;
    display: inline-block;
    margin-left: 15px;
    padding: 0;
    vertical-align: middle;
}

.collection-view a.collection-view-active {
  opacity: 1;
  cursor: default;
     background: #ef4749;
    border: 1px solid #ef4749;
    border-radius: 0;
    color: #fff;
    margin-right: 5px;
    padding: 6px 8px 7px 22px;
}

.collection-view a+a {
  margin-left: 10px;
}


.collection-view a {
  display: block;
  float: left;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  -ms-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.collection-view .button-list {
  background: #f8f8f8 url("{{ 'icon_list.png' | asset_url }}") no-repeat 12px center;
  text-transform: none;
  padding: 16px 18px;
  color: #333;
  border: 1px #eaeaea solid;
  border-radius: 0px;
     width:42px
}

.collection-view a.button-grid {
  background: #f8f8f8 url("{{ 'icon_grid_over.png' | asset_url }}") no-repeat 12px center;
  border: 1px #eaeaea solid;
  color: #333;
  padding: 16px 18px;
  border-radius: 0px;
     width:40px
}

.collection-view .collection-view-active-list {
  background: url("{{ 'icon_list_act.png' | asset_url }}") no-repeat 10px center!important;
  background-color: #ef4749 !important;
  color: #fff!important;
  padding: 16px 18px!important;
  border: 1px #ef4749 solid!important;
  border-radius: 0px!important;
     width:40px
}

.collection-view .collection-view-active-grid {
  background: url("{{ 'icon_grid_act.png' | asset_url }}") no-repeat 12px center!important;
  background-color: #e33b3f  !important;
  color: #fff!important;
  padding:16px 18px!important;
  border: 1px #e33b3f  solid!important;
  border-radius: 0px!important;
    width:40px
}
/*CMS block*/
.widget__CMS h3 {
/*  color: #333;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  border-bottom: 1px #ddd solid;
  letter-spacing: 1px;
  line-height: normal;  */

  background: #637488;
    border-bottom: 1px solid #e5e5e5;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0;
    padding: 15px;
}
.widget__CMS .widget_content {
  line-height:1.6em;
  color:#777;    font-size: 13px;

}

/* Popup Newsletter  ------------------------------------------------------------------- */
#tinymce #email-modal,
#tinymce  #email-modal .modal-window  { display:block !important; font-family: 'Open Sans', sans-serif; }

#email-modal { display:none; height:100%; left:0; position:fixed; top:0; width:100% !important; z-index:1041; }
#email-modal .modal-overlay { background: rgba(45,45,50,0.8); height:100%; position:absolute; width:100%; }
#email-modal .modal-window { display:none; min-height:310px; margin:0 auto; position:relative; top:20%; max-width: 500px; }
#email-modal .window-window { position:relative; }
#email-modal .window-window .window-background { opacity: 0.8; filter:alpha(opacity=80);}
#email-modal .window-window .window-content {
    float: left;
    position: relative;
}
#email-modal .window-window .window-content .left {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0px 0px 0px 10px;
    display:block;
}
#email-modal .window-window .window-content .right {
  width: 40%;
  text-align: right;
  padding: 0px;
}
#email-modal .window-window .window-content .left img {
  	width: 60%;
}
#email-modal .window-window .window-content .btn.close,
.close-window,
.close-modal {
    padding:0;
    height: 40px;
    width: 40px;
    position: absolute;
    right:0px;
    top: 10px;
    z-index: 9;
    text-indent: -999em;
    border:0;
    background-color: transparent;
    background-image:url("{{ 'f-box-close-icon.png' | asset_url }}");
    background-position:center left;
    background-repeat:   no-repeat;
    cursor: pointer; filter:alpha(opacity=100);
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */
}

.btn-modal {
    padding: 9px 16px !important;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1px;
    background: #fff;
    border: 1px #000 solid;
    padding: 8px 20px;
    border-radius: 999px;
    margin-right: 15px;
}

.modal-close {
  color: #000;
  padding-top: 5px;
  padding-right: 5px;
}
/*
#email-modal .window-window .window-content .title {
  	color: {{ settings.newsletter_header_color }};
  	background-color: {{ settings.newsletter_header_bg_color }};
    font-size: 42px;
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px 15px 0px;
    text-align: center;
    text-transform: none;
    font-family: 'Cormorant', sans-serif;
    display: inline-block;
    width: 100%;
    letter-spacing: -1px;
    margin-top: 30px;
}*/

#email-modal .window-window .title {
  	color: {{ settings.newsletter_header_color }};
  	background-color: {{ settings.newsletter_header_bg_color }};
    font-size: 42px;
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px 15px 0px;
    text-align: center;
    text-transform: none;
    font-family: 'Cormorant', sans-serif;
    display: inline-block;
    width: 100%;
    letter-spacing: -1px;
    /*margin-top: 30px;*/
}

#email-modal .window-window .sub-title {
  	color:  {{ settings.newsletter_text }};
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0 auto 0px;
    text-align: center;
    text-transform: none;
    width: 100%;
    margin: 5px auto 20px;
}
#email-modal .window-window .message {
  	font-family: 'Open Sans', sans-serif;
    clear: both;
    letter-spacing:normal;
    font-weight: normal;
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 13px !important;
    display: inline-block;
}
/*
#email-modal .window-window .window-content .sub-title {
  	color:  {{ settings.newsletter_text }};
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0 auto 0px;
    text-align: left;
    text-transform: none;
    width: 100%;
   	text-align: left;
    line-height: 19px;
    margin: 20px 0px 20px 0px;
    padding: 0px 30px 0px 30px;
}
#email-modal .window-window .window-content .message {
  	font-family: 'Open Sans', sans-serif;
    clear: both;
    padding: 8px 0 20px;
    margin-bottom: 0px;
    letter-spacing:normal;
    font-weight: normal;
    text-align: left;
    color: #666;
    font-size: 12px;
    line-height: 13px !important;
    margin: 10px 0px 20px 35px;
    display: inline-block;
}*/
#email-modal #mc_embed_signup form {text-align:left}
#email-modal .newsletter #mc_embed_signup input.email {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px #ddd solid;
    color: #000;
    display: inline-block;
    /*float: left;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 22px;
    /*margin: 0;*/
    margin-left: auto;
    margin-right: auto;
    padding: 19px 10px !important;
    width:100% !important;
  	border-radius:3px;
}
#email-modal .seprator_line {
    border-bottom: 6px double #777;
    border-width: 6px;
    height: 5px;
    margin: auto auto 40px;
    width: 60px;
}
#email-modal .newsletter {
    display: block!important;
    width: 100% !important;
    background-color: inherit;
    margin-bottom: 0px;
    padding: 0px 30px;
}

#email-modal img {
    display: block!important;
    width: 100% !important;
    background-color: inherit;
    margin-bottom: 0px;
    padding: 0px 30px;
}

#email-modal .col.mid{ display: none;}
#email-modal #mc_embed_signup_scroll input#mc-embedded-subscribe {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 13px;
    padding: 12px 15px 12px !important;
    border: none !important;
    font-family: 'PT Sans', sans-serif;
    margin-top: 15px;
    float: left !important;
}
#email-modal ul.social-links li {
    display: inline-block;
    width: auto;
    margin-right: 10px; margin-left: 0px;
}
#email-modal ul.social-links {
    bottom: 0;
    position: relative;
    right: 0;
    z-index: 10; padding:0px;
}

#email-modal .window-window .newsletter_img {
    height: 49px;
    margin: 15px 0;
}

/*product list item*/
.grid-uniform .grid-item .product-list-item {
  	overflow: hidden;
    padding-bottom: 25px;
    border-bottom: 1px #ddd solid;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-top: 25px;
}
.grid-uniform .grid-item:last-child .product-list-item {
  	padding-bottom: 0px;
    border-bottom: 0px #ddd solid;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-top: 0px;
}
.product-list-item .col-sm-4{ padding-left:0px;}
.product-list-item .product_image-wrap {position:relative}
.product-list-item .product_image-wrap img {width:100%}
.product-list-item .product_title-wrap {font-size: 14px; padding-bottom:8px; margin:0px;
    font-family: 'Open Sans', sans-serif;}
.product-list-item .product_title-wrap a {
  font:bold 18px 'Open Sans', sans-serif;
     font-size: 18px;
    font-weight: bold;
}
.product-list-item .product_price {
  margin: 5px 0 10px 0;
}
.product-list-item .product_price .money {
  display: inline-block;
  padding: 0 0 0 0px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.product-list-item .product_price del {color: #999;font-weight: normal;margin-left:8px;}

.product-list-item .product_price del span.money{
  color:#999;
  margin-left:10px;
  font-weight: normal;
  display: inline-block;
  text-decoration: line-through;
}

.product-list-item .product_price .sale-badge {
    font-size: 11px;
    left: -80px;
    margin: 3px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    width: 50px;}

.product-list-item .addToCartForm{ display: inline-block; position: relative; float: left;}
.product-list-item .wishlist{ display: inline-block;margin-left: 12px;}

.product-list-item .contact-form button.wishlist {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    display: inline-block;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-left: 12px;
    padding: 8px 16px;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
    line-height: normal;
}
.product-list-item .contact-form button.wishlist:hover {
    background: none repeat scroll 0 0 #ef4749;
    border: 1px solid #ef4749;
    color: #fff;
}
.product-list-item .contact-form button.wishlist:hover a{color : #fff;}

.product-list-item .contact-form button.wishlist:before {
	content: "\f004";
	font-weight: normal;
  font-family: 'FontAwesome'; margin-right: 7px;
}

.product-list-item #product_description{ margin-top:10px;}
.product-list-item #product_description p{ padding-bottom: 5;}

#products .brand-logo {
    display: none;
}

.product-list-item a.wishlist {
 /*   background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    display: inline-block;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-left: 0px;
    padding: 9px 16px;
    text-transform: uppercase;
  	color: #333;
    letter-spacing: 1px;
    line-height:normal;  */

   background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    display: inline-block;
    float: left;
/*    font-family: 'Open Sans', sans-serif;  */
    font-family: inherit;
     font-size: 12px;
    font-weight: bold;
    margin-left: 0px;
    padding: 8px 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    line-height: inherit;
    border-radius: 999px;
    color: #4a4a4a;
}
.product-list-item a.wishlist:hover {
    background: none repeat scroll 0 0 #e33b3f;
    border: 1px solid #e33b3f;
    text-transform: uppercase;
  	color: #fff;
}
.product-list-item a.wishlist:hover a{color : #fff;}

.product-list-item a.wishlist:before {
	content: "\f004";
	font-weight: normal;
  font-family: 'FontAwesome'; margin-right: 7px;
}


.product-list-item .spr-badge{
    border-bottom: 1px dotted #ddd;
    border-top: 1px dotted #ddd;
    padding: 6px 0;
}
.product-list-item .addToCartForm .add-to-cart-btn.btn.btn-primary {
/*  background:#ef4749;
  border:1px #ef4749 solid; */
  color:#4a4a4a;
  margin-right: 8px;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
}
.product-list-item .addToCartForm .add-to-cart-btn.btn.btn-primary:hover{
  background:#ef4749;
  border:1px #ef4749 solid;
   color:#fff;
}
.product-list-item .addToCartForm .add-to-cart-btn.btn.btn-primary:before {
    content: "\f07a";
    font-family: 'FontAwesome';
/*    color: #4a4a4a;  */
    cursor: pointer;
  	font-weight: normal;
    margin-right: 7px;
    font-size: 12px;
}
.product-list-item .wishlist:before {
	content: "\f004";
	font-weight: normal;
  font-family: 'FontAwesome'; margin-right: 7px;
}
.desc-section {
    margin:0px;
}
.desc-section img{max-width: 100%;}

.continue_shop {
    float: left;
    margin-left: 10px;
}

.continue_shop, .update-btn, .check-btn {

  background: none repeat scroll 0 0 #fff;
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 7px 17px;
font-family: Open Sans, sans-serif;
    border-radius: 999px;
    margin-right: 8px;
    color: #4a4a4a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    line-height: inherit;
}
.update-btn:hover {
    background: #ffffff!important;
    color: #000000!important;
    border: 1px #d1d1d1 solid!important;
}

.grid-uniform>[class*="col-sm-4"]:nth-child(3n+1) {
  clear: both;
}

.grid-uniform>[class*="col-sm-2"]:nth-child(6n+1) {
  clear: both;
}

.grid-uniform>[class*="col-sm-3"]:nth-child(4n+1) {
  clear: both;
}

.grid-uniform>[class*="col-sm-6"]:nth-child(2n+1) {
  clear: both;
}

.item:hover #addToCart.btn.btn-primary {
	background-color: #ef4749;
	border: 1px solid #ef4749;
	color: #fff;transition: all 0.2s ease-out;
}

.template-index #main_content {
    padding: 0; margin-bottom: 0;
}

.parallax-2 {
    padding-bottom: 50px;
    padding-top: 30px;
}
.parallax {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
}
.widget__best-sellers{padding-left: 0px;}
.widget__latest-products{padding-right: 0px;}
.widget__latest-products .widget_header {

    margin: 35px 0 0px;
    text-align: left;
}
.widget__latest-products .widget_header h2 {
    background:{{ settings.latest_products_title-bg-color }};
    border:3px solid  {{ settings.latest_products_title-bg-color }};
    display: block;
   text-align: center;
  color:{{ settings.latest_products_title-text-color }};
}
.widget.widget__latest-products h2:after{color: {{ settings.latest_products_title-bg-color }};}
.widget.widget__latest-products .widget_content {
	padding: 20px;
	background: #f8f8f8;
	margin: 0px!important;
	padding-bottom: 60px;
	border: 1px #eaeaea solid;
	border-top: none;
}
.widget.widget__latest-products .owl-theme .owl-controls {
    bottom: -16%;
    margin-top: 10px;
    position: absolute;
    right: 42%;
    text-align: center;
}
#main_content .latest-pro .product {
  margin: 0px 0 10px;}

.grid-uniform{margin: 0px -15px 0px -15px;}
.grid-uniform .product__product-grid-item #addToCartForm.btn.btn-primary {
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 29%;
}
.grid-uniform .product__product-grid-item:hover #addToCart.btn.btn-primary {
	background-color: #2c5987;
	border: 1px solid #2c5987;
	color: #fff;
	transition: all 0.2s ease-out;
	/* display: inline-block; */
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 23%;
	opacity: 1;
}
.grid-uniform .product__product-grid-item #addToCart {
	background-color: #2c5987;
	border: 1px solid #2c5987;
	color: #fff;
	transition: all 0.2s ease-out;
	/* display: inline-block; */
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 23%;
	opacity: 0;
}
.grid-uniform .product__product-grid-item #addToCart.btn.btn-primary:hover {
	background-color: #558abe;
	border: 1px solid #558abe;
	width: 100%;
	position: absolute;
}
.grid-uniform .sca-qv-image .sca-qv-button {
	top: -145px !important;
	width: auto !important;
	padding: 8px 6px 8px 10px !important;
	display: inherit !important;
	margin-top: -45px !important;
	width: 45px !important;
	left: 45% !important;
    height: 45px !important;
    line-height: 28px !important;
}
.grid-uniform .product__product-grid-item.product .box-inner{position: absolute;
    top: 52%;
    left: 32%; z-index: 1; opacity:0;
}
.grid-uniform .product__product-grid-item.product:hover .box-inner{opacity:1;}
.grid-uniform .product__product-grid-item.product .box-inner .add-to-cart-btn span{ display:none;}
.grid-uniform .product__product-grid-item.product .box-inner .addToCartForm{ display: inline-block; float: left;}
.grid-uniform .product__product-grid-item.product .box-inner .contact-form{display: inline-block;}
.grid-uniform .product__product-grid-item.product .box-inner .add-to-cart-btn {
	border: 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	font-weight: normal;
	border: 1px solid #fff;
	background: none;
    height: 40px;
    line-height: 40px;
    width: 40px;
    transition: all 0.4s ease-out 0s;
	transform: scale(0);
    display: inline-block;
}
.grid-uniform .product__product-grid-item.product .box-inner .add-to-cart-btn:hover {
	background: #ef4749
}
.grid-uniform .product__product-grid-item.product .box-inner .add-to-cart-btn:before {
	content: "\f07a";
	font-family: 'FontAwesome';
	font-size: 17px;
}
.grid-uniform .product__product-grid-item.product .box-inner .contact-form button.wishlist span,
.grid-uniform .product__product-grid-item.product .box-inner a.wishlist span
{ display:none;}
.grid-uniform .product__product-grid-item.product .box-inner .contact-form button.wishlist:before,
.grid-uniform .product__product-grid-item.product .box-inner a.wishlist:before{
	content: "\f004";
    font-family: 'FontAwesome';
	font-size: 14px;
}
.grid-uniform .product__product-grid-item.product .box-inner .contact-form button.wishlist,
.grid-uniform .product__product-grid-item.product .box-inner a.wishlist
{
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding:0;
	text-decoration: none;
	display: inline-block;
	border: 1px #fff solid;
	width: 40px;
    margin-left: 12px;
    background: inherit;
    height: 40px;
    line-height: 40px;
    transition: all 1s ease-out 0s;
	transform: scale(0);
}
.grid-uniform .product__product-grid-item.product:hover .box-inner .add-to-cart-btn,
.grid-uniform .product__product-grid-item.product:hover .box-inner .contact-form button.wishlist,
.grid-uniform .product__product-grid-item.product:hover .box-inner a.wishlist {transform: scale(1);}
.grid-uniform .product__product-grid-item .product.box-inner .contact-form button.wishlist:hover,
.grid-uniform .product__product-grid-item .product.box-inner a.wishlist:hover{background: #ef4749;}
.grid-uniform .product__product-grid-item.product:hover .product_image-wrap img {
/*	-webkit-transform: scale(1.2);
	transform: scale(1.2) !important;
	-moz-transform: scale(1.2);  */
}
.grid-uniform .product__product-grid-item.product .product_image-wrap img {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}
.grid-uniform .product__product-grid-item.product_image-wrap{   overflow: hidden;
    padding: 0;
    position: relative;}
.grid-uniform .product__product-grid-item.sca-qv-image .sca-qv-button {
   left: 35%;
}
.grid-uniform .item-inner:hover .box-hover {
  top: 50%;}
#searchresults .search-result.sca-qv-image .sca-qv-button:before
{
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 15px;
    margin-right: 1px;
    font-weight: normal;
}
.grid-uniform .product__product-grid-item .sca-qv-button {
border-radius: 0;
    display: inherit !important;
    height: 40px !important;
    left: inherit !important;
    line-height: 16px !important;
    padding: 10px 0 6px !important;
    position: absolute !important;
    top: 30.5% !important;
    width: 35px !important;
    right: -50px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    transition: all 0.3s ease-out !important;
    -webkit-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    -ms-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
}
.small-pr-slider .sca-qv-image .sca-qv-button {
	display: inherit !important;
    left: 40% !important;
    margin-top: -40px !important;
    padding: 6px 4px 6px 8px !important;
    top: -70px !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 28px !important;
}
#featured-pro-slider.small-pr-slider .sca-qv-image .sca-qv-button {
    top: -85px !important;

}

.widget__featured-pro{ margin:0px 0 15px;}


.home-top-banner {
  padding-bottom: 50px;
    padding-top: 50px;
    border: 0 none;
    background: #f8f8f8;
}
.home-top-banner .banner {
      width: 100%;
    overflow: hidden;
    position: relative;
}
.home-top-banner .banner a.overlay {
    background: #000;
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: auto;
    z-index: 2;
    transform: scale(0);
}
.home-top-banner .banner:hover a.overlay {
    opacity: 0.3;
    transform: scale(1);
}
.home-top-banner a img {
    width:100%;
}
.home-top-banner .banner1 .info {
  background-color:{{ settings.home_banner_1_info-bg-color }};
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    z-index: 10;
  	min-height: 240px;
    text-align: center;
    padding: 55px 0 0;
}

.home-top-banner .banner1 .info .normal-text {
  color:{{ settings.home_banner_1_normal-text-color }};
  font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 0 12px;
    text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;

}
.home-top-banner .banner1 .info .header-text {
  color:{{ settings.home_banner_1_bold_text-color }};
  font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.home-top-banner .banner1 .info .header-text {
  color:{{ settings.home_banner_1_bold_text-color }};
  font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.home-top-banner .banner1 .info .footer-text {
  background-color:{{ settings.home_banner_1_footer_text-bg-color }};
  color:{{ settings.home_banner_1_footer_text-color }};
  padding: 8px 20px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
  border: none;
      margin-top: 10px;
    margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
}



.home-top-banner .banner2 .info {
  background-color:{{ settings.home_banner_2_info-bg-color }};
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
  	min-height: 240px;
    text-align: center;
    padding: 80px 0;
  position:absolute;
}

.home-top-banner .banner2 .info:after {
    border-color: {{ settings.home_banner_2_info-bg-color }} transparent transparent transparent;
      content: "";
    position: absolute;
    bottom: -4%;
    left: 46%;
    border-width: 12px 12px 0px 12px;
    border-style: solid;
    display: block;
    width: 0;
    right: inherit;
}

.home-top-banner .banner2 .info .normal-text {
  color:{{ settings.home_banner_2_normal-text-color }};
  font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 0 12px;
    text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;

}
.home-top-banner .banner2 .info .header-text {
  color:{{ settings.home_banner_2_bold_text-color }};
  font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.home-top-banner .banner2 .info .header-text {
  color:{{ settings.home_banner_2_bold_text-color }};
  font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.home-top-banner .banner2 .info .footer-text {
  background-color:{{ settings.home_banner_2_footer_text-bg-color }};
  color:{{ settings.home_banner_2_footer_text-color }};
    font-family: 'Open Sans', sans-serif;

      border-top: double #9c9c9c;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 15px 0 0;
    padding: 15px 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*.home-top-banner .info1 {
  margin: 0px 0 0px;
    overflow: hidden;
    position: relative;
    background: #0e0e0e;
}*/


.home-top-banner .banner3 .info {
  background-color:{{ settings.home_banner_3_info-bg-color }};
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    z-index: 10;
  	min-height: 240px;
    text-align: center;
    padding: 55px 0 0;
}

.home-top-banner .banner3 .info .normal-text {
  color:{{ settings.home_banner_3_normal-text-color }};
  font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 0 12px;
    text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;

}
.home-top-banner .banner3 .info .header-text {
  color:{{ settings.home_banner_3_bold_text-color }};
  font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.home-top-banner .banner3 .info .header-text {
  color:{{ settings.home_banner_3_bold_text-color }};
  font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.home-top-banner .banner3 .info .footer-text {
  background-color:{{ settings.home_banner_3_footer_text-bg-color }};
  color:{{ settings.home_banner_3_footer_text-color }};
  padding: 8px 20px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
  border: none;
      margin-top: 10px;
    margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
}


#home-banner .info {
    cursor: pointer;
    left: 24%;
    position: absolute;
    right: 10%;
    white-space: normal;
    z-index: 3;
text-align: center;
    top: 65%;
}

#home-banner .info p {
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    margin: 30px 0 0;
    padding-bottom: 5px;
    text-transform: uppercase;
}
#home-banner .info span {
    font-size: 48px;
    font-weight: bold;
    line-height: 100%;
    margin: 12px 0;
    display: inherit;
    font-family: 'Open Sans', sans-serif;
}
#home-banner .info a {padding: 6px 10px; font-size: 12px; text-transform: uppercase;display: inline-block;  }

#home-banner img {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
    width: 100%;
}
#home-banner img:hover {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
#home-banner {
    float: right;
    overflow: hidden;
    position: relative;
    width: 40%;
}
#home-banner-left{  float: left;
   width: 58%;
}
#home-banner-left .info {
    color: #fff;
    cursor: pointer;
    right: 8%;
    position: absolute;
    text-align: left;
    top: 12%;
    white-space: normal;
    z-index: 3;
}
#home-banner-left .info span{
  color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    margin: 12px 0;
    font-family: 'Open Sans', sans-serif;}

#home-banner-left .col{ float: left;
    overflow: hidden;
    position: relative;
    width: 55%;}

#home-banner-left .col.col-1{ float: left;
    overflow: hidden;
    position: relative;
    width: 100%; margin-bottom:20px;}
#home-banner-left .col.col-1 .info {
    color: #fff;
    cursor: pointer;
    left: 5%;
    position: absolute;
    text-align: left;
    top: 14%;
    white-space: normal;
    z-index: 3;
}
#home-banner-left .col.col-1 .info span{
  color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    margin: 12px 0;
    font-family: 'Open Sans', sans-serif;}
#home-banner-left .col.last{    float: right;
    overflow: hidden;
    position: relative;
    width: 42%}
#home-banner-left .col img {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
    width: 100%;
}
#home-banner-left .col img:hover {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.middle-slider.container  {
    margin: 35px auto 40px; padding: 0px;
}
.custom-inner {
	background: #fff!important;

}
.custom-info {
	width: 100%;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
	padding: 15px 15px 30px;
	bottom: 0;
	position:absolute;
	text-align: center;
    z-index: 10;
	color:#fff;
}
.custom-inner li{ position:relative;}
.custom-inner .custom-info span{ font-size: 24px;font-weight:bold;}


#toTop {
  color: #fff;
  text-align: center;
  bottom: 30px;
  display: none;
  height: 40px;
  line-height: 38px;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-decoration: none;
  width: 40px;
  text-transform: uppercase;
  z-index: 100;
  border-radius: 2px;
  right:35px;
}
.cart-total-items { overflow:hidden;}
/* add to cart message */
.error-message-stock {
  width: 100%;
  height: 90px;
  font-size: 25px;
  line-height: 85px;
  color: #fff;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #e95144;
  display: none;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

.cart_popup {
  width: 100%;
  height: 86px;
  font-size: 25px;
  line-height: 85px;
  color: #fff;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: rgba(0,0,0,0.7);
  display: none;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.wishlist_popup {
  width: 100%;
  height: 86px;
  font-size: 25px;
  line-height: 85px;
  color: #fff;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: rgba(0,0,0,0.7);
  display: none;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.icon-ok{color: #00cc33;
    font-size: 22px;
    line-height: 85px !important;}
.middle-slider .inner-div {
	padding: 16px 20px 15px 20px;
	background: #f8f8f8;
	margin: 0px!important;
	border: 1px #eaeaea solid;
	border-right: none;
	min-height: 440px;
    display: inline-block;
    width: 100%;
}
.middle-slider .inner-div1 {
	padding: 16px 20px 15px 20px;
	background: #f8f8f8;
	margin: 0px!important;border-left:none;
	border: 1px #eaeaea solid;
	min-height: 440px;
    display: inline-block;
    width: 100%;
}
.category-pro-title h2{   color: {{ settings.bag_collection_title-text-color }};
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: normal;
    margin-top: 0;
    padding: 0 20px 0px 0;
    position: relative;
    text-transform: uppercase;}
/* Top Collection */

.widget__top_collection .category-pro-title h2{   color: {{ settings.top_collection_title-text-color }};
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: normal;
    margin-top: 0;
    padding: 0 20px 0px 0;
    position: relative;
    text-transform: uppercase;}
#tops_collection_pro .owl-carousel .owl-item {
    float: left; width: 100% !important;
}
#tops_collection_pro .owl-wrapper{width: 100% !important;}
#tops_collection_pro .product .product_image-wrap{width: 26%;float: left;border: 1px solid #fff;margin-right:15px;}
#tops_collection_pro .sca-qv-image .sca-qv-button{display: none !important;}
#tops_collection_pro .color-swich{display: none !important;}
#tops_collection_pro #addToCartForm{display: none !important;}
#tops_collection_pro .product .product_title-wrap {
    display: inherit;
    line-height: 20px;
    margin: 0;
    text-align: left;padding-right: 15px;margin-bottom: 5px;
}
#tops_collection_pro .product .product_title-wrap a{padding: 0;font-size: 13px;}
#tops_collection_pro .product {
    margin: 0px 0px 12px 8px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: left;
}
#tops_collection_pro .spr-badge:after {
    clear: none;
}
#tops_collection_pro .sale-badge{display: none !important;}

.pro-block1 {
    padding-left: 0;
}
.pro-block {
    padding-right: 0;
}
/* Bag Collection */

#bag_collection_pro .owl-carousel .owl-item {
    float: left; width: 100% !important;
}
#bag_collection_pro .owl-wrapper{width: 100% !important;}
#bag_collection_pro .product .product_image-wrap{width: 26%;float: left;border: 1px solid #fff;margin-right:15px;}
#bag_collection_pro .sca-qv-image .sca-qv-button{display: none !important;}
#bag_collection_pro .color-swich{display: none !important;}
#bag_collection_pro #addToCartForm{display: none !important;}
#bag_collection_pro .product .product_title-wrap {
    display: inherit;
    line-height: 20px;
    margin: 0;
    text-align: left;padding-right: 15px;margin-bottom: 5px;
}
#bag_collection_pro .product .product_title-wrap a{padding: 0;font-size: 13px;}
#bag_collection_pro .product {
    margin: 0px 0px 12px 8px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: left;
}
#bag_collection_pro .spr-badge:after {
    clear: none;
}
#bag_collection_pro .sale-badge{display: none !important;}
#best-seller-block {
  margin:0px -15px;
}
#best-seller-block .slider-items .owl-buttons .owl-next{
    right: 10px;
 /*   top: -30px;  */}
#best-seller-block .slider-items .owl-buttons .owl-prev {
    top: -30px;
 /*   right: 28px;  */
}
.sca-left {
    padding: 10px 0 !important;
    position: relative !important;

}
.widget__related-products .item.sca-qv-image .sca-qv-button {
    display: inherit !important;
    height: 45px !important;
    left: 45% !important;
    line-height: 28px !important;
    margin-top: -45px !important;
    padding: 8px 6px 8px 10px !important;
    top: -145px !important;
    width: 45px !important;
}
.pagination.pagination__product li.left-arrow span.left{margin-left:15px;display: inline-block;}

.swatch .swatch-element .crossed-out {
    display: none;
}

.swatch {position:relative; margin-top:8px}

.swatch .header {
    display: none;
}

#product_price{margin-bottom:15px; margin-top: 15px;border-bottom: 1px #ddd dotted;
    padding: 15px 0px;
    border-top: 1px #ddd dotted;
    /* margin-bottom: 10px; */
    position: relative;}

.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.swatch label {
    float: left;
    min-width: 25px !important;
    height: 25px !important;
    margin: 0;
    border: 1px solid #cbcbcb;
    background-color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 24px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 5px !important;

}
.swatch input:checked + label, .swatch label:hover {
    border-color: #000;
    border-width: 1px;


}

.swatch-element {margin-right: 10px;
    position: relative;
    display: inline-block;}

.color.swatch-element label {
    padding: 0;
}

.swatch input {
    display: none;
}


/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-23px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}


.caption_title-1 span {
    color: #4a7699 !important;
}
.caption_title-2 span {
    color: #4a7699 !important;
}
.grid-item.pagination-border-top{display:inline-block;width:100%;}
#latest-products-slider .product_image-wrap a img{border:2px solid #fff;}


/* Top Cart */

.top-header {
    position: relative;
    margin-top: 21px;
}
.header-panel-bottom { float:right; text-align:right; margin-top: 17px; }
.top-cart {
    float: right;
    margin: 0;
    padding: 0 0 17px;
    text-align: right;
}
.top-cart a {
    color: #323232;
    letter-spacing: 0.02em;
    position: relative;
    text-align: center;
}
.top-cart a span.first {
    position: relative;
}
.top-cart a #cartCount {
    background: none repeat scroll 0 0 #ffe5e5;
}
.top-cart a #cartCount {
    background: none repeat scroll 0 0 #ffe5e5;
    margin-left: 6px;
    padding: 4px 8px;
}
#dropdown-cart {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    padding: 5px 15px 15px;
    position: absolute;
    text-align: left;
    top:42px;
    width: 310px;
    z-index: 100;
    right: 0px;
}

#dropdown-cart .no-items{text-align: center;}
#dropdown-cart .no-items p{ font-size: 13px; padding: 10px 0;}
#dropdown-cart .text-continue a {
    background: none repeat scroll 0 0 #ef4749;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 2px 18px;
    text-transform: uppercase;
}
p:last-child {
    margin-bottom: 0;
}
.mini-products-list {
    clear: both;
    display: block;
    margin-bottom: 0px;
    padding-left: 0px;
    max-height: 248px;
    overflow-x: auto;
    padding-right: 5px;
}
.mini-products-list .item {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding-bottom: 15px;
    padding-right: 15px;
    position: relative;
  margin-bottom:15px;
  border-bottom: 1px solid #eaeaea;
}
.mini-products-list .item:last-child {
    margin-bottom: 0px;
}
.mini-products-list .product-image {
   display: inline-block;
    float: left;
    margin-right: 15px;
    width: 40%;
}
.mini-products-list .product-details {
        overflow: hidden;
    float: left;
    width: 52%;
    display: inline-block;
}
.mini-products-list .item .btn-remove {
    background: url("icons_new14.png") no-repeat scroll 4px -1394px rgba(0, 0, 0, 0);
    font-size: 0;
    height: 15px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 15px;
}
#dropdown-cart .product-name {
    margin-bottom: 0px;
  padding-bottom:5px;
}
#dropdown-cart .cart-collateral {
    color: #727272;
}
#dropdown-cart .cart-collateral .money {
    color: #333;
    font-weight: normal;
}
#dropdown-cart .summary {
    clear: both;
    display: block;
    overflow: hidden;
    padding-bottom: 0px;
    text-transform: uppercase;
    padding-top: 10px;
}
#dropdown-cart .summary .label {
    color: #000 !important;
    display:inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 0 0;
    text-transform: none;
}
#dropdown-cart .summary .money, .product-shop .prices .compare-price {
    font-size: 16px;
}
#dropdown-cart .summary .money {
    color: #ef4749;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
#dropdown-cart .actions {
   margin-bottom: 0px;
    padding-top: 15px;
    border-top: 0px solid #eaeaea;
}
#dropdown-cart .actions .btn {
  border: 1px #e5e5e5 solid;
    color:#4a4a4a;;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-right: 5px;
    padding: 10px 14px;
    text-transform: uppercase;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;

}
#dropdown-cart .actions .btn:hover {
  background: #ef4749;
    color: #fff;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
#dropdown-cart .actions .btn:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 10px;
}
#dropdown-cart .text-cart {
    margin-bottom: 0px;
    text-align: center;
    display: inline-block;
    padding-bottom: 0px; float: right;
}
#dropdown-cart .text-cart a, .product-label strong, .cart-row label.add-comments span {
    font-size: 10px;
}
#dropdown-cart .text-cart a {
    cursor: pointer;
    float: none;
    font-size: 11px;
    font-weight: 700;
    padding: 7px 0px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    background: #fff;
    color: #4a4a4a;
    letter-spacing: 0.5px;
    width: 135px;
    border: 1px #e5e5e5 solid;
    border-radius: 999px;
}
#dropdown-cart .text-cart a:hover { /* background: #ef4749;color: #fff;  */
  background: #fff;
  color: #4a4a4a;
  border: 1px #e5e5e5 solid;
}
#dropdown-cart .text-cart a:before {
    content: '\f07a';
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 7px;
}
.has-items .sca-qv-button-wrap {
  display:none !important;
}
.tile_cart .mini-products-list a {
     line-height: normal;
    padding: 0px;
    background: inherit;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    text-transform: inherit;
    border: none;
    width: auto;
}
.mini-products-list .product-image img {
    width: 65px;
}

/* Home Tabs */

.home-women-banner {
      margin-top: 50px;
}
#home-tab-section{margin-top: 5px; margin-bottom: 0px;}

#home-product-tabs {
	margin: 0;
	padding: 0;
	position: relative;

}
#home-product-tabs > dt {
	text-transform: none;
	font-size: 14px;
	padding: 8px 0px;
	cursor: pointer;
	color: #102343;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
}
#home-product-tabs > dt.open {
	position: relative;
	background-color: #fff;
	z-index: 10;
	color: #2CA2E3;
}
.home-product-tabs {
    margin: 0;
    outline: none;
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin-top: 0px;
    text-align: right;
    width: 100%;
    line-height: inherit;
    margin-bottom: auto;
    min-height: inherit;
    border-bottom: 1px #e5e5e5 solid;
    height: 48px;
}
.home-product-tabs > li.divider {
    border-right: 1px solid #ccc;
    color: #ccc;
    display: inline;
    height: 20px;
    width: 1px;
    margin-left: 4px;
}
.home-nav-tabs.home-product-tabs > li > a {
    color: #666;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 5px 12px;
    margin-top: 10px;
    text-transform: uppercase;
    border-right: 1px #f2f2f2 solid;
    border-radius: 3px;
}
.home-nav-tabs.home-product-tabs > li:last-child > a {
    border: none;
    margin-right: 0px;
}
.home-nav-tabs > li.active > a, .home-nav-tabs > li.active > a:hover, .home-nav-tabs > li.active > a:focus {
background-color: #ef4749;
    color: #fff;
}
.home-nav-tabs > li > a:hover {
    text-decoration: none;
    background-color: #f28083;
    color: #fff;
}
.home-nav-tabs > li.active > a, .home-nav-tabs > li.active > a:hover, .home-nav-tabs > li.active > a:focus {
	    background-color: #ef4749;
    color: #fff;
}
.home-nav-tabs>li {
	float: none;
	display: inline-block;
}
.home-nav-tabs>li:first-child {
    float: left;
}
.home-nav-tabs>li .new_title.center {
    padding: 10px 0 0px 0;
    text-align: left;
    margin: 0px;
}
.home-nav-tabs>li .new_title h2 {
    line-height: normal;
    padding: 0px 0px;
    font-family: 'PT Sans', sans-serif;
    margin: auto;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}
.home-nav-tabs>li .new_title em {
    font-style: normal;
    font-weight: 300;
}

.home-tab .tab-content {
	background-color: #FFFFFF;
	padding: 5px 0px 20px 0px;
	overflow:visible;
	font-size: 14px;
	line-height: 19px;
	margin-top: 0px;    border: none !important;
}

.home-tab .tab-content ul.pdt-list.products-grid {
    padding: 0;
    display: inline-block;
}
.home-tab .tab-content ul li.item {
    margin-top: 15px!important;
    list-style-type: none;
    width: 23.1%;
    display: inline-block;
    margin-left: 25px;
    overflow: hidden;
}
.home-tab .tab-content ul li.item:nth-child(1)  {
  margin-left:0px;
}
.home-tab .tab-content ul li.item .product {
    margin: 0px 0 5px 0 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.home-tab .tab-content ul li.item.sca-qv-image .sca-qv-button {
    border-radius: 0;
    display: inherit !important;
    height: 34px !important;
    left: inherit !important;
    line-height: 16px !important;
    padding: 8px 0 6px !important;
    position: absolute !important;
    top: 30.9% !important;
    width: 34px !important;
    right: -50px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    transition: all 0.3s ease-out !important;
    -webkit-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    -ms-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
}
.home-tab .tab-content ul li.item.sca-qv-image .sca-qv-button:before {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 15px;
  margin-right: 1px;
  font-weight: normal;
}
.home-tab .tab-content ul li.item.sca-qv-image:hover .sca-qv-button {    right: 62%;
    transition: all 0.3s ease-in !important;
    -webkit-transition: all 0.3s ease-in !important;
    -moz-transition: all 0.3s ease-in !important;
    -ms-transition: all 0.3s ease-in !important;
    -o-transition: all 0.3s ease-in !important;
    top: 35% !important;}



.home-tab .tab-content ul li.item .item-inner.sca-qv-image .sca-qv-button {
    border-radius: 0;
    display: inherit !important;
    height: 40px !important;
    left: inherit !important;
    line-height: 16px !important;
    padding: 10px 0 6px !important;
    position: absolute !important;
    top: 33.5% !important;
    width: 35px !important;
    right: -50px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase;
transition: all 0.3s ease-out !important;
	-webkit-transition: all 0.3s ease-out !important;
	-moz-transition: all 0.3s ease-out !important;
	-ms-transition: all 0.3s ease-out !important;
	-o-transition: all 0.3s ease-out !important;
}
.home-tab .tab-content ul li.item .item-inner.sca-qv-image .sca-qv-button:before {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 15px;
  margin-right: 1px;
  font-weight: normal;
}
.home-tab .tab-content ul li.item .item-inner.sca-qv-image:hover .sca-qv-button { right: 0px;	transition: all 0.3s ease-in !important;
	-webkit-transition: all 0.3s ease-in !important;
	-moz-transition: all 0.3s ease-in !important;
	-ms-transition: all 0.3s ease-in !important;
	-o-transition: all 0.3s ease-in !important;}



#sca-qv-showqv{display: none;}

#main_content .product.col-sm-4.sca-qv-image .sca-qv-button,
.hot-deal.sca-qv-image .sca-qv-button,
.owl-carousel .owl-item.sca-qv-image .sca-qv-button {
    border-radius: 0;
    display: inherit !important;
    height: 35px !important;
    line-height: 13px !important;
    padding: 10px 0 6px !important;
    position: absolute !important;
    top: 38% !important;
    width: 34px !important;
    left: 48% !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase;
}
#main_content .product.col-sm-4.sca-qv-image .sca-qv-button:before,
.owl-carousel .owl-item.sca-qv-image .sca-qv-button:before,
.hot-deal.sca-qv-image .sca-qv-button:before,
#best-seller-block .owl-carousel .owl-item.sca-qv-image .sca-qv-button:before
{
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 15px;
  margin-right: 1px;
  font-weight: normal;
}
.owl-carousel .owl-item .sca-qv-button{ right: -50px;}


.owl-carousel .owl-item.sca-qv-image .sca-qv-button:hover,
.hot-deal.sca-qv-image .sca-qv-button:hover {
  background-color:{{ settings.quickview_bg_hover }}!important;
  color:{{ settings.quickview_hover_text }}!important;
}

.owl-carousel .owl-item.sca-qv-image:hover .sca-qv-button {
  	top: 35.2% !important;
}

.special-pro .owl-carousel .owl-item.sca-qv-image:hover .sca-qv-button {
  right: 0px;
}
.owl-carousel .owl-item .sca-qv-button, .hot-deal .sca-qv-button {
	border-radius: 0;
    display: inherit !important;
    height: 34px !important;
    left: inherit !important;
    line-height: 16px !important;
    padding: 8px 0 6px !important;
    position: absolute !important;
    top: 30.9% !important;
    width: 34px !important;
    right: -50px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    transition: all 0.3s ease-out !important;
    -webkit-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    -ms-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
}
.hot-deal.sca-qv-image:hover .sca-qv-button {
  	right: 16px;
  	top: 45.5% !important;
    transition: all 0.3s ease-in !important;
	-webkit-transition: all 0.3s ease-in !important;
	-moz-transition: all 0.3s ease-in !important;
	-ms-transition: all 0.3s ease-in !important;
	-o-transition: all 0.3s ease-in !important;}

#best-seller-block .owl-carousel .owl-item.sca-qv-image:hover .sca-qv-button {
  	right: 15px;
  	transition: all 0.3s ease-in !important;
	-webkit-transition: all 0.3s ease-in !important;
	-moz-transition: all 0.3s ease-in !important;
	-ms-transition: all 0.3s ease-in !important;
	-o-transition: all 0.3s ease-in !important;}

#main_content .product.col-sm-4.sca-qv-image:hover .sca-qv-button {
  	right: 0px;
    transition: all 0.3s ease-in !important;
	-webkit-transition: all 0.3s ease-in !important;
	-moz-transition: all 0.3s ease-in !important;
	-ms-transition: all 0.3s ease-in !important;
	-o-transition: all 0.3s ease-in !important;}
/*==================================================================*/
/*Instagram*/
/*==================================================================*/

#instafeed .owl-item {
      margin-bottom: 18px;
    padding: 0 12px;


}
#instafeed .owl-carousel .owl-wrapper-outer{width: 101%;}
#instafeed .owl-wrapper{margin:0px 0 0 -8px;}
.home-instagram {
    background: {{ settings.instagram_bg_color }};
    clear: both;
    margin-top: 30px;
    padding:10px 0 0px;
    text-align: center;

}
.home-instagram{margin-top: 0px; margin-bottom: 0px;}
.instagram-inner .widget-title {
  padding: 0 0 0px 0;
    text-align: left;
    color: #000000;
    margin:0px;
}
.instagram-inner .widget-title h3 {
   border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 0px;

}
.instagram-inner .widget-title h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 22px;
    line-height: 28px;
    padding: 0px 0px 10px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px #e5e5e5 solid;
}
.instagram-inner .widget-title em {
    font-style: normal;
    font-weight: 300;
}
.instagram-inner {
    margin-top: 0px;
    background: #fff;
    margin-bottom: 0px;
    overflow: hidden;
}
.instagram-des {
  color: #777;
  letter-spacing: 0.02em;
  text-align:left;
  width: 80%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; padding: 25px 0px 10px 0px;
}
.home-instagram .owl-theme .owl-controls .owl-buttons div { margin-top: -14px; height: 33px; width: 33px; top: 50%; }
.home-instagram .owl-theme .owl-controls .owl-buttons div.owl-prev { left: 30px; background-position: -66px -593px; }
.home-instagram .owl-theme .owl-controls .owl-buttons div.owl-next { right: 30px; background-position: -66px -652px; }
.home-instagram a.btn {
  min-width: 160px;
  font-family: 'Open Sans', sans-serif;
  background-color: #ef4749;
    color: #fff;
    border: 1px solid #ef4749;
    font-size: 12px;
  padding: 0 20px;
    text-transform: uppercase;
    line-height: 34px;
    height: 36px;
    letter-spacing: 0.05em;
    font-weight: 700;
     text-decoration: none;
  transition: all 0.25s;
  float: right; margin: 25px 25px 0;
}

.home-instagram a.btn span.arrow {
    text-indent: -999em;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    margin-left: 10px;
    border: 5px solid transparent;
      border-left-color: #fff;
}
.home-instagram a.btn:hover {
  background-color: #ef4749;
    color: #ffffff;
    border-color: #ef4749;
  transition: all 0.25s;
}
#instafeed.owl-carousel {
    padding: 25px 15px 5px 25px;
}
#instafeed .owl-pagination {
    top: -46px;
    background-color:#f8f8f8;
}
#instafeed .owl-item img {
     width: 100%;
  border: 1px solid #eaeaea;
    padding: 1px;
}
#instafeed .owl-controls {
    margin-top: 0px;
}
#instafeed .owl-buttons .owl-prev {
    position: absolute;
    right: 26px;
    top: -18.4%;
    left: inherit;
}
#instafeed .owl-buttons .owl-next {
    position: absolute;
    right: -5px;
    top: -16.6%;
}
#instafeed .owl-buttons .owl-prev a {
	background-position: 0 100%;
}
#instafeed .owl-buttons .owl-next a {
	background-position: 100% 100%;
	top: 40%;
      border-left: 1px solid #ddd !important;
}
#instafeed .owl-buttons .owl-next a:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f105";
	text-transform: none;
	font-size: 26px;
	line-height: 26px;
}
#instafeed .owl-buttons .owl-prev a:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f104";
	text-transform: none;
	font-size: 26px;
	line-height: 38px;
}
#instafeed .owl-buttons a {
    background: #fff;
    display: block;
    height: 25px;
    margin: 0px 0 0 -30px;
    position: absolute;
    top: 40%;
    width: 32px;
    z-index: 5;
    color: #666;
    border: 0px #ddd solid;
}
.owl-theme .owl-controls .owl-buttons div {
	background: none !important;
}
#instafeed .owl-buttons a:hover {
	text-decoration: none;
	color: #ef4749;
	border: 0px solid #ef4749;
}
#instafeed .owl-buttons .owl-prev a {
	background-position: 0 100%;
}

/*==================================================================*/
/*Offer Slider*/
/*==================================================================*/

.parallax {
	height: 500px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.parallax-2 {
	background-image: url("{{ 'parralax-bg.jpg' | asset_url }}");
	padding-top: 100px;
	padding-bottom: 50px;
}
.offer-slider {
   display: inline-block;
    font-family: 'Open Sans', sans-serif;
    margin: 50px auto 10px;
    text-align: center;
    width: 100%;
}

.offer-slider h3 {
 display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 50px auto 40px;
    padding: 0;
    text-align: center;
}
.offer-slider h4 {
  border-bottom: medium double #fff;
    display: inline-block;
    font-family: "Herr Von Muellerhoff";
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: auto;
    padding: 15px 5px;
}
.offer-slider li {
	position: relative
}
.offer-slider p {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0;
    text-align: center;
}
.offer-slider a.shop-now {
    border: 2px solid #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 45px;
    padding: 10px 25px;
    text-transform: uppercase;

}
.offer-slider a.shop-now:after {
	content: '\f0da';
	font-family: FontAwesome;
	display: inline-block !important;
	margin-left: 15px;
	font-size: 16px;
}
.right-banner-1 {
  margin-bottom:25px;
   overflow: hidden;
  float: left;
  display: inline-block;
  margin-top: 30px;

}
.right-banner-1 .banner-sub-title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.right-banner-1 .banner-details {
	left: inherit;
    padding: 0 2%;
    text-align: left;
    bottom: 30px;
    position: absolute;
    font-family: "Open Sans", sans-serif;
}
.right-banner-1 .banner-title {
	margin-top: 3px;
    font-size: 12px;
    line-height: 12px;
  	font-family: "Open Sans", sans-serif;
}
.right-banner-1 .banner-sub-title {
 /*   font-weight: normal;
    padding: 0px;
    letter-spacing: normal;
    margin-top: 10px;
  	font-family: "Times New Roman", Times, serif;
    font-size: 68px;
    line-height: 68px;
    text-transform: uppercase;  */

  font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ad-img {
    position: relative;
    overflow: hidden;
}

.right-banner-1 .banner-desc-left {
    float: left;
}
.right-banner-1 .ad-img  img {
    max-width: 100%;
}
.right-banner-1 .banner-details .banner-percent-amount {
    letter-spacing: -2.5px;
    float: left;
    color: #f28083;
    font-family: "Times New Roman", Times, serif;
    font-size: 60px;
    font-weight: normal;
    line-height: 50px;
    margin-top: 13px;
}
.right-banner-1 .banner-desc-right {
    float: left;
    margin-top: 15px;
}
.right-banner-1 .banner-details .percent-sign {
    margin-left: 6px;
    line-height: normal;
    font-size: 18px;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
}
.right-banner-1 .banner-details .percent-off {
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
}
.right-banner-1 .banner-desc-bottom-text {
    float: left;
    width: 100%;
    font-size: 13px;
    margin-left: 10px;
    letter-spacing: 1px;
}


.right-banner-1 .banner-details {
    left: inherit;
    padding:0;
    text-align: left;
    bottom: 30px;
    position: absolute;
    font-family: "Open Sans", sans-serif;
    color:#333;
    margin-left:25px;
}
.right-banner-1 .banner-title {
    font-size: 12px;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 3px;
    letter-spacing: 1px;
  color: #333;
}
.right-banner-1 .banner-sub-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
    /* color: #333; */
    text-transform: uppercase;
    letter-spacing: 0.5px;
  color: #333;
}
.right-banner-1 .banner-desc-bottom-text {
  /*  color: #aaa;  */
    border-color: #555;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    background: none;
    border: none;
    border-bottom: 1px solid;
    letter-spacing: 0.5px;
    padding: 0px 0px;
    font-weight: 600;
    font-size: 11px;
    color: #555;
    margin-top: 12px;
}


.right-banner-2 {
 /*   border: 1px #eaeaea solid;  */
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 25px;

    margin-top: 30px;
/*    margin-left: 30px;  */
    float: left;
    display: inline-block;
}
.right-banner-2 .ad-img {
  /*  width: 75px;  */
    float: left;
}
.right-banner-2 .ad-img  img {
    max-width: 100%;
}
.right-banner-2 .ad-content {
    width: 185px;
 /*   float: left;   */
    padding: 20px 15px;
    line-height: 1.2em;
    position: absolute;
}
.right-banner-2 .ad-content strong {
    display: block;
    margin-bottom: 5px;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.right-banner-2 .banner-details {
    padding: 0;
    text-align: center;
    top: 30px;
    position: absolute;
    font-family: "Open Sans", sans-serif;
    color: #333;
    width:92%;
}
.right-banner-2 .banner-title {
    font-size: 12px;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 3px;
    letter-spacing: 1px;
}
.right-banner-2 .banner-sub-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
    /* color: #333; */
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.right-banner-2 .banner-desc-bottom-text {
    color: #aaa;
    border-color: #aaa;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    background: none;
    border: none;
    border-bottom: 1px solid;
    letter-spacing: 0.5px;
    padding: 0px 0px;
    font-weight: 600;
    font-size: 11px;
    /* color: #555; */
    margin-top: 12px;
}








.right-banner-3 {
 /*   border: 1px #eaeaea solid;  */
    overflow: hidden;
    font-size: 13px;
    margin: auto;

    float: right;
  margin-top: 30px;
}
.right-banner-3 .ad-img {
 /*   width: 75px;   */
    float: right;
}
.right-banner-3 .ad-img  img {
    max-width: 100%;
}
.right-banner-3 .ad-content {
    width: 185px;
 /*   float: left;  */
    padding: 20px 15px;
    line-height: 1.2em;

    position: absolute;
    float: right;
}
.right-banner-3 .ad-content strong {
    display: block;
    margin-bottom: 5px;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}



.right-banner-3 .banner-details {
    left: inherit;
    padding:0;
    text-align: left;
    bottom: 30px;
    position: absolute;
    font-family: "Open Sans", sans-serif;
    color: #333;
    margin-left:25px;
}
.right-banner-3 .banner-title {
    font-size: 12px;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 3px;
    letter-spacing: 1px;
}
.right-banner-3 .banner-sub-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
    /* color: #333; */
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.right-banner-3 .banner-desc-bottom-text {
    color: #aaa;
    border-color: #aaa;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    background: none;
    border: none;
    border-bottom: 1px solid;
    letter-spacing: 0.5px;
    padding: 0px 0px;
    font-weight: 600;
    font-size: 11px;
    /* color: #555; */
    margin-top: 12px;
}


.right-banner-4 {
 /*   margin-bottom: 25px;  */
    float: left;
    display: inline-block;
   overflow: hidden;
    margin-top: 45px;
    /* position: absolute; */
}
.right-banner-4 .banner-sub-title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.right-banner-4 .banner-details {
	left: inherit;
    padding:0;
    text-align: left;
    bottom: 30px;
    position: absolute;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    margin-left:25px;
}
.right-banner-4 .banner-title {
/*	margin-top: 3px;
    font-size: 12px;
    line-height: 12px;
  	font-family: "Open Sans", sans-serif;  */

    font-size: 12px;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 3px;
    letter-spacing: 1px;
}
.right-banner-4 .banner-sub-title {
 /*   font-weight: normal;
    padding: 0px;
    letter-spacing: normal;
    margin-top: 10px;
  	font-family: "Times New Roman", Times, serif;
    font-size: 68px;
    line-height: 68px;
    text-transform: uppercase;  */

    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
 /*   color: #333;  */
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.right-banner-4 .ad-img  img {
    max-width: 100%;
}
.right-banner-4 .banner-desc-left {
    float: left;
}
.right-banner-4 .banner-details .banner-percent-amount {
    letter-spacing: -2.5px;
    float: left;
    color: #f28083;
    font-family: "Times New Roman", Times, serif;
    font-size: 60px;
    font-weight: normal;
    line-height: 50px;
    margin-top: 13px;
}
.right-banner-4 .banner-desc-right {
    float: left;
    margin-top: 15px;
}
.right-banner-4 .banner-details .percent-sign {
    margin-left: 6px;
    line-height: normal;
    font-size: 18px;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
}
.right-banner-4 .banner-details .percent-off {
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
}
.right-banner-4 .banner-desc-bottom-text {
/*    float: left;
    width: 100%;
    font-size: 13px;
    margin-left: 10px;
    letter-spacing: 1px;  */

    color: #aaa;
    border-color: #aaa;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    background: none;
    border: none;
    border-bottom: 1px solid;
    letter-spacing: 0.5px;
    padding: 0px 0px;
    font-weight: 600;
    font-size: 11px;
    /* color: #555; */
    margin-top: 12px;
}

.btn-learn {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    background: none;
    border: none;
    border-bottom: 1px #555 solid;
    letter-spacing: 0.5px;
    padding: 4px 0px;
    font-weight: 600;
    font-size: 11px;
    color: #555;
    margin-top: 12px;
}

.right-banner-4 .btn-learn {
    color: #aaa;
    border-color: #aaa;
}





.right-banner-5 {
    overflow: hidden;
    font-size: 13px;
    margin: auto;
    float: right;
    margin-top: 45px;
}
.right-banner-5 .ad-img {
    float: right;
}
.right-banner-5 .ad-img  img {
    max-width: 100%;
}
.right-banner-5 .ad-content {
    width: 185px;
    padding: 20px 15px;
    line-height: 1.2em;
    position: absolute;
    float: right;
}
.right-banner-5 .ad-content strong {
    display: block;
    margin-bottom: 5px;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.right-banner-5 .banner-details {
    left: inherit;
    padding: 0;
    text-align: left;
    bottom: 30px;
    position: absolute;
    font-family: "Open Sans", sans-serif;
    color: #333;
     margin-left: 25px;
}
.right-banner-5 .banner-title {
    font-size: 12px;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 3px;
    letter-spacing: 1px;
}
.right-banner-5 .banner-sub-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.right-banner-5 .banner-desc-bottom-text {
    color: #aaa;
    border-color: #aaa;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    background: none;
    border: none;
    border-bottom: 1px solid;
    letter-spacing: 0.5px;
    padding: 0px 0px;
    font-weight: 600;
    font-size: 11px;
    /* color: #555; */
    margin-top: 12px;
}


/* newsletter Home */

.bottom_block_4  .footer-newsletter {
    padding: 0px;
    width: 100%;
    display:block;
}
.bottom_block_4 .footer-newsletter #mc_embed_signup1 label {
      color: #fff;
    display: inline-block;
    float: left;
    margin-bottom: 12px;
    width: 100%; padding-top: 5px;
}
.bottom_block_4 .footer-newsletter #mc_embed_signup1 input.email {
    width: 260px;
}

.footer-newsletter #mc_embed_signup1{background:none; overflow: hidden;}
.footer-newsletter #mc_embed_signup1 form{padding:0px;}

.footer-newsletter #mc_embed_signup1 .button {
    float: left;
    background: #ef4749;
    border: 1px solid #ef4749;
    overflow: hidden;
    height: 50px;
    padding: 0px 15px;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0px;
    margin-top: 15px;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    width: auto;
    display: inline-block!important;
}
.footer-newsletter #mc_embed_signup1 .button:hover {
background: #ef4749;
  border:1px solid #ef4749;
transition: color 300ms ease-in-out 0s,
  background-color 300ms ease-in-out 0s,
  background-position 300ms ease-in-out 0s;
}

.footer-newsletter #mc_embed_signup1 input.email {
  	float:left;
  	width:30%;
  	background: #FFFFFF;
	width: 300px;
	display: inline-block;
	color: #a7a7a7;
	line-height: 22px;
	background-color: #fff;
	border: none;
	padding:6px 10px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	border: none; margin:0px;
}
.footer-newsletter #mc_embed_signup1 label {
/*    letter-spacing: 1px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 0;
    margin-right: 10px;
    margin-bottom: 12px;
    width: 100%;
    display: inline-block;  */

    letter-spacing: 0.5px;
    color: #fff;
    font-size: 20px;
    /* text-transform: uppercase; */
    font-family: 'Open Sans', sans-serif;
    padding-top: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 400;
    display: inline-block;
}

.footer-newsletter #mc_embed_signup1 input.email {
    background: none repeat scroll 0 0 #fff;
    border: 1px #eaeaea solid;
    color: #777;
    display: inline-block;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  margin-top: 15px;
  /*I  padding: 7px 10px;
    width: 188px;  */
    height: 50px;
    width: 86%;
}

.footer-newsletter {
    display:block;
    padding: 0px 0!important;
    width:auto!important;
  /*  margin-bottom: 30px;  */
        margin: 30px 0px;
}
.title-text {
    font-size: 13px;
    padding-top: 0;
    letter-spacing: 0.5px;
    text-align: left;
    float: none;
    color: #aaa;
    display: block;
}


/*========== Sidebar Best Seller Block ==========*/
#best-seller-block .owl-item .product .box-inner{position: absolute;
    top: 48%;
    left: 32%; z-index: 1; opacity:0;
}
#best-seller-block .owl-item:hover .product .box-inner{opacity:1;}
#best-seller-block .owl-item .product .box-inner .add-to-cart-btn span{ display:none;}
#best-seller-block .owl-item .product .box-inner .addToCartForm{ display: inline-block; float: left;}
#best-seller-block .owl-item .product .box-inner .contact-form{display: inline-block;}
#best-seller-block .owl-item .product .box-inner .add-to-cart-btn {
	border: 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	font-weight: normal;
	border: 1px solid #fff;
	background: none;
    height: 40px;
    line-height: 40px;
    width: 40px;
    transition: all 0.4s ease-out 0s;
	transform: scale(0);
    display: inline-block;
}
#best-seller-block .owl-item .product .box-inner .add-to-cart-btn:hover {
	background: #ef4749;
}
#best-seller-block .owl-item .product .box-inner .add-to-cart-btn:before {
	content: "\f07a";
	font-family: 'FontAwesome';
	font-size: 17px;
}
#best-seller-block .owl-item .product .box-inner .contact-form button.wishlist span,
#best-seller-block .owl-item .product .box-inner a.wishlist span
{ display:none;}
#best-seller-block .owl-item .product .box-inner .contact-form button.wishlist:before,
#best-seller-block .owl-item .product .box-inner a.wishlist:before{
	content: "\f004";
    font-family: 'FontAwesome';
	font-size: 14px;
}
#best-seller-block .owl-item .product .box-inner .contact-form button.wishlist,
#best-seller-block .owl-item .product .box-inner a.wishlist
{
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding:0;
	text-decoration: none;
	display: inline-block;
	border: 1px #fff solid;
	width: 40px;
    margin-left: 12px;
    background: inherit;
    height: 40px;
    line-height: 40px;
    transition: all 1s ease-out 0s;
	transform: scale(0);
}
#best-seller-block .slider-items .owl-item:hover .product .box-inner .add-to-cart-btn,
#best-seller-block .slider-items .owl-item:hover .product .box-inner .contact-form button.wishlist,
#best-seller-block .slider-items .owl-item:hover .product .box-inner a.wishlist {transform: scale(1);}
#best-seller-block .slider-items .owl-item .product .box-inner .contact-form button.wishlist:hover,
#best-seller-block .slider-items .owl-item .product .box-inner a.wishlist:hover{background: #ef4749;}
#aside-left #best-seller-block .owl-item:hover .product .product_image-wrap img {
/*	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transform: scale(1.2);  */
}
#aside-leftt #best-seller-block .product .product_image-wrap img {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}


#aside-left #best-seller-block .product_image-wrap{   overflow: hidden;
    padding: 0;
    position: relative;}


#best-seller-block .owl-item.sca-qv-image .sca-qv-button {
    border-radius: 0;
    display: inherit !important;
    height: 35px !important;
    line-height: 13px !important;
    padding: 10px 0 6px !important;
    position: absolute !important;
    top: 33% !important;
    width: 34px !important;
    left: 48% !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase;

}
#best-seller-block .owl-item .sca-qv-button {
	top: 100% !important;
    padding: 5px !important;
    display: inherit !important;
    width: 89.5%!important;
    border-radius: 0px;
    height: 40px !important;
    left: 15px !important;
    line-height: 16px !important;
    position: absolute !important;
}
#best-seller-block .item:hover .box-hover {
      /*  left: 35%;  */
}
#best-seller-block:hover .box-hover {
  top: 28%;}
.pro-tabs ul.tabs {
    border: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    position: inherit;
    text-align: left;
    width: 100%;
    height: 43px;

}

#best-seller-block .box-hover .add-to-links li .btn.btn-primary:hover {
    background: #ef4749;
    color: #ffffff !important;
    /* border: 1px #ef4749 solid; */
}
#best-seller-block .box-hover .add-to-links li .btn.btn-primary {
    height: 35px;
    width: 35px;
    display: block;
    font-size: 0;
    color: #fff;
    line-height: 27px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin: -2px 0px;
    background: none;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    border: none;
    vertical-align: top;
    display: inline;
    background: #4a4a4a;
    color: #ffffff !important;
    /* border: 1px #4a4a4a solid; */
}
#best-seller-block .product-desc {
    display: none;
}





/*========== Sidebar Popular products Block ==========*/
#popular-products-block .owl-item .product .box-inner{position: absolute;
    top: 48%;
    left: 32%; z-index: 1; opacity:0;
}
#popular-products-block .owl-item:hover .product .box-inner{opacity:1;}
#popular-products-block .owl-item .product .box-inner .add-to-cart-btn span{ display:none;}
#popular-products-block .owl-item .product .box-inner .addToCartForm{ display: inline-block; float: left;}
#popular-products-block .owl-item .product .box-inner .contact-form{display: inline-block;}
#popular-products-block .owl-item .product .box-inner .add-to-cart-btn {
	border: 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	font-weight: normal;
	border: 1px solid #fff;
	background: none;
    height: 40px;
    line-height: 40px;
    width: 40px;
    transition: all 0.4s ease-out 0s;
	transform: scale(0);
    display: inline-block;
}
#popular-products-block .owl-item .product .box-inner .add-to-cart-btn:hover {
	background: #ef4749;
}
#popular-products-block .owl-item .product .box-inner .add-to-cart-btn:before {
	content: "\f07a";
	font-family: 'FontAwesome';
	font-size: 17px;
}
#popular-products-block .owl-item .product .box-inner .contact-form button.wishlist span,
#popular-products-block .owl-item .product .box-inner a.wishlist span
{ display:none;}
#popular-products-block .owl-item .product .box-inner .contact-form button.wishlist:before,
#popular-products-block .owl-item .product .box-inner a.wishlist:before{
	content: "\f004";
    font-family: 'FontAwesome';
	font-size: 14px;
}
#popular-products-block .owl-item .product .box-inner .contact-form button.wishlist,
#popular-products-block .owl-item .product .box-inner a.wishlist
{
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding:0;
	text-decoration: none;
	display: inline-block;
	border: 1px #fff solid;
	width: 40px;
    margin-left: 12px;
    background: inherit;
    height: 40px;
    line-height: 40px;
    transition: all 1s ease-out 0s;
	transform: scale(0);
}
#popular-products-block .slider-items .owl-item:hover .product .box-inner .add-to-cart-btn,
#popular-products-block .slider-items .owl-item:hover .product .box-inner .contact-form button.wishlist,
#popular-products-block .slider-items .owl-item:hover .product .box-inner a.wishlist {transform: scale(1);}
#popular-products-block .slider-items .owl-item .product .box-inner .contact-form button.wishlist:hover,
#popular-products-block .slider-items .owl-item .product .box-inner a.wishlist:hover{background: #ef4749;}
#aside-left #popular-products-block .owl-item:hover .product .product_image-wrap img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transform: scale(1.2);
}
#aside-leftt #popular-products-block .product .product_image-wrap img {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}


#aside-left #popular-products-block .product_image-wrap{   overflow: hidden;
    padding: 0;
    position: relative;}


#popular-products-block .owl-item.sca-qv-image .sca-qv-button {
    border-radius: 0;
    display: inherit !important;
    height: 35px !important;
    line-height: 13px !important;
    padding: 10px 0 6px !important;
    position: absolute !important;
    top: 33% !important;
    width: 34px !important;
    left: 48% !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase;

}
#popular-products-block .owl-item .sca-qv-button {
	top: 100% !important;
    padding: 5px !important;
    display: inherit !important;
    width: 89.5%!important;
    border-radius: 0px;
    height: 40px !important;
    left: 15px !important;
    line-height: 16px !important;
    position: absolute !important;
}
#popular-products-block .item:hover .box-hover {
        left: 35%;
}
#popular-products-block:hover .box-hover {
  top: 28%;}






/* new css */
.product_wrap .flexslider-thumb {
	max-width: 420px;
	margin: 20px auto 0;
	padding: 0 50px;
	position: relative
}

.product_wrap .flexslider-thumb .flex-viewport {
	z-index: 10
}
.product_wrap .flexslider-thumb .flex-direction-nav {
	top: 30%;
	left: 0;
	width: 100%;
	z-index: 9
}
.product_wrap .flexslider-thumb .flex-prev {
	position: absolute;
	left: 12px;
	top: 4px;
    border: 1px solid #ddd;
    line-height: 20px;
    padding: 5px 10px 3px;
}
.product_wrap .flexslider-thumb .flex-next {
	line-height: 20px;
    padding: 5px 10px 3px;
    position: absolute;
    right: 5px;
    top: 4px;border: 1px #ddd solid;
}
.product_wrap .flexslider-thumb li img {
	cursor: pointer;
	-moz-user-select: none;
	border: 1px #ddd solid;
}
.product_wrap.previews-list {
	padding: 0;
	list-style-type: none;
	text-align: center
}
.product_wrap .previews-list li {
	width: 76px;
	margin-right: 10px;
	padding: 0;
	float: none;
	display: inline-block;
}


.product_wrap .flexslider-thumb-vertical-outer {
	margin: 0 10px 15px 0;
	width: 76px;
	float: left;
	position: relative;
	z-index: 1
}
.product_wrap .flexslider-thumb-vertical .flex-viewport {
	height: 300px!important
}
.product_wrap.flexslider-thumb-vertical .slides {
	margin: -4px 0 0;
	padding: 0;
	list-style-type: none
}
.product_wrap .flexslider-thumb-vertical .slides li {
	margin: 0;
	padding: 0;
	overflow: hidden
}
.product_wrap .flexslider-thumb-vertical .slides li img {
	width: 100%;
	padding: 4px 0;
	cursor: pointer;
	-moz-user-select: none
}
.flex-direction-nav, .slider-controls {
	-webkit-transform: translate3d(0, 0, 0)
}
#cloud-zoom-big {
	border: 2px #ddd solid;
	z-index: 99 !important; width: 400px !important; height: 400px !important;
}
.product-image .large-image img{ border: 1px solid #ddd; height: auto; padding: 1px; width: 100%; }
.product_wrap .pagination.pagination__product{ margin-top: 0;
    position: absolute;
    right: 0;}


#searchresults .pagination{ border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
    text-align: center;
    width: 100%;}

#searchresults .pagination span{ border: 1px solid #ddd;
    padding: 5px 10px;}


/*. top categories*/
.top-categories {
	/*margin-bottom: 5px;*/
  margin-top: 50px;

}

.top-categories .block-title {
	color: #000;
    font-family: 'PT Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    padding: 0px 0px 0px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px #e5e5e5 solid;
    height:30px;
    margin-bottom: 35px;
 /*	margin-left: -10px;  */
    z-index: 2;
      text-align: center;
}
.top-categories .block-title h2 {
/*	margin: auto;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0px;
    position: relative;
    line-height: initial;
    color:{{settings.top-categories_title-text-color}};
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 22px 25px 22px 25px;
    position: relative;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background:  {{ settings.top-categories_title_bgcolor }};
    margin-top: 0px;
    min-width: 250px;  */

       color:{{settings.top-categories_title-text-color}};
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 15px 25px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background:  {{ settings.top-categories_title_bgcolor }};
    margin-top: 0px;
    border: #fff double;
    min-width: 220px;
    line-height: normal;
}
/*.top-categories .block-title h2:after {
    content: "";
    height: 1px;
    width: 1px;
    border-style: solid;
    border-width: 5px;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-color: {{ settings.top-categories_title_bgcolor }} {{ settings.top-categories_title_bgcolor }} transparent transparent;
} */
.top-categories .block-title em {
    font-style: normal;
    font-weight: 300;
}

.top-categories .top-cate {

    position: relative;
    z-index: 1000;
    margin-top: 0px;
    padding-bottom: 30px;
/*  background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f5 #eee #d5d5d5 #eee;
    box-shadow: 0 5px 0 rgba(200,200,200,.2); */
    margin-bottom: 50px;
}
.top-categories .top-cate .top-img {
      overflow: hidden;
    position: relative;
    z-index: 1000;
   display: inline-block;


}
.top-categories .top-cate img {
	max-width:100%;
    position: relative;
 /*  border-radius: 150px;
    width: 120px;
    height: 120px;
    border: 5px #ddd solid; */
 /*   margin: 0px 17px 5px 17px; */
    margin-top: 20px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.top-categories .top-cate img:hover {
/*	transform: rotate(-360deg);
	transition: all 0.5s ease 0s;
	-webkit-transform: rotate(-360deg);
	-webkit-transition: all 0.5s ease 0s;
	cursor: pointer  */

    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.top-categories .top-cate .top-info {
  color: {{ settings.category_name1-text-color }};
    font-size: 12px;
    font-weight: bold;
    letter-spacing: normal;
    margin: auto;
    padding: 6px 0px 0px 0px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    /* margin: 0px 20px; */
    width: 100%;
    text-align:center ;
}



/*hot deal*/
.timer-grid {
	overflow: hidden;
	display: inline-block;
}
.timer-grid .box-time-date {
	background: {{ settings.timer-box-bg-color }};
	font-size: 9px;
	color: {{ settings.timer-box-text-color }};
	min-width: 55px;
	min-height: 50px;
	text-align: center;
	margin-top: 7px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
	border: 1px {{ settings.timer-box-border-color }} solid;
	display: inline-block;font-family: 'Open Sans', sans-serif;
  margin-right:7px;
  float:left;
}
.timer-grid .day.box-time-date {
	background: {{ settings.date-box-bg-color }};
	color: {{ settings.date-box-text-color }};
	border: 1px {{ settings.date-box-border-color }} solid;font-family: 'Open Sans', sans-serif;
}

.timer-grid .box-time-date span {
	display: block;
	font-size: 16px;
	margin-top: 6px;
}
.box-timer {
    text-align: center;
    margin-top: 13px;
    position: absolute;
    top: 65%;
    left: 50%;
}
.hot-deal {
	overflow: hidden;
}
#main_content .hot-deal .product .product_image-wrap {
  margin-bottom:0px;
}

.hot-deal .products-grid .item button.button {
    background: {{ settings.timer-cart-btn-bg-color }} !important;
    border: 1px {{ settings.timer-cart-btn-border-color }} solid !important;
    color:{{ settings.timer-cart-btn-text-color }} !important;
}
.hot-deal .item {
	margin-top: auto;
    display: inline-block;
    background: #fff;
  	text-align: center;
  	width:100%;
}
.hot-deal .item:hover .product_title-wrap a{color: #ef4749;}
.hot-deal .item-info {
	padding-bottom: 18px;
}
#main_content .hot-deal .product .product_title-wrap {
    padding-top: 14px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  	padding-left: 10px;
  	padding-right: 10px;
  	margin-bottom:0px;
}
#main_content .hot-deal .product .spr-badge {
  margin-bottom:10px;
}
.hot-deal del {
    color: #999;
    margin-left: 10px;
    font-weight: normal;
}
.hot-deal .sale-badge{display: none;}

.hot-deal .products-grid .item .item-inner .item-img {
	margin: 0px auto 0;
}
.hot-deal .product {
  padding: 0px 0px 20px;
  margin:0px !important;
}

.hot-label {
	font-size: 10px;
	color: #fff;
	background: #ff4318;
	text-transform: uppercase;
	padding: 2px 10px;
	text-align: center;
	display: block;
	position: absolute;
	top: 68px;
  	z-index: 1;
}
.hot-label.hot-top-right {
	right: 0;
	left: auto; z-index: 1;
}
.hot-deal .item:hover .box-hover{
  top:33.8%;
}
.hot-deal .item:hover {
    left: 0px;
    top: 0px;
}
.box-hover .add-to-links {
	margin: 0;
	list-style: none;
	padding: 0;
}
.box-hover .add-to-links li {
    margin: 15px 0px;
   display: inline-block;
  vertical-align: top;

}
.box-hover {
	position: absolute;
    left: 50%;
    top: -115px;
      transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  margin-left: -40px;
}
.image-hover2 a {
	position: relative;
	display: table;
}
.image-hover2 a:after {
	overflow: hidden;
	position: absolute;
	top: 0;
	content: "";
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	z-index: 1;
}
.image-hover2 a:before {
	font: normal normal normal 18px/1 FontAwesome;
	content: "\f002";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	color: #fff;
	background: #ef4749;
	padding: 8px 12px;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.image-hover2 a:hover:after {
	visibility: visible;
	opacity: 0.8;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.featured-block .box-hover .add-to-links li a, .box-hover .add-to-links li button.wishlist {
    display: none;
}

.box-hover .add-to-links li a,
.box-hover .add-to-links li button.wishlist
{
	height: 35px;
    display: block;
    font-size: 0;
    color: #fff;
    line-height: 36px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin: 0;
    background: none;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    border: none;
    vertical-align: top;
}

.box-hover .add-to-links li a:after,
.box-hover .add-to-links li button.wishlist:after{
	width: 34px;
    height: 35px;
    float: right;
     background: #4a4a4a;
    text-align: center;
    font-family: FontAwesome;
    font-size: 11px;
   color: #fff;
   border-radius: 999px;
}




.box-hover .add-to-links li a:hover:after,
.box-hover .add-to-links li button.wishlist:hover:after{
	background: #ef4749;
  color:#fff;
}
.box-hover .add-to-links a.link-wishlist:after {
	content: "\f004";
	font-size: 13px;
	font-weight: normal; font-family: FontAwesome;
}


.box-hover .add-to-links li a,
.box-hover .add-to-links li button.compare
{
	height: 35px;
    display: block;
    font-size: 0;
    color: #fff;
    line-height: 36px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin: 0;
    background: none;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    border: none;
    vertical-align: top;
}
.box-hover .add-to-links li button.compare{ margin-left:16px;}
.box-hover .add-to-links li a:after,
.box-hover .add-to-links li button.compare:after{
	width: 34px;
    height: 35px;
    float: right;
 /*   background: #fff;  */
     background: #4a4a4a;
    text-align: center;
    font-family: FontAwesome;
    font-size: 11px;
 /* color:#ef4749;  */
   color: #fff;
   border-radius: 999px;
}


.box-hover .add-to-links li a:hover:after,
.box-hover .add-to-links li button.compare:hover:after{
	background: #ef4749;
    color:#fff;
}
.box-hover .add-to-links a.link-compare:after {
    content: "\f005";
	font-size: 13px;
	font-weight: normal; font-family: FontAwesome;
}



.box-hover .add-to-links li a,
.box-hover .add-to-links li button.cart
{
	height: 35px;
    display: block;
    font-size: 0;
    color: #fff;
    line-height: 36px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin: 0;
    background: none;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    border: none;
    vertical-align: top;
    display: inline;
}
.box-hover .add-to-links li button.cart{ margin-left:16px;}
.box-hover .add-to-links li a:after,
.box-hover .add-to-links li button.cart:after{
	width: 34px;
    height: 35px;
    float: right;
 /*   background: #fff;  */
     background: #4a4a4a;
    text-align: center;
    font-family: FontAwesome;
    font-size: 11px;
 /* color:#ef4749;  */
   color: #fff;
   border-radius: 999px;
}


.box-hover .add-to-links li a:hover:after,
.box-hover .add-to-links li button.cart:hover:after{
	background: #ef4749;
    color:#fff;
}
.box-hover .add-to-links a.link-cart:after {
    content: "\f07a";
	font-size: 13px;
	font-weight: normal; font-family: FontAwesome;
}





.product_price{ font-family: 'Open Sans', sans-serif; font-weight: bold;
    font-size: 14px;
    color: #000;
    margin: 0;
 /*   padding: 7px 0px 10px 0px;  */
    min-height: 35px;
}
.hot-deal .btn.btn-primary.addToCart {
    background: {{ settings.timer-cart-btn-bg-color }} !important;
    border: 1px {{ settings.timer-cart-btn-border-color }} solid !important;
    color:{{ settings.timer-cart-btn-text-color }} !important;
}


.widget__hot-product {
    overflow: hidden;
    border: 1px #e5e5e5 solid;
}
.widget__hot-product .widget_content {
    padding-top: 0px;
}
.widget__hot-product .widget_header {
    margin-bottom: 0px;
}

.products-grid .item:hover .box-hover {
    z-index: 10;
    top: 55%;

}

#home-tab-section .category-product {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

#offer-slider.product-flexslider {
	margin: 10px 0px 25px;
}
.product-flexslider {
	margin: 20px 0px;
}
.bestsell-pro {
	margin-bottom: 15px;
}
.bestsell-block {
	background-color: #fff;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.bestsell-pro .block-content {
    padding: 20px 0px;
    margin: 0px -15px;
    width: auto;
}
#bestsell-slider.product-flexslider {
	margin: 0px;
}

.bestsell-pro .block-title h2 {
	margin: auto;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 0px;
    position: relative;
}
.bestsell-pro .block-title em {
    font-style: normal;
    font-weight: 300;
}












.popular-pro{
	margin-bottom: 15px;
}
.popularproducts-block {
	background-color: #fff;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.popular-pro.block-content {
    padding: 20px 0px;
    margin: 0px -15px;
    width: auto;
}
#popular-products.product-flexslider {
	margin: 0px;
}

.popular-pro .block-title h2 {
	margin: auto;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 0px;
    position: relative;
}
.popular-pro .block-title em {
    font-style: normal;
    font-weight: 300;
}













.category-products .text-banner {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	bottom: -60px;
	left: 0;
	padding-bottom: 20px;
	padding-top: 25px;
	position: absolute;
	right: 0;
	z-index: 10;
}


/* Special Product Slider */
.special-pro .block-title {
/*    color: #000;
    font-family: 'PT Sans', sans-serif;  */
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    padding: 0px 0px;
    position: relative;
    text-transform: uppercase;
    margin-left: 10px;
}
.special-pro .block-title h2 {
    margin: auto;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 0px;
    position: relative;    line-height: initial;
}
.special-pro .block-title em {
    font-style: normal;
    font-weight: 300;
}
.special-pro .owl-carousel .owl-wrapper-outer {
/*  margin:0px -10px 0px -10px;  */
}
.special-pro .owl-theme .owl-controls {
    margin-top: 0px;
    right: 40px;
}
#main_content .special-pro .product {
    margin: 10px 0px 0px 0px;

  border: 1px #e5e5e5 solid;
}
.special-pro .owl-carousel .owl-item.sca-qv-image:hover .sca-qv-button {
    left: 52% !important;
    top: 37% !important;
    transition: all 0.3s ease-in !important;
    -webkit-transition: all 0.3s ease-in !important;
    -moz-transition: all 0.3s ease-in !important;
    -ms-transition: all 0.3s ease-in !important;
    -o-transition: all 0.3s ease-in !important;
}

.special-product-block .productborder {
    border: none!important;
    background: none!important;
}

#special-product-slider {
    margin-top: 25px;
}
#special-product-slider .right-block {
    border-width: 0 0px 0px;
    border-style: solid;
    border-color: transparent;
    width: 50%;
    float: right;
    display: inline-block;
  text-align:left;
      position: relative;
}
#special-product-slider .product .item-inner:hover .quickview {
    display: none;
}

.special-product-block .product-flexslider {
    margin: 5px -10px;
}

.special-product-block .box-hover .add-to-links li .btn.btn-primary:hover {
    background: #ef4749;
    color: #ffffff !important;
    /* border: 1px #ef4749 solid; */
}

.special-product-block .box-hover .add-to-links li .btn.btn-primary {
    height: 35px;
    width: 35px;
    display: block;
    font-size: 0;
    color: #fff;
    line-height: 27px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin: -4px 5px;
    background: none;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    border: none;
    vertical-align: top;
    display: inline;
    /* background: #ef4749; */
    background: #4a4a4a;
    color: #ffffff !important;
    /* border: 1px #4a4a4a solid; */
}





.deal-of-the-day {
  	display: block;
    text-align: center;
    margin: 0;
  	background-color: #f8f8f8;
  	background-image: url("{{ 'deal-of-the-day-bg.png' | asset_url }}");
    background-repeat:no-repeat;
    background-position:bottom right;
    padding-top: 50px;
    padding-bottom: 50px;
    border: 1px #eaeaea solid;
    background-size: cover;
}
.deal-of-the-day h2 {
    color: #ef4749;
    font-size: 40px;
    margin: 0px auto;
    font-weight: 400;
    display: block;
    padding: 0px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0px;
    font-family: 'PT Sans', sans-serif;
}
.deal-of-the-day .starSeparator {
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #C2A476;
    text-align: center;
    height: 1px;
    width: 90px;
    background: #333;
    margin-top: 15px;
}
.deal-of-the-day p {
    color: #666;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 80px;
    padding-top: 25px;
}
.deal-of-the-day .shop-now {
    padding: 10px 25px;
    font-size: 13px;
    text-transform: uppercase;
    color: {{ settings.deal-timer-cart-btn-text-color }};
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 35px;
    background:{{ settings.deal-timer-cart-btn-bg-color }};
    margin-bottom: 0px;
    font-family: 'PT Sans', sans-serif;
}
.deal-of-the-day a.shop-now:after {
    content: '\f0da';
    font-family: FontAwesome;
    display: inline-block !important;
    margin-left: 15px;
    color: {{ settings.deal-timer-cart-btn-text-color }};
    font-size: 16px;
}
.deal-of-the-day .box-timer {
    text-align: center;
    margin-top: 0;
    background-color: inherit;
}

/* Deals of the day ***************/
.deal-of-the-day .timer-grid {
	overflow: hidden;
	display: inline-block;
}
.deal-of-the-day .timer-grid .box-time-date {
	background: {{ settings.deal-timer-box-bg-color }};
	font-size: 10px;
	color: {{ settings.deal-timer-box-text-color }};
	min-width: 100px;
	min-height: 100px;
	text-align: center;
	margin-top: 30px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 20px;
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
}
.deal-of-the-day .timer-grid .day.box-time-date {
	background: {{ settings.deal-date-box-bg-color }};
}
.deal-of-the-day .timer-grid .day.box-time-date span {
	color: {{ settings.deal-date-box-text-color }};
}
.deal-of-the-day .timer-grid .day.box-time-date {
	color: {{ settings.deal-date-box-text-color }};
}
.deal-of-the-day .timer-grid .box-time-date span {
	display: block;
	font-size: 24px;
	color: {{ settings.deal-timer-box-text-color }};
	margin-top: 6px;
}
.deal-of-the-day .box-timer {
	text-align: center;
	margin-top: 0;
	position: relative;
	left: 0px;
	top: 0
}
.deal-of-the-day .countbox_2.timer-grid .box-time-date span {
	display: block;
	font-size: 20px;
	color: #000;
	margin-top: 6px;
}

.bestsell-pro {
	margin-bottom: 5px;
}
.bestsell-block {
	background-color: #fff;
	margin-bottom: 35px;
	overflow: hidden;
	position: relative;
    margin-top: 20px;
}
#best-seller-slider .product-desc {
    display: none;
}
#best-seller-slider .rating {
    display: none;
}
/*.bestsell-block .btn.btn-primary{
    height: 35px;
     width: 35px;
    display: block;
    font-size: 0;
    color: #fff;
    line-height: 36px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin: 0;
    background: none;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    border: none;
    vertical-align: top;
    display: inline;
}  */

.bestsell-block .box-hover .add-to-links li .btn.btn-primary {
    height: 35px;
    width: 35px;
    display: block;
    font-size: 0;
    color: #fff;
    line-height: 27px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin: -4px 5px;
    background: none;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    border: none;
    vertical-align: top;
    display: inline;
    /* background: #ef4749; */
    background: #4a4a4a;
    color: #ffffff !important;
 /*   border: 1px #4a4a4a solid;  */
}
.bestsell-block .box-hover .add-to-links li .btn.btn-primary:hover {
    background: #ef4749;
    color: #ffffff !important;
/*    border: 1px #ef4749 solid;  */
}

.btn.btn-primary .carticon:before {
    content: '\f07a';
    font-family: FontAwesome;
    font-size: 15px;
    /* padding-right: 5px; */
    font-weight: normal;
    color: #fff;
    margin-left: -2px;
}


#aside-left .widget__best-sellers .widget_header span {
    font-size: 16px;
    text-align: left;
    /* float: left; */
    /* font-weight: 400; */
    letter-spacing: 1px;
    line-height: normal;
    margin: 0;
}

.bestsell-block .item .item-inner:hover .quickview {
    display: block;
}
.top-right {
    right: 0px;
    top: 0;
    background: #fff;
    letter-spacing: 1px;
}
.quickview {
    background-color: #fff;
    color: #e33b3f;
    border: 1px solid #ccc;
    height: 38px;
    width: 38px;
    line-height: 35px;
    font-size: 1.42857rem;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 10px;
    text-align: center;
    display: none;
    position: absolute;
    margin: 10px;
}
.quickview a {
    color: #e33b3f;
}
.quickview a:hover {
    color: #222;
}
.bestsell-pro .block-content {
    padding: 15px 0px;
    margin: 0px -15px;
    width: auto;
}




#bestsell-slider.product-flexslider {
	margin: 0px;
}
.bestsell-pro .block-title {
	color: #000;
    font-family: 'PT Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
/*    padding: 0px 0px 10px;   */
    position: relative;
    text-transform: uppercase;
/*    border-bottom: 1px #e5e5e5 solid;  */

}
.bestsell-pro .block-title h2 {
	margin: auto;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 0px;
    position: relative;
    line-height: initial;
    font-family: 'Open Sans', sans-serif;
}
.bestsell-pro .block-title em {
    font-style: normal;
    font-weight: 300;
}

.productborder {
    border: 1px #eceeef solid;
    padding: 0px;
}
.productborder:hover {
    background: #f9f9f9;
    border: 1px #eceeef solid;
    color: #292b2c !important;
}

.featured-pro .right-block {
    border-width: 0 0px 0px;
    border-style: solid;
    border-color: transparent;
  width:66%
}



/*6d. featured slider*/
.featured-pro {
	margin-bottom: 0px;
    margin-bottom: 0px;
    background: url({{ 'footer-img.png' | asset_url }}) repeat center center;
    overflow: hidden;
    padding: 55px 0px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.featured-block {
	background-color: #fff;
    padding-bottom: 15px;
 	overflow: hidden;
	position: relative;
    width: 31%;
    margin-right: 26px;
}



.featured-block3 {
    background-color: #fff;
    padding-bottom: 15px;
    overflow: hidden;
    position: relative;
    width: 32%;
  border: 1px #eaeaea solid;
}
.featured-block2 {
    background-color: #fff;
    padding-bottom: 15px;
    overflow: hidden;
    position: relative;
    width: 32%;
    margin-right: 23px;
  border: 1px #eaeaea solid;
}
.featured-block1 {
    background-color: #fff;
    padding-bottom: 15px;
    overflow: hidden;
    position: relative;
    width: 32%;
    margin-right: 23px;
  border: 1px #eaeaea solid;
}



.featured-block1 .box-hover .add-to-links li {
    display: none;
}
.featured-block1 .productborder {
    border: none;
    background: none;
}
.featured-block1 .right-block {
    border-width: 0 0px 0px;
    border-style: solid;
    border-color: transparent;
    float: right;
    display: inline-block;
  text-align:left

}
.featured-block1 .product_image-wrap {
    border-width: 0 !important;
    float: left;
    width: 29.3%;
}
#main_content .featured-block1 .product .item-inner:hover .quickview {
    display: none;
}



.featured-block2 .box-hover .add-to-links li {
    display: none;
}
.featured-block2 .productborder {
    border: none;
    background: none;
}
.featured-block2 .right-block {
    border-width: 0 0px 0px;
    border-style: solid;
    border-color: transparent;
    float: right;
    display: inline-block;
   text-align:left
}
.featured-block2 .product_image-wrap {
    border-width: 0 !important;
    float: left;
    width: 29.3%;
}
#main_content .featured-block2 .product .item-inner:hover .quickview {
    display: none;
}



.featured-block3 .box-hover .add-to-links li {
    display: none;
}
.featured-block3 .productborder {
    border: none;
    background: none;
}
.featured-block3 .right-block {
    border-width: 0 0px 0px;
    border-style: solid;
    border-color: transparent;
    float: right;
    display: inline-block;
  text-align:left
}
.featured-block3 .product_image-wrap {
    border-width: 0 !important;
    float: left;
    width: 29.3%;
}
#main_content .featured-block3 .product .item-inner:hover .quickview {
    display: none;
}



.featured-pro .home-block-inner {
	border-width: 0 !important;
	float: right;
    width: 23.3%;
    min-height: 390px;
}
.featured-pro .home-block-inner:after {
    border-color: transparent #1bbc9b transparent transparent;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 23.3%;
    top: 6%;
    width: 0;
    z-index: 10;
}
.featured-block .box-hover .add-to-links li {
    display: none;
}

.featured-pro .block-content {

    width: auto;

}
#featured-slider.product-flexslider {
	margin: 0px;
}
.featured-pro .block-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 65px;
	position: relative;
    padding-left: 10px;
}
#featured-slider .product-desc {
    display: none;
}
#main_content .featured-block .product .item-inner:hover .quickview {
    display: none;
}
#main_content .featured-block .product .product_title-wrap a {
    font-size: 13px;
    color: #292b2c;
    margin-bottom: 0px;
}


.featured-pro .block-title h2 {

     font-size: 16px;
    font-family: Open Sans;
    text-transform: uppercase;
    display: inline-block;
    line-height: 2;
    border-bottom: solid 1px #666;
    font-weight: bold;
    letter-spacing: 1px;
    color: #666;
    padding-left: 0px;
    margin-bottom: 15px;
    padding-bottom: 5px;

}
.featured-pro .block-title em {
	font-style: normal;
	font-weight: 300;
}

.featured-pro .product-flexslider .owl-pagination {
    background: inherit;
    left: inherit;
    padding-left: inherit;
    position: absolute;
    right: -10%;
    text-align: center;
    top: 88%;
    z-index: 7;
}
.featured-pro .owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    border: none;
    margin-right: 6px;
    background: #fff;
    margin: auto;
    opacity: 1;
}
.featured-pro .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #000 !important;
}
.featured-block .right-block {
    border-width: 0 0px 0px;
    border-style: solid;
    border-color: transparent;
    float: right;
    display: inline-block;

}



#main_content .bestsell-pro .product{
  margin: auto;overflow: hidden;

}

#main_content .featured-pro .product
{ margin: auto;overflow: hidden;
   padding-bottom: 15px;
}

#featured-slider .product .product_title-wrap{

    text-align: left;
    margin-top: 5px;


}

#featured-slider .product .product_price{  text-align: left;

}

.rating-box {
    float: left;
    height: 9px;
    width: 50%;
   background: url({{ 'bkg_rating.png' | asset_url }}) repeat center center;
}

.rating-box {
    width: 60px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.ratings .rating-box {
    display: inline-block;
}

.featured-pro .item .ratings {
    width: 100px;
    transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    z-index: 1;
    overflow: visible;
    text-align: left;
    display: inline-block;
    margin: 0px;
}
.featured-block .productborder {
    border: none;
    background: none;
}


/*18. bottom banner*/

.banner-top .banner-inner-content {
    margin: 10px 0 20px;
    overflow: hidden;
    position: relative;
}
.banner-top.banner1 .text-banner {
    margin: auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 32%;
    width: 100%;
    z-index: 9;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: scale(0);
}
.banner-top.banner1:hover .text-banner {
    opacity: 1;
    transform: scale(1);
}
.text-banner h3 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1;
    margin: 0 0 16px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.banner1 h3 {
    color: {{ settings.home_banner1-1_normal_text_color }};
}

.text-banner h2 {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1;
    margin: 14px 0 8px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.banner1 h2 {
    color: {{ settings.home_banner1-1_header_text_color }};
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.home-banner-section img {
    width: 100%;
}
.banner-top .banner-inner-content .overlay {
    background: #ef4749;
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: auto;
    z-index: 2;
    transform: scale(0);
}
.banner-top .banner-inner-content:hover .overlay {
    opacity: 1;
    transform: scale(1);
}
.bottom-banner-section {
	margin-bottom: 25px
}
.bottom-banner-section img{ max-width:100%;}
.bottom-banner-section .banner-inner {
    position: relative;
}
.bottom-banner-section .banner-details {
    left: 35px;
    top: 22px;
    width: 95%;
    position: absolute;
    display: none;
}
.bottom-banner-section .banner-sub-title {
    color: {{ settings.home_banner1-1_header_text_color }};
    font-family: 'PT Sans', sans-serif;
    font-size: 19px;
    text-transform: uppercase;
}
.bottom-banner-section .banner-title {
    color: {{ settings.home_banner1_header_text_color }};
    font-family: 'PT Sans', sans-serif;
    font-size: 100px;
    letter-spacing: 1.5px;
    line-height: 95px;
    text-transform: uppercase;
    display: inline-block;
    float: left;
}
.bottom-banner-section span.mgk-prc {
    color: {{ settings.home_banner_mgk_prc_text_color }};
    font-family: 'PT Sans', sans-serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 55px;
    display: block;
}
.bottom-banner-section span.mgk-off {
    color: {{ settings.home_banner_mgk_off_text_color }};
    font-family: 'PT Sans', sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.bottom-banner-section .banner-desc {
    color: {{ settings.home_banner1-1_normal_text_color }};
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0.8px;
    margin-top: 4px;
    width: 23%;
    line-height: normal;
}
.sticky-m {
    position: fixed;
    margin-top: 0px;
    z-index: 1000;
    display: block;
    top: 0px;
    right: 19.2%;
    width: 210px;
}
.sticky-m .top-header {
    margin-top: 0px;
}
.sticky-m .top-header .tile_cart a {
    line-height: 41px;
}
.sticky-header {
    position: fixed !important;
    margin-top: 0px;
    display: block;
    top: 0px !important;
}
.grid.grid-border {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    font-size: 14px;
    width: 100%;
}
.product .product-desc {
    display: none;
}
.grid.grid-border .rating {
    display: none;
}

 .home-tab .tab-content ul li.item:hover .btn.btn-primary,
.item-inner:hover .btn.btn-primary{
   transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}


/* related slider*/

.widget__related-products .home-block-inner {
	border-width: 0 !important;
	float: left;
	width: 23.3%;
  	min-height:390px;
}

.widget__related-products .home-block-inner:after {
    content: "";
    position: absolute;
    top: 6%;
    left: 23.2%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #ef4749;
    display: block;
    right: inherit;
    z-index: 10;
}
.widget__related-products .block-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    position: relative;
    text-transform: uppercase;
 /*   border-bottom: 1px #e5e5e5 solid;  */
    margin-bottom: 18px;
}
.widget__related-products .block-title h2 {
	margin: auto;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
/*    border-bottom: 1px #ef4749 solid;  */
    display: inline-block;
/*    padding: 5px 0px 10px;  */
}
.widget__related-products .widget_content{
    padding: 0px;
}
.widget__related-products {
    background-color: #fff;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    margin-top: 35px;
}
.widget__related-products .product-flexslider .owl-pagination {
    background: inherit;
    left: -30%;
    padding-left: inherit;
    position: absolute;
    right: inherit;
    text-align: center;
    top: 88%;
    z-index: 7;
}
.widget__related-products .item:hover .box-hover {
    z-index: 10;
    top: 30%;
}
.widget__related-products .owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    border: none;
    margin-right: 6px;
    background: #fff;
    margin: auto;
    opacity: 1;
}
.widget__related-products .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #000 !important;
}
.widget__related-products .grid-uniform:hover .box-hover{ right: 0;}

.widget__related-products  .grid-uniform {
    margin: 0px;overflow: hidden;
}
.widget__related-products .slider-items-products .owl-buttons a:hover {
	text-decoration: none;
	background: inherit;
	color: #fff;
	border: none;
}
.widget__related-products .slider-items-products .owl-buttons .owl-prev a {
	border: none;
}
.widget__related-products .slider-items-products .owl-buttons .owl-next {
	right: -20px
}
.widget__related-products .slider-items-products .owl-buttons .owl-prev a:before {
	line-height: 33px;
}
.widget__related-products .slider-items-products .owl-buttons .owl-next a:before {
	line-height: 32px;
}
.widget__related-products .slider-items-products .owl-buttons .owl-prev {
	left: -13px;
}

#main_content .widget__related-products .product {
    margin: auto;
    overflow: hidden;
}
#main_content .widget__related-products .product:hover .btn.btn-primary {
    background: #ef4749;
    color: #ffffff !important;
    border: 1px #ef4749 solid;
}
.widget__related-products .grid-uniform .box-hover {
    top: 52%;
}
.widget__related-products .grid-uniform:hover .btn.btn-primary {
    background: #ef4749;
    color: #ffffff !important;
    border: 1px #ef4749 solid;
}
.box-hover button.wishlist a {
	height: 34px;
	display: block;
	font-size: 0;
	color: #fff;
	line-height: 36px;
	text-align: left;
	padding: 0;
	text-transform: uppercase;
	margin: 0;
	background: none;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
      border: none;
}
.box-hover button.wishlist a:after {
	width: 34px;
	height: 34px;
	float: right;
	background: #ef4749;
	text-align: center;
	font-family: FontAwesome;
	font-size: 11px;
}
.box-hover button.wishlist a:hover {
	padding-left: 15px;
	margin: 0 0 0 10px;
	font-size: 11px;
	background: #ef4749;
  	border: none;
}
.box-hover button.wishlist a:hover:after {
	margin-left: 15px;
	background: #ef4749;
}
.box-hover button.wishlist a:after {
	content: "\f004";
	font-size: 13px;
	font-weight: normal; font-family: FontAwesome;
}
.box-hover button.wishlist {
	height: 34px;
	display: block;
	font-size: 0;
	color: #fff;
	line-height: 36px;
	text-align: left;
	padding: 0;
	text-transform: uppercase;
	margin: 0;
	background: none;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
      border: none;
}
.box-hover button.wishlist span{display: none;}

.box-hover button.wishlist:hover {
	margin: 0 0 0 10px;
	font-size: 11px;
	background: #ef4749;border: none;
}

.box-hover button.wishlist:after {
	content: "\f004";
	font-size: 13px;
	font-weight: normal; font-family: FontAwesome;
}
.wishlist-scope, .cart-scope, .page-scope, .search-scope, .blog-scope, .article-scope {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    font-size: 14px;
    width: 100%;
}

.btnRemoveWishlist {border:none !important; background:none!important}

.btnRemoveWishlist:before {
    content: "\f014";
    font-family: FontAwesome;
    font-size: 16px;
}


.cart-scope .page_title,
.page-scope .page_title,
.search-scope .page_title, .contact-scope .page_title, .page-wish .page_title{
    color: #292b2c;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
  letter-spacing:-1px;
}



.account-login {
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
}
#main_content .product.col-sm-4:hover .btn.btn-primary,
.item-inner:hover .btn.btn-primary{
    background: {{ settings.btn_primary_color_hover }};
    color: {{ settings.btn_txt_color_hover }} !important;
    border: 1px {{ settings.btn_border_color_hover }} solid;
}

#main_content .product .box-hover .add-to-links li .btn.btn-primary {
    height: 35px;
    width: 35px;
    display: block;
    font-size: 0;
    color: #fff;
    line-height: 27px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin: 0px 5px;
    background: none;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    border: none;
    vertical-align: top;
    display: inline;
    background: #4a4a4a;
    color: #ffffff !important;
 /*   border: 1px #4a4a4a solid;  */
}
#main_content .product .box-hover .add-to-links li .btn.btn-primary:hover{
    background: #ef4749;
    color: #ffffff !important;

}


#searchresults li:hover .box-hover{  top: 30%;}
#searchresults .box-hover .add-to-links li{width: inherit;}
#shopping-cart-table.data-table thead tr {
  background: #f7f7f7;
  border: medium none;
}
ul.product-photo-thumbs{ padding: 0px; display: inline-block; list-style: none; width: 100%; text-align: center;}
ul.product-photo-thumbs li.grid-item{ width: 32%;
    display: inline-block;}
#productThumbs .owl-carousel .owl-item {list-style: none;}
#productThumbs .owl-carousel .owl-item li {
    list-style: none;
    margin: 0px 10px;
}
#productThumbs .owl-next a.flex-next:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 2em;
    display: inline-block;
}
#productThumbs .owl-prev a.flex-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 2em;
    display: inline-block;
}

#productThumbs .owl-next a.flex-next{position: absolute;right: -18px;}
#productThumbs .owl-prev a.flex-prev{position: absolute;left: -18px;}
#productThumbs .owl-theme .owl-controls {
    top: 20%;
    left: 0;
    width: 100%;
    z-index: 9;
   position: absolute;
}
.product-photo-container img{width: 100%;}
#productThumbs .owl-carousel .owl-item li img{ max-width: 100%;}
#productThumbs { margin: 0px 20px 0 20px;}
.product-photo-container {
    margin-bottom: 20px;
    max-width: 100%;
    position: relative;
}
.des-img img{
  max-width: 100%;
}

.swatch-element.soldout, .soldout label{  display:none;}


.filters { list-style-type: none; margin:0px; padding: 0px;}
.filter { float: left; margin-right: 15px; }
.filter label { display: block; margin: 0; padding: 0 0 5px; font-weight: normal; }
.filter select { max-width: 200px;
    width: 100%;
    padding: 5px; }
.filters li{ display: inline-block;
    width: 100%;
    margin: 0 0 15px;}
.filters li:last-child{ margin: 0 ;}
.widget_filters{}
.widget_filters h3 {
/*    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
    margin: 0;
    padding: 15px;
    text-transform: uppercase;  */

    background: #637488;
    border-bottom: 1px solid #e5e5e5;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0;
    padding: 15px;
}
.widget .widget_filters h3 {background:{{ settings.filters-heading-bg }}; color:{{ settings.filters-heading-txt-color }};}


.nav-dropdown-parent {
   position: absolute;
   content: '';
   top: 100%;
   left: 0;
   width: 100%;
   height: 15px;
   opacity: 0;
}
.nav-dropdown-parent.active .nav-dropdown {
 	display: block!important;
}
.nav-dropdown-parent:hover {
   opacity: 1;
   visibility: visible;
}

.nav-dropdown {
	display: block!important;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
}

.nav-dropdown {
	margin-top: 5px;
	width: 330px;

 box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.1);
 padding: 30px;
 position: absolute;
 right: 0;
 text-align: left;
 display: none;}

.cart-page, .empty {
 margin-bottom: 30px;
}
.cart-item {
	float: left;
	width: 100%;

}

.cart-header {
 padding: 16px 20px 13px;
 display: table;
 width: 100%;
  border-radius: 3px 3px 0 0;}
.btn1,  .btn3 {
	width: 1px;
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;

}

.cart-right {
	float: left;
  padding-left: 20px;}
 .cart-remove {
 position: absolute;
 top: 10px;
 right: 0;
 text-decoration: none;
 text-align: center;
 height: 34px;
 width: 34px;
 line-height: 34px;

}


.tile_currency .select_wrap select {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(select-arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: 0.01px;
    cursor: pointer;
    color: #858585;
    font-size: 13px;
    font-weight: 600;
}

.collections-list-pro {
    display: inline-block;
    font-size: 14px;
    padding: 0px;
    width: 100%;
  margin: 0 0 0 15px;
}

.section-header h2 {
    vertical-align: middle;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-top: 0px;
    display: inline-block;
    float: left;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 32px;
}

.collections-list-pro .section-header {
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0px 0px 20px;
    padding: 0px 0px 5px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

.collections-list-pro .btn {
    background: #ffffff;
    text-transform: uppercase;
    border: 1px #d1d1d1 solid;
    color: #666666;
    padding: 7px 10px 7px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: normal;
}

.collections-list-pro .btn:hover {
    background: #ef4749;
    color: #ffffff !important;
    border: 1px #ef4749 solid;
}
.collections-list-pro .grid-item a img{width: 100%;}
.collections-list-pro .grid-item{ margin-bottom: 20px;}
.collections-list-pro p.count-products{padding: 0px;}

.widget__collections ul p:last-child {
    display: inline-block;color: #999;    padding-bottom: 8px;
}
.widget__collections ul.list li a {
    display: inline-block;
}

#variant-inventory{margin-bottom: 14px;}

.product_wrap #purchase p{font-size: 18px;font-weight: bold;}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
      margin: 0px 6px;
}

.owl-controls .owl-page span {
    display: block;
    width: 11px;
    height: 11px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0.9);
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.widget__related-products .block-content {
    padding: 5px 0px;
    margin: 0px -15px;
    width: auto;
}

.sca-qv-button-wrap{ display:none !important;}

.panel-group {
	float: none;
}
.panel-group .panel-default {
	border: none;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0px;
	overflow: hidden;
}
.panel-default {
	border-color: #ddd;
}
.panel {
	background-color: #fff;
	border-radius: 0px;
	box-shadow: none
}
.panel-group .panel-default > .panel-heading {
	border: none;
	padding: 0;
}
.panel-default > .panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-default .panel-title {
}

h4.panel-title {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 35px;
    margin: 0px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

h4.panel-title em {
    margin-right: 5px;
    display: inline-block;
}


.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15px;
}
.panel-group .panel-default .panel-title:hover > a {
	background-color: #4a4a4a;
	color: #fff;
}
.collapse.in {
	display: block;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #ddd;
}
.panel-group .panel-default .panel-body {
	padding: 16px 20px;
	color: #646464;
	font-size: 14px;
  border: none!important;
}
.panel-body {
	padding: 15px;
}
.panel-body:before, .panel-body:after {
	content: " ";
	display: table;
}
.panel-group .panel-default .panel-body ul, .panel-group .panel-default .panel-body ol {
	margin: 0 0 0 1em;
	list-style: outside none disc;
	padding: 0px 5px
}
.panel-group .panel-default .panel-body ul li, .panel-group .panel-default .panel-body ol li {
	padding: 8px 0 0;
	font-style: italic;
	font-size: 13px;
}
.panel-group .panel-default .panel-body ul, .panel-group .panel-default .panel-body ol {
	margin: 0 0 0 1em;
	list-style: outside none disc;
}
.panel-body:after {
	clear: both;
}
.panel-body:before, .panel-body:after {
	content: " ";
	display: table;
}
.panel-group .panel-default .panel-title > a.collapsed {
	background-color:{{ settings.faq-bar-bg }};
	color: #4c4c4c;
}
.panel-group .panel-default .panel-title > a.collapsed:hover {
	background-color: #4a4a4a;
	color: #fff;
}
.panel-group .panel-default .panel-title > a {
	display: block;
	padding: 14px 20px;
	line-height: 34px;
	background-color:{{ settings.faq-selected-bg }};
	color: #fff;
	text-decoration: none;
}

.panel-group .panel-default .panel-title > a .fa-thumbs-up:before {content: "{{ settings.faq-title1-icon }}"; font-family: 'FontAwesome'}
.panel-group .panel-default .panel-title > a .fa-mobile:before {content: "{{ settings.faq-title2-icon }}"; font-family: 'FontAwesome'}
.panel-group .panel-default .panel-title > a .fa-code:before {content: "{{ settings.faq-title3-icon }}"; font-family: 'FontAwesome'}
.panel-group .panel-default .panel-title > a .fa-credit-card:before {content: "{{ settings.faq-title4-icon }}"; font-family: 'FontAwesome'}
