/** Shopify CDN: Minification failed

Line 929:0 All "@import" rules must come first

**/
::selection {
    color: #fff;
    background: #121212;
}
::-moz-selection {
    color: #fff;
    background: #121212;
}

.secdescription {
    background: #f9f7f7;
  	padding: 55px 0;
}
.spr-container {
    padding: 20px !important;
    border-color: transparent !important;
}
.template-collection .main-section-products {
	padding-bottom: 15px;
}

.logoheader-sec .btn--link, .logoheader-sec .btn--link:hover, .logoheader-sec .btn--link:focus, ul.mobile-nav li a, ul.mobile-nav li a:hover, ul.mobile-nav li a:focus {
	background-color:#fff;
  	opacity:1;
}


a.linkproduct {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    width: 99%;
    color: transparent;
    height: 100%;
}
.template-product .section-header h2 {
    font-size: 35px;
    font-weight: 700;
    color: #121212;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 55px;
}


.product-single .btn--share {
    margin-right: 0;
    margin-bottom: 0;
}
.social-sharing a.fbicon svg.icon {
	fill: #fff !important;
    background: #3b5998;
    height: 40px;
    width: 40px;
    padding: 10px 8px 10px 10px;
  	margin-right: 10px;
  	opacity:0.9;
}
.social-sharing a.twrteicon svg.icon {
	fill: #fff !important;
    background: #00aced;
    height: 40px;
    width: 40px;
    padding: 10px 8px 10px 10px;
  	margin-right: 10px;
  opacity:0.9;
}
.social-sharing a.pinicon svg.icon {
	fill: #fff !important;
    background: #cb2027;
    height: 40px;
    width: 40px;
    padding: 10px 8px 10px 10px;
  	margin-right: 10px;
  opacity:0.9;
}
.social-sharing a.fbicon svg.icon:hover, .social-sharing a.twrteicon svg.icon:hover, .social-sharing a.pinicon svg.icon:hover {
	opacity:1;
}


.grid--uniform .medium-up--one-half:nth-child(2n+1) {
	clear:inherit !important;
}
.sortcol {
    margin-top: 75px;
    margin-bottom: 25px;
}
.sortcol select{
	width: 100% !important;
font-family: 'Abel', sans-serif;
font-size: 18px;
outline: none;
margin: 0;
background-color: #121212;
color: #fff;
border-radius: 2px;
background-image: url('/cdn/shop/files/ico-select2.png?2508291609084922158');
}

.sidetitlesec {
	width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.6);
    position: absolute;
    top: 0;
  	transition:0.3s;
  	-webkit-transition:0.3s;
  	-moz-transition:0.3s;
  	-ms-transition:0.3s;
    -o-transition:0.3s;
}
.sidetitlesec:hover {
	background: transparent;
  	transition:0.3s;
  	-webkit-transition:0.3s;
  	-moz-transition:0.3s;
  	-ms-transition:0.3s;
    -o-transition:0.3s;
}
.sidetitlesec:hover h3 {
	opacity:0;
  	visibility:hidden;
  	transition:0.3s;
  	-webkit-transition:0.3s;
  	-moz-transition:0.3s;
  	-ms-transition:0.3s;
    -o-transition:0.3s;
}
.mainsidesec {
	margin-bottom:10px;
  	overflow:hidden;
}
.mainsidesec a {
	overflow:hidden;
}
.mainsidesec a div {
	transform:scale(1.0);
  	transition:0.3s;
  	-webkit-transition:0.3s;
  	-moz-transition:0.3s;
  	-ms-transition:0.3s;
    -o-transition:0.3s;
}
.mainsidesec:hover a div {
	transform:scale(1.1);
  	transition:0.3s;
  	-webkit-transition:0.3s;
  	-moz-transition:0.3s;
  	-ms-transition:0.3s;
    -o-transition:0.3s;
}

.sidetitlesec h3{
	font-size: 18px;
	padding: 0;
}
.filter-collection .grid__item.medium-up--one-half {
    padding-left: 5px;
    padding-right: 5px;
}

.filter-collection {
    margin-top: 10px;
  	float: left;
	width: 100%;
  padding-bottom: 10px;
}
.filter-sortby ul {
	border-bottom: solid 1px #ddd;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-top: solid 1px #ddd;
    padding-top: 25px;
}

.filtersecinner select{
	width: 100% !important;
    font-family: 'Abel', sans-serif;
    font-size: 18px;
    outline: none;
    margin: 0;
    background-color: #121212;
    color: #fff;
    border-radius: 2px;
  	background-image: url('/cdn/shop/files/ico-select2.png?2508291609084922158');
}

.filters-toolbar-upper label.label--filter, .filter-sortby label.label--sortby, .filter-collection label {
    line-height: 55px;
  	font-size: 20px;
    color: #121212;
    font-weight: 500;
  	margin-bottom:0px;
}
.countcustom span {
	font-size: 20px;
    color: #121212;
    font-weight: 500;
  	line-height: 75px;
}
.filtersecinner li, .filter-sortby ul li {
    display: block;
}
.filtersecinner ul li a, .filter-sortby ul li a {
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px #8b8b8b;
    margin-bottom: 10px;
    color: #8b8b8b;
    font-weight: 400;
}

.filtersecinner ul li a:hover, .filtersecinner ul li.active a, .filter-sortby ul li a:hover, .filter-sortby ul li.active a {
	background:#121212;
  	color:#fff;
  	border-color:#121212;
}

.template-collection .featured-sec {
	padding-bottom:5px;
}
.product-form__item--quantity .product-form__input {
	width:auto;
}
.mainsliderclass .slick-prev, .mainsliderclass .slick-next{
	top: 50%;
    height: 100%;
    margin-top: 0;
    width: 40px;
    height: 40px;
    z-index: 999;
    background: #121212;
    padding: 3px;
    bottom: inherit;
    border-radius: 3px;
    border: 1px solid #101010;
    color: #fff;
    opacity: 0.9;
    line-height: 45px;
  	opacity:0.8;
}
.mainsliderclass .slick-prev:hover, .mainsliderclass .slick-next:hover {
	opacity:1;
}
.mainsliderclass .slick-next {
	right: 1%;
}
.mainsliderclass .slick-prev {
	left: 1%;
}
.mainsliderclass .slick-prev::before, .mainsliderclass .slick-next::before{
	color:#fff;
}
.mainsliderclass .slick-prev::before{
	content: "\f104";
	font-family: fontAwesome;
}
.mainsliderclass .slick-next::before{
	content: "\f105";
	font-family: fontAwesome;
}
.slick-slider .slick-dots li button::before {
	border-radius:0px;
}
.slideshow .slick-dots li button::before {
    color: #121212;
}


.template-search .main-content, .template-cart .main-content, .template-list-collections .main-content
{
      padding-top: 0px;
}
.innerlistcol .collection-grid-item__link {
	overflow:hidden;
}
.innerlistcol .collection-grid-item__overlay {
  	transform: scale(1.0);
	-webkit-transform: scale(1.0);
  	-moz--transform: scale(1.0);
  	-ms-transform: scale(1.0);
  	-o-transform: scale(1.0);
  	transition:0.5s;
  	-webkit-transition:0.5s;
  	-moz-transition:0.5s;
  	-ms-transition:0.5s;
    -o-transition:0.5s;
  	
}
.innerlistcol:hover .collection-grid-item__overlay {
  	transform: scale(1.1);
	-webkit-transform: scale(1.1);
  	-moz--transform: scale(1.1);
  	-ms-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	transition:0.5s;
  	-webkit-transition:0.5s;
  	-moz-transition:0.5s;
  	-ms-transition:0.5s;
    -o-transition:0.5s;
  	
}

.innerlistcol .title-sec-col h3 {
    position: absolute;
    text-align: center;
    bottom: 0;
    padding: 15px 10px;
   	top: unset;
    -ms-transform: translateY(0%);
    -webkit-transform: 0;
    transform: inherit;
    text-shadow: 0 0 15px rgba(0,0,0,0.1);
  	background: rgba(0,0,0,0.8);
    max-width: 300px;
    display: block;
    width: 100%;
  	margin-bottom:0;
    margin-left:auto;
    margin-right:auto;
  	left:0;
  	right:0;
  	color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
  	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.innerlistcol:hover .title-sec-col h3{
  	bottom:42%;
  	color: #000;
  	background:rgba(255,255,255, 0.9);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.padding_bootom {
	padding-top:60px;
  	padding-bottom: 30px;
}
.title-sec-col {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:rgba(0,0,0, 0.1);
  	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.title-sec-col:hover{
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.title-sec-col::before{
	display:none;
}
.title-sec-col h3 {
	color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    padding: 0 5px;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    text-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.home-quick-view .product-form__item.product-form__item--quantity {
    float: right;
    width: 50%;
}
.home-quick-view .displayvarient {
	width: 50%;
	float: left;
}
.drawer-page-content .product-form__item {
	flex:inherit;
    margin-bottom: 20px;
    padding: 0 5px;
    display: block;
    width: 50%;
}
.drawer-page-content .product-form {
	display:inherit;
}
.template-product .slick-prev::before, .slick-next::before {
	font-size: 20px;
  	color:#fff;
  	opacity:1;
}
.template-product .slick-prev::before {
	content: "\f104";
    font-family: fontAwesome;
}
.template-product .slick-next::before {
	content: "\f105";
    font-family: fontAwesome;
}

.custom_cart{
padding: 30px 0 60px 0;
}
.custom_cart th, .custom_cart .cart-flex-item, .custom_cart td.small--hide {
    color: #121212;
    font-size: 18px;
  	font-family: 'Abel', sans-serif;
}
.custom_cart .cart__image {
    border: solid 1px #ddd;
}
.custom_cart .small--hide a.btn {
	color: #fff;
    background: #121212;
    font-size: 14px;
    opacity: 0.9;
}
.custom_cart .small--hide a.btn:hover{
	opacity: 1;
}
.custom_cart .list-view-item__title a{
	color: #121212;
	font-size: 20px;
}
.custom_cart_footer label.cart-note__label, .custom_cart_footer .cart__shipping {
    font-size: 18px;
    color: #121212;
    font-weight: 400;
}
.custom_cart_footer a.btn, .custom_cart_footer input.btn {
	color: #121212;
    border-color: #121212;
    font-size: 16px;
    opacity: 1;
  	font-family: 'Abel', sans-serif;
}
.custom_cart_footer a.btn:hover, .custom_cart_footer input.btn:hover{
	background:#121212;
  	color:#fff;
}
.custom_cart_footer input.btn--small-wide{
	background: #121212;
	padding: 10px 25px;
  	opacity:0.9;
  	color:#fff;
  	font-family: 'Abel', sans-serif;
  	font-size: 16px;
}
.custom_cart_footer input.btn--small-wide:hover{
	opacity:1;
}
.custom_cart .empty-page-content a.btn.cart__continue-btn {
	background: #121212;
    font-size: 16px;
    opacity: 0.9;
}
.custom_cart .empty-page-content a.btn.cart__continue-btn:hover {
	opacity: 1;
}
.empty_search_btn button{
	background: #121212;
    padding: 10px 25px;
    font-size: 16px;
    font-family: 'Abel', sans-serif;
  	opacity:0.9;
}
.empty_search_btn button:hover {
	opacity:1;
}
.custom_top_pad{
margin-top: 60px;
margin-bottom: 0px;
}
.custom_list_view {
    padding-bottom: 50px;
}
.custom_list_view img.list-view-item__image {
	border:solid 1px #ddd;
}
.custom_list_view .list-view-item__title {
	color:#121212;
  	font-size:20px;
    font-weight: 500;
}
.custom_list_view .list-view-item__on-sale {
	color:#121212;
}


.home-quick-view a.btn.btn--small.btn--secondary.btn--share {
    padding: 10px 20px;
    background: transparent !important;
    border: 1px solid #Ddd !important;
    font-size: inherit;
    margin: 0px;
    line-height: 0px;
}
.home-quick-view p.product-single__vendor, .home-quick-view .product-single__description, .home-quick-view span.product-price__price{
	color:#121212;
}
.home-quick-view p.view-full{
	margin-top:10px;
}
.home-quick-view button.btn {
	background: #121212;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
  	font-family: 'Abel', sans-serif;
  	opacity:0.9;
  	margin-top: 20px;
    display: inline-block;
    margin-bottom: 15px;
}
.home-quick-view button.btn:hover {
	opacity:1;
}
.share-title, .share-title:hover {
	opacity:1 !important;
  color: #121212;
}
div#shopify-section-product-template-new {
    padding-top: 55px;
  	padding-bottom: 0px;
}
a.btn--secondary.btn--has-icon-before.return-link {
    background: transparent;
}
.product-single__price{
	font-size:14px;
}
.grid.product-single {
    padding-bottom: 60px;
}
.product-single .grid__item.product-single__photos {
    border-right: 1px solid #eee;
    padding-right: 40px;
}
.template-product .slick-prev {
    left: -30px;
}
div#thumbnails {
    display: inline-block;
}
.template-product .slick-prev, .template-product .slick-next {
    top: 0;
    height: 100%;
    margin-top: 0;
    width: 30px;
    height: 30px;
    top: 50% !important;
    z-index: 999;
    background: #121212;
    padding: 3px;
    right: 7%;
    bottom: inherit;
    border-radius: 3px;
    border: 1px solid #101010;
    color: #fff;
  	opacity:0.9;
  	line-height:30px;
}
.template-product .slick-prev:hover, .template-product .slick-next:hover {
	opacity:1;
}
.product-single__thumbnail {
    display: block;
    margin: 0;
    border: 2px solid transparent;
    padding: 0 6px;
}
.product-single .social-sharing {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px;
}
.product-single h1.product-single__title {
  
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    margin: 0 0 18px;
    font-weight: bold;
    color: #1a1a1a;
    text-transform: uppercase;
  	letter-spacing: 1px;
}
.product-single__vendor {
    color: #788188;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 0 10px;
    font-weight: 700;
    font-weight: normal;
}
.product-price__price {
    font-weight: 600;
    font-size: 18px;
    color: #8b8b8b;
}
span.product-price__sale {
    font-weight: 600;
    font-size: 18px;
    color: #121212;
}
.product-form__item label {
    display: block;
    font-weight: 500;
}
input#Quantity {
    max-width: 100px;
}
.template-product .cart-form {
    display: inherit;
}
.cart-form {
    display: flex;
    align-items: center;
}
.product-form-product-template-new .product-form__input {
    display: block;
    width: auto;
    border:1px solid #ebebeb;
    height: 48px;
  	font-family: 'Abel', sans-serif;
}
.product-single span#ProductPrice-product-template-new {
    font-size: 27px;
}
.product-form-product-template-new button#AddToCart-product-template-new {
    border: 0;
    width: auto;
    background: #121212;
    opacity: 0.9;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 25px;
    font-family: 'Abel', sans-serif;
    margin-top: 0;
    max-width: 240px;
    width: 100%;
  	display:inline-block;
  	margin-bottom: 10px;
}
.product-form-product-template-new .product-form__item.product-form__item--submit {
    width: 100%;
}
button#AddToCart-product-template-new:hover {
	opacity: 1;
}
.product-single__description strong, .product-single__description, .product-single__description p{
	color:#121212;
}
.custom-x-tabs {
   padding:0;
}
ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}
ul.tabs li.current {
    background: transparent;
    color: #121212;
    border-bottom: 2px solid #121212;
}
ul.tabs li {
    background: none;
    color: #222;
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    width: auto;
    text-align: center;
    border-bottom: 2px solid transparent;
    font-size: 19px;
  display:inline-block;
}
.tab-content.current {
    display: inherit;
}
.tab-content {
    display: none;
    background: #f9f7f7;
    padding: 0;
}
.social-sharing a:hover{
	border-color:#121212;
}

.template-product .slick-prev:hover, .template-product .slick-next:hover {
    background: #121212;
  	color:#fff;
}
.template-product .slick-next {
    right: -30px;
}
.template-product .slick-prev {
    left: -30px;
}
.slick-prev:hover::before, .slick-next:hover::before{
	color:#fff;
}
.product-single__thumbnail-image {
    max-width: 100%;
    display: block;
    border: 1px solid #f2f2f2;
}
#ProductSection-related-products .grid-view-item {
	margin:0;
}
.return-link-wrapper {
    margin: 30px 0 25px;
}
div#shopify-section-related-products {
    border-top: 1px solid #f2f2f2;
    padding-top: 60px;
    padding-bottom: 60px;
}
#ProductSection-related-products header.section-header {
    text-align: center;
}
.product-template__container .grid-view-item {
    padding: 0 15px;
}
.title-sec {
	padding:10px 10px 20px 10px;
  	text-align:center;
}

.page-container {
    -ms-transform:inherit;
    -webkit-transform: inherit;
    transform: inherit;
}
.template-product #MainContent, .template-collection .main-content{
	margin:0;
  	padding:0;
}
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.3);
    z-index: 9999;
  overflow-y: scroll;
}
.popup-inner {
    max-width: 900px;
    width: 90%;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 10px #4a4a4a;
    border-radius: 3px;
    background: #fff;
}
.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0,0,0,0.8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}


.custom_logIn {
	border: 1px solid #eee;
    box-shadow: 10px 10px 1px 1px #ddd;
    margin: 0px auto 0;
    margin-top: 0px;
    max-width: 100%;
    padding: 34px;
    width: 500px;
    max-width: 100%;
    background: #f4f4f4;
    border-radius: 0px;
    margin-top: 15px;
	margin-bottom: 60px;
}

.custom_logIn input.btn{
	background: #121212;
    padding: 12px 40px;
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Abel', sans-serif;
    width: 100%;
  	opacity:0.9;
}
.custom_logIn input.btn:hover {
	opacity:1;
}
.custom_logIn button.text-link {
	color:#121212;
  	font-size:18px;
  	font-weight:500;
  	font-family: 'Abel', sans-serif;
}
.home-quick-view h1.quick-title {
	font-size:25px;
  	border-bottom: solid 1px #Ddd;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.home-quick-view .thumbimges1 {
	margin-top:25px;
}
.home-quick-view #thumbnails {
    width: 76px;
    padding: 3px 4px;
}
.home-quick-view #thumbnails img, .home-quick-view #main-product-image {
	border:solid 1px #ddd;
}
section.coltitle .section-header {
    margin-bottom: 0;
  	background: rgba(0,0,0, 0.5);
	padding: 80px 0;
}
.coltitle .section-header h1 {
	margin:0;
  	padding:0;
  	color:#fff;
}
.template-collection section.coltitle {
    margin-bottom:-55px;
}

section.coltitle {
    padding: 0;
    background: #fafafa;
    margin-bottom: 0;
    background: url(/cdn/shop/files/car-1_da50282d-9932-44d8-bde6-9b627d956cea.jpg?v=1517383466);
    background-attachment: fixed;
    background-size: cover;
    background-position: center left;
}
.template-collection .custompro {
	padding-bottom:0px;
}
.custompro {
	padding-bottom:20px;
  	text-align:center;
  	margin:0;
}
.custompro .h4 {
	border-top:solid 1px #ddd;
  	padding-top: 20px;
  	color: #121212;
}
.custompro .grid-view-item__vendor {
	color:#121212;
  	margin-top:10px;
}
.collection-header .filters-toolbar__item select, .collection-header .filters-toolbar__product-count{
	font-family: 'Abel', sans-serif;
  	color:#121212;
  	font-size: 16px;
}
.featured-sec ul.pagination{
	margin-bottom:55px;
}
.featured-sec ul.pagination li a, .featured-sec ul.pagination li .btn {
	color: #121212;
    border-color: #121212;
    padding: 10px;
    border-radius: 3px;
    opacity: 0.9;
}
.featured-sec ul.pagination li a:hover, .featured-sec ul.pagination li .btn:hover {
    opacity: 1;
}

.drawer-page-content .product-single__description {
	border: solid 1px transparent;
	padding: 20px;
  	margin-top: 15px;
}


@import url('https://fonts.googleapis.com/css?family=Abel');

body {
	font-family: 'Abel', sans-serif;
}

body p {
	font-family: 'Abel', sans-serif;
  	font-weight:300;
  	font-size:16px;
  	line-height:28px;
  	color: #121212;
}
a, a:hover{
	opacity:1;
  	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
a:focus{
	opacity:1;
}

body h1 {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: #121212;
    line-height: 50px;
    letter-spacing: 3px;
}
body h2 {
    font-size: 30px;
    font-weight: 700;
    color: #121212;
    letter-spacing: 2px;
}
body h1, .h1, body h2, .h2, body h3, .h3, body h4, .h4, body h5, .h5, body h6, .h6, a.btn{
	font-family: 'Abel', sans-serif;
}

body .page-width {
    padding-left: 15px;
    padding-right: 15px;
}

/********* header section ************/
.site-header.logo--center {
    padding: 10px 0 0 0;
}
.logoheader-sec .sitemsg p{
	font-family: 'Abel', sans-serif;
    font-size: 18px;
    color: #121212;
    font-weight: normal;
}

.logoheader-sec .logo-align--center img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.logoheader-sec .serchformcustom{
	display: inline-block;
}

.serchformcustom .input-group {
	width: 75%;
    padding-left: 20px;
  display:inherit;
}
.nav-main-class{
	background:#121212;
    padding:10px 0;
    margin-top:15px;
}
.nav-main-class .site-nav--centered {
	margin:0px;
  	padding:0px;
}
.nav-main-class .border-bottom{
	border:none;
}
.nav-main-class ul.site-nav li{
	padding:0 15px;
}
.nav-main-class ul.site-nav li a{
	color:#fff;
  	font-family: 'Abel', sans-serif;
    font-size: 18px;
    font-weight:300;
    padding:5px 15px;
  background-position:center bottom;
}
.nav-main-class ul.site-nav li a:hover{
  	color:#fff;
  opacity: 1;
  background:url('hover-dott.png');
  background-repeat:no-repeat;
  background-position:center bottom;
}
.serchformcustom .input-group input{
	height:35px;
  	color:#bdb9ba;
  	border: solid 1px #bdb9ba;
    border-radius:0px;
    outline:none;
    border-right: none;
  	font-family: 'Abel', sans-serif;
  	color: #94989b;
}
.serchformcustom .input-group__btn{
	position: absolute;
    top: 0;
    right: 0;
}
.serchformcustom .btn.search__submit{
	background: transparent;
    color: #94989b;
    border-radius: 0px;
    border: solid 1px #bdb9ba;
    border-left: none;
    padding: 5px 15px;
    height: 35px;
  	outline:none;
}
.serchformcustom .btn.search__submit:hover{
	opacity:1;
}
.site-header-account, .site-header-cart {
    font-size: 18px;
    font-weight: normal;
    color: #121212;
}
.site-header-account {
	padding-right: 20px;
}
.site-header-account svg.icon {
	width: 16px;
	height: 16px;
}

/********* Slider section ************/
.slider-sec .content-x{
	background: rgba(0,0,0, 0.7);
    padding: 50px 30px;
    max-width: 380px;
    width: 100%;
  	display: block;
    margin-left: auto;
    margin-right: auto;
  	position:relative;
}
.slider-sec .content-x::before{
	position: absolute;
    content: '';
    width: 94%;
    height: 90%;
    border: solid 1px #555351;
    left: 3%;
    top: 5%;
  	background:transparent;
}
.slider-sec .slideshow__overlay::before {
	display:none;
}
.slider-sec h2.topheading {
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
  	color:#fff;
  	margin:0;
  	z-index:9;
  	position: relative;
}
.slider-sec h2.main-heading {
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
  	color:#fff;
  	z-index:9;
  	position: relative;
}
.slider-sec span.mega-subtitle  {
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 2px;
    color: #fff;
    z-index: 9;
    max-width: 100%;
  	position: relative;
}
.slider-sec .btn-xl {
	margin-top:30px;
  	position: relative;
}
.slider-sec .btn-xl a{
	background: #fff;
    color: #121212;
    font-weight: 700;
    font-size: 16px;
    border-radius: 0px;
    padding: 8px 30px;
  opacity:1;
}
.slider-sec .btn-xl a:hover{
	background:#121212;
  	color:#fff;
  	opacity:1;
}

/********* Collection section custom ************/
.slider-sec {
	padding-bottom:30px;
}
.collection-item-inner a.collection-item-link {
	position: relative;
    display:block;
  	overflow: hidden;
  	line-height:0px;
}
.collection-item-inner a.collection-item-link:hover {
	opacity:1;
}
.collection-item-inner .collection-title-sec{
	position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
  	transition:0.5s;
  	-webkit-transition:0.5s;
  	-moz-transition:0.5s;
  	-ms-transition:0.5s;
  	-o-transition:0.5s;
}
.collection-item-inner .collection-title-sec h3{
	background: rgba(0,0,0, 0.8);
    display: block;
    padding: 15px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    max-width: 300px;
    width: 100%;
    margin: auto;
}
.home-collection-section {
	padding-top:0px;
}
.collection-img-sec {
	overflow:hidden;
  	transition:0.5s;
  	-webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
  	-o-transition:0.5s;
}
.collection-img-sec img{
	width:100%;
 	transition:0.5s;
  	overflow:hidden;
  	-webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
  	-o-transition:0.5s;
}
.collection-img-sec img:hover{
  transition:0.5s;
  	-webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
  	-o-transition:0.5s;
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -ms-transform:scale(1.1);
  -o-transform:scale(1.1);
}
.collection-item-inner {
    margin-top: 30px;
}
a.collection-item-link:hover .collection-title-sec{
	bottom: 40%;
  	transition:0.5s;
  	-webkit-transition:0.5s;
  	-moz-transition:0.5s;
  	-ms-transition:0.5s;
  	-o-transition:0.5s;
}
a.collection-item-link:hover h3.collectiontitle {
	background:rgba(255,255,255, 0.9);
  	color:#121212;
}

/********* banner section custom ************/
section.inner-overlay{
	position: relative;
    margin-top: 45px;
}
section.inner-overlay::before {
	position: absolute;
    content: '';
    background: #e0e1e3;
    width: 100%;
    height: 100%;
    top: -70px;
}
.inner-overlay .custom_box1 {
    background: rgba(0,0,0, 0.7);
    padding: 50px 30px;
    max-width: 340px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.inner-overlay .custom_box1 h2.h1.mega-title{
	font-weight: 300;
    font-size: 25px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #fff;
  	margin-bottom:10px;
  	z-index:1;
  	position:relative;
}
.custom_box1 .mega-subtitle {
	max-width: 100%;
}
.custom_box1 {
	position:relative;
}
.custom_box1::before{   
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: solid 1px #fff;
    left: 0%;
    top: 0%;
    background: transparent;
  	opacity:0;
  	visibility:hidden;
  	transition:0.3s;
  	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
  	-o-transition:0.3s;
}
.inner-overlay .hero:hover .custom_box1::before {
	opacity:1;
  	visibility:visible;
  	transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
  	-o-transition:0.3s;
  	width: 94%;
    height: 90%;
  	left: 3%;
    top: 5%;
}
.custom_box1 .mega-subtitle p{
	font-weight: 700;
    font-size: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    line-height:50px;
    z-index:1;
  	position:relative;
}
.inner-overlay .custom_box1 a.btn{
	background: transparent;
    color: #fff;
    border: solid 1px #fff;
    padding: 10px 20px;
    font-size: 16px;
  	font-weight:bold;
  	border-radius:0px;
  	z-index:1;
  	position:relative;
}
.inner-overlay .custom_box1 a.btn:hover{
	background: #fff;
  	color: #121212;
  	opacity:1;
}
.overlay-sec-home {
	padding-bottom:5px;
}

/********* Featured Product section ************/
.product-desc-sec {
    border-top: none;
}
.pro-img-sec img {
	width:100%;
}
.main-section-products {
  border: solid 1px #ddd;
  overflow:hidden;
}
.feapro {
	position:relative;
  margin-bottom:30px;
  overflow:hidden;
}
.main-section-products .pro-img-sec {
	position:static;
  	border-bottom: solid 1px #ddd;
}
.feapro .viewproductclass {
    position: absolute;
    top: 45%;
    left: 0%;
  	right:0;
  	margin:auto;
  	text-align:center;
  	opacity:0;
  	visibility:hidden;
  	transition:0.3s;
  	-webkit-transition:0.3s;
  	-moz-transition:0.3s;
  	-ms-transition:0.3s;
  	-o-transition:0.3s;
  	transform:scale(1.2);
  z-index: 999;
    display: inline-block;
}
.feapro:hover .viewproductclass {
	opacity:1;
  	visibility:visible;
  	transition:0.3s;
  	-webkit-transition:0.3s;
  	-moz-transition:0.3s;
  	-ms-transition:0.3s;
  	-o-transition:0.3s;
  transform:scale(1.0);
}
.hover-sec button.btn {
	background: transparent;
    color: #fff;
    border-radius: 50%;
    border: solid 1px #fff;
    height: 40px;
    width: 40px;
    z-index: 9;
    position: absolute;
    top: 5%;
    left: 5%;
  	display:none;
}
.main-section-products:hover .hover-sec button.btn {
	display:block;
}
.product-desc-sec .title-sec .h4{
	font-size: 18px;
    font-weight: 700;
    color: #121212;
    text-transform: capitalize;
    line-height: 30px;
}
.product-desc-sec .product-price__price {
    color: #8b8b8b;
    font-weight: 700;
    font-size: 18px;
}
.product-desc-sec span.product-price__sale {
    color: #121212;
    font-weight: 700;
    font-size: 18px;
}
.featuredsection a.btn {
	background: transparent;
    border: solid 1px #fff;
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 0px;
    margin-top: 0px;
    font-weight: bold;
  	position: relative;
	top: 45%;
    z-index: 999;
}
.featuredsection a.btn:hover {
	background: #fff;
  	color: #121212;
  	opacity:1;
}
.feapro:hover .main-section-products:after {
    background: rgba(0,0,0, 0.5);
    opacity: 0.9;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 3;
}
.main-section-products .shopbtn{
 	position: absolute;
    top: 5%;
    left: 5%;
  	display:none;
}
.main-section-products .shopbtn a{
 	height:40px;
  	width:40px;
  	color:#fff;
  	border:solid 1px #fff;
  	line-height:35px;
  	background:transparent;
  	text-align:center;
  	border-radius:50%;
  	display:block;
}
.main-section-products .shopbtn a:hover {
	background:#fff;
  	color:#121212;
}
.main-section-products:hover .shopbtn{
	display:block;
}

.home-quick-view .product-single__description {
    border: none;
    padding: 0;
    margin-top:15px;
}
.home-quick-view .product-form__item {
    padding:0 5px;
  	margin-bottom: 0;
}

/********* Instagram section custom ************/
a.hoverinsta.col-md-3.col-sm-4 {
    width: 20%;
    float: left;
    line-height: 0;
    border-right: 2px solid #fff;
  	position: relative;
}
.hoverinsta span .fa {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 30px;
    transform: translate(0%, 45%);
}
.hoverinsta span {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;
    transform: translate(0%, 0%);
    color: #fff;
    font-size: 23px;
    background: rgba(0, 0, 0, 0.6);
}
.hoverinsta:hover span {
    display: block;
}

/********* Newsletter section custom ************/
.newssec {
	padding:5px 0;
  background:#d4d4d4;
}
.section-header h3, .newssec label.h2 {
	font-weight: 300;
    font-size: 20px;
    letter-spacing: 3px;
    color: #121212;
    padding: 0;
    margin: 0;
  	text-transform:uppercase;
}
.section-header h2, .newssec p.subheading {
	font-size: 45px;
    font-weight: 700;
    color: #121212;
    letter-spacing: 1px;
  	text-transform:uppercase;
  	line-height: 55px;
}
.newssec .section-header {
	margin-bottom: 40px;
}
.newssec form button.btn.newsletter__submit{
	background: #121212;
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 25px;
}
.newssec form button.btn.newsletter__submit:hover {
	opacity:1;
  	background:#000;
}
.newssec form .input-group {
	max-width: 550px;
}
.newssec form input.newsletter__input {
	font-family: 'Abel', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #121212;
  	border-color: #fff;
}
.newssec form input::placeholder {
	color: #121212;
  	opacity:1;
}
.featuredsection .text-center a.btn {
	background: transparent;
    border: solid 1px #121212;
    padding: 10px 25px;
    color: #121212;
    font-size: 16px;
    border-radius: 0px;
    margin-top: 30px;
    font-weight: bold;
}
.featuredsection .text-center a.btn:hover {
	background: #121212;
  	color: #fff;
  	opacity:1;
}



/************* site-footer custom ****************/
footer.site-footer {
    margin:0;
    background: #f3f3f3;
    padding: 60px 0 0 0;
}
.footer_custom_nav ul, .footer_custom_social ul{
	margin-top: 30px;
}
.footer_custom_nav ul li {
	padding:5px 20px;
}
.footer_custom_nav ul li a{
	color: #121212;
    font-weight: 400;
    font-size: 18px;
    padding: 0 15px;
    display: block;
}
.footer_custom_nav ul li a:hover {
	color:#000;
}
.bottom-footer{
	padding: 30px 0;
    border-top: solid 1px #d9dada;
    margin-top: 40px;
}
.bottom-footer small, .bottom-footer small a{
	font-size: 14px;
    color: #a9abad;
    font-weight: 400;
}
.footer_custom_social ul li a svg.icon {
	width: 35px;
    height: 35px;
    color: #8f9294;
    margin: 0 10px;
}
.footer_custom_social ul li a svg.icon:hover {
	color:#121212;
}

/*********** Media Queries Custom ***************/
@media (min-width: 992px) and (max-width:1199px) {
  .serchformcustom .input-group {
  	width: 70%;
    padding-left: 10px;
  }
  .nav-main-class ul.site-nav li {
      padding: 0 10px;
  }
  .site-header-account {
  	 padding-right: 10px;
  }
  .custom_media {
      width: 30%;
  }
}

@media (min-width: 750px) and (max-width:991px) {
	.nav-main-class ul.site-nav li {
      padding: 0 5px;
  	}
  .nav-main-class ul.site-nav li a {
  	padding: 5px 10px;
    font-size: 16px;
  }
  .footer_custom_nav ul li a {
  	font-size: 16px;
    padding: 0 10px;
  }
  .site-footer__linklist--center .site-footer__linklist-item{
  	padding: 5px 5px ;
  }
  .logoheader-sec .serchformcustom{
  	display: block;
  }
  .site-header-account, .site-header-cart {
  	display: inline-block;
    padding: 5px 25px;
  }	
  .serchformcustom .input-group {
  	width:80%;
  }
}

@media (max-width: 749px){
  .custom_alignment {
      text-align: center;
  }
  .custom_alignment .product-form__item {
  	width: 100%;
  }
  .custom_alignment .product-form__input {
  	margin:0 auto;
        width: 85%;
  }
  .drawer-page-content .product-single__description {
  	    padding: 0px;
  }
  .template-product .section-header h2 {
  	font-size: 25px;
  }
  section.coltitle {
  	background-position: center center;
  }
  .logo-align--center .site-header__logo {
  	    padding: 0;
  }
  .sortcol {
      margin-top: 50px;
  }
  .home-collection-section {
  	padding-bottom: 70px;
  }
  .template-search ul.pagination{
  	padding-top: 0;
	padding-bottom: 50px
  }
  .custom_cart .btn.btn--small.cart__update.medium-up--hide {
      background: #121212;
      font-family: 'Abel', sans-serif;
      font-size: 16px;
  }
  .custom_cart {
    padding: 40px 0 40px 0;
  }
  .cart__edit button.btn, .custom_cart a.btn.btn--small.btn--secondary.cart__remove.medium-up--hide{
  	color: #121212;
    font-size: 16px;
    border-color: #121212;
  }
  .custom_cart_footer {
  	padding-top:0px;
  }
  .custom_logIn {
  	box-shadow:none;
  }
  span.product-price__sale {
  	font-size: 16px;
  }
  .home-quick-view #main-product-image {
  	width: 50%;
  }
  .home-quick-view .social-sharing {
      text-align: center;
  }
  .home-quick-view .thumbimges1 {
      margin-top: 10px;
    text-align:center;
  }
  .home-quick-view .grid__item {
  	padding:0;
  }
  .home-quick-view .product-form__item {
  	padding: 0;
	margin-bottom: 0;
  }
  .home-quick-view .product-single__vendor {
      width: 40%;
      float: left;
    margin: 0;
  }
  .home-quick-view .product-form__item--submit {
  	float: none;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 0px;
  }
  .product-single .grid__item.product-single__photos {
  	border-right:none;
  }
  .home-quick-view input#Quantity {
      max-width: 100px;
      padding: 9px;
  }
  .drawer-page-content .home-quick-view .product-form {
      display: block;
  }
  .home-quick-view .displayvarient {
      width: 50%;
      float: right;
  }
  .textaligns {
      padding: 0;
  }
  .site-header-account {
      padding-right: 5px;
  }
  a.hoverinsta.col-md-3.col-sm-4 {
      width: 100%;
  }
  .slider-sec h2.main-heading{
  	font-size: 28px;
    margin:0;
  }
  .slider-sec .btn-xl a, .inner-overlay .custom_box1 a.btn{
  	font-size: 16px;
    padding: 8px 20px;
    margin:0;
  }
  .custom_box1 .mega-subtitle p{
  	 font-size: 30px;
     line-height: 30px;
  }
  .inner-overlay .custom_box1{
  	padding: 30px 20px;
  }
  .inner-overlay .custom_box1 h2.h1.mega-title{
  	letter-spacing: 5px;
    font-size: 20px;
  }
  .section-header h2, .newssec p.subheading {
  	font-size: 25px;
    line-height: 35px;
  }
  .footer_custom_social ul li a svg.icon{
  	margin: 0 5px;
    width: 25px;
    height: 25px;
  }
  .footer_custom_nav ul li {
  	padding: 5px 5px;
  }
  .bottom-footer{
  	padding: 20px 0;
  }
  .custom_logIn{
  	padding: 20px;
  }
  body h1 {
    font-size: 30px;
    line-height: 35px;
  }
  body h2 {
    font-size: 25px;
  }
  section.coltitle .section-header{
  	padding: 40px 0;
  }
  .template-collection section.coltitle {
    margin-bottom: -35px;
}
  .template-product .slick-prev {
      left: -15px;
  }
  .template-product .slick-next {
      right: -15px;
  }
  .logoheader-sec .logo-align--center img {
  	margin-left: 0;
	margin-right: 0;
  }
  .logoheader-sec h1.h2.site-header__logo {
      padding-left: 0;
  }
  .mainsliderclass .slick-prev, .mainsliderclass .slick-next {
  	width: 30px;
	height: 30px;
    line-height: 35px;
  }
  .innerlistcol .title-sec-col h3 {
  	padding: 10px 10px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .slider-sec .content-x {
  	padding: 30px 10px;
    max-width: 250px;
  }
  .slider-sec h2.topheading {
  	font-size: 18px;
	letter-spacing: 2px;
  }
  .slider-sec span.mega-subtitle {
  	font-size: 16px;
	letter-spacing: 1px;
  }
  .slider-sec .btn-xl {
  	margin-top: 15px;
  }
  .home-quick-view #thumbnails {
  	width: 60px;
  }
  .home-quick-view h1.quick-title {
  	font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
  .product-single__price {
      margin-bottom: 10px;
  }
  .home-quick-view .product-single__description{
  	display:none;
  }
  .home-quick-view button.btn {
  	margin-bottom:15px;
  }
  .product-single .grid__item.product-single__photos {
  	padding-right: 0;
  }
  a.product-single__thumbnail {
  	width: 70px;
  }
  .custom-x-tabs {
      padding: 0px 0;
  }
}