/** Shopify CDN: Minification failed

Line 245:2 Expected identifier but found "*"
Line 866:2 Expected identifier but found "*"
Line 1870:2 Expected identifier but found "-0-transition"
Line 2105:2 Expected identifier but found "*"
Line 2274:17 Expected identifier but found whitespace
Line 2274:18 Unexpected "0"
Line 2332:2 Expected identifier but found "*"
Line 2342:2 Expected identifier but found "*"
Line 2347:2 Expected identifier but found "*"
Line 3159:2 Expected identifier but found "*"
... and 22 more hidden warnings

**/
/* all placeholder */
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-style: normal;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-style: normal;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {

}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: normal;
}
/*End all placeholder */
/*Print page*/
@media print {
    a:after { content:''; }
    a[href]:after { content: none !important; }

}
/*----------------------------------
** GENERAL
-------------------------------------*/
a:focus,
a:active{
  background-color: transparent;
}
form{
  margin: 0;
  position: relative;
}
.alert ul{
  list-style: none;
  font-weight: normal;
  margin: 0;
}

/*-------------
header
---------------*/
header#top {
  background: #21201f;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: static;
  z-index: 999;
  transition: ease margin-top 0.4s;
  -webkit-transition: ease margin-top 0.4s;
  -moz-transition: ease margin-top 0.4s;
  -oz-transition: ease margin-top 0.4s;
}
.templateIndex header#top {
  background: transparent;
  position: fixed;
}
header#top .top-links {
  height: 45px;
  position: relative;
  z-index: 9;
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
  -moz-transform: scale3d(1,1,1);
  -o-transform: scale3d(1,1,1);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
header#top.fixed-top {
  position: fixed;
  background-color: #21201f;
  margin-top: -45px;
}
header#top #site-title img {
  transition: all 0.27s ease;
  -moz-transition: all 0.27s ease;
  -webkit-transition: all 0.27s ease;
  -o-transition: all 0.27s ease;
}
header#top.fixed-top #site-title img {
  width: 20%;
}
header#top.fixed-top .top-links {
  height: 0;
  transform: scale3d(1,0,1);
  -webkit-transform: scale3d(1,0,1);
  -moz-transform: scale3d(1,0,1);
  -o-transform: scale3d(1,0,1);
}
header#top .line {
  border-top: 1px solid rgba(0,0,0,0.1);
  width: 100%;
  height: 1px;
}
.top-links,
.top-links > div {
  line-height: 45px;
}
.top-links {
  padding-left: 0;
}
.top-links .toplinks {
  position: relative;
}
.top-links .toplinks > ul {
  margin-bottom: 0;
}
.top .text-right {
  width: 100%;
  float: right;
  margin: 0;
  position: relative;
  height: 54px;
  line-height: 54px;
}
.top .text-right > li.customer-links,
.top .text-right > li#widget-social {
  height: 54px;
  line-height: 54px;
  padding: 0;
}
.top-navigation {
  height: 60px;
  line-height: 60px;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
header#top.fixed-top .top-navigation {
  border-bottom: 0;
}
.top-navigation > ul {
  width: 100%;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.top-navigation ul li.top-logo, 
.top-navigation ul li.navigation,
.top-navigation ul li.top-search,
.top-navigation ul li.umbrella {
  height: 50px;
  line-height: 50px;
}
.top-navigation ul li.top-logo {
  padding: 0;
}
.top-navigation ul li.navigation {
  padding: 0;
}
.top-navigation ul li.navigation .navbar .navbar-collapse.collapse {
  padding-right: 20px;
  height: 50px;
  line-height: 50px;
}
header#top.affix .top-navigation ul li.navigation .navbar .navbar-collapse.collapse {
  padding-right: 0;
}
.top-navigation ul li.top-search {
  padding: 0 5px;
  height: 50px;
  line-height: 50px;
  vertical-align: 18px;
  position: relative;
}
header#top.affix .top-navigation ul li.top-search {
  vertical-align: 9px;
}
.top-navigation ul li.top-search .header-search {
  height: 60px;
  line-height: 50px;
}
.top-navigation ul li.top-search .header-search > a {
  border-bottom: 1px solid transparent;
  padding-bottom: 7px;
}
.top-navigation ul li.top-search .header-search > a:hover {
  border-color: #ada177;
}
.top-navigation ul li.top-search .header-search i.fa {
  vertical-align: 3px;
  color: #ffffff !important;
  font-size: 16px;
}
.top-navigation ul li.top-search .header-search:hover i.fa,
#umbrella .cart-link a:hover {
  color: #ada177;
}
.top-navigation ul li.umbrella {
  text-align: right;
  position: relative;
  padding: 0 0 0 25px;
  height: 50px;
  line-height: 50px;
}
header#top.affix .top-navigation ul li.umbrella {
  vertical-align: -9px;
}
input::-webkit-input-placeholder { /* Chrome 21 */
    color: #b4b4b4;
}
input:-moz-placeholder { /* Firefox 17 */
    color: #b4b4b4;
}
input:-ms-input-placeholder { /* IE 10 */
    color: #b4b4b4;
}
#top .is-mobile li .currency i, 
.btn-group, 
.btn-navbar {
  cursor: pointer;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
#top .top a:hover {
  color: #ada177;
}
#top a#site-title img {
  margin: 0 auto;
}
header#top .top-logo {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  transition: all 0.27s ease;
  -moz-transition: all 0.27s ease;
  -webkit-transition: all 0.27s ease;
  -o-transition: all 0.27s ease;
}
/*Currencies*/
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
  background: 0;
}
.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.175);
}
/*input*/
input:focus,
.dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
/*Customer link*/
.customer-links {
  padding: 0;
}
.customer-links .my-account {
  padding: 0 20px 0 0;
}
.customer-links .login {
  padding: 0 5px;
}
#widget-social {
  display: block;
  float: right;
  padding: 0;
}
#widget-social > ul > li {
  padding-top: 0;
  padding-bottom: 0;
}
#accounts > li {
  padding: 0 5px;
  color: #ffffff;
}
#accounts > li.my-account {
  margin-right: 10px;
}
.top .text-right > li#widget-social > ul {
  height: 54px;
  line-height: 54px;
}
.top .text-right > li#widget-social > ul li {
  padding: 0 5px;
}
/*Widget Socail*/
#widget-social ul.list-inline li:last-child {
  padding-right: 0;
}
#widget-social i.fa {
  font-size: 14px;
  margin-left: 10px;
  color: #ffffff;
}
.wls i.fa {
  margin-right: 5px;
  margin-left: 1px;
}
#pop-two h5 {
  color: #000;
}
/*Cart*/
.num-items-in-cart span.icon span {
  font-size: 16px;
  margin-left: 5px;
}
/*End Cart*/
/*Search*/
.header-search input {
  background: transparent;
  border: none;
  color: #808080;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 14px;
  width: 175px;
  height: 18px;
}
#header-search button {
  float: right;
  padding: 0;
  border: none;
  height: auto;
  font-size: 15px;
  color: #747474;
  height: 40px;
  line-height: 0;
  background-color: #ada177;
  border-radius: 0;
  padding: 0 13px;
}
#header-search .search-submit {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 12px;
  vertical-align: -webkit-baseline-middle;
}
#header-search .search-submit:focus,
.search-page form.search-form button.search-submit:focus,
.page-404 .search-submit:focus {
  outline: 0;
}
#header-search {
  right: auto;
  left: 0;
  display: block;
  opacity: 0;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transform: translateY(50px);
  transition: visibility 0s ease-in-out 0.4s, transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
  top: 100%;
  visibility: hidden;
  margin-top: 9px;
  margin-left: 5px;
  padding: 0 0 0 20px;
  height: 40px;
  line-height: 40px;
  width: 240px;
}
header#top.affix #header-search {
  margin-top: 0;
}
header#top.affix .top-links {
  display: none;
}
.top-navigation ul li.top-search:hover #header-search {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
#header-search i.fa:focus {
  outline: none;
}
ul.list-inline {
  margin-left: 0;
  margin-bottom: 0;
}
/*End Search*/
/*Sticky menu*/
header#top.affix {
  z-index: 999;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(229,229,229,0.1);
  -moz-box-shadow: 0px 2px 2px 0px rgba(229,229,229,0.1);
  box-shadow: 0px 2px 2px 0px rgba(229,229,229,0.1);
}
header#top.affix .top-other {
  display: none;
}
header#top.affix .navbar {
  min-height: 40px;
}
header#top.affix .navbar-nav > li {
  padding: 10px 20px;
}
#top nav.navbar .nav > li > a span {
  margin-right: 0.5em;
  padding-bottom: 10px;
  position: relative;
  display: block;
  float: left;
  color: #ffffff;
}
#top nav.navbar .nav > li > a i.fa {
  color: #ffffff;
}
header#top.affix nav.navbar .nav > li > a span {
  padding-bottom: 5px;
}
#top nav.navbar .nav > li > a span:after {
  position: absolute;
  display: block;
  bottom: 0;
  margin-bottom: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ada177;
  content: '';
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#top nav.navbar .nav > li:hover > a span:after {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
#top nav.navbar .nav > li:hover > a span {
}
.notouch .animated {
  opacity: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*End Sticky menu*/
/*MEGA MENU*/
.navbar-nav > li.mega-menu{
  position: static;
}
#top nav.navbar .nav > li > a:first-child {
  padding-left: 0;
}
#top nav.navbar .dropdown-menu {
  padding: 10px 25px;
  margin-top: 11px;
}
#top nav.navbar .nav-item .dropdown-menu {
  padding: 0;
}
#top nav.navbar .dropdown-menu.megamenu-container{
  min-height: 400px; 
  padding: 0;
  box-shadow: none;
  margin-top: 1px;
}
.top-navigation nav.navbar {
  height: 50px;
  line-height: 50px;
  position: static;
}
#top nav.navbar li .dropdown-menu.megamenu-container-1{
  min-height: 500px;
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
}
#top nav.navbar li .dropdown-menu.megamenu-container-2{
  position: absolute;
  right: 0;
  left: auto;
  min-width: 663px;
}
#top nav.navbar li .dropdown-menu.megamenu-container-3{
  min-height: ;
}
#top nav.navbar .dropdown-menu.megamenu-container .container{
  width: 100% !important;
}
#top nav.navbar .megamenu-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  width: 29px;
  height: 29px;
  padding: 8px;
  vertical-align: 10px;
}
#top nav.navbar .megamenu-label.new-label {
  background: url(/cdn/shop/t/3/assets/bkg_new.png?v=157910770934958460491582445221 ) no-repeat center 5px;
  background-color: transparent;
  width: 32px;
  height: 29px;
  padding: 5px 6px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -20px;
  margin-right: -27px;
}
#top nav.navbar .megamenu-label.hot-label {
  background: url(/cdn/shop/t/3/assets/bkg_hot.png?v=160520044968457525831582445220 ) no-repeat center 5px;
  background-color: transparent;
  width: 29px;
  height: 29px;
  padding: 5px 6px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -20px;
  margin-right: -26px;
}
#top nav.navbar .megamenu-label.sale-label {
  background: url(/cdn/shop/t/3/assets/bkg_sale.png?v=872270157009582211582445222 ) no-repeat center 5px;
  background-color: transparent;
  width: 32px;
  height: 29px;
  padding: 5px 6px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -20px;
  margin-right: -28px;
}
#top nav.navbar .megamenu-label.feature-label {
  background: url(/cdn/shop/t/3/assets/bkg_featured.png?v=96809108821564417741582445220 ) no-repeat center 5px;
  background-color: transparent;
  width: 63px;
  height: 29px;
  padding: 5px 9px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -20px;
  margin-right: -58px;
}
.sub-mega-menu{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -webkit-justify-content: left;  
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.175); 
}
.megamenu-container-1 .sub-mega-menu{
  background: #ffffff url()  no-repeat center bottom;
  min-height: 500px;
  padding-left: 0;
}
.megamenu-container-2 .sub-mega-menu{
  background: #ffffff url()  no-repeat left 0;
}
.megamenu-container.dropdown-menu,
#top nav.navbar .megamenu-container.dropdown-menu {
  margin-left: 0;
  margin-right: 0;
}
#top.affix .megamenu-container.dropdown-menu {
  padding-left: 0;
}
.top-navigation .row {
  margin-left: 0;
  margin-right: 0;
}
.megamenu-container ul.sub-mega-menu > li{
  padding-bottom: 4px;
  width: 16.66%;
  float: left;
}
.navbar-nav > li.mega-menu{
  position: static;
}
.navbar-nav > li.mega-menu{
  position: static;
}
.megamenu-container{
  width: 230px;
  background: none !important;
  padding-bottom: 20px !important;
}
.dropdown-menu {
  margin-bottom: 20px;
}
.megamenu-container.mega-col-1 .sub-mega-menu > li {
  width: 100%;
}
.megamenu-container.mega-col-2 .sub-mega-menu > li {
  width: 32%;
}
.megamenu-container.mega-col-3 .sub-mega-menu > li {
  width: 33.3%;
}
.megamenu-container.mega-col-4 .sub-mega-menu > li {
  width: 25%;
}
.megamenu-container.dropdown-menu:before {
  top: 0 !important;
  left: 0;
}
.sub-mega-menu li > ul {
  padding: 0 20px;
}
.navigation-left,
.navigation-right {
  padding-left: 0;
  padding-right: 0;
}
.navigation-right .navbar {
  float: right;
}
#top nav.navbar .nav > li > a:hover span,
#top nav.navbar .nav > li > a:hover i.fa {
  color: #ada177;
}
.navbar-nav > li:last-child,
#top nav.navbar .nav > li > a:last-child,
#top nav.navbar .nav > li > a span:last-child {
  padding-right: 0;
}
#top nav.navbar .nav-item .dropdown-menu li {
  border-bottom: 1px solid #e5e5e5;
  background: tranparent;
  transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
}
#top nav.navbar .nav-item .dropdown-menu li:hover,
#top nav.navbar .nav-item .dropdown-menu li.active {
  background-color: #e5e5e5;
}
#top nav.navbar .nav-item .dropdown-menu li:hover a,
#top nav.navbar .nav-item .dropdown-menu li.active a {
  color: #000;
}
#top nav.navbar .dropdown-menu li.list-title {
  margin-top: 0;
  margin-bottom: 14px;
  padding-bottom: 0;
  font-weight: 600;
}
#top nav.navbar .dropdown-menu li a {
  font-weight: 500;
}
/*END MEGA MENU*/

/*--------------
Dropdown Cart
----------------*/
#cart-info {
  padding: 20px;
  margin-top: 11px;
}
#umbrella:hover #cart-info {
  margin-top: 11px;
}
#cart-content,
#cart-content .empty,
#cart-content em {
  display: block;
  float: left;
}
#cart-content em {
  line-height: 15px;
}
#cart-content .cart-close {
  border: 1px solid #cecece;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  bottom: 0;
  right: 0;
  position: absolute;
  margin-bottom: 27px;
  z-index: 2;
}
#cart-content .cart-close .fa-times, 
.cart-items .fa-times {
  font-size: 14px;
  color: #cecece;
  vertical-align: 1px;
}
#cart-content .cart-close:hover .fa-times {
  color: #ada177;
}
#cart-content .cart-close:hover {
  border-color: #ada177;
}
#cart-content .cart-right .cart-title {
  line-height: 15px;
  margin-bottom: 15px;
}
#cart-content .cart-right .cart-title a {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color : #000000;
  text-transform: uppercase;
}
#cart-content .cart-right .cart-title a:hover {
  color: #ada177;
}
#cart-content .cart-right .cart-price,
#cart-content .cart-right .cart-price span {
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
#cart-content .cart-right .cart-price span.money {
  color: #000000;
  font-weight: 400;
  font-size: 24px;
}
#cart-content .cart-left {
  margin-bottom: 30px;
  padding-left: 0;
}
#cart-content .cart-image:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#cart-content .subtotal {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-bottom: 15px;
}
#cart-content .subtotal span {
  font-family : 'Raleway', sans-serif;
  color: #000000;
  font-weight: 700;
}
#cart-content .action span{
  color: #000;
}
#cart-content .subtotal span.cart-total-right span {
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
  margin-left: 22%;
  font-weight: 500;
}
#cart-content .action {
  text-align: right;
}
#cart-content .action button {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#cart-content .action a:hover {
  color: #ada177;
}
#cart-content div.items-wrapper {
  position: relative;
}
#cart-content .cart-right {
  padding-left: 0;
  padding-right: 0;
}
.dropdown-menu {
  width: 315px;
  right: 0;
}
#umbrella .empty {
  text-transform: initial;
}
#cart-info {
  position: absolute;
  opacity: 1;
  z-index: 1000;
  border-radius: 0px;
  border: 0;
  right: 0;
  left: auto !important;
}
#umbrella {
  float: right;
}
#umbrella i.sub-dropdown {
  display: table-cell;
}
#umbrella .cart-link > a {
  display: block;
  color: #ffffff;
  font-size: 16px;
}
#umbrella .cart-link a.btn {
  display: block;
  background: #ffffff;
  color: #000000;      
  border:1px solid #dedede;
}
#umbrella .cart-link a.btn:hover {
  color: #ffffff;  
  background: #ada177;
  border: 1px solid #ada177;
}
#umbrella .cart-link .empty a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 10px;
}
/*-------------
End Dropdown Cart
----------------*/

/*Dropdown Login*/
.customer-links {
  width: 88%;
  float: left;
}
.top .text-right #widget-social {
  float: right;
}
.top .text-right ul#accounts {
  height: 54px;
  line-height: 54px;
}
#loginBox {
  position: absolute;
  right: 0;
  left: auto;
  margin-right: 15px;
}
#loginBox:before {
  top: -10px;
  left: 33%;
}
#loginBox ul.customer-accounts {
  padding: 10px 30px;
}
#loginBox ul.customer-accounts label.control-label {
  text-transform: capitalize;
  line-height: 25px;
}
#loginBox ul.customer-accounts > li {
  margin-bottom: 5px;
}
#loginBox ul.customer-accounts > li:first-child {
  margin-bottom: 0;
}
#loginBox ul.customer-accounts > li button {
  width: 100%;
  display: block;
}
#loginBox ul.customer-accounts > li a.action {
  width: 100%;
  display: block;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
/*End Dropdown Login*/
/*Label Sale*/
.sale_banner .sale_text {
  background-color: #ada177;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: table-cell;
  vertical-align: middle;
  text-transform: capitalize;
  padding: 19px 12px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 18px;
  border-radius: 50%;
}
/*End Label Sale*/
/*Menu*/
.dropdown-menu:before {
  border: none;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: opacity .7s ease, top .50s ease;
  -moz-transition: opacity .7s ease, top .50s ease;
  -ms-transition: opacity .7s ease, top .50s ease;
  -o-transition: opacity .7s ease, top .50s ease;
  transition: opacity .7s ease, top .50s ease;
  z-index: 1000;
}
.nav-item .dropdown-menu,
.mega-menu .dropdown-menu,
#umbrella .dropdown-menu,
.login .dropdown-menu {
  left: -5px;
  display: block !important;
  opacity: 0;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transform: translateYtranslateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transition: visibility 0s ease-in-out 0.4s, transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
  -moz-transition: visibility 0s ease-in-out 0.4s, transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
  -o-transition: visibility 0s ease-in-out 0.4s, transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
  -webkit-transition: visibility 0s ease-in-out 0.4s, transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
  -ms-transition: visibility 0s ease-in-out 0.4s, transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
  visibility: hidden;
}
.nav-item:hover .dropdown-menu,
.mega-menu:hover .dropdown-menu,
#umbrella:hover .dropdown-menu,
.login:hover .dropdown-menu {
  margin-top: 0;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.login:hover .dropdown-menu {
  margin-top: 0;
}
header#top.affix #umbrella:hover .dropdown-menu {
  margin-top: 2px;
}
#umbrella:hover .num-items-in-cart span {
  color: #ada177;
}
.dropdown-toggle:hover {
  outline: none;
}
/*-------------
end header
---------------*/

/*----------------
Slideshow
-----------------*/
.camera_wrap {
  margin-bottom: 0 !important;
}
.home-slider-wrapper .camera_image-caption_1,
.home-slider-wrapper .camera_image-caption_2 {
  text-align: center;
}
.home-slider-wrapper .camera_title_1 a,
.home-slider-wrapper .camera_title_2 a,
.home-slider-wrapper .camera_title_4 a,
.home-slider-wrapper .camera_title_5 a {
  font-size: 100px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  text-transform: uppercase;
}
.home-slider-wrapper .camera_title_1 a span {
  font-size: 120px;
}
.home-slider-wrapper .camera_title_2 a {
  font-size: 90px;
  line-height: 90px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 300;
}
.home-slider-wrapper .camera_title_2 a span {
  display: block;
  text-align: center;
  font-weight: 500;
}
.home-slider-wrapper .camera_title_4 a, 
.home-slider-wrapper .camera_caption_4 div {
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
.home-slider-wrapper .camera_title_4 a {
  font-weight: 700;
}
.home-slider-wrapper .camera_mc_2 {
  margin-top: 185px;
}
.home-slider-wrapper .camera_cta_2 {
  margin-top: 310px;
}
.home-slider-wrapper .camera_caption_1,
.home-slider-wrapper .camera_caption_4,
.home-slider-wrapper .camera_caption_5 {
  margin-top: 173px;
}
.home-slider-wrapper .camera_caption_1 div,
.home-slider-wrapper .camera_caption_2 div, 
.home-slider-wrapper .camera_caption_3 div {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}
.home-slider-wrapper .camera_caption_2 div {
  margin-top: 195px;
}
.home-slider-wrapper .camera_mc {
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.home-slider-wrapper .camera_cta_1 a,
.home-slider-wrapper .camera_cta_2 a,
.home-slider-wrapper .camera_cta_3 a,
.home-slider-wrapper .camera_cta_4 a,
.home-slider-wrapper .camera_cta_5 a {
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #dedede;
  padding: 0 40px;
  height: 50px;
  color: #000000;
  background-color: #ffffff;
  line-height: 50px;
  letter-spacing: 0.05em;
}
.home-slider-wrapper .camera_title_4,
.home-slider-wrapper .camera_caption_4 {
  top: 75%;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}
.home-slider-wrapper .camera_caption_4 div {
  margin: 0 auto;
  text-align: center;
  width: 54%;
  font-weight: 500;
}
.home-slider-wrapper .camera_caption_4 {
  margin-top: 40px;
}
.home-slider-wrapper .camera_cta_1 a:hover,
.home-slider-wrapper .camera_cta_2 a:hover,
.home-slider-wrapper .camera_cta_3 a:hover {
  color: #ffffff;
  border-color: #ada177;
  background: #ada177;
}
.camera_prev > span {
  background: url(/cdn/shop/t/3/assets/skins.png?v=146575958193990370571582445277 ) no-repeat 0 0;
  height: 150px;
  width: 35px;
}
.camera_next > span {
  background: url(/cdn/shop/t/3/assets/skins.png?v=146575958193990370571582445277 ) no-repeat -1790px 0;
  height: 150px;
  width: 35px;
}
.camera_prev,
.camera_next {
  background: none;
  top: 50%;
  width: auto;
  margin-top: -70px;
}
.camera_prev {
  padding-left: 50px;
}
.camera_next {
  padding-right: 50px;
}
.home-slider-wrapper .camera_title_1,
.home-slider-wrapper .camera_title_5,
.home-slider-wrapper .camera_caption_1,
.home-slider-wrapper .camera_caption_5,
.home-slider-wrapper .camera_mc_1, 
.home-slider-wrapper .camera_mc_5,
.home-slider-wrapper .camera_cta_1,
.home-slider-wrapper .camera_cta_5,
.camera_caption.camera_image-caption_1,
.camera_caption.camera_image-caption_5,
.home-slider-wrapper .camera_mini-caption_1,
.home-slider-wrapper .camera_mini-caption_4,
.home-slider-wrapper .camera_mini-caption_5 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  top: 38%;
}
.home-slider-wrapper .camera_title_2,
.home-slider-wrapper .camera_mc_2,
.home-slider-wrapper .camera_cta_2,
.home-slider-wrapper .camera_mini-caption_2,
.home-slider-wrapper .camera_caption_2 {
  width: 100%;
  text-align: center;
  top: 37%;
  position: absolute;
}
.home-slider-wrapper .cameraContent:nth-child(2) {
  background: url(/cdn/shop/t/3/assets/bg_border_slide2.png?v=69595724776985081991582445218 );
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.home-slider-wrapper .camera_title_2 > div {
  padding: 0;
}
.home-slider-wrapper .camera_mini-caption_2 > div {
  margin-top: -45px;
  padding: 10px 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.home-slider-wrapper .camera_mini-caption_1, 
.home-slider-wrapper .camera_mini-caption_2,
.home-slider-wrapper .camera_mini-caption_4, 
.home-slider-wrapper .camera_mini-caption_5 {
  font-size: 18px;
  letter-spacing: 1px;
}
.home-slider-wrapper .camera_mini-caption_1 {
  margin-top: 130px;
}
.camera_caption.camera_title_3 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.home-slider-wrapper .camera_pag {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background: transparent;
  border: 1px solid transparent;
  margin: 20px 2px;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
  background: rgba(255,255,255,0.3);
  left: 3px;
  top: 3px;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  border-color: #eedfa3;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  background: rgba(255,255,255,1);
}
.camera_wrap .cameraSlide img.imgLoaded {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  position: fixed !important;
}
#content, #footer {
  position: relative;
  background: #ffffff;
}
@media (min-width: 768px) {
  .camera_caption.camera_title_3 {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .camera_caption.camera_title_3 {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .camera_caption.camera_title_3 {
    width: 1200px;
  }
}
.camera_caption.camera_image-caption_1,
.camera_caption.camera_image-caption_4,
.camera_caption.camera_image-caption_5 {
  margin-top: 55px;
}
.home-slider-wrapper .camera_caption_1 div,
.home-slider-wrapper .camera_caption_4 div,
.home-slider-wrapper .camera_caption_5 div {
  position: relative;
  font-weight: 400;
  font-size: 40px;
}
.home-slider-wrapper .camera_title_1 a:after,
.home-slider-wrapper .camera_title_4 a:after,
.home-slider-wrapper .camera_title_5 a:after {
  content: '';
  width: 30%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  margin: 0px 120px;
  margin-bottom: -25px;
}
.camera_caption.camera_image-caption_1,
.camera_caption.camera_image-caption_4,
.camera_caption.camera_image-caption_5 {
  margin-top: calc(-30px - 20px - 45px);
}
.home-slider-wrapper .camera_cta_1,
.home-slider-wrapper .camera_cta_4,
.home-slider-wrapper .camera_cta_5 {
  margin-top: 250px;
}
.camera_caption.camera_image-caption_2 {
  margin-top: -205px;
}
.home-slider-wrapper .camera_mini-caption_3,
.home-slider-wrapper .camera_title_3,
.home-slider-wrapper .camera_caption_3,
.home-slider-wrapper .camera_cta_3 {
  position: absolute;
  text-align: center;
  top: 57%;
  width: 100%;
}
.home-slider-wrapper .camera_mini-caption_3 {
  margin-top: -180px;
}
.home-slider-wrapper .camera_mini-caption_3 span {
  padding: 5px 10px;
  background-color: #f00;
}
.home-slider-wrapper .camera_mini-caption_3 > div {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.home-slider-wrapper .camera_title_3 a {
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 10px;
  position: relative;
}
.home-slider-wrapper .camera_title_3 a:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #fff;
  width: 80%;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home-slider-wrapper .camera_title_3 > div {
  margin-top: -109px;
}
.home-slider-wrapper .camera_caption_3 {
    margin-top: -20px;
}
.home-slider-wrapper .camera_cta_3 {
  margin-top: 65px;
}
.home-slider-wrapper .camera_caption_3 div {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 5px;
}
.home-slider-wrapper .camera_title_3 > div {
  padding-right: 0;
}

/*-------------
end slideshow
---------------*/

/*----------------
Home-Product
-----------------*/
h6.general-title:after {
  content: "";
  border-bottom: 1px solid #e5e5e5;
  display: block;
  position: absolute;
  right: 0;
  margin-top: -12px;
  width: calc(50% - 140px);
  z-index: 0;
}
h6.general-title:before{
  content: "";
  border-bottom: 1px solid #e5e5e5;
  display: block;
  position: absolute;
  left: 0;
  margin-top: 10px;
  width: calc(50% - 132px);
  z-index: 0;
}
h6.general-title span {
  padding: 10px 26px;
  position: relative;
  background-color: #fff;
  z-index: 1;
}
h6.general-title span:after,
h6.general-title span:before {
  position: absolute;
  content: '';
  border: 1px solid #999999;
  width: 100%;
  height: 100%;
}
h6.general-title span:before {
  top: 8px;
  left: 8px;
  z-index: -1;
}
h6.general-title span:after {
  top: 0;
  left: 0;
}
@-moz-document url-prefix() { 
  h6.general-title span:after,
    h6.general-title span:before {
      background: #fff;
      z-index: -1;
    }
}
.home_products i.fa-star {
  font-size: 13px;
  padding-right: 3px;
}
.home_products h6.general-title:after {
  width: calc(50% - 106px);
}
.home_products h6.general-title:before {
  width: calc(50% - 98px);
}
.home-feature h6.general-title:before {
  width: calc(50% - 124px);
}
.home-feature h6.general-title:after {
  width: calc(50% - 132px);
}
.home-blog h6.general-title:before {
  width: calc(50% - 88px);
}
.home-blog h6.general-title:after {
  width: calc(50% - 96px);
}
.general-title i.fa {
  margin-right: 10px;
}
#home_collections span.col-name {
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 0 0;
  font-size: 14px;
}
#home_collections span.col-desc {
  font-weight: 600;
}
.popular-collections-wrapper {
  margin-bottom: 30px;
}
.home_collections_wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#home_collections .home_collections_item { 
  padding-left: 14px;  
  padding-right: 14px;  
}
#home_collections .home_collections_item a img {
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#home_collections .home_collections_item .collection-action a {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #a07936;
  font-weight: 400;
  position: relative;
  padding-top: 3px;
}
#home_collections .home_collections_item_inner {
  position: relative;
}
#home_collections .home_collections_item_inner .hover-overlay {
  text-align: center;
  font-size: 16px;
  margin: 22px 0 0;
  text-transform: capitalize;
}
#home_collections .home_collections_item_inner .collection-details img {
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
}
#home_collections .home_collections_item_inner:hover .collection-details img {
  border-radius: 50%;
}
#home_collections .home_collections_item .collection-action a:after {
  content: "";
  position: absolute;
  width: 30px;
  border-bottom: 1px solid;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#home_collections .owl-item .home_collections_item a:hover img {
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.home-blog {
  padding-bottom: 30px;
}
.home-newproduct {
  padding-bottom: 27px;
}
.home-feature .home_fp {
  padding-bottom: 23px;
  border-bottom: 1px solid #e5e5e5;
}
.group_home_products {
  overflow: hidden;
}
.group_home_products .wrapper-title {
  text-align: center;
}
#home_products {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -webkit-justify-content: left;
}
.home_products .element {
  width: 33.3%;
  vertical-align: top;
  padding: 0 10px 22px !important;
}
.home-banner-wrapper {
  background: url(/cdn/shop/t/3/assets/home_banner_image.png?v=141196928278179470961582445238) no-repeat center;
  width: 100%;
  min-height: 500px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*background-position: 50% 80%;*/
  /*background-size: 140%;*/
}
#home-banner img.img-banner-caption {
  margin-bottom: 20px;
  margin-top: 8%;
}
#home-banner .home-banner-caption p,
#home-banner .home-banner-action a {
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
#home-banner .home-banner-action a {
  text-transform: capitalize;
  font-weight: 700;
  color: #ada177;
  position: relative;
  letter-spacing: 0.05em;
  font-size: 16px;
  margin-top: 22px;
  display: block;
}
#home-banner .home-banner-action a:after {
  content: "";
  position: absolute;
  width: 30px;
  border-bottom: 1px solid;
  top: -9px;
  left: 20px;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.home-partners {
  margin: 40px 0 0;
}
#partners {
  padding-left: 20px;
  padding-right: 20px;
  height: 68px;
  line-height: 68px;
}
#partners-container .owl-item {
  padding-left: 10px;
  padding-right: 10px;
}
#partners-container .owl-item .logo:hover a img {
  opacity: 0.3;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
#home_fp .owl-prev, 
#home_fp .owl-next {
  margin-top: -90px !important;
  background: transparent;
}
a,
.btn, 
.element ul li.row-right,
.cameraContent .camera_cta_1 a, 
.cameraContent .camera_cta_2 a, 
.cameraContent .camera_cta_3 a, 
.cameraContents .camera_cta_4 a {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  outline: none;
}
.element ul li.row-right a.title-5 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.element ul li.row-right a.title-5:hover {
  color: #ada177;
}
.element ul li.row-right .product-price span.price {
  font-size: 18px;
  line-height: 18px;
  color: #202020;
  font-weight: 500;
}
.home_deal_fp .element ul li.row-right .product-price span.price {
  font-size: 20px;
}
.element.no_full_width ul li.row-right {
  display: block;
  min-height: 100px;
  padding: 0;
}
.element form .row-right .effect-ajax-cart button {
  background: transparent;
  border: 1px solid #dedede;
  border-radius: 4px;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out; 
  transition: background 0.3s ease-in-out; 
  height: 36px !important;
  padding: 0 8px;
}
.element form .row-right .effect-ajax-cart button:hover {
  background: #ada177;
  color: #ffffff;
  border-color: #ada177;
}
.element form .row-left i.fa-angle-right {
  font-size: 15px;
  color: #202020;
}
.element ul li.row-right .product-content-left {
  width: 100%;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 25px 0 0;
}
.element ul li.row-right .product-content-right {
  text-align: center;
  padding: 5px 0;
  width: 100%;
}
.element.full_width ul li.row-right .product-content-right .price_compare {
  padding-top: 0;
}
.element > ul {
  margin: 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.element .row-right .spr-badge {
  display: block;
  padding-top: 5px;
}
/*Script ajust element on center*/
.home_products .element form {
  position: relative;
  display: block;
  max-width: 100%;
  text-align: center;
}
.home_products .hoverBorder {
  position: absolute;
  z-index: 2;
}
.home-main-content {
  padding-right: 0;
  float: right;
}
.templateIndex .left-slidebar {
  padding-left: 0;
}
/*End Script ajust element on center*/
/*-------------
end home-product
---------------*/
/*Promotion block_homepage*/
#home_promotion {
  position: relative;
}
#home_promotion.owl-theme .owl-controls {
  margin-top: 13px;
}
#home_promotion .owl-item div {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#home_promotion .owl-item:hover div {
  opacity: 0.7;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
#home_promotion.owl-theme .owl-controls .owl-buttons > div.owl-prev {
  margin-left: 0;
}
#home_promotion.owl-theme .owl-controls .owl-buttons > div.owl-next {
  margin-right: 0;
}
#home_promotion.owl-theme .owl-controls .owl-buttons > div.owl-prev,
#home_promotion.owl-theme .owl-controls .owl-buttons > div.owl-next {
  opacity: 0.5;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  margin-top: -50px !important;
}
.owl-theme .owl-controls .owl-page span {
  background: transparent;
  border: 1px solid #505050;
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.owl-theme .owl-controls .owl-page.active span {
  background: #505050;
  cursor: text;
}
.owl-theme .owl-controls .owl-page span:hover {
  background: #505050;
}
.owl-theme .owl-controls .owl-prev,
.owl-theme .owl-controls .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -35px !important;
}
#home_collections.owl-theme .owl-controls .owl-prev, 
#home_collections.owl-theme .owl-controls .owl-next {
  margin-top: -60px !important;
}
.owl-theme .owl-controls .owl-buttons > div.owl-prev {
  padding: 0;
  margin-left: -20px;
  left: 0;
  width: 13px;
  height: 33px;
  border-radius: 0;
}
.owl-theme .owl-controls .owl-buttons > div.owl-next {
  right: 0;
  margin-right: -20px;
  width: 13px;
  height: 33px;
  border-radius: 0;
  padding: 0;
}
.owl-theme .owl-controls .owl-buttons > div.owl-next span {
  background-position: 100% 0;
}
.owl-theme .owl-controls .owl-buttons > div span{
  background-color: transparent;
  background-image: url(/cdn/shop/t/3/assets/icon_slider.png?v=44520289139487866291582445245 );
  background-repeat: no-repeat;
  display: block;
  width: 13px;
  height: 33px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev > div span {
  background-position: 0 0;
}
.owl-theme .owl-controls .owl-buttons > div.owl-prev .prev-slide {
  background: url(/cdn/shop/t/3/assets/icon_pre_slider.png?v=63972153721135635441582445245) no-repeat 0 0;
  width: 10px;
  height: 42px;
  display: block;
}
.realted_articles .owl-theme .owl-controls .owl-buttons > div,
#prod-related-wrapper .owl-theme .owl-controls .owl-buttons > div {
  padding: 0;
  margin: 0;
}
#prod-related-wrapper .owl-theme .owl-controls .owl-buttons > div.owl-prev {
  right: 45px;
  left: auto;
}
.realted_articles .owl-theme .owl-controls .owl-buttons > div.owl-prev {
  right: 55px;
  left: auto;
}
#prod-related-wrapper .owl-theme .owl-controls .owl-buttons > div.owl-next {
  right: 15px;
}
.realted_articles .owl-theme .owl-controls .owl-buttons > div.owl-next {
  right: 25px;
}
#gallery_main_qs.owl-theme .owl-controls .owl-buttons > div.owl-next {
  background-position:  100%;
  right: -6px;
}
#gallery_main_qs.owl-theme .owl-controls .owl-buttons > div.owl-prev {
  background-position: 0;
  left: -5px;
}
.owl-theme .owl-controls .owl-buttons > div.owl-next .next-slide {
  background: url(/cdn/shop/t/3/assets/icon_next_slider.png?v=96073118585226825361582445243) no-repeat 0 0;
  display: block;
  width: 10px;
  height: 42px;
}
.partners-logo .owl-theme .owl-controls .owl-buttons > div.owl-next {
  margin-right: -20px;
}
.partners-logo .owl-theme .owl-controls .owl-buttons > div.owl-prev {
  margin-left: -20px;
}
.partners-logo .owl-theme .owl-controls .owl-buttons > div {
  background-color: transparent;
}
.partners-logo .owl-theme .owl-controls .owl-prev, 
.partners-logo .owl-theme .owl-controls .owl-next {
  margin-top: -20px !important;
}
/*End Promotion block_homepage*/
/*Blog _ Homepage*/
.home-promotion-wrapper {
  padding-right: 20px;
}
.home-bottom_banner a {
  display: block;
}
.home-bottom_banner a:hover img {
  opacity: 0.5;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -0-transition: ease all 0.5s;
}
.home-blog-wrapper {
  padding-left: 20px;
}
#home_blog .home-blog-item {
  margin: 1px 0 30px;
}
#home_blog .home-blog-item:last-child {
  margin-bottom: 0;
}
#home_blog .home-blog-item:last-child:after {
  border-bottom: none;
}
#home_blog .home-blog-content {
  padding-right: 0;
}
#home_blog .home-blog-item .date {
  padding-left: 0;
  padding-right: 0;
}
#home_blog .home-blog-item .date_inner {
  text-align: center;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  width: 100px;
  height: 100px;
  padding: 0;
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
}
#home_blog .home-blog-item .date p {
  font-size: 50px;
  line-height: 57px;
  text-align: center;
  color: #232323;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin: 0;
}
#home_blog .home-blog-item .date small {
  background: #000000; 
  font-family: 'Raleway', sans-serif;
  font-size: 20px; 
  line-height: 20px;
  font-weight: 300; 
  color: #fff; 
  text-transform: uppercase; 
  padding: 8px 0;
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.blog .pagination p {
  display: none;
}
.fa-magic:before,
.fa-comment:before {
  margin-right: 5px;
}
#home_blog .home-blog-content i.fa {
  padding-right: 5px;
  color: #808080;
}
#home_blog .home-blog-content .title_post {
  font-size: 18px;
  text-transform: capitalize;
}
#home_blog .home-blog-content h4 {
  margin-top: 0;
  margin-bottom: 0;
}
#home_blog .home-blog-content ul > li.author,
#home_blog .home-blog-content ul > li.comment a {
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Lato', sans-serif;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}
#home_blog .home-blog-content ul > li.comment a:hover {
  color: #ada177;
}
#home_blog .home-blog-content ul > li {
  font-size: 12px;
  font-weight: 400;
}
#home_blog .home-blog-content ul > li.author {
  padding-right: 0;
}
#home_blog .home-blog-content ul > li.comment {
  padding-left: 0;
}
#home_blog .home-blog-content ul {
  padding: 0 0 5px;
  border-bottom: 1px solid #e5e5e5;
}
#home_blog .home-blog-content .intro {
  margin-top: 10px;
}
#home_blog .post-image {
  padding-left: 0;
}
#home_blog .post-image:hover img {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#home_blog .home-blog-content .read-more {
  margin-top: 15px;
}
#home_blog .home-blog-content .read-more a {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
  font-weight: bold;
}
#home_blog .home-blog-content .read-more:hover a,
#home_blog .home-blog-content .read-more a:hover {
  color: #fff;
}
/*End Blog _ Homepage*/

/*----------------
Footer
-----------------*/
#footer-content {
  background-color: #2e2e2e;
  padding: 55px 0 0;
  display: block;
  float: left;
  width: 100%;
}
#widget-newsletter {
  display: block;
  width: 100%;
  float: left;
}
#widget-newsletter .content h5 {
  margin: 0 0 10px;
  padding-left: 0;
  border-color: #dedede;
  color: #ada177;
}
#widget-newsletter .content .email {
  position: relative;
  margin-top: 35px;
  padding-top: 35px;
}
#widget-newsletter .content .email:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 1px solid #434343;
}
#widget-newsletter .content h5 i.fa {
  padding-right: 10px;
}
#widget-newsletter .newsletter {
  text-align: center;
  padding-bottom: 47px;
  border-bottom: 1px solid #434343;
}
#widget-newsletter .newsletter .general-title.contact-footer-title {
  font-size: 18px;
}
#widget-newsletter .newsletter .news-desc {
  color: #a2a1a1;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}
#widget-newsletter .newsletter .group_input {
  margin: 11px auto;
  width: 570px;
  position: relative;
}
#widget-newsletter .general-title i.fa {
  position: static;
}
#widget-newsletter .newsletter .unpadding-top button i.fa {
  color: #fff;
}
#widget-newsletter .newsletter input {
  margin-bottom: 9px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  width: 570px;
  color: #a2a1a1;
  font-size: 15px;
  border: none;
  padding-right: 70px;
}
#widget-newsletter .newsletter .unpadding-top {
  position: absolute;
  top: 0;
  margin-top: -2px;
  right: 0;
  height: 60px;
  line-height: 60px;
}
#footer .unpadding-top button {
  background: #ada177;
  color: #fefefe;
  border-color: #ada177;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  padding: 0 20px;
}
#footer .unpadding-top button:hover {
  background: #ada177;
  border-color: #ada177;
  color: #ffffff;
}
#widget-newsletter .contact {
  padding-left: 0;
}
#widget-newsletter .store-information {
  padding-right: 0;
}
#widget-newsletter .store-information .left,
#widget-newsletter .store-information .right {
  width: 50%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
}
.footer-content.footer-content-top {
  display: block;
  float: left;
  width: 100%;
  margin-top: 57px;
  margin-bottom: 45px;
}
.footer-link-list h6 {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer-link-list:first-child {
  padding-left: 0;
}
.footer-link-list:last-child {
  padding-right: 0;
}
.footer-content .group ul {
  margin: 20px 0 0;
}
.footer-content .group ul > li a {
  padding: 0;
  color: #cccccc;
  text-transform: capitalize;
  font-weight: 400;
}
.footer-content-bottom {
  padding: 38px 0 35px;
  background: #21201f;
  display: block;
  float: left;
  width: 100%;
}
.footer-content-bottom .copyright,
#footer .footer-content-bottom .copyright a {
  font-family: 'Raleway', sans-serif;
  color: #cccccc;
  font-weight: 400;
}
.footer-content-bottom .copyright {
  padding-left: 0;
}
h6.footer_title {
  color: #ffffff;
  margin-bottom: 15px;
}
#footer p,
#footer ul > li {
  color: #cccccc;
  word-break: break-word;
  font-weight: 400;
}
.icons {
  background-image: url(/cdn/shop/t/3/assets/icon_payment.png?v=157395931845465245881582445243 );
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: inline-block;
  height: 16px;
}
#widget-payment {
  padding-right: 0;
}
#widget-payment ul#payments {
  text-align: right;
}
#payments li a {
  height: 13px;
  vertical-align: center;
}
#payments li a.visa {
  background-position: 0 0;
  width: 30px;
}
#payments li a.mastercard {
  background-position: -43px 0;
  width: 25px;
}
#payments li a.amex {
  background-position: -79px 0;
  width: 15px;
}
#payments li a.paypal {
  background-position: -103px 0;
  width: 50px;
}
#payments li a.moneybookers {
  background-position: -164px 0;
  width: 40px;
}
.footer-content-top .general-title {
  padding-left: 0;
  text-align: left;
  margin-bottom: 15px;
}
/*----------------
End Footer
-----------------*/
/*----------------
Breadcrumb
------------------*/
.breadcrumb {
  border-radius: 0;
  font-family: 'Raleway', sans-serif;
  background: #f0f0f0;
  padding: 13px 0;
  margin-bottom: 0;
}
#breadcrumb a {
  color: #525252;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  padding-right: 3px;
}
#breadcrumb a:hover {
  color: #000;
}
#breadcrumb span {
  color: #000;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  padding-left: 3px;
  padding-right: 3px;
}
#page-header {
  margin: 27px 0;
  padding-left: 15px;
  padding-right: 15px;
}
.breadcrumb i.fa-angle-right {
  padding-right: 10px;
}
/*----------------
End Breadcrumb
-----------------*/
/*Focus button and icon*/
i.fa:focus,
button:focus {
  outline: none !important;
}
/*End Focus button and icon*/
/*-------------
Contact
----------------*/
.group-contact .contact-content {
  margin-bottom: 20px;
}
.control-label {
  font-size: 15px;
  font-family : 'Raleway', sans-serif;
  color: #525252;
  font-weight: 400;
}
.form-control {
  border-color: #8b8b8b;
}
.control-label span {
  font-weight: 700;
}
.unpadding-top button {
  padding: 0 25px;
}
.templatePage #content .content {
  padding-bottom: 0;
}
  padding-bottom: 0;
}
#contact_map_wrapper {
  max-width: 100%;
}
#contact_map {
  height: 400px;
  margin-left: -10px;
  margin-top: 5px;
}
#contact-form h3 {
  margin-top: 0;
}
.contact-form .alert-danger {
  margin: 10px 0;
}
.contact-page .left-block,
.contact-page .right-block {
  margin-bottom: 50px;
}
.contact-page .right-block ul.right-content {
  margin-bottom: 50px;
}
#contact-form li.contact-name {
  padding: 0 5px 7px 0;
}
#contact-form li.contact-email {
  padding: 0 0 7px 5px;
}
#contact-form li textarea {
  height: 110px;
}
.contact-page .right-block .title h6 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 10px;
  font-size: 15px;
  color: #525252;
  font-weight: 500;
}
.contact-page .right-block .title .sb-title {
  color:#202020;  
  font-size: 18px;
  font-weight: 700;
}
.contact-page i.fa {
  margin-right: 10px;
  color: #ada177;
}
.contact-page ul.social li i.fa {
  color: #fff;
  line-height: 50px;
}
.contact-page ul.social li i.fa-stack-2x {
  font-size: 60px;
  width: 50px;
  height: 50px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
}
.contact-page ul.social li span {
  width: 50px;
  height: 50px;
}
.contact-page ul.social li a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.contact-page ul.right-content > li {
  display: inline-block;
  *display: block;
  zoom: 1;
  width: auto;
}
.contact-page ul.right-content > li.title {
  display: block;
  width: 100%;
}
.contact-page ul.right-content li.facebook i.fa-stop {
  color: #385eab;
}
.contact-page ul.right-content  li.twitter i.fa-stop {
  color: #3dacd1;
}
.contact-page ul.right-content  li.google-plus i.fa-stop {
  color: #de5131;
}
.contact-page ul.right-content  li.pinterest i.fa-stop {
  color: #e01738;
}
.group-faq {
  padding-left: 15px;
  padding-right: 15px;
}
#contact-form .sb-title,
.contact-content .sb-title {
  text-transform: initial;
  margin: 0;
  padding: 0 0 15px 0;
}
/*----------------
End Contact
-----------------*/

/*----------------
Account
-----------------*/
#register-form {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 110px;
}
#register-form .form-control {
  height: 40px;
  width: 45%;
}
#register-form li,
#customer-login ul li,
.customer_address_table li {
  padding-left: 0;
  padding-right: 0;
}
#customer-login .login-alert {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#register-form li:ntd-child(2) {
  padding: 0;
}
.login-wrapper {
  padding-bottom: 30px;
}
.login-wrapper button {
  margin-bottom: 15px;
  margin-top: 18px;
}
#customer_detail .fa,
.address_info .fa {
  font-size: 40px;
  color: #969696;
  font-weight: 200;
  padding-right: 25px;
}
#customer_orders .sb-title {
  margin-top: 5px;
  margin-bottom: 17px;
}
.customer_address_table .set_default input {
  vertical-align: -1px;
}
.customer_address span.update button {
  margin-left: -15px;
}
div.customer_address {
  margin-bottom: 45px;
}
.address_info .address1,
.address .address1 {
  font-size: 13px;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 7px;
}
.address_actions .fa-edit {
  color: #054b8a;
  font-size: 20px;
  margin-right: 5px;
  margin-top: 5px;
}
.address_actions .fa-times {
  color: #fff;
  font-size: 15px;
  margin-right: 5px;
  margin-top: 8px;
  border: 1px solid #960000;
  background: #960000;
  border-radius: 50%;
  padding: 3px;
  text-align: center;
  line-height: 10px;
}
.customer_address .address_actions  {
  text-align: right;
}
.edit_address li {
  padding-left: 15px;
  padding-right: 15px;
}
.edit_address span.update button {
  margin-left: 15px;
  margin-right: 15px;
}
#address_form_new button {
  margin-left: 0;
}
/*-------------
End account
----------------*/
/*Create account*/
#create_customer ul#register-form li:first-child {
  display: none;
}
/*End Create account*/
/*Manage Address*/
.manage-address .new-address {
  margin-bottom: 110px;
}
/*End Manage Address*/
/*Login Page*/
.login-page {
  margin-bottom: 200px;
}
.login-page div.checkout-form {
  margin-left: -15px;
  margin-right: -15px;
}
.login-page .checkout-title {
  padding-bottom: 3px;
}
#login-form {
  margin-top: 15px;
}
#login-form > li > input.form-control {
  width: 100%;
}
#login-form ul.login-wrapper > li {
  color: #969696;
}
#login-form ul.login-wrapper > li > a.action {
  color: #141414;
}
#login-form ul.login-wrapper > li > a.return {
  text-decoration: underline;
}
/*End Login Page*/
/*---------------
Alert, Error
----------------*/
.alert-danger,
.alert-success {
  background-color: #f2e4cc;
  border: none;
  color: #000;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.alert, 
.errors {
  padding: 5px 20px;
}
button.close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  padding-top: 4px;
}
.errors a {
  color: #e2e2e2;
}
.errors a:hover {
  color: #ffffff;
}
.errors ul > li {
  list-style-type: circle;
  margin-left: 10px;
}
/*--------------
End Alert, Error
----------------*/

/*All Collection*/
.allcollections-page .collection-details {
  background-color: #fff;
}
.allcollections-page .mini-line {
  margin-bottom: 35px;
}
#collections {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -webkit-justify-content: left;
  margin-left: -20px;
  margin-right: -20px;
}
#collections.main-has-slidebar .item {
  padding-bottom: 20px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: top;
  width: 33.25%;
}
.item {
  margin-bottom: 40px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: top;
  width: 24.95%;
}
.allcollections-page .container-item .collection-action,
.home_collections_item .collection-details .collection-action {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
}
.allcollections-page .container-item .collection-action a,
.home_collections_item .collection-details .collection-action a {
  opacity: 0;
  -moz-transform: scale(0,0);
  -webkit-transform: scale(0,0);
  -o-transform: scale(0,0);
  -ms-transform: scale(0,0);
  transform: scale(0,0);
  -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: auto;
  right: auto;
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  color: #505050;
  text-transform: uppercase;
  font-weight: 700;
}
.allcollections-page .container-item a {
  line-height: 1.55em;
}
.allcollections-page .container-item:hover .collection-details img {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.allcollections-page .container-item:hover .collection-action a,
.home_collections_item:hover .collection-details .collection-action a{
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  -o-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.home_collections_item .collection-details .collection-action a {
  margin-top: -15px;
}
.home_collections_item .collection-details .collection-action i.fa:before {
  font-size: 30px;
}
.allcollections-page .collection-item .collection-title {
  text-align: center;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 400;
  margin-top: 27px;
  margin-bottom: 8px;
  cursor: text;
}
.allcollections-page .collection-item .description {
  text-align: center;
  color: #000000;
  font-weight: 300;
}
.collection-details {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.left-slidebar {
  float: left;
}
.collection-page.no_full_width.have-left-slidebar {
  float: right;
}
.allcollections-page h6.general-title {
  margin-top: 0;
  margin-bottom: 30px;
}
#content {
  background-color: #ffffff;
}
#content #product.content {
  padding-bottom: 0;
  background-color: #ffffff;
}
/*End All Collection*/
/*Customer Review*/
#shopify-product-reviews {
  padding: 50px 0 0 !important;
}
#shopify-product-reviews h2 {
  text-align: left;
}
#shopify-product-reviews .spr-summary-actions {
  display: inline-block;
  float: right;
  margin-top: -22px;
}
#shopify-product-reviews .spr-summary-actions a {
  float: right;
  border: 1px solid #dedede;
  background: #ffffff;
  color: #000000;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
}
#shopify-product-reviews .spr-summary-actions a:hover {
  border-color: #ada177;
  background: #ada177;
  color: #ffffff;
}
#shopify-product-reviews .spr-summary-caption {
  color: #808080;
}
#shopify-product-reviews .spr-form input, 
#shopify-product-reviews .spr-form textarea {
  padding: 5px 10px;
  border: 1px solid #dedede;
}
#shopify-product-reviews .spr-form input:focus,
#shopify-product-reviews .spr-form textarea:focus {
  border-color: #818080;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#shopify-product-reviews .spr-form input.button {
  padding: 0 24px;
}
#shopify-product-reviews .spr-review-reportreview {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
}
#shopify-product-reviews .spr-icon.spr-icon-star-empty, 
#shopify-product-reviews .spr-icon.spr-icon-star {
  color: #a07936;
  width: 15px;
  height: 18px;
  text-align: center;
}
#shopify-product-reviews .spr-content {
  text-align: center;
}
#shopify-product-reviews .spr-review {
  padding: 20px 0 5px;
}
#shopify-product-reviews .spr-review-header-byline {
  margin: 0 0 20px 0;
  font-size: 14px;
  font-weight: 400;
}
#shopify-product-reviews .spr-review-header-byline strong {
  font-weight: 400;
}
#shopify-product-reviews .spr-review-content {
  margin: 0 0 31px 0;
}
.spr-review-content-body {
  font-size: 15px !important;
  font-weight: 400;
}
/*End Customer Review*/

/*-------------
Sidebar
----------------*/
.featured-products .fprod-title {
  line-height: 12px;
}
.featured-products .fprod-title a {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #525252;
  line-height: 12px;
  vertical-align: 5px;
} 
.featured-products .product-wrapper .product-price .price_sale {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 5px;
}
.featured-products .product-wrapper form {
  padding-left: 0;
  padding-right: 0;
}
.group_sidebar ul.featured-products .sb-info {
  padding-left: 5px;
}
.featured-products .product-price {
  margin-bottom: 20px;
}
.group_sidebar ul.featured-products li {
  margin: 20px 0;
  border-bottom: 1px dotted #e5e5e5;
}
.group_sidebar ul.featured-products li:last-child {
  border-bottom: none;
}
.group_sidebar h6 {
  padding-bottom: 0;
  margin-top: 0;
}
.group_sidebar .sb-content {
  margin-top: 20px;
}
.filter-tag-group .tag-group {
  padding-bottom: 10px;
  padding-top: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.filter-tag-group .tag-group#coll-filter-3 {
  border-bottom: 0;
  padding-bottom: 0;
}
.featured-products .product-price span.price {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  line-height: 18px;
  font-weight: 700;
  padding-top: 10px;
}
.featured-products button.btn {
  width: 58%;
  font-weight: 700;
  font-size: 10px;
  padding: 3px 10px;
  height: 30px;
}
.sidebar .sb-wrapper {
  margin: 0px 0 35px;  
}
.sidebar .sb-wrapper .sb-title {
  margin-top: 0;
}
.sidebar .sb-wrapper.left-sample-block > ul {
  margin-bottom: 0;
}
.featured-products .fprod-title a:hover {
  color: #000000;
}
.featured-products span.mini-line {
  border-bottom: 1px solid #1e1e1e;
  display: block;
  width: 30%;
  margin-top: 20px;
}
.featured-products .fprod-descrip {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  color: #525252;
  line-height: 20px;
}
.group_sidebar ul.featured-products li:last-child {
  margin-bottom: 0;
}
.group_sidebar ul.featured-products .sb-image {
  margin-right: 0;
}
.featured-products .sb-image a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.home-collection-wrapper.sb-wrapper ul > li a > span,
h6.general-title {
  position: relative;
}
.home-collection-wrapper.sb-wrapper ul > li a > span {
  padding-left: 0;
}
.group_sidebar ul > li i.fa {
  font-size: 4px;
  vertical-align: 4px;
  padding-right: 10px;
  color: #000000;
}
.group_sidebar .blogs-item ul > li i.fa {
  font-size: 14px;
  vertical-align: 0;
  padding-left: 1px;
  padding-right: 5px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.group_sidebar .home_deal_fp ul > li i.fa {
  font-size: 16px;
  color: #fff;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.group_sidebar .home_deal_fp ul > li i.fa-sign-in:before {
  color: #fff;
  font-weight: 700;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.group_sidebar ul > li:hover i.fa {
  color: #ffffff;
}
.slidebar-banner > div:hover img {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
}
h6.general-title {
  text-align: center;
  margin-top: 56px;
  margin-bottom: 47px;
}
#widget-newsletter .content h6.email:after {
  background: none;
}
.home-collection-wrapper.sb-wrapper ul > li a > span.collection-count {
  padding-left: 0;
}
.sb-wrapper ul.sb-content a {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.sb-wrapper ul.sb-content li:hover a,
.sb-wrapper ul.sb-content li:focus a {
  color: #ffffff;
}
.home-collection-wrapper.sb-wrapper ul > li,
.sb-wrapper.left-sample-block ul > li {
  padding: 10px 20px;
  background-color: #ebebeb;
  margin-bottom: 10px;
}
.home-collection-wrapper.sb-wrapper ul > li:hover,
.sb-wrapper.left-sample-block ul > li:hover {
  background-color: #ada177;
}
.sb-wrapper {
  margin-bottom: 40px;
}
.group_deal_products .element {
  margin-bottom: 15px;
}
.group_deal_products .element ul.row-container {
  margin: 0;
}
.group_deal_products .element:first-child {
  padding-top: 0;
}
.group_deal_products .element:last-child {
  padding-bottom: 0;
}
.group_deal_products .element > ul {
  margin-bottom: 0;
}
.group_deal_products .element.full_width .row-right .effect-ajax-cart button.select-option {
  margin-left: 15px;
}
.featured-product-wrapper .element.no_full_width .row-right .product-price {
  margin-bottom: 0;
}
.featured-product-wrapper .element.no_full_width .row-right .list-mode-description {
  display: none;
}
.featured-product-wrapper .element .row-right .spr-badge {
  margin-top: 5px;
  margin-bottom: 0;
}
.deal-product-wrapper .element.full_width .row-left {
  float: left;
  display: inline-block;
  position: relative;
  width: 26%;
}
.deal-product-wrapper .element.full_width .row-left a:hover img {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.7)";
  filter: alpha(opacity=0.7);
  opacity: 70;
}
.deal-product-wrapper .element.full_width .row-left .action {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -8px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transform: scale(0,0);
  -webkit-transform: scale(0,0);
  -o-transform: scale(0,0);
  -moz-transform: scale(0,0);
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
}
.deal-product-wrapper .element.full_width .row-left:hover .action {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
  -o-transform: scale(1,1);
  -moz-transform: scale(1,1);
}
.deal-product-wrapper .element.full_width .row-right {
  display: inline-block;
  float: right;
  padding: 6px 0;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 74%;
}
.deal-product-wrapper .element.full_width .row-right .price_sale, 
.deal-product-wrapper .element.full_width .row-right .price {
  padding-bottom: 5px;
  line-height: 15px;
}
.deal-product-wrapper .element.full_width .row-right a.title-5 {
  font-weight: 500;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: top;
  display: block;
  word-wrap: break-word;
  white-space: inherit;
  overflow: visible;
  line-height: 16px;
  margin-bottom: 5px;
}
.deal-product-wrapper .element.full_width .row-right a.title-5:hover {
  color: #ada177;
}
.deal-product-wrapper .element.full_width .row-right a.title-5,
.deal-product-wrapper .element.full_width .row-right .product-price {
  padding-left: 15px;
  padding-right: 15px;
}
.deal-product-wrapper .element.full_width .row-right .spr-badge {
  display: none;
}
.deal-product-wrapper .element.full_width .row-right .product-price {
  margin-top: 10px;
}
.sb-wrapper ul > li {
  padding-top: 0;
  padding-bottom: 0;
}
.sb-wrapper.last ul > li {
  padding: 8px 10px;
  border: 1px solid #525252;
  margin: 0 10px 10px 0;
}
.sb-wrapper.left-sample-block > ul {
  margin-bottom: 0;
}
.element .row-right span.dash,
#product-info-right span.dash,
#quick-shop-price-container.detail-price span.dash {
  color: #cccccc;   
}
/*-------------
End Sidebar
----------------*/

/*Collection_Grid*/
#content .content {
  background-color: #ffffff;
  padding-bottom: 50px;
}
.templateIndex #content .content {
  background-color: transparent;
  padding-bottom: 0;
}
.collection-banner {
  margin-top: 43px;
}
#options {
  margin-top: 55px;
  margin-bottom: 55px;
}
#options select.sort-by {
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
  font-weight: 300;
  min-width: 150px;
  text-transform: uppercase;
  line-height: 20px;
}
#options label {
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  color: #323232;
  font-weight: 500;
}
#options ul > li.grid_list {
  float: left;
  padding-left: 0;
  padding-right: 0;
}
#options .option-set li.goAction {
  padding: 8px 13px;
  color: #c8c8c8;
  background: #fff;
}
#options .option-set li.btooltip:hover {
  cursor: pointer;
}
#options .option-set li.btooltip.active,
#options .option-set li.btooltip:hover {
  background-color: #ada177;
}
#options ul.option-set {
  display: block;
  float: left;
  width: 100%;
}
#options #goGrid,
#options #goList {
  padding: 13px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  *display: block;
  zoom: 1;
  float: left;
  background-color: #fff;
}
#options #goGrid:hover,
#options #goList:hover,
#options #goGrid.active,
#options #goList.active {
  background-color: #ada177;
}
#options #goGrid {
  border-right: none;
}
#options #goGrid span, 
#options #goList span {
  width: 11px;
  height: 11px;
  text-indent: -999em;
  display: block;
  background: url(/cdn/shop/t/3/assets/icons.png?v=138376502072133347861582445241 ) 0 0 no-repeat;
  line-height: 11px;
  -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;
}
#options .option-set li.btooltip.active {
  cursor: text;
}
#options #goGrid span {
  background-position: 0 0;
}
#options #goGrid:hover span, 
#options #goGrid.active span {
  background-position: 0 -27px;
}
#options #goList span {
  background-position: 0 -56px;
}
#options #goList:hover span, 
#options #goList.active span {
  background-position: 0 -89px;
}
#options .list-inline > li.sortBy {
  padding-right: 0;
  position: relative;
}
#sortBox.dropdown-menu {
  left: auto;
  top: 50px;
}
.sortBy #sortButton {
  min-width: 220px;
  height: 40px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  text-align: left;
  padding: 0 0 0 15px;
  vertical-align: middle;
}
.sortBy #sortButton i.fa {
  color: #000;
  float: right;
  margin: 5px 0;
  margin: 0;
  padding: 0 17px;
  line-height: 40px;
}
.sortBy #sortButton span {
  margin-right: 10px;
  line-height: 38px;
  font-size: 15px;
  color: #000;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}
#sortButtonWarper .title-6 {
  font-weight: 500;
  color: #323232;
  margin-right: 5px;
  vertical-align: -1px;
}
.sortBy #sortBox {
  position: absolute;
  top: 100%;
  left: auto;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ececec;
  width: 220px;
  padding: 0;
  box-shadow: none;
  margin-top: -3px;
  border-top: none;
}
#sortBox ul > li,
.sortBy #sortForm li:hover {
  cursor: pointer;
}
#sortBox ul > li {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ebebeb;
  background: transparent;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#sortBox ul > li:hover,
.sortBy #sortForm li.selected {
  background: #ebebeb;
  color: #000;
}
#sandBox-wrapper{
  margin-left: 0;
  margin-right: 0;
}
#sandBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -webkit-justify-content: left;
  margin-left: -15px;
  margin-right: -15px;
}
#sandBox .element.no_full_width {
  width: 33.3%;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
  margin-bottom: 25px;
}
.element .row-right .spr-badge {
  display: block;
}
.element .row-right .list-mode,
.element.full_width .row-left .grid-mode,
.element.full_width .row-left .hbw {
  display: none;
}
.element.full_width .row-right .list-mode-description {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 100%;
}
.element.full_width ul li.row-right .product-content-left {
  padding: 0;
  text-align: left;
}
.element.full_width .row-right .effect-ajax-cart {
  margin-left: 0;
  position: static;
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  display: inline-block;
  zoom: 1;
  float: left;
}
.element.full_width > ul:hover .row-right .effect-ajax-cart button.select-option {
  position: static;
}
.element.full_width .row-right .effect-ajax-cart button.select-option,
.element.full_width .row-right .effect-ajax-cart button.add-to-cart {
  width: auto;
  height: auto;
  margin-left: 0;
  margin-top: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0 0;
  border: 1px solid transparent;
  position: static;
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  transition: none;
  display: inline-block;
  zoom: 1;
  transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
}
.home_deal_fp .element.full_width .row-right .effect-ajax-cart button.select-option {
  color: rgba(1,1,1,0.6);
}
.home_deal_fp .element.full_width .row-right .effect-ajax-cart button.select-option:hover {
  color: #fff;
}
.element.full_width .row-right .effect-ajax-cart button.select-option i.fa {
  position: static;
  display: inline-block;
  *display: block;
  zoom: 1;
  padding-right: 5px;
}
.element.full_width .row-right .list-mode {
  display: inline-block;
  *display: block;
  zoom: 1;
}
.element .row-left .grid-mode,
.element .row-left .hbw {
  display: block;
}
.element.full_width .row-right .list-mode {
  display: inline-block;
  *display: block;
  zoom: 1;
}
.element .row-right .list-mode .product-ajax-qs,
.element .row-right .list-mode .wish-list {
  display: inline-block;
  *display: block;
  zoom: 1;
  font-size: 13px;
  color: #8f8f8f;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 15px auto auto 20px;
}
.element .row-right .list-mode .product-ajax-qs .quick_shop:hover,
.element .row-right .list-mode .wish-list:hover {
  cursor: pointer;
  color: #000000;
}
.element.full_width > ul:hover .row-right .effect-ajax-cart, 
.element.full_width ul:hover .row-right .effect-ajax-cart {
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#sandBox .element.full_width {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}
.templateCollection #prodcoll {
  margin-top: 50px;
}
.group_featured_products .element.no_full_width {
  vertical-align: top;
  padding: 0 10px 30px;
}
.home_fp_wrapper {
  margin-left: -9px;
  margin-right: -9px;
}
.element.no_full_width .row-right p,
.spr-badge-caption {
  display: none;
}
.element .row-left {
  text-align: center;
  padding: 0;
}
.element .row-left a {
  display: block;
}
.collection .element .row-left .hoverBorder .product-ajax-qs,
.collection .element .row-left .hoverBorder a.wish-list {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.wls i.fa {
  margin-right: 5px;
}
.wls .contact-form {
  display: inline-block;
}
.wls button.wish-list {
  background: none;
  border: none;
  box-shadow: none;
}
.wls button.wish-list:hover i.fa {
  color: #d42042;
}
.element .row-left a.wl-added i.fa:hover {
  cursor: text;
  color: #202020;
}
.wls a.wl-added i.fa:hover {
  cursor: text;
}
.collection .element .row-left .hoverBorder .product-ajax-qs {
  top: 50%;
}
.collection .element .row-left .hoverBorder a.wish-list {
  top: 45%;
}
.collection .row-left .hoverBorder form.contact-form {
  position: absolute;
  left: auto;
  right: auto;
  width: 100%;
  text-align: center;
  top: 45%;
}
.collection .row-left .hoverBorder form.contact-form button {
  background: none;
  border: none;
}
.element .row-left .hoverBorder .overlay_mask {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  opacity: 0;
  border: 0px solid rgba(255,255,255,0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.collection .element .row-left:hover .hoverBorder .overlay_mask {
  opacity: 1;
  border: 135px solid rgba(255,255,255,0.9);
}
.collection .element.full_width .row-left:hover .hoverBorder .overlay_mask {
  border: 136px solid rgba(255,255,255,0.9);
}
.element .row-left .wish-list, 
.collection .row-left .hoverBorder form.contact-form button {
  color: #505050;
}
.element .row-left .quick_shop {
  color: #054b8a;
}
.element .row-left i.fa:hover,
.element .row-left button.wish-list:hover i.fa {
  color: #000000;
}
.element .row-left {
  overflow: hidden;
}
.element .row-left .hbw {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  width: 100%;
}

.element .row-left .product-ajax-qs .quick_shop,
.element .row-left .wish-list,
.element .row-left button.wish-list  {
  color: #1e1e1e;
  color: #000000;
  display: block;
  display: inline-block;
  position: absolute;
  bottom: 50%;
  margin-bottom: -40px;
  cursor: pointer;
  background: none;
  border: none;
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  font-size: 13px; 
  text-transform: uppercase; 
  font-family: 'Raleway', sans-serif; 
  color: #000000; 
  cursor: pointer; 
  font-weight: 700;
  background: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.element .row-left .product-ajax-qs .quick_shop {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -20px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.element .row-left .product-ajax-qs .quick_shop i.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.element .row-right .effect-ajax-cart button {
  background: transparent;
  border: transparent;
  border-radius: 0;
  text-transform: uppercase;
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.element.full_width .row-left .product-ajax-qs .quick_shop {
  left: 0;
  right: auto;
  margin-left: 30px;
}
.element .row-left .product-ajax-qs .quick_shop i.fa {
  font-size: 16px;
}
.element .row-left .product-ajax-qs .quick_shop:hover {
  background: rgba(255,255,255,255);
  color: #000000;
}
.element > ul:hover .row-left .product-ajax-qs .quick_shop,
.element > ul:hover .row-left .wish-list,
.element > ul:hover .row-left button.wish-list {
  margin-top: -23px;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.element .row-left button.wish-list,
.element .row-left .wish-list {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  left: 50%;
  margin-left: calc(-10px + 40px);
  top: 50%;
  margin-top: -7px;
}
.element .row-left button.wish-list:hover, 
.element .row-left .wish-list:hover {
  background: rgba(255,255,255,255);
  color: #000000;
}
.element .row-left button.wish-list i.fa,
.element .row-left .wish-list i.fa {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
}
.element .row-left a img {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.element > ul:hover .row-left a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.element.no_full_width .row-right .list-mode-description {
  display: none;
}
.element.no_full_width .row-right .price-with-review {
  height: 44px;
}
.spr-icon.spr-icon-star-empty, 
.spr-icon.spr-icon-star {
  color: #a07936;
}
.element .row-right span.price_sale,
.element .row-right span.price {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
.element .row-right .price_compare span.money {
  font-size: 12px;
  color: #cccccc;
  font-weight: 600;
}
.pagination {
  width: 100%;
  text-align: left;
  margin: 0;
  border-radius: 0;
}
.pagination ul {
  display: inline-block;
  border: 1px solid #e5e5e5;
  -webkit-margin-before: 0 !important;
  -webkit-margin-after: 0 !important;
  background: #fff;
  height: 40px;
  line-height: 38px;
}
.pagination ul > li {
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  border-right: 1px solid #e5e5e5;
  margin-left: -3px;
}
.pagination ul > li:last-child {
  border-right: 0;
}
.pagination ul > li.active,
.pagination ul > li:hover {
  background: #ada177;
}
.pagination ul > li.active a,
.pagination ul > li:hover a {
  color: #fff;
}
.pagination p {
  display: inline-block;
  float: right;
  color: #000000;
  font-weight: 400;
  line-height: 40px;
}
.pagination ul > li i.fa-angle-double-left {
  margin-right: 5px;
}
.pagination ul > li i.fa-angle-double-right {
  margin-left: 5px;
}
.pagination ul > li.active a {
  cursor: text;
}
.pagination ul > li a {
  font-weight: 600;
  color: #b2b2b2;
  text-transform: uppercase;
}
.pagination ul > li.prev a,
.pagination ul > li.next a {
  color: rgba(32,32,32,0.7);
}
.pagination ul > li:hover a.disabled {
  cursor: text;
}
/*End Collection_Grid*/
/*Collection_List*/
.element.full_width .row-right .spr-badge {
  margin-top: 0;
}
.element.full_width .row-left {
  padding: 0;
  width: 31%;
}
.collection-full .element.full_width .row-left {
  width: 31.5%;
}
.collection-page.no_full_width .collection-full .element.full_width .row-left {
  width: 31%;
}
.collection-page.no_full_width .collection-full .element.full_width .row-right {
  width: 69%;
  position: relative;
}
.element.full_width .row-right {
  width: 69%;
  text-align: left;
  padding: 0 0 0 30px;
}
.collection-full .element.full_width .row-right {
  width: 68.5%;
}
.collection .element.full_width .row-right .spr-badge {
  padding-top: 3px;
  padding-bottom: 10px;
}
.element.full_width .row-right .price_sale,
.element.full_width .row-right .price{
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 6px;
}
/*End Collection_List*/
/*Collection full*/
.element .row-right .product-content-right span.price_sale, 
.element .row-right .product-content-right span.price {
  font-size: 20px;
  line-height: 11px;
  font-weight: 600;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.element.full_width ul li.row-right .product-content-right {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}
/*End Collection full*/
/*Collection_sidebar*/
.collection-page.no_full_width .collection-full #sandBox .element.no_full_width {
  width: 33.3%;
}
/*End Collection_sidebar*/
/*-------------
Shopping Cart
----------------*/
.cart-page .wrap-table {
  margin-top: 0;
  margin-bottom: 20px;
}
.cart-page .table-cart {
  margin-left: 0;
  margin-right: 0;
}
table {
  border: 1px solid #ebebeb;
}
.cart-items tr td ul {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart-items tr td ul li a span.title-5{
  font-size: 15px;
  font-family : 'Raleway', sans-serif;
  color: #000000;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0;
}
.cart-items tr td ul li a span.title-5:hover {
  color: #ada177;
}
.cart-items tr td ul li.link {
  vertical-align: top;
  padding-left: 15px;
  padding-top: 15px;
}
.cart-items tr td ul li.link > span {
  font-style: italic;
}
.cart-items tr td ul li span.mini-line {
  border-bottom: 1px solid #000000;
  display: block;
  width: 15%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cart-items tr td.title-1 {
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
  font-weight: 300;
  vertical-align: top;
  padding-top: 38px;
}
.cart-items .form-control {
  width: 60px;
  height: 35px;
  margin: auto;
  text-align: center;
}
.cart-items tr.bottom-summary td {
  padding-top: 22px;
  padding-bottom: 22px;
  vertical-align: -20px;
  font-weight: 500;
}
.cart-items .image a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.cart-items tbody td.title {
  vertical-align: top;
  padding-top: 15px;
}
.cart-items tbody td {
  vertical-align: top;
  padding-top: 38px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #000000;
}
#checkout-proceed button#update-cart {
  padding: 0 15px;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
}
#checkout-addnote {
  margin-top: 55px;
  margin-bottom: 50px; 
}
#checkout-addnote .wrapper-title .title-5 {
  text-transform: none;
  color: #323232;
  letter-spacing: 0;
  font-weight: 500;
  padding-bottom: 8px;
}
#checkout-addnote textarea.form-control {
  width: 100%;
}
#shipping-calculator {
  margin-bottom: 40px;
}
/*-------------
End Shopping Cart
----------------*/

/*-------------
login, checkout
----------------*/
#recover-password .wrapper-title{
  margin: 15px 0;
}
#recover-password .wrapper-title span.title-2{
  font-size: 14px;
  font-weight: 500;  
}
#recover-password .note{
  font-size: 14px;
}
#recover-password{
  padding-bottom: 30px;
}
.checkout-form span.group_btn{
  margin-bottom: 30px;
}
#recover-password form {
  float: left;
}
#recover-password ul#recover-form {
  float: left;
}
#recover-password ul#recover-form > li {
  margin-left: -10px;
  margin-right: -10px;
}
.wrap-table {
  margin-left: 0;
  margin-right: 0;
}
#commit-button input {
  background: none repeat scroll 0 0 #ffffff;
  border: 2px solid #1e1e1e;
  color: #1e1e1e;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  text-transform: uppercase;
}
#commit-button:hover input {
  background: none repeat scroll 0 0 #000;
  border: 2px solid #1e1e1e;
  color: #000;
}
/*End login, checkout*/
/*Order*/
#customer_orders table td a:hover {
  color: #1e1e1e;
}
/*End Order*/
/*Typography*/
.typography .container.typo {
  margin-top: 60px;
}
.typography .container.typo:first-child {
  margin-top: 0;
}
.typography h2 {
  margin-top: 12px;
}
.typography h1 {
  margin-top: 23px;
}
.typography h3 {
  margin-top: 16px;
}
.typography h4{
  margin-top: 17px;
}
.typography h5 {
  margin-top: 18px;
}
.typography .heading h6 {
  border-bottom: none;
  margin-top: 20px;
}
.typo .group_Paragraph span strong {
  font-size: 16px;
  color: #202020;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.typo h2.demo {
  margin-top: 0;
  margin-bottom: 23px;
}
.typo ol {
  list-style-type: decimal;
  margin-lefT: 15px;
}
.typo ol li > a, 
.typo ul li > a {
  color: #808080;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}
.typo ol li > a:hover, 
.typo ul li > a:hover {
  color: #000000;
}
.typo .quote {
  background: #ebebeb;
  padding: 20px;
}
.typo ul {
  list-style-type: disc;
  color: #1e1e1e;
  font-size: 16px;
  margin-lefT: 15px;
}
.typo ul li > ul {
  list-style-type: circle;
}
.typo ul li > ul li > ul {
  list-style-type: disc;
  font-size: 12px;
}
.typography table thead th {
  background: #ebebeb;
  color: #202020;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}
.typography .wrap-table {
  margin-top: 10px;
  margin-bottom: 0;
}
.typography .wrap-table table thead th {
  padding: 9px 20px;
}
.typography table thead td, 
.typography table tbody td, 
.typography table tfoot td{
  text-align: left;
  background: #fff;
  color: #808080;
  font-size: 13px;
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
  padding: 35px 35px 35px 20px;
}
.typography table td, 
.typography table th {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.typo address {
  margin-left: -10px;
}
.typo .info i.fa-user, 
.typo .address i.fa-home {
  color: #000;
  font-size: 18px;
}
.typo .address .phone-number {
  font-size: 14px;
  font-weight: 'Raleway', sans-serif;
  color: #000000;
  font-weight: 600;
}
.typography .typo.last {
  margin-bottom: 110px;
}
/*End Typography*/
/*Blog*/
.templateBlog .left-slidebar,
.templateArticle .left-slidebar {
  margin-top: 0;
}
.blog .blog-content-wrapper {
  margin-left: 0;
  margin-right: 0;
}
.blog.blog-2-col .blog-content-wrapper,
.blog.blog-3-col .blog-content-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -webkit-justify-content: left;
  float: left;
  margin-left: -15px;
  margin-right: -15px;
}
.blog #page-header {
	margin: 0;
}
.article-page.have-left-slidebar {
  float: right;
}
.blogs h2 > a {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
  font-weight: 500;
}
.blogs h2 > a:hover {
  color: #ada177;
}
.blogs-item h2 {
  margin-top: 21px;
  margin-bottom: 17px;
}
.blogs-item .blogs-image div {
  text-align: center !important;
}
.blogs-item .blogs-image ul > li {
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.blogs-item .blogs-image ul > li img {
  width: 100%;
}
.templateBlog  .sidebar {
  margin-top: 0;
}
.article-content .group-info.post {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-top: 3px;
}
.article-content .post li.author span {
  color: #000000;
  font-weight: 600;
}
.article-content .post li.comment a {
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
  color: #232323;
  font-weight: 400;
}
.article-content .post li.post-action {
  float: right;
  padding-right: 0;
  padding-top: 0;
}
.article-content .post li.post-action i.fa {
  font-size: 14px;
  font-weight: 200;
}
.article-content .post li.post-action .btn-prev {
  margin-right: 15px;
}
.blogs .post li {
  padding-right: 5px;
  padding-left: 0;
  font-size: 11px;
  text-transform: uppercase;
}
.article-page .article-content ul > li.author,
.article-page .article-content ul > li.comment a,
.article-page .article-content ul > li,
.blogs .post li.author,
.blogs .post li:last-child,
.blogs .blogs-item ul li.comment a,
.blogs .blogs-item .right-block {
  padding-left: 0;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  text-transform: capitalize;
  color: #8b8b8b;
}
.blogs .post li,
.article-content ul.group-info > li {
  position: relative;
  padding-right: 20px;
  margin-right: 10px;
}
.article-content ul > li i.fa {
  margin-right: 5px;
}
.article-content ul.group-info > li:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background-image: url(/cdn/shop/t/3/assets/line_blog.png?v=183774522489803283961582445258 );
  width: 6px;
  height: 11px;
  margin-top: 10px;
}
.article-content ul.group-info > li:last-child:after,
.article-content ul > li.tag:after {
  display: none;
}
.blogs .blogs-item .right-block i.fa {
  margin-right: 5px;
}
.blogs .post li.author i.fa,
.blogs .blogs-item ul li.comment i.fa {
  padding-left: 1px;
  margin-right: 5px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.sidebar .blogs .post li.author i.fa,
.sidebar .blogs .blogs-item ul li.comment i.fa {
  display: none;
}
.sidebar .group_sidebar .intro {
  font: italic 500 15px 'Lato', sans-serif;
}
.blogs .article-content {
  margin-bottom: 44px;
  display: block;
  float: left;
}
.article-content-inner {
  display: block;
  float: left;
}
.blogs.last .article-content .article-content-inner {
  border-bottom: 0;
}
.blogs .article-content .article-content-inner a {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
}
.blogs .article-content .article-content-inner a img {
  width: 100%;
}
.blogs .article-content .article-content-inner a:hover img {
  opacity: 0.5;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.article-content div.intro p{
  font: 500 15px 'Lato', sans-serif;
  line-height: 1.4em;
}
.article-content div.intro {
  padding-top: 11px;
  display: block;
  float: left;
  line-height: 1.4em;
}
.realted_articles {
  display: block;
  float: left;
  width: 100%;
  margin-top: 35px;
}
.realted_articles ul {
  padding-top: 11px;
}
.realted_articles .rai-tiele {
  color: #000000;
  font: 600 18px 'Raleway', sans-serif;
  text-transform: capitalize;
  margin-top: 32px;
}
.realted_articles .rai-date {
  font-size: 13px;
  color: #8b8b8b;
  margin-top: 3px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
.realted_articles .rai-date i.fa {
  margin-right: 7px;
}
.realted_articles .item-article {
  padding-left: 15px;
  padding-right: 15px;
}
.realted_articles .rai-link {
  margin-top: 13px;
}
.realted_articles .rai-link a {
  font-weight: 600;
}
.realted_articles .rai-link:hover a,
.realted_articles .rai-link a:hover {
  color: #ffffff;
}
.realted_articles .group_related_articles {
  margin-left: -15px;
  margin-right: -15px;
}
.article-content div.post-action {
  display: block;
  float: left;
  width: auto;
  margin-top: 26px;
}
.blogs .article-content .post-action a {
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}
.article-content div#comment-form {
  text-align: left;
  display: block;
  float: left;
  width: 100%;
}
.article-content div#comment-form ul.contact-form > li {
  width: 50%;
}
.article-content div#comment-form ul.contact-form > li:nth-child(5) {
  width: 100%;
}
.article-content div#comment-form ul.contact-form > li:last-child {
  width: 100%;
  text-align: right;
}
.article-content div.blogs-image {
  margin-bottom: 20px;
}
.article-content .date {
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  color: #8b8b8b;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
}
.blog-page .pagination {
  width: 100%;
}
.blog.blog-page .article-content .post li.post-action a {
  padding: 1px 15px;
}
.blog-page.have-left-slidebar {
  float: right;
}
.blog-page .pagination .active a {
  cursor: text;
  color: #1e1e1e;
}
.blog-page .pagination li a {
  color: #969696;
}
.blog-page .pagination li a:hover {
  color: #fff;
}
.blog-page .pagination ul > li {
  height: 40px;
  line-height: 40px;
}
.blog-page .sidebar {
  margin-top: 0;
}
.sidebar {
  margin-bottom: 10px;
}
.blogs .blogs-item {
  padding: 7px 0;
}
.blogs .blogs-item:first-child {
  padding-top: 0;
}
.blogs .blogs-item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
}
.blogs .blogs-item .img-blog {
  width: 35%;
  display: block;
  float: left;
}
.blogs .blogs-item .right-block {
  width: 65%;
  display: block;
  float: left;
  padding-left: 15px;
}
.blogs .blogs-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.article-content h4 {
  display: table-cell;
  vertical-align: middle;
  float: left;
  margin-bottom: 1px;
}
.article-page .article-content h4 a,
.article-page .article-content h4 {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
  display: block;
  width: 100%;
  margin-bottom: 2px;
  margin-top: 15px;
}
.blogs .blogs-item a {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
}
.blogs .blogs-item a:hover,
.blogs .blogs-item ul li.comment a:hover {
  color: #ada177;
}
.blogs .blogs-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.blogs .blogs-item .title-6 {
  margin-top: 28px;
  margin-bottom: 10px;
}
.blogs .blogs-item .title-6 a {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}
.blogs .blogs-item .title-6 a:hover {
  color: #ada177;
}
.blogs .blogs-item ul li.comment {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.article-extras {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  float: left;
  width: 100%;
}
.article-extras ul > li.tag {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin: 0;
  line-height: 35px;
}
.article-extras ul > li > span {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  padding-right: 5px;
}
.article-extras ul > li.tag a {
  font-size: 15px;
  color: #525252;
  text-transform: lowercase;
}
.article-extras ul > li.social {
  width: 50%;
  margin: 0;
  text-align: right;
  float: right;
  padding-right: 0;
}
.article-extras .addthis_sharing_toolbox {
  width: auto;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.article-extras .addthis_sharing_toolbox #atstbx a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.article-extras ul > li.social > span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: 10px;
}
.sidebar .blogs-item h4 {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: capitalize;
}
.sidebar .blogs-item ul.post {
  padding-top: 3px;
  padding-bottom: 7px;
}

form.comment-form {
  margin-top: 20px;
}
#comment-form h2 {
  margin-top: 40px;
}
#comments{
  margin-top: 53px;
}
#comments .mini-line {
  margin-bottom: 25px;
}
#comments .comment-head,
#comments .comment-content,
#comments .post-reply {
  margin-left: 15px;
  margin-right: 15px;
}
#comments .comment-head {
  margin-top: 20px;
}
#comments .post-reply {
  padding-bottom: 23px;
  float: left;
  width: 100%;
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
#comment-form .alert  {
  margin: 20px 0 0;
}
#comment-form .contact-form {
  margin: 15px 0 0;
}
#comments .post {
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #000000;
  text-transform: capitalize;
}
.article-content .date p {
  font-size: 34px;
  line-height: 36px;
  text-align: center;
  color: #232323;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  margin: 0;
}
.article-content .date small {
  background: #000000; 
  font-size: 12px; 
  line-height: 12px;
  font-weight: 600; 
  color: #fff; 
  text-transform: uppercase; 
  padding: 8px 0;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: 'Raleway', sans-serif;
}
#comment-form .general-title {
  padding-left: 0;
  text-align: left;
  text-transform: capitalize;
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.article-content .title-comment {
  text-transform: capitalize;
  margin-bottom: 0;
}
#comments .post-reply button {
  border: none;
  padding: 0;
  font: 600 13px 'Lato', sans-serif;
  height: auto;
}
#comments .post-reply button:hover {
  background: none;
  color: #ada177;
}
.comment-form h6.general-title:before,
.comment-form h6.general-title:after {
  display: none;
}
#comments > div:last-child .post-reply {
  border-bottom: none;
}
#comment-form .contact-form li:last-child {
  width: 100%;
}
/*End Blog*/
/*Search*/
.search-page h6.empty {
  border-bottom: none;
  margin-top: 40px;
}
.search-page form.search-form {
  width: 100%;
  position: relative
}
.search-page .element.no_full_width {
  width: 24.9%;
}
.search-page .element.full_width .row-left {
  width: 22%;
}
.search-page .element.full_width .row-right .spr-badge {
  margin-top: 0;
}
.search-page .element.full_width .row-right {
  width: 76.2%;
}
.search-page form.search-form input.input-block-level {
  width: 30%;
  height: 35px;
  padding: 0 25px 0 5px;
  border-radius: 0;
  border: 1px solid #dedede;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
}
.search-page form.search-form input.input-block-level:focus {
  border-color: #818080;
  box-shadow: none;
  outline: 0 none;
}
.search-page form.search-form button.search-submit {
  font-size: 15px;
  background: none;
  border: none;
  position: absolute;
  top: 6px;
  left: 28%;
}
.search.search-page #options {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.search.search-page #options label {
  display: none;
}
/*End Search*/
/*Detail*/
#col-main.product-page {
  margin-top: 0;
}
#detail-left-column, 
#detail-right-column {
  vertical-align: top;
}
#detail-right-column .sharing .unpadding {
  padding-bottom: 15px !important;
}
#detail-right-column .sharing .unpadding:last-child {
  padding-bottom: 0 !important;
  margin-bottom: -6px;
}
#gallery_main .image{
  max-width: 100px;
  padding: 7px 0;
  line-height: 24px;
}
#gallery_main .image:first-child {
  padding-top: 0;
}
#product-header {
  margin: 93px 15px 40px;
}
#product-information ul li.tags span,
#product-info-right span,
#product-info-left .description span {
  text-transform: capitalize;
  font-weight: 500;
}
#product-information ul li.tags span  {
  display: block;
}
#product-info-right .price_sale,
#product-info-right .price {
  font-size: 52px;
  font-weight: 500;
  color: #202020;
}
#product-info-left .description span {
  display: block;
  padding-bottom: 10px;
}
#product-info-left .description p {
  font-weight: 400;
}
#product-information ul li.tags a,
#product-information ul li.tags a span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-transform: capitalize;
  font-family: 'Raleway', sans-serif;
  color: #808080;
  font-weight: 300;
  padding: 2px;
}
#product-information .options .others-bottom {
  width: 100%;
}
#product-actions .selector-wrapper div.wrapper i.fa {
  position: absolute;
  top: 0;
  right: 0;
  color: #141414;
}
.selector-wrapper label,
.quantity-wrapper label {
  font-family: 'Raleway', sans-serif;
  color: #202020;
  font-weight: 600;
  margin-bottom: 5px;
  width: 97px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#product-information div.relative {
  padding-top: 5px;
  padding-bottom: 10px;
}
#product-information .options .variants-wrapper select.single-option-selector {
  width: 235px;
  font-size: 14px !important;
  text-transform: capitalize;
}
.custom-style-select-box-inner {
  border: none;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #000000;
  text-transform: capitalize;
  line-height: 35px;
  width: 288px !important;
  text-align: left;
  padding-left: 10px;
}
#product-information .quantity-wrapper span.qty-group span.qty-down {
  left: 0;
  padding: 0 2px;
}
#product-information .quantity-wrapper span.qty-group span.qty-up {
  right: 0;
  background: #e5e5e5;
}
#product-information .quantity-wrapper span.qty-group span.qty-down {
  background: #e5e5e5;
}
#product-information h2#page-title {
  margin-top: 0;
  margin-bottom: 0;
}
.product-image .product-image-thumb li img {
  max-width: 100px;
  height: auto;
}
.spr-review-header-starratings {
  margin: 0 !important;
}
.spr-review-header-title {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.variants-wrapper .selector-wrapper {
  display: inline-block;
  *display: block;
  zoom: 1;
  width: 235px;
}
.variants-wrapper .selector-wrapper:nth-child(1) {
  margin-right: 34px;
}

.zoomImg {
  display: none;
}
.product-image .product-image-thumb li.image a img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  border: none;
}
.product-image .product-image-thumb li.image a.active img, 
.product-image .product-image-thumb li.image a:hover img{
  border: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.product-image .product-image-thumb li.image a {
  display: block;
}
.product-image .product-image-thumb li.image a:hover, 
.product-image .product-image-thumb li.image a.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.product-image .product-image-thumb li.image a.active img {
  cursor: text;
}
.product-image .product-image-thumb li.image {
  float: left;
}
.bx-wrapper {
  width: 100px;
}
.bx-wrapper .bx-controls-direction a {
  font-size: 14px;
  font-weight: bold;
  left: 50%;
  margin-left: -15px;
  margin-top: -3px;
  opacity: 0;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  bottom: 0;
  top: auto;
  margin-bottom: -3px;
}
.bx-wrapper .bx-controls-direction a i.fa {
  padding: 0 10px 10px 10px;
  background-color: #fff;
}
.bx-wrapper .bx-controls-direction a.bx-next i.fa {
  padding: 10px 10px 0 10px;
}
.bx-wrapper .bx-viewport ul.slide-product-image {
  vertical-align: top;
}
.addthis_sharing_toolbox #atstbx a {
  display: block;
}
#product-header .description {
  text-align: left;
}
#product-header h6 {
  margin-bottom: 14px;
  border-bottom: none;
  padding-bottom: 0;
}
#product-information div.relative {
  padding-top: 35px;
  padding-bottom: 10px;
}
#product-information div.relative li.tags {
  text-align: left;
}
#product-information ul li.tags a,
#product-information ul li.tags a span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-transform: capitalize;
  color: #808080;
  font-weight: 400;
  padding: 2px;
}
#product-information ul li.tags a:hover, 
#product-information ul li.tags a:hover span {
  color: #ada177;
}
#product-information .detail-price {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
#product-information .options .others-bottom {
  width: 100%;
}
#product-actions .selector-wrapper div.wrapper i.fa {
  position: absolute;
  top: 0;
  right: 0;
  color: #141414;
}
.qty-wrapper .qty-down i.fa, 
.qty-wrapper .qty-up i.fa {
  color: #141414;
  height: 40px;
  line-height: 40px;
}
.selector-wrapper label,
.quantity-wrapper label {
  font-family: 'Raleway', sans-serif;
  color: #323232;
  font-weight: 500;
  margin-bottom: 5px;
}
#product-information div.relative {
  padding-top: 35px;
  padding-bottom: 10px;
}
#product-information div.relative li.tags {
  text-align: left;
}
#product-information .options .variants-wrapper select.single-option-selector {
  width: 235px;
  font-size: 14px !important;
  text-transform: capitalize;
}
.product-page.no_full_width .custom-style-select-box-inner, 
.product-page.no_full_width .custom-style-select-box {
  background-color: #ffffff;
  width: 200px;
}
.product-page.no_full_width .swatch.color {
  margin-top: 15px;
}
.product-page .swatch.color {
  margin-top: 0;
}
.custom-style-select-box {
  border: 1px solid #dedede;
  display: inline-block !important;
  *display: inline;
  zoom: 1;
  padding-left: 0;
  width: 235px;
  background-color: #fff;
}
#product-actions div.wrapper {
  position: relative;
  width: 235px;
}
#product-information  #product-header .options .line {
  border-bottom: 1px solid #e5e5e5;
  width: 50%;
  margin: 30px auto 30px auto;
}
#prod-related-wrapper .owl-wrapper .owl-item .element.no_full_width {
  width: auto;
  padding-bottom: 30px;
}
.content-title h2 {
  font-weight: 700;
  margin-top: 56px;
  margin-bottom: 35px;
}
#product-information {
  margin-left: -15px;
  margin-right: -15px;
}
#prod-related-wrapper .owl-wrapper .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}
.product-page {
  margin-top: 5px;
}
.product-page .general-title {
  text-align: left;
  text-transform: capitalize;
}
#prod-related-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
.templateProduct #content .content {
  padding-bottom: 20px;
}
#prod-related-wrapper .row-left .hoverBorder .product-ajax-qs,
#prod-related-wrapper .row-left .hoverBorder a.wish-list {
  position: absolute;
}
#prod-related-wrapper .row-left .hoverBorder .product-ajax-qs {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}
#prod-related-wrapper .row-left .hoverBorder a.wish-list {
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
}
.realted_articles .owl-theme .owl-controls .owl-prev, 
.realted_articles .owl-theme .owl-controls .owl-next,
#prod-related-wrapper .owl-theme .owl-controls .owl-prev, 
#prod-related-wrapper .owl-theme .owl-controls .owl-next {
  margin-top: -80px !important;
  top: 0;
  width: 21px;
  height: 21px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.realted_articles .owl-theme .owl-controls .owl-prev, 
.realted_articles .owl-theme .owl-controls .owl-next {
  margin-top: -30px !important;
}
.realted_articles .owl-theme .owl-controls .owl-buttons > div span,
#prod-related-wrapper .owl-theme .owl-controls .owl-buttons > div span {
  background-image: url(/cdn/shop/t/3/assets/icon_slider_related.png?v=5516582385859514941582445247);
  height: 21px;
  line-height: 21px;
  width: 21px;
  text-align: center;
}
.product-page div.content-title {
  margin-left: -20px;
  margin-right: -20px;
}
#product-information .options {
  width: 100%;
}
#product-information .options .variants-wrapper {
  width: 100%;
}
#product-information .options .quantity-wrapper input#quantity {
  border: 1px solid #dedede;
  font-family: 'Tinos';
  font-size: 14px;
  color: #828282;
  text-transform: capitalize;
  line-height: 32px;
  width: 147px;
  height: 40px;
  text-align: center;
  border-radius: 0;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
}
#product-information .spr-summary {
  text-align: left;
}
.spr-form-title {
  color: #1e1e1e;
}
.spr-form-contact-name,
.spr-form-contact-email,
.spr-form-review {
  text-align: left;
}
.spr-form-label {
  color: #1e1e1e;
}
#product-information #product-header .line {
  border-bottom: 1px dotted #c8c8c8;
  width: 34%;
  margin: 0 auto;
}
#product-information .quantity-wrapper div.wrapper {
  position: relative;
  width: 147px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#product-information .quantity-wrapper span.qty-group span.qty-up,
#product-information .quantity-wrapper span.qty-group span.qty-down {
  position: absolute;
  top: 0;
}
#product-information .quantity-wrapper span.qty-group span.qty-up:hover,
#product-information .quantity-wrapper span.qty-group span.qty-down:hover {
  cursor: pointer;
}
.swatch {
  margin: 15px auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -webkit-justify-content: left;
}
.swatch .swatch-element:last-child {
  margin-right: 0;
}
.swatch .header {
  margin: 5px 0 0 0;
  color: #202020;
  font-weight: 500;
  display: inline-block;
  *display: block;
  zoom: 1;
  width: 100px;
}
.swatch input {
  display: none;
}
.swatch .swatch-element {
  margin: 0px 10px 0 0;
}
#product-information div.detail-price span.price {
  font-size: 50px;
  line-height: 50px;
  font-family: 'Raleway', sans-serif;
  color: #202020;
}
#product-information button#add-to-cart {
  font-size: 15px;
  height: 50px;
  width: 100%;
}
#product-information .wls a {
  color: #808080;
  font-family: 'Raleway', sans-serif;
  padding: 10px;
  font-weight: 600;
}
#product-information .wls a:hover {
  color: #000000;
}
#product-information .wls a:first-child {
  padding-left: 0;
}
#product-information .wls a.wl-added:hover {
  color: #808080;
}
#product-information .wls {
  margin-top: 30px;
}
#product-information .control-navigation > a {
  border: 2px solid #828282;
  padding: 5px 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #1e1e1e;
  font-weight: 700;
  font-style: italic;
}
#product-information .control-navigation > a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
#product-information .control-navigation {
  display: block;
  float: left;
  margin-top: 22px;
  width: 100%;
  padding-right: 0px;
}
#product-information .control-navigation a.btn-next {
  float: right;
}
#product-information .control-navigation a.btn-prev {
  float: left;
}
.product-page span.line {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  margin-top: 7px;
}
.product-page #product-image .product-image-wrapper .owl-wrapper-outer .owl-wrapper .owl-item {
  max-width: 41px;
  margin-right: 11px;
}
.bx-wrapper .bx-controls-direction a.disabled {
  color: #efefef;
  display: none;
}
.bx-wrapper .bx-viewport ul.slide-product-image {
  vertical-align: top;
}
#product-image .image.featured img {
  min-height: 0px;
  display: inline;
  visibility: visible;
  zoom: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
  cursor: pointer;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#product-image .image.featured a {
  display: block;
}
.panel-title {
  margin-left: -15px;
}
.panel-title > a.collapsed{
  color: #000000;
}
.panel-title > a:hover,
.panel-title.active > a {
  color: #ada177;
}
.panel-title > a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ada177;
  line-height: 30px;
  display: block;
  text-transform: capitalize;
}
.panel-body p, 
.panel-body ul, 
.panel-body ol {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 17px;
  margin-bottom: 25px;
}
.panel-body ul > li {
  list-style: circle;
  margin-left: 30px;
  line-height: 13px;
}
.panel-body ol > li {
  list-style-type: decimal;
  margin-left: 30px;
  line-height: 13px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.panel-default > .panel-heading {
  background-color: #ffffff;
}
.panel-default > .panel-heading {
  margin-left: 0;
}
.panel-group .panel {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.panel {
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.spr-header-title, 
.spr-review-header-title {
  font-size: 20px !important;
  font-family: 'Raleway', sans-serif;
  color: #000000;
  font-weight: 500;
}
.spr-icon {
  font-size: 10px !important;
  top: 0 !important;
  margin-right: 2px;
  color: #1e1e1e;
  font-weight: 700;
}
.spr-review {
  border-top: 1px solid #c8c8c8 !important;
}
#shopify-product-reviews .spr-review-reportreview {
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #1e1e1e;
}
#shopify-product-reviews .spr-review-reportreview:hover {
  color: #828282;
}
#product-info-right #tabs_detail {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
#product-info-right #tabs_detail > li {
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}
#product-info-right #tabs_detail h5 {
  font-family: 'Raleway', sans-serif;
  margin-bottom: 0;
  margin-top: 0;
}
#product-info-right #tabs_detail > li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
#tabs_detail h6 {
  margin-bottom: 0;
  margin-top: 0;
}
#tabs_detail h6 i.fa {
  margin-right: 10px;
}
#tabs_detail h6:after,
#product-header h6:after {
  display: none;
}
.product-page h6.general-title:after,
.product-page h6.general-title:before {
  display: none;
}
/*End Detail*/ 
/*Detail full width*/
#product h1 {
  margin: 25px 0;
}
#product h1 span {
  font-size: 24px;
  text-transform: capitalize;
}
#product-info-left {
  width: 50%;
  float: left;
  padding-left: 40px;
  padding-right: 40px;
}
#product-info-right {
  width: 50%;
  float: left;
  text-align: left;
  border-left: 1px solid #e5e5e5;
  padding-left: 40px;
  padding-right: 40px;
}
#product-info-right .group-variants {
  padding-left: 0;
  padding-right: 0;
}
/*End Detail full width*/
/*Detail left sidebar*/
#col-main.product-page.no_full_width.have-left-slidebar {
  float: right;
}
.detail-left-slidebar i.fa {
  margin-right: 5px;
}
.left-slidebar,
.right-slidebar {
  margin-top: 47px;
  margin-bottom: 30px;
}
#col-main.product-page.no_full_width {
  margin-top: 35px;
}
#product-information.no_full_width {
  padding-left: 10px;
  padding-right: 0;
  margin-left: 0;
  background-color: #ffffff;
}
.product-page.no_full_width #product h1 {
  margin-top: -5px;
  text-align: left;
}
.product-page.no_full_width #product-header {
  margin: 0;
}
/*End Detail left sidebar*/
/*Detail right sidebar*/
.detail-slidebar {
  margin-top: 35px;
}
.detail-right-slidebar.right-slidebar {
  float: right;
  text-align: right;
  padding-left: 10px;
}
#col-main.product-page.no_full_width {
  margin-top: 56px;
}
.detail-right-slidebar i.fa {
  float: right;
  margin-left: 10px;
}
.detail-right-slidebar .home-collection-wrapper .sb-content i.fa {
  margin-top: 5px;
}
.detail-right-slidebar .deal-product-wrapper .element.full_width .row-left {
  float: right;
}
.detail-right-slidebar .featured-product-wrapper .element .row-right {
  text-align: right;
}
#product-information.no_full_width {
  padding-left: 10px;
  padding-right: 0;
  margin-left: 0;
}
.product-page.no_full_width #product-info-left {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 30px;
}
#product-image.no_full_width {
  margin: 0;
  padding-left: 0;
  background-color: #ffffff;
}
.product-page.no_full_width #product-header {
  margin: 0;
}
.product-page.no_full_width #product-info-right {
  width: 100%;
  border-left: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 12px;
}
.product-page.no_full_width .addthis_sharing_toolbox #atstbx a {
  display: inline-block;
  *display: block;
  zoom: 1;
}
.product-page.no_full_width #product-information h2.page-title {
  margin: 0;
}
.product-page.no_full_width #product h1 {
  margin-top: -5px;
  text-align: left;
}
.product-page.no_full_width #product-header h6 {
  margin-top: 0;
  margin-bottom: 10px;
}
.product-page.no_full_width #product-header .description h6 {
  margin-bottom: 15px;
}
.product-page.no_full_width #product-header .description {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.product-page.no_full_width #product-information div.relative {
  padding-top: 12px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e5e5e5;
}
.no_full_width #product-information div.relative ul {
  margin-bottom: 0;
}
.product-page.no_full_width #product-information div.relative ul > li {
  padding: 0;
}
.product-page.no_full_width .variants-wrapper .selector-wrapper,
.product-page.no_full_width #product-actions .selector-wrapper div.wrapper,
.product-page.no_full_width #product-information .options .variants-wrapper select.single-option-selector {
  width: 200px;
}
.product-page.no_full_width .custom-style-select-box-inner {
  width: 200px !important;
}
.product-page.no_full_width .variants-wrapper .selector-wrapper:nth-child(1) {
  margin-right: 25px;
}
.product-page.no_full_width #gallery_main {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: 100%;
}
.product-page.no_full_width #gallery_main.fix-width .owl-item {
  width: 125px !important;
}
#gallery_main.fix-width .image,
.product-page.no_full_width #gallery_main.fix-width .owl-wrapper-outer .owl-item img {
  max-width: 120px;
}
.product-page.no_full_width #gallery_main ul {
  margin-bottom: 0;
}
.product-page.no_full_width #gallery_main ul .owl-wrapper-outer {
  margin-left: -5px;
  margin-right: -5px;
}
.product-page.no_full_width #gallery_main .owl-wrapper-outer .owl-item img {
  padding-right: 5px;
  padding-left: 5px;
  max-width: 100px;
  height: auto;
}
.product-page.no_full_width #gallery_main .owl-theme .owl-controls .owl-buttons > div {
  padding: 12px 20px;
  left: auto;
  right: 0;
  top: 0;
  width: 32px;
  height: 40px;
  margin-right: 1px;
}
.product-page.no_full_width #gallery_main .owl-theme .owl-controls .owl-buttons > div.owl-prev {
  top: -26px;
}
.product-page.no_full_width #gallery_main .owl-theme .owl-controls .owl-buttons > div.owl-next {
  top: -67px;
}
.product-page.no_full_width #gallery_main .owl-theme .owl-controls .owl-buttons > div.owl-next, 
.product-page.no_full_width #gallery_main .owl-theme .owl-controls .owl-buttons > div.owl-prev {
  background-color: #eaeaea;
}
.detail-right-slidebar .element.full_width .row-right .price_compare {
  margin-top: 0;
}
#shopify-product-reviews .spr-container {
  border: none;
  background-color: #f6f6f6;
}
#product-info-right #tabs_detail > li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
#product-info-right #tabs_detail > li a {
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
#tabs_detail h6 {
  margin-bottom: 0;
  margin-top: 0;
}
#tabs_detail h6 i.fa {
  margin-right: 10px;
}
/*End Detail right sidebar*/
/*Quickshop*/
.modal-body {
  padding: 0 30px 30px;
}
#quick-shop-modal .modal-header .close {
  margin-top: 0;
  top: 0;
  right: 0;
  position: absolute;
  font-size: 12px;
  padding: 10px 11px;
  background: #000;
  color: #fff;
  font-weight: 100;
  opacity: 1;
}
.modal-dialog {
  width: 800px;
}
.modal-header {
  border-bottom: none !important;
}
h3#quick-shop-title {
  margin-top: 0;
}
#quick-shop-title {
  padding-bottom: 20px;
}
.product-information #quick-shop-container .quantity-wrapper {
  position: relative;
  width: 280px;
}
.product-information #quick-shop-container .quantity-wrapper .wrapper input#qs-quantity {
  border: 1px solid #dedede;
  width: 280px;
  height: 40px;
  text-align: center;
}
.product-information #quick-shop-container .quantity-wrapper .wrapper span.qty-up,
.product-information #quick-shop-container .quantity-wrapper .wrapper span.qty-down {
  position: absolute;
  top: 28px;
}
.product-information #quick-shop-container .quantity-wrapper .wrapper span.qty-up {
  right: 0;
  border-left: 1px solid #dedede;
}
#quick-shop-add {
  width: 280px;
  position: relative;
  font-weight: bold;
}
.product-information #quick-shop-container .quantity-wrapper .wrapper span.qty-down {
  left: 0;
  border-right: 1px solid #dedede;
}
.product-information #quick-shop-container .quantity-wrapper .wrapper span.qty-down:hover,
.product-information #quick-shop-container .quantity-wrapper .wrapper span.qty-up:hover {
  cursor: pointer;
}
.product-information #quick-shop-container .qty-wrapper .qty-up i.fa {
  padding: 0 16px;
}
#quick-shop-container {
  margin-bottom: 20px;
}
#quick-shop-container .others-bottom {
  float: left;
  width: 100%; 
  margin-top: 20px;
}
#quick-shop-modal #gallery_main_qs .owl-wrapper-outer {
  margin-top: 25px;
}
#quick-shop-modal #gallery_main_qs.owl-carousel .owl-item {
  padding-right: 5px;
  padding-left: 5px;
}
#quick-shop-modal #gallery_main_qs.small-thumbs .owl-item {
  width: 89px !important;
}
#quick-shop-modal #gallery_main_qs.owl-carousel .owl-item .image-thumb img{
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  border: 1px solid transparent;
}
#quick-shop-modal #gallery_main_qs.owl-carousel .owl-item .image-thumb.active img, 
#quick-shop-modal #gallery_main_qs.owl-carousel .owl-item .image-thumb:hover img {
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#quick-shop-modal #gallery_main_qs.owl-carousel .owl-item .image-thumb.active img {
  cursor: text;
}
#quick-shop-modal .selector-wrapper label, 
#quick-shop-modal .quantity-wrapper label {
  margin-bottom: 5px;
}
#gallery_main_qs .owl-item .image-thumb {
  opacity: 0.5;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
#gallery_main_qs .owl-item .image-thumb.active, 
#gallery_main_qs .owl-item .image-thumb:hover {
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#gallery_main_qs .owl-controls .owl-prev, 
#gallery_main_qs .owl-controls .owl-next {
  margin-top: -20px !important;
}
#quick-shop-price-container.detail-price {
  margin-bottom: 30px;
  margin-top: 25px;
}
#quick-shop-relative {
  display: none
}
#quick-shop-variants-container .selector-wrapper {
  display: block;
  margin-top: 10px;
}
#quick-shop-variants-container .selector-wrapper select,
#quick-shop-variants-container .selector-wrapper button {
  width: 280px;
}
#quick-shop-image .owl-controls {
  top: -30px;
  right: -3px;
}
.owl-theme .owl-controls .owl-buttons > div {
  background: transparent;
  opacity: 0.5;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  width: 32px;
  height: 42px;
}
#quick-shop-variants-container .wrapper {
  position: relative;
  width: 280px;
}
#quick-shop-container .custom-style-select-box-inner {
  width: 280px !important;
}
#quick-shop-variants-container i.fa {
  position: absolute;
  right: 0;
  top: 0;
}
#quick-shop-variants-container .selector-wrapper label {
  display: block;
}
#quick-shop-description h5,
#quick-shop-description ul,
#quick-shop-description ol {
  display: none;
}
/*End Quickshop*/
/*Banner under menu*/
.top-other-inner.owl-theme .owl-controls .owl-buttons > div {
  padding: 11px 19px;
  margin: 0;
  top: 0;
  margin-top: 0 !important;
}
.top-other .top-other-inner.owl-theme .owl-controls .owl-buttons > div {
  display: none;
}
.top-other:hover .top-other-inner.owl-theme .owl-controls .owl-buttons > div {
  display: block;
}
.top-other ul.top-other-inner {
  margin-bottom: 0;
  position: relative;
}
.top-other-inner.owl-theme .owl-controls .owl-buttons > div.owl-next {
  left: 0;
  right: auto;
  margin-left: 46px;
}
/*Home3*/
.top-other ul.top-other-inner .newsfeed-item {
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
}
.top-other ul.top-other-inner .close {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 100;
  float: none;
  display: inline-block;
  zoom: 1;
  font-size: 11px;
}
.top-other ul.top-other-inner .close span.fa-stack {
  width: 1em;
  height: 2em;
}
.top-other ul.top-other-inner .close i.fa {
  color: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-top: -3px;
}
.top-other ul.top-other-inner .close i.fa.fa-times {
  color: #c85f94;
  font-size: 8px;
}
/*End Home3*/
/*End Banner under menu*/
/*Newsletter*/
.fancybox-wrap {
  border-radius: 0;
}
.fancybox-skin {
  background-color: #1e1e1e;
  background-image: url(/cdn/shop/t/3/assets/bg_newsletter.png?v=44194456647797380021582445219 );
  background-position: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 0;
  background-size: 100%;
}
.newsletter-popup {
  text-align: center;
}
.newsletter-popup h4 {
  font-size: 80px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-weight: 700;
  margin-top: 105px;
  text-transform: uppercase;
}
.newsletter-popup form p {
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 77px;
}
.newsletter-popup .group_input {
  width: 450px;
  position: relative;
  margin: 0 auto;
}
.newsletter-popup .group_input input.form-control {
  width: 450px;
  height: 40px;
  line-height: 40px;
  color: #fff !important;
  background: transparent;
  border: 1px solid #d5c7ba;
  text-transform: lowercase;
  font-size: 15px;
  font-weight: 400;
}
.newsletter-popup .btn {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: #ada177;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 0;
  padding: 0 12px;
}
#popup-hide {
  text-align: center;
  margin-top: 60px;
}
#popup-hide label {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-weight: 500;
}
#popup-hide input#mc-popup-hide {
  vertical-align: -2px;
}
.macos #popup-hide input#mc-popup-hide {
  vertical-align: 0;
}
.fancybox-close {
  background-image: url(/cdn/shop/t/3/assets/button_close.png?v=102806806578141423341582445225 );
  top: 0;
  right: 0;
}
/*End Newsletter*/
/*Ajax cart*/
div.jGrowl div.jGrowl-notification div.jGrowl-message {
  display: table;
  table-layout: fixed;
  width: 100%;
}
div.jGrowl div.jGrowl-notification div.jGrowl-message .col-md-8 {
  display: table-cell;
  float: left;
  width: 24%;
}
div.jGrowl div.jGrowl-notification div.jGrowl-message .col-md-16 {
  display: table-cell;
  vertical-align: text-top;
}
div.jGrowl div.jGrowl-notification .jGrowl-note {
  margin-top: 0;
  font-size: 13px;
}
/*End Ajax cart*/
/*Price table page*/
ul#price-table {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
#price-table .pt-item {
  width: 25%;
  float: left;
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
#price-table .pt-item {
  border-right: 1px solid transparent;
}
#price-table .pt-item:last-child {
  border-right: 1px solid #e5e5e5;
}
#price-table .pt-item .pt-item-top {
  background-color: #fafafa;
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e5;
}
#price-table .pt-item .pt-item-top h2 {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}
#price-table .pt-item .pt-item-top .pt-item-price {
  font-size: 90px;
  color: #232323;
  display: block;
  font-family: 'Raleway', sans-serif;
  line-height: 60px;
  padding: 40px 0 30px;
}
#price-table .pt-item .pt-item-top .pt-item-price .pt-item-small {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  padding-top: 5px;
}
#price-table .pt-item .pt-item-buy a {
  border: 1px solid #000000;  
  background: #ffffff;
  color: #000000; 
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  padding: 12px 15px;
}
#price-table .pt-item .pt-item-buy a:hover {
  border: 1px solid #ada177;  
  background: #ada177;
  color: #ffffff; 
}
#price-table .pt-item-bottom ul.pt-item-description {
  padding: 35px 0;
}
#price-table .pt-item-bottom ul.pt-item-description > li {
  color: #202020;
  padding-top: 0;
  padding-bottom: 13px;
}
#price-table .pt-item-bottom ul.pt-item-description > li:last-child {
  padding-bottom: 0;
}
#price-table .pt-item-bottom ul.pt-item-description > li del {
  color: #b2b2b2;
}
#price-table .pt-item.best-choice .pt-item-label {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  background-color: #ada177;
  border: 1px solid #ada177;
  padding: 20px 0;
  position: absolute;
  top: 0;
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-top: -40px;
}
#price-table .pt-item.best-choice {
  border: 1px solid #ada177;
}
/*End Price table page*/
/*Testimonial page*/
#testimonials {
  display: block;
  float: left;
}
.testimonials_2columns,
.testimonials_3columns {
  display: block;
  float: left;
}
#testimonials .rating-box {
  width: 100px;
  height: 13px;
  background: url(/cdn/shop/t/3/assets/bkg_rating.png?v=116132007622626216221582445221 ) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
#testimonials .rating-box .rating {
  float: left;
  height: 13px;
  background: url(/cdn/shop/t/3/assets/bkg_rating.png?v=116132007622626216221582445221 ) 0 100% repeat-x;
}
#testimonials .ttm-item {
  width: 50%;
  float: left;
  padding-bottom: 10px;
}
#testimonials .ttm-item-preview-text {
  font-size: 16px;
  color: #202020;
  font-weight: 700;
  padding-top: 5px;
}
#testimonials .ttm-item-top {
  display: table;
  margin: 0;
}
#testimonials .ttm-item-top li.ttm-item-image {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
  width: 20%;
}
#testimonials .ttm-item-top li.ttm-item-rating {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: right;
  width: 80%;
}
#testimonials .ttm-item-preview-desc {
  display: block;
  clear: both;
  margin-top: 10px;
}
#testimonials .ttm-item-preview-desc p {
  font-style: italic;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
#testimonials .ttm-item-preview-name {
  font-size: 15px;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}
#testimonials .ttm-item-preview-from {
  font-size: 13px;
  color: #8b8b8b;
}
#testimonials .testimonials_3columns .ttm-item {
  width: 33.3%;
}
#testimonials .testimonials_3columns .ttm-item-top li.ttm-item-image,
#testimonials .testimonials_3columns .ttm-item-top li.ttm-item-rating {
  width: 100%;
}
#testimonials .testimonials_3columns .ttm-item-top li.ttm-item-rating {
  margin-top: 10px;
}
#testimonials .sb-title {
  text-transform: capitalize;
}
/*End Testimonial page*/
/* this will work for ie10 */
@media all and (-ms-high-contrast: none){
  .element.col-md-6 {
    width: 24.75%;
  }
  .search-form{
    padding-bottom: 5px;
  }
  #collections {
    display: -ms-flexbox;    
    -ms-flex-direction: row;
  }
  #collections.main-has-slidebar .item {
    width: 33.3%;
  }
  #collections .no-fw-col {
    width: 48% !important;
  }
  #product-information .options .quantity-wrapper input#quantity {
    height: 38px;
  }
  .product-information #quick-shop-container .quantity-wrapper .wrapper span.qty-up,
  #product-information .quantity-wrapper span.qty-group span.qty-up,
  #product-information .quantity-wrapper span.qty-group span.qty-down,
  .product-information #quick-shop-container .quantity-wrapper .wrapper span.qty-down {
    line-height: 38px;
    border: none;
  }
  #product-information .quantity-wrapper span.qty-group span.qty-up {
    left: 22%;
  }
  .product-information #quick-shop-container .quantity-wrapper .wrapper span.qty-up {
    left: 58% !important;
  }
  .product-information #quick-shop-container .quantity-wrapper .wrapper span.qty-down,
  #product-information .quantity-wrapper span.qty-group span.qty-down {
    left: 10px;
  }
  #quick-shop-variants-container i.fa {
    top: 10px;
    right: 25% !important;
  }
  #product-actions .selector-wrapper div.wrapper i.fa {
    top: 30% !important;
  }
  .spr-form-label+.spr-form-input {
    line-height: 15px;
  }
  .header-search input {
    line-height: 6px;
  }
  #umbrella .empty {
    font-size: 12px;
  }
  #umbrella .empty a {
    font-size: 12px;
  }
  #umbrella:hover #cart-info {
    margin-top: 22px;
  }
}
/*End Fix ie10*/
/*Fix ie9*/
.element.col-md-6 {
  width: 24.75%\9;  	
}
.search-form{
  padding-bottom: 5px\9;
}
#collections .item {
  display: inline-block\9 !important;   
  *display: inline\9 !important;   
  zoom:1\9;
  width: 33%\9 !important;
}
#collections .no-fw-col {
  width: 48%\9 !important;
}
#product-information .options .quantity-wrapper input#quantity {
  height: 38px\9 !important;
}
.product-information #quick-shop-container .quantity-wrapper .wrapper span.qty-up,
#product-information .quantity-wrapper span.qty-group span.qty-up,
#product-information .quantity-wrapper span.qty-group span.qty-down,
.product-information #quick-shop-container .quantity-wrapper .wrapper span.qty-down {
  line-height: 38px\9 !important;
  border: none\9 !important;
}
#product-actions .selector-wrapper div.wrapper i.fa {

}
#product-information .quantity-wrapper span.qty-group span.qty-up {
  left: 56%\9 !important;
}
#product-information .quantity-wrapper span.qty-group span.qty-down {
  left: 40%\9;
}
.product-information #quick-shop-container .quantity-wrapper .wrapper span.qty-up {
  left: 60%\9;
}
.product-information #quick-shop-container .quantity-wrapper .wrapper span.qty-down {
  left: 10px\9;
}
.qty-wrapper .qty-up i.fa,
.qty-wrapper .qty-down i.fa {
  padding: 0 16px\9;
}
#quick-shop-variants-container i.fa {
  top: 10px\9;
  right: 22%\9;
}
.spr-form-label+.spr-form-input {
  line-height: 15px\9;
}
#umbrella:hover #cart-info {
  margin-top: 22px\9;
}
#umbrella .empty {
  font-size: 12px\9;
}
#umbrella .empty a {
  font-size: 12px\9;
}
#loginButton:hover {
  cursor: pointer\9;
  outline: none\9;
}
/*End fix ie9*/
/* this will work for chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {     
  .qty-wrapper .qty-down i.fa {
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    background: #e5e5e5;
  }
  .qty-wrapper .qty-up i.fa {
    padding: 0 16px;
    background: #e5e5e5;
  }
  .wrapper i.fa-caret-down {    
    padding: 13px 15px;    
  }	 
}
/* this will work for firefox */
@-moz-document url-prefix() { 
  .num-items-in-cart span.icon span {
    padding: 0 5px;
    vertical-align: 0;
  }
  #product-actions .selector-wrapper div.wrapper i.fa {
    right: 0;
    margin-right: 20px;
    top: 28%;
  }
  .product-information #quick-shop-container .quantity-wrapper .wrapper span.qty-up, 
  .product-information #quick-shop-container .quantity-wrapper .wrapper span.qty-down {
    top: 27px;
    line-height: 40px;
  }
  #quick-shop-variants-container i.fa {
    position: absolute;
    right: 0;
    margin-right: 20px;
    top: 30%;
  }
  .product-information #quick-shop-container .quantity-wrapper .wrapper span.qty-down i.fa,
  .product-information #quick-shop-container .quantity-wrapper .wrapper span.qty-up i.fa {
    padding: 0 15px;
    background: #e5e5e5;
  }
  #product-information .quantity-wrapper span.qty-group span.qty-up,
  #product-information .quantity-wrapper span.qty-group span.qty-down {
    position: absolute;
    top: 1px;
    padding: 0 17px;
  }
}
/*Button Hover product*/
.element.no_full_width ul li.row-right .hover-appear {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  text-align: center;
  position: absolute;
  background-color: #43372b;
  bottom: 50%;
  margin-bottom: 20px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: scale(1,0);
  -webkit-transform: scale(1,0);
  -o-transform: scale(1,0);
  -moz-transform: scale(1,0);
}
.element ul:hover li.row-right .hover-appear {
  margin-top: -55px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
  -o-transform: scale(1,1);
  -moz-transform: scale(1,1);
}
.element ul li.row-right .hover-appear .effect-ajax-cart:hover i.fa,
.element ul li.row-right .hover-appear .quick_shop:hover i.fa,
.element ul li.row-right .hover-appear .wish-list:hover i.fa {
  color: #fff;
}
.element.full_width ul li.row-right .hover-appear .effect-ajax-cart:hover i.fa,
.element.full_width ul li.row-right .hover-appear .quick_shop:hover i.fa,
.element.full_width ul li.row-right .hover-appear .wish-list:hover i.fa {
  color: #ffffff;
}
.element ul li.row-right .hover-appear form,
.element ul li.row-right .hover-appear .product-ajax-qs,
.element ul li.row-right .hover-appear .wish-list {
  width: 60px;
  height: 60px;
  background: transparent;
  cursor: pointer;
  color: #fff;
  border: none;
}
.element ul li.row-right .hover-appear .quick_shop {
  border-left: 1px solid #685d53;
  border-right: 1px solid #685d53;
}
.element ul li.row-right .hover-appear form button.select-option i.fa,
.element ul li.row-right .hover-appear .product-ajax-qs i.fa,
.element ul li.row-right .hover-appear .wish-list i.fa,
.element ul li.row-right .hover-appear form button.add-to-cart i.fa {
  line-height: 60px;
  color: #fff;
  font-size: 14px;
}
.element.full_width ul li.row-right .hover-appear form button.select-option i.fa,
.element.full_width ul li.row-right .hover-appear form button.select-option span,
.element.full_width ul li.row-right .hover-appear .product-ajax-qs i.fa,
.element.full_width ul li.row-right .hover-appear .product-ajax-qs span,
.element.full_width ul li.row-right .hover-appear .wish-list i.fa,
.element.full_width ul li.row-right .hover-appear .wish-list span,
.element.full_width ul li.row-right .hover-appear form button.add-to-cart i.fa,
.element.full_width ul li.row-right .hover-appear form button.add-to-cart span {
  color: #000000;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
}
.element.full_width ul li.row-right .hover-appear form button.select-option:hover i.fa,
.element.full_width ul li.row-right .hover-appear form button.select-option:hover span,
.element.full_width ul li.row-right .hover-appear .product-ajax-qs:hover i.fa,
.element.full_width ul li.row-right .hover-appear .product-ajax-qs:hover span,
.element.full_width ul li.row-right .hover-appear .wish-list:hover i.fa,
.element.full_width ul li.row-right .hover-appear .wish-list:hover span,
.element.full_width ul li.row-right .hover-appear form button.add-to-cart:hover span {
  color: #ada177;
}
.element.full_width ul:hover li.row-right .hover-appear {
  transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -moz-transform: none;
}
.element ul li.row-right .hover-appear form:hover,
.element ul li.row-right .hover-appear .product-ajax-qs:hover,
.element ul li.row-right .hover-appear .wish-list:hover {
  background-color: #ada177;
}
.element ul li.row-right .hover-appear .wish-list.wl-added:hover {
  cursor: text;
}
.collection-page.no_full_width #sandBox .element.full_width ul:hover li.row-right .hover-appear {
  margin-top: 0;
}
#sandBox .element.full_width ul li.row-right .hover-appear {
  position: static;
  margin-top: 0;
  margin-left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  text-align: left;
  justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -webkit-justify-content: left;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  width: 100%;
  height: 40px;
  line-height: 40px;
}
#sandBox .element.full_width ul li.row-right .hover-appear form {
  height: 40px;
  line-height: 40px;
}
.element.full_width ul li.row-right .hover-appear .product-ajax-qs {
  margin-left: 10px;
  margin-right: 10px;
}
.element.full_width ul li.row-right .hover-appear form, 
.element.full_width ul li.row-right .hover-appear .product-ajax-qs, 
.element.full_width ul li.row-right .hover-appear .wish-list {
  width: auto;
  height: 40px;
  line-height: 40px;
}
.element.full_width ul li.row-right .hover-appear .quick_shop {
  border-left: 0;
  border-right: 0;
}
.element.full_width ul li.row-right .hover-appear .quick_shop,
.element.full_width ul li.row-right .hover-appear .wish-list {
  font-size: 14px;
  color: #000000;
  background: #ffffff;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}
.element.full_width .row-right .effect-ajax-cart button.select-option i.fa,
.element.full_width ul li.row-right .hover-appear .quick_shop i.fa,
.element.full_width ul li.row-right .hover-appear .wish-list i.fa,
.element.full_width .row-right .effect-ajax-cart button.add-to-cart i.fa {
  padding-right: 10px;
}
.element.full_width ul li.row-right .hover-appear form:hover,
.element.full_width ul li.row-right .hover-appear form:hover span,
.element.full_width ul li.row-right .hover-appear .product-ajax-qs:hover,
.element.full_width ul li.row-right .hover-appear form:hover button.select-option, 
.element.full_width ul li.row-right .hover-appear .product-ajax-qs:hover .quick_shop, 
.element.full_width ul li.row-right .hover-appear .wish-list:hover {
  color: #ada177;
  background: transparent;
  border-color: transparent;
}
.element.full_width ul li.row-right .hover-appear {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -webkit-justify-content: left;
}
/*End Button Hover product*/ 
/*Filter*/
.filter-tag-group .tag-group ul > li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 5px;
}
.filter-tag-group .tag-group#coll-filter-3 ul > li {
  width: 100%;
}
.filter-tag-group .tag-group#coll-filter-1 ul > li a {
  display: block;
  background: transparent;
  border: 1px solid #e5e5e5;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 28px;
}
.filter-tag-group .tag-group#coll-filter-1 ul > li:hover a,
.filter-tag-group .tag-group#coll-filter-1 ul > li.active a {
  color: #fff;
  background: #ada177;
}
.filter-tag-group .tag-group#coll-filter-1 ul > li.active a {
  cursor: text;
}
.filter-tag-group .tag-group#coll-filter-1 > p {
  margin-bottom: 15px;
}
.filter-tag-group .tag-group ul li.swatch-tag span {
  display: block;
  width: 40px;
  height: 40px;
}
.filter-tag-group .tag-group ul li.swatch-tag a {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  border: 2px solid transparent;
}
.filter-tag-group .tag-group ul li.swatch-tag.active a,
.filter-tag-group .tag-group ul li.swatch-tag:hover a {
  border-color: #1e1e1e;
}
.filter-tag-group .tag-group ul li.swatch-tag.active a {
  cursor: text;
}
.filter-tag-group .tag-group#coll-filter-3 ul li a {
  overflow: hidden;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  display: block;
  float: left;
  padding-left: 20px;
  font-weight: 400;
  position: relative;
  color: #000000;
}
.filter-tag-group .tag-group#coll-filter-3 ul li a:hover {
  color: #ffffff;
}
.filter-tag-group .tag-group#coll-filter-3 ul li a span.fe-checkbox {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0;
  margin-top: -8px;
  background-image: url(/cdn/shop/t/3/assets/check_box.png?v=168706698891510667341582445228);
  background-repeat: no-repeat;
  background-position: center center;
}
.filter-tag-group .tag-group#coll-filter-3 ul li.active a span.fe-checkbox {
  background-image: url(/cdn/shop/t/3/assets/checked_box.png?v=110382278632009178851582445227);
}
#tags-load {
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
#tags-load i.fa {
  color: #000;
  position: absolute;
  vertical-align: middle;
  left: 50%;
  top: 50%;
}
.templateCollection #content {
  position: relative;
}
#tags-load:before {
  content: '';
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.7);
  opacity: 0.7;
}
/*End Filter*/

header.fixed-top + .placeholder{height:125px}