/** Shopify CDN: Minification failed

Line 404:2 Expected identifier but found "*"
Line 582:2 Expected identifier but found "*"
Line 612:2 Expected identifier but found "*"
Line 742:2 Expected identifier but found "*"
Line 799:2 Expected identifier but found "*"
Line 1756:2 Expected identifier but found "*"
Line 2042:2 Expected identifier but found "*"
Line 2277:2 Expected identifier but found "*"
Line 2313:11 Expected ":"
Line 2313:13 Expected identifier but found "12px"
... and 7 more hidden warnings

**/
/* THEME OVERRIDES */
.hidden{display:none;}

#main-header {
  background-color: #FFF !important;
}

.pink-shade,
.top-search .search-form input {
  background: #19d3cd !important;
}

.home_products header .wrapper-title {
  text-align: center;
}

.topbar {
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .topbar {
    width: 100%;
    display: flex;
    justify-content: center;
    
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    display: flex;
    justify-content: center;
  }
}

/* Custom carousel */
.carousel-header {
  font-weight: 600;
  font-size: 42px;
  margin-bottom: 25px;
}

.carousel-inner > .active {
  display: flex;
}

.col-third {
  width: 33.333333%;
  padding: 0 10px;
}

.carousel-inner .prev.right,
.carousel-inner .next.left {
  display:  flex; 
}

.carousel-inner .active.left,
.carousel-inner .prev {
  left: -33%;
}

.carousel-inner .active.right,
.carousel-inner .next {
  left:  33%;
}


/* 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 */
/*
** GENERAL
*/

html,body{overflow-x:hidden;}
a{
  -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;
}
a:focus,
a:active{
  background-color: transparent;
}
form{
  margin: 0;
}
.alert ul{
  margin: 0;
  list-style: none;
}

.list-unstyled{display:inline !important;}

body{
  height: auto !important;
}
/*payment*/
.icons{
  background-image: url(//cdn.shopify.com/s/files/1/0507/6793/t/2/assets/group_icons.png?v=52805166637682640171401851625);
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: inline-block;
  height: 16px;
}
#payments li a.visa{
  background-position: 0 0;
  width: 42px;
}
#payments li:last-child{
  padding-right: 0;
}
#payments li a.mastercard{
  background-position: -60px 0;  
  width: 25px;
}
#payments li a.amex{
  background-position: -107px 0;
  width: 45px;  
}
#payments li a.paypal{
  background-position: -163px 0;
  width: 53px;
}
#payments .tooltip.top{
  background: transparent;
}
/*End payment*/
/*forgot pass*/
#recover-password .wrapper-title .line{
  display: none !important;
}
#recover-password #recover-form{
  margin-left: -10px;
}

/*End forgot pass*/
.control-group{ 
  position: relative;
}
.control-nav{
  position: absolute;
  top: 0;
  right: 0;
}
.input-mini{
  width: 40px;
}
.input-medium{
  width: 170px;
}
.input-xlarge{
  width: 375px;
}

.multidropdown{list-style:none;}
.multidropdown li{display:inline;}
.multidropdown li a{color:#333;}

.navbar .hoverMenuWrapper > li > a > .bg-down,
.navbar .hoverMenuWrapper > li > a > .bg-up,
.navbar .hoverMenuWrapper > li > a > h4,
.list-styled li,
.list-styled li a,
.btn,
.btn:hover,
.btn:focus,
.btn:active,
#header-search,
.currency .currency_wrapper{
  -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;
}

.disabled{visibility:hidden;display:none;}
#header-search .search-submit{
  color: #676767;
  font-size: 12px;
}
.notice{
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin: 8px 0 15px;
}

input::-ms-clear{ 
  display: none; 
}
.add-to-cart i,
.disabled i{
  font-size: 10px;  
  position: relative;  
}
/*macos*/
.macos .product-ajax-cart .overlay_mask,
.macos .product-ajax-cart .overlay_icon,
.macos .hoverHomeBackgroundWrapper .details>.bg,
.macos .hoverBackgroundWrapper .details>.bg,
.macos .hoverBackgroundWrapper a .theHover,
.macos .hoverBackgroundWrapper a img{
  -webkit-transition: none;
}
.macos .hoverBackgroundWrapper a:hover img {
  -webkit-transform: scale(1);
}
/*end macos*/
/*misc*/
.hidden-grid{
  display: none!important;
}
.hidden-list{
  display: none!important;
}
.visible-grid{
  visibility: visible!important;
}
.visible-list{
  visibility: hidden!important;
}
.alert-danger{  
  margin-top: 10px;
}
/*End misc*/
/*currencies*/
.currencies li.active a{
  cursor: default;
}
.currencies li:first-child{
  padding-left: 0;
}
.currencies-switcher ul li a,
.currencies-switcher ul li span{
  font-family: arial;
}
#top .top .currencies-switcher .currencies .active > a{
  color: #eb2141;
}
.currencies-switcher ul li span{
  font-size: 11px;
  color: #19d3cd;
}

.currencies-switcher,
.header-search{
  position: relative;
}
/*dropdown*/
.currencies.dropdown-menu{  
  right: 0;
  left: auto;      
}
.currencies.dropdown-menu:after {
  right: 10px;
  left: auto;
}
.currencies.dropdown-menu li{
  padding: 0;  
  width: 100%;
}
.currencies.dropdown-menu li.active a{
  cursor: default;
}
.customer.dropdown-menu{    
  text-transform: uppercase;
  font-weight: bold;
}
.customer.dropdown-menu li{  
  text-align: left;
}

#top.on{
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height:125px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: -webkit-transform 0.5s linear;
  -moz-transition: -moz-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}

#top .currencies.dropdown-menu li a,
.currencies.dropdown-menu li a,
#top .customer.dropdown-menu li a,
.customer.dropdown-menu li a{
  color: #15a7ae;
  font-size: 12px;
  font-family: Garamond, Baskerville, Caslon, serif;  
}
#top .currencies.dropdown-menu li > a:hover,
.currencies.dropdown-menu li > a:hover,
#top .currencies.dropdown-menu .active > a, 
.currencies.dropdown-menu .active > a,
#top .currencies.dropdown-menu .active > a:hover,
.currencies.dropdown-menu .active > a:hover,
#top .customer.dropdown-menu li > a:hover,
.customer.dropdown-menu li > a:hover,
#top .customer.dropdown-menu .active > a, 
.customer.dropdown-menu .active > a,
#top .customer.dropdown-menu .active > a:hover,
.customer.dropdown-menu .active > a:hover{
  color: #676767;
  background-image: none;
  background-color: transparent;
  filter: none;
}
/*End dropdown*/
/* Search */
.top-search{
  margin-top: 20px;    
}
.top-search .search-form{
  border: 1px solid #c9c9c9;
  border-radius: 3px;  
  width: 100px;
  height: 32px;
  position: relative;
  float: left;
  padding-left: 25px;
  padding-right: 8px;
}

.top-search .search-form button.search-submit{
  border: 0;
  background: transparent;
  vertical-align: middle;
  position: absolute;    
}
.top-search .search-form input{
  border: 0;
  background: #fff;
  vertical-align: middle;
  
  height: 20px;
  line-height: 20px;
  padding: 0px;  
  margin: 5px 0;
  width: 100%;
}
.top-search .search-form button.search-submit{
  left: 8px;
  top: 50%;
  margin-top: -15px;
  z-index: 1;
  cursor: pointer;
  
  transform: rotate(90deg);
  transform-origin:20% 40%;
  -ms-transform: rotate(90deg); /* IE 9 */
  -ms-transform-origin:20% 40%; /* IE 9 */
  -webkit-transform: rotate(90deg); /* Opera, Chrome, and Safari */
  -webkit-transform-origin:20% 40%; /* Opera, Chrome, and Safari */  
}

/* End Search */
/*link account*/
.header-right{
  text-align: right;
}
.header-right .account,
.header-right .wishlist,
.header-right .customer-links{  
  display: inline-block;
  *display: inline;
  zoom: 1;  
  margin-left: 18px;
}

/*WISHLIST*/

.productbuttons{list-style:none;}
.productbuttons li{list-style:none;display:inline;margin-right:10px;}
.nothearted{background:url(//cdn.shopify.com/s/files/1/0507/6793/t/2/assets/wishlist-off.png?v=70833379398740127311560298435)!important;width:40px !important;}
.nothearted .notLoggedIn {
    /* font-size: 13px; */
    width: 40px !important;
    min-width: 40px !important;
  cursor: pointer;}
.hearted{background:url(//cdn.shopify.com/s/files/1/0507/6793/t/2/assets/wishlist-on.png?v=38544629858726446351560298426)!important;width:40px !important;color:#fff !important;}
.hearted .removeFavorite{
  width: 40px !important;
    min-width: 40px !important;
  cursor: pointer;
  color:#fff !important;
}


    .sa_pro_title, .iwishMeta-title{font-size: 12px;
    color: #333;
    font-family: Garamond, Baskerville, Caslon, serif;
    font-weight: 300 !important;
    margin-bottom: 10px;
    display: block;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
letter-spacing: 3px;
    min-height:80px;}
.iwishRemoveBtn{font-size:12px;text-decoration:underline;}


.v_pr{color: #15a7ae !important;}

.prd_divv .purchase{

    cursor: pointer !important;
    outline: none !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    margin-bottom: 3px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-radius: 3px !important;
    background: #15a7ae none repeat scroll 0 0 !important;
    color: #ffffff !important;
    font-size: 14px;
    font-family: Garamond, Baskerville, Caslon, serif !important;
    border-color: #15a7ae !important;
}
.wishlist-product-variants > div.sa_pro_title{height:60px;}
.prod_divv_wishheart{display:block !important;margin-top:10px;}
.prd_divv{
    border-width: 0 0 0px !important;}
#share_html{margin-bottom:40px;margin-top:40px !important;background-color:#eee;text-align:center;padding:30px;}
.wishlist_share_label{float:none !important;}

.addtowishlistbtn{font-size:14px;font-weight:bold;color:#15a7ae;}
.wishnav{float:right;margin-top:0px;}
.wishnavtop{position:absolute;right:10px;}
.prod_divv_addtocart .purchase{display:none !important;}
.info_label, .wishlist_share_label, .iWishLoginNote,.iwishBuyBtn, .iWishLoginMsg{visibility:hidden;display:none !important;}
#share_html:after{content: " - Click here to email your wishlist to info@thelivinglab.ca for a quote.";font-size:16px;}
.wishlist_pro_container:before{display:block;margin-bottom:30px;content: "If you want to know more details about the products below or to receive a quote, click the link below to submit your Wish List and someone from our team will get back to you!";text-align:center;font-size:24px;font-family: Garamond, Baskerville, Caslon, serif;padding:20px;}
.info_label:before{content: "My Wish List";}
.sa_wishlist_page{text-align:center;}

.sa_wishlist_main h2,.iwishTitle h1{margin: 0 0 10px 0;
    color: #333;
    font-weight: 200;
    text-align: center;
    padding-top: 50px;
    font-size: 40pt;}
.iwishMsg{text-align:center;margin:20px 0;}
.iwishAddWrap{display:inline;}
.wlinstructions{display:block;font-size:20px;text-align:center;float:left;width:100%;margin:20px 0;background-color:#eee;padding:20px;}
.wishlisturl{font-size:14px;margin:20px 0;}


/*End link account*/
/*navigation*/
.top{  
  height:35px;
  padding: 5px 0;
  margin-bottom: 10px;
    
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #fbfbfb 47%, #fbfbfb 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #fbfbfb), color-stop(100%, #fbfbfb));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fbfbfb 47%, #fbfbfb 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #fbfbfb 47%, #fbfbfb 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #fbfbfb 47%, #fbfbfb 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 47%, #fbfbfb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb', GradientType=0 );
}
#top .top-other{
  padding-bottom: 18px;
  padding-top: 5px;
  border-bottom: 1px solid #c9c9c9;
}
#top.on{
  border-bottom: 0px solid #c9c9c9;
}
#top.on .top-other{
  border-bottom:0;
}
.templateIndex #top .top-other{
  border-bottom: 0;
}
.templateIndex .home_products_wrapper .element p.hidden-grid{
  display: none;
}
#top .top-navigation{
  margin: 10px 0 0 0;
  padding-left: 55px;
}

#top nav.navbar{
  margin-bottom: 0;
  padding-bottom: 0;
}
#top nav.navbar .nav > li > a > i {
  font-size: 15px;
}
#top nav.navbar .nav > li.active > a,
#top nav.navbar .nav > li > a:hover{
  font-weight: 300;
  color:#99dee4;
}
#top-navigation .navbar{
  margin: 0 !important;
  min-height: 30px !important;
}
/*End navigation*/
/* Cart */
.umbrella{
  float: right;
}
.umbrella .cart-link a i.fa{
  color: #ffffff;      
}
#umbrella .fa-shopping-cart{
  color: #ffffff;
  font-size: 16px;  
  padding: 3px 5px;
  background: url(//cdn.shopify.com/s/files/1/0507/6793/t/2/assets/line1.png?v=180336879208620759731401851628) no-repeat center right;
  left: 0; 
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
#umbrella .icon .total{
  color: #ffffff;
}
#umbrella .num-items-in-cart .fa-angle-down{
  font-size: 15px;
}
#umbrella .num-items-in-cart .fa.fa-angle-down {  
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 4px;
}
#umbrella .empty,
#top #umbrella .empty a{
  font-size: 12px;
}
#umbrella .empty a:hover{
  color: #676767;
}
#umbrella .num-items-in-cart{  
  display: inline-block;
  *isplay: inline;
  zoom: 1;
  width: 160px;  
  border-radius: 3px;
  font-size: 12px;  
  font-weight: bold;  
           
  padding: 6px 15px 7px 30px;
  font-family: arial;     
  background: rgba(0,0,0,0);  
}
#umbrella .num-items-in-cart span.icon{
  margin-right: 10px;
}
#umbrella .num-items-in-cart a,
#umbrella .num-items-in-cart span{
  color: #ffffff;  
}
#umbrella .num-items-in-cart span.number{
  font-weight: bold;
}
  
#umbrella .num-items-in-cart .my-cart{
  position: relative; 
}
#umbrella .num-items-in-cart i.fa{
  text-align: right
}
#umbrella .cart-link .dropdown-toggle{
  display: inline-block;
  *isplay: inline;
  zoom: 1;
}
#umbrella .cart-checkout a span{
  border-bottom: 1px solid #ffffff;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
}
#umbrella #cart-info{
  text-align: left;  
}
#umbrella #cart-info .cart-heading{    
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
.cart-title{  
  margin-top: -5px;
}
.cart-title a{
  font-weight: 600; 
}
 
#top #umbrella #cart-info .cart-heading a{
  color: #3a3a3a;
  text-transform: uppercase;  
  font-size: 14px;
  font-weight: bold;
}
#top #umbrella #cart-info .cart-heading a:hover{
  color: #676767;
}
#umbrella #cart-info .cart-left{
  position: relative;
  display: block;
}
#umbrella #cart-info .cart-left .cart-close,
#umbrella #cart-info .cart-left .cart-close i{
  position: absolute;
  top: -3px;
  right: 0px;
  padding: 2px 3px;  
}
#umbrella #cart-info .cart-left .cart-close i{    
  background: #fff;
  border: 1px solid #15a7ae;
  border-radius: 50%;
  color: #15a7ae;  
  -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;
}
#umbrella #cart-info .cart-right a{
  color: #15a7ae;
  font-size: 12px;
}
#umbrella #cart-info .cart-right a:hover{
  color: #676767;
}
#umbrella #cart-info .cart-right a i{  
  color: #676767;
}
#umbrella #cart-info .cart-left .cart-close i:hover{  
  color: #676767;
  border-color: #676767;
}

#umbrella #cart-info.dropdown-menu{
  right: 10px;
  left: auto;  
  font-family: Garamond, Baskerville, Caslon, serif;  
  width: 235px;
  padding: 15px;
  margin: 0; 
 
}
#umbrella #cart-info.dropdown-menu #cart-content .items .row{
  margin-top: 20px;
  margin-bottom: 20px;
}
#cart-content .row .cart-subtotal{
  font-size: 12px;
  font-weight: bold;
  color: #15a7ae;
  text-transform: none;
}
#cart-content .row .cart-subtotal span.money{
  display: block;
  color: #676767;
  font-weight: bold;
  font-size: 16px;
}
#cart-content .btn{
  	margin: 10px 0;
}
#cart-info #cart-content{
  max-height: 450px;  
  overflow: hidden;
  overflow-y: auto !important;
  
}
#gallery_main_qs .owl-item .image-thumb.active img,
#gallery_main_qs .owl-item .image-thumb img:hover,
.cart-image img:hover{
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
#umbrella .empty.row{
  margin: 0;
}
#umbrella #cart-info .cart-right a{
  line-height: 1.3em;
}
#umbrella #cart-info .last{ 
  border-top: 1x solid #d2d2d2;
  text-transform: uppercase;
  color: #d2d2d2;  
  font-size: 13px; 
  
  border-top: 1px solid #d2d2d2;
  padding-top: 10px;  
}
#umbrella #cart-info .last .cart-left,
#umbrella #cart-info .last .cart-right{
  display: inline-block;
  *isplay: inline;
  zoom:1;
}
#umbrella #cart-info .cart-price{
  font-size: 12px;  
  color: #ffffff;
  font-weight: 600;
}
#umbrella #cart-info .cart-price{
  color: #15a7ae;
}
#umbrella #cart-info .icon-caret i{
  position: absolute;    
}
.cart-items .item{
  vertical-align: top;
}
.cart-items .input-mini{
  overflow: hidden;
}
.cart-items span.money{
  color: #333333;
}
.cart-items .title .link{    
  font-family: Garamond, Baskerville, Caslon, serif;
}
.cart-items .title .link i{
  color: #676767;
}
.cart-items .title .link a,
.cart-items .title .link span{
  font-weight: 600;
  color: #15a7ae;
  font-family: Garamond, Baskerville, Caslon, serif;
  font-size: 14px;
}
.cart-items .item input.form-control{
  width: 90px;
}
.cart-items .item input[type=number]::-webkit-inner-spin-button,
.cart-items .item input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*End cart*/
/*shipping*/
.wrap-table{
  padding: 10px;
}
#shipping-calculator h3{  
  font-size: 14px;  
  font-family: Garamond, Baskerville, Caslon, serif;
  color: #000000;  
}
#shipping-calculator #address_zip{
  vertical-align: middle;
  display: inline-block;  
  *display: inline;
  zoom: 1;
}
#shipping-calculator #wrapper-response{
  font-size: 14px;  
}
#cartform .cart-items td.title-1{  
  font-size: 12px;
  font-family: Garamond, Baskerville, Caslon, serif;  
}
#cartform .cart-items td.title-1 span{
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
}
.total span{
  color: #676767;
}
#cartform .cart-items td input.input-1{
  margin: 0 auto;  
}
.cart-items .title li{
  vertical-align: top;
}

#checkout-addnote .control-label{  
  font-size: 14px;  
  font-family: Garamond, Baskerville, Caslon, serif;
  color: #000000;  
}
#shipping-calculator .wrapper-title,
#checkout-addnote .wrapper-title{
  text-align: left;  
  margin-bottom: 20px;
}

#shipping-calculator .wrapper-title .title-5,
#checkout-addnote .wrapper-title .title-5{
  font-size: 14px;
  font-weight: bold;
  color: #15a7ae;  
}
#checkout-addnote textarea#note{
  margin-bottom: 40px;
}
#checkout-proceed .btn{
  padding: 12px 40px;
  font-size: 15px;
  margin-bottom: 20px;
}
/*End shipping*/
/*
** Content
*/
#content-wrapper{
  
  background: #ffffff;
}
.hoverBackgroundWrapper a .theHover i{ 
  color: #ffffff; 
}
.hoverBackgroundWrapper .details {
  position: relative;  
  cursor: pointer;  
}
.notouch .hoverBackgroundWrapper a:hover .details>.bg {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hoverHomeBackgroundWrapper .hover {
  display: block;
  position: relative;
  overflow: hidden;
}
.hoverHomeBackgroundWrapper .hover .theHover {
  position: absolute;
  top: 0;
  height: 0;  
  left: 0;  
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.hoverHomeBackgroundWrapper a .theHover i{
  position: absolute;
  top: 40%;
  left: 50%;
  color: #ffffff;
  display: block;
}
.hoverHomeBackgroundWrapper .details {
  display: block;
  position: relative;
}
.notouch .hoverHomeBackgroundWrapper a:hover .details>.bg {
  top: 0;
}
.hoverHomeBackgroundWrapper .details>.bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  display: block;  
  background: #676767;
}
.hoverHomeBackgroundWrapper .details {    
  position: relative;  
}
.notouch .hoverHomeBackgroundWrapper a:hover .details{
  color: #ffffff;  
}
.hoverBorder{
  position: relative;
  display: block;    
  text-align: center;
}
.hoverBorder .hoverBorderWrapper{
  position: relative;
  display: block;
  overflow: hidden;  
}
.hoverBorder .hoverBorderWrapper .theHoverBorder{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hoverBorder .hoverBorderWrapper .theHoverMore{
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #676767;
  color: #ffffff; 
}
.image-boxes .hoverBorder:hover .hoverBorderWrapper{
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.quick_shop{
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.hoverBorder:hover .product-ajax-cart .quick_shop{
  opacity: 1;
  filter: alpha(opacity=100);
}
.touch .product-ajax-cart{
  display: none;
}
.image-boxes .grayscale{    
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.image-boxes:hover .grayscale{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
/* --- Home --- */
#home-slider .selectors,
.hideControls .slider-control,
.hideControls .slider-control .btn-label,
.hideControls .slider-control .sub-control{
  -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;
}

.catergorysection{padding-top:10px;background-size:cover;height:700px;text-align:center;background-image:url("https://cdn.shopify.com/s/files/1/0507/6793/t/2/assets/herosale.jpg");}
.catergorysection h2{margin-top:10%;font-weight:200;font-size:120px;letter-spacing:0em;margin-bottom:0px;color:#fff !important;line-height:11.0vw;}
.catergorysection h1 span{color:#fff !important;font-size:35px;letter-spacing:0px;}
.catergorysection h1{padding-bottom:0px !important;color:#fff;font-size:190px;line-height:120px;letter-spacing:0.1em;color:#009ba0;font-weight:bold;}
.categorysection strong{color:#CC1A0D !important;font-weight:bold !important;}
.catergorysection h3{margin-top:30px;padding:20px 0;max-width:40%;margin-left:auto;margin-right:auto;font-weight:100;font-size:40px;color:#fff;line-height:1.1em;border-top:1px solid #fff;border-bottom:1px solid #fff;}
.catergorysection h4{color:#fff;text-transform:uppercase;font-weight:100;}
.catergorysection h4 span{font-weight:900;}
.catergorysection p{color:#fff;}
.categorysection div.row{margin-top:30px;}
.categorylabel{float:left;position:absolute;font-size:24px;background-color:rgba(255,255,255,0.8);padding:20px 30px;top:10%;}
.categorytitle h1#page-title span{color:#333 !important;font-size:30px !important;border-bottom:1px solid #eee;}
.categorytitle{height:auto !important;}
.categorytitle h1#page-title{padding-top:20px !important;}
.heroright{color:#fff;}
.heroright p{font-size:20px;display:inline-block;border:2px solid #fff;padding:10px;}


@media only screen and (max-width: 480px) {
  .catergorysection h1{font-size:120px;line-height:50px;}
  .heroright{float:none;right:auto;}
  .heroright p{font-size:18px;}
}
/*
** END GENERAL
*/
/* Slideshow */
.camera_commands, .camera_prev, .camera_next{visibility:hidden;}

.slider-cover2{
width:100%;
  height:600px;
}

.slider-content2{
    background:url('https://cdn.shopify.com/s/files/1/0507/6793/t/2/assets/gottheloock_slider.jpg?221570614835642820');
background-repeat:no-repeat;
background-size:contain;
background-position:center;
  height:600px;
}

.slider-content2 h2{font-weight:bold;font-size:9.0vw;color:#15a7ae;margin-bottom:0px;line-height:8.0vw;padding-left:0px;padding-top:10%;text-align:center;}



.slider-cover{
  /*background:url("https://cdn.shopify.com/s/files/1/0507/6793/t/2/assets/pinkbg2.png?9841") repeat;*/
  width:100%;
  margin-left:0px;
  height:100%;
  position:absolute;
  top:0px;
  z-index:0px;
}

.slider-content{
 z-index:20; 
  color:#15a7ae;
  text-align:left;
  padding-left:60px;
  padding-top:13.0vw;
}

.slider-content h2{font-weight:bold;font-size:9.0vw;color:#15a7ae;margin-bottom:0px;line-height:8.0vw;}
.slider-content h3{font-size:30pt;font-weight:normal;color:#fff;margin-top:10px;margin-bottom:70px;}

a.slider-button{padding:10px 20px;color:#15a7ae;background-color:#fff;font-weight:bold;font-size:20pt;text-align:center;}
a.slider-button:hover{background-color:#333;color:#fff;}


.home-slider-wrapper{
  padding-bottom: 10px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  padding-top:0px;
}

#home-slider{height:650px !important;}

#home-slider li{
  padding: 0;
}
#home-slider .slide-body .caption{
  text-shadow: none;
}
#home-slider .caption.header{
  position: absolute;
  max-width: 100%;
  left: auto;
  top: auto;
  bottom: 10%;
  font-family: Garamond, Baskerville, Caslon, serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
#home-slider .caption.header .caption-wrapper{
  max-width: 60%;
  margin: 0 auto;
  border-top: 4px solid #434648;
}
#home-slider .caption.header h2 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
  display: inline-block;
  font-size: 38px;
  padding-top: 12px;
}
#home-slider .caption.header .sub{
  font-family: Garamond, Baskerville, Caslon, serif;
  position: relative;
  white-space: normal;
  z-index: 0;
  font-size: 24px;
  line-height: 24px;
}
#home-slider .caption.header .sub a:first-child{
  display: block;
  padding-top: 0;
}
#home-slider .caption.header .sub .caption-content span{
  font-weight: normal;
  font-size: 30px;
}
#home-slider .caption.header .sub .btn{
  font-size: 16px;
  display: inline-block;
  margin-top: 38px;
}
#home-slider .caption.header .sub .btn i{
  margin-left: 12px;
  font-size: 18px;
}


#home-slider:hover .s-prev, 
#home-slider:hover .s-next,
.touch #home-slider .s-prev, 
.touch #home-slider .s-next{
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 5!important;
}
#home-slider:hover .s-prev,
.touch #home-slider .s-prev{
  left: -19px;
}
#home-slider:hover .s-next,
.touch #home-slider .s-next{
  right: -19px;
}
#home-slider .pages{
  margin-top: 20px;
  width: auto;
  position: relative;
}
#home-slider .pages .page{
  border: 0;
  padding: 7px;
  border-color: #b7b7b7;
  background-color: #b7b7b7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 5px;
  
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25) inset;
}
#home-slider .pages .page:first-child{
  margin-left: 0;
}
#home-slider .pages .page:hover{
  background-color: #434648;
}
#home-slider .pages .page.active{
  border-color: #434648;
  background-color: #434648;
  cursor: default;
}

#home-slider .s-prev{
  left: 0;
  padding: 8px 17px 8px 13px;
}
#home-slider .s-next{
  right: 0;
  padding: 8px 13px 8px 17px;
}
#home-slider .slider-control{
  color: #bfbfbf;
  font-weight: normal;
  font-style: normal;
  background: transparent;
  line-height: normal;
}
#home-slider .slider-control .sub-control{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ffffff;
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
  box-shadow: 0px 0px 5px #bfbfbf;
  -moz-box-shadow: 0px 0px 5px #bfbfbf;
  -webkit-box-shadow: 0px 0px 5px #bfbfbf;
}
#home-slider .slider-control:hover{
  color: #000000;
}
#home-slider .slider-control:hover .sub-control{
  background-color: #ffffff;
  box-shadow: 0px 0px 5px #000000;
  -moz-box-shadow: 0px 0px 5px #000000;
  -webkit-box-shadow: 0px 0px 5px #000000;
}
#home-slider .s-prev span,
#home-slider .s-next span{
  font-family: Garamond, Baskerville, Caslon, serif;
  text-transform: uppercase;
}
.hideControls{
  position: relative;
}
.hideControls .s-prev, 
.hideControls .s-next {
  position: absolute;
  top: 50%;
  margin-top: -44px;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 20px;
  line-height: 20px;
  z-index: 1;
}
.hideControls .left{
  left: 15px;
  right: auto;
}
.hideControls .right{
  right: 15px;
  left: auto;
}
.hideControls:hover .s-prev, 
.hideControls:hover .s-next,
.hideControls .s-prev:hover, 
.hideControls .s-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.hideControls .s-prev .btn-label, 
.hideControls .s-next .btn-label {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  padding: 0 4px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  opacity: 0;
  filter: alpha(opacity=0);
  text-indent: 1px;
}
.hideControls .s-prev .btn-label {
  right: 0;
}
.hideControls .s-next .btn-label {
  left: 0;
}
.hideControls .s-prev:hover .btn-label {
  right: -39px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.hideControls .s-next:hover .btn-label {
  left: -41px;
  opacity: 1;
  filter: alpha(opacity=100);
}


/* Partners Logo */
#widget-partners .logo a{
  display: inline-block;
  max-width: 100%;
}
.notouch #widget-partners .logo a img{
  -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;
}
.notouch #widget-partners .logo a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.notouch #widget-partners .logo a img{
	max-width:100%;
	float: left;
}

#widget-partners .owl-theme .owl-controls{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#widget-partners .owl-theme .owl-controls .owl-buttons > div{
  position: absolute;
  z-index: 10;
  transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -webkit-transition:all 0.3s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.touch #widget-partners #partners-container .owl-prev,
#widget-partners #partners-container:hover .owl-prev{
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.touch #widget-partners #partners-container .owl-next,
#widget-partners #partners-container:hover .owl-next{
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* --- Main Content --- */
/* General */

.readmore{font-size:16px;}

.blog .num-comment a,
.grid_list ul li,
#page-header .list_tags strong,
.grid_list .icon-th-list, .grid_list .icon-th-large,
.grid_list .l-hov, .grid_list .r-hov,
.grid_list #goTrid, .grid_list #goList,
#sortForm li,
.sidebar .list li a{
  -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;
}
/* Breadcrumb */
#breadcrumb{
  background: #ffffff;
  padding: 15px 10px 5px;
  margin-bottom: 0;  
}
#breadcrumb a,#breadcrumb span{
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "arial";
  margin-right: 5px;
}
#breadcrumb .fa.fa-angle-right{
  margin-right: 5px;
}
#breadcrumb a{
  color: #333333;
}
#breadcrumb a:hover{
  color: #676767;
}
#breadcrumb span{
  color: #676767;
}
/*End breadcrumb*/
/*---------------
Pagination 
-----------------*/
.pagination{
  border: 1px solid #d2d2d2; 
}
.pagination ul{ 
  float: left;
  margin: 2px 0;
}
.pagination{ 
  width: 100%;    
  font-size: 12px;
}
.pagination-num-showing{  
  float: right;
  margin: 5px;
  color: #807f7f;
}
.pagination .active *{
  cursor: default;
}
.pagination ul>li>a, 
.pagination ul>li>span{ 
  color: #888888;  
  text-transform: lowercase;  
}
.pagination ul>li>a:hover, .pagination ul>li>a:focus, .pagination ul>.active>a, .pagination ul>.active>span{
  color: #676767;  
}
.pagination ul>li>a.disabled{
  color: #888888;
  cursor: default;
}

/*-------------
End pagination
--------------*/
/*-----------
Sidebar
--------------*/

ul.sb-content li{line-height:20px;}

.sidebar .product-wrapper .fprod-title a .fa{
  color: #676767;
}
.sidebar .fprod-title{
  margin-bottom: 10px;
}
.sidebar .fprod-title a{
  font-size: 13px;  
  color: #15a7ae;
  font-family: Garamond, Baskerville, Caslon, serif;
  font-weight: 600;
}
.sidebar .fprod-title a:hover{
  color: #676767;
}
.sidebar .list-styled li > a{
  text-transform: capitalize;
}
.sidebar .title-6 a{
  color: #2c2a2a;
}
.sidebar .title-6 a:hover{
  color: #fe4a4a; 
}
.sidebar .blogs .title-6 a:hover{
  color: #fe4a4a;
}
.sidebar .active a{
  color: #fe4a4a;
}
.sidebar .blogs .post i{  
  position: relative;  
}
.sidebar .blogs .post, 
.sidebar .blogs .post .comment > a {
  color: #6b6a6a; 
}
.sidebar .blogs .post .comment > a:hover{
  color: #fe4a4a;
  font-weight:normal;  
}
.sidebar .sb-tags li a{
  cursor: pointer !important;
}
.sidebar .sb-tags .active a{  
  cursor: default !important;  
}
.sidebar .sb-tags .active a,
.sidebar .sb-tags li a:hover{
  color: #fe4a4a;
  text-decoration: none;
  font-weight: 600;
}
.sidebar .sb-tags .active a{
  cursor: default;
}
.sidebar .title-6 i.fa{  
  color: #676767;
}

/*featured-products*/
.sidebar ul.featured-products li{
  margin-bottom: 30px;
}
.sidebar ul.featured-products li:last-child{
  margin-bottom: 0px;
}
.sidebar .group-price{
  margin-bottom: 10px;
}
.sidebar .blogs-item .title-6{
	margin-bottom: 10px;
}
.sidebar .blogs-item{  
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.sidebar .blogs.sb-content .blogs-item:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
  
}
.sidebar .blogs.sb-content{
  margin-bottom: 0;
}
/*End featured-products*/
/*--------------
End sidebar
-------------------------*/
/*---------------------
collection
--------------------------*/
.collection-warper{
  margin-bottom: 30px;
}
/*sortBy*/
.sortBy{
  position: relative;  
  padding-right: 0px !important;
}
/*End sortBy*/
/*grid - list*/
.container-nav .grid_list{
  vertical-align: middle;
}
/*End grid - list*/
/*Tag collection*/
.list_tags{
  text-align: right;
  margin-bottom: 20px;
  margin-top: -45px;
}
.list_tags li{  
  font-size: 16px;
  position: relative;
  margin: 0;
  padding: 10px 0;
}
.list_tags li a{
  color: #b9b9b9;
}
.list_tags li a:hover{
  color: #1a1a1a;
}
.list_tags .active span{
  color: #1a1a1a;
}
.list_tags .active{
  border-bottom: 1px solid #ddd;
}
.list_tags li span{
  margin: 5px 15px;
}
.list_tags .active:before,
.list_tags .active:after{
  	top: 		100%; 
  	left: 		50%;  	
    border: 	solid transparent; 
    content: 	" "; 
    height: 	0; 
    width:	 	0; 
    position: 	absolute;   
}
.list_tags .active:before{ 
    border-color: 			rgba(255, 255, 255, 0);  
	border-top-color: 	#d9d9d9;   
    border-width: 			5px; 
  	margin-left: -5px;
       
}
.list_tags .active:after{
  	border-color: 			rgba(218, 218, 218, 0); 
  	border-top-color: 	#fff;   	
    border-width: 			3px;         
  	margin-left: -3px;
}
/*End Tag collection*/
/*----------------
End collection
-----------------*/
/* Page 404 */
.page-404{
  padding-bottom: 200px;
}
/*End Page 404 */

/*Reset*/
/*End Reset*/

/*footer*/
footer#footer{
  padding-top: 10px;
  padding-bottom: 10px;
  border-top:1px solid #eee;
  /* background-color:#cfeaec; */
  background-color: #19d3cd;
}
footer#footer h3{
  color: #3a3a3a;
  font-weight: 600;
  /*margin-bottom: 17px; */
}
footer#footer #widget-linklist1 ul li a,
footer#footer #widget-linklist2 ul li a{
  color: #231f20;
  font-style: normal;
  font-weight: normal;
  font-family: "arial";
}
footer#footer #widget-linklist1 ul li a:hover,
footer#footer #widget-linklist2 ul li a:hover{
  color: #676767;
  font-style: normal;
  font-weight: normal;
}
footer#footer #widget-linklist3 .copyright,
footer#footer #widget-linklist3 .widget-wrapper{
  width: 100%;
  height: 20px;
  clear: both;
}
footer#footer #widget-linklist3 .widget-wrapper li{
  float: left;
  padding-top: 0;
  padding-bottom: 0;  
}
footer#footer #widget-linklist3 .widget-wrapper li span{
  margin: 0 5px;
}
footer#footer #widget-linklist3 ul li a{
  color: #3a3a3a;  
  font-style: normal; 
  margin-right: 10px;
}
footer#footer #widget-linklist3 ul li a:hover{
  color: #17a6af;  
}

#widget-payment{
	text-align: right; 
  	padding-top: 10px;  
}
#widget-twitter .p-nickname b{
  color: #231f20;
}

footer#footer #widget-linklist3 .copyright, 
footer#footer #widget-linklist3 .widget-wrapper{
  font-family: "arial";
}

.copyright{color:#3a3a3a !important;font-size:14px;margin-top:10px;}
.copyright a{color:#18a7b0 !Important;}

#footer-content .footer-content-bottom{
  padding-top: 10px !important;
	background-color:#231f20;  
}

.row.footer-content-bottom{
  /* background-color:#b3d9dd !important; */
  background-color: #FFF;
}

#footer-about-us .widget-wrapper{
  margin-bottom: 15px;
}
#footer-about-us .widget-wrapper { margin-bottom: 35px;}
#footer #widget-social ul li a{
  color: #17a6af;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  border: 2px solid #17a6af;
  border-radius: 50%;
  height: 20px; 
  width: 20px;
  padding: 15px !important;
}
#footer #widget-social ul li a:hover{
  color: #17a6af;
  border: 2px solid #17a6af;
}
#widget-social ul li a i {
  vertical-align: top;
  margin-top: -5px;
  margin-left: -2px;
}
#widget-social ul li a i.fa-dribbble,
#widget-social ul li a i.fa-vimeo-square{
  margin-left: -5px;
}
#widget-social ul li a i.fa-tumblr{
  margin-left: -3px;
}
/*End footer*/
.line{
  height: 2px;
  width:100%;
  background: #000;
  border-top: 1px solid #2a2a2a;
}
/*End currencies*/
/*content*/
.templateProduct h1#page-title{
  font-size: 28px;
}

.collection-image img{width:100%;height:300px;float:left;position:relative;z-index:30;top:-200px;margin-bottom:-200px;}
#page-header{
  z-index:40;
  position:relative;
  height:auto;
}

h1#page-title{
  margin: 0 0 10px 0;
  color: #333;
  font-weight: 200;
  text-align:center;
  padding-top:50px;
  font-size:40pt;
}

h1#page-title span{font-weight:600;font-size:30pt;}
h1#page-title span span{font-size:14px;font-style:italic;display:block;font-weight:900 !important; margin-top:20px;}

/*bottom_blocks*/
#bottom_blocks{
  padding: 15px 0;
}
#bottom_blocks .bottom-block{
  border: 1px solid #c9c9c9;
  float: left;
  padding: 15px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
}
#bottom_blocks .bottom-block .block-logo{
  width: 49px;
  height: 49px;  
  float: left;
  margin-right: 15px;
}
.block-heading{  
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #000000;
}
#bottom_blocks .bottom-block .block-content .block-caption{
  font-weight: 600;  
  font-size:  14px;
  color: #333333;
  
}

/*end bottom_blocks*/
/*End content*/

/*-----visibility-----*/
ul.list-item .item{
  width: 33%;
  display: inline-block;
  *display: inline;
  zoom: 1; 
  vertical-align: top;
  padding: 0;    
}
ul.list-item .item .font div{
  position: relative;
}
ul.list-item .item .front div a{
  position: absolute;
  bottom: 0;
  padding: 15px 10px;
  margin-top: -15px;
  font-size:20px;
  display: block;
  text-align: center;
   background: rgba(255,255,255,0.8); 
  width: 100%;
  text-transform: uppercase;
  
  transition:all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;

}
ul.list-item{
  margin-left: -20px;
}
ul.list-item .item{
  margin-bottom: 50px;
}
ul.list-item .item .group{
  padding: 0 20px;
}
ul.list-item .item .group .container_item{
  position: relative;
  overflow: hidden;
}

.container_item img{ max-height:300px; overflow:hidden;}

.front, 
.back {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.back {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  padding-top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 0;
  filter: alpha(opacity=0);
  left: -100%;
}

.container_item:hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;  
}
.item .back .collection-details{
  background: rgba(235,33,65,0.8);
  width: 100%;
  height: 100%;
  padding: 100px 20px;
  color: #fff;
  
}
.item .back .collection-details a:hover span{
  color: #15a7ae;
  transition:all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.item .back .collection-details .title-5{
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size:20pt;
}

.item .back .collection-details .collection-more{
  padding-top: 30px;
}
/*----end visibility------*/
/* Blog */
.blog h1#page-title{
   margin: 0 0 10px;
}
.blog-page{
  margin-bottom: 20px;
}
.blogs{
  margin-bottom: 20px;
}
h2.blog-title{
  margin: 0 0 30px 0;
  text-transform: uppercase;   
  font-size: 24px;
  font-weight: 600;    
}
.blogs .h2 a{
  font-size:25px;
  font-weight: 600; 
}
.blogs-item h2 a{
  color: #2c2a2a;
  font-size: 24px;
  font-weight: 600;
}
.comments h2{
  font-weight: 600;
  font-size: 24px;
  color: #000000;
}
.comments p.notice {
  	font-weight: 600;
}
.post a.disabled{
  float: right ;
}
/*reply comment*/
#comments .comment-head .post{
  width: 80%;
  float: left;
  line-height: 33px;
}
#comments .comment-head{
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#comments .comment-head span.author,
#comments .comment-head span.date{
  margin-right: 20px;
}
#comments .comment-head span.author i.fa,
#comments .comment-head span.date i.fa{
  margin-right: 5px;
}
#comments .comment-head .post-reply{
  width: 20%;
  float: right;
  text-align: right;
  line-height: 33px;  
}
#comments .comment-content{
  margin-bottom: 30px;
}
/*End reply comment*/
.post-action {
  padding: 0 !important;
}
.blogs-item h2 a:hover{
  color: #fe4a4a;
}
.blog .blogs-item .intro,
.blogs-image{
  	border-bottom: 1px solid #d2d2d2;
}
.blogs-image img{
  max-width: 100%;
}

.blogs-item{
  font-family: arial;
}
.blogs-item ul.post {
	margin: 15px 0;
}
.blog .blogs-item .intro div,
.blogs-image div{
  margin-bottom: 30px;  
  text-align: justify;
}
.blogs-item h2{
  margin: 0 0 30px 0;
  line-height: 1.3em;
}
.blogs-item li.date{
  padding-left: 0 !important;
}
.blogs-item i.fa{
  margin: 0 10px;
}
.blogs-item .date i.fa{
  margin: 0 10px 0 0;
}
.post-comment-action{
  float: right;
  padding: 0 !important;
}
.author span{
  font-weight: bold;
  color: #000;
}
.blogs-item .post li,
.blogs-item .post .comment a{
  color: #6b6a6a;
}
.blogs-item .post .comment a:hover{
  color: #fe4a4a;
}
.blogs-item .title-6 a{
  font-weight: 600;
  font-size: 14px;  
}
.post-action{
  float: right;
}
.blogs-item img{
  max-width: 100%;
}
.normal-page img{
  max-width: 100%;
}

.normal-page h1{color:#000 !important;padding-top:10px !important;margin-bottom:20px !important;border-bottom:1px solid #f4f4f4;}

.comment-form{
  margin-bottom: 30px;
}
/*End Blog*/

/*map*/
#contact_map{
  height: 345px;
}
/*end map*/
/*category*/
.element form ul li.row-left{
  margin-bottom: 10px;
}
.home_products_slider a.title-5,
.prod-related .element a.title-5,
.group-product-item .element a.title-5{
  font-size: 12px;   
  color: #333;
  font-family: Garamond, Baskerville, Caslon, serif;
  font-weight: 300;
  margin-bottom: 10px;
  display:block;
  line-height:18px;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:3px;
}
.home_products_slider a.title-5:hover, 
.prod-related .element a.title-5:hover,
.group-product-item .element a.title-5:hover{
  color: #676767;
}

.title-5 span{
display:block;
  font-size:0.7em;
  font-style:italic;
}

.group-product-item .element{
  width: 24%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;  
  margin-bottom: 30px;
}

.group-product-item .element.full_width{
  width: 100%;
}
.group-product-item .element.full_width p.hidden-list{
  	display: block !important;
}

.home_products .element form,
.prod-related .element form,
.group-product-item .element form{
  margin: 0 20px;
}

.group-product-item .element.full_width form{
  margin: 0 10px;
}
.home_products_slider .element .product-price,
.group-product-item .element .product-price,
.group-product-item .element .product-price{
  padding-top: 12px;
  padding-bottom: 10px;
}
.group-product-item{
  margin-left: -10px;
  margin-right: -10px;
}
#prod-related-wrapper{
  position:relative;
  margin-left: -20px!important;
}

#prod-related-wrapper .owl-item{
  margin-bottom: 40px;
}

.rel-container .title-1{
  margin-bottom: 15px !important;
}

.hoverBorder:hover img.not-rotation{      
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */   
    
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);  	
}
#prod-related-wrapper .owl-prev,
#prod-related-wrapper .owl-next{
  position:absolute;
  top:-66px;  
  margin-top: -40px;  
  background: #15a7ae;
  border: 1px solid #15a7ae;
  color: #ffffff;
  border-radius: 3px;
  margin: 5px;
  padding: 3px 8px;
  
  opacity: 100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#prod-related-wrapper .owl-prev:hover,
#prod-related-wrapper .owl-next:hover{
  border: 1px solid #212121;
  background: #212121;
}
#prod-related-wrapper .owl-prev i,
#prod-related-wrapper .owl-next i{
  color: #fff;
}
#prod-related-wrapper .owl-prev{
  right: 45px;
}
#prod-related-wrapper .owl-next{
  right: 0px;
}
/*end category*/
#product{
  padding-top: 20px;
}

#product-header h1#page-title{color:#15a7ae;font-size:20pt !important;}

#product-header h1{
  font-weight: 600;
}
#quick-shop-container .price_sale,
#product-header .price_sale{
  width: 100%;
}
/*input button select*/
.wrapper{  
	border: 1px solid #d2d2d2;
}

.wrapper input[type=text],
.wrapper button{ 
  line-height: 20px;
  text-align: left;  
  border: 0;
}
.wrapper input[type=text]{  
  padding: 1px 5px;
}
.wrapper select{  
  height: 20px;
  padding: 0px;
  line-height: 20px;
}
.others-bottom .control-navigation .btn-next{
  float: right;  
}
.wrapper button,
.wrapper input[type=text],
.wrapper select{
	width: 150px;
  	border-radius: 0 !important;
  	box-shadow: 0 !important;
  	
    appearance: none;
    -moz-appearance: none;		
    -webkit-appearance: none;
}
/*input button select*/
#product-header .others-bottom .add-to-cart,
#product-header .detail-price,
#product-header .quantity-wrapper{
  margin-bottom: 15px;
}
.sharing{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.description{margin-bottom:30px;margin-top:20px;}
.description p{font-size:12pt;font-weight:200;line-height:1.1em !important;}

.startingat{
 font-size: 14px;
 display: block;
 font-weight: bold !important;
 padding-top: 15px; 
  margin-bottom:-30px;
} 

#product-image{
  margin-bottom: 40px;
  text-align:center;
}
/*button*/
#product-image #gallery_main{
  padding-top: 20px;
}
#product-image .owl-item .active img,
#product-image .owl-item:hover img{
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
#product-image .owl-item .active img{
  cursor: default;
}

#product-image .owl-theme .owl-controls .owl-buttons > div{
  position: absolute;     
  margin: 0;
  margin-top: -80px;
  padding: 2px 0;
  font-size: 25px; 
  background: transparent !important;  
  filter: Alpha(Opacity=0);
  opacity: 0;  
  
  -webkit-transition: -webkit-transform 0.5s linear;
  -moz-transition: -moz-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}
#product-image #gallery_main:hover .owl-buttons > div{
  filter: Alpha(Opacity=100);
  opacity: 1;  
}
#product-image .owl-theme .owl-controls .owl-buttons > div i{    
  padding: 1px 10px 2px;
  background-color: #ffffff;
  color: #bfbfbf;
  border: 1px solid #bfbfbf;
  
  -webkit-border-radius: 50%;  
  -moz-border-radius: 50%;  
  border-radius: 50%;  
  
  -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;
}
#product-image .owl-theme .owl-controls .owl-buttons > div i:hover{
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
#product-image .owl-theme .owl-controls .owl-buttons > div.owl-prev{
  left: 0;
}
#product-image .owl-theme .owl-controls .owl-buttons > div.owl-next{
  right: 0;
}
#product-image .owl-theme .owl-controls .owl-buttons > div i.fa-caret-left{
  padding: 8px 18px 8px 15px;
  margin-left: -25px;
}
#product-image .owl-theme .owl-controls .owl-buttons > div i.fa-caret-right{
  padding: 8px 15px 8px 18px;
  margin-right: -25px;
}
/*End button*/
/*End detail product*/
/*options*/
#options{
  margin-bottom:10px;
}
#options .grid_list ul li{
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#options .grid_list ul li i.fa{
  font-size: 14px;
  margin: 0 5px 0 0;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #15a7ae;
}
#options .grid_list ul li.active i.fa{
  cursor: default;
}
#options .grid_list ul li i.fa:hover,
#options .grid_list ul li.active i.fa{
  color: #676767;
  border: 1px solid #676767;
}
#sortButton{
  background: #ffffff;
  border: 1px solid #d2d2d2;
  padding: 5px 10px;
  border-radius: 3px;
}
#sortButton .fa-caret-down{
  font-size: 10px;
}
#sortButton span.name{
  padding: 0 5px 0 0;
}
#sortButtonWarper .title-6{
  margin-right: 10px;
}

.sortBy strong.title-3{
  float: left;
  font-size; 12px;
}
#sortBox{
  right: 0;
  left: auto;
  font-size: 12px;
}
#sortBox ul > li{
  cursor: pointer;
}
#sortForm li:hover{
  margin-left: 10px;
}
/*End options*/
/* Account */
.customer-logged-in .sidebar .group_sidebar{
   padding: 20px 10px 0;
}
#accounts{
  position: relative;  
}
#accounts li.register{
  padding-right: 0;
}
#register-form button.btn{
  margin:  10px 0;
}
#create_customer{
  margin-bottom: 50px;
}
#loginButton{
  z-index: 1;
}
#top .login span{
  color: #ffffff
}
#top .login span:hover{
  color: #ffffff
}
#loginButton i.sub-dropdown{
  padding-bottom: 10px;
}
#accounts li.login #loginBox { 
  margin-top: 5px;
  padding: 0;
  width: 230px;
  left: auto;
  right: 0;  
  border-radius: 3px;
  padding: 10px 20px;
}
#order_shipping .order_address,
#order_payment .order_address{
  border: 1px solid #d2d2d2;
  padding: 20px;
}
/* End Account */

/* Contact Page */
.contact-page #contact_map_wrapper{
  margin-left: -10px !important;
  margin-bottom: 20px;
}

.contact-form .h1{
  padding: 0 0 12px 0;
  margin-top: 0;
}
/*End Contact Page */
/*search page*/
.search-page form.search-form input.input-block-level{
  padding:5px;  
  border: 1px solid #d2d2d2;
}
.search-page form.search-form button.search-submit{
  padding: 5px;
  background: transparent;
  border: 0;
}

.list-inline{margin-top:0px;}

.grid_list{
display:inline;
  width:30%;
  text-align:center;
  margin-right:20px;
  margin-bottom:20px;
}

.result-image{display:block;float:none !important;}

.grid_list span{font-size:10pt !important;display:block;font-weight:300; font-style:italic;color:#333 !important;}
.grid_list a span {color:#333 !important;}
.grid_list h4 {font-size:20pt;}

/*End search page*/

/*login page*/
/*End login page*/
.login-page .wrapper-title{
  text-align: left;
  
}
.login-page .guest{
  margin-top: 110px;
}
.login-page .guest,
.login-page #customer_login{
  margin-left: -10px;
}
#customer_login .alert-danger{
  margin-left: 10px;
}
/*home products*/
.home_products {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}
.group_homebanner{
	padding-left: 30px;  
}
.templateIndex .group-product-item .element{
  width: 33%;
  margin-bottom: 10px;
}
.home_banners_wrapper {
  padding-right: 0;
  padding-left: 5px;  
}
.home_banners_wrapper img{
  max-width: 100%;
}
.home_products_slider header.control-group,
.home_collections header.control-group{
  margin-bottom: 60px;
}
.home_products header.control-group{
  margin-bottom: 17px;
}

.home_products_slider{
  margin-left: -10px; 
  margin-right: -45px;
}
.home_products_slider .element form{
  margin: 0 45px 0 0;
}

.home_products_slider .col-view-all .btn,
.home_collections .col-view-all .btn{
  float:right;
  margin-right: 35px;
}
.home_products_slider .wrapper-title .title-3,
.home_collections .wrapper-title .title-3{
  margin-left: -20px;
  line-height: 28px;
}
.templateIndex .wrapper-title .title-3{
  font-size: 28px;
}

/*-----visibility-----*/
#home_collections .item .front div{
  position: relative;
}
#home_collections .item .front div a{
  position: absolute;
  bottom: 0;
  padding: 15px 10px;
  margin-top: -15px;
  display: block;
  text-align: center;
  background: rgba(255,255,255,.8);  
  width: 100%;
  text-transform: uppercase;
  
  transition:all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;

}
.home_collections{
  margin-left: -10px;
  margin-right: -45px;
}
#home_collections .item{
  margin-bottom: 30px;
}
#home_collections .item .group{
  padding: 0 45px 0 0;
}
#home_collections .item .group .container_item{
  position: relative;
  overflow: hidden;
}
#content .background{
  margin-bottom: 30px;
}

#home_collections_wrapper .owl-theme .owl-controls .owl-buttons,
.home_products_wrapper .owl-theme .owl-controls .owl-buttons{      
  position: absolute;
  top: -48px; 
  width: 100%;
}
#home_collections_wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev,
#home_collections_wrapper .owl-theme .owl-controls .owl-buttons div.owl-next,
.home_products_wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev,
.home_products_wrapper .owl-theme .owl-controls .owl-buttons div.owl-next{
  background: #15a7ae;
  border: 1px solid #15a7ae;
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 3px;
  opacity: 1;
}
#home_collections_wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev i,
#home_collections_wrapper .owl-theme .owl-controls .owl-buttons div.owl-next i,
.home_products_wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev i,
.home_products_wrapper .owl-theme .owl-controls .owl-buttons div.owl-next i{
  border: 0 !important;
}
#home_collections_wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
#home_collections_wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover,
.home_products_wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.home_products_wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover{
  border: 1px solid #212121;
  background: #212121;
}
/*End home products*/
/*home_banners_container*/

.home_products_slider{
  margin-bottom: 20px;
}
.home_banners_container .banner {
  margin-bottom: 30px;
}
.home_banners_container .banner img:hover{
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
/*End home_banners_container*/

/*PRODUCTS*/
.product-page{background-color:;}
.product-information{background-color:#f9f9f9;width:40%;border:1px solid #eee;}
.product-information h1#page-title{padding-top:15px;text-align:left !important;}
.product-information h1#page-title span{font-weight:100 !important;text-transform:none;color:#333 !important;}
.btn-next, .btn-previous{display:block;margin-top:10px !important;font-size:16px;}
#product-header{text-align:left !important;}

/* Newsletter */
.modal-content .col-left{width:50%;float:left;display:inline;}
.modal-content .col-right{width:50%;display:inline;float:left;position:relative;}
#mc_embed_signup label{width:30%;font-weight:bold;text-transform:uppercase;}
#mc_embed_signup input{width:65%; font-size: 16px;}
/* #mc_embed_signup input[type="submit"]{background-color:#ed1d45;color:#fff;padding:5px 10px;right:0px;font-size:18px;border:0px;margin-right:15px; margin-top:20px;float:right;} */
#mc_embed_signup input[type="submit"] {
  height: 40px;
  background-color: #18a7b0;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  width: auto;
  border: none;
  margin-top: 15px;
}
#mc_embed_signup .clear {
    display: flex;
    justify-content: center;
}
#mc_embed_signup .mc-field-group {
  width: 100% !important;
}
#mc_embed_signup .button:hover {
  transition: 0.25s;
  background-color: #FFF !important;
  color: #18a7b0;
}
#mc_embed_signup .indicates-required{font-size:12px;}
.modal-content p{font-size:14px;}
.modal-dialog{padding-top:60px;}
.modal-header{border-bottom:0px;}
.col-right button{float:left;z-index:100;margin-top:10px;position:absolute;margin-right:-30px;right:0px;color:#fff;opacity:1;}
h2.modal-title{font-weight:bold;color:#ed1d45;font-size:30px;padding-left:10px;}
.modal-body{padding-top:0px !important;}

ul.newsletter li{
  width: 100%;
  float:left;
  text-align: left;
}
ul.newsletter .group_input{
  position: relative;
  padding-right: 43px;
}
ul.newsletter button.btn{
  position: absolute;
  top: 0;
  right: 0;  
  margin-top: 4px;
  padding: 6px 12px;
}
#widget-newsletter{
  border: 1px solid #d2d2d2;
  padding: 10px 20px 20px;
  border-radius:5px;
  overflow: hidden;
}
#widget-newsletter .title_letter{
  font-size: 25px;
  margin-bottom: 20px;
  color:#15a7ae;
  font-weight: 600;
}
/*End Newsletter */


/* Header on mobile */
/*end header on mobile*/
/* Logo */
/* End Logo */

/*widget-shipping*/
/*end widget-shipping*/



/* Quick Shop */
/* End Quick Shop */


/* jGrowl */
/* End jGrowl */

/* Typography */
/*End Typography */
/*slider*/
.cameraContent{  
margin-right:auto;
  margin-left:auto;
  text-align:center;
}
.camera_caption > div{
  padding: 0;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  display:block;
}
.camera_caption {
  display: block; 
  text-align:center;
}
.camera_caption > div > a{
  color: #fff;
}
.camera_cta > div > a:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.camera_cta_2 > div > a{
  color: #fe4a4a;
  font-size: 14px;
  font-weight: bold;
}
.camera_caption.camera_caption_1 > div > span{
  color: #eb2141
}

.camera_caption.camera_title_3,
.camera_caption.camera_caption_des_3,
.camera_caption.camera_caption_3,
.camera_caption.camera_cta_3,
.camera_caption.camera_title_4,
.camera_caption.camera_caption_des_4,
.camera_caption.camera_caption_4,
.camera_caption.camera_cta_4,
.camera_caption.camera_title_1,
.camera_caption.camera_caption_des_1,
.camera_caption.camera_caption_1,
.camera_caption.camera_cta_1{
  	margin-left:auto;
  margin-right:auto;
}


.camera_caption.camera_title_3,
.camera_caption.camera_caption_des_3,
.camera_caption.camera_caption_3,
.camera_caption.camera_cta_3,
.camera_caption.camera_title_4,
.camera_caption.camera_caption_des_4,
.camera_caption.camera_caption_4,
.camera_caption.camera_cta_4,
.camera_caption.camera_title_5,
.camera_caption.camera_caption_des_5,
.camera_caption.camera_caption_5,
.camera_caption.camera_cta_5,
.camera_caption.camera_title_1,
.camera_caption.camera_title_2,
.camera_caption.camera_caption_des_1,
.camera_caption.camera_caption_des_2,
.camera_caption.camera_caption_1,
.camera_caption.camera_caption_2,
.camera_caption.camera_cta_2,
.camera_caption.camera_cta_1{
  	bottom: auto;    	
}
.camera_caption.camera_title_1 > div,
.camera_caption.camera_title_2 > div,
.camera_caption.camera_caption_des_1 > div,
.camera_caption.camera_caption_des_2 > div,
.camera_caption.camera_caption_1 > div,
.camera_caption.camera_caption_2 > div{
  background: transparent !important;
  font-family:Garamond, Baskerville, Caslon, serif;
  font-weight: 600;
  display:block;
}
.camera_caption.camera_title_1,
.camera_caption.camera_title_2{
  top: 30%;  
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.camera_caption.camera_title_2{
  	font-size: 20px;
  	left: -88px;
  	text-transform:  uppercase;
}
.camera_caption.camera_title_1{  	
  	font-size: 50px;  
  display:block;
  text-shadow:0px 1px 5px #333;
}

.camera_caption.camera_title_1 h1{color:#fff !Important;font-weight;900 !important;}

.camera_caption.camera_caption_des_2{  
  left: -150px;
  text-align: center;
  width: 60%;
}
.camera_caption.camera_caption_des_1,
.camera_caption.camera_caption_des_2{  	  	
  	font-size: 13px;
    line-height: 1.5em;
    top: 70%;
}
.camera_caption.camera_caption_1{
  font-size: 50px;
}
.camera_caption.camera_caption_2{  	
  	font-size: 45px;
  	text-transform: uppercase;
  	left: -128px !important;
}
.camera_caption.camera_caption_1,
.camera_caption.camera_caption_2{
  	top: 300px;   	  	 	    
  	line-height: 1.5em;
}
.camera_caption.camera_cta_2{
  	top: 50% !important;
  margin-left:auto;
  margin-right:auto;
}
.camera_caption.camera_cta_1{
  	border-radius:3px; 
    margin-left:auto;
  margin-right:auto;
  width:400px;
  position:relative;
  margin-top:250px;
  
}
.camera_caption.camera_cta_2 div,
.camera_caption.camera_cta_1 div{
  font-size: 20px;  
  text-transform: uppercase;
  padding: 10px 10px;
  margin-left:auto;
  margin-right:auto;
  bottom:20%;
  
}

.camera_caption.camera_cta_2 div:hover,
.camera_caption.camera_cta_1 div:hover{
  background-color:#333;
  cursor:pointer;
}

/*end slider*/
/*fix*/
.templateIndex .add-to-cart,
.templateIndex .select-option{
  display: none;
}
/*End fix*/
/*quickshop*/
#quick-shop-price-container{
  margin: 20px 0;
}
#quick-shop-modal i.close{
  	font-size: 15px;
  	padding: 5px 6px;
  	border: 1px solid #15a7ae;
  	color: #15a7ae;
  	border-radius: 50%;
}
#quick-shop-modal i.close:hover{
  	border: 1px solid #676767;
  	color: #676767;
}
#gallery_main_qs{
  margin: 20px 0;
}
#gallery_main_qs .owl-item .image-thumb{
  display: block;
  margin: 0 10px;
}
#gallery_main_qs .owl-item .image-thumb img{
  max-width: 100%;
}
#quick-shop-relative{
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
}
/*End quickshop*/
#prod-related-wrapper .product-price{
  	margin: 10px 0;
}
/*fix*/
.navbar-nav{
  width: 100%;
}
.customer-logged-in a.control-label{
  margin-left: 10px;
}
.errors a{
  color: #fff;
}
.errors a:hover{
  color: #15a7ae;
}
.jGrowl-notification .jGrowl-close{
  border: 1px solid #15a7ae;
  border-radius: 50%;
  background: #fff;
}
.jGrowl-notification .jGrowl-close:hover{
  border: 1px solid #676767;
}
.jGrowl-close i.fa{  
  color: #15a7ae;  
  font-size: 14px !important;
  padding: 5px 7px;
}
.jGrowl-notification .jGrowl-close:hover i.fa{  
  color: #676767;
}
div.jGrowl div.jGrowl-notification div.jGrowl-close{
  top: -10px !important;
  right: -10px;
  left: auto !important;
}

/*HOMEPAGE Category Nav */

.col-md-9 img{max-width:100%;}

.homepage_tabs_navbar{
 background-color:#eee; 
  height:50px;
  position:relative;
  z-index:0;
}

.homepage_tabs {
  position: relative;
  background-color:#eee;
  min-height: 700px; /* This part sucks */
  clear: both;
  margin: 25px 0;
  text-align:center;
}
.category_tab {
  display:inline;
  margin-bottom:10px;
  margin-right:20px;
  width:100%;
  background-color:#eee;
  z-index:10;
}

.category_tab label {
  background: transparent; 
  padding: 10px; 
  margin-left:auto;
  margin-right:auto;
  font-size:20px;
  	cursor:pointer;
  z-index:100;
}

.category_tab label:hover{
  color:#15a7ae; 
}

.category_tab [type=radio] {
  display: none;   
}
.category_content {
  position: absolute;
  top: 50px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border-top:1px solid #eee;
  height:700px;
  
}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
  	cursor:pointer;
}
[type=radio]:checked ~ label ~ .category_content {
  z-index: 1;
}

.tabs_products{text-align:center;}
.tabs_product_image{width:60%;text-align:center;margin-left:auto;margin-right:auto;}
.tabs_product_name{width:80%;text-align:center;margin-left:auto;margin-right:auto;}

/* Scroll to top */
#scroll-to-top{
  -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;
  -moz-backface-visibility: hidden;
  
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  right: -50px;
  bottom: 10px;
  z-index: 1000;
  display: block;
  cursor: pointer;
  text-align: center;
}
.touch #scroll-to-top{
  display: none;
}
#scroll-to-top i{
  font-size: 23px;
  padding: 5px 12px 8px;
  background: #15a7ae;
  color: #ffffff;
  display: block;
}
#scroll-to-top i:hover{
  opacity: 1;
  filter: alpha(opacity=100);
  background: #212121;
  color: #ffffff;
}
#scroll-to-top.on {
  right: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#scroll-to-top.off {
  right: -60px;
}
.tooltip.top{  
  background: transparent;
}

#top.on .top{
  display: none;
}
#top.on .top-logo img{
  width: 50%;
  height: auto;
}
#top.on .navbar-nav > li{
  padding: 0 !important;
}
#top.on .top-search {
	margin-top: -10px;
}
#top.on .navbar{
  min-height: 25px !important;
}
#top.on .top-navigation{
  margin-top: 0;
}
#top.on .top-other{
  padding-bottom: 0;
  padding-top: 0px;
}
#top.on nav.navbar .nav > li > a{
  font-size: 13px;
}
#top.on .top-navigation{
  padding-left: 0;
  margin-top: 5px;
}
.login:hover span#loginButton{
  color: #676767;
}
#loginBox.dropdown-menu .wrap-bodyBox{
   padding: 10px 20px 20px;
   border: 1px solid #d2d2d2;
   border-radius: 3px;
}

.dropdown-menu:before {
    border-bottom: 7px solid #C3C3C3;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
  	*display: inline;
  	zoom: 1;
    left: auto;
    position: absolute;
    right: 54px;
    top: -7px;
}
.dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
  	*display: inline;
  	zoom: 1;
    left: auto;
    position: absolute;
    right: 55px;
    top: -6px;
}

#sortBox.dropdown-menu:before {
    border-bottom: 7px solid #C3C3C3;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: auto;
    position: absolute;
    right: 32px;
    top: -7px;
}
#sortBox.dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: auto;
    position: absolute;
    right: 33px;
    top: -6px;
}
/*End fix*/	
/*forget pass*/
#recover-password .wrapper-title .line{
  	margin: 20px 0;
  	border-top: 1px solid #d2d2d2
}
.product .variant_title .fa.fa-caret-right{
  	margin: 0 10px;
}
#order_details td.product{
  	text-align: left;
}
.order_summary td{
  	text-align: right !important;
  	font-weight: bold;
}
.order_summary td.total{
  	text-align: center !important;
  	font-weight: normal;
}
.owl-carousel .owl-item{
  text-align: center !important;
}
/*End forget pass*/
/*detail*/
/*tag*/
#product-header .relative ul li a,
#product-header .relative ul li span{
  color: #333333 ;
}
#product-header .relative ul li.tags a,
#product-header .relative ul li a:hover{
  color: #676767;
  font-weight: 300;
}

#product-header .relative ul li.tags a{font-size:12pt;}

#product-header .relative ul li.tags a:hover{
  text-decoration: underline;
}


/*End tag*/
/*end detail*/
/*login*/
a.return,
a.action{
  color: #676767;
}
a.return:hover, a.action:hover{
  text-decoration: underline;
}
.col-md-20.guest .btn,
.login-wrapper .btn{
  margin: 10px 0;
}
#guest p.note{
  margin-top: 10px;
  font-family: arial;
}
/*End login*/
table.cart-items thead th,
table.cart-items thead td,
table.cart-items tbody td, 
table.cart-items tfoot td{
  	border-right: 0 !important;  
}
.cart-items .title .link:hover a,
.cart-items .title .link:hover span{
  color: #676767;
}

/*===============
detail action
=================*/
#product-actions{
  margin-bottom: 20px;
}
#product-actions .others-bottom button#add-to-cart{
  	margin-bottom: 0;  
}
#product-actions .others-bottom{  
  line-height: 28px;
}
#product-actions .others-bottom a{
  margin: 0 10px;
}
label.wrapper-title{
   float: left;
}
label.wrapper-title,
.selector-wrapper label{
  text-align: left; 
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 13px;
  width: 100px;
}
.selector-wrapper{
  margin:5px 0;
}
.selector-wrapper label{
  margin-right: 13px;
}
.wrapper{
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 5px;
}
.wrapper{
  position: relative;
  vertical-align: top;
}
.wrapper i.fa-angle-down{
  position: absolute;
  top: 30%;
  right: 5px;
  margin-top:-5px;
}
.wrapper button{
  width: 150px;
  padding-right: 10px;
  background: #fff;  
}

#product-actions .price, 
#product-actions .price_sale{
  font-size: 25px;
}
.qty-wrapper .qty-up i.fa,
.qty-wrapper .qty-down i.fa{
  padding: 10px 5px;
  cursor: pointer;
}
/*===============
detail action
=================*/
/*fix*/
.group_sidebar .sb-wrapper:last-child{
  background: none;
}
.sidebar{
  margin-bottom: 15px;
}
.sidebar .blogs-item,
.sidebar .sb-wrapper{
  background: url(//cdn.shopify.com/s/files/1/0507/6793/t/2/assets/line2.png?v=154629108563863160391401851628) no-repeat center bottom;  
}

#ontent-wrapper-parent{
  z-index: 0;
}
header#top{
  position: relative;
  z-index: 999;
  background: #ffffff;
}
#top.on nav.navbar .dropdown-menu {    
    top: 178%;    
}
#top nav.navbar .dropdown-menu{
  z-index: 999;
}
.allcollections-page h1#page-title{
  margin-bottom: 30px;
}
.reset-page .alert.alert-danger{
  margin-left: 10px;
}
#reset_password  p.note,  
.reset-page h1#page-title{
  padding-left: 10px;
}
.reset-page .btn{
  margin: 20px 0;
}
.pagination-blog .list-inline > li.next{
  padding-right: 0;
}

.templateCustomersAccount .sidebar{
  margin-top: 79px;
}
#fancybox-buttons.top{
  background: transparent;
}
#col-main.col-md-24.order-page.order-detail{
  padding: 0 10px;
}
.cart-items .action button i.fa{
  padding: 5px 2px;
}
/*End fix*/
.col-md-15,
.owl-carousel .owl-wrapper-outer{  
 	overflow: hidden;
}
#prod-related-wrapper ul li,
.home_products_wrapper ul li{
   list-style-position: inherit;
}
/*fix*/
.home_products_2{
  opacity: inherit !important;
}
.sort select {
  width: 140px;
}
/*End fix*/


/*new added*/
@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Lato', arial, sans-serif;
	font-size:20px;
	color:#231f20;	
	font-weight:400;
}
a{
color:#15a7ae;	
}
a:hover{
text-decoration:none;	
}
.pink-shade{
background:#0d8c92;	
color:#fff;
}
.pink-shade-text,p.price{
color:#15a7ae;	
}
.lato-bold ,p.price{
font-weight:500;	
}
.top-header{
	font-size:14px;
  height:60px;
  padding:10px 0;
}
.top-header a{
color:#fff;	
}
.top-header .cart{
background:url(../images/bag-icon.png) no-repeat right center;	
}
.top-header  span.bag-cart{
color: #15a7ae;
font-size: 13px;
display: inline-block;
margin-right: -2px;
padding-left: 10px;	
}
.top-header nav ul{
margin:0;
padding:0px 0;	
}
.top-header nav.nav-first ul li{
	margin-right:15px;
}
.top-header nav.nav-second ul li{
	margin-left:15px;
}

#main-header{
  border-bottom:0px solid #eee;
  background-color:#15a7ae;
}

#main-header .logo{
position:relative;	
}
#main-header .logo img{
position:absolute;
top:-50px;
  width:130px;
}

#main-header .navbar-default{
	background:none;
	border:none;
	margin-bottom: 0;
	padding: 15px 0;
}
#main-header .navbar-default a{
background:none;
}
#main-header .navbar-default .glyphicon{
	font-size:14px;
	color:#15a7ae;
	margin-left:0px;
}
#main-header .navbar-default .navbar-collapse{
padding:0px 0px 0px 0px;	
}
#main-header .navbar-default .navbar-nav li:nth-child(1) a{
	padding-left:10px;
}
.content{
  padding:20px 20px 0px 20px;
}
.content .row figure img{
width:100%;	
}
.content .row .row figure:nth-child(2){
margin-top:30px;	
}
.content article.below-ban-sec-text{
margin-top:40px;	
}

/*********************************/
#backbase{
	background:#ebebeb;
	padding:0px 0 50px;
	border-top:1px solid #ccc;
}
#backbase .prodcut-listing h2{
margin-bottom:20px;	
}
#backbase .prodcut-listing li:nth-child(1n+1){
padding-left:0;	
}
#backbase .prodcut-listing li{
padding-right:5px;	
}

#backbase .prodcut-listing li.last{
padding-right:15px;	
}
#backbase .prodcut-listing figure {
	min-height:460px;
}
#backbase .prodcut-listing figure img{
	width:100%;
	min-height:303px;
}
#backbase .prodcut-listing figure>a span.wish-list {
background: url(../images/wishlist1.png) no-repeat right bottom;
height: 64px;
width: 64px;
display: block;
background-size: 78%;
position: absolute;
bottom: 0;
right: 0;
}
#backbase .prodcut-listing figure>a span.wish-list:hover{
	background: url(../images/wishlist2.png) no-repeat right bottom;
	height: 64px;
width: 64px;
display: block;
background-size: 78%;
position: absolute;
bottom: 0;
right: 0;
}
#backbase .prodcut-listing figure .df-pr-box{

}
#backbase .prodcut-listing figure .btn-cart a{
display: block;
padding: 10px 0px 10px 32px;
text-transform: uppercase;
color: #fff;
background: #15a7ae url(../images/cart-icon.png) no-repeat 5% center;
background-size: 12%;
width: 68%;
margin: 0 auto;
}
#backbase .prodcut-listing figure a.img-anch{
position:relative;	
display:block;
}

/************************************/


#service-backbase{
	padding:0px 0 50px;
	position:relative;
}
#service-backbase .prodcut-listing h2{
margin-bottom:20px;	
height:30px;
}
#service-backbase .prodcut-listing li:nth-child(1n+1){
padding-left:0;	
}
.line{ border-top:#4f4748 solid 1px; margin-top:0px; position:absolute;}
#service-backbase .prodcut-listing .service-tab{ background:#fff; padding:4px 0px; width:60%; margin:-30px auto ; margin-bottom:30px; }
#service-backbase .prodcut-listing .service-tab > ul{ margin:0px; padding:0px;}
#service-backbase .prodcut-listing .service-tab > ul > li{ list-style:none; display:inline-block; padding:0 10px; font-size:18px; }
#service-backbase .prodcut-listing .service-tab > ul > li a:hover { color:#ef2743;}
#service-backbase .prodcut-listing .service-tab > ul > li span{ background:#ccc; border-radius:100%; width:8px; height:8px; padding:2px; float:left; margin:8px 15px 0 0px;}
#service-backbase .prodcut-listing .service-tab > ul > li span:hover{background:#ef2743;} 
#service-backbase .prodcut-listing li{
padding-right:5px;	
}

#service-backbase .prodcut-listing li.last{
padding-right:15px;	
}
#service-backbase .prodcut-listing figure {
	min-height:460px;
}
#service-backbase .prodcut-listing figure img{
	width:100%;
	min-height:303px;
}
#service-backbase .prodcut-listing figure>a span.wish-list {
background: url(../images/wishlist1.png) no-repeat right bottom;
height: 64px;
width: 64px;
display: block;
background-size: 78%;
position: absolute;
bottom: 0;
right: 0;
}
#service-backbase .prodcut-listing figure>a span.wish-list:hover{
	background: url(../images/wishlist2.png) no-repeat right bottom;
	height: 64px;
width: 64px;
display: block;
background-size: 78%;
position: absolute;
bottom: 0;
right: 0;
}
#service-backbase .prodcut-listing figure .df-pr-box{

}
#service-backbase .prodcut-listing figure .btn-cart{
	position:absolute;
	bottom:10px;
	width:300px;}
#service-backbase .prodcut-listing figure .btn-cart a{
display: block;
padding: 10px 0px 10px 32px;
text-transform: uppercase;
color: #fff;
background: #15a7ae url(//cdn.shopify.com/s/files/1/0507/6793/t/2/assets/cart-icon.png?v=31459174915540273671402941656) no-repeat 5% center;
background-size: 12%;
width: 68%;
margin: 0 auto;
}
#service-backbase .prodcut-listing figure a.img-anch{
position:relative;	
display:block;
}

.belowersettext{
	padding:20px 0;
background:#231f20;	
}
.belowersettext p{
color:#fff;	
}
.belowersettext .btn-shop-now a{
color:#fff;
display:block;
width:100%;
margin-top:2%;
padding:15px 25px;
text-transform:uppercase;	
}
.news-update{
padding:35px 0;	
}
.news-update  span.text-right{
display:block;	
}
.news-update h3{
margin-top:30px;	
}
.news-update figure.user-pic{
	float:left;
	margin-top: 26px;
}
.news-update div.user-desc{
	padding-left: 37%;
}
.interior-dsgn{
background:#ebebeb url(interior.jpg) no-repeat;
overflow:hidden;
min-height:270px;	
background-size:120%;
margin:20px 0;
}
.interior-dsgn .btn-account{
margin-top:40px;	
}
.interior-dsgn .btn-account a{
	font-weight:700;
}
.interior-dsgn .btn-account a.pink-shade{
	text-transform:uppercase;
	padding:18px 28px;
	margin-right:20px;
}
.interior-dsgn .row aside{
	padding:20px 0;
}
.user-cmnt{
padding:25px 0;	
}
.user-cmnt figure{
float:left;	
}
.user-cmnt figure img{
	border: 2px solid #d8d8d8;
border-radius: 77px;
width: 73px;
height: 76px;
}
span.line-back{
  background:url(//cdn.shopify.com/s/files/1/0507/6793/t/2/assets/line-back.png?v=31393939572508717431402941928) no-repeat right center;
display:block;
width:121px;
height:73px;
margin-top:-40%;
margin-left:-24%;	
}
.user-cmnt figcaption{border: 2px solid #d8d8d8;
margin-left:90px;
padding: 10px;
}
.user-cmnt .read-more a{ color:#ef2743; line-height:25px; margin-top:10px;}

.extra-offer{ border-top:#ccc solid 1px;}
.extra-offer ul{ margin:0px; padding:0px;  margin-top:40px;}
.extra-offer ul li{ list-style:none; display:inline-block; color:#ef2743; padding:0 10px; }
.extra-offer ul li span.days{ background:url(days3) no-repeat 0px 0px; 
float:left; width:30px; height:30px; margin-right:10px;}
.extra-offer ul li span.free{ background:url(free.jpg) no-repeat 0px 0px; 
float:left; width:30px; height:30px; margin-right:10px;}
.extra-offer ul li span.promo{ background:url(promo.jpg) no-repeat 0px 0px; 
float:left; width:30px; height:30px; margin-right:10px;}
.extra-offer ul li span.lock{ background:url(//cdn.shopify.com/s/files/1/0507/6793/t/2/assets/lock.jpg?v=105290020940867738851402942025) no-repeat 0px 0px; 
float:left; width:30px; height:30px; margin-right:10px;}

@media only screen and (max-width: 480px) {
	.container{
  	width:auto;
	}
}

/*custom styles*/
.container {
  width: auto 1400px;
  position: relative;
}

.full-width {
  width: 100%;
  padding: 0;
}

#bs-example-navbar-collapse-1 {
  width: 100%;
  float: left;
}

#main-header .navbar-default {
  padding-bottom: 20px !important;
}

.top-search {
  margin-top: 0px;
  margin-right:40px;
}

.top-search .search-form {
  width: 170px;
  padding-left: 8px;
  border: none;
  margin-top:-5px;
}

.top-search .search-form input {
  background-color: #0d8c92;
  height: 33px;
  padding-left: 10px;
  border: 1px solid #1cb3ba;
  color:#000;
  background-color:#83e2e7 !important;
}

.top {
  display: none;
}

.top-search .search-form button.search-submit {
  left: inherit;
  right: -48px;
  margin-top: -19px;
}

#header-search .search-submit {
  font-size: 18px;
  color: #fff;
}

#top.on {
  padding-top: 0;
}

.content-1 img.odd {
  margin-top: 34px;	
}

.center-content {
  text-align: center;
  margin: 40px 0 20px 0;
  margin-left:auto;
  margin-right:auto;
}

.center-content h1 {
  color: #333;
  font-weight:200;
}

.center-content p {
  color: #000;
  font-weight:100;
}

@media only screen and (max-device-width: 480px) {
  .catergorysection h2 {line-height:1.1em;font-size:66px !important;font-weight:800}
  .product-information{width:100%;}
  #main-header .navbar-default .navbar-collapse{margin-top:10px;}
  .navbar-collapse{border:0px;}
}


ul.product-selection {
  display: inline-block;
  margin-top: 20px;
  width: 50%;
}

ul.product-selection li.first {
  list-style-type: none;
}

ul.product-selection li {
  color: #dadada;
  float: left;
  margin-right: 13px;
}

ul.product-selection li.last {
  margin-right: 0;
}

ul.product-selection li a {
  color: #505050;
  font-size: 23px;
  text-transform: uppercase;
}

ul.product-selection li a:hover {
  color: #ed2142;
}

ul.product-selection li a.active {
  color: #ed2142;
}

.cta-1 {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  background-color: #231f20;
  padding: 55px 80px;
}

.cta-1 p {
  color: #fff;
}

.cta-1 a {
  background-color: #ed2142;
  color: #fff;
  height: 76px;
  display: inline-block;
  font-size: 30px;
  line-height: 76px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 40px;
}

.content-3 {
  padding: 30px 0;
}

.content-3 h1 {
  color: #231F20;
  margin-bottom: 30px;
}

.content-3 h2 {
  color: #ED2142;
  margin-top: 0;
}

.content-3 h1,
.content-3 h2 {
  text-transform: none;
}

.content-3 p {
  font-size: 16px;
  line-height: 24px;
}

.content-3 .more {
  text-align: right;
}

.content-3 .more a {
  color: #ED2142;
  font-size: 16px;
}

.content-3 .more a:hover {
  text-decoration: underline;
}

.content-3 img {
  float: left;
  margin-right: 20px;
}

.cta-create-an-account {
  display: block;
  overflow: hidden;
  background: url(http://cdn.shopify.com/s/files/1/0507/6793/files/designer-bg.jpg?2592) no-repeat right center;
  background-color: #ebebeb;
  padding: 30px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.cta-create-an-account h1 {
  text-transform: none;
  margin-top: 0;
}

.cta-create-an-account p {
  padding-bottom: 20px;
}

.cta-create-an-account h1,
.cta-create-an-account p {
  color: #58585a;
}

.cta-create-an-account a {
	color: #ed2142;
  	font-size: 30px;
  	line-height: 76px;
}

.cta-create-an-account a.create-account {
  background-color: #ed2142;
  color: #fff;
  height: 76px;
  display: inline-block;
  font-size: 30px;
  line-height: 76px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 40px;
  margin-right: 30px;
}

.cta-create-an-account .wrap {
	width: 45%;
}

.testimonials {
  overflow: hidden;
  padding: 30px 0;
}

.testimonials a {
  display: inline-block;
  float: right;
  margin-top: 40px;
}

.testimonial-wrapper {
  margin-left: 20px;
}

.testimonial-wrapper:first-child {
  margin-left: 0;
}

.testimonial-wrapper .avatar {
  overflow: hidden;
  display: inline-block;
  width: 20%;
  float: left;
}

.testimonials-list{
 	list-style:none;
  display:inline-block;
  
}


.testimonial-list div.avatar{
	float:left;
	margin-right:10px;  
}

.testimonial-list div.quote{
 float:left;
  display:inline;
}

.testimonial {
  display: inline-block;
  width: 76%;
  float: right;
  border: 1px solid #cccccc;
  color: #58585a;
  padding: 5px 15px;
}

.testimonial .name p {
  text-align: right;
}

.more_testimonails{text-align:center;margin-left:auto;margin-right:auto;margin:10px 0px;}

.upsell {
  border-top: 1px solid #d8d8d8;
  padding: 30px 0 25px 0;
}

.upsell .container div {
  display: block;
  float: left;
  margin-left: 30px;
}

.upsell .container div:first-child {
  margin-left: 0;
}

.upsell img {
  float: left;
}

.upsell .container div:nth-of-type(3) img,
.upsell .container div:nth-of-type(4) img {
  margin-top: -7px;
}

.upsell h1 {
  color: #eb2243;
  float: left;
  font-size: 25px;
  margin-top: 0;
  padding-left: 7px;
}

 #footer a {color: #FFF; font-size: 14px;}

.footer-content-middle h2 {
  font-size: 16px;
  color: #FFF;
  border-bottom:1px solid #d7f1f3;
  padding-bottom:10px;
  text-transform:none !important;
}

.footer-content p{color:#3a3a3a;}

.footer-content-middle p {
  font-size: 13px;
}

.footer-content-middle ul li {
  padding: 0;
  list-style-type: none;
  padding-left: 0px;
  /*background-image: url(http://cdn.shopify.com/s/files/1/0507/6793/files/bullet.png?3460);*/
  background-repeat: no-repeat;
  background-position: 0 9px;
  font-size:13px;
}

.footer-content-middle ul li a {
  font-size: 15px;
}

.footer-bottom {
  clear: both;
}

.phone,
.email {
  overflow: hidden;
  height: auto;
}

.phone p,
.email p {
  margin-top: 10px;
}

.retail-store {
  margin-bottom: 30px;
  color:#3a3a3a;
}

.social a img {
  padding: 0;
  margin: 15px 20px 0;
}

.hours{color:#3a3a3a;}

.hours div:nth-of-type(2) {
  margin-left: 50px;
}

.social,
.newsletter-form {
  overflow: hidden;
  display: inline-block;
}

.newsletter {
margin-top:10px;
}

.newsletter-form input[type="text"] {
  width: 157px;
  height: 40px;
  padding-left: 10px;
}

.newsletter-form input[type="text"],
.newsletter-form input[type="submit"] {
  float: left;
}

::-webkit-input-placeholder {
  color: #3a3435;
  font-size: 16px;
}

:-moz-placeholder {
  color: #3a3435;
  opacity: 1;
  font-size: 16px;
}

::-moz-placeholder {
  color: #3a3435;
  opacity: 1;
  font-size: 16px;
}

:-ms-input-placeholder {
  color: #3a3435;
  font-size: 16px;
}

.newsletter-form input[type="submit"] {
  height: 40px;
  background-color: #18a7b0;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  width: auto;
  border: none;
  padding: 0 10px;
  margin-left: 10px;
}

.newsletter h1 {
  margin-top: 0;
}

.footer-bottom {
  padding: 30px 0;
  border-top: 1px solid #eee;
  margin-top: 10px;
  color:#3a3a3a;
}

.footer-content-bottom {
  border-top: 0px solid #eee;
}

.login-module {
  background-color: #d41433;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 55px;
  z-index: 1000;
  display: none;
}

.login-module p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 5px;
}

.login-module a.register,
.login-module #submit {
  color: #fff;
  background-color: #000;
  border: 2px solid #58595b;
  font-size: 20px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 10px 8px 10px;
}

.login-module input {
  height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  padding: 0 15px;
}

.login-module p,
.login-module a.register {
  float: right;
}

.login-module input,
.login-module #submit {
  float: left;
  margin-left: 15px;
}

.login-module .login-form {
  border-left: 1px solid #ec2242;
}

.login-module .register-today,
.login-module .login-form {
  padding: 20px 0px 0px;
}

.login-module .register-today {
  padding-right: 20px;
}

.login-module .login-form {
  padding-left: 10px;
}

.login-module .login-form a {
  display: inline-block;
  color: #fff;
  margin-left: 10px;
  font-size:12pt;
}

.login-form form div {
  width: auto;
  overflow: hidden;
  display: inline-block;
  float: left;
}

.main.logo{
  position:absolute;
top:15px;
  z-index: 2000;
  
}

.main.logo img{
  top: 10px;
  width: 130px;
margin-left:20%;
}

.topbar{padding:0 40px;
float: left;
  position: absolute;}


.logo-holder{position:absolute;width:40%;margin-left:auto;margin-right:auto;}

.mt-5 {margin-top: 50px;}

.lowercase {text-transform: capitalize;}

.footer-divider {
  color:#83e2e7;
  margin: 0 20%;
}

@media (min-width: 991px) and (max-width: 1200px) {
  #top a {
    font-size: 14px;
  }
  
  #bs-example-navbar-collapse-1 {
    width: 100%;
  }
    
  .top-search .search-form {
    width: 180px !important;
  }
}

@media (max-width: 991px) {
  
  .top-search {
    display: none;
  }
  
  .navbar-header {
    display: block !important;
  }
  
  .navbar .is-mobile {
    display: none !important;
  }
  
  #main-header > .container {
    padding-left: 0;
    padding-right: 0;
  }
  
  #bs-example-navbar-collapse-1 {
    width: 100%;
  }
  
  .navbar-collapse {
    background-color: #fff;
  }
  
  .navbar-collapse.in {
    overflow: hidden;
  }
  
  .main.logo img {
    width: 80px !important;
  }

}

@media (max-width:480px) {
  .slider-content{padding-top:20px;}
  .slider-content h1{font-size:60px;color:#009ba0;font-weight:900;line-height:26px;padding-top:0px;}
  .slider-content h1 span{font-size:30px;}
  
  .slider-cover2{height:180px;}
    .slider-content2{padding-top:20px;background-position:top;
  height:180px;}
  .slider-content2 h2{font-size:40px;line-height:36px;padding-top:20px;padding-left:10px;}

  a.slider-button{margin-top:0px;padding:10px 20px;color:#15a7ae;background-color:#fff;font-weight:bold;font-size:20px;text-align:center;}
a.slider-button:hover{background-color:#333;color:#fff;}
  .center-content{width:100%;}
  .slider-content{padding-top:40px;padding-left:10px;}
  .slider-content h2{font-weight:bold;font-size:50px;color:#15a7ae;margin-bottom:0px;line-height:40px;}
  #home-slider{height:200px !important;}
  .grid_list{
display:block;
  width:90%;
  text-align:center;
    margin-bottom:10px;
}
}