;/*  Base HTML tags -------------------------------------------------- */
html { }
body {
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  font-weight: bolder;
  letter-spacing: 0px;
  line-height: 2em;
}
body {font-weight:400;}
a {
  color: #555;
}
.mt-sub-title {
  text-align: center;
  font-size: 1.167em;
  font-style: italic;
  letter-spacing: 2px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-top-30 {
  margin-top: 30px;
}
.border-top-1 {
  border-top: 1px solid;
}
.megamenu>ul>li>a>i{margin-left:5px;}
.search-mobile{padding:10px 0; height: 4em;}
#offcanvas .navbar-nav li.parent a{padding:13px 0;}
.search-mobile .input-group .input-group-field {
  width:100%;
  line-height:25px
}
.search-mobile .input-group-btn:after {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 12px;
  left: 15px;
  height: 12px;
  position: absolute;
  z-index: 0;
  top: 0px;

  line-height: 40px;
  background: none;
  color: #fff;
  z-index: 2;
}
.search-mobile .input-group-btn input{font-size:0;padding:0 20px;}
.search-form .input-group-btn:after{
  content: "\f002";
  font-family: FontAwesome;
  font-size: 12px;
  left: 15px;
  height: 12px;
  position: absolute;
  z-index: 0;
  top: 0px;

  line-height: 40px;
  background: none;
  color: #fff;
  z-index: 2;
}
/*  Forms -------------------------- */
.visible-phone {display: none;}

fieldset, legend {  border: none;}
textarea:focus  {
  border-color: #ebebeb;
  background: #ebebeb;
  color: #272727;
  outline: 0;
}
input{ outline: 0;}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] { display: inline-block;padding: 1.384615385em 0.615384615em;}

.row-fluid textarea[class*="span"] { padding-top: 0.5em; padding-bottom: 0.5em;}
.template-article .page-header h2{
  text-align: center;
  font-size: 40px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
blockquote { border-left: 5px solid #eee; font-size: 12px; font-style: italic;  margin: 0 0 20px;  padding: 10px 20px;  line-height: 26px;}
input[type="image"] {width: auto;}
textarea{ border: 1px solid #d2d8db;}

input[type="checkbox"] { vertical-align: top; margin-right: 10px; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input { margin: 0;padding: 0.615384615em; }

select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] { padding: 5px 10px; line-height: 1.35; height: 36px; border: 1px solid #ebebeb; }

/*input[type="submit"] { line-height: 1.1; }*/

label { margin-bottom: 7px; font-weight: 700; }
label em { color: #f1152f; font-weight: 400; font-style: normal; margin-left: 3px; }

.form-actions { background: none; border: none;  padding: 20px 0 0 0;}

.alert ul { margin-bottom: 0;}
ul { padding: 0; list-style: /*circle inside */none; margin-bottom: 20px;}
ol { padding: 0; list-style: /*decimal inside*/ none; margin-bottom: 20px;}
li {/* margin-bottom: 0.25em; */}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

.form-success { border: 1px solid #c8d9b9; background:url(icons_new14.png ) 10px -1307px no-repeat;  margin-bottom: 20px; padding: 5px 20px 5px 30px; }

/*  Images -------------------------- */
img { max-width: 100%; height: auto;  border: 0; -ms-interpolation-mode: bicubic; -webkit-transition:all 250ms ease-in-out 0s; -moz-transition:all 250ms ease-in-out 0s; -ms-transition:all 250ms ease-in-out 0s; -o-transition:all 250ms ease-in-out 0s; transition:all 250ms ease-in-out 0s; }
img:hover { opacity:0.5; filter:alpha(opacity=50); }

.image { max-width: 100%;  height: auto;  -ms-interpolation-mode: bicubic;}

/*  Typography -------------------------- */
h1, h2, h3, h4, h5, h6 {  font-weight: 400; margin: 0;  padding: 0;}
h1 {font-size: 2.307692308em; /* 30/13 */}
h2 {font-size: 2em; /* 26/13 */}
h3 {font-size: 20px ;}
h4 {font-size:17px ;  }
h5 {font-size:15px ;  }
h6 {font-size: 1em;}

p:last-child { margin-bottom: 0;}
small { font-size: 12px ;}
h2 small.pull-right { padding-top: 0.538461538em; }

/*  Links -------------------------- */
a { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; color: #000; }
a:hover, a:focus { color: #ccc;text-decoration: none; }
a:focus { text-decoration: none; }
a, a:link, a:hover, a:active { outline: none; }

/*  Global classes -------------------------------------------------- */
.no-style { margin: 0 !important; padding: 0 !important; border: 0 !important; background: none !important; }
.tal { text-align: left; }
.tar { text-align: right; }
.tac { text-align: center;}
.fl { float: left; }
.fr { float: right; }
.fn { float: none; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }

.hide,
.hidden {display: none;}
.move {cursor: move;}

/*  Formatting ------------------------------------------ */
.hidden { display: none;}
.move { cursor: move;}
.section-title {  display: none;}

/*  Layout -------------------------------------------------- */
.main-content { display: block; padding-bottom: 50px;  min-height: 450px;clear:both;  }
.template-index .main-content { padding: 0; }

/*  Buttons -------------------------------------------------- */
.btn,
.btn:hover,
.btn-secondary { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-transition: all 0.25s; -moz-transition: all 0.25s; -o-transition: all 0.25s; transition: all 0.25s; }

.btn,
.btn-secondary,
.text-continue a,
.spr-summary-actions a,
#get-rates-submit,
.infinite-scrolling a,
.infinite-scrolling-homepage a { padding: 0 25px; text-transform: uppercase; line-height: 34px; height: 36px; letter-spacing: 0.05em;  text-decoration: none;  }
.btn span.arrow { text-indent: -999em; display: inline-block; width:0; height:0; line-height:0; margin-left: 10px; border: 5px solid transparent; }

.text-continue a { display: inline-block; }

.infinite-scrolling a,
.infinite-scrolling-homepage a { display: inline-block; width: 345px; }
.infinite-scrolling a.disabled,
.infinite-scrolling-homepage a.disabled,
.infinite-scrolling a.disabled:hover ,
.infinite-scrolling-homepage a.disabled:hover { cursor: default; color: #fff; background: #f3f3f3; border-color: #f3f3f3; border-bottom-color: #ebebeb; }

.input-group .btn-secondary, 
.input-group .input-group-field { height: 36px;}

.btn[disabled] { opacity:1; filter:alpha(opacity=100); background: none!important; border-color: #bebebe!important; color: #bebebe!important; }


/* table  ---------------------------------------------------- */
table {  width: 100%;}
table td,
table th {border-bottom: 1px solid #ebebeb; padding:20px;}
table th { font-size: 11px; text-transform: uppercase; font-weight: 700; }
#cartform .tc.item-quantity {
  padding: 0;
  text-align: center;
  width: 40px;
  border: 1px solid #ec3925;
}
#cartform tr.summary td:first-child{text-align:right;}
/*  Fancybox -------------------------- */
.fancybox-title {display: none;}

/*  SelectBoxIt -------------------------- */
.selectboxit-container,
.selectboxit,
.selectboxit:active{ outline: none;}

/* Div container holding the dropdown list */
.selectboxit-container { display: inline-block; width: 100%; }

/* Dropdown List Box */
.selectboxit{cursor: pointer;height: 35px;margin: 0; white-space: nowrap; width: 100%;  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08);  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);-webkit-border-radius: 2px; -moz-border-radius: 2px;  border-radius: 2px; -webkit-transition: all 0.1s;-moz-transition: all 0.1s; -o-transition: all 0.1s;transition: all 0.1s;}

/* Dropdown List Box and Dropdown Options List  */
.selectboxit, .selectboxit-options {width: 100%;}

/* Dropdown list Default Icon Positioning */
.selectboxit-default-icon { float: left;}

/* Dropdown List Box Text */
.selectboxit-text { text-indent: 10px; line-height: 35px; overflow: hidden; float: left; white-space: nowrap; /* Prevents text selection */ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: -moz-none; ms-user-select: none; -o-user-select: none; user-select: none;}

/* Dropdown List Options List*/
ul.selectboxit-options { cursor: pointer; display: none; list-style: none; margin-top: -1px; overflow: auto;  padding: 0.5em 0; position: absolute; min-width: auto; max-height: 180px; white-space: nowrap; width: 100%; -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08);  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); -webkit-border-radius: 2px;  -moz-border-radius: 2px;border-radius: 2px;  z-index: 99999;}

.selectboxit-options.dropdown-menu li > a{ -webkit-transition: none;  -moz-transition: none;-o-transition: none;transition: none;}
ul.selectboxit-options a { padding: 3px 15px;}
/* Dropdown List Individual Options */
.selectboxit-options li, .selectboxit-options .selectboxit-optgroup-header { line-height: 30px;  text-indent: 5px;  overflow: hidden;  white-space: nowrap;  list-style: none;}

/* Dropdown List Optgroup Headers */
.selectboxit-options .selectboxit-optgroup-header {  font-weight: bold;}

/* Dropdown List Optgroup Options */
.selectboxit-options .selectboxit-optgroup-option { text-indent: 20px;}

/* Dropdown List Optgroup Header hover psuedo class */
.selectboxit-options .selectboxit-optgroup-header[data-disabled='true']:hover { cursor: default;}

/* Dropdown List Down Arrow Container (if an image is not used) */
.selectboxit-arrow-container { padding-right: 5px; width: 19px; float: right;}

/* Dropdown List Down Arrow */
.selectboxit-arrow-container i.selectboxit-arrow {
  /* Horizontally centers the down arrow */ margin: 0 auto; display: block;}

/* Dropdown List Individual Option Icon Positioning ----------------------------------- */
.selectboxit-options li i { display: none; float: left;}

/* Title page -----------------------------------------------------------------------  */ 

.grid-item .spr-badge-caption {display: none;}

.page-header { margin: 0 0 23px; padding:0; border:0; }
.page-header h2,
.page-header h1 { font-size: 20px; margin-bottom: 22px; letter-spacing: 0.05em; margin:0; }

.page-header .img_cart { margin: 3px 0 24px; }
.page-header .rte { position: relative; line-height: 26px;display: none;}
.template-collection .page-header { margin-bottom: 33px; }
.template-collection .page-header .rte { line-height: 20px; }
.template-collection .page-header h2 { margin-bottom: 19px;display:none; }

/* pagging ----------------------------------------------------------------------- */
.pagination-page li.active, .pagination-page li a:hover,
.pagination-page li a:hover *, 
.pagination-page li.active *
{
  background: #333333 none repeat scroll 0 0;
  color: #ffffff;
}
.pagination-page li{display:inline-block;margin:0 5px;}
.pagination-page li {
  border: medium none;
  border-radius: 0;
  color: #000000;
  line-height: 30px;
  padding: 0;
  text-align: center;
  width: 30px;
}
.breadcrumb .icon{position:relative;}
.pagination-page li.next a:before,.breadcrumb .icon:before{
  content: '';
  width: 10px;
  height: 1px;
  background: #000;

  display: block;
  top: 50%;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  margin-top: -2px;
  webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pagination-page li.next:hover a:before{background:#fff;}
.pagination-page li.next i,.breadcrumb .icon i{margin-left:5px;}
.pagination-page li a, .pagination-page li span{
  display: block;
  position:relative;
  background-color: #f3f3f3;
  color: #000;
  font-size: 12px;
}
.toolbar.toolbar-bottom{border:none;}

/* sidebar ----------------------------------------------------------------------- */

.sidebar-banner { margin-bottom: 45px; text-align:center; }
.sidebar-banner img { border: 1px solid transparent; margin: -1px; }
.sidebar .sidebar-links .widget-title { margin-bottom: 25px; } 
.sidebar-links .widget-content > ul > li { margin: 0px 0;  border-top: 1px solid #ebebeb; position:relative;      padding-left: 15px;}
.sidebar-links .widget-content > ul > li:first-child {border: none;  }
.sidebar-links .widget-content > ul > li > a {  
  text-decoration: none;
  position: relative;
  letter-spacing: 0.5px;
  display: block;

  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  text-transform: capitalize;
}
.sidebar-links .widget-content > ul > li > a,.sidebar-custom label{color:#7d7d7d;}
.sidebar-links .widget-content > ul{margin: 0 ; padding: 0 ;}

/* FAQ numbered list sidebar */
.faq-links .widget-content > ol > li { margin: 0px 0;  border-top: 1px solid #ebebeb; position:relative;      padding-left: 15px;}
.faq-links .widget-content > ol > li:first-child {border: none;  }
.faq-links .widget-content > ol > li > a {  
  text-decoration: none;
  position: relative;
  letter-spacing: 0.5px;
  display: block;

  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  text-transform: capitalize;
  color:#7d7d7d;
}
.faq-links .widget-content > ol{margin: 0 ; padding: 0 ;}
.widget-content ol li a:hover { color: #F46032; }
.faq-content h2 {
  position:relative;
}
.faq-content h2 span{ position:absolute; top:-140px;}

.sidebar-tag.size li{margin-right:5px;}
.sidebar-tag.size li input[type="checkbox"] +  label{ 
  background: none;
  color: #333333;
  display: block;
  font-size: 14px;
  padding: 0px 5px;
  text-transform: uppercase;
  min-width:25px;
  text-align:center;
  transition: all 0.3s ease 0s;
  border: 1px solid #ebebeb;
}
.sidebar-block{margin: 20px 0; }

.sidebar-custom.color .title {border-top:0;} 
.sidebar-custom .title{    margin: 40px 0 15px 0;}
.sidebar-custom .content { margin-bottom: 0; }
.sidebar-custom label { font-weight: normal; }
.sidebar-custom ul { overflow: hidden; }
.sidebar-custom ul li a { text-decoration: none; }
.sidebar-custom ul li.active a,
.sidebar-custom ul li a:hover { font-weight: 700; }
.sidebar-custom input[type="checkbox"] { display: none;-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
.sidebar-custom input[type="checkbox"] + label { 
  position:relative; padding-left: 23px; 
  font-size:16px;

}
.sidebar-custom input[type="checkbox"] + label:before{
  position:absolute;left:1px;top:6px;    content: "\f096"; font: normal normal normal 14px/1 FontAwesome;

}
.sidebar-custom input[type=checkbox] + label:hover:before,
.sidebar-custom input[type=checkbox]:checked + label:before {    content: "\f046"; cursor: pointer; }
.sidebar-custom.size ul li {display:inline-block }
.sidebar-custom label:hover{    cursor: pointer;}
.sidebar-custom.size input[type="checkbox"] + label:before{content:'';display:none !important;}
#filter-sidebar .block-title , .sidebar-block .title h3 {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 2px;
}
#filter-sidebar .block-title , .sidebar-block .title h3{ 
  background: white;
  color: #272727;
  padding: 10px 0;
  position: relative;
  line-height: normal

}

#filter-sidebar .block-title span, #filter-sidebar .title h3 span, .sidebar .widget-title h3 span{

  margin: 0 0 10px;
  padding: 0px 0 6px 0;

  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #ebebeb;
  color: #353535;
  text-transform: uppercase;
  display: block;
  text-align:left;
  position: relative;
}
.sidebar .widget-title h3{margin-bottom:25px;}
.sidebar .widget-title h3 span{position:relative;}
.sidebar .widget-title h3 span:after{bottom:0 !important;}
.product-top-sale .module-title{

  margin: 0 0 45px;
  padding: 0px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #e0e0e0;
  color: #353535;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;


}

.sidebar-custom.color ul li img {display: block;height: 25px;width: 25px;}

.sidebar-custom.color ul { margin: 0 0px 10px 0; }
.sidebar-custom.color ul li { width: 34px; margin: 0 0px 14px 0; padding:0; float: left; }
.sidebar-custom.color ul li a { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 1px solid transparent; display: block;height: 25px; width: 25px;    overflow: hidden;}
.sidebar-custom.color ul li a img { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; opacity: 1; filter: alpha(opacity=100); }


.refined-widgets { margin-bottom: 10px; overflow: hidden; }
.refined-widgets > span { font-size: 14px; }
.refined-widgets > a { float: right; }


.sidebar .widget-featured-product { margin-top: 45px; }
.sidebar .widget-featured-product .widget-title { margin-bottom: 30px; }
.widget-featured-product .products-grid { margin: 0; }
.widget-featured-product .products-grid .owl-item .grid-item { min-height: 100px; margin: 0 0 40px; padding: 0; width: 100%; }
.widget-featured-product .grid-item .product-grid-image img { max-width: 120px; max-height: 160px; border: 1px solid transparent; }
.widget-featured-product .product-title { margin-bottom: 4px; }
.widget-featured-product .price-box { margin-bottom: 15px; }
.widget-featured-product .products-grid .spr-badge { position: static; opacity: 1; filter: alpha(opacity=100); }
.widget-featured-product .btn { height: 32px; line-height: 32px; border: 1px solid transparent; font-size: 11px!important; }


/* widget ----------------------------------------------------------------------- */  

.widget-content {    //padding: 20px 0;}

.sidebar .widget-recent-articles .title { padding-bottom:16px; }
.widget-recent-articles .article { border-bottom: 1px dotted #d7d7d7; margin-bottom: 15px; padding-bottom: 18px; }
.widget-recent-articles .article a { 
  line-height:1em !important;    
  text-transform: capitalize;
  color: #000;
}

.widget-recent-articles .article em { 
  display: block;
  padding-top: 11px;
  color: #505050;
  font-style: italic;
  font-size: 12px;
}
.template-blog .widget-recent-articles .article em {
  padding-top: 0px;
  line-height: 16px;
}
.template-article .widget-recent-articles .article em { 
  padding-top: 0px;
  line-height: 0;
}
.widget-tags {
  margin: 60px 0;
  overflow: hidden;
  clear: both;
}
.widget-tags .title {margin-bottom: 22px;}
.widget-tags .content { margin-bottom: 40px; }
.widget-tags li { display: inline; margin-right:10px; }
.widget-tags li a { font-size: 13px; font-style: italic; color: #848484; line-height: 30px; }
.widget-tags li a:hover {text-decoration: none; }

/* flex slider ---------------------------------------------------------------------- */
/*
* jQuery FlexSlider v2.2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}



/* FlexSlider Necessary Styles -------------------------------------------------------------------------- */
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden;position: relative; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; display: block; cursor: pointer; }
.flex-pauseplay span { text-transform: capitalize; }
.flexslider .slides  .slide-des{
  top: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  display: table;

}
.wrap-slide-text{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.wrap-slide-style-1{
  display:inline-block;
  padding:10px;
  border:1px solid #fff;

  text-align:center;
}
.wrap-slide-style-1 .content-style{
  background-color: rgba(255, 255, 255, 0.7);
  padding:30px 60px;
}
.wrap-slide-style-1 h4{
  font-size:36px;


}
.wrap-slide-style-1 h3{
  font-size: 48px;font-family:poppins;
  color: #8560a8;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 35px;
  margin-top: 35px;
}
.btn.btn-slide{
  border-radius:30px;clear:both;
  height: 50px;
  line-height: 50px;
  padding: 0 38px;
  font-size:14px;
}

.wrap-slide-style-2{
  text-align:center;
}
.wrap-slide-style-2 h4{
  color:#fff;
  font-size:48px;


}
.wrap-slide-style-2 h3{
  font-size: 72px;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 45px;font-family:poppins;
  margin-top: 20px;
  -webkit-filter: brightness(200%);
}

.slide-text .text-slide1 h3, .slide-text .text-slide3 h3{


  font-size: 55px;
  color: rgb(47, 191, 162);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.slide-text .text-slide1 h3 span, .slide-text .text-slide3 h3 span{

  color:#fff;

}
.slide-text .text-slide1 p, .slide-text .text-slide2 p, .slide-text .text-slide3 p{
  font-size:18px;

  color:#fff;
  padding:30px 0px;
}
.slide-text .text-slide1 .button-link a, .slide-text .text-slide2 .button-link a, .slide-text .text-slide3 .button-link a{

  font-weight: 500;
  color: rgb(47, 191, 162);
  padding: 12px 35px;
  border: 1px solid rgb(47, 191, 162);
  font-size:17px;

}
.slide-text .text-slide1 h2{
  font-size: 30px;
  font-weight: 300;
  border-color: rgb(210, 209, 218);
}

.slide-text .text-slide2 h3{

  font-size: 32px;
  color: #fff;
  font-weight: 500;

}

/* block-top */
#carousel-top{margin-bottom:60px;overflow:hidden;}
/* .slide-carousel:before{
  z-index:2;
  content:'';
  position:absolute;
  left:10px;
  top:10px;
  right:10px;
  bottom:10px;
  border:1px solid rgba(255,255,255,0.25);
}
.slide-carousel img{
  display: block;
  width: calc(100% + 30px);
  max-width: none;
  transform: translate3d(-30px, 0px, 0px);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;

}

.slide-carousel .overlay_border{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:1;
}
.slide-carousel .overlay_border:before,
.slide-carousel .overlay_border:after{
  content: '';
  display: block;
  position: absolute;
  z-index:10;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  -webkit-transition: -webkit-transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}
.slide-carousel .overlay_border:before{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.slide-carousel .overlay_border:after{
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}
.slide-carousel:hover .overlay_border:before,
.slide-carousel:hover .overlay_border:after,
.slide-carousel.hover .overlay_border:before,
.slide-carousel.hover .overlay_border:after{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.slide-carousel .overlay_border:before,
.slide-carousel .overlay_border:before,
.slide-carousel .overlay_border:after,
.slide-carousel .overlay_border:after {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}








.slide-carousel.hover img,.slide-carousel:hover img{
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
} */
#carousel-top >div{padding:0;border:3px solid #fff;border-top:6px solid #fff;border-bottom:6px solid #fff;}
#carousel-top >div:first-child{border-left:6px;}
#carousel-top >div:last-child{border-right:6px;}
#carousel-top .block-item{
  //float: left;
  //margin-right: 20px;
  padding-left: 7px;
  padding-right: 7px;
  //width: 33%;
}
.content-slider{position:absolute;top:50%;left:0;width:100%;text-align:center;margin-top:-23px;z-index:2;}

.content-slider h4 a {
  padding: 10px 25px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  display: inline-block;

  opacity: 0.8;
}
.content-slider a.btn-slide-1{
  background: #f06eaa;
}
.content-slider a.btn-slide-2{
  background: #a186be;
}
.content-slider a.btn-slide-3{
  background: #4fc45e;
}
.content-slider h4 a:hover{opacity:1;}
.images{position:relative;overflow:hidden;z-index:1;}

#carousel-top .block-item .slide-carousel{
  margin-bottom:14px;
}
/* tabs-product-home */
/* .tabs-product-home .block-title h2{
font-size: 20px;
font-weight: 700;

margin-top: 30px;
text-align: center;
} */
/* product-slide */
.product-slide .product-content .module-title{
  text-align:center;
}
.product-slide .product-content .module-title span{

  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  color: #353535;
  /* text-align: center; */
  display: inline-block;
  /* margin-top: -22px; */
  background: #fff!important;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -5px;
}
.product-slide .product-content .module-title:before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
  margin-bottom: -50px;
}
.product-content h3{
  margin-top: 20px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.price-box .regular-product span span,
.product-content .special-price .money, .product-list .special-price .money
{

  font-size: 21px;
  color: #252525;
  line-height: 20px;
  font-weight:600;
}


/* banner-images */
.content-feature > .widget-content{

  padding: 30px 10px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;

}

.content-text{
  float:left;
}
.view-more{
  float:right;
}
.widget-content .view-more a{

  float: right;
  background: #F46032;
  color: white;
  font-size: 14px;
  padding: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;

}
.widget-content .view-more a:hover{
  background:#454545;
}
.text-heading{


  line-height: 50px;
  font-size: 30px;
  color: #555;
  font-weight: 300;


}

.features-item:before{
  border: 6px solid rgba(255, 255, 255, 0.5);
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
}

/*block-box-home */
.block-box-home{
  margin-top:35px;
  background:#333;
}

.block-box{
  overflow:hidden;
  padding-top:80px;
  padding-bottom:80px;
}
.block-box .icon{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #f56032;
  text-align: center;
  float:left;
}
.block-box .content-box h4{
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;

  margin-bottom: 10px!important;
}
.block-box .content-box{
  width: 80%;
  float: left;
  padding: 0 15px;
}
.block-box .content-box .content-text{

  text-align: left;
  color: #b1b1b1;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;

}
.block-box .content-box .box-linl{

  font-weight: 700;
  font-size: 12px;
  color: #f56032;
  text-transform: uppercase;
  letter-spacing: 1px;

}
.block-box .content-box .box-linl a{
  color: #f56032;
  transition:0.4s;
  font-weight: 700;
  font-size: 12px;
}
.block-box .content-box .box-linl a:hover{
  transition:0.4s;
  letter-spacing: 2px;

}
.block-box .content-box .box-linl i{
  margin-left: 5px;
}

/* testimonials */
.testimonials{float:right;width:50%;text-align:center;padding:55px 0;overflow:hidden;}
.testimonials .title{
  position: relative;
  margin: 0;
  font-size: 50px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 20px;

}


.testimonials .owl-wrapper-outer .testimonial-text{
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  width: 65%;
  margin:30px auto 27px auto;
  color:#7d7d7d;
  font-style: normal;

}
.testimonials .owl-wrapper-outer .testimonial-avatar img{
  width: 77px;
  height: 77px;
  border: 5px solid #515151;
  background: #ffffff;
  border-radius: 50%;
}
.testimonials .text-name {
  display: inline-block;
  padding-left: 15px;
  text-align: left;
  position: relative;
  top: 15px;
}
.testimonials .owl-wrapper-outer .testimonial-author{
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;

}
.testimonials .owl-wrapper-outer .testimonial-author-position{

  font-size: 16px;

  font-weight: 400;
  padding-bottom:20px;
  color:#959595;
}

.testimonials .owl-theme .owl-controls .owl-page span{
  background:transparent;
  border:none;
  color:#959595;
}
.testimonials .owl-theme .owl-controls .owl-page span:after{
  content: "\f10c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.testimonials .owl-theme .owl-controls .owl-page.active span:after{
  content: "\f192";
}
.testimonials .owl-theme .owl-controls .owl-buttons .owl-prev{
  top: 35% !important;
  background: transparent !important;
  position: absolute;
  left: 0!important;
}
.testimonials .owl-theme .owl-controls .owl-buttons .owl-next{
  top: 35% !important;
  background: transparent !important;
  position: absolute;
  left: auto !important;
  right: 0;
}

.testimonials .container{

  padding-top: 100px!important;
  padding-bottom: 80px!important;

}
.testimonials .testimonial-content{
  margin-top:30px 0 25px 0;
  border-left: 0;
}
.owl-theme .owl-controls .owl-buttons div{
  top:50%;
  margin-top:-25px;
  border:none !important;
  position:absolute;
}
.blog-home .owl-theme .owl-controls,.related-products .owl-theme .owl-controls {display:none !important;}
.blog-home .main-blog .box-content .item {width: 33%;float: left;}
.blog-home .main-blog .box-content .owl-item .item {width: 100%;}
.owl-theme .owl-controls .owl-buttons div.owl-prev{left:-25px;}
.owl-theme .owl-controls .owl-buttons div.owl-next{right:-25px;}
/* brand-bottom */
.brand-bottom .owl-theme .owl-controls .owl-buttons .owl-prev{
  position:absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
.brand-bottom .owl-theme .owl-controls .owl-buttons .owl-next{
  position:absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}


/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme */
.flexslider { padding:0; margin: 0; position: relative; }
.flexslider .slides,.flexslider .flex-direction-nav{margin:0;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.carousel li { margin-right: 5px; }



/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
  z-index: 9;
  margin-bottom: 0;
  line-height: 1.5em;
}
.flex-control-nav li {margin: 0 6px; display: inline-block; }
.flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.slideshow__slide--background-video .slideshow__image {
  display: none;
}
.slideshow__text-wrap.slideshow__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 2;
}
h2.mega-title.slideshow__title {
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 80px;
  font-size: 72px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0;
}
span.mega-subtitle.slideshow__subtitle {
  line-height: 70px!important;
  letter-spacing: 0 !important;
  text-transform: capitalize;
  width: 100%;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;

}
ul.flex-direction-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  z-index: 999;
  list-style: none;
}
ul.flex-direction-nav li a {
  position: absolute;
}
ul.flex-direction-nav li a.flex-prev {
  left: 0;
}
ul.flex-direction-nav li a.flex-next {
  right: 0;
}
ul.flex-direction-nav li a span {
  width: 50px;
  border-color: transparent;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  display: block;
}
.flexslider .slideshow__slide.slide,.flexslider iframe#player,.flexslider .slideshow__image {
  min-width: 100%;
  height: 100%;
}
.width-auto .flexslider iframe#player { width: 100%; height: 100%;margin-top:0;}
.flexslider iframe#player {height: 130%;margin-top: -50px;}
.flexslider .slides > li {overflow: hidden;}
.flexslider .slideshow__image { background-size: cover;}
video.video-stream.html5-main-video {
  top: 0 !important;
  left: 0 !important;
}
.button-slide a {
  padding: 0 30px;
  box-shadow: none!important;
  height: 50px;
  padding-left: 50px;
  padding-right: 48px;
  display: inline-block;
  text-align: center;
  line-height: 50px!important;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin-top: 20px;
}

/* breadcrumb ---------------------------------------------------------------------- */
.breadcrumb  { 
  padding: 0px 0;
  background: none;
  margin: 0;
  border-radius: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.breadcrumb .icon{padding:0 5px;}
.breadcrumb-wrap{
  float: left;
  width: 100%;
  text-align: left;
  height: 50px;
  line-height: 50px;
  background-color: #f3f3f3;
  margin-bottom: 10px;
}




/* header ------------------------------------------------------------------------- */ 
.header-top {
  font-size:13px;
  line-height:40px;
  color:#fff;
} 
.template-blog .header-top {

}
.header-top a.link { }
.header-top a.link:hover { text-decoration:none; border-bottom:0; }
.header-top .close { text-indent: -999em; display:block; width: 9px; height: 9px; background: url(icons_new14.png ) no-repeat 0 -229px; opacity: 1; margin-top:3px; }

.header { padding: 0px 0 0; }
.header-mobile { display: none; position: relative;float: left; width: 50%; background: #141414; }
.header-mobile #showLeftPush { height:46px; background: url(wizard.png) no-repeat center center; display: block; text-indent: -999em; text-align: center; border-right: 1px solid #868686; cursor: pointer; }
.header-mobile #showLeftPush.active,
.header-mobile #showLeftPush:hover { background-color: rgba(0,0,0,0.8); }
.header-mobile .customer-area { float: left; width: 50%; position: static; }
.header-mobile .customer-area > a { float: left; width: 100%; height:46px; border-right: 1px solid #868686; background: url(icon-customers.png) no-repeat center center; text-indent: -999em; }
.header-mobile .customer-area.open > a,
.header-mobile .customer-area > a:hover { background-color: rgba(0,0,0,0.8); }
.customer-account-link{
  position:relative;
  text-align:right;
  float:right;
}
.your-account{float:right; font-weight: 600; color: black;}
.your-account span.fa{padding-left:5px; color: #ec3925;}
.customer-account-link .cusstom-link{

  position: absolute;
  top: 40px;
  background-color: #fff;
  z-index: 9999;
  padding: 20px;
  width: 200px;
  text-align:left;
  right:0;
  box-shadow: 0 0 3px 0 #969696;

}
.offcanvas-mainnav .navbar-nav.megamenu li i{
  display: inline-block;
  float: left;
  color: #fff;
  line-height: 40px;
  padding-right: 7px;
}
.customer-account-link .cusstom-link li{float:left;width:100%;    }
.customer-account-link .cusstom-link li *,.header-cart #dropdown-cart .item *{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.your-account:hover{cursor:pointer;}
.your-account:hover .cusstom-link{
  display:block;

}
.header-mobile .dropdown-menu { font-size:12px; margin: 0; width: 200%; padding: 10px 15px; 
  -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; 
  -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.header-mobile .dropdown-menu ul { overflow: hidden; margin: 0 0 10px; }

#header-content.is-ticky .logo-sticky{padding:35px 15px 25px;margin:0;border-right:1px solid #e5e5e5;}
.logo-sticky{display:none;}
.site-header p.text_order { float: right; margin:0; line-height:30px; letter-spacing: 0.02em; opacity:0.7; }
.header-panel-bottom { float:right; text-align:right; margin-top: 17px; }
.header-panel-bottom .free_shipping { text-transform: uppercase; font-size:11px; letter-spacing: 0.05em; margin-bottom: 16px; }


.inline-list {text-align: right;}
.inline-list li {display: inline;}
.inline-list a {padding-left: 10px;}


.header-logo { margin: 15px 0 22px; }
.logo-title { display: block; padding: 30px;}

.header-cart .top-cart{ 
  text-align: left; 
  margin:0; 
  position: relative;
  display:table;
  padding-bottom:29px;
  margin-top:8px;
}
.header-cart .top-cart>div{margin-top:5px;}
.header-cart .top-cart .price{ line-height:20px;text-align: left;}
.header-cart .top-cart .summary{width:100%;clear:both;overflow:hidden;    padding: 10px 0 20px 0;}
.header-cart .top-cart a { text-align: center; position: relative; letter-spacing: 0.02em;}
.header-cart .top-cart a .price-cart-mini *{font-size:18px;font-weight:bold;}
.header-cart .top-cart a span.first{position: relative;}
.header-cart .top-cart a:hover,
.header-cart .top-cart a:focus{text-decoration: none;}
.header-cart .top-cart a #cartCount { line-height: normal; background: #fff; padding:0px;width:18px;height:18px;font-size:13px;display:block; margin-left:6px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; 
  position: absolute;
  right: -8px;
  top: -3px;
}


#cart-hover { width: 300px; box-shadow: 0 0 5px 0 #969696; padding: 20px; position: absolute; top: 37px; left: 12px; background: #fff; z-index: 3; text-align: left; }
.list-products .product-image { float: left; margin-right: 15px; display: block;}
.list-products { display: block; clear: both; margin-bottom: 0px;}
.list-products .item { display: block; clear: both; position: relative; padding-right: 15px;  display: block; padding-bottom: 25px; margin:0; overflow: hidden;}
.list-products .item .btn-remove {position: absolute; right: 0; top: 6px; width: 9px; height: 9px; background:url(icons_new14.png ) 0 -1394px no-repeat; font-size: 0; }
.list-products .item:last-child {border-bottom: 1px solid #cbcbcb;}
.list-products .product-details { overflow: hidden; }
#cart-hover .product-name { margin-bottom: 5px; }
#cart-hover .summary { display: block; clear: both;  padding-top: 16px; padding-bottom: 18px; overflow: hidden; text-transform: uppercase; }
#cart-hover .summary .label { display: block; float: left; font-size: 11px; font-weight: 700; color:#797979!important; padding: 6px 0 0;}
#cart-hover .summary .price { display: block; float: right; font-size: 16px; font-weight: 700; color: #000; }
#cart-hover .actions  { display:inline-block;float:left; margin-bottom: 12px; }

#cart-hover .actions .btn { width: 100%; height: auto; color:#333;  background-color: #ffffff;
  border: 2px solid #333333; }
#cart-hover .text-cart { display:inline-block; float:left;text-align: center; margin-bottom: 5px;margin-right: 10px;}
#cart-hover .text-cart a {background-color: #ffffff;
  border: 2px solid #333333;
  color: #333;
  display: block;
  font-weight: 600;
  height: 38px;
  line-height: 34px;
  margin-bottom: 0;
  padding: 0 20px;
  text-transform: uppercase;
  width: 100%;
}

.cart-collateral { color: #cccccc;font-weight: 500;font-size:18px; }


.product-details .option { margin-bottom: 5px; }

.site-nav { width: 100%; margin:0; padding: 0; padding-left: 15px; position: relative; }
.header-layout-4 .site-nav {position: static;}
.site-nav li {display: block;  margin: 0;}
.site-nav a { display: block;  padding: 5px 0;  text-decoration: none; /* white-space: nowrap; */}
.site-nav > li { position: relative; display: inline-block; list-style: none; }
.site-nav > li > a { text-transform: uppercase; padding: 19px 23px 0; letter-spacing: 0.05em; }
.site-nav > li:first-child > a { margin-left: 0;padding-left:0; } 



.nav-dropdown {background:#272727; text-align: left; display: none; position: absolute; top: 78px; left: 0; width: 215px; z-index: 5; padding:  15px 20px; margin-bottom: 0; border: 1px solid transparent; }
.nav-dropdown li a { padding: 8px 0px 8px 0px; position: relative; }
.wrapper-container .nav-dropdown ul { left: 100%; top: -1px; display: none; }
.wrapper-container .site-nav > .menu-dropdown:hover > ul,
.wrapper-container .site-nav > .menu-dropdown.open > ul {display: block;}

.wrapper-container .site-nav > li > ul > .menu-dropdown:hover > ul,
.wrapper-container .site-nav > li > ul > .menu-dropdown.open > ul {display: block;}

.wrapper-container .site-nav > li > ul > li > ul > .menu-dropdown:hover > ul,
.wrapper-container .site-nav > li > ul > li > ul > .menu-dropdown.open > ul { display: block; }

.wrapper-container .site-nav > li > ul > li > ul > li > ul > .menu-dropdown:hover > ul,
.wrapper-container .site-nav > li > ul > li > ul > ul > li > .menu-dropdown.open > ul { display: block; }



/*  home page ---------------------------------------------------------------------------- */
/* main slideshow */
.template-index .main-slideshow { overflow: hidden; }
.main-slideshow { width: 100%; }



.main-slideshow .flexslider { float:left; width: 100%; }
.main-slideshow .flexslider .flex-control-nav { bottom: 40px; visibility: hidden; z-index: 2; }
.main-slideshow .flexslider:hover .flex-control-nav {visibility: visible;}
.main-slideshow .flex-control-paging a { -webkit-border-radius: 50%;-moz-border-radius: 50%; border-radius: 50%; text-indent: -999em; border: 4px solid #fff; background-color: #fff; width: 15px; height: 15px; font-size: 0; display: block; cursor: pointer; opacity: 0.5; }
.main-slideshow .flex-control-paging li a.flex-active,
.main-slideshow .flex-control-paging li a:hover { background-color: transparent; border-color: #fff; opacity: 1; }


/* end main slideshow */




.slider-brand-wrapper { overflow: hidden; clear: both; }
.slide_brand { position: relative; border-top: 1px dotted #000; padding: 39px 0 30px; }
.slide_brand .slides li {width: 200px !important;}

#instafeed .owl-item { padding: 0 10px; }
.home-instagram { background: #fff8ee; text-align: center; padding: 54px 0 60px; clear: both; }
.home-instagram .widget-title { margin-bottom: 35px; }
.home-instagram .widget-title h3 { margin: 0; padding: 0 0 19px; font-size: 20px; font-weight: 700; letter-spacing: 0.05em; }
.instagram-des { color: #2d2d2d; letter-spacing: 0.02em; }
.instagram-des span { display: inline-block; margin-right: 7px; width: 16px; height: 16px; line-height: 16px; background: url(social.png) no-repeat -163px -10px; }

.home-instagram a.btn { min-width: 225px; margin-top: 40px; }
.blog-item .image img{max-height:220px;width:100%;}.
.content-bottom-blog:before{
  content:' ';
  width:100%;
  height:20px;
  background-color:#fff;
}
.widget-tags li {
  width: auto;
  padding: 0 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #e5e5e5;
  float: left;
}
.widget-tags li a {
  font-size: 13px;
  font-style: italic;
  color: #848484;
  line-height: 30px;
}
/* footer ------------------------------------------------------------------------- */

.footer-layout-2 .footer-top .container .row > div p{padding:0 20px 0 0}

#slider{margin-bottom: 30px;}

.footer-layout-1 .footer-top .container >div{   position:relative;padding:0 30px;}
.footer-layout-1 .footer-top .container >div:last-child{padding-right:15px;}
.footer-layout-1 .footer-top .container >div:last-child:after{display:none;}
.footer-layout-1 .footer-top .container >div:first-child{padding-left:15px;}
.footer-layout-2 .footer-top .container .row > div {
  padding-left: 0px;
  padding-right: 0px;
}
.footer-layout-2 .footer-top .container .row1> div {
  padding-bottom: 10px;
}
.footer-layout-1 .footer-top .text { float:left; }
.footer-top .text h3 { margin: 0; }
.footer-top .text h3 img:hover { opacity:1; }
.footer-top ul { padding:0; }

.footer-bottom { border-top: 1px solid; padding-top: 10px; }
.footer-bottom address { color: #969696; margin-bottom: 6px; line-height: 1.6; }
.payment-method { padding: 0 20px 0 0; }

.footer-layout-2 .footer-bottom { 
  margin-left: -15px;
  margin-right: -15px;
}

.newsletter { clear:both;   }

.newsletter .block-title span {text-align: center; }
.newsletter .block-content { min-height: 56px; margin: 0 auto; width: 100%; position: relative;}
.newsletter .block-content .input-group  {display: block;}
.newsletter .input-group-field { 
  background: none;
  border: none;
  height: 35px;
  color: #fff;
  /* padding-right: 150px; */
  outline: none;
  padding: 6px 12px;
  border: solid 1px #e5e5e5;
  background: #fff;
  color: #ff0000;
  font-size: 14px;
  font-weight: 700;
}

.newsletter .input-group-btn > .btn {
  height: 37px;
  padding: 0 17px;
  line-height: 37px;
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 2px;
} 

/* contact page ------------------------------------------------------------------------- */
#contact-us .main-content { padding-top: 0; }
#contact-us .breadcrumb { margin-bottom: 24px; }
.map {    margin-bottom: 30px;position: relative;    max-height: 400px;}
.map iframe{border: none}
.map:before{
  position: absolute;
  content: " ";
  background-color: rgba(43, 43, 43, 0.4);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#contactFormWrapper input{
  margin-bottom: 30px;
  height: 45px;
  margin-top:20px;
}
#contactFormWrapper input:focus{
  background: #ebebeb;
}
#contactFormWrapper h2 { }

#contactFormWrapper label {display:none;}
#contactFormWrapper input[type="text"],
#contactFormWrapper input[type="email"],
#contactFormWrapper input[type="tel"]{
  width: 100%;
  border: none;
  border-bottom: 1px solid #ebebeb;
  padding: 0;
  background:none;
}
#contactFormWrapper textarea{ width: 100% ;
  max-height: 130px;
  border: none;
  border-bottom: 1px solid #ebebeb;
  outline: 0;
  background:none;
  padding:0;
}

#contactFormWrapper  .action-button{
  text-align: right;
  padding: 0 15px;
}


.contact-form .location h4 { font-size: 14px; text-transform: uppercase; font-weight: 700; letter-spacing: 0.05em; margin: 6px 0 16px; }
.contact-form .location p {margin-bottom: 20px;}
.contact-form .location p.open-hours { border-top: 1px solid #eaeaea; padding-top: 25px; margin-top: 26px; }

/* blog page */
.content-bottom-blog{background-color:#fff;padding:20px 23px 25px 38px;}
.template-article .sidebar,
.template-blog .sidebar { margin-top: 7px; }
.content-blog ul { padding:0; }
.content-blog .list-blog > li:first-child {padding-top:0; margin-top: 0; border-top: none;}
.content-blog .list-blog > li { border-top: 1px solid #ebebeb; padding-top: 36px; margin-top: 33px;}
.content-blog .list-blog h3 { font-size: 20px; font-weight:700; margin-bottom:10px; }
.content-blog .list-blog h3 a{
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}
.content-blog .list-blog .des p { 
  margin: 20px 0;     
  font-size: 14px;
  font-weight: 400;
  color: #4e4d4d;}
.content-blog .list-blog .des p img { margin-bottom: 5px; }
.content-blog .list-blog .des blockquote {margin-bottom: 36px;}
.content-blog .list-blog .button { margin:0 0 20px; }
.blog-item .image{position:relative;}
.blog-item .border-image{
  height: 20px;
  width: 92%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 4%;
}
.blog-item .border-image span{
  font-size:14px;
  padding-top: 14px;
  display: block;
  text-align: left;
  padding-left: 8%;
  color: #959595;
}
.content-blog .list-blog .button a{


  display: inline-block;

  padding: 5px 20px;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background .2s ease-in-out 0s , color .2s ease-in-out 0s,border-color .2s ease-in-out 0s;
  -moz-transition: background .2s ease-in-out 0s , color .2s ease-in-out 0s,border-color .2s ease-in-out 0s;
  -ms-transition: background .2s ease-in-out 0s , color .2s ease-in-out 0s,border-color .2s ease-in-out 0s;
  transition: background .2s ease-in-out 0s , color .2s ease-in-out 0s,border-color .2s ease-in-out 0s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  line-height: inherit;

}

.blog_author {  
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  color:#7d7d7d;
} 
.blog_author a { color:#848484; }
.blog_author .separator { padding: 0 3px; }
.user-tags { display: inline; padding: 0; margin:0; }
.user-tags li {display: inline; font-style: italic; }
.user-tags li span {padding: 0 5px; text-transform: uppercase; }
.user-tags li label { text-transform: uppercase; text-decoration: underline; margin-right: 2px; }
.user-tags li a { color: #2d2d2d; text-decoration: none; }
.user-tags li a:hover { color: #848484; border-bottom: 1px solid #848484; }

.blog-detail .page-header { margin-bottom:10px; }
.blog-detail .page-header h1 { 
  font-size: 25px;
  letter-spacing: 1px;
  line-height: normal;
  margin: 0 0 15px;
  font-weight: normal;
}
.blog-detail img {margin-bottom: 15px;}
.blog-detail .rte  { margin-bottom: 20px;color:#959595 }
.blog-detail .addthis  { clear: both; padding: 22px 0;}
.blog-detail .action-btn  { clear: both; padding-bottom: 40px;}
.blog-detail .action-btn .right { float:right; }
.blog-detail #comments  {clear: both; padding-bottom: 20px;}
.blog-detail #comments ul  {list-style: none outside none;}
#comments ul li  {padding-left: 120px;background:url(i-comment.jpg) 0 6px no-repeat; padding-bottom: 73px; margin:0; }

/* Blog Comment */
#add-comment-title,
.title-comment { font-size: 20px; letter-spacing: 0.05em; border-top: 1px solid #d0d0d0; padding-top: 25px;}

.comment-form label {display: block; margin-bottom: 7px; }
.comment-form .comment-form input { display: block; width: 440px; margin-bottom: 16px; }

.message #comment-body { width:500px; margin-bottom: 15px; min-height: 132px; }
.comment-head { color:#848484; font-style: italic; padding-bottom: 10px;}
.blog-detail p.note { margin-bottom: 22px; font-style: italic; color:#797979; }

/* rating ------------------------------------------------------------------------------------------- */



/*  List Category Page -------------------------- */
.list-category .grid-item { margin-bottom: 45px; text-align:center; }
.list-category .grid-item:hover .hover { opacity: 0.8; filter: alpha(opacity=80); }
.list-category .view { opacity: 0; filter: alpha(opacity=0); text-indent:-999em; display:block; width: 42px; height: 42px; background:url(ico-view.png) -2px -2px; position:absolute; left:50%; top:50%; margin:-20px 0 0 -20px; border: 2px solid transparent; }
.list-category .view:hover { background-position: -2px -60px; }
.list-category .grid-item:hover .view { opacity: 1; filter: alpha(opacity=100); }
.collection-title h3.h5 { font-size: 20px; font-weight:700; padding: 25px 0 10px; margin: 0; }
.collection-title h3 a { display: block; color:#000; text-transform: uppercase; text-decoration: none; }
.collection-title .count-products { color: #828282; margin-bottom: 15px; }
.collection-title p.desc { margin:0; }
.collection-title a.btn { margin-top: 22px; }

/* category Page -------------------------- */

.toolbar { border-bottom: 1px dashed #ebebeb;  line-height: 25px;  margin: 0 0 30px; padding:5px 0 15px 0;}
.toolbar .page-total{
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight:500;
}
.toolbar.toolbar-bottom { 
  padding: 15px 0 0;
  text-align: center;
  border-top: 1px solid #ebebeb;
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 50px;
  clear: both;
}
.toolbar-bottom .padding {padding-top: 0;}
.toolbar.toolbar-bottom .page-total { float: left; margin: 0; font-size: 12px; font-weight: normal; text-transform: none; }
.toolbar label { letter-spacing: 0.05em; margin: 0 12px 0 0;font-weight:500; }

.toolbar .btn-group label { margin-top: 8px; float:left; }
.toolbar .btn-group { margin: 8px 8px 8px 22px; text-align: left; }
.toolbar button { color: #66787f; text-transform: uppercase; padding: 0; text-align:left; font-weight: 400; letter-spacing: 0; }
.toolbar button.btn-hover { color: #e95144; position: relative; z-index: 2; }
.toolbar button.btn-hover:before { background: #fff;  border-right: 1px solid #dfe4e6;  content: "";  height: 91px;  position: absolute;  right: -30px;  top: -40px;  width: 119px;  z-index: -1;}
.toolbar .right button.btn-hover:before  {right: auto; left: -30px;border-left: 1px solid #dfe4e6; border-right: none;}
.toolbar .collection-filter-btn,
.toolbar .collection-filter-btn .icon-drop {height:0;width:0;border:5px solid transparent;border-top-color:#7a8e95; display: inline-block;vertical-align:middle; margin-left: 7px; text-indent: -999em;cursor: pointer; margin:3px 3px 0 10px; padding: 0; background: none; }
.toolbar .collection-filter-btn.btn-hover .icon-drop {border-top-color:#e95144;}
/* .toolbar .grid,
.toolbar .list { width:14px; height:14px; text-indent: -999em; display: inline-block; background:url(icons_new14.png ) 0 0px no-repeat; line-height: 14px; -webkit-transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;letter-spacing: 0.05em;}
*/
.toolbar .grid {margin-right: 20px;}
.toolbar span.grid {background-position: 0 -600px; color: #e95144;}
.toolbar a.grid {background-position: 0 -640px;}
.toolbar a.grid.active,
.toolbar a.grid:hover {background-position: 0 -600px; text-decoration: none;color: #e95144;}
.toolbar a.list {background-position: 0 -727px;}
.toolbar a.list.active,
.toolbar a.list:hover {background-position: 0 -768px; text-decoration: none;color: #e95144;}
.toolbar span.list {background-position: 0 -768px;color: #e95144;}

.toolbar .btn-group.filter-show { margin-left: 10px; }
.toolbar .filter-show button.dropdown-toggle { width: 120px; }
.toolbar .filter-show.open .dropdown-menu { min-width: 120px; }
.toolbar button.dropdown-toggle { float:none; border: 1px solid #cbcbcb; color: #505050; background: #fff; line-height: 34px; padding: 0 10px; position: relative; text-transform: capitalize; width: 170px; }
.toolbar button.dropdown-toggle:after { content: ""; width: 36px; height: 35px; border-left: 1px solid #cbcbcb; position: absolute; right: 0; top: 0; }
.toolbar button.dropdown-toggle:before,
.toolbar button.dropdown-toggle:before { position: absolute; right: 14px; top: 16px; width: 0; height: 0; border: 4px solid transparent; border-top-color:#000; content: ""; }
.toolbar .btn-group.open .dropdown-toggle { -moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;}
.toolbar .btn-group.open .dropdown-toggle:before { border-top-color:transparent; border-bottom-color:#000; margin-top: -5px; }

.toolbar .open .dropdown-menu { -webkit-border-radius:0; -moz-border-radius:0; -ms-border-radius:0; -o-border-radius:0;  border-radius:0; -moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none; display: block; left: auto; right:0; min-width: 170px; }
.toolbar .open .dropdown-menu li.active { margin:0; }
.dropdown-menu > li > a { color: #505050; font-size: 12px; text-transform: capitalize; padding: 3px 10px; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {background-color: #f5f5f5; color: #66787f;}

.infinite-scrolling ,.infinite-scrolling-homepage {text-align: center; clear: both;}

/* product detail Page -------------------------- */
#product{margin-top:20px;}
.product { margin-bottom: 50px; }
.product-shop .product-title { margin-bottom: 4px; }
#product .product-shop .wishlist{
  padding: 7px 8px 2px 8px !important; 
  font-size:20px !important;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  color:#424242;
  border:1px solid #ebebeb;
  letter-spacing: initial;


}
#product .product-shop .wishlist *{
  webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.product-shop .product-title.has-btn { padding-right: 30px; position: relative; }
.product-shop .product-title h2,
.product-shop .product-title a {
  text-transform: capitalize;

  font-size:22px;


}
.jcarousel-skin-tango .jcarousel-next-vertical:hover, .jcarousel-skin-tango .jcarousel-next-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-vertical:focus{
  opacity: 1 !important;
  background-color:#cccccc !important;
  color:#fff !important;
}
.product-shop .product-title h2:first-letter,
.product-shop .product-title a:first-letter { text-transform: uppercase; }
.product-shop .product-infor { margin-bottom: 20px; }
.product-shop .product-infor label { font-size:11px; font-weight: 700; text-transform:uppercase; min-width: 105px; padding-right:5px; margin: 0; }
.product-shop .product-infor p { margin-bottom: 5px; }
.product-shop .product-title a.btn { display: block; text-indent: -999em; width: 30px; height: 30px; padding: 0; background: url(prev-next.png) no-repeat; border: 0; position: absolute; top: 10px; right: 40px; }
.product-shop .product-title a.btn.next { background-position: right center; right: 0; }

#product-variants { margin-bottom: 30px; }

.total-price label { margin: 0 5px 0 0; }
.product-shop .total-price { clear: both; margin-bottom: 22px; }
.product-shop .total-price > span { font-size: 14px; font-weight: 700; color: #000; }
.product-shop .prices { display: block; padding-top: 8px; clear: both;margin-bottom: 12px;   }
.product-shop .prices .compare-price .money { font-size:21px; font-weight: 400;color:#cccccc; }
.product-shop .price.on-sale{float:left;padding-right:10px;}
#addToCartForm #product-add-to-cart {display: block; margin-bottom: 20px;}
#addToCartForm #quantity { width: 100px; margin-bottom: 20px; }
#productPrice span,
.product-shop .short-description { margin-bottom: 20px; }
#add-to-cart-form strong.h2{margin-bottom: 20px; display: block; margin-top: 14px;}
.quick-view .product-shop .price,
.product-shop .price > span {
  font-size:28px;
  font-weight: 600; 
}
.product-shop .old-price { margin-right: 10px; }
label[for="quantity"] {display: block; font-weight: 700; margin-bottom: 5px; }


.product-content .old-price .money,.product-list .old-price .money{text-decoration: line-through;color: #cccccc;font-size:14px;}
.product-shop .tags { margin-bottom: 20px; clear: both; }
.product-shop .tags a { padding-right: 7px;}
.product-shop .tags .icon-tags { text-transform: uppercase; padding-right: 7px; }
.product-shop .tags span { padding-right: 7px; }
.product-shop .tags span:nth-child(1) { display: none; }
.product-shop .tags span:nth-of-type(1) { display: none; }

.product-shop .product-description { padding: 0; }
.product-shop .product-description h4 { font-size: 12px;}
.share_toolbox { clear:both; border: 1px solid #e3e3e3; border-width: 1px 0; overflow: hidden; padding: 10px 0 7px; }
.share_toolbox p { display: inline-block; color: #969696; margin: 0;}
.share_toolbox p strong { font-weight: 500; }
.share_toolbox ul { float: right; margin: 0; line-height: 18px; }
.share_toolbox ul li { display: inline-block; padding: 0 0 0 12px; margin: 0; }



.product-img-box { position: relative; padding-right: 30px;}
.product-img-box .product-photo-container { position: relative;overflow: hidden; text-align: center; }
.product-img-box .more-view-wrapper img:hover { opacity: 0.3; }
.product-img-box .product-photo-thumbs li { margin: 0; }
.product-img-box .product-photo-thumbs.owl-theme li { padding: 0 5px; width: 100%; }
.product-img-box .product-photo-thumbs li a { display: block; }
.product-img-box .owl-pagination{display: none;}
.product-img-box .owl-buttons > div {
  position: absolute;
  top: 40%;
}
.product-img-box .owl-buttons .owl-prev {
  left: -15px;
}
.product-img-box .owl-buttons .owl-next {
  right: -15px;
}

.product-img-box .owl-theme .owl-controls .owl-buttons div{

  width:23px!important;
  height:23px!important;
  border-radius: 50%;
  border: solid 1px #ddd;
  font-size: 18px;
  line-height: 23px;
}
.more-view-wrapper { visibility: hidden; margin: 25px 0 0; }
.more-view-wrapper.more-view-wrapper-owlslider li { float: left; }
.more-view-wrapper .owl-theme .owl-controls { height: 55px; }

/* Vertical Moreview */



.quick-view .product-img-box.has-jcarousel .product-photo-container { width: 280px; }

.at-share-tbx-element { display: none; }
.at-share-tbx-element:first-child { display: block; }

/* Qty */
.selector-wrapper { padding-bottom: 10px;}
.selector-wrapper select{ height: 30px; padding: 4px; min-width: 100px; display: none;}
.selector-wrapper label { margin-right: 10px; display: block; margin-bottom: 5px;}
.button.inc,
.button.dec { float: left; width: 35px; height: 36px; border: 1px solid #cbcbcb; cursor: pointer; background: url(icons_new14.png ) no-repeat 12px -923px; text-indent: -999em; }
.button.dec { border-right: 0;  }
.button.inc { border-left: 0; background-position: 12px -965px; }
.product-shop .quantity,
.product-shop #quantity { float: left; width: 50px; }
#quantity {width: 100px; margin-bottom: 22px;}
label[for="productSelect"] {margin-bottom: 10px;}
.quantity select {height: 30px; padding: 4px; }

/* Tab Detail -------------------------- */

.nav-tabs { 
  text-align: center;
  //margin-bottom: 20px;
  margin-top: 20px;
  border: none;
  border-bottom:3px solid #ebebeb;
}
.nav-tabs > li {
  display: inline-block;
  font-size: .917em;
  text-transform: uppercase;
  cursor: pointer;
  // margin: 0 20px;
  // border-bottom: 2px solid transparent;
  letter-spacing: 3px;
  float: inherit;
}

.nav-tabs > li.active a, .nav-tabs > li:hover a{ 
  font-weight:500;
  border-color:transparent !important;
  background: none !important;
  letter-spacing: 5px; 
}
.nav-tabs > li.active a:after, .nav-tabs > li:hover a:after{
  content: ' ';
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  bottom: -3px;
  left:0;
}
.nav-tabs > li.active a:before, .nav-tabs > li:hover a:before{
  content: ' ';
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  bottom: -3px;
  right:0;
}
.nav-tabs > li a:before {
  bottom:-2px;
  content:"";
  display:block;
  height:2px;
  right:50%;
  position:absolute;
  transition:width 200ms ease-out 0.2s;
  -moz-transition:width 200ms ease-out 0.2s;
  -webkit-transition:width 200ms ease-out 0.2s;
  -o-transition:width 200ms ease-out 0.5s;
  width:0;
  background-color:#000;
}
.nav-tabs > li a:after {
  bottom:-2px;
  content:"";
  display:block;
  height:2px;
  left:50%;
  position:absolute;
  transition:width 200ms ease-out 0.2s;
  -moz-transition:width 200ms ease-out 0.2s;
  -webkit-transition:width 200ms ease-out 0.2s;
  -o-transition:width 200ms ease-out 0.2s;
  width:0;
  background-color:#000;
}
.nav-tabs > li.active a:after, .nav-tabs > li:hover a:after,
.nav-tabs > li.active a:before, .nav-tabs > li:hover a:before{ width:50%; }

















div#myTabContent{
  display: block;
  visibility: visible;
  color: #7d7d7d;
  font-size: 15px;
  padding: 40px 0;
}
.tab-content h4 { font-size:12px; font-weight: 700; padding: 0 0 15px; margin:0; }
.tab-content p { 
  color: #7d7d7d;

  font-size: 16px;
  line-height: 1.4;}
#collapse-tab1 p { margin-bottom: 30px; }
#collapse-tab1 ul { margin: 0 0 30px; list-style:disc; padding-left: 40px; }
#collapse-tab1 ol { margin: 0 0 30px; list-style:decimal ; padding-left: 40px; }
.tab-content blockquote { font-style: normal; border: 0; padding: 0; margin: 0; line-height: 20px; }

.tab-content .spr-container { border: none; padding: 0 !important; }
.tab-content .spr-container h2.spr-header-title { display:none; }
#shopify-product-reviews { margin:0; padding: 10px 0; }
.tab-content .spr-summary-starrating { margin-right: 20px; }
.tab-content .spr-review, .tab-content .spr-form { border-top: 1px dotted #d0d0d0!important; margin-top:30px; padding-top: 23px; padding-bottom: 0; }
.tab-content .spr-review:first-child { margin-top:30px; }
.tab-content .spr-review .spr-review-header-title { font-size:14px; font-weight:700; margin-bottom: 3px; }
.tab-content .spr-review .spr-review-header-byline { font-style: normal; font-size: 12px; margin-bottom: 8px; opacity: 0.6; }
.tab-content .spr-review .spr-review-header-byline strong { font-weight: normal; }
.tab-content .spr-review .spr-review-content { margin-bottom: 30px; }
.tab-content .spr-review .spr-review-content p { margin: 0; }
.tab-content .spr-form-title { text-transform: uppercase; font-size:14px; font-weight: 700; letter-spacing: 0.05em;}
.tab-content .spr-form-label { display:block; font-size:12px; }
.tab-content .spr-form-review-rating .spr-form-label { display:inline-block; margin-right:20px;}
.tab-content .spr-form-review-rating .spr-starrating { display:inline-block; line-height: 25px; }
.tab-content .spr-form-input-text, 
.tab-content .spr-form-input-email { width: 370px; clear:both; }
.tab-content .spr-form-input-textarea { width: 670px; clear:both; }
.tab-content .spr-form-actions { max-width: 670px; }
.spr-review-header .spr-review-header-starratings { margin: 0 0 6px; }




.product-shop .selectize-input { padding: 0 12px !important; min-height: 34px !important; border-color:#cbcbcb!important; -webkit-border-radius:0 !important;  -moz-border-radius:0 !important; -ms-border-radius:0 !important; -o-border-radius:0 !important;  border-radius:0 !important;}
.product-shop .selectize-input.full { width: 100%;}
.product-shop .selectize-input > * { line-height: 36px; }
.product-shop .selectize-control.single .selectize-input:after { border-width: 4px 4px 0!important; border-top-color: #000!important;  right:14px!important; top:20px!important; }
.product-shop .selectize-control.single .selectize-input.dropdown-active:after { border-width: 0 4px 4px!important; border-bottom-color: #000!important; margin-top:-2px!important; }
.product-shop .selectize-control.single .selectize-input:before { position:absolute; content:''; width: 36px; height:36px; border-left:1px solid #cbcbcb; right:0; top:0; }

[class^="spr-icon-"]:before, [class*=" spr-icon-"]:before {font-size: 100% !important;}

/* related product */
.related-products {margin-bottom:20px;}
.related-products h2 {
  font-size: 21px;
  padding: 0 0 27px 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-weight:500;
}
.related-products .products-grid .grid-item { margin-bottom: 0;padding:0 10px; }
.related-products .price-box p{margin-bottom:0;}
.related-products .owl-pagination{display: none;}
.related-products .owl-theme .owl-buttons{
  position: absolute;
  top: 27%;
  left: -40px;
  right: -40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
} 
.related-products .owl-theme .owl-buttons > div{

  position: absolute;
  border-width: 1px;
  margin-top:15px;
} 

.related-products .owl-buttons .owl-prev{
  left: 10px !important;
}
.related-products .owl-buttons .owl-next{
  right: 10px !important;
}

.product-list .price-box{
  font-size: 1.5em;
  margin: 10px 0;
}

.product-list .product-item {
  margin-bottom: 30px;
  overflow: hidden;
}

/* shopping cart Page -------------------------- */
.template-cart .page-header { overflow: hidden; }
.template-cart .page-header h1 { float: left; }
.template-cart a.continue { letter-spacing: 0.02em; float: right; margin-top: 5px; padding-right: 35px; background: url(icons_new14.png) no-repeat right -159px; }
.wrapper-cart { overflow-x: auto; overflow-y: hidden; width: 72.5%; }
.cart-title h2 { color:#797979; font-weight: 700; font-size:11px; text-transform: uppercase; background: #fafafa; border-bottom: 1px solid #eaeaea; padding: 12px 20px 8px; letter-spacing: 0.02em; line-height: 20px; margin-bottom: 40px; }
.cart-list li { overflow: hidden; border-bottom: 1px solid #f8f8f8; padding-bottom: 40px; margin-bottom: 40px; }
.cart-list a.product-img { float: left; width: 20%; padding-right: 20px; }
.cart-list .product-details { float: left; width: 80%; }
.cart-list .product-name { 
  display: inline-block;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 190px;
  overflow: hidden;
}
.cart-list p.size { color:#717171; margin: 0 0 5px 10px; }
.cart-list p.vendor { color:#717171; font-weight: 700; margin: 0 0 10px 10px; }
.cart-list p.price { margin-bottom: 16px; }
.cart-list .money { font-size: 18px; font-weight: 600;padding-left:5px; }
.cart-list .quantity label { margin-bottom: 9px; display: block; }
.cart-list input.qty { width: 110px; margin-right: 30px; }

.cart-list input.update { border: 0; background: none; text-transform: uppercase; color: #000; border-bottom: 1px solid #000; font-size: 11px; font-weight: 700; letter-spacing: 0.02em; padding: 0; line-height: 16px; }
.cart-list a.remove { text-transform: uppercase; color: #e95144; border-bottom: 1px solid #e95144; font-size: 11px; font-weight: 700; letter-spacing: 0.02em; margin-right: 40px; }
.cart-list input.update:hover,
.cart-list a.remove:hover { border-bottom: 0; text-decoration: none; }

.cart-row { width: 27.5%; }
.cart-row h3 .money { font-size: 32px;font-style: normal;  text-align: right; font-weight: bold;}
.cart-row .total-price { text-align: center; border-bottom: 1px solid #eaeaea; padding-bottom: 28px; margin-bottom: 14px; }
.cart-row .total-price h3 { color:#797979; font-weight: 700; font-size:11px; text-transform: uppercase; background: #fafafa; border-bottom: 1px solid #eaeaea; padding: 12px 10px 8px; letter-spacing: 0.02em; line-height: 20px; margin-bottom: 30px; }
.cart-row .total-price .money { font-size: 24px; font-weight: 700; }
.cart-row .btn { width:100%; height: 52px; }
.cart-row .btn-secondary{ display: block; float: right; }
.cart-row label.add-comments { display: block; font-weight: normal; margin-bottom: 13px; }
.cart-row label.add-comments span { background: #e95144; color:#fff; font-size: 10px; font-weight: 700; padding: 2px 5px; margin-right:10px; text-transform: uppercase; }
.cart-row textarea { height: 111px; width: 100%; margin-bottom: 28px; }

#shipping-calculator { padding-top: 37px; margin-bottom: 25px; }
#shipping-calculator h3 { font-size: 14px; font-weight: 700; letter-spacing: 0.05em; border-bottom: 1px solid #eaeaea; padding-bottom: 16px; }
#shipping-calculator-form-wrapper p select,
#shipping-calculator-form-wrapper p input[type="text"] { width: 100%;}
#shipping-calculator-form-wrapper p select { margin-bottom: 8px; }
#shipping-calculator-form-wrapper label { display: block; }
#shipping-calculator-form-wrapper label[for="get-rates-submit"] { display: none; }
#get-rates-submit { margin: 10px 0; }

{ z-index: 9999999 !important; width: auto !important; height: auto !important;}

/* create an account */
.create-an-account p.title { color:#323232; border:1px solid #eaeaea; border-width: 1px 0; padding: 16px 0; margin-bottom: 26px; }
#create_customer label {display: block; padding-bottom: 5px;}
#create_customer input {display: block; margin-bottom: 15px; min-width: 200px; width: 380px ;}
#create_customer .action-btn { padding-top:5px; }
#create_customer .action-btn input { min-width: 0px; width: auto;}

/* login page */
#customer_login .page-header h1 { text-align: center; font-size: 14px; background: #fafafa; border: 1px solid #eaeaea; border-width: 1px 0; padding: 15px 0 13px; }
#customer_login label {display: block; }
#customer_login input {display: block; margin-bottom: 15px; min-width: 200px; width: 380px;}
#customer_login .action-btn { margin-bottom: 50px; margin-top: 20px;}
#customer_login .action-btn input { min-width: 0px; width: auto; margin-bottom: 24px; }
#customer_login .action-btn p.last span { color: #404e53; font-style: italic; padding: 0 3px; }

/* forgot password */
#recover_password label {display: block; padding-bottom: 5px;}
#recover_password input {display: block; margin-bottom: 15px; min-width: 200px; width: 380px ;}
#recover_password .action-btn input { min-width: 0px; width: auto;}


/* search page */
.search-page .page-header h2 { margin-bottom: 20px; }
.search-page .search-bar .input-group-field { margin-right: 10px; }
.search-page .toolbar-bottom { margin-top: 30px; }

/* quick view */
.quickview-template ,
.product-quickview{ bottom: 0; display: none; left: 0; outline: 0 none;  overflow-x: auto; overflow-y: scroll; position: fixed;  right: 0;  top: 0!important; z-index: 99999; display: none;  }
.quickview-template .content,
.product-quickview .content { position: relative; width: 90%; margin:30px auto;  background: #fff; padding: 50px; }


._quick-view-content { display: none; }
.product-quickview .product-shop { float: right; }
.product-quickview .product-img-box { margin: 0; float: left; }
.product-quickview .product-img-box .image-wrapper { width: 311px; height: 311px; overflow: hidden; position: relative; }
.product-quickview .product-img-box .image { width: 311px; height: 311px; overflow: hidden; position: relative; } 
.product-quickview .product-img-box .image img { display: block; position: relative; max-width: 110%; }
.product-quickview .product-img-box .thumbnails { padding: 20px 0 0 40px; position: relative; }
.product-quickview .product-img-box .thumbnails .jcarousel-next-horizontal { width: 70px; height: 70px; position: absolute; top: 0; right: 0; display: block; float: left; opacity: 0.2; -moz-transition: all 0.2s linear 0s; -webkit-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; }
.product-quickview .product-img-box .thumbnails .jcarousel-next-horizontal:hover { opacity: 1; }
.product-quickview .product-img-box .thumbnails .jcarousel-prev-horizontal { width: 70px; height: 70px; position: absolute; top: 0; left: 0; display: block; float: left; opacity: 0.2; -moz-transition: all 0.2s linear 0s; -webkit-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; }
.product-quickview .product-img-box .thumbnails .jcarousel-prev-horizontal:hover { opacity: 1; }
.product-quickview .product-img-box .thumbnails ul { float: left; text-align: center; width: 240px; }
.product-quickview .product-img-box .thumbnails ul li a:hover { opacity: 1; }
.product-quickview .product-img-box .thumbnails ul li .active { opacity: 1; }
.product-quickview .product-img-box .thumbnails ul li a img { max-width: 110%; }
.product-quickview .product-img-box .thumbnails ul { width: 266px; }
.product-quickview .product-shop p.custom { margin: 0; }
.product-quickview .product-shop .prices { margin-top: 15px; margin-bottom: 10px;}
.product-quickview .product-shop .prices:first-child { margin-top: 0; }
.product-quickview .product-shop .addthis { margin-bottom: 0; }

.ajax-form-submited-wrap { display: none; position: relative; width: 270px; height: 50px; float: right; }
.ajax-form-submited-success, .product-quickview .ajax-form-submited-error { position: absolute; left: 0px; top: 0; display: none; font-weight: bold; width: 270px; margin-right: 30px; height: 50px; font-size: 14px; }
.ajax-form-submited-success { line-height: 50px; }
.ajax-form-loader { position: absolute; right: 0; top: 20px; width: 40px; height: 15px; }
.lightbox { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.35; filter:alpha(opacity=0); z-index: 700; display: none; }
.product-quickview .product-shop .price {
  margin-bottom: 20px;
  float: none;
  padding-left: 20px;
}
.product-quickview .product-shop .product-description { margin-bottom: 22px; padding: 0;}
.product-quickview .product-shop .quantity { margin-bottom: 25px; }
.product-quickview .product-shop .details input[type="number"] {margin-bottom: 30px; }


.product-quickview{
  background: rgba( 0, 0, 0, 0.8);
}
.product-quickview .product-content {
  outline: 0 none;
  background: #fff none repeat scroll 0 0;
  margin: auto;
  width: 850px;
  padding: 15px 10px 0 0;
  z-index: 1050;
  position: absolute;
  margin-top: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-quickview .more-view .owl-wrapper-outer .owl-item{
  width: 90px!important;
  margin-right: 10px;
}
.product-quickview .more-view{
  margin-top: 10px;
}
.product-quickview .close-popup {
  position: absolute;
  top: 5px;
  right: 10px;
}
.product-img .quickview-featured-image img {
  width: 100%;
}
.product-quickview .selector-wrapper {display:none;}
.product-item  .sca-qv-button-wrap{
  width: 100%;
  text-align: center;
  position: absolute !important;
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity:0;
  transform: translateX(-50%);   
  -moz-transform: translateX(-50%);    
  -webkit-transform: translateX(-50%);    
  -o-transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.product-item .sca-qv-button-wrap a{
  text-transform: capitalize;
  font-weight: 400;
  padding: 10px 15px !important;
  border-radius: 0 !important;
  background: #333;
  color: #fff;
  width: 100%;
  text-align: center;
}
.product-item .sca-qv-button-wrap a:hover {
  background: #7cc576;
}
.product-quickview label[for="quantity"] {float: left;
  margin-right: 10px;
  margin-top: 7px;}
.product-quickview .owl-theme .owl-controls .owl-buttons div{
  margin-top: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.zoomWindowContainer .zoomWindow {max-height:825px;}

.loading { z-index: 99999; background:#fff url("loading-top.gif") 6px 14px no-repeat;line-height:52px;font-size:15px; border: 1px solid rgba(0,0,0,0.15); position: fixed; top: 50% !important; bottom: auto; left: 50%; right: auto; width: auto; height: 56px; margin-left: -28px;  overflow: hidden; padding: 0 15px 0 50px; text-align: center; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3); -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3); box-shadow: 0 1px 4px rgba(0,0,0,0.3); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.ajax-success-cbox .content { 
  background: #fff none repeat scroll 0 0;
  bottom: auto;
  box-shadow: 0 0 5px 0 #9b9b9b;
  left: 50%;
  padding: 20px 25px;
  position: fixed;
  right: auto;
  top: 50% !important;
  transform: translateX(-50%);
  width: 380px;
  z-index: 9999;
}
.ajax-success-cbox{
  display: block;
  background-color: rgba(128, 128, 128, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.close-cbox {


  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  width: 20px;
}
.close-cbox span{
  font-size:20px;
  color: #000;
}
.ajax-success-cbox .ajax-left { float: left; margin-right: 20px; margin-bottom: 20px; }

.cbox{display:none}
.ajax-error-cbox { bottom: auto; left: 0; overflow: hidden; padding: 10px 20px; position: fixed; right: auto; top: 30px; width: 100%; text-align: center; }
.ajax-error-cbox .modal-inner { color: #fff; background: #e95144; display: inline-block; padding: 10px 20px; }
.ajax-success-cbox .continue-shopping{ margin-right: 12px; padding: 0 20px; }
.ajax-success-cbox .btn-secondary { padding: 0 20px; }

.success-message { background: #f5f8f3 url(icons_new14.png ) 20px -1476px no-repeat; height: 40px; line-height: 40px; color: #5f943c; padding: 0 10px 0 40px; margin:10px 0; }
.ajax-product-title { text-align: left; margin-bottom: 9px; }

/* animate */
.widget-product .grid-item,.wow.animated { -webkit-animation-duration:1.5s; -moz-animation-duration:1.5s; -ms-animation-duration:1.5s; -o-animation-duration:1.5s;  animation-duration:1.5s; }
.animated { -moz-opacity: 1; opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */}

#back-top { z-index:99; font-size: 0;  height: 52px;  position: fixed;  right: 40px;  bottom: 50px;  width: 52px; cursor: pointer; margin:0; }

/* WSA moved Swatches Styles */

.product-photo-container #product-featured-image {  position: static !important; height: auto !important; width: auto !important; }
#product-featured-image{width:100%;}
.fancybox-overlay{z-index:999999999;}
.product-photo-container > a {position: relative; display: block;width: 100%; }

/* Css Fix */
.products-grid .grid-item .product-image  {display: table; /*overflow: hidden;*/ position: relative;  table-layout: fixed; text-align: center; width: 100%;  }
.products-grid .grid-item .product-image > a,
.product-list .grid-item .product-image > a {display: block;  line-height: 0;  vertical-align: middle; width: 100% !important;}

.product-list .grid-item .product-image .product-label span{left: 3px; margin-top: -48px;font-size:100%;}
.product-list .grid-item .list-link .action, .product-list .grid-item .list-link .wishlist{margin:0 10px 0 0;display:inline-block;float:left;}
.product-list .grid-item .list-link .wishlist{
  text-decoration: none;
  text-transform: uppercase;
  width: 63px;
  float: left;
  height: 42px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;

  font-weight: 700;
}
.col-main .product-list .grid-item .product-title{
  margin: 0 0 10px;
  font-size: 1em;
  text-transform: uppercase;
}

.product-list .short-description{font-size:13px;margin-top:15px;color:#7d7d7d;}


.products-grid .grid-item-border .product-image,
.grid-item-border.product-img-box .product-photo-container {border: 1px solid #c4cdcd; padding: 10px;}
/*.products-grid .grid-item-border .product-des {bottom: -48px; }*/
.products-grid .grid-item-border .product-des .product-title {padding-left: 10px; padding-right: 10px; }
/*.crop_image img { max-width: none; }*/
.no_crop_image img {height: auto !important; position: static !important;  }

.zoomWrapper {overflow: hidden; height: auto !important; width: auto !important; text-align: center;}
.zoomWrapper img:nth-child(2) {display:none}

/* FAQ */
.panel-group .panel + .panel { margin-top: 0; }
#faqs .breadcrumb { display: none; }
#faqs .page-header { position: relative; padding-bottom: 15px; margin-bottom: 23px; }
#faqs .page-header:after { content: ""; border: 0; height: 2px; width: 32px; position: absolute; left: 50%; bottom:0; margin-left: -16px; background: #000; }
#faqs .page-header h2 { text-align: center; }
#faqs .panel-group { border-top: 1px solid #d2d8db; margin-top: 45px; }
#faqs .panel-group .panel { border-color: transparent; }
#faqs .panel-default > .panel-heading { background: #f4f6f7; padding: 26px 30px 26px 25px;  }
#faqs .panel-title { position: relative; }
#faqs .panel-title:before { content:"Question"; float: left; margin: -3px 20px 0 0; height: 25px; line-height: 25px; width: 77px; text-align: center; color: #fff; background: #e66f65; font-size: 11px; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#faqs .panel-title > a { text-transform: none; font-size: 14px; font-weight: normal; color: #404e53; display: block; position: relative; padding-right: 40px; }
#faqs .panel-title > a:after { content: "Hide"; position: absolute; right: 0; top: 0; color: #66787f; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: 0.02em; opacity: 0.6; }
#faqs .panel-title > a.collapsed:after { content: "Show"; }
#faqs .panel-group .panel-body { padding: 26px 25px 35px; }
#faqs .panel-group .panel-body:before { content:"Answer"; float: left; margin: -3px 20px 0 0; height: 25px; line-height: 25px; width: 77px; text-align: center; color: #fff; background: #b0c0c7; font-size: 11px; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#faqs .panel-group .panel-body img { margin-top: 30px; }


.products-grid .product-top > a.wishlist { display: none; }

/* wishlist page */
table.wishlist-product { border:0; margin: 0 0 26px; }
table.wishlist-product thead th {    white-space: nowrap; color: #797979; background: #fafafa; border-bottom: 1px solid #eaeaea; padding: 16px 20px 13px; letter-spacing: 0.05em; line-height: 1; }
table.wishlist-product tbody td { padding: 30px 20px; vertical-align: middle; }
table.wishlist-product tbody td img { max-width: 96px; max-height: 154px; }
table.wishlist-product a.product-title { font-weight: 700; display: inline-block; margin-top: 17px; }
table.wishlist-product p > span { font-size: 13px; font-weight: 700; color: #232323; display: inline-block; margin-top: 17px; }
table.wishlist-product a.btn-remove-wishlist { display: inline-block; width: 35px; height: 35px; text-indent: -999em; background: url(btn-remove01.png) no-repeat center -2px; border: 2px solid #e95144; margin-top: 7px; }
table.wishlist-product a.btn-remove-wishlist:hover { background-color: #e95144; background-position: center -37px; }
table.wishlist-product .btn { display: inline-block; width: 35px; height: 35px; text-indent: -999em; 
  background-image: url(btn-cart01.png)  !important;
  background-repeat:no-repeat;
  background-position:center -2px:
    border: 2px solid #2e2e2e; padding: 0; margin-top: 7px; }
table.wishlist-product .btn:hover { background-color: #232323; border-color: #232323; background-position: center -37px; }
table.wishlist-product .a-right { text-align: right; }
table.wishlist-product .a-center { text-align: center; }
.wishlist-page a.share { color: #232323; letter-spacing: 0.02em; padding-left: 27px; background: url(icon-share01.png) no-repeat 0 center; }
.wishlist-page .main-content { padding-top: 40px; }
.wishlist-page .page-header { margin: 0; padding-bottom: 21px; }
.wishlist-page .main-content p { margin: 20px 0; }

/* My Account */
.template-customers-account .page-header { margin: 9px 0 25px; }
.template-customers-account .grid .page-header { border: 1px solid #eaeaea; border-width: 1px 0; margin: 0 0 24px; padding: 16px 0; }
.template-customers-account .page-header h4 { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0; margin:0; }
.template-customers-account .grid .grid-item:first-child { padding-bottom: 48px; }
.template-customers-account .grid .grid-item > h5 { font-size: 16px; margin: 0 0 14px; }
.template-customers-account .grid .grid-item p > a { text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: 0.05em; display: inline-block; border: 1px solid #7d7d7d; height: 32px; line-height: 32px; padding: 0 10px; min-width: 177px; text-align: center; text-decoration: none; margin: 13px 0; }
.template-customers-account .grid .grid-item p > a:hover { background: #000; border-color: #000; color: #fff; }
.template-customers-addresses .grid .page-header { margin: 24px 0 22px; position: relative; }
.template-customers-addresses .grid .page-header:first-child { margin: 9px 0 25px; padding: 0; border-bottom: 1px solid #eaeaea; }
.template-customers-addresses .grid .page-header .large--left { margin-bottom: 25px; }
.template-customers-addresses .grid .large--right { margin-bottom: 25px; }
.template-customers-addresses .grid .large--right a { font-size: 13px!important; }
.template-customers-addresses .grid .large--text-right a { color: #323232; }
.template-customers-addresses .grid .grid-item > h3 { font-size: 16px; margin: 0 0 15px; }
.template-customers-addresses .grid .grid-item > h3 em { font-style: normal; }
.template-customers-addresses .grid .page-header h2 { font-size: 13px; border: 1px solid #eaeaea; border-width: 1px 0; padding: 16px 0; }
.template-customers-addresses .grid .grid-item > p.button > a { font-size: 11px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 0 10px; height: 32px; line-height: 30px; background: #e95144; color: #fff; display: inline-block; border: 1px solid transparent; min-width: 96px; text-align: center; text-decoration: none; margin: 15px 0 20px; }
.template-customers-addresses .grid .grid-item > p.button > a:first-child { border: 1px solid #7d7d7d; color: #000; background: none; margin-right: 17px; min-width: 79px; }
.template-customers-addresses .grid .grid-item > p.button > a:hover { background: #000; color: #fff; }
.template-customers-addresses hr { border: 0; }

/* Mega Menu */
.wrap-dropdown-sub{padding-bottom:20px;}
.site-nav > li.mega-menu { position: static; }
.wrapper-container .site-nav li.mega-menu:hover .nav-dropdown { display: block; }
.wrapper-container .site-nav li.dropdown:hover.mega-menu > a > .icon-dropdown { border-top-color: #fff; opacity: 1; }
.wrapper-container .site-nav li.mega-menu .nav-dropdown { width: auto; left: 0%; right: 0%; border: 0; padding: 40px 45px; }
.wrapper-container .site-nav li.mega-menu .nav-dropdown img{margin-top:37px;}


.nav-dropdown .menu-group ul.menu-dropdown { display: block; position: static; padding: 0; }

.site-nav li.mega-menu > .menu-dropdown:hover > .nav-dropdown, 
.site-nav li.mega-menu > .menu-dropdown.open > .nav-dropdown { display: block; }

.cbp-spmenu .nav-dropdown .col-1 { padding:0; }
.cbp-spmenu .nav-dropdown .col-1 .inner { position: relative; }
.cbp-spmenu .nav-dropdown .col-1 .inner > a { margin: 0; padding: 11px 0 13px; font-size: 11px; letter-spacing: 0.02em; border-top: 1px solid #e5e5e5; }
.cbp-spmenu .nav-dropdown .col-1 ul.menu-dropdown { display: none; padding: 0; margin-bottom: 27px; }
.cbp-spmenu .site-nav li.mega-menu li li a { font-size: 12px; padding: 9px 35px; }
.cbp-spmenu .site-nav li.mega-menu li li a:hover span { border-bottom: 1px solid #fff; }
.cbp-spmenu .site-nav li.mega-menu .nav-dropdown li:hover > a:hover, 
.cbp-spmenu .site-nav li.mega-menu .nav-dropdown li:hover > a, 
.cbp-spmenu .site-nav li.mega-menu .nav-dropdown a:active { background: none; } 
.cbp-spmenu .site-nav li.mega-menu .nav-dropdown > p.toogleClick { top: 0; }

.sub-mega-menu { display: none; }


.addthis_native_toolbox .at-share-tbx-element { display: none; }
.addthis_native_toolbox .at-share-tbx-element:first-child { display: block; }

.nav-dropdown {background:#fff; text-align: left; display: none; position: absolute; top: 62px; left: 0; width: 215px; z-index: 999; padding:  15px 20px; margin-bottom: 0; border: 1px solid transparent; }
.nav-dropdown li a { padding: 8px 0px 8px 0px; position: relative; }

.site-nav li:hover .dropdown-sub{opacity: 1;top: 60px;display:block;z-index: 99; visibility: visible;}

.site-nav .menu-dropdown li a{font-size:13px;letter-spacing: 0.5px; text-transform: capitalize;}

.dropdown-sub {
  left: 0;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  position: absolute;
  text-align: left;

  visibility: hidden;
  /* width: 100%; 
  min-width: 270px; */
  z-index: -1;
  top:110px;
  background: #fff;
  background-size: contain ;
  padding: 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.wrap-dropdown-sub .dropdown-sub{padding: 10px 0;}
.site-nav > li.mega-menu .dropdown-sub{top:110px;}
.site-nav > li.mega-menu:hover .dropdown-sub{top:60px;}

.header-inner .site-nav{ display: inline-block;
  float: none;
  position: static;
  width: auto;
  height:55px;
}
.header .container{ position: relative;}
.menu-title {
  letter-spacing: 1px;
  font-size: 12px;margin-bottom:10px;
  font-weight: 500;
  text-transform: uppercase;
}

#header-content .header-inner .site-nav li .dropdown-sub li{
  padding: 8px 0;
}
#header-content .header-inner .site-nav li .dropdown-sub li:last-chil{padding-bottom:0;}
#header-content .header-inner .site-nav li .dropdown-sub li a {
  color: #959595;
  white-space: normal;
  margin: 0px 18px;
  padding-left: 0;
  padding-right: 0;

  line-height: 26px;
  display: block;
  text-transform: capitalize;
  letter-spacing: 1px;

  padding: 3px 0;
  clear: both;

}
#header-content .header-inner .site-nav li .dropdown-sub li a span{font-weight:300;}
#header-content .header-inner .site-nav li .dropdown-sub li:last-child{padding-bottom:0;}
.dropdown-menu-inner {
  padding: 23px 18px 15px 18px;
  overflow:hidden;
}
.dropdown-menu-inner .mega-item .row >div{padding:0 15px;position:relative;}
.dropdown-menu-inner .mega-item .row >div:after{
  content: '';
  width: 1px;
  height: 95%;
  background-color: #ebebeb;
  position: absolute;
  top: 1px;
  right: 30px;
}
.site-nav li.mega-menu .nav-links{margin-top:18px;}

#header-content .header-inner .site-nav li.mega-menu .dropdown-sub li a
{
  margin:0;
}
.dropdown-sub #product-menu .add-to-link .wishlist{display:none;}
.dropdown-sub .owl-wrapper .owl-item{padding:0 8px;}
#product-menu .product-content h3{border:none;padding:0;}
.dropdown-sub #product-menu .product-item .spr-badge{margin:0;}
.dropdown-sub #product-menu .price-box{margin:6px;}
.dropdown-sub #product-menu .product-item .add-to-cart-btn{margin-top:0;}

#product-menu .product-item a.grid-image{padding-top:0;}
.dropdown-sub .block-html .content > h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.dropdown-sub .block-html .content > p {

  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
}
.dropdown-sub .block-html .content .link-more a{color:#af5875;}
.dropdown-sub .block-html .content .link-more a:hover{color:#666;}
.template-index #header-content .header .header-inner .site-nav li #product-menu .product-content h3 a{color:#fff;}



/* Display Left */
#displayTextLeft { font-size: 11px; font-weight: 700; letter-spacing: 0.05em; background: rgba(0,0,0,0.9); color: #fff; text-transform: uppercase; letter-spacing: 0.02em; padding: 0 20px; position: fixed; left: 0; bottom: 0; height: 36px; line-height: 36px; width: 100%; text-align: center; display: none; }
#displayTextLeft span { background: url(btn-sidebar.png) right 3px no-repeat; padding-right: 20px; }
#displayTextLeft.hidden-arrow-left span { background-position: right -42px; }

.nav-bar { -webkit-animation-duration: 0.8s; -moz-animation-duration: 0.8s; -o-animation-duration: 0.8s; animation-duration: 0.8s; }
.nav-bar.on { position: fixed; left: 0; right:0; top:0; z-index: 999; }




.tabs-product {
  padding: 0;
  margin: 2em 0;
  width: 100%;
  font-size: 1em;
  position: relative;
}

.tabs-title {
  padding: 0 1em;
  background: #ccc;
  border-top: 2px solid #eee;
  color: #222;
  float: left;
  line-height: 3;
  height: 3em;
  cursor: pointer;
  margin-right: .25em;
}


.tabs-content {
  float: right;
  width: 100%;
  margin: 4em 0 0 -100%;
  padding: 2em;
  background: silver;
}

.header-contact span:first-child{padding-right:25px;}
.tabs-title:hover,
.tabs-title.active {
  background: silver;
  color: white;
}
#currencies-mobile{    width: 100%;
  clear: both;
  overflow: hidden;}
#offcanvas .navbar-nav #currencies-mobile ul{display:block !important;}
#offcanvas .navbar-nav #currencies-mobile li{display:block;float:left;margin-right:10px;}
#offcanvas .navbar-nav #currencies-mobile li:last-child{margin-right:0;}
#offcanvas .navbar-nav #currencies-mobile li a{border:none;}
#offcanvas .navbar-nav #currencies-mobile li a img{width:30px;}
.tabs-title.active {
  border-top-color:lime;
}
.owl-wrapper .owl-item{float:left;}

#header-content.is-ticky{position: fixed; width: 100%; z-index: 999;top:0;}
.header.is-ticky{
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.read-more a:hover{color:#000;}
#header-content.is-ticky .menu-action .site-nav li a{color:#999!important;} 

#header-content .header-inner .site-nav li .nav-dropdown .title-group a{
  color: #fff;
  border-bottom: 1px solid #525252;
}
#header-content .header-inner .site-nav li .nav-dropdown li a{
  color: #858585;
  padding: 12px 10px 12px 0px;
  text-transform: uppercase;
  font-size: 0.833em;
}
#header-content .header-inner .site-nav li .nav-dropdown li a:hover{
  color: #fff;
} 

.menu-top .menu-action .container{width:auto;}
/* top header */



#search-top{position:relative;}
.menu-top{position:static;}
.menu-top-content{float:left;margin-top:12px;padding-left:15px;}


.top-currency .selectize-input{min-height:auto;}
#header-content{
  position: relative;
  z-index: 9999;
  background-color:#fff;
} 
.header-layout-3 .header-inner .row > div {padding: 0 15px;}
#header-content .header-inner .logo a, #header-content .header-inner .logo-sticky a{
  margin: 0;
  line-height: 98px;
  text-align: left;
  display: block;
}  

.is-ticky .header-inner .logo img{
  -webkit-transition: width 2s;  
  transition: width 2s;
}
#header-content .header-inner .site-nav li a{  
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom:37px;
}
#header-content .header-inner .site-nav li a span{font-weight:500;}
#header-content .header-inner .site-nav li:last-child a{padding-right:0;}
#header-content .header-inner .site-nav li a span.icon-dropdown{  
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
}
#header-content .header-inner .site-nav li a span.icon-dropdown:before {
  content: "\f0d7";
}
/* search */
#search-top .icon_search, #header-content .header-inner p.top-cart{
  display: table-cell;
  font-size: 18px;
  cursor: pointer;
  vertical-align: bottom;
  position: relative;
  line-height: 29px;
  padding: 21px 12px 0;

} 
#search-top .icon_search{padding:20px 45px 20px 30px;}


#search-top .icon_search {
  font: normal normal normal 14px/1 FontAwesome;
}
#search-top .icon_search:before {
  content: "\f002";
}

#cart-hover{
  right: 0;
  color: #333;
  left: auto;
  top: 78px;
}

.paralx-main{
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.paralx-main .about-home{
  padding: 150px 0px;

}
#widget-static-block{text-align:center;}
#widget-static-block .mt-title h2{

  color: #2fbfa2;
  font-size: 36px;
  font-weight: 500;

  text-align: center;

}
#widget-static-block .mt-title h2 span{color:#fff;}
.paralx-main .about-home .sub-title{
  font-size: 18px;
  color: #fff;
  font-weight: 400;

  margin-bottom: 30px;
  margin-top: 30px;
}
.paralx-main .about-home .btn2{

  font-weight: 500;
  color: rgb(47, 191, 162);

  padding: 12px 35px;
  border: 1px solid rgb(47, 191, 162);
  font-size: 17px;

}
.paralx-main .about-home .btn2:hover{color:#fff;background:rgb(47, 191, 162);}
img:hover{opacity:1!important}




.col-main .grid-item.product-item.col-md-4 {
  margin-bottom: 25px;
  padding-bottom:5px;
}
.template-index .breadcrumb-wrap{display:none;}

#cart .cart-buttons{margin: 20px 0; text-align: right;}
.top-bar-dropdown{ background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 2px 1px #eaeaea;
  display: none;
  padding: 15px;
  position: absolute;
  right: 0;z-index: 9;
  text-align: left;
  top: 53px;
  width: 180px;}
.top-currency .dropdown-icon{display: block;
  text-align: center;
  width: 40px;}
#currencies > li {
  display: block;margin-right: 0px;margin-bottom:0;
}
.customer-link{
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
}

.customer-links li i{

}
.customer-links li i{ margin-right: 5px;}
.customer-links li a:hover{border-bottom: none;}
#currencies label{
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
} 
.product-tabs {
  clear: both;
  float: left;
  width: 100%;
}
.social{
  float: left;
  clear: both;
  border-top: 1px solid #ebebeb;
  width: 100%;
  padding-top: 20px;
  margin-top: 5px;
}
.social >span{
  float: left;
  display:block;
  font-size:13px;
  line-height:35px;
  font-weight:600;
  padding-right:40px;
}
.social li{
  display:block;
  float:left;
}
.social li a{
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  line-height: 35px;
  margin-right:10px;
}
#currencies-top{float:right;width:auto; position: relative;margin-right: 25px;}
#currencies-top .block-title { 

  display: inline-block;

  font-size: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  line-height: 40px;
}
#currencies-top .dropdown-toggle{display:inline-block; cursor: pointer;}
#currencies-top .dropdown-currency {
  position: absolute;
  width: 100%;
  z-index: 999;
  background: #fff none repeat scroll 0 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
} 

.dropdown-currency{
  position: absolute;
}
#currencies-top #pre-currencies img{margin-right: 5px;
  max-width: 17px;
  position: relative;
  top: -1px;
}
#currencies{margin-bottom:0;}
#currencies a{
  color: #333333;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin-right: 0px;

  font-weight: 300;
}
#currencies a img{max-width:17px;margin-right:5px;}

.cusstom-link{clear:both;}



/*CM convert*/






.breadcrumb strong{
  text-transform: capitalize;
  font-weight: normal;
  font-size: 13px;
}

.product-item .spr-badge {
  margin-bottom: 15px;
  margin-top: 8px;
}
#cart #cartSpecialInstructions{
  clear: both;
  display: block;
  margin-bottom: 10px;
  min-height: 80px;
  width: 100%;
}
#cart h3.add-comments {
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
  padding-top: 18px;
  text-transform: uppercase;
}

/***** slide *********/





.product-slide .box-content{
  margin: 0 -10px;
}
.grid-item .product-image{
  position: relative;
  z-index: 3; 
}
.product-slide .grid-item.product-item {
  width:25%;
  float:left;
  position:relative;
  padding:5px 12.5px 0 12.5px;
  margin-bottom:20px;
}


.grid-item .product-image .product-label{
  display: block;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
  height: 25px;
  line-height: 25px;
  width: 50px;
  font-size: .833em;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  top: 10px;
  left:10px;
  background: #f26522;
  color: #fff;
  font-size: 13px;
} 


.grid-item .product-image .add-to-link .contact-form{float:left} 
.grid-item .product-image .add-to-link{
  color: #333333;
  left: 50%;

  opacity: 0;
  padding: 0;
  position: absolute;
  z-index: 9999;
  text-align: center;
  transform: translateX(-50%);
  -ms-transform:  translateX(-50%);
  -webkit-transform:  translateX(-50%);
  top: 40%;

  transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}

.grid-item:hover .product-image .add-to-link{
  opacity: 1;

}


.grid-item:hover .product-image .add-to-link .detail{
  width: 36px;
  height: 36px;
  display: inline-block;
  padding: 0;
  line-height: 36px;
  border: 2px solid #ffffff;
  text-align: center;
  vertical-align: middle;
}
.grid-item:hover .product-image .add-to-link .detail{
  margin-left: 7px;
} 


.grid-item.price-product{
  font-size: 15px;
  font-weight: 500;
  color: #666666;
} 
.product-list .grid-item .spr-badge{
  margin-top: 0px;
}



/******* loading **********/
.loading modal{
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  padding: 20px 20px 20px 55px;
  top: 5%!important;
}



/******* footer **********/

.footer-container {
  padding-top: 50px;
  position: relative;
  z-index: 1;
  line-height: 24px;
} 
.footer-container .footer-top h3.module-title{

  text-transform: uppercase;

  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 15px 0 40px;
  letter-spacing: 1px;
}
.footer-container .footer-top h3.module-title ul li a{
  line-height:1px;
}

.footer-container .images{
  text-align: center;

} 
.footer-container .icon{
  margin: 45px 0 25px;
  text-align: center;
} 
.footer-container ul.content{
  margin-bottom: 0;
} 


.footer-container div.content{
  max-width: 750px;
  font-size: 1.083em;
  margin: 0  ;

  font-style: italic;
  text-align: center;
} 

.footer-top{padding:10px 0 60px 0;}
.footer-container .footer-top .content{  
  padding: 0
}  
.footer-container .footer-top a{  transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s;font-size:16px; }  
.footer-container .footer-top a:hover{  text-decoration: none;} 
.footer-item-body i{font-size:20px;}
.footer-container .footer-top .newsletter {  padding: 0 15px;margin-bottom:30px;}
.footer-container .footer-top .newsletter .content{text-align:left;}
.footer-item-body .ft-line {color: #666666; padding-bottom: 5px;padding-left: 45px;text-align: left;}
.footer-item-body .ft-line i { color: #666666;float: left; margin-left: -40px; width: 40px;}

.footer-container .footer-top .newsletter .small-title{ margin-bottom: 20px;font-style:initial;font-weight:400;}

.footer-container .footer-top .newsletter .input-group-field{ 
  background: #ffffff;color: #c2c2c2; padding-left: 10px;margin: 0;border: 2px solid #ebebeb;
  width:100%;
  font-weight:normal;
  font-size:16px;
  text-transform: capitalize;
  height: 37px;

  display:table-cell;
}



.footer-container .footer-bottom address{font-size: 14px; padding: 5px 0 5px 0;    text-align: center;    text-transform: capitalize;font-weight:300;}

.footer-container .footer-top ul li {
  margin-bottom: 15px;
  text-align:left;
  font-size: 14px;
  font-style:initial;

}
.footer-container .footer-top .content p{    
  font-size: 14px;
  font-style: normal;
  text-align: left;
  padding: 0px 0 5px 0;

}
.contact-links li i{padding-right:20px;}
.button-about{
  text-align:left;
}
.button-about a, .content-blog .list-blog .button a{




  text-transform: uppercase;
  font-weight: 300;


}

.button-about a i{margin-left:10px;}
.footer-icon-share{
  overflow:hidden;
}
.footer-icon-share ul li{
  width:35px;
  height:35px;
  float:left;
  text-align: center;
  margin-right:10px;
  line-height: 35px;
}
osition:relative!important;
}
.paypal-images{
  overflow:hidden;
}
.paypal-images ul li{
  display:inline-block;
  margin-right:10px;

}
/******* Blog **********/
.main-blog .box-content .owl-item .item{padding:0 10px;}
.main-blog .box-content .owl-item:first-child .item{padding-left:0;}
.main-blog .box-content .owl-item:last-child .item{padding-right:0;}
#latest-blogs .short-des p.content{display:none}
.main-blog{
  margin-bottom:80px;
}
.read-more{
  font-size: 11px;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  clear: both;
  margin-left:7px;
}
.read-more .fa-arrow-custom{padding-left:5px;}
.main-blog .box-content .short-des{
  text-align: left;
  font-size: 16px;
  color: #7d7d7d;
  line-height: 25px;
  padding: 15px 0;
  min-height:105px;

}
.blog-item H3{
  font-size: 16px;
  padding: 15px 0 5px 0px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-item H3 a{
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
}
.template-index .block-title{margin-bottom:20px;}

.blog-home .main-blog {padding:80px 0;}

.main-blog .title{  margin: 0;    letter-spacing: 4px; text-transform: uppercase;    color: #272727;    padding-top: 55px ;   }
.main-blog .sub-title{
  margin-bottom: 50px;
}
.item .blog-item{ min-height:441px;position: relative;background-color:#fff;box-shadow: 1px 2px 1px 0 #eaeaea;-moz-box-shadow: 1px 2px 1px 0 #eaeaea;-webkit-box-shadow: 1px 2px 1px 0 #eaeaea;} 

.introtext{
  margin-top: 20px;
}
.item .blog-item .blog-top .post-date{
  color: #272727;
}
.item .blog-item .blog-top .post-date:hover{
  color: #af5875;
}
.item .blog-item .blog-top .post-date i{
  padding-right: 5px;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.content-blog .list-blog h3{
  font-size: 26px;
  font-style: italic;
  letter-spacing: 1px;
  line-height: normal;
  margin: 0 0 15px;
  font-weight: normal;
}






/******* Category **********/

.page-header .images img{display:block;width:100%;}


.product-item .product-bottom{
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}



.wrap-qty{float:left;margin-right:10px;position:relative;}
.down-qty{
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  -o-transition: all 0.5s ease 0s;     
  -moz-transition: all 0.5s ease 0s;     
  -webkit-transition: all 0.5s ease 0s;
}
.up-qty{
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  -o-transition: all 0.5s ease 0s;     
  -moz-transition: all 0.5s ease 0s;     
  -webkit-transition: all 0.5s ease 0s;
}
.up-qty:hover,.down-qty:hover{cursor:pointer;}

#add-to-cart-form .button.inc, #add-to-cart-form .button.dec{text-align: center; margin: 0 10px 0 0;background:#efefef; text-indent: 0;border:none; color: #333333;  height: 38px;  line-height: 38px;width: 38px;}
#add-to-cart-form #quantity{
  height: 38px;
  padding: 0;
  text-align: center;
  display: block;
  line-height: 38px;
  float: left;
  overflow: hidden;
  width: 90px;
}
#add-to-cart-form .button.dec{display: none;}
#add-to-cart-form #product-add-to-cart{
  display: block;
  float: left;
  height: 38px;
  line-height: normal;
  text-align: center;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  width: auto;
  padding-left: 45px;
  padding-top: 2px;
}

.product-shop .short-description{
  padding: 10px 17% 11px 0;
  color: #7d7d7d;
  /*font-size: 16px;*/
  line-height: 24px;
  border-bottom: 1px solid #ebebeb;
  letter-spacing: 0.2px;
}


.product-shop .spr-badge .spr-badge-caption, .product-shop .product-infor label{color: #7d7d7d !important;line-height:22px; font-size:14px;}
.product-shop .spr-badge{
  float:left;
}
.product-shop .availability {
  color: #4e4d4d;
  float: left;
  font-size: 13px;
  line-height: 30px;
  margin: 0;
  padding: 5px 0;
  width: 100%;

}
.product-shop .availability label{margin-right:10px;font-weight:500;}

.compare-price{text-decoration: line-through;}






.content-right{ color: #999999;
  display: block;

  font-size: 13px;
  line-height: 22px;
  text-align: justify;}

/*--search--*/
#search-top .search-form .input-group-btn{
  opacity: 0;
  display: none;
}
#search-top .search-form .input-group-btn .btn{
  padding:0px;
  height:38px;
  border:none;
  width: 45px;
  font-size: 0px;
}
.header-inner .search-form{ 
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 38px;
  position: absolute;
  right: 0;
  top: 9px;

  z-index: 2;

}

.header-inner .search-form .search-close{
  font-size: 39px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 9;
  background: transparent;
}

.header-inner .search-form .input-group-field{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  font-size: 12px;
  height: 38px;
  line-height: 38px;
/* WSA  min-width: 760px; */
  width: 100%;
  margin-top: 15px;
  
  padding: 0px;
  border: solid 1px #e5e5e5;
  padding-left:10px;
} 

.header-inner .search-form .input-group{
  margin: 0;
  padding: 0;
}

.searchbox.s-loading:before {
  background: url(s-loading.gif);s
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: 30px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  right: 20px;
  top: 0;
  background-repeat: no-repeat;
}

.collection-view label{
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;}
.collection-view {
  text-align:right;
}
.collection-view >a:hover{cursor:pointer;}
.collection-view a:hover{text-decoration: none;}
.collection-view a span{font-size:16px; }
.sort-by:hover{cursor:pointer;}
.browse-tags {
  text-align: right;
  font-size:13px;
}
.browse-tags label{font-size:13px;  text-transform: uppercase;}
.browse-tags  select{color:#7d7d7d;border: 1px solid #ebebeb;}

text-transform: uppercase;}

#off-canvas .megamenu li {
  clear: both;
  display: block;
  float: none;
} 
#header-content .menu-actio .site-nav li.mega-menu .nav-dropdown li a{color:#666666;}

.header-cart .top-cart a#cartToggle i{
  font-size: 30px;
  float:left;
  position: relative;
}

.top-cart .icon_bag_alt_css{
  position: relative;
  height: 35px;
  float: left;
  display: inline-block !important;
}

.top-cart .icon_bag_alt_css:after{
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  border-style: solid solid none;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-width: 2px 2px 0;

  height: 12px;
  width: 15px;
}
.top-icon-cart span{
  font-size:14px;
  float:left;
  line-height: 20px;
  letter-spacing: 0;
}


.is-ticky .header-cart .top-cart a i{color:#000;}
.flex-direction-nav li a{
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 30px;

  margin: 0;
  outline: medium none;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top:-30px;
  transition: opacity 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s; 
  z-index: 99999;
  display:block!important;

}
.flex-direction-nav li a span{ color: #fff;line-height: 40px;font-size: 60px; }
.flex-direction-nav li a:hover span{ color: #fff;}
#header-content .header-inner p.top-cart {
  padding: 0px;


}
#cart-count{
  font-size: 14px;
  height: 15px;
  left: 0;
  position: absolute;
  top: 10px;

  width: 100%;
  font-style:normal;
}
.title-cart-mini{
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 13px;
  color:#7d7d7d;
  padding-left:10px;
  float:left;
}

.price-cart-mini{clear:both;display:block;text-align:left;font-size;18px;font-weight:500;padding-left:10px;float:left;font-weight:bold;line-height:21px;min-width:30px;}
.price-cart-mini *{color:#252525 ;}
.flex-direction-nav li a.flex-prev { left: 15px;}
.flex-direction-nav li a.flex-next{right: 15px;}




#offcanvas{display:none}
@media (max-width: 1024px) { 

  body #offcanvas{display:block}
  .offcanvas-push {
    bottom: 0;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 0;
    transform: translate3d(300px, 0px, 0px);
    transition: all 0.5s ease 0s;
    -webkit-transform: translate3d(300px, 0px, 0px);
    -moz-transform: translate3d(300px, 0px, 0px);
    -o-transform: translate3d(300px, 0px, 0px);
    -o-transition: all 0.5s ease 0s;     
    -moz-transition: all 0.5s ease 0s;     
    -webkit-transition: all 0.5s ease 0s;
  }
  #offcanvas {
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 1000;
  }

  #offcanvas.active {
    transform: translateX(0px);
    transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  #offcanvas.active {
    left: 0;
    opacity: 1;
  }
  .wrapper-container{transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;     -moz-transition: all 0.5s ease 0s;     -webkit-transition: all 0.5s ease 0s;
  }



  /*---canvas---*/
  .offcanvas-mainnav .navbar-nav.megamenu{margin:0;padding:0 15px;background-color:#000;}

  #offcanvas {background:#000; height:100%;}

  #offcanvas .navbar-nav li a {
    border-bottom: 1px solid #272727;
    color: #939393;
    display: block;
    font-size: 13px;
    padding: 10px 0;
    text-decoration: none;
    transition: color 0.3s ease-in-out 0s;
    background:none;
    line-height:25px;
  }
  .megamenu-canvas:not(active){opacity:0;}
  #offcanvas .navbar-nav h3{margin:0;position: relative;}
  #offcanvas .navbar-nav h3 i{
    color: #939393;
    font-size: 16px;
    height: 45px;
    line-height: 45px; cursor: pointer;
    position: absolute;
    right: 0;
    text-align: center;border-left: 1px solid rgba(0, 0, 0, 0.15);
    width: 40px;
    z-index: 9;
  }

  #offcanvas .navbar-nav ul{ width: 100% !important;padding-left: 15px;}
  #offcanvas .navbar-nav li{margin:0;float: none;}
  #off-canvas-button{
    color: #939393;
    font-size: 20px;
    margin-right: 25px;margin-top: 15px;
    position: relative;
    text-align: right;
  }
  #off-canvas-button .off-canvas-nav {display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;cursor: pointer;}
  #off-canvas-button .off-canvas-nav:hover{color:#fff;}
  #off-canvas-button a{float:left;width: 115px;padding-left: 15px;}

}

#pre-currencies{padding-left:20px;line-height:40px;}


.menu-top .top-currency{ float: right;
  margin-right: 0px;
  margin-top: 25px;
  padding-bottom: 33px;
  padding-left: 0;
  position: relative;}


.product-list .product-item {display:block;clear:both}
.collection-view a{ 
  border: 1px solid #ccc;
  overflow: hidden; 
  display: inline-block;
  line-height: 12px;
  padding: 4px;
  vertical-align: middle;
}

#header-content .header-inner .nav-dropdown .title-group a{font-size:16px; text-transform: uppercase;}

.top-currency .dropdown-icon i{color:#000;}



.product-item .sca-qv-button-wrap {
  position: absolute !important;
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  overflow: visible !Important;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.product-item .sca-qv-button-wrap a {
  text-transform: capitalize;
  font-weight: 400;
  padding: 10px 15px !important;
  border-radius: 0 !important;
  background: #333;
  color: #fff;
  width: 100%;
  text-align: center;
}
.grid-item.product-item:hover .sca-qv-button-wrap{opacity:1;}
.product-item .add-to-link .add-to-cart,
.add-to-link .action{clear: both;margin-top: 10px;}




#sca-qv-showqv .sca-qv-gallery a {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  max-width: 75px;
  text-align: left;
}
#sca-qv-showqv .sca-left{width:40%;}
#sca-qv-showqv .sca-left .zoomWrapper img{max-width:100%;}
#sca-qv-showqv .sca-left .zoomWrapper a{display:block}
#sca-qv-showqv .sca-right{width:55%;}





.brand-bottom .sub-title{display:none}
.brand-bottom{
  margin-top: 50px;
  margin-bottom: 50px;
}

.title h2{
  color: #272727;

  letter-spacing: 4px;
  margin-bottom: 5px;
}

.product-slide .row > div .module-title{
  margin: 0;
  letter-spacing: 4px;
  text-align: center;
  color: #272727;

  font-size: 1.75em;
}
.product-slide .slide-product{
  margin-top: 30px;
  position: relative;
  text-align: inherit;
  min-height: 200px;
  overflow:hidden;
  clear:both;
  margin: 0 -12.5px;
} 
.product-slide .slide-product .owl-controls{
  left: 50%;
  position: absolute;
  top: 27%;
  width: 100px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.product-slide .slide-product .owl-controls .owl-buttons div{
  font-weight: normal;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background-color: transparent;
  color: #272727;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #272727;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  margin: 0 10px;
  position: absolute;
}
.product-slide .slide-product .owl-controls .owl-buttons .owl-prev{
  left: -60px;
}
.product-slide .slide-product .owl-controls .owl-buttons .owl-next{
  right: -60px;
}
.product-slide .slide-product .owl-controls .owl-buttons div:hover{
  border-color: #f56032;
  color: #f56032;
}
.owl-item .product-item{
  text-align: center;
  position: relative;
  padding: 0 10px;
}
.product-item a.grid-image,.product-item a.product-grid-image{
  position: relative;
  display: block;
  overflow:hidden;
}
.product-item .add-to-cart-btn {
  text-transform: uppercase;
  padding:0 15px;
  font-weight:500;

}
.product-item .add-to-cart-btn:hover{

}
.product-item:hover .add-to-cart-btn{
  top: 50%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); 
}



.product-item .grid-image:before, .product-item .product-grid-image:before{
  content: " ";
  // background: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.product-item:hover .grid-image:before, .product-item:hover .product-grid-image:before{
  opacity: 0.7;
  filter: alpha(opacity=70);
}





.wrap-dropdown-cart{
  padding-top:23px;
  position: absolute;
  right: 0;
  top: 18px;
  width: 340px;
  z-index:99;

}
.header-cart #dropdown-cart{ 
  background: #fff none repeat scroll 0 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  border: #e7e7e7;
  border-width: 1px;
  border-style: solid;
  clear: both;
  float: right;
  height: 100%;

  max-width:345px;
  width:100%;
  z-index: 99;

  padding:15px;
}
.mini_cart_header .sca-qv-button-wrap{display:none !important;}

.header-cart #dropdown-cart .item{display:block; margin-bottom: 15px;
  padding: 0 0 15px;
}
.header-cart #dropdown-cart .item .product-inner{box-shadow:none;}
.header-cart #dropdown-cart .cart-list .product-image{float:left;margin-right: 15px;}
.header-cart #dropdown-cart .cart-list .product-inner{float:left;text-align: left;}
.header-cart #dropdown-cart .item .btn-remove{ position: absolute;right:0; top: 35px;}
.header-cart .sca-qv-button-wrap{display:none !important;}
.header-cart .top-cart a.btn-remove i{font-size:20px;}
.header-cart .top-cart #dropdown-cart a.btn-remove i{color:#000;font-size: 14px;}

.header-cart .top-cart .actions{clear:both;}
.header-cart .top-cart .view-cart{
  display: inline-block;
  float: left;
}


.mini_cart_header .actions .btn{

  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  font-size: 12px;
  height: 39px;
  padding:0;
  min-width:138px;
  text-align:center;
  font-weight: 300;
  margin-top:-5px;
  float:right;

}

.header-cart .top-cart .actions{margin-top:10px;}
.header-cart .top-cart .summary span{display:block;float:left;font-size:14px;}
.header-cart .top-cart .summary span.label{padding: 5px 10px 0 0;}
.header-cart .top-cart .summary span.money{font-size:21px;font-weight:600;}
.header-cart #dropdown-cart .item{position: relative;}

.collection-title-wrapper {
  margin-bottom: 30px;
}
.header-inner .nav-dropdown .row > div{
  padding-left: 15px;
  padding-right: 15px;
}



/* Popup Newsletter  ------------------------------------------------------------------- */
#tinymce #popup-newsletter,
#tinymce  #popup-newsletter .popupnewsletter  { display:block !important; }

#popup-newsletter { display:none; height:100%; left:0; position:fixed; top:0; width:100%; z-index:1041; }
#popup-newsletter .popup-overlay { background: rgba(45,45,50,0.6); height:100%; position:absolute; width:100%; }
#popup-newsletter .popupnewsletter {  background-color: #fff; display:none; min-height:400px; margin:0 auto; position:relative;top:50%; transform: translateY(-50%); width: 800px; padding: 60px;}    

#popup-newsletter .newsletter-popup .window-background { opacity: 0.8; filter:alpha(opacity=80);}

#popup-newsletter .popupnewsletter:before { border: 1px solid #cccccc; bottom: 15px;content: "";left: 15px;position: absolute;right: 15px; top: 15px;}

#popup-newsletter .newsletter-popup .newsletter-content .btn.close { padding:0; height: 40px;font-size: 20px;line-height:45px;
  width: 40px; position: absolute; right: 15px; top: 15px; z-index: 9; border:0;color: #fff;text-shadow: 0 0 0 #fff;
  background-color: #999999; 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 */}

#popup-newsletter .newsletter-popup .newsletter-content .title { font-size:30px; position: relative; letter-spacing: 0.05em;  margin-bottom: 17px;font-weight:600; }
#popup-newsletter .newsletter-popup .newsletter-content .sub-title { line-height: 25px; margin-bottom: 20px; letter-spacing: 0.05em; color: #555555; }
#popup-newsletter .newsletter-popup .newsletter-content .message {clear: both;  margin-bottom: 0px; letter-spacing: 0.02em; font-size: 11px; font-weight: 700; text-transform: uppercase; line-height: 20px; }
#popup-newsletter .newsletter-popup {
  width: 50%; text-align: center;
}
/* MAIL CHIMP FORM INPUTS ---------------------------------------------------------- */
#mce-EMAIL { border:1px solid #000; color:#333; font:11px arial, sans-serif; height:11px; margin:0 !important; padding:8px !important; width:217px; }
#email-subscibe { overflow: hidden;}
#mc_embed_signup { clear:left; overflow: hidden; }
#mc_embed_signup form { display:inline !important; padding:0 !important; text-align:center !important; }
.popupnewsletter #mc_embed_signup input.input-group-field {border:2px solid #d4d4d4; display: block; background:none;  width: 100%; color: #a3a3a3;    font-size: 14px; height: 40px;  text-align: left; padding: 5px 10px; line-height: 36px;  }
.popupnewsletter #mc_embed_signup button{float: right;margin-left: -3px; border: none; background: none; padding: 0;}



.newsneter{
  background:whitesmoke;
  border-bottom: 1px solid #ececec;

}
.newsletter-form{position:relative;cler:both;overflow:hidden;display:table;}
.newsletter-form .input-group-btn{margin-top:10px;display:table-cell;}

/* css product */
.template-collection .grid-item.product-item {
  margin-bottom: 30px;
  position: relative;
}
.slide-product .grid-item .product-image{
  position: relative;
  z-index: 3;
  // padding-bottom: 30px;
}






.add-to-link > form{display:inline-block;}

.grid-item .product-image .add-to-link .contact-form{float:left}




.add-to-link .wishlist span i{font-size:15px;}

.grid-item .product-bottom h3{margin-bottom:5px;}

.grid-item:hover .product-image img{
  opacity: 0;
  transform: translate3d(0px, -100%, 0px);-moz-transform: translate3d(0px, -100%, 0px);-o-transform: translate3d(0px, -100%, 0px);-webkit-transform: translate3d(0px, -100%, 0px);
}
.grid-item:hover .product-image .product-image-hover img{
  opacity: 1;
  transform: translate3d(0px, 0%, 0px);
  -o-transform: translate3d(0px, 0%, 0px);
  -moz-transform: translate3d(0px, 0%, 0px);
  -webkit-transform: translate3d(0px, 0%, 0px);
  z-index: 1;
}
.grid-item .product-image img{
  transform: translate3d(0px, 0%, 0px);-o-transform: translate3d(0px, 0%, 0px);-moz-transform: translate3d(0px, 0%, 0px);-webkit-transform: translate3d(0px, 0%, 0px);
  transition: all 500ms ease 0ms;
  width: 100%;
}
.grid-item .product-image .product-image-hover img {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(0px, 100%, 0px);-o-transform: translate3d(0px, 100%, 0px);-moz-transform: translate3d(0px, 100%, 0px);-webkit-transform: translate3d(0px, 100%, 0px);
  z-index: 0;
}
.grid-item .product-title{

  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom:10px;
}
.grid-item .product-content{padding:0 15px;text-align:center;}
.regular-product{font-weight:bold;font-size:15px;text-align:center;}
.grid-item.price-product{
  font-size: 15px;
  font-weight: 500;
  color: #666666;
}
.grid-item .spr-badge{
  margin-bottom: 10px;margin-top:0;
}
.grid-item:hover .product-button{
  left: 0;
  opacity: 1;
  transition: all 0.4s ease 0s;
  visibility: visible;

}
.template-index .grid-item .product-button{bottom:10px;}
.grid-item .product-button {
  display: inline-block;
  bottom: 0px;
  opacity: 0;
  position: absolute;
  transition: all 0.4s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  left:0;

}
.related-products .grid-item .product-button{bottom:10px;}
.grid-item .product-button .action {
  display:table;
  margin:0 auto;
}
.template-collection .grid-item .product-button .action {
 
}
.grid-item .product-button .add-to-link{float:right}
body:not(.template-index) #filter-sidebar .block-title:first-child{
  padding-top:0;
}

.block-title *{
  font-size:35px;
  text-align:center;
  clear:both;
}

#placeholder{width:90%;float:left;}
#zt_list_product{width:90%;float:left;}
#zt_list_product .jcarousel-clip-vertical{width:100%;height:113px;}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active{
  opacity:0.2 !important;
}

#zt_list_product .jcarousel-skin-tango .jcarousel-container-horizontal {
  width:  100%;
  padding: 5px 0px;
}
#zt_list_product .jcarousel-skin-tango .jcarousel-clip-horizontal {
  width:  100%;
  height: 111px;
  margin-left: -1px;
}
#zt_list_product ul {
  max-height: 120px;
  overflow: hidden;
}
.product-img-box .product-photo-thumbs li{display:block;width:110px;height:115px;margin-bottom:4.8px; margin-right: 16px;}

@media (max-width: 767px){
  #placeholder{width:100%;float:left;}
  #zt_list_product{width:100%;float:left;}
  #zt_list_product ul {
    max-height: 80px;
  }  
  #zt_list_product .jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 5px 0px;
  }
  #zt_list_product .jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 75px;
    margin-left: -1px;
  }
  .product-img-box .product-photo-thumbs li{display:block;width:75px;height:75px;margin-bottom:4.8px; margin-right: 11px;}
  #zt_list_product .product-photo-thumbs li a img{width:100%;}
  .jcarousel-skin-tango .jcarousel-next-horizontal, .jcarousel-skin-tango .jcarousel-prev-horizontal {
    top: 23px;
  }
}
@media (min-width: 768px) and (max-width: 1000px){
  .product-img-box .product-photo-thumbs li{display:block;width:75px;height:75px;margin-bottom:4.8px; margin-right: 1px;}
  #zt_list_product .product-photo-thumbs li a img{width:100%;}
  .jcarousel-skin-tango .jcarousel-next-horizontal, .jcarousel-skin-tango .jcarousel-prev-horizontal {
    top: 23px;
  }
}
@media (min-width: 1001px) and (max-width: 1200px){
  .product-img-box .product-photo-thumbs li{display:block;width:95px;height:95px;margin-bottom:4.8px; margin-right: 6px;}
  #zt_list_product .product-photo-thumbs li a img{width:100%;}
  .jcarousel-skin-tango .jcarousel-next-horizontal, .jcarousel-skin-tango .jcarousel-prev-horizontal {
    top: 23px;
  }
}
/* ------------- */
.jcarousel-skin-tango .jcarousel-next-vertical,.jcarousel-skin-tango .jcarousel-prev-vertical{
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.jcarousel-skin-tango .jcarousel-next-vertical{
  background-image:none !important;
  background-color:#f4f5f7 !important;
  width: 45px !important;
  height: 20px !important;
  text-align:center;
  bottom:-45px !important;
}
.jcarousel-skin-tango .jcarousel-prev-vertical{

  position: absolute;
  bottom: -45px;
  left: 0;
  width: 45px;
  height: 20px;
  cursor: pointer;
  background-color:#f4f5f7;
  text-align:center;
}
.jcarousel-skin-tango .jcarousel-next-vertical:before{
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  background: none;
  content: "\f106";
  font-size: 20px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:before{
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  background: none;
  content: "\f107";
  font-size: 20px;
}
#zoom-full-img{
  position: absolute;
  bottom: 3px;
  right: 33px;
  box-shadow: 0 0 10px 0 #ddd;
  -webkit-box-shadow: 0 0 10px 0 #ddd;
  -moz-box-shadow: 0 0 10px 0 #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 45px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99999999;

}
#zoom-full-img:hover{cursor:pointer;}
.spr-form-title,.tab-content .spr-form-label{display:none;}
.product-img-box .product-photo-thumbs li a img{border:1px solid transparent !important;}
.spr-review-reportreview{display:none !important;}


.quick-view-container #sca-qv-title strong{
  text-transform: capitalize;
  font-size: 22px;
  color:#000;
}
.quick-view-container .sca-qv-product-price span{color:#000 !important;font-size:28px;}
.quick-view-container .sca-qv-product-compare-price span{font-size:21px;    color: #cccccc !important;text-decoration: line-through;}
.quick-view-container #sca-qv-des{
  padding: 10px 0;
  color: #7d7d7d;
  font-size: 16px;
  line-height: 24px;
}
.quick-view-container input.sca-qv-cartbtn{font-weight:normal;}
.sca-fancybox-wrap .sca-fancybox-close{
  background:none;
  position: absolute;
  top: 5px;
  right: 10px;
  width: auto;
  height: auto;
}
.sca-fancybox-wrap .sca-fancybox-close:before{
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00d";
  font-size:18px;
}



.fa.icon-right {
  display:block;
  width:29px;
  height:50px;
}
.fa.icon-right:after {
  transform:rotate(45deg);
  content:"";
  width:1px;
  height:100%;
  background-color:#000;
  position:absolute;
  top:56%;
}
.fa.icon-right:before {
  transform:rotate(-45deg);
  content:"";
  width:1px;
  height:100%;
  background-color:#000;
  position:absolute;
  bottom:15%;
}
.fa.icon-left {
  display:block;
  width:29px;
  height:50px;
}
.fa.icon-left:after {
  transform:rotate(-45deg);
  content:"";
  width:1px;
  height:100%;
  background-color:#000;
  position:absolute;
  top:54%;
}
.fa.icon-left:before {
  transform:rotate(45deg);
  content:"";
  width:1px;
  height:100%;
  background-color:#000;
  position:absolute;
  bottom:14%;
}



/* Shutter Out Horizontal */
.btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;

  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.fa-arrow-custom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius:30px;
}
.fa-arrow-custom:hover, .fa-arrow-custom:focus, .fa-arrow-custom:active {
  color: white;
}
.fa-arrow-custom:hover:before, .fa-arrow-custom:focus:before, .fa-arrow-custom:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.read-more a{
  display: inline-block;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-7px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.35, 0, 0.125, 1);
}
.read-more a:hover{
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Icon Forward */
.read-more .fa-arrow-custom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.read-more .fa-arrow-custom:before {
  top:-7px;
  position: absolute;
  right: 1em;
  padding: 0 1px;

  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.read-more a:hover .fa-arrow-custom:before,
.read-more a:focus .fa-arrow-custom:before,
.read-more a:active .fa-arrow-custom:before {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}












.view-sixth .mask {

  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);

}
.view-sixth h4,.view-sixth h3,.view-sixth .btn {

  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);

  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";


}



.slide.flex-active-slide .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);

}
.slide.flex-active-slide h3,.slide.flex-active-slide h4,.slide.flex-active-slide .btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";

}
#latest-blogs .owl-wrapper-outer{padding-bottom:2px;}			
.product-inner {
  padding-bottom: 15px;
  position: relative;
}
.about-page{margin-top:50px;}
.about-page .block-tile h2{
  text-align:center;
  font-size:36px;
  letter-spacing: 1px;
}
.about-row h4{
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 25px;
  font-weight:500;
}
.images-top{margin-top:120px;}
.images-top img{width:100%;}
.about-row {font-size:16px;}
.author-position{display:table;position:relative;    margin-bottom: 120px;padding:50px 0 45px 0;overflow:hidden;width:100%;}

.author-position:after {
  content: '';
  height: 1px;
  width: 120px;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 0;
  background: #ebebeb;
  z-index: 9999999999;
  left: 50%;
  margin-left: -60px;
}
.author-position img.avt {
  display: block;
  text-align: right;
  float: right;
  padding-right: 15px;
}
.content-author {
  display: table-cell;
  vertical-align: middle;
  width:50%;
}

.content-author label{display:block;font-size:16px;font-weight:500;margin:0;}
.content-author span{display:block;font-size:14px;color:#959595;}
.contactus-page h2 {
  padding: 50px 0;
  font-size: 24px;
  text-transform: capitalize;
  color:#353535;
}
.contactus-page .content-top{font-size:16px;color:#666666;}
.contactus-page .content-top h2:first-child{padding-top:0;}
.contactus-page .content-bottom{font-size:16px;color:#7d7d7d;}
.category-current{
  float:left;
  clear:both;
}
.category-current{
  color:#7d7d7d;
  font-size:16px;
}
.category-current span{
  font-weight:bold;
  padding-right:60px;
  color:#252525;
}

.product-toprate{overflow:hidden;margin-top:50px;}
.product-toprate .grid-item.product-item {width:100%;float:left;overflow:hidden;position:relative;}
.product-toprate .product-inner{box-shadow:none;}
.product-toprate .grid-item .product-image{width:50%;float:left;}
.product-toprate .grid-item .product-content{width:50%;float:right;text-align:left;padding-left: 15px;}
.product-toprate .grid-item .product-button{display:none;}
.product-toprate [class^="spr-icon-"]:before,.product-toprate [class*=" spr-icon-"]:before{color:#ffca00;}
.product-toprate .grid-item .product-title{font-size:13px;font-weight:300;}
.product-toprate .price-box .regular-product span span{font-size:20px;}


/* --------------------------------------------------------------------------------------------------custtom header--- */
.header-layout-2 .header .header-inner .menu-top #search-top {
  display: inline-block;
  float: none;
  padding-right: 0;
  text-align: left;
}

.header-layout-2 .header .header-inner #search-top .search-form .input-group-field {
  height: 50px;
  width: 480px;
  font-family: Alegreya Sans;
  font-size: 16px;
  font-weight: 400;
}
.header-layout-2 #search-top .search-form .input-group-btn .btn{
  font-size: 13px;
  font-family: Poppins;
  font-weight: 500;
  text-transform: capitalize;
  background:#252525!important;
  padding: 0 15px;
  width: 90px;
}
.header-layout-2 #search-top .search-form .input-group-btn{
  width: auto;
}
.header-layout-2 #search-top .search-form .input-group-btn .btn {
  height: 50px;
}
.header-layout-2 .header-inner .search-form{
  display: block!important;
  height: auto;
  position: relative;
}
.header-layout-2 .header-inner .icon-search, 
.header-layout-2 .header-inner .search-form .search-close, 
.header-layout-2 .search-form .input-group-btn:after{
  display: none;
}
.header-layout-2 .wrap-menu {
  background: #1a1a1a;
  height: 60px;
}
.header-layout-2 .site-nav .level-top > a{
  color: #fff;
}
.header-layout-2 .menu-top-content{
  margin-top: 0;
  padding-left: 0;
}
.header-layout-2 .top-cart .icon_bag_alt_css{
  padding: 0 18px;
}
.header-layout-2 .top-cart .icon_bag_alt_css:after{
  border-color: #252525;
}
.header-layout-2 .top-cart .icon_bag_alt_css{
  background: #252525;
}
.header-layout-2 .header-cart .top-cart{
  margin: 20px 0 0;
}
.header-layout-2 .site-nav {
  position: static;
}
.header-layout-2 .site-nav li .dropdown-sub li a{
  margin: 0 18px;
}

/* =-----------------------------------------------------------fix slide show */
#rev_slider{
  position:relative;
}
.main-slider .mt-title{
  position: absolute;
  color: #fff;
  font-size: 48px!important;
  font-weight: 700!important;   
}
.main-slider .mt-content{
  position: absolute;
  font-size:72px!important;
  text-align: center;
  text-transform: uppercase!important;
  color: #fff;
  font-weight: bold!important;
}
.main-slider .button-readmore{
  position: absolute;
}
.main-slider .button-readmore a{
  color: #fff;
  border: 2px solid;
  box-shadow:none!important;
  height: 50px;
  padding-left: 48px;
  padding-right: 48px;
  display: block;
  text-align: center;
  line-height: 50px!important;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
li.tp-revslider-slidesli {
  POSITION: ABSOLUTE;
}
li.tp-revslider-slidesli.active-revslide {
  position: absolute;
}
ul.tp-revslider-mainul {
  position: absolute;
}

.tp-rightarrow.tparrows.default.preview3,
.tp-leftarrow.tparrows.default.preview3{
  z-index: 99;
}
.tp-arr-titleholder{
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  background: transparent;
  border-color: transparent;
  font-size: 0;
}
.tp-arr-titleholder:hover{
  color: #ff4081!important;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.tp-arr-titleholder:hover:before{
  color: #ff4081!important;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  opacity: 1 !important;
}
.tp-rightarrow.tparrows.default.preview3 .tp-arr-titleholder:before{
  content: "\35";
  font-family: "ElegantIcons";
  display: block;
  font-size: 60px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.tp-leftarrow.tparrows.default.preview3 .tp-arr-titleholder:before{
  content: "\34";
  font-family: "ElegantIcons";
  display: block;
  font-size: 60px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.main-slider {
  position: relative;
  z-index: 1;
}
.tp-bullets.simplebullets.preview3{
  display: block;
  position: absolute;
  z-index: 99;
  width: 100%;
  text-align: center;
}
.bullet{
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  opacity: 0.5;
  background: transparent;
  display: inline-block;
  margin: 0 6px;
  cursor: pointer;
}
.bullet:hover:before,
.bullet.selected:before {
  background: #fff;
  opacity: 0.8;
  content: "";
  height: 4px;
  letter-spacing: 0;
  margin-left: -2px;
  margin-top: 3px;
  position: absolute;
  width: 4px;
}
/* --------------End fix slide show */
.no-sidebar .collection-view{
  float: right;
}

/*------------------------ FIXED PRODUCT LIST VIEW -----------------*/
.products-grid.product-list-item .product-bottom,.products-grid.product-list-item .product-content {
  float: left;
  width: 70%;
  padding-left: 30px;
  text-align: left;
  overflow: visible;
}
.products-grid.product-list-item .product-image {
  width: 30%;
  overflow: hidden;
  float: left;
}
.products-grid.product-list-item .grid-item {
  width: 100%;
}
.products-grid.product-list-item .product-title {
  padding: 0;
  margin: 0;
  font-size: 24px;
  color: #30373e;
  height: auto !important;
  letter-spacing: 2px;
}
.products-grid.product-list-item .short-description {
  color: #7a7a7a;
  font-size: 15px;
  float: left;
}

.products-grid.product-list-item .price-box {
  font-size: 24px;
  text-align: left;
  margin: 20px 0;
  opacity: 1 !important;
}
.products-grid.product-list-item .add-to-cart .btn:focus{
  outline: none;
  border:none;
  box-shadow: none;
}
.products-grid.product-list-item .product-item .spr-badge {
  display: block;
  margin-bottom: -15px;
  margin-top: 10px;  
}
#tall-product-grid .product-inner {
  padding-bottom: 19px;
}
@media only screen and (max-width: 1199px) {
  #tall-product-grid .product-content h3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #tall-product-grid .product-inner {
    padding-bottom: 5px;
  }
  #tall-product-grid .spr-badge {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 990px) {
  #tall-product-grid .grids-item {
    margin-bottom: 15px;
  }
}
.template-collection .products-grid.product-grid-item .short-description {
  display: none;
}
.template-collection .product-list-item .grid-item {
  margin-bottom: 50px !important;
  border-bottom: 1px solid #e3e3e3;
  display: inline-block;
}
.template-collection .product-list-item .grid-item .product-button {
  opacity: 1;
  position: inherit;
  visibility: visible;
  width: auto;
}
.filter-collection-left {display: none;}
.show-fillter .overlay-filter {
  display: block;
  transform: scale(1, 1);
}
.overlay-filter {
  position: fixed;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.55);
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: rotateX(90deg);
  display: none;
}
.filter-collection-left a {
  font-size: 14px;
  line-height: 30px;
  padding-left: 15px;
  cursor: pointer;
}
.filter-collection-left a:before {
  content: "\f0b0";
  font-family:FontAwesome;
  font-size: 20px;
  margin-right: 6px;
}
.no-sidebar .filter-collection-left {
  display: block;
}
.no-sidebar .filter-collection-left {
  float: left;
  margin-right: 20px;
}
.show-fillter #filter-sidebar.no-sidebar-left.col-left {
  left: 0;
  -webkit-transition: left 300ms linear 0s;
  -moz-transition: left 300ms linear 0s;
  -ms-transition: left 300ms linear 0s;
  -o-transition: left 300ms linear 0s;
  transition: left 300ms linear 0s;
}
#filter-sidebar.no-sidebar-left.col-left {
  position: fixed;
  display: block;
  margin: 0;
  background: #fff;
  list-style: none;
  z-index: 999999;
  top: 0;
  left: -150%;
  height: 100%;
  width: 270px;
  text-align: left;
  overflow: scroll;
}
.template-collection .product-grid-isotope .grid-item {
  width: 20%;
}
.page-404 h1 {
  font-size: 250px;
  margin: 0;
  color: #555;
}
.page-404 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
.page-404 .sub-404 {
  color: #555;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
.page-404 .sub-404:after {
  content: "";
  border-bottom: 1px #EBEBEB solid;
  margin: auto;
  padding-top: 30px;
  width: 30%;
  display: block;
}
.text-404 {
  margin: 50px 0;
  color: #888;;
  font-size: 14px;
}
.grid-product-home.grid .grids-item {
  padding: 5px 12.5px 0 12.5px;
  margin-bottom: 20px;
}
.blog-home .owl-theme:hover .owl-controls { display: none !important;}
.home4-block-collection .home-collection-item {
  position: relative;
  overflow: hidden;
}
.home4-block-collection .home-collection-item img {
  width: 100%;
}
.home4-block-collection .home-collection-title-wrapper {
  position: absolute;
  z-index: 9;
}
.home4-block-collection .home-collection-title-wrapper .button-view a {
  background: #fff;
  color: #252525;
  padding: 11px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 700;
}
.home4-block-collection .home-collection-item .home-collection-4 {
  padding-top: 30px;
}
.home-collection-title-wrapper.text-middle {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}
.block-home-main{position:relative;margin-bottom:80px;}
.block-home-main .block-main-block{
  height:680px;padding:225px 0;
  text-align: center;
}
.block-home-main .block-title{
  font-size: 30px;
  font-style: italic;
  color: #252525;
  margin-bottom: 30px;
}
.block-home-main .content-block{
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  color: #252525;
  line-height: 60px;

}
.block-home-main .paralax-images{
  background-size: 50% auto;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-attachment: fixed;
  background-size:cover;
}
.block-home-main .btn.btn-slide {
  padding: 0 25px;
  text-transform: uppercase;
  line-height: 40px;
  height: 40px;
  text-decoration: none;
  border-radius:0;
  margin-top: 55px;
}
.text-image-colums > .container .row {padding: 0;}
.text-image-colums > .row {padding: 0 15px;}
.home-block-static {clear:both;overflow:hidden;}
.home-block-static .block-static-content{
  position: absolute;
  top: 50%;
  width: 80%;
  transform: translateY(-50%);
  margin-left: 10%;
  z-index: 9;
  transition: all 500ms ease 0s;
}
.home-block-static .block-static-content .p1 {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 24px;
}
.home-block-static .block-static-content h4 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: normal;
  line-height: 35px;
}
.home-block-static .block-static-content .p2 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom:35px;
}
.home-block-static > div{padding-left:0px; padding-right:0px;}
.home-block-static .btn.btn-static {
  background: #32c5d2;
  height: 50px;
  line-height: 46px;
  border-radius: 5px;
  letter-spacing: 1px;
  font-size: 11.5px;
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;     
  -moz-transition: all 0.5s ease 0s;     
  -webkit-transition: all 0.5s ease 0s;
  color: #fff;
}
.home-block-static .btn.btn-static:hover{
  background: #252525;
  border-color: #252525;
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;     
  -moz-transition: all 0.5s ease 0s;     
  -webkit-transition: all 0.5s ease 0s;
}
.style-layout-1 .home-block-static .images:before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 500ms ease 0s;
}
.home-block-static img {
  height: 450px;
  max-width: none;
  width: 100%;
}
.style-layout-1 .home-block-static > div:hover .images:before {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  transition: all 500ms ease 0s;
}
.home-block-static > div:hover .block-static-content {
  transform: translate(-10px, -50%);
  transition: all 500ms ease 0s;
}
.paralx-main.full-width-bg .paralax-images {
  background-size: cover;
}
.paralx-main.full-width-bg .testimonials {
  float: none;
  width: 100%;
}
.paralx-main.full-width-bg .testimonials .title,.paralx-main.full-width-bg .testimonials .owl-wrapper-outer .testimonial-text,
.paralx-main.full-width-bg .testimonials .owl-wrapper-outer .testimonial-author,.paralx-main.full-width-bg .testimonials .owl-wrapper-outer .testimonial-author-position{
  color: #ffffff;
}
.header-layout-2 .header-inner .search-form {
  display: block;
  height: 50px;
  position: absolute;
  right: 70px;
  top: 9px;
  z-index: 2;
}
.header-layout-2 .hot-line2 {
  float: right;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #32c5d2;
  padding: 0 20px;}
.header-layout-2 .hot-line2 img {
  margin-top: -5px;
  margin-right: 10px;
}
.header-layout-2 .logo {margin-top: 13px;}
.paralx-main.full-width-bg .testimonials .title:after {display: none;}
.footer-layout-2 .footer-top .container .row1 {
  border-bottom: solid 1px #2e2e2e;
  display: inline-block;
  width: 100%;
}
.footer-layout-2 .footer-icon-share ul li {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 10px;
  border: solid 2px;
  border-radius: 50%;
  margin-bottom: 0px!important;
  line-height: 35px;
  text-align: center;
  float: none;
}
.footer-layout-2 .footer-icon-share {margin-top: 5px;}
.footer-mcafee-engtm {margin-top: 5px;}
.footer-container.footer-layout-2 .footer-top .newsletter .module-title {
  float: left;
  margin: 0PX;
  padding: 0PX;
  line-height: 40px;
  width: 20%;
}
.footer-container.footer-layout-2 .footer-top .newsletter .small-title {display: none;}
.footer-container.footer-layout-2 .footer-top .newsletter .content {
  float: right;
  width: 80%;
  text-align: right!important;
}
.footer-container.footer-layout-2 .footer-top .newsletter .input-group-btn > .btn {
  height: 40px;
  padding: 0 0px;
  line-height: 40px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 2px;
  background: transparent;
  border: solid 2px #959595;
  border-left: none;
  width: 50PX;
  font-size: 0;
}
.footer-container.footer-layout-2 .footer-top .newsletter .input-group-field {
  background: transparent;
  color: #959595;
  padding-left: 10px;
  margin: 0;
  border: 2px solid #959595;
  width: 100%;
  font-weight: normal;
  font-size: 15px;
  text-transform: capitalize;
  height: 40px;
  display: table-cell;
  font-style: normal;
  border-right: none;
}
.footer-container.footer-layout-2 .footer-top .newsletter .content .newsletter-form {
  position: relative;
  clear: both;
  overflow: hidden;
  display: table;
  width: 370px;
  float: right;
}
.footer-container.footer-layout-2 .footer-top .newsletter {
  margin-bottom: 0;
  margin-top: 10px;
}
.footer-container.footer-layout-2 .footer-bottom address {text-align: left;}
.footer-container.footer-layout-2 .paypal-images {
  float: right;
}
.home-block-2.block-custom-top .block-item {
  height: 950px;
  background: #f5f5f5;
  overflow: hidden;
  padding: 0;
}
.home-block-2.block-custom-top .row:first-child .block-1.block-item {
  border-right: 20px solid #fff;
  border-bottom: 20px solid #fff;
  background: #f5f5f5;
  overflow: hidden;
}
.home-block-2.block-custom-top .row:last-child .block-1.block-item {
  border-left: 20px solid #fff;
  border-top: 20px solid #fff;
  background: #f5f5f5;
  overflow: hidden;
}
.home-block-2.block-custom-top .block-2:hover .images {
  transform: scale(1.15) rotate(0deg);
  transition: all 0.6s ease 0s;
}
.home-block-2.block-custom-top .block-2 .images {
  transition: all 0.6s ease 0s;
}
.home-block-2.block-custom-top > container > .row,.home-block-3 > container > .row {
  margin-right: -15px;
  margin-left: -15px;
}
.home-block-2.block-custom-top,.home-block-3 > .row {
  margin-right: 0;
  margin-left: 0;
}
.home-block-2.block-custom-top .block-content {
  position: absolute;
  top: 48%;
  left: 36%;
  transform: translate(0, 15%);
  z-index:9;
}
.home-block-2.block-custom-top .row:last-child .block-content {
  top: 55%;
}
.home-block-2.block-custom-top .block-content h2 {
  font-size: 100px;
  font-weight: bold;
  font-family: Poppins;
  color: #e1e1e1;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  position: absolute;
  top: 12px;
  left: -105px;
}
.home-block-2.block-custom-top .block-content h4 {
  font-size: 30px;
  font-weight: 600;
  font-family: Poppins;
  color: #252525;
  text-transform: uppercase;
  padding-bottom: 50px;
}
.home-block-2.block-custom-top .block-content p {
  font-size: 16px;
  color: #7d7d7d;
}
.home-block-2.block-custom-top .block-content .ct-name {
  font-size: 13px;
  font-family: Poppins;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  color: #252525;
  padding-top: 50px;
}
.home-block-2.block-custom-top .block-content .ct-name:before {
  content: "";
  height: 2px;
  background: #252525;
  width: 50px;
  position: absolute;
  margin-top: 13px;
  margin-left: -55px;
}
.full-width {padding-left: 50px !important;padding-right: 50px !important;}
.full-width .full-width {padding-left: 0 !important;padding-right: 0 !important;}
.container .full-width{padding-left: 0px !important;padding-right: 0px !important;}
.header-layout-3 .header-cart .top-cart a#cartToggle .title-cart-mini, .header-layout-3 .header-cart .top-cart a#cartToggle .price-cart-mini {
  display: none;
}
.header-layout-3 #search-top .icon-search i {
  font-size: 24px;
  padding: 0 20px;
  line-height: 98px;
}
.header-layout-3 .customer-account-link > i {
  font-size: 24px;
  padding: 0 20px;
  line-height: 98px;
}
.header-layout-3 .top-icon-cart i {
  font-size: 24px;
  line-height: 98px;
  padding: 0 20px;
  font-weight: bold;
  padding-right: 0;
}
.header-layout-3 .menu-top,.header-layout-3  #search-top,.header-layout-3  .header-cart {margin-top: 0 !important;}
.header-layout-3 .header-cart .top-cart {margin: 0;}
.header-layout-3 .header-cart .top-cart {padding-bottom: 0;}
#header-content.header-layout-3 .header-inner .site-nav li a {padding-top: 30px;}
.header-layout-3 .wrap-dropdown-cart {
  top: 95px;
  padding-top: 0;
}
.header-layout-3 #cart-count {
  left: 10px;
  top: 3px;
  line-height: 98px;
}
.customer-account-link {
  /*cursor: pointer;*/
}
.customer-account-link .your-account:hover .cusstom-link {
  opacity: 1;
  visibility: visible;
  top: 40px;
  transition: all 0.5s;
}
.customer-account-link .cusstom-link {
  position: absolute;
  top: 150px;
  background-color: #fff;
  z-index: 9999;
  padding: 20px;
  width: 200px;
  text-align: left;
  right: 0;
  box-shadow: 0 0 3px 0 #969696;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.header-layout-3 .your-account #currencies-top .dropdown-currency ul {
  display: inline-block;
}
.header-layout-3 #currencies-top .dropdown-currency {display: block !important;}
.header-layout-3 #currencies-top  {margin-right: 0;}
.header-layout-3 #currencies-top .dropdown-currency {
  display: block !important;
  overflow: visible !important;
  position: inherit;height:40px!important;
  box-shadow: none;
}
.header-layout-3 #currencies > li {
  display: inline-block;
  width: auto;
}
.header-layout-3 .popup-title.dropdown-toggle {display: none !important;}
.header-layout-3 .header-inner .search-form {top: 30px;}
.header-layout-3 .header-inner .search-form .search-close {
  font-size: 20px;
  right: 25px;
  top: 10px;
}
.icon-search {
  cursor: pointer;
}
.home5-block-collection .home-collection-item .home-collection-item-2,.home5-block-collection .home-collection-item .home-collection-3,
.home5-block-collection .home-collection-item .home-collection-4 {position: relative;}
.home5-block-collection .home-collection-item .home-collection-title-wrapper {
  position: absolute;
  z-index: 9;
}
.home5-block-collection .home-collection-item .home-collection-item-2 .home-collection-title-wrapper {
  top: 50%;
  left: 35%;
  text-align: left;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.home5-block-collection .home-collection-item-2 .home-collection-title-wrapper .home5-subtitle {
  font-size: 24px;
  text-transform: uppercase;
  color: #f1d6b4;
  opacity: 0.5;
  line-height: 15px;
}
.home5-block-collection .home-collection-item-2 .home-collection-title-wrapper .home5-title {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
  color: #f1d6b4;
  opacity: 0.5;
}
.home5-block-collection .home-collection-item-2 .home-collection-title-wrapper .button-view {
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  margin-right: 15px;
  text-align: center;
  float: right;
  transform: skew(-30deg) translateX(0px);
  -moz-transform: skew(-30deg) translateX(0px);
  -webkit-transform: skew(-30deg) translateX(0px);
  -o-transform: skew(-30deg) translateX(0px);
  -ms-transform: skew(-30deg) translateX(0px);
  transition: transform 0.35s ease 0s;
}
.home5-block-collection .home-collection-item-2 .home-collection-title-wrapper .button-view a {
  display: block;
  font-weight: 500;
  transform: skew(30deg) translateX(0px);
  -moz-transform: skew(30deg) translateX(0px);
  -webkit-transform: skew(30deg) translateX(0px);
  -o-transform: skew(30deg) translateX(0px);
  -ms-transform: skew(30deg) translateX(0px);
  transition: transform 0.35s ease 0s;
}
.home5-block-collection .home-collection-item-2 .home-collection-title-wrapper .button-view:hover {
  transform: skew(30deg) translateX(0px);
  transition: transform 0.35s ease 0s;
}
.home5-block-collection .home-collection-item-2 .home-collection-title-wrapper .button-view:hover a {
  transform: skew(-30deg) translateX(0px);
  transition: transform 0.35s ease 0s;
}
.home5-block-collection .home-collection-3 .home-collection-title-wrapper .button-view a:before,
.home5-block-collection .home-collection-4 .home-collection-title-wrapper .button-view a:before{
  background: #ec3925;
  content: "";
  width: 180px;
  height: 40px;
  margin-left: -20px;
  position: absolute;
  opacity: 0.5;
  transform: skew(-30deg) translateX(0px);
  -moz-transform: skew(-30deg) translateX(0px);
  -webkit-transform: skew(-30deg) translateX(0px);
  -o-transform: skew(-30deg) translateX(0px);
  -ms-transform: skew(-30deg) translateX(0px);
  z-index: -1;
}
.home5-block-collection .home-collection-3 .home-collection-title-wrapper .button-view a,
.home5-block-collection .home-collection-4 .home-collection-title-wrapper .button-view a{
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding-right: 60px;
  color: #fff;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: bold;
}
.home5-block-collection .home-collection-3 .home-collection-title-wrapper .button-view a i,
.home5-block-collection .home-collection-4 .home-collection-title-wrapper .button-view a i{
  background: #000;
  height: 40px;
  margin-left: 10px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transform: skew(-30deg) translateX(0px);
  -moz-transform: skew(-30deg) translateX(0px);
  -webkit-transform: skew(-30deg) translateX(0px);
  -o-transform: skew(-30deg) translateX(0px);
  -ms-transform: skew(-30deg) translateX(0px);
}
.home5-block-collection .home-collection-3 .home-collection-title-wrapper .button-view a i span,
.home5-block-collection .home-collection-4 .home-collection-title-wrapper .button-view a i span{
  font-size: 20px;
  transform: skew(30deg) translateX(0px);
  -moz-transform: skew(30deg) translateX(0px);
  -webkit-transform: skew(30deg) translateX(0px);
  -o-transform: skew(30deg) translateX(0px);
  -ms-transform: skew(30deg) translateX(0px);
}
.home5-block-collection .home-collection-3 .home-collection-title-wrapper,.home5-block-collection .home-collection-4 .home-collection-title-wrapper {
  top: auto;
  bottom: 10%;
  width: 100%;
  left: auto;
  text-align: right;
}
.home5-block-collection .home-collection-4 {
  margin-top: 30px;
}
.home5-block-collection .overlay_border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home5-block-collection .overlay_border:after,.home5-block-collection .overlay_border:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  -webkit-transition:transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}
.home5-block-collection .overlay_border:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.home5-block-collection .overlay_border:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}
.home5-block-collection .overlay_border:after,.home5-block-collection .overlay_border:before {
  top: 10px;
  right: 25px;
  bottom: 10px;
  left: 25px;
}
.home5-block-collection .home-collection-3:hover .overlay_border:after,.home5-block-collection .home-collection-3:hover .overlay_border:before,
.home5-block-collection .home-collection-4:hover .overlay_border:after,.home5-block-collection .home-collection-4:hover .overlay_border:before,
.home5-block-collection .home-collection-item-2:hover .overlay_border:after,.home5-block-collection .home-collection-item-2:hover .overlay_border:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.home5-block-collection .home-collection-3:hover img,.home5-block-collection .home-collection-3:hover img,
.home5-block-collection .home-collection-4:hover  img,.home5-block-collection .home-collection-4:hover img,
.home5-block-collection .home-collection-item-2:hover img,.home5-block-collection .home-collection-item-2:hover img {
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
}
.home5-block-collection .images img {
  display: block;
  width: calc(100% + 30px);
  width: -width-calc(100% + 30px);
  max-width: none;
  transform: translate3d(-30px, 0px, 0px);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.style-layout-2 .home-block-static .block-static-content {
  width: 100%;
  margin-left: 0;
  text-align: center;
}
.style-layout-2 .home-block-static .block-static-content h4 {
  font-family: Alegreya Sans;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.style-layout-2 .home-block-static .btn.btn-static {
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  background: transparent;
  border: 0;
}
.style-layout-2 .home-block-static .btn.btn-static:before {
  background: #ec3925;
  content: "";
  width: 180px;
  height: 40px;
  margin-left: -20px;
  position: absolute;
  transform: skew(-30deg) translateX(0px);
  -moz-transform: skew(-30deg) translateX(0px);
  -webkit-transform: skew(-30deg) translateX(0px);
  -o-transform: skew(-30deg) translateX(0px);
  -ms-transform: skew(-30deg) translateX(0px);
  z-index: -1;
}
.style-layout-2 .home-block-static .btn.btn-static i {
  background: #000;
  height: 40px;
  margin-left: 10px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transform: skew(-30deg) translateX(0px);
  -moz-transform: skew(-30deg) translateX(0px);
  -webkit-transform: skew(-30deg) translateX(0px);
  -o-transform: skew(-30deg) translateX(0px);
  -ms-transform: skew(-30deg) translateX(0px);
}
.style-layout-2 .home-block-static .btn.btn-static i span {
  font-size: 20px;
  transform: skew(30deg) translateX(0px);
  -moz-transform: skew(30deg) translateX(0px);
  -webkit-transform: skew(30deg) translateX(0px);
  -o-transform: skew(30deg) translateX(0px);
  -ms-transform: skew(30deg) translateX(0px);
}

.style-layout-2 .home-block-static .grid__item .images:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.style-layout-2 .home-block-static .grid__item .images:before {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s,
    -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  z-index: 99;
}
.style-layout-2 .home-block-static .grid__item .images:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.style-layout-2 .home-block-static .grid__item .images:after {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, 
    -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  z-index: 99;
}
.style-layout-2 .home-block-static .grid__item .images {
  position: relative;
  overflow: hidden;
}
.paralx-main.full-width-bg .testimonials .owl-wrapper-outer .testimonial-text {
  font-size: 20px;
}
.testimonials .testimonial-avatar {
  display: inline-block;
}
.header-layout-4 .header {
  padding: 10px 0 0; 
}
.header-layout-4 .sup-w {
  padding: 35px 0 0 0;
}
.header-layout-4 .sup-w .icon-header .header-item {
  display: inline-block;
  padding: 0;
}
.header-layout-4 .sup-w .icon-header .header-item .e-support i {
  border-radius: 50%;
  color: #ec3925;
  float: left;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
  position: relative;
  top: -5px;
  margin-right: 15px;
}
.header-layout-4 .sup-w .icon-header .header-item .e-support h3 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333333;
}
.header-layout-4 .sup-w .icon-header .header-item .e-support p {
  font-size: 12px;
  color: #666666;
  text-transform: capitalize;
  padding: 0;
  display: inline-flex;
  /* padding-left: 30px; */
}
.header-layout-4 .header-menu {
  background: #252525;
  height: 60px;
}
.header-layout-4 .site-nav > li > a {
  padding: 20px 20px;
  font-size: 12px;
  font-weight: bold;
}
.header-layout-4 .site-nav > li > a span {
  font-weight: bold;
}
.header-layout-4 .site-nav > li:first-child > a {padding-left: 0;}
.header-layout-4 .menu-top-content {
  margin-top: 0;
  padding-left: 0;
}
/* WSA */
.header-layout-4 #search-top {margin-top: 0;position: static;}
.header-layout-4 #search-top .icon_search {display: block;
  text-align: right;
  color: red;
  margin-top: 15px;
  padding: 23px 0;
}
.header-layout-4 #search-top .input-group-btn {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 12px;
  height: 12px;
  z-index: 0;
  top: 0px;

  line-height: 40px;
  background: none;
  color: #ec3925;
  z-index: 2;
  opacity: 100;
/*   display: table-cell; */
}
.header-layout-4 #search-top .search-form .input-group-btn .btn {
  padding:0px;
  height:38px;
  border:none;
  width: 45px;
  font-size: 0px;
  background: none;
  color: #ec3925;
  
  content: "\f002";
  font-family: FontAwesome;
  font-size: 12px;
  z-index: 0;
  top: 0px;

  line-height: 40px;
  background: none;
  color: #ec3925;
  z-index: 2;
}
.header-layout-4 .search-form .input-group-btn:after{
  display:none;
}
.header-layout-4 #search-top .search-form {
  position: absolute;
  width: 100%;
/*   top: 0;
  left: 0; */
  z-index: 9;
}
.header-layout-4 #search-top .search-close {
  position: absolute;
  right: 15px;
}
.header-layout-4 #search-top .navbar-form {
  margin-top: 0;
  width: 100%;
}
.header-layout-4 #search-top .input-group .input-group-field {
  height: 40px;
  margin-top: 22px;
  width: 100%;
}
/*
.header-layout-4 #search-top {margin-top: 0;position: static;}
.header-layout-4 #search-top .icon_search {display: block;
  text-align: right;
  color: #fff;
  padding: 23px 0;
}
.header-layout-4 #search-top .search-form {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.header-layout-4 #search-top .search-close {
  position: absolute;
  right: 15px;
}
.header-layout-4 #search-top .navbar-form {
  margin-top: 0;
  width: 100%;
}
.header-layout-4 #search-top .input-group .input-group-field {
  height: 60px;
  width: 100%;
}
*/
.header-layout-4 .header-menu .search-form .search-close {
  font-size: 50px;
  cursor: pointer;
  color: #252525;
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 9;
}
.header-layout-4 .wrap-dropdown-sub{padding-bottom: 0;}
#header-conten.header-layout-4  .header-menu.is-ticky {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}
.home-block-3 .block-item {
  overflow: hidden;
  padding: 0;
}
.home-block-3 .block-custom-content {
  position: absolute;
  z-index: 33;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  z-index: 9;
}
.home-block-3 .block-item .images {
  overflow: hidden;
}
.home-block-3  .block-item .images img {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  width: 100%;
}
.home-block-3 .block-item .images:hover img {
  transform: scale(1.15) rotate(0deg);
  -moz-transform: scale(1.15) rotate(0deg);
  -webkit-transform: scale(1.15) rotate(0deg);
  -o-transform: scale(1.15) rotate(0deg);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.home-block-3 .block-item .block-custom-container .content-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  bottom: 60px;
  z-index: 9;
}
.home-block-3 .block-item .block-custom-container .block-custom-content h3 {
  font-size: 40px;
  color: #ec3925;
  margin-bottom: 8px;
  margin-top: 45px;
}
.home-block-3 .block-item .block-custom-container .block-custom-content p {
  font-size: 14px;
}
.home-block-3 .block-item .block-custom-container .content-bottom .price {
  font-weight: bold;
  font-size: 30px;
}
.home-block-3 .block-item .block-custom-container .content-bottom a.btn:hover {background: #333333;color: #ffffff;}
.home-block-3 .block-item .block-custom-container .content-bottom a.btn {
  border: 2px solid #333333;
  border-radius: 30px;
  font-size: 12px;
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 25px;
  line-height: 38px;
  font-weight: 500;
  color: #333333;
  background: none;
}
.grid-image-left .row .left-product {
  overflow: hidden;
}
.grid-image-left .row > div {
  padding: 0;
}
.grid-image-left .left-product:hover img {
  transform: scale(1.15) rotate(0deg);
  -moz-transform: scale(1.15) rotate(0deg);
  -webkit-transform: scale(1.15) rotate(0deg);
  -o-transform: scale(1.15) rotate(0deg);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.grid-image-left .left-product img {
  width: 100%;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.grid-image-left .right-product .block-title {
  margin-bottom: 25px;
  margin-top: 30px;
}
.grid-image-left .right-product .top-product {
  padding-left: 145px;
  padding-right: 145px;
}
.grid-image-left .grid-item .spr-badge {display: none;}
.header-position #header-content {
  position: absolute;
  z-index: 9999;
  background-color: transparent;
  width: 100%;
}
.header-position .header.is-ticky {
  background: #000000;
}
.header-position span.mega-subtitle.slideshow__subtitle {
  line-height: 130px!important;
  font-size: 96px;
}
.header-position h2.mega-title.slideshow__title {
  font-size: 30px!important;
  line-height: 40px!important;
  font-style: italic;
  text-align: center;
  font-family: Alegreya Sans;
  margin-top: 20px;
}
.header-layout-3 .site-nav li:hover .dropdown-sub {
  top: 86px;
}
.header-layout-4 .header-cart .top-cart a#cartToggle i {color: #ec3925 !important;}
.header-layout-4 .header-menu .container {position: relative;}
.products-grid.product-list-item > div {
  width: 100%;
}
.product-list-item .grid-item .product-button .action {margin: 0;}

.header-layout-3 .customer-account-link:hover .cusstom-link {
  opacity: 1;
  visibility: visible;
  top:95px;
}
.footer-container.footer-layout-2 .paypal-images ul {margin-bottom: 0;}
.footer-container.footer-layout-2 .footer-top {padding-bottom: 0;}
.header-layout-4 .header.is-ticky {display: none;}
.header-layout-4 .header-menu.is-ticky {
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.footer-layout-3 .footer-container,.footer-layout-3 .footer-top {
  padding:0;
}
.footer-layout-3 .footer-top .container >div:after {display: none;}
.footer-layout-3 .module-wap {border-left: 1px solid #ebebeb;}
.footer-container.footer-layout-3 .footer-top .newsletter .input-group-field {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #363636;
  height: 50px;
}
.footer-layout-3 .newsletter .input-group-btn > .btn {
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  font-size: 14px;
}
.footer-container.footer-layout-3 .footer-top .footer-icon-share ul li .fa {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #363636;
  line-height: 40px;
  text-align: center;
}
.footer-container.footer-layout-3 .footer-bottom address {text-align: left;}
.footer-container.footer-layout-3 .footer-bottom .paypal-images {text-align: right;}
.footer-container.footer-layout-4 .footer-top .container >div:after {display: none;}
.footer-container.footer-layout-4 .footer-top h3.module-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 15px 0;
  letter-spacing: 1px;
  border-bottom: 1px solid #c59d5f;
  margin-bottom: 25px;
  display: inline-block;
}
.footer-container.footer-layout-4 .footer-top .newsletter .input-group-field {
  background: none;
  color: #666666;
  padding-left: 0;
  margin: 0;
  border: 0;
  border-bottom: 2px solid #666666;
  width: 100%;
  font-weight: normal;
  font-size: 17px;
  text-transform: capitalize;
  height: 40px;
  display: table-cell;
}
.footer-container.footer-layout-4 .footer-top .newsletter .input-group-btn > .btn {
  height: 40px;
  padding: 0 20px;
  line-height: 38px;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  background: #c59d5f;
  border-color: #c59d5f;
}
.footer-container.footer-layout-4 .social {
  float: right;
  clear: initial;
  border-top: 0;
  width: auto;
  padding-top: 0;
  margin-top: 0;
  text-align: right;
}
.footer-container.footer-layout-4 .footer-top ul li:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 14px;
  position: absolute;
  color: #7d7d7d;
}
.footer-container.footer-layout-4 .footer-top ul li a {
  padding-left: 15px;
}
.home5-block-collection .home-collection-3 .home-collection-title-wrapper .button-view a:hover:before,
.home5-block-collection .home-collection-4 .home-collection-title-wrapper .button-view a:hover:before {opacity: 1;}
.search-page .product-list .product-item {
  display: block;
  clear: none;
  width: 33.333%;
  float: left;
  padding: 5px 12.5px 0 12.5px;
}
.search-page .product-list .short-description{
  max-height: 110px;
  overflow: hidden;
}
.half-desktop{width:50%;float:left;margin-top:15px;margin-bottom:25px;}
#zoom-full-img{display:none;}
.text-video .p2{font-size: 14px;font-weight: normal;margin-right: 20px;text-align: justify;}
.text-video h4{font-size: 22px;font-weight: 600;margin-bottom: 10px;}
.text-video{margin-bottom: 20px;}
/*paypal*/
.alt-payment-list-container,.alternative-payment-separator{display:none;}
.whatshare-desktop{
  display:none;}
.whatshare-mobile, .whatshare-desktop{
margin-top: 20px;
  margin-bottom: -40px;}
.blog-detail .page-header h1{
  font-size:22px;
}
.blog-detail .rte ul{
  list-style: circle;
  padding-left: 30px;
}
.spacer20{
  height:20px;
}

/* WSA customize btn */
@media screen and (max-width: 767px) {
.customize-btn {
    visibility: hidden;
  	display:none;
}}
.customize-btn{
	float:right;
	background:#ec3925;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 15px;
  padding-left: 16px;
	/* margin-right:-15px !important; */
}
.customize-btn a{
  text-shadow: 0px 1px 2px #000;
  color: white;
  font-weight: bold;
  font-size: 12px;
  font-family: Poppins;
}
.customize-btn a:hover, .customize-btn a:hover .fa{
  color: #dddddd;
}
.customize-btn .fa{
	position: relative;
	top:2px;
	margin-left:0;
	margin-right:5px;
	font-size:18px;
}
.customize-btn-mobile{
	float:left;
    padding: 5px;
}
.customize-btn-mobile a{
  text-shadow: 0px 1px 2px #000;
  color: white;
  font-weight: bold;
  font-size: 12px;
  font-family: Poppins;
}
.customize-btn-mobile .fa{
	color: white;
	position: relative;
	top:2px;
	margin-left:0;
	margin-right:5px;
  	margin-bottom: 5px;
	font-size:18px;
}
/*#shopify-section-product-template .product-tabs .nav-tabs > li{
  float:left;
}
#shopify-section-product-template .product-tabs .nav-tabs .active{
  border:1px solid #000;
  border-bottom: none;
}*/

/* Custom page image */
.contact-image img {
  margin-top: 7px;
  width: auto;
  height: 350px;
  object-fit: contain;
}

/* Hide additional buttons - aka PayPal */
.additional-checkout-buttons {
  display: none !important;
}

/* Setup instructions page */
.title-setup-page {
  text-align: center;
  font-family: 'Roboto Slab';
  font-weight: 600;
  color: #d30d0e;
  margin-bottom: 10px;
}
.left-setup-text {
  font-family: 'Roboto Slab';
  font-size: 22px;
  margin-top: 25px;
}

/* On demand video player - WSA */
.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
  float: right;
  margin-right: 0;
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}
.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}
.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("//www.victoryhangers.com/cdn/shop/t/15/assets/YouTube_play_icon_small.png?v=8593801645315962421700024527") no-repeat;
  cursor: pointer;
}
/* Activate WhatsApp Share only on small screens */
@media screen and (min-width: 767px) {
  #mobile-whatsapp-share {
    visibility: hidden;
    clear: both;
    float: left;
    display: none;
  }
} 
/* Margin for text before video */
@media (max-width: 767px) {
  .mobile-left-margin {
    margin-left: 15px;
    padding-right: 10px !important;
  }
}

/* Search button for header layout 4 - in search-bar */
.search-button{
  position:absolute;
  top: 27px;
  right: 7px;
  display:block;
  cursor:pointer;
  border:none;
  padding:0;
  background:0 0;
  font-size: 18px;
  color: #d30d0e !important;
}
.search-page .search-bar .search-button {
    display: none;
}

.cart .icon_close {
  color: #ec3925;
  font-size: 25px;
}
.qty input[type=number]::-webkit-inner-spin-button, 
.qty input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

/* langify switcher */
#ly-slick-languages-switcher, #ly-slick-languages-switcher .dd-options {
  width: 85px !important;
}
#ly-slick-languages-switcher .dd-select{
  width: 85px !important;
  height: 40px;
  border-radius: 2px;
  border: solid 0px #ccc;
  background: #ebebeb !important;
}
#ly-slick-languages-switcher .dd-selected {
  padding: 0px 10px;
  height: 35px;
}
#ly-slick-languages-switcher .dd-option {
  padding: 0px 10px;
  height: 40px;
}
.current_lang, .dd-option-selected {
  display: none !important;
}
#ly-slick-languages-switcher img {
  border-radius: 12px;
}
#ly-slick-languages-switcher .dd-pointer-down {
  border-top-color: #ec3925;
}
#ly-slick-languages-switcher .dd-pointer-up {
  border-bottom-color: #ec3925 !important;
}

#pre-order {
  background-color: #ec3925 !important;
  border: 2px solid #ec3925 !important;
  color: #ffffff !important; 
  font-size: 11px !important;
  font-family: Poppins !important;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  font-stretch: 100% !important;
}

.hide_element {
  display: none;
}
.mt-gallery-box {
  margin: 30px 5px 25px 5px;
  border-left: 0;
}
.gallery-row {
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
}
.gallery-title {
  margin-top: 30px;
  font-family: Roboto Slab;
  text-align: center;
}
.img-galery-item{
  padding: 5px;
  margin: 0;
}

/* Custom product with image */
.cart-thumbnail {
  width: 100px;
  height: 100px;
}
.custom-img-thumbnail {
  width: auto;
  height: 140px;
}
.custom-upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.custom-upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#custom-txt-input {
  width: 100%;
  margin-top: 10px;
  border-color: #ec3925;
}
.custom-txt-row {
  margin-bottom: 15px;
}

/*  General
/*-------------------------- */
html,
body { font-size: 14px; color: #000000; }
a,.customer-links li { color:#000000; }
.site-nav li.mega-menu:hover .dropdown-sub:before{
  border: 3px solid #ec3925;
}
#currencies a.selected,#currencies a:hover{color:#ec3925;}
body:not(.template-index) .block-title span:after,
body:not(.template-index) .title h3 span:after, body:not(.template-index) .widget-title h3 span:after
{
  content:' ';
  width:30%;
  height:1px;
  position:absolute;
  left:0;
  bottom: 0;
  background-color:#ec3925;
}

#zoom-full-img:hover,.up-qty:hover, .down-qty:hover{

  box-shadow: 0 0 10px 0 #ec3925;
}
.owl-theme .owl-controls .owl-buttons div:hover .fa.icon-right:before,
.owl-theme .owl-controls .owl-buttons div:hover .fa.icon-right:after,
.owl-theme .owl-controls .owl-buttons div:hover .fa.icon-left:before ,
.owl-theme .owl-controls .owl-buttons div:hover .fa.icon-left:after {background-color:#ec3925 ;}
.top-cart .icon_bag_alt_css #cart-count{color:#fff;}
.header-layout-3 .top-cart .icon_bag_alt_css #cart-count{color:#252525;}
.top-cart .icon_bag_alt_css{background-color:#ec3925;border:none;padding:0 15px;}
.dropdown-sub:before{background-color:#ec3925;border:none;}
.top-cart .icon_bag_alt_css:hover:after,.social li a:hover{border-color:#ec3925;}
.header-cart .top-cart #dropdown-cart a.btn-remove:hover i,.header-inner .search-form .search-close:hover i,#header-content .header-inner .site-nav li .dropdown-sub li a:hover,#search-top .icon_search:hover, #header-content .header-inner p.top-cart:hover,.offcanvas-mainnav .navbar-nav.megamenu li:hover i
,.widget-recent-articles .article a:hover,.breadcrumb a:hover,.widget-tags li a:hover{color:#ec3925;}
.sidebar-links .widget-content > ul > li:before{
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f111";
  font-size: 7px;
  position: absolute;
  left: 0;
  color:#ec3925;
  top: 42%;
}
#popup-newsletter .newsletter-popup .newsletter-content .btn.close:hover,
.close-window:hover,
.close-modal:hover { background-color: #ec3925;}
#zt_list_product .zoomGalleryActive img, #zt_list_product .sca-qv-gallery img:hover, .sca-fancybox-skin #gal1 img:hover,.sca-fancybox-skin .zoomGalleryActive img, .sca-fancybox-skin .sca-qv-gallery img:hover, .sca-fancybox-skin #gal1 img:hover{
  border:1px solid #ec3925 !important;
}
.collection-view a.active,.collection-view a:hover{
  border:1px solid #ec3925;
}
a:hover{color:#ec3925}
.collection-view a.active *,
.collection-view a:hover *,
#offcanvas .navbar-nav li a:hover,
.cart-collateral span.money{color:#ec3925;}

.sidebar-tag.size li:hover input[type="checkbox"] + label, .sidebar-tag.size li [type=checkbox]:checked  + label{border:1px solid #ec3925;color:#ec3925;}
a:hover,a:hover *,.breadcrumb a:hover *,.sidebar-links .widget-content > ul > li > a:hover,.sidebar-custom label:hover,.sidebar-custom input[type=checkbox]:checked + label { color:#ec3925; }
[class^="spr-icon-"]:before, [class*=" spr-icon-"]:before { color: #ffcf40; }
.header-top{background-color:#ebebeb; }
.blog-detail .user-tags li  { color:#252525; }

.page-header h2, .page-header h1 { color:#252525; text-align: left;}

.breadcrumb a, 
.breadcrumb span {color:#acacac;  text-transform:lowercase;}
.breadcrumb .icon:before{background-color:#acacac; }
/*  Background
/*-------------------------- */
.site-header.on,
body.template-index {
  
  background: #ffffff;
  
  
  background-position: left top;
  background-repeat: repeat;
  background-attachment: scroll;
}

/* Megamenu */
.dropdown-sub {background: #ffffff;}
.site-nav .level-top > a,#search-top .icon-search i,.customer-account-link > i,
.header-cart .top-cart a#cartToggle i {color: #ffffff;}
.site-nav .level-top > a:hover,#search-top .icon-search:hover i,.customer-account-link:hover > i,
.header-cart .top-cart a#cartToggle:hover i{color: #ec3925;}
.site-nav .menu-dropdown .dropdown-sub .menu-title {color: #000000;}
.site-nav .dropdown-sub ul li a{color: #000000;}
.site-nav .dropdown-sub ul li a:hover{color: #ec3925;}



/*  Footer
/*-------------------------- */
.footer-container {
  background: #242424;
  color:#959595
}
.footer-bottom { border-color: rgba(0,0,0,0); }

.footer-top h3 { color: #ffffff; }
.footer-container a,
.footer-bottom address {color: #959595;}
.module-title{color: ;}
.footer-container a:hover { color: #ec3925; }





/* Border product item */
.products-grid .grid-item-border .product-image,
.grid-item-border.product-img-box .product-photo-container { border-color: #c3c3c3;}

/*  Button
/*-------------------------- */
.btn,
.btn-secondary,
.text-continue a:hover,
.product-item .btn,
.list-category .view:hover,
.collection-title a.btn:hover,
.list-category .grid-item:hover .collection-title a.btn,
.spr-summary-actions a,
#get-rates-submit,
#create_customer .action-btn input:hover,
.template-customers-addresses .grid .large--right a:hover,
.quick-view .product-shop .btn,
.ajax-success-modal .btn-secondary:hover,
.infinite-scrolling a:hover,
.infinite-scrolling-homepage a:hover,.content-blog .list-blog .button a,
.list-category .view,
.collection-title a.btn,

.btn.spr-button,
#get-rates-submit,
#create_customer .action-btn input,
.template-customers-addresses .grid .large--right a,
.ajax-success-modal .btn-secondary,
.infinite-scrolling a,
.infinite-scrolling-homepage a,.view-cart a,.product-shop .wishlist { 
  background:  #ffffff;
  border:2px solid #ec3925;
  color: #ec3925;

  font-size:11px;
  letter-spacing: 2px; }

#add-to-cart-form #product-add-to-cart{
  background:  url(//www.victoryhangers.com/cdn/shop/t/15/assets/icon-cart.png?v=70863497526366024321700024330) top 9px left 20px no-repeat;

}
#add-to-cart-form #product-add-to-cart:hover{
  background-color:#000 ;
  border:2px solid #000;
  color: #fff;
}
#dropdown-cart .actions .btn{
  background:  #ec3925;
  border:2px solid #ec3925;
  color: #ffffff;
  font-weight:500;
}
#dropdown-cart .actions .btn:hover,.sca-qv-image .sca-qv-button:hover{background-color:#f06eaa !important;border-color:#f06eaa !important;color:#fff !important;}

.btn.sca-qv-button{
  background:  #ec3925 !important;
  border:2px solid #ec3925 !important;
  color: #ffffff !important;
}
#dropdown-cart .actions .view-cart .btn {
  background-color: #e1e1e1;
  border: 2px solid #e1e1e1;
  color: #252525;
  font-weight: 500;
}
#search-top .search-form .input-group-btn .btn{
  background:  #ec3925;
  border:none;
  color: #fff;
}
.wrap-slide-style-1 .btn.btn-slide{
  background:  #ec3925;
  border:1px solid #ec3925;
  color:#ffffff;
}
.wrap-slide-style-2 .btn.btn-slide{background:transparent;border:2px solid #fff;}
.btn.btn-slide *{
  color:#ffffff;
}
.wrap-slide-style-1  .btn.btn-slide:hover{background:#f06eaa;opacity:0.9;color:#ffffff;border:1px solid #f06eaa;}
.btn.btn-slide:hover *{color:#ffffff;}
.btn *{color: #ec3925;}



.blog-item H3 a:hover,
.customer-links li:hover,
.header-cart .top-cart .price{color:#ec3925;}


#product .product-shop .wishlist:hover{
  border:1px solid #ec3925;
  background-color:  #fff ;
  color: #ec3925 ;
}
.product-shop .wishlist:hover *{color: #ec3925;}
.btn:hover *{color: #ffffff;}




.sca-qv-optionrow a.sca-qv-cartbtn-config, .sca-qv-optionrow input.sca-qv-cartbtn-config{
  background-color: #ffffff !important; 
  color: #ec3925 !important;
  border: 2px solid #ec3925 !important;
  font-size:11px !important;

}
.sca-qv-optionrow a.sca-qv-cartbtn-config:hover, .sca-qv-optionrow input.sca-qv-cartbtn-config:hover{
  background-color: #ec3925 !important; 
  color: #ffffff !important;
  border-color: #ec3925 !important;
}
.search-mobile .input-group-btn input{background-color: #ec3925}
.widget-featured-product .btn, .newsletter .input-group-btn > .btn{ border-color:#000000; background-color: #000000; color: #ffffff; }
.newsletter .input-group-btn > .btn:hover{ border-color:#ec3925; background-color: #ec3925; color: #ffffff; }

.hvr-shutter-out-horizontal:before:hover{
  background-color:  #ec3925 ;
  border:2px solid #ec3925 ;
  color: #ffffff;
}
.btn:hover,
.btn-secondary:hover,
#get-rates-submit:hover,
.product-item .btn:hover,
.spr-summary-actions a:hover,
.content-blog .list-blog .button a:hover,
.view-cart a:hover,
.content-blog .list-blog .button a:hover,
.list-category .view:hover,
.collection-title a.btn:hover,
.btn.spr-button:hover,
#get-rates-submi:hover,

#create_customer .action-btn input:hover,
.template-customers-addresses .grid .large--right a:hover,
.ajax-success-modal .btn-secondary:hover,
.infinite-scrolling a:hover,
.infinite-scrolling-homepage a:hover,
.view-cart a:hover,
.product-shop .wishlist:hover
.product-item .add-to-cart-btn:hover,
.wrap-slide-style-2 .btn.btn-slide:hover,
#add-to-cart-form #product-add-to-cart
{
  background-color:  #ec3925 ;
  border:2px solid #ec3925 ;
  color: #ffffff;
}
/* Title Color */
label,
/* .spr-icon, */
.widget-title fieldset.box-title legend,
.home-instagram .widget-title h3,
.sidebar .widget-title,
.related-products h2,
.recently-viewed-products h2,
.refined-widgets > span,
.tab-content h4,
.tab-content .spr-form-title,
.tab-content .spr-review .spr-review-header-title,
.tab-content .spr-review .spr-review-header-byline,
.cart-list .money,
#shipping-calculator h3,
#add-comment-title, 
.title-comment,
.lookbook-slideshow { color:#252525; }

/* Body Color */
.product-shop .spr-badge .spr-badge-caption,
.product-shop .product-infor label { color: #000000; }

/* font-size */
.tab-content .spr-review-content-body { font-size: 14px; }

.site-nav .widget-featured-product .btn,
.spr-summary-actions a { font-size: 13px; }

.cart-row .btn { font-size: 16px;}

/*  Fonts
/*-------------------------- */
body,.product-title,.blog-item H3 a,.module-title,.newsletter .input-group-btn > .btn,#offcanvas .navbar-nav li a,.about-row h4,.testimonials .owl-wrapper-outer .testimonial-author,.contactus-page h2,.category-current span,#filter-sidebar .block-title span, #filter-sidebar .title h3 span,
.sidebar .widget-title h3 span,.block-static-content h4 { font-family: Poppins; }

h4,.template-index .block-title,.template-index.block-title *,.testimonials .title{ font-family: Roboto Slab; }
.grid-item .product-image .product-label,.price-cart-mini,.footer-container .footer-bottom address,h3,.price-box *,.short-des,.footer-container .footer-top .content,.footer-container .footer-top ul li,.footer-container .footer-top a,.footer-container .footer-top .newsletter .input-group-field,.cart-collateral,.cart-collateral *,.header-cart .top-cart .summary span,.template-customers-account .page-header h4,
.quick-view-container #sca-qv-des,.quick-view-container .sca-qv-product-price span,.product-shop .prices .compare-price .money,.product-shop .price > span,.quick-view .product-shop .price, .product-shop .price > span,div#myTabContent,.product-shop .short-description,.blog-item .border-image span,.sidebar-links .widget-content > ul > li > a,.header-top,.about-row,.contactus-page .content-top,.contactus-page .content-bottom,.testimonials .owl-wrapper-outer .testimonial-text,.category-current,.product-shop .spr-badge .spr-badge-caption, .product-shop .product-infor label,.trigger-review,.sidebar-custom input[type="checkbox"] + label,
.block-static-content .p2 { font-family: ; }
.block-static-content .p1 { font-family: Playfair Display; }
.trigger-review{font-size:14px;position:relative;    margin-left: 8px;
  padding-left: 9px;}
.trigger-review:before {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #b8b8b8;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}
.trigger-review:after {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #c9c9c9;
  top:3px;
  display: inline-block;
  position:absolute;
  left:1px;
}
.product-item .sca-qv-button-wrap a{font-family: Poppins !important;font-size:11px !important;}
.widget-tags li a,
.user-tags li a,
.lookbook .slide-text,
.template-customers-account .grid .grid-item > h5,
.template-customers-addresses .grid .grid-item > h3 { font-family: Poppins; }



.quick-view .selector-wrapper { display: none; }



.products-grid .product-des { bottom: 0; }





.newsneter .paralax-images{background:url(//www.victoryhangers.com/cdn/shop/t/15/assets/bg_newsneter.jpg?3065) center center no-repeat ;
  background-position: center center!important;background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 500px;
  width: 100%;
  top: 0!important;
  z-index: -1;
}




.popupnewsletter{background:url(//www.victoryhangers.com/cdn/shop/t/15/assets/bg_newsletter.jpg?v=111603181540343972631700024122) scroll right center no-repeat ;

}
.paralx-main .paralax-images{
  background-size: 50% auto;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-attachment: fixed;
}

.testimonials .title:after{
  content : '';
  background:url(//www.victoryhangers.com/cdn/shop/t/15/assets/title-line-2.png?v=111603181540343972631700024498) center center no-repeat;
  clear: both;
  width: 197px;
  display: table;
  height: 22px;
  margin: 20px auto 0 auto;
}	



.footer-top .container >div:after {
  content: ' ';
  position:absolute;
  right:0;
  top:0;
  width:1px;
  height:100%;
  background-image: url(//www.victoryhangers.com/cdn/shop/t/15/assets/doted-line.jpg?v=83109463048536679001700024240);
}

.fa-arrow-custom:before{
  margin-left: 7px;
  width:29px;
  height:11px;
  background: url(//www.victoryhangers.com/cdn/shop/t/15/assets/icon-blog-home.png?v=111603181540343972631700024330) center top 1px no-repeat;
}







.wrap-slide-style-2  h3{

  background: -webkit-linear-gradient(#45c892, #4b4b4b);
  background-position: 50% 50%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(transparent, transparent), url(//www.victoryhangers.com/cdn/shop/t/15/assets/bg_slide.jpg?v=111603181540343972631700024123);
}



.main-slider .button-readmore a{
  background-color:  #ec3925 ;
  border-color: #ec3925 ;
}
.main-slider .button-readmore a:hover{
  border-color:#000000; 
  background-color: #000000;
}
span.mega-subtitle.slideshow__subtitle {
  font-family: Roboto Slab;
}
h2.mega-title.slideshow__title{
  font-family: Poppins;
}
.header-contact,.top-currency > div {
  color: #7d7d7d;
}
.footer-bottom {background-color: #000000; }

.footer-container.footer-layout-2 .footer-top .newsletter .input-group-btn > .btn{
  background-image:url(//www.victoryhangers.com/cdn/shop/t/15/assets/submid-home.png?v=154743613719987967031700024482);
  background-repeat: no-repeat;
  background-position:0px;
}
.home5-block-collection .home-collection-item-2 .home-collection-title-wrapper .button-view {
  background-color:  #ec3925;
  color: #ffffff;
}
.home5-block-collection .home-collection-item-2 .home-collection-title-wrapper .button-view:hover {
  background-color: #252525;
  color: #ffffff;
}
.home5-block-collection .home-collection-item-2 .home-collection-title-wrapper .button-view a,
.home5-block-collection .home-collection-item-2 .home-collection-title-wrapper .button-view:hover a {color: #ffffff;}
/* width: 1200px  */
@media (min-width: 2000px) {

  .home-feature > .row > div:first-child {
    padding: 0;
    text-align: right;
  }
}

.jcarousel-skin-tango .jcarousel-item {
  height: 75px;
  overflow: hidden;
  width: 55px;
}
@media (max-width: 1199px) {
  .grid-image-left .right-product .top-product {padding: 0 15px;}
  .site-nav > li > a {
    padding: 19px 16px 19px;
  }
  .product-slide .slide-product .owl-controls .owl-buttons .owl-next{right: 0;}
  .product-slide .slide-product .owl-controls .owl-buttons .owl-prev{left: 0;}
/*   .header-inner .search-form .input-group-field {
    min-width: 580px;
  } */
  .main-slider .mt-title {
    margin-top: -20px!important;
  }
}

@media (min-width: 1580px) { 
  .home-feature{
    height: 575px;
    overflow: hidden;
  }
}

@media (min-width: 992px) { 

  .is-ticky .header-inner .logo  img{
    max-width: 135px;
  }
  #header-content .header-inner .logo h1, #header-content .header-inner .logo-sticky a {
    text-align: left;
  }
  .menu-top, #search-top, .header-cart{display:inline-block!important;float:right;margin-top: 11px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  #search-top .icon_search {
    padding: 20px 17px 0 0;
  }
  .newsletter .input-group-field { width: 245px; }

  .toolbar .btn-group { margin-left: 15px; }
  .text-slide3 h2, .text-slide1 h2, .text-slide2 h2{
    font-size: 30px;
  }
  .text-slide2 h2{
    margin-bottom: 20px;
  }
  .tabs-product-home .grid-item .product-image .add-to-link .wishlist,
  .grid-item .product-image .add-to-link .wishlist{
    padding: 17px;
  }
  .product-item .add-to-link .sca-qv-button{
    padding: 9px 3px !important;
    width: 50px;
    height: 49px;
  }
  .products-grid .grid-item .product-image .add-to-link .wishlist{
    padding: 15px;
  }
  .products-grid  .product-item .add-to-link .sca-qv-button {
    padding: 7px 10px !important;
    width: 46px;
    height: 45px;
  }
  .products-grid  .product-item .add-to-cart-btn{
    margin-top: 10px;
  }
  .product-content h3{
    padding: 10px 0;
  }
  .product-top-sale .product-item .add-to-link .sca-qv-button-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .header-layout-4 .header-menu.is-ticky {
    position: fixed;
    top: 30px;
    left: auto;
    width: auto;
  }
  .header-layout-4 .header.is-ticky {
    display: block;
  }
  .header-layout-4 .header.is-ticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
  }
  .header-position span.mega-subtitle.slideshow__subtitle {
    line-height: 60px!important;
    font-size: 40px;
  }
  .header-position h2.mega-title.slideshow__title {
    font-size: 20px!important;
    line-height: 30px!important;
  }
  .header-layout-3 .header-inner .menu-top {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
  }
  .header-layout-3 .customer-account-link {display: none;}
  .header-position .header-layout-3 .toggle-menu .navbar-toggle {color: #ffffff;}
  .header-position #header-content {background: #000000;}
  .home5-block-collection .home-collection-item-2 .home-collection-title-wrapper .home5-title {font-size: 36px;}
  .home5-block-collection .home-collection-item-2 .home-collection-title-wrapper .button-view {float: none;}
  .home5-block-collection .home-collection-item .home-collection-item-2 .home-collection-title-wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
  }
  .header-layout-4 .header-menu .container {width: auto;}
  .header-layout-4 .logo-wrap {
    margin-left: auto;
    float: none;
  }
  .header-layout-4 .header-menu {
    background: none;
    display: inline-block;
    position: absolute;
    top: 42%;
    z-index: 9999;
  }
  .header-layout-4 .sup-w {display: none;}
  .header-layout-3 .toggle-menu .navbar-toggle {margin-top: 20px;}
  .header-inner .row > .col-md-3 {
    position: static;
    text-align: center;
    width: 100%;
  }
  .header-layout-2 .header .container {
    width: auto;
  }
  .header-layout-2 .header-inner .menu-top {
    position: absolute;
    top: 12px !important;
    z-index: 1;
    right: 15px;
    width: auto;
  }
  .header-layout-2 .logo {
    margin-top: 5px;
  }
  .header-layout-2 .hot-line2 {display: none;}
  #header-content.header-layout-2 .header-inner .logo a, #header-content.header-layout-2 .header-inner .logo-sticky a {line-height: 70px;text-align: center;}
  #header-content.header-layout-2 .header-cart {margin-top: -10px;}
  #header-content.header-layout-2 .wrap-menu {
    position: absolute;
    top: 55px;
    left: 15px;
    background: none;
    z-index: 3;
  }
  .wrap-dropdown-cart {display: none;}
  .full-width-slide .flexslider .slides > li,.full-width-slide .flexslider ul.slides {height: 400px !important;}
  #search-top {
    display: none !important;
  }
  #off-canvas-button .off-canvas-nav .icon_close{font-size:35px;}
  .header-inner .menu-top{
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
  }
  .logo-wrap{
    max-width: 150px;
    margin: 0 auto;
    float: none;
    z-index: 2;
  }
  .header-inner .menu-top {
    padding: 0;
    width: 100%;
  }
  #currencies-top .block-title{display: none;}
  .menu-top #search-top .icon-search i {
    line-height: inherit;
    padding: 15px;
  }
  #currencies-top{    min-width: 100px;padding: 0;}
  /*   .top-currency{
  position: absolute;
  top: 130px;
  left: 120px;
  padding: 15px 0;
} */
  .menu-top #search-top, .menu-top #search-top .icon-search {
    height: auto;
    text-align: right;
  }
  .header-top .top-currency .icons{display: block;} 
  .menu-action {display:none;}  
  body.template-index #header-content{position: relative;}

  .logo-sticky{ text-align: center;}
  .menu-top .top-currency, .menu-top .header-cart, .menu-top #search-top, .menu-top .toggle-menu{text-align: left;}
  .toggle-menu .navbar-toggle{float:none;font-size: 32px;padding:0;margin:0;margin-top: 10px;display: block;}
}
@media  (max-width: 991px) {
  .header-layout-3 .toggle-menu .navbar-toggle {
    margin-top: 35px;
  }
  .header-layout-3 .header-inner .menu-top {top:0;}
  .header-inner .menu-top {
    top: 25px;
  }
  .filter-collection-left {
    float: left;
    margin-right: 20px;
  }
  .show-fillter #filter-sidebar.col-left {
    left: 0;
    -webkit-transition: left 300ms linear 0s;
    -moz-transition: left 300ms linear 0s;
    -ms-transition: left 300ms linear 0s;
    -o-transition: left 300ms linear 0s;
    transition: left 300ms linear 0s;
  }
  #filter-sidebar.col-left {
    position: fixed;
    display: block;
    margin: 0;
    background: #fff;
    list-style: none;
    z-index: 999999;
    top: 0;
    left: -150%;
    height: 100%;
    width: 270px;
    text-align: left;
    overflow: scroll;
  }
  .filter-collection-left {display: block;}
  .menu-top-content{padding-left:0;}
  .product-toprate .product-item .sca-qv-button-wrap{display:none !important;}
  .wrap-slide-style-1 .content-style{padding:10px 60px;}
  .dropdown-menu-inner .mega-item .row >div:last-child:after{display:none;}
  .item-html,.item-products,.item-videos{display:none;}
  .item-links{width:100%;}
  .header-inner .search-form{    right: 40px;}
  .menu-top-content{margin-top:0;}
  .wrap-slide-style-2 h3{font-size:48px;}
  .wrap-slide-style-2 h4{font-size:36px;}
  .sca-fancybox-wrap{    max-width: 890px;width:100% !important;left: 0 !important;    padding: 0 20px !important;}
  .sca-fancybox-inner{max-width:860px;width:100% !important;    }
  #zoom-full-img{bottom:0;}
  .jcarousel-skin-tango .jcarousel-next-vertical,.jcarousel-skin-tango .jcarousel-prev-vertical{bottom:0px !important;}
  .product-img-box .product-photo-thumbs li a img{width:70%;}
  .toolbar-mode >div,.toolbar-mode >p{
    float: left;
    text-align: left;
    margin-bottom: 10px;
  }
  .toolbar-mode >div:last-child{margin-bottom:0;}
  .site-nav li:hover .dropdown-sub{top:65px;}
  .footer-top .container >div{height:auto !important;}
  .footer-top .container >div:nth-child(2):after{display:none;}
/*   .social, */
  .text-slide3 h2, .text-slide1 h2, .text-slide2 h2{
    display: none;
  }
  .newsneter h3.module-title, .newsneter .content{
    width: 100%;
  } 
  .brand-bottom .owl-theme .owl-controls {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .main-slider .mt-content {
    font-size: 46px!important;
  }
  .main-slider .button-readmore a {
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 40px!important;
    font-size: 12px;
  }
}


/* width: 750px  */
@media (min-width: 768px) and (max-width: 991px) {
  .half-desktop{width:100%;}
  .search-page .product-list .product-item {
    width: 50%}
  .toolbar-mode >div:last-child {
    float: right;
    margin-top: 5px;
    text-align: right;
  }
  .product-item .sca-qv-button-wrap a {
    padding: 10px 6px !important;
  }
  .products-grid.product-list-item .product-bottom, .products-grid.product-list-item .product-content {
    width: 64%;
  }
  .products-grid.product-list-item .product-image {
    width: 36%;
  }
  #zt_list_product .jcarousel-clip-vertical{    height: 373px;}
  .footer-top .container >div{padding:0 15px;}
  .header-top >.container{padding:0 15px;}
  .site-nav li.mega-menu:hover .dropdown-sub{top:165px;}
  .related-products .owl-buttons .owl-prev{    left: 20px;}
  .related-products .owl-buttons .owl-next{    right: 20px;}

  .header-inner .search-form .input-group-field{min-width:580px;}

  .wrap-dropdown-cart{padding-top:34px;}
  .product-item .product-bottom .product-title{font-size:13px!important;    min-height: 25px;
    max-height: 25px;
    overflow: hidden;}

  .slide-text-content{
    left: inherit;
    text-align: center;
  }
  #search-top, .header-cart{float:right;}
  .menu-top{float:left;}
  .text-slide2 .button-link, .text-slide3 .button-link{margin-top:30px;}
  #header-content .header-inner .logo h1, #header-content .header-inner .logo-sticky a{
    line-height: 100px;
  }
  .product-top-sale .grid-item .product-content{max-width:130px;}
  .header-inner .menu-top{padding: 0 15px !important;}
  .products-grid .add-to-link .wishlist {
    padding:4px 12px;
  } 
  .menu-top #search-top .icon-search i {
    line-height: inherit;
    padding: 15px 0;
  }
  .menu-top #search-top, .menu-top #search-top .icon-search {
    height: auto;
    text-align: right;
  }
  .product-item .add-to-link .sca-qv-button {
    padding: 9px 3px !important;
  }
  .grid-item .product-button{height:38px;}
  .product-item .add-to-cart-btn{
    margin-top: 0px;
  } 
  .product-item .product-bottom .product-title
  #filter-sidebar .block-title, .sidebar-block .title h3 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .arw-services-box.style-4 .service-content { 
    font-size: 11px; 
  }
  .item .blog-item h3.p10 {
    font-size: 18px;
  }
  .grid-item .product-image .add-to-link .wishlist{
    padding: 11px;
  }  




  .menu-top #search-top .menu-top #search-top .icon-search {
    height: auto;
  }
  .flex-direction-nav li a{
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .flex-direction-nav li a span { 
    line-height: inherit;
  }
  .header-cart .top-cart{padding: 0px 0 2px;padding-left:20px;}
  .header-cart #dropdown-cart{padding-top:32px;}
  .menu-action .site-nav > li > a{padding:20px 13px 20px 0;}
  .wrapper-container .site-nav li.menu-dropdown  .nav-dropdown{top: 50px;}
  .site-nav { text-align: center; }

  .slide-text .slide-text-content h2{font-size:32px;}
  .slide-text .slide-text-content .item-slide{display:none!important;}
  .text-slide2 p, .text-slide3 p{display:none;}
  .text-slide2 h2{display:block;font-size:32px;}
  .text-slide2 h2 span{font-size:32px;}
  .text-slide3 h2{display:block; font-size:32px;}
  .text-slide3 h2 span{font-size:32px;}

  .text-slide3 h2{
    line-height:32px;
  }
  .slide-text-content{text-align:left;}
  .text-heading{
    font-size:18px;
  }
  .widget-content .view-more a{    padding: 10px 20px;}
  .banner .inner { right: 5%; top: 20px; max-width: 320px; }
  .features-item{text-align:center;}
  .collection-title h3.h5 { font-size: 18px; }


  .refined-widgets > a { float: left; }

  .toolbar .view-mode label { display: none; }
  .toolbar .view-mode { margin: 16px 8px 16px 16px; }  

  /* product detail page */



  .quick-view .product-shop .btn, 
  .product-shop #add-to-cart-form .btn { min-width: 135px; }
  .footer-item-body .ft-line .ft-line-txt{word-wrap: break-word;}

  .footer-container .footer-top .newsletter .input-group-field{float:none;}



  /* cart page */
  .cart-row .btn { font-size: 12px; padding: 0 10px; }

  /* contact page */ 

  #get-rates-submit { padding: 0 10px; }
}

@media (min-width: 768px) {
  #filter-sidebar.no-sidebar-left.col-left {
    width: 350px;
  }

  .header.is-ticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;


  } 
  .header.is-ticky:hover{
    opacity: 1;
    filter: alpha(opacity=100);
  } 






  .template-index .header-inner .logo,  .header-top .top-currency .icons {
    display: none;
  }
  .template-index .logo-sticky {
    display: block;
  }
}

/* width: 100%  */
@media (max-width: 767px) {
  .half-desktop{width:100%;}
  .search-page .product-list .product-item {
    width: 100%}
  .home-block-static > div {
    margin-top: 20px;
  }
  .footer-container.footer-layout-3 .footer-bottom .paypal-images {
    text-align: center;
  }
  .footer-container.footer-layout-3 .footer-bottom address {
    text-align: center;
  }
  .footer-container .footer-top h3.module-title {padding: 10px 0;}
  .footer-container .footer-top .module-wap > div {padding: 0;}
  .footer-container .footer-top .newsletter {
    padding: 0 15px !important;
    margin-bottom: 0;
  }
  .footer-layout-3 .module-wap {
    border-left: 0;
  }
  .header-position span.mega-subtitle.slideshow__subtitle {
    line-height: 40px!important;
    font-size: 30px;
  }
  .header-position h2.mega-title.slideshow__title {
    font-size: 16px!important;
    line-height: 26px!important;
  }
  .header-top {display: none;}
  .header-layout-3 #cart-count {
    left: 5px;
    top: 3px;
    line-height: 70px;
  }
  .home5-block-collection .home-collection-item .home-collection-3, .home5-block-collection .home-collection-item .home-collection-4 {margin-top: 20px;}
  .header-layout-4 .header-menu {
    top: 30px;
  }
  .header-cart,.header-cart .top-cart {
    margin: 0;
  }

  .header-layout-4 .customer-account-link {text-align: center;width: 100%;}
  .header-layout-4 .your-account,.header-layout-4 #currencies-top {
    float: none;
    display: inline-block;
    position: relative;
    margin-right: 0;
  }
  .header-layout-4 .top-currency {width: 100% !important;}
  .home-block-2.block-custom-top .row:first-child .block-1.block-item,
  .home-block-2.block-custom-top .row:last-child .block-1.block-item {border: 0;}
  .header-layout-3 .toggle-menu .navbar-toggle {
    margin-top: 20px;
  }
  .header-layout-3 .top-icon-cart i,.header-layout-3 .customer-account-link > i {
    line-height: 70px;
    padding: 0 10px;
  }
  .header-layout-3 .top-icon-cart i {padding-right: 0;}
  #header-content.header-layout-2 .wrap-menu {
    top: 25px;
  }
  .footer-top {padding: 10px 0 20px 0;}
  .footer-container.footer-layout-2 .footer-top .newsletter .module-title i {display: none;}
  .footer-container.footer-layout-2 .footer-top .newsletter .content .newsletter-form {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer-layout-2 .footer-top .container >div:last-child {padding: 0;}
  .footer-layout-2 .footer-top .container .row > div {padding: 0 15px;}
  .footer-layout-2 .footer-top .container .row1 {width: auto;padding:0;}
  .footer-container.footer-layout-2 .footer-top .newsletter .module-title,.footer-container.footer-layout-2 .footer-top .newsletter .content {
    float: none;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    display: block !important;
  }
  .footer-layout-2 .footer-icon-share {text-align: center;}
  .footer-container.footer-layout-2 .paypal-images {
    float: none;
    text-align: center;
  }
  .footer-container.footer-layout-2 .footer-bottom address {
    text-align: center;
  }
  .header-inner .menu-top {
    top: 20px;
  }
  .toggle-menu .navbar-toggle {margin-top: 0;}
  .full-width-slide .flexslider .slides > li,.full-width-slide .flexslider ul.slides {height: 300px !important;}
  #header-content .header-inner .logo a, #header-content .header-inner .logo-sticky a {line-height: 70px;}
  .title-cart-mini,.price-cart-mini {display: none;}
  .menu-top .toggle-menu{margin-left:15px;}
  span.mega-subtitle.slideshow__subtitle {
    font-size: 36px;
    line-height: 70px;
  }
  .button-slide a {
    height: 45px;
    line-height: 45px !important;
    padding: 0 30px;
  }
  h2.mega-title.slideshow__title {font-size: 30px;line-height: 40px;}
  .product-img-box .product-photo-thumbs li a img{width:59%;}
  .zoomContainer{display:none;}
  .about-row >div{margin-top:20px;}
  .wrap-slide-style-1 h3{margin-top:20px;}
  .owl-theme .owl-controls .owl-buttons div.owl-next{right:0;}
  .owl-theme .owl-controls .owl-buttons div.owl-prev{left:0;}
  #wish-list{min-height:auto;}
  table.wishlist-product thead th{    white-space: normal;}
  table.wishlist-product tbody td img{max-width:50px;}
  table.wishlist-product thead th{
    white-space: normal;
    letter-spacing: 0;
    font-size: 9px;
    text-transform: capitalize;
    font-weight: normal;
    padding: 5px;
  }
  table.wishlist-product tbody td{
    white-space: normal;

    padding: 10px 0;
  }
  table.wishlist-product tbody td *{
    font-size:9px;
    font-weight:normal;
  }
  table.wishlist-product a.btn-remove-wishlist,table.wishlist-product .btn{
    width: 25px;
    height: 25px;
    background-position: center -7px;
  }	

  table.wishlist-product .btn:hover,table.wishlist-product a.btn-remove-wishlist:hover{ background-position: center -43px;}
  .footer-top .container >div:after{display:none;}
  .wrap-slide-style-1 h3, .wrap-slide-style-2 h3{font-size:12px;margin-bottom:10px;}
  .wrap-slide-style-1 h4,.wrap-slide-style-2 h4{font-size:20px;}
  .wrap-slide-style-1 .content-style,.wrap-slide-style-2 .content-style {

    padding: 15px 25px;
  }
  .blog-home{margin-top:20px;}

  .spr-summary-actions .spr-summary-actions-newreview{float:none;display:block;text-align:center;}
  .wrap-dropdown-cart{top:0;padding-top:67px;}

  #search-top{display:none;}
  #carousel-top >div,.home-slideshow{border:none;padding:3px;padding-bottom:0;}
  .testimonials{
    width: 100%;
    background-color: transparent;
    margin-bottom: 60px;
  }
  .product-slide .grid-item.product-item{width:50%;}
  .related-products .owl-buttons .owl-prev{    left: 30px;}
  .related-products .owl-buttons .owl-next{    right: 25px;}
  .slide-des{display:none;}

  .megamenu-canvas .search-form {display:none;}
  .customer-links li a{font-size:13px!important;    color: #939393;}
  .customer-links li{
    display: block!important; 
    margin: 0;
    padding: 5px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    text-align: left;
    border-left:none!important;
  }
  .customer-links li i{display:none;}
  .block-box{
    padding-top:30px;
    padding-bottom:30px;
  }
  .header-cart{
    float: right;
    margin-right: 20px!important;
  }

  #search-top{float:right;margin-right:10px;}
  .header-inner .search-form .input-group-field{min-width:160px;float:right;}
  .header-inner .search-form{top:10px;}
  .header-top .top-text-left {display:none;}
  #dropdown-cart{}
  .header-inner .search-form{right:40px;border-right:none;}

  .flex-direction-nav li a { 
    height: 30px; 
    width: 30px;
    z-index: 99999;
  }
  .flex-direction-nav li a.flex-prev:after { 
    width: 10px; 
  }
  .flex-direction-nav li a span { 
    line-height: 30px;
  }
  .arrow_carrot-right:before, .arrow_carrot-left:before{
    margin-left:-5px;
  }
  .slide-text-content{
    left: inherit;
    text-align: center;
  }
  .testimonials .paralax-images{
    background-position: center center!important;
  }

  .feature-wrap-content .features-item .content .banner-title{
    font-size: 3em;
  }
  .feature-wrap-content .features-item .content .banner-text{
    font-size: 1em;
  } 
  .slide-des{    top: 20%;}

  .footer-container .footer-top .module-title{padding-bottom:20px;}
  .footer-container .footer-top .module-title i{float:right;cursor: pointer;}
  body .header-cart .top-cart{padding:0;}
  .text-slide1{
    text-align: center;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .text-slide1 h3{
    display: none;
  }
  .search-mobile .navbar-form{
    padding-right: 0;
  }
  .search-mobile .searchbox.s-loading:before{
    top: 0;
    right: 45px;
  }
  .search-mobile .input-group-btn{
    opacity: 0;
    display: none;
  }
  .tp-bullets.simplebullets.preview3,
  .tp-rightarrow.tparrows.default.preview3, 
  .tp-leftarrow.tparrows.default.preview3{
    display: none;
  }
}

@media (min-width: 768px) {

  .template-index #header-content .header-inner .logo{
    display: block;
  }
  .footer-container .footer-top .content{display:block!important;}
  .footer-container .footer-top .module-title i{display:none}
  .template-index #header-content.is-ticky .header-inner p.top-cart{color:#000;}
  .template-index .logo-sticky {display:none}
  .template-index .header-inner .logo{display:block;}
  .template-index #header-content.is-ticky .logo{display:none}
  .template-index #header-content.is-ticky .logo-sticky{display:block} 
}
@media  (max-width: 600px){
  .main-slider .mt-title {
    font-size: 26px!important;
  }
  .main-slider .mt-content {
    font-size: 18px!important;
    font-weight: 500!important;
  }
  .main-slider .button-readmore a{
    font-size: 10px;
  }
}
@media (min-width: 678px) and (max-width: 767px){
  .top-currency{
    width: 280px;
  }
}

@media (min-width: 531px) and (max-width: 676px){
  .top-currency{
    width: 230px;
  }
}
@media (min-width: 480px)  and (max-width: 530px) { 
  .top-currency{
    width: 200px;
  }

}

@media  (max-width: 479px) {
  .header-inner .logo img{max-width:120px;}
  .header-cart .top-cart>div:not(.wrap-dropdown-cart){display:none;}
  .top-cart .icon_bag_alt_css #cart-count{font-size:12px;line-height:25px;height: 25px;top:1px;}
  .top-cart .icon_bag_alt_css{padding:0 12px;}
  #header-content .header-inner .logo h1, #header-content .header-inner .logo-sticky a{
    line-height: initial;
    padding: 15px 0 5px 0; 
  }
  .header-inner .menu-top{

    top: 15px;

  }

  .wrap-dropdown-cart{padding-top:43px;top:0;}
  #cartform table{margin:0 -7px;}
  #cartform td.image,#cartform th.image{display:none;}
  #cartform .remove{text-align:center;}
  #cartform td{    padding: 20px 5px;}
  #cartform td *{font-size:11px;font-weight:normal;}
  .megamenu{display:none;}
  .megamenu-canvas.active .megamenu{display:block;}
  #zoom-full-img{bottom:10px;}
  .product-shop .product-title{margin-top:40px;}   
  .jcarousel-skin-tango .jcarousel-next-vertical, .jcarousel-skin-tango .jcarousel-prev-vertical{bottom:0 !important;}
  #zt_list_product .jcarousel-clip-vertical{height:360px;}
  .btn.btn-slide{
    padding: 0 20px;

    line-height: 24px;
    height: 25px;
  }
  .btn.btn-slide{font-size:11px;}
  .wrap-slide-style-1 .content-style {
    border: 1px solid #fff;
    padding: 5px 15px;
  }
  .wrap-slide-style-2 .content-style{padding: 5px 15px;}
  .top-currency{
    width: 160px;
    left: 90px;
  }
}
@media (max-width: 676px){
  .home-feature{margin-top: 50px;}
}

@media (max-width: 530px) {
  .home-block-2.block-custom-top .block-content {
    top: 48%;
    transform: translate(0, 0);
  }
  .home-block-2.block-custom-top .block-content h2 {
    font-size: 80px;
  }
  .home-block-2.block-custom-top .block-content h4 {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .home-block-2.block-custom-top .block-content p {
    font-size: 15px;
    line-height: 20px;
  }
  .home-block-2.block-custom-top .block-content .ct-name {
    padding-top: 20px;
    text-align: center;
  }
  .home-block-2.block-custom-top .block-item {
    height: 500px;
  }
  .share_toolbox ul { float: none; margin-top: 5px; }
  .share_toolbox ul li:first-child { padding: 0; }
}

@media (max-width: 499px) {  

  .slide-des{display: none;}
  .collection-view{width: 100%;    margin-bottom: 10px;}
  .toolbar-mode, .browse-tags{text-align: left;}
}

@media (max-width: 360px) {
  .up-qty{left:60px;}
  .template-product .wrap-qty{width:100%;}
  .wrap-dropdown-cart{right:-35px;}
  .header-cart #dropdown-cart{width:auto;padding:15px 5px;}
  .product-top-sale .product-item .add-to-link .sca-qv-button-wrap{margin-bottom: 0;}
  .product-top-sale .price-box {
    margin: 5px 0;
  }
  .infinite-scrolling a, .infinite-scrolling-homepage a { width: 100%; }
  .button .btn { padding: 0 10px; }

  .toolbar .view-mode { margin: 16px 8px 16px 16px; }
  .toolbar .view-mode label { display: none; }

  .toolbar.toolbar-bottom { text-align: center; }
  .toolbar.toolbar-bottom .page-total { float: none; margin-bottom: 10px; }
  .pagination-page { text-align: center; }
  .header-cart {
    margin-right: 15px!important;
  }
  .header-inner .search-form{
    top: 62px;
    right: -10px;}
  .header-inner .search-form{min-width:200px;}
  #customer_login input, #create_customer input {
    width: 250px;
  }
}
@media (min-width: 480px) and (max-width: 991px){
  .product-quickview .product-content {
    height: auto;
    width: 80%;
  }
}
@media (max-width: 480px){
  .product-quickview .product-content {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 1250px) {
  .grid-item.col-5 {
    width: 20%;
  }
}
@media (min-width: 1100px) and (max-width: 1250px) {
  .grid-item.col-5 {
    width: 25%;
  }
}
@media (min-width: 545px) and (max-width: 767px) {
  .grid-item.col-5 {
    width: 50%;
  }
}
@media (min-width: 767px) and (max-width: 1100px) {
  .grid-item.col-5 {
    width: 33.3%;
  }
}
@media (max-width: 545px) {
  .grid-item.col-5 {
    width: 100%;
  }
  .grid-item.col-5 {
    float: left;
    padding: 0 15px;
    width: 20%;
    margin-bottom:30px;
  }
}
@media (max-width: 600px) {
  .products-grid.product-list-item .add-to-cart .btn {
    font-size: 13px;
  }
  .products-grid.product-list-item .product-image {
    width: 100%;
    overflow: hidden;
    float: none;
  }
  .products-grid.product-list-item .product-bottom, 
  .products-grid.product-list-item .product-content {
    float: none;
    width: 100%;
    padding: 20px 0 0 0;
    text-align: left;
  }
  .products-grid.product-list-item .short-description {
    color: #7a7a7a;
    font-size: 16px;
    height: 90px;
    overflow: hidden;
  }
  .collection-page .product-list-item .grid-item {
    margin-bottom: 30px !important;
    padding-bottom: 0;
  }
  .products-grid.product-list-item .price-box {
    font-size: 18px;
  }
}

@media only screen and (min-width: 750px) {
  .medium-up--one-third {
    width: 33.33333% !important;
  }
  .medium-up--one-half {
    width: 50% !important;
  }
  .medium-up--one-quarter {
    width: 25% !important;
  }
  .medium-up--one-fifth {
    width: 20% !important;
  }
  .medium-up--two-thirds {
    width: 66.66667%;
  }
  .medium-up--text-left {
    text-align: left !important;
  }
  .medium-up--text-right {
    text-align: right !important;
  }
  .medium-up--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 749px) {
  .small--one-half {
    width: 50% !important;
  }
  .grid__item {
    padding-left: 22px;
  }
}
/* Mobile search results */
@media (max-width: 1024px) {
  .item-search {
    min-height: 80px;
  }
  ul > li.search-mobile > div > form {
    display: contents;
  }
  ul > li.search-mobile > div > form > ul > div > a > span.title {
    width: 70%;
  }
  .item-search a {
    min-height: 90px;
  }
  .search-button {
    top: -32px;
    right: 10px;
    position: relative;
    float: right;
  }
  .search-results {
    width: 100% !important;
  }
  .search-mobile .input-group-btn{
    opacity: 0;
    display: none;
  }
}
@media (min-width: 1025px){
  .search-mobile {
    display: none;
  }
}