/* 
* BASIC STYLE
  - General Style    
  - Headings Style    
  - Button Style    
  - Form Style    
  - Spacer Style
  - Newsletter 

* HEADER 
  - Header Style
  - Navigation Menu Style
  - Megamenu Style

* CONTANT
  - Banner Style
  - Bread-crumb
  - Sub-banner
  - Product Box
  - Site Services Features Block
  - Special Product Block
  - Custom News Letter
  - Testimonial
  - Blog
  - Brand-Logo
  - Sidebar
  - Sorting
  - Product Detail Page
  - Cart Page
  - Checkout Page
  - Login Register Page
  - Account Page
  - Blog Page
  - About Page
  - 404 Page
  - Contact Page
  - Wishlist Page
  - Compare Page

* FOOTER
*/

/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/

/*Google Fonts*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');*/
/* ROBOTO */
/* Roboto - Regular */
/*@font-face {
    font-family: Roboto;
    src: url("/fonts/roboto/Regular/Roboto-Regular.woff2?v=1.1.0") format("woff2"), url("/fonts/roboto/Regular/Roboto-Regular.woff?v=1.1.0") format("woff"), url("/fonts/roboto/Regular/Roboto-Regular.ttf?v=1.1.0") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*//* Roboto - Italic *//*
@font-face {
    font-family: Roboto;
    src: url("/fonts/roboto/Italic/Roboto-Italic.woff2?v=1.1.0") format("woff2"), url("/fonts/roboto/Italic/Roboto-Italic.woff?v=1.1.0") format("woff"), url("/fonts/roboto/Italic/Roboto-Italic.ttf?v=1.1.0") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
*//* Roboto - Bold *//*
@font-face {
    font-family: Roboto;
    src: url("/fonts/roboto/Bold/Roboto-Bold.woff2?v=1.1.0") format("woff2"), url("/fonts/roboto/Bold/Roboto-Bold.woff?v=1.1.0") format("woff"), url("/fonts/roboto/Bold/Roboto-Bold.ttf?v=1.1.0") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*//* Roboto - Bold Italic *//*
@font-face {
    font-family: Roboto;
    src: url("/fonts/roboto/BoldItalic/Roboto-BoldItalic.woff2?v=1.1.0") format("woff2"), url("/fonts/roboto/BoldItalic/Roboto-BoldItalic.woff?v=1.1.0") format("woff"), url("/fonts/roboto/BoldItalic/Roboto-BoldItalic.ttf?v=1.1.0") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}*/

@font-face {
    font-family: GothamPro;
    src: url(/fonts/gotham/GothamPro-Light.eot);
    src: url(/fonts/gotham/GothamPro-Light.woff2) format("woff2"),url(/fonts/gotham/GothamPro-Light.woff) format("woff"),url(/fonts/gotham/GothamPro-Light.ttf) format("truetype"),url(/fonts/gotham/GothamPro-Light.svg#GothamPro-Light) format("svg"),url(/fonts/gotham/GothamPro-Light.eot?#iefix) format("embedded-opentype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: GothamPro;
    src: url(/fonts/gotham/GothamPro-Medium.eot);
    src: url(/fonts/gotham/GothamPro-Medium.woff2) format("woff2"),url(/fonts/gotham/GothamPro-Medium.woff) format("woff"),url(/fonts/gotham/GothamPro-Medium.ttf) format("truetype"),url(/fonts/gotham/GothamPro-Medium.svg#GothamPro-Medium) format("svg"),url(/fonts/gotham/GothamPro-Medium.eot?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

/*@font-face {
    font-family: 'SeascapeRegular';
    src: url('/fonts/seascape/SeascapeRegular.woff2') format('woff2'),
    url('/fonts/seascape/SeascapeRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

/*@font-face {
    font-family: 'Allura';
    src: url('/fonts/allura/Allura-Regular.woff2') format('woff2'),
    url('/fonts/allura/Allura-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

/*@font-face {
    font-family: 'Raleway Dots';
    src: url('/fonts/ralewaydots/RalewayDots-Regular.woff2') format('woff2'),
    url('/fonts/ralewaydots/RalewayDots-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

strong {
    font-weight: 400;
}

.col-lg-2-4,
.col-md-2-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .col-lg-2-4 {
        float: left;
    }
    .col-lg-2-4 {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-2-4 {
        float: left;
    }
    .col-md-2-4 {
        width: 20%;
    }
}

/* fa icons */
.fa {
    display: inline-block;
    background-image: url("/images/fa-icons.png?v=4");
    background-repeat: no-repeat;
    /*background-size: contain;*/
    height: 24px;
    width: 24px;
}

.fa-bars {
    background-position: 0 0;
}

.fa-facebook {
    background-position: -24px 0px;
}

.fa-instagram {
    background-position: -48px 0px;
}

.fa-arrow-left {
    background-position: -72px 0;
}

.fa-history {
    background-position: 0 -24px;
}

.fa-angle-right {
    background-position: -24px -24px;
}

.fa-trash {
    background-position: -48px -24px;
}

.fa-close {
    background-position: -72px -24px;
}

.fa-angle-left {
    background-position: 0px -48px;
}

.fa-star {
    background-position: -24px -48px;
}

.fa-times-circle {
    background-position: -48px -48px;
}

.fa-minus {
    background-position: -72px -48px;
}

.fa-plus {
    background-position: 0px -72px;
}

.fa-pencil-square-o {
    background-position: -24px -72px;
}

.fa-file-o {
    background-position: -48px -72px;
}

.fa-home {
    background-position: -72px -72px;
}

.fa-chevron-down {
    background-position: 0px -96px;
}

.fa-chevron-up {
    background-position: -24px -96px;
}

.fa-angle-left-light {
    background-position: -48px -96px !important;
}

.fa-angle-right-light {
    background-position: -72px -96px !important;
}

/* loader */
#page-preloader .spinner:before,
#page-preloader .spinner:after {
    border-color: #dbb879;
    border-width: 3px;
    border-style: solid;
}
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    transition: .4s all ease-out;
    visibility: hidden;
    background: rgba(255,255,255,0.7);
}

#page-preloader{
    opacity: 1;
    height: auto;
    visibility: visible;
}

#page-preloader .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -45px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    box-sizing: border-box;
    text-align: center;
    z-index: 0;
    text-transform: uppercase;
    -o-text-transform: uppercase;
    -ms-text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -moz-text-transform: uppercase;
}

#page-preloader .spinner:before,
#page-preloader .spinner:after {
    opacity: 0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    content: "\0020";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 60px;
}

#page-preloader .spinner:after {
    z-index: 1;
    animation: cssload-gogoloader 2.3s infinite 1.15s;
    -o-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -ms-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -webkit-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -moz-animation: cssload-gogoloader 2.3s infinite 1.15s;
}

#page-preloader .spinner:before {
    z-index: 2;
    animation: cssload-gogoloader 2.3s infinite;
    -o-animation: cssload-gogoloader 2.3s infinite;
    -ms-animation: cssload-gogoloader 2.3s infinite;
    -webkit-animation: cssload-gogoloader 2.3s infinite;
    -moz-animation: cssload-gogoloader 2.3s infinite;
}

@keyframes cssload-gogoloader {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes cssload-gogoloader {
    0% {
        -o-transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -o-transform: scale(1);
        opacity: 0;
    }
}

@-ms-keyframes cssload-gogoloader {
    0% {
        -ms-transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -ms-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-gogoloader {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes cssload-gogoloader {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

 /* - General Style //---------------- */ 

*{
	outline: none;
}
 ::-moz-selection {
 background-color: #222222; /* main color */
 color: #FFF;
}
::selection {
	background-color: #222222; /* main color */
	color: #FFF;
}
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	/* background: #f3f3f3; */
	line-height: 1.6em;
	color: #222222;
	font-size: 16px;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'GothamPro', sans-serif;
	font-weight: 100;
	letter-spacing: 0px;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/images/Preloader_2.gif) center no-repeat #fff;
}
.main {
	/* padding: 0 40px; 
	margin-bottom: 40px;*/
	position: relative;
}
.mian-contain {
	background: #fff;
    min-height: 400px;
}
img {
	height: auto;
	max-width: 100%;
	border: none;
	outline: none;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
a, a:focus, a:active, a:link, img {
	outline: none;
	text-decoration: none;
}
a:hover, a:focus {
    color: #222222;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #6d6d6d;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
a:hover {
	color: #222222; /* main color */
	text-decoration: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
.text-gold {
    color: #ae985c !important;
}
.color-gold,
.link-color {
	color: #ae985c;
}
.badge-gold {
	background: #ae985c;
	color: #ffffff;
	padding: 7px 10px;
	font-weight: 100;
	font-size: 14px;
}
.box-gold {
	padding: 15px;
	background: rgba(255,255,255,0.2);
	border: 1px solid rgba(174,152,92,0.2);
}
.link-color:hover {
	color: #222222;
}
.btn-default:hover {
    background-color: #ece5e0;
}
br {
	font-size: 0;
	line-height: 0;
}
hr {
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 1px solid #f1f1f1;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.product-detail-main ul {
    list-style: disc;
    padding-left: 20px;
}

#product_addtocart_form ul {
    padding-left: 0;
}

.bl-minicart-alert {
    max-width: 96%;
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    position: relative;
    animation: bl-minicart-alert-animation 1s ease-in-out 2s 3;
    /*top: -45px;*/
    /*-webkit-animation: bl-minicart-alert-animation 2s ease forwards;
    -moz-animation: bl-minicart-alert-animation 2s ease forwards;
    -ms-animation: bl-minicart-alert-animation 2s ease forwards;
    -o-animation: bl-minicart-alert-animation 2s ease forwards;
    animation: bl-minicart-alert-animation 2s ease forwards;*/
}

#bl-minicart-alert-cart-view.bl-minicart-alert {
    margin-top: 0;
    margin-bottom: 20px;
}

@keyframes bl-minicart-alert-animation {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1.0);
    }
}

/*@-webkit-keyframes bl-minicart-alert-animation {
    0% { margin-top: -200px; }
    25% { margin-top: -200px; }
    50% { margin-top: -100px; }
    100% { margin-top: 0px; }
}*/

.position-r {
	position: relative;
}
.align-center {
	text-align: center;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p {
	color: #fff;
}
.dark-bg {
	background: #f5f5f5;
	color: #fff;
}
.gray-bg {
	background: #f3f3f3;
}
.middle-800 p {
	display: inline-block;
	max-width: 800px;
}
.middle-580 p {
	display: inline-block;
	max-width: 580px;
}
/* - Headings Style   //---------------- */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #222;
    font-family: 'GothamPro', sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: -0.5px;
}
h1 {
	font-size: 43px;
	letter-spacing: 1px;
    line-height: 1.6em;
	/*line-height: 40px;*/
}
h2 {
	font-size: 26px;
	font-weight: 100;
	color: #222222; /* main color */
    line-height: 1.6em;
	/*line-height: 40px;*/
	margin-bottom: 20px;
	text-transform: uppercase;
}
h2.heading {
	font-size: 25px;
	line-height: 32px;
}
h2.main_title {
	/*background: url(/images/title-line-btm-img.png) no-repeat scroll center bottom;*/
	padding-bottom: 20px;
}
body.contact h2.main_title,
body.reseller h2.main_title,
body.faq h2.main_title,
body.simple h2.main_title {
    margin-bottom: 5px;
}
body.simple-2 .price-box {
    display: none;
}
body.contact h2.main_title:after,
body.reseller h2.main_title:after,
body.faq h2.main_title:after,
body.simple h2.main_title:after {
    content: "";
    border-top: 1px solid #222;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    max-width: 160px;
    margin-top: 10px;
}
h3 {
	font-size: 21px;
    line-height: 1.6em;
	/*line-height: 32px;*/
}
h4 {
	font-size: 17px;
    line-height: 1.6em;
	/*line-height: 28px;*/
}
h5 {
	font-size: 15px;
    line-height: 1.6em;
	/*line-height: 23px;*/
	font-weight: 400;
}
h6 {
	font-size: 13px;
    line-height: 1.6em;
	/*line-height: 17px;*/
	font-weight: 400;
}

@media (max-width: 1099px) {
    .break-md {
        display: block;
        height: 0;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    #my-orders-table th.id,
    #my-orders-table td.id,
    #my-orders-table th.status,
    #my-orders-table td.status {
        display: none;
    }
}
/* - Button Style  //----------------*/ 

.btn, button {
	padding: 13px 15px;
	line-height: 16px;
	font-weight: 400;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	text-transform: uppercase;
}
.btn.full {
	width: 100%;
	text-align: center;
}
.btn.big-width {
	padding: 13px 30px;
}
.btn.big {
	padding: 18px 30px;
}
.btn i.fa {
	font-size: 18px;
	margin: 0 5px;
}
.btn-black {
	color: #fff;
	background: #222;
	border: none;
	border: 1px solid transparent;
	border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
}
.btn-black:hover {
	color: #fff;
	background: #ae985c; /* main color */
	/* border: 1px solid #222; */
}
.btn-color {
	color: #fff !important;
	background: #ae985c; /* main color */
	border: none;
	border: 1px solid transparent;
	border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
}
.btn-color-no-radius {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}
.pro-cart-icon-wide,
.btn-color-wide {
    width: 100%;
    display: block;
}
.btn-color-wide {
    /*max-width: 350px;*/
    margin: 0 auto;
}
.btn-color:hover {
	color: #fff;
	background: #222222 !important;
}
.btn-gray {
	color: #333333 !important;
	background: #dcdcdc; /* main color */
	border: none;
	border: 1px solid transparent;
	border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
}
.btn-gray:hover {
	color: #333333;
	background: #c1c1c1 !important;
}
.btn-white {
	color: #222;
	background: rgba(255,255,255,1);
	border: none;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	border: 1px solid #ffffff;
}
.btn-white:hover {
	color: #222;
	background: rgba(255,255,255,0.9);
	border: 1px solid #CCCCCC;
}
.light-btn {
    border: 1px solid #ececec;
    padding: 15px 10px !important;
}
.light-btn:hover {
    background: #ececec;
    border-color: #CCCCCC;
}
/* - Form Style */ 

select {
	background: url(/images/select-icon.png) no-repeat scroll right 50% #fff !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #eaeaea;
	padding: 7px 24px 7px 5px;
	line-height: 18px;
}
.full select {
	width: 100%;
}

textarea {
    height: 80px;
    width: 100%;
    padding: 5px;
    transition: all 0.5s ease;
}

textarea:focus {
    height: 300px;
}

.ecofriendlypaymentmethod {
    font-weight: 400;
    color:green;
    padding-left: 32px;
    position: relative;
    font-size: 15px;
    display: inline-block;
}

.ecofriendlypaymentmethod::before {
    background: url(/images/greenleaf24.png?v=2);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
}

.main-form textarea {
	max-width: 100%;
}
.main-form input, .main-form textarea, .main-form select {
	background: #fff;
	padding: 8px 15px;
	width: 100%;
	border: 1px solid #eaeaea;
	min-height: 40px;
}
.check-box label {
	color: #222;
	display: inline;
	font-size: 15px;
	font-weight: 400;
}
.checkout-section .check-box input[type="checkbox"] {
	margin: 5px 0 0;
	min-height: 1px;
}
.control input[type="text"],
.control input[type="password"] {
    /*border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;*/
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.control {
    position: relative;
}
.control .btn {
    position: absolute;
    right: 0;
    border: none !important;
	top: 0;
}
input[type="radio"] + label {
    /*line-height: 32px;
    display: inline-block;*/
    cursor: pointer;
}
input[type="radio"] {
    cursor: pointer;
    /*width: 32px;
    display: inline-block;
    height: 32px;
    min-height: 0;
    margin: 0;
    float: left;*/
}

/* - Spacer Style  //---------------- */

#header-right-side {
    width: 100%;
    text-align: right;
}

.right-side {
	float: right;
}
.left-side {
	float: left;
}
.plr-10 {
	padding-left: 5px;
	padding-right: 5px;
}
.mlr_-10 {
	margin-left: -5px;
	margin-right: -5px;
}
.plr-20 {
	padding-left: 10px;
	padding-right: 10px;
}
.mlr_-20 {
	margin-left: -10px;
	margin-right: -10px;
}
.ptb-95 {
	padding-top: 95px;
	padding-bottom: 95px;
}
.pt-95 {
	padding-top: 95px;
}
.pb-95 {
	padding-bottom: 95px;
}
.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-30 {
	padding-top: 30px;
}
.pb-60 {
	padding-bottom: 60px;
}
.p-0 {
	padding: 0px;
}
.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mtb-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mtb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.m-0 {
	margin: 0px;
}

@media (max-width: 767px) {
    .text-xs-left {
        text-align: left !important;
    }
}
/* - Newsletter   //----------------- */

#newslater-popup {
    max-width: 695px;
    margin: 0 auto;
    position: relative;
}

.nl-popup-main {
    display: block;
    background: url(/images/popup.jpg) no-repeat top left #fff;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

.nl-popup-inner {
    /* border: 2px solid #fff;
    margin: 20px; */
    display: block;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

#newslater-popup .newsletter-inner {
	background: transparent;
	padding: 30px 20px;
}
#newslater-popup .newsletter-inner span {
	margin-bottom: 21px;
	color: #afafaf;
}
#newslater-popup .newsletter-inner input {
	width: 270px;
	text-align: center;
	border: none;
	background-color: #efefef;
}
#newslater-popup  button.mfp-close {
	background-color: #222222; /* main color */
	color: #fff;
	opacity: 1;
	top: -16px;
    right: -10px;
}
#newslater-popup button.mfp-close:hover, #newslater-popup button.mfp-close:focus {
	background-color: #efefef;
	color: #222222; /* main color */
}

#newslater-popup .newsletter-inner .main_title {
	margin-bottom: 18px;
	padding-top: 15px;
	font-size: 40px;
	font-weight: 400;
	color: #1a2028;
	text-align: center;
}
#newslater-popup .newsletter-inner input {
	margin-bottom: 17px;
}
#newslater-popup .newsletter-inner form button {
	position: relative;
}

/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/

/* - Header Style  //---------------- */

@media (min-width: 971px) and (max-width: 1399px) {
    /*#header-logo-container img {
        max-width: 160px;
    }*/
    #header-inner #menu {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-nav > li > a {
        padding: 0 6px !important;
        font-size: 14px;
    }
}

@media (max-width: 419px) {
    #header-logo-container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.header#header {
	background: #ffffff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border: medium none;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 3;
    transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.navbar-header {
	width: 100%;
}
.navbar-header .navbar-brand {
	height: auto;
	padding: 27px 0;
	margin-top: 0 !important;
	margin-left: 0 !important;
	/*float: none;*/
	display: inline-flex;
}
.navbar {
	margin-bottom: 0;
	border: none;
}
.header-top {
 	background: #fff;   
}
.header-above,
.header-bottom{
	background: #ece5e0; /* main color */
	transition: all 0.4s ease 0s;
	position: relative;
    text-align: center;
}

.header-sub-content {
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
}

.header-sub-title {
    font-weight: 400;
}

header {
	position: relative;
}
.search-box {
	position: relative;
}
/* .navbar-collapse.collapse {
	display: inline-block;
	padding-left: 0;
}
.collapsing {
	display: inline-block;
} */
header .contact {
	margin-top: 20px;
}
header .contact .contect-icon {
	background: url("/images/sprite.png?v=3") no-repeat scroll -9px -628px;
	height: 40px;
	width: 40px;
	display: inline-block;
	margin-bottom: -15px;
}

.top-link fieldset {
	padding: 0;
	line-height: 0;
	margin: 3px 0 0 0 0;
}

.top-link .ui-state-default, .top-link .ui-widget-content .ui-state-default, .top-link .ui-widget-header .ui-state-default {
    border: none; 
    /* background: #1097cf url(images/select-icon.png) 50% 50% repeat-x;  */
    background: url(/images/select-icon.png) no-repeat scroll 61px 50% /* #fff */ !important;
    font-weight: 400;
    color: #000;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -webkit-box-shadow: 0 0 0 0px #f0f0f0;
	-moz-box-shadow: 0 0 0 0px #f0f0f0;
	box-shadow: 0 0 0 0px #f0f0f0;
}

.top-link .ui-selectmenu-button span.ui-selectmenu-text {
	padding: 0 5px 0 0;
	font-weight: 400;
	line-height: 16px;
}

#country-button {
	/*border-right: 1px solid #101010;*/
	margin: 30px 0 0 0;
}

.ui-selectmenu-menu {
	top: 47px !important;
}

.ui-selectmenu-menu  .ui-widget-content {
	background: #fff;
	border-top: 2px solid #222222; /* main color */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.ui-selectmenu-menu .ui-menu{
	padding-bottom: 0px;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
	background: none;
	color: #878787;
	font-size: 14px;
}

.ui-selectmenu-menu .ui-state-hover, .ui-selectmenu-menu .ui-widget-content .ui-state-hover, .ui-selectmenu-menu .ui-widget-header .ui-state-hover, 
.ui-selectmenu-menu .ui-state-focus, .ui-selectmenu-menu .ui-widget-content .ui-state-focus, .ui-selectmenu-menu .ui-widget-header .ui-state-focus {
	color: #fff;
	font-weight: 400;
	background: #222222; /* main color */
}

.ui-selectmenu-menu  .ui-menu .ui-state-focus, .ui-selectmenu-menu  .ui-menu .ui-state-active {
	margin: 0;
}


.top-link ul li {
    float: left;
    /* margin-top: 20px; */
    padding: 25px 4px;
}
.top-link ul li span{
    margin: 0px 5px;
}

.top-link ul li a {
    border-right: 1px solid #3b3b3b;
    line-height: 12px;
    padding: 0 12px;
}

.top-link ul li a:hover {
    color: #fff;
}

.top-link ul li:first-child a {
    padding-left: 0;
}

.top-link ul li:last-child a {
    border-right: none;
    padding-right: 0;
}

.top-link ul li a span {
    background: url(/images/sprite.png?v=3) no-repeat scroll 0 0;
    border: none;
    display: inline-block;
    height: 20px;
    width: 15px;
    font-size: 0;
    padding: 0px;
    margin: 0 4px -4px 0;
}

.top-link ul li select {
    background-color: transparent !important;
    border: none;
    padding: 0 25px 0 0px;
    border-right: 1px solid #101010;
    color: #101010;
    line-height: 14px;
}

.top-link ul li:first-child select {
    padding-left: 0;
}

.top-link ul li:last-child select {
    border-right: none;
}
.header-right-link > ul > li {
	float: left;
	padding: 0 5px;
	position: relative;
	overflow: hidden;/* padding: 25px 0 18px; */
}
.lang-icon > a > span {
    text-transform: uppercase;
    font-weight: 400;
    background: none !important;
    font-size: 22px;
    line-height: 28px;
    color: #ae985c;
}
.account-icon .header-link-dropdown a,
.lang-icon .header-link-dropdown a {
    font-size: 16px !important;
    line-height: 32px;
}
.header-right-link ul li:hover {
	overflow: visible;
}
.header-right-link ul li.main-search {
	overflow: visible;
}
@media (min-width: 992px) {
    #header-inner {
        min-height: 127px;
    }
    .search-box input.input-text {
        width: 200px !important;
        opacity: 1 !important;
    }
    .header-right-link ul li.main-call,
    .header-right-link ul li.main-search {
        position: absolute;
        right: -10px;
        top: 50px;
        float: none;
    }
    .header-right-link ul li.main-call {
        top: 92px;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.2em;
    }
    .header-right-link > ul > li > a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .header-right-link > ul > li.main-search > .header_search_toggle.desktop-view {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-toggle {
        margin-top: 3px !important;
    }
}
.header_call_toggle {
    position: absolute;
    right: 12px;
    bottom: 0;
}
@media (min-width: 1200px) {
    .header-right-link ul li.main-call {
        top: 102px;
        font-size: 14px;
        font-weight: 100;
        line-height: 1.2em;
    }
}
@media (min-width: 1400px) {
    .header-right-link ul li.main-call {
        font-size: 17px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .search-btn.kh-action {
        visibility: hidden;
    }
}
@media (min-width: 1200px) {
/*@media (min-width: 992px) {*/
    .search-box input.input-text {
        width: 350px !important;
    }
}

/*@media (min-width: 1200px) {*/
@media (min-width: 992px) {
    .search-box input.input-text {
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    #header-inner {
        min-height: 110px;
    }
}
@media (max-width: 599px) {
    #header-inner {
        min-height: 140px;
    }
    .header_call_toggle {
        left: 0;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 460px) {

    .header_call_toggle {
        font-size: 13px;
    }

}

@media (max-width: 320px) {

    .header_call_toggle {
        font-size: 13px;
    }

}

.search-box input.input-text {
	border: 1px solid #CCC;
	width: 0;
	opacity: 0;
	padding: 6px;
	margin-top: -3px;
	position: absolute;
	right: 0;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.search-box:hover input.input-text,
.search-box input.input-text:focus {
	width: 250px;
	opacity: 1;
}
.search-box button.search-btn {
	background: url("/images/sprite.png?v=3") no-repeat scroll -11px -91px transparent;
	border: none;
	height: 30px;
	width: 25px;
	position: relative;
	right: 0;
	top: 0px;
}
.search-box button.search-btn:hover {
	background-position: -11px -125px;
}
.navbar-collapse {
	position: relative;
}
.navbar-left {
	float: none !important;
	display: inline-block;
	text-align: left;
	margin-bottom: -7px;
}

.header-right-link > ul > li.lang-item > a {
    text-transform: uppercase;
    line-height: 2em;
}
.nav-separator-item span {
    border-left: 1px solid #222222;
}
.nav-separator-item {
    width: 1px;
    margin: 14px 3px !important;
}
@media (max-width: 991px) {
    .nav-separator-item {
        display: none;
    }
}
.header-right-link > ul > li > a.active {
    font-weight: 400;
}
.header-right-link > ul > li > a, .header-right-link > ul > li > .header_search_toggle.desktop-view {
	padding: 24px 0px;
	display: inline-block;
}
.header-right-link > ul > li > a span {
	background: url("/images/sprite.png?v=3") no-repeat scroll 0 0 transparent;
	height: 30px;
	width: 25px;
	display: inline-block;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.header-right-link ul li.account-icon > a span {
	background-position: -14px -237px;
}
.header-right-link ul li.cart-icon > a span {
	background-position: -14px -12px;
	position: relative;
}
.header-right-link ul li.account-icon:hover > a span {
	background-position: -14px -275px;
}
.header-right-link ul li.cart-icon:hover > a span {
	background-position: -14px -50px;
}
.header-right-link ul li.cart-icon > a span small.cart-notification {
	background: #222222; /* main color */
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: -3px;
    text-align: center;
    bottom: -3px;
    width: 18px;
    font-size: 75%;
}
/* Navigation Menu Style */

.navbar-nav > li > a {
	/*border-right: 1px solid #dfe1e2;*/
	padding: 0 10px 0 0;
	text-transform: uppercase;
	font-weight: 100;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
    color: #000000;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .navbar-nav > li > a {
        font-size: 12px;
        padding-right: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav > li > a {
        padding: 0 12px;
    }
}
@media (max-width: 991px) {
    .navbar-nav > li > a {
        color: #ffffff;
    }
}
.navbar-nav > li:last-child > a {
	border-right: none;
}
.nav > li {
	position: inherit;
}
.nav > li:hover > a, .nav > li.active > a, .nav > li > a:focus {
	background: none;
	color: #c09175;
}
.header_search_toggle.mobile-view {
	display: none;
}
.header-link-dropdown {
	background: #fff/* rgba(34, 34, 34, 0.92) */;
	border-top: 3px solid #222222; /* main color */
	color: #fff;
	position: absolute;
	width: 320px;
	display: inline-block;
	right: 0;
	top: 55px;
	padding: 35px;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
	z-index: 3;
	color: #000;
}
.header-right-link > ul > li:hover .header-link-dropdown {
	opacity: 1;
}
.header-right-link .link-dropdown-list > li {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
}

 .nav > li .menu-label {
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    right: 33px;
    text-transform: uppercase;
    top: -23px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.header-fixed .nav > li .menu-label {
    /* top: 0px; */
}

.menu-label .p-label{
	padding: 1px 4px;
}

.menu-label .hot-menu {
	background: #ff6c6c;
	display: inline-block;
	line-height: initial;
}

.menu-label .new-menu {
	background: #0077d3;
	display: inline-block;
	line-height: initial;
}

/* .menu-label .hot-menu::after, .menu-label .new-menu::after {
	background: url("/images/sprite.png?v=3");
	width: 20px;
	height: 20px;
    content: "";
    top: 7px;
    left: -2px;
    position: absolute;
	display: inline-block;
} */
.menu-label .hot-menu::after{
	background: url("/images/sprite.png?v=3");
	width: 20px;
	height: 20px;
    content: "";
    top: 7px;
    /* left: -2px; */
    right: 9px;
    position: absolute;
	display: inline-block;
}
.menu-label .new-menu::after {
	background: url("/images/sprite.png?v=3");
	width: 20px;
	height: 20px;
    content: "";
    top: 7px;
    /* left: -2px; */
    right: 9px;
    position: absolute;
	display: inline-block;
}

.menu-label .hot-menu:after {
	background-position: -105px -621px;
}

.menu-label .new-menu:after {
	background-position: -105px -652px;
}

.cart-dropdown a, .cart-dropdown strong {
	color: #b8b8b8;
}
#header-right-side .cart-dropdown a.btn-black {
    float: left;
}
.cart-dropdown ul li a:hover {
	color: #222222; /* main color */
}
.cart-dropdown .btn.close-cart {
    color: #444444;
    padding: 0;
    background:none;
}
.cart-dropdown .btn.close-cart i {
    margin: 0;
}
.cart-dropdown .btn.close-cart:hover {
    color: #ae985c;
}
.cart-dropdown .cart-list li .media {
	padding-right: 25px;
	margin-top: 0;
	color: #000;
}
.cart-dropdown .media-body span {
	font-weight: 400;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
}
.cart-dropdown .cart-list li .media .pull-left {
	width: 95px;
	padding-right: 20px;
}
.cart-dropdown .cart-list li .media .pull-left img {
	max-width: 100%;
}
.close-cart {
	color: #fff;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
}
.product_removefromcart_form .close-cart {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
    background: transparent;
}
.cart-dropdown .input-text.qty {
	background-color: transparent;
	padding: 2px 2px;
}
.cart-dropdown .cart-price {
	font-weight: 400;
	font-size: 16px;
    font-family: 'GothamPro', sans-serif;
}
.account-link-dropdown {
	width: 280px;
}
.header-link-dropdown .dropdown-title {
	color: #222222; /* main color */
	display: inline-block;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.account-link-dropdown, .account-link-dropdown a {
	color: #b8b8b8;
}
.account-link-dropdown a:hover, .account-link-dropdown a.active {
	color: #222222; /* main color */
}
.account-link-dropdown .link-dropdown-list > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
/* --- Megamenu Style --- */
.nav > li {
	overflow: hidden;
	position: relative;
}
#menu {
    margin-top: 40px;
}
#menu > ul > li:last-child a {
    /*color: #ae985c;*/
}
@media (min-width: 1200px) {
    .megamenu.full {
        left: 0;
        width: 245%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #menu {
        margin-top: 25px;
    }
    .megamenu.full {
        width: 205%;
    }
}
#menu .nav > li {
	padding: 16px 0 17px;
}
.nav > li:hover {
	overflow: visible;
	position: inherit;
}
.megamenu {
	background: #fff/* none repeat scroll 0 0 rgba(34, 34, 34, 0.92) */;
	border:1px solid #222222; /* main color */
	color: #a4a4a4;
	opacity: 0;
	padding: 10px 30px 30px;
	position: absolute;
	top: 90%;
	z-index: 2;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
	header #menu.navbar-collapse.collapse {
		overflow-x: auto !important;
	}
}
@media (max-width: 991px) {
    header #menu.navbar-collapse {
        width: 0;
    }
    #menu.navbar-collapse.menu-open {
        width: auto;
        min-width: 320px;
    }
}
@media (max-width: 767px) {
	.navbar-collapse {
		 padding: 15px 15px 0 15px !important;
	}
}

.nav > li.level:hover .megamenu {
	opacity: 1;
}
.megamenu .sub-menu-level1 li.level2 {
	float: left;
	min-width: 180px;
}
.megamenu .level2 > a {
	display: inline-block;
    width: 100%;
    max-width: 270px;
    border-bottom: 1px solid #222222;
	margin-right: 35px;
	color: #222222; /* main color */
	text-transform: uppercase;
	font-weight: 400;
    padding-bottom: 10px;
	margin-bottom: 10px;
    margin-top: 20px;
}
.megamenu .level2 > a:hover {
	color:#c09175;
}
.level-item-id-80 > a {
    color: #e06260 !important;
}
.megamenu .sub-menu-level2 li.level3 > a {
	color: #c09175;
	display: inline-block;
	padding: 4px 0;
    line-height: 1em;
}
.megamenu .sub-menu-level2 li.level3 ul {
    margin-top: -15px;
    margin-bottom: 15px;
}
.megamenu .sub-menu-level2 li.level3 > a:hover {
	color: #c09175;
}
.megamenu .sub-menu-level2 li.level3 > a span {
	float: left;
	font-size: 16px;
	margin-right: 9px;
	margin-top: -1px;
    margin-bottom: 5px;
}
.megamenu-inner-top > .row > .level2:last-child li.level3.no-sub-menu > a {
    color: #6d6d6d;
}
.megamenu-shape-triangle {
    position: absolute;
    top: -12px;
    left: 25px;
    transform: scale(1,0.5);
    width: 21px;
    height: 17px;
    border-left: 3px solid transparent;
    /*border-bottom: 3px solid*/
    background: #ffffff;
    border-bottom: 3px solid #fff;
}
.megamenu-shape-triangle,
.megamenu-shape-triangle::before {
    display: block;
    box-sizing: border-box;
    border-right: 3px solid transparent
}
.megamenu-shape-triangle::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 1px solid #222222;
    border-top: 1px solid #222222;
    border-bottom: 3px solid transparent;
    transform: rotate(45deg) skew(10deg,10deg);
    left: -3px;
    bottom: -12px
}
@media (max-width: 991px) {
    .megamenu-shape-triangle {
        display: none !important;
    }
}

.nav-promo-item-wrapper {
    float: right;
    display: table;
    max-width: 800px;
}

.nav-promo-item-wrapper .productbloc-wrapper {
    border: none;
    height: auto !important;
}

.nav-promo-item-wrapper .productbloc-image img {
    max-width: 350px;
    padding-right: 4%;
}
.nav-promo-item-wrapper .productbloc-image,
.nav-promo-item-wrapper .productbloc-details {
    display: table-cell;
    max-width: 46%;
    vertical-align: middle;
}

.nav-promo-item-wrapper .productbloc-details {
    /*padding: 30px;*/
    /*border: 1px solid #b4995a;*/
}

@media (max-width: 1299px) {
    .nav-promo-item-wrapper .productbloc-image img {
        max-width: 250px;
    }
}

@media (max-width: 1199px) {
    .nav-promo-item-wrapper .productbloc-image img {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .nav-promo-item-wrapper {
        display: none;
    }
}

/*_______________________________________________________
// Contant  //----------------------------
_______________________________________________________*/

/* - Banner Style  //---------------- */
.banner {
	overflow: hidden;
	position: relative;
}
.main-banner.owl-carousel .owl-wrapper-outer {
	display: inherit;
	margin-top: 0;
	padding-top: 0;
}
/* main-banner icon start */
.banner .owl-prev, .banner .owl-next {
	width: 42px; 
	height: 42px;
	background: url("/images/sprite.png?v=3") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-size: 0px;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%) rotate(-0deg);
	-webkit-transform: translateY(-50%) rotate(-0deg);
	transform: translateY(-50%) rotate(-0deg);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.banner .owl-next {
	right: 15px;
	background-position: -145px -30px;
}
.banner .owl-next:hover {
	background-position: -145px -91px;
}
.banner .owl-prev {
	left: 15px;
	background-position: -86px -30px;
}
.banner .owl-prev:hover {
	background-position: -86px -91px;
}
/* .banner .owl-next:before, .banner .owl-prev:before {
	position: absolute;
	content: "";
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
 -0-transform: rotate(90deg);
	z-index: -1;
}
.banner .owl-next:before {
	border-color: #fff #fff transparent transparent;
	border-style: solid;
	border-width: 50px 20px;
	bottom: -24px;
}
.banner .owl-prev:before {
	border-color: transparent transparent #fff #fff;
	border-style: solid;
	border-width: 50px 20px;
	top: -24px;
} */

.main-banner.owl-carousel {
    margin-bottom: 30px;
}

.main-banner .owl-controls .owl-pagination {
	position: absolute;
	bottom: 20px;
	text-align: center;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
 	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.main-banner .owl-pagination .owl-page > span {
	height: 15px;
	width: 15px;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
/* main-banner icon end */

.inner-banner {
    background: none !important;
    box-shadow: none !important;
}

.inner-banner2 {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

@media (max-width: 767px) {
    .inner-banner2 {
        /*padding-left: 25px;
        padding-right: 25px;*/
    }
}

.inner-banner2 img {
    width: 100%;
}

.banner-detail {
	position: absolute;
	top: 30%;
	width: 100%;
}
.banner-detail .banner-detail-inner {
	/* text-align: center; */
	color: #fff;
}
.banner-detail .banner-detail-inner .banner-title {
	color: #222222; /* main color */
	text-transform: capitalize;
	font-size: 44px;
    font-family: 'GothamPro', sans-serif;
	font-weight: 400;
	margin-bottom: 34px;
}
.banner-detail .banner-detail-inner span.slogan {
	display: inline-block;
	font-size: 17px;
	color: #222222; /* main color */
	font-weight: 400;
	margin-bottom: 17px;
	text-transform: uppercase;
}
.banner-detail .banner-detail-inner .banner-title1 {
	color: #222222; /* main color */
	text-transform: capitalize;
	font-size: 44px;
    font-family: 'GothamPro', sans-serif;
	font-weight: 300;
	margin-bottom: 34px;
}
.banner-detail .banner-detail-inner span.slogan1 {
	display: inline-block;
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 17px;
	text-transform: uppercase;
}
/* .banner-detail .banner-detail-inner span.offer {
	background: rgba(15, 183, 164, 0.8);
	padding: 20px 70px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
	letter-spacing: 3px;
} */
/* .banner-detail .banner-detail-inner span p {
	padding: 0	;
	font-size: 15px;
	font-weight: 400;
	color: #dadada;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 32px;
	letter-spacing: 3px;
} */
.banner-detail .banner-detail-inner span.sub-title {
	padding: 0	;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	/* text-transform: uppercase; */
	display: inline-block;
	margin-bottom: 32px;
	/* letter-spacing: 3px; */
}
.inner-banner {
	/* background: url(/images/inner-banner.jpg) no-repeat scroll center center; */
	padding: 10px 0;
	background: #f0f0f0;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.inner-banner .banner-detail {
	position: relative;
}
.inner-banner .banner-detail h1 {
	color: #535353;
	font-size: 24px;
	display: inline-block;
	margin-bottom: 0px;
}
/* Bread-crumb CSS Start */
.bread-crumb{
	margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.bread-crumb ul li {
	display: inline;
	color: #535353;
}
.bread-crumb ul li a {
    color: #a9a9a9;
}

.bread-crumb ul li > strong,
.bread-crumb ul li > span,
.bread-crumb ul li a {
    /*float: left;*/
}

.bread-crumb ul li a, .bread-crumb ul li span {
    /*font-weight: 600;*/
}
.bread-crumb ul li a {
    margin: 0 7px 0 3px;
}

.bread-crumb ul > li:last-child span {
    color: #ae985c;
}
.bread-crumb ul li a:hover {
	color: #222222; /* main color */
}
.bread-crumb ul li:first-child {
	padding-left: 0;
}
.bread-crumb ul li span {
	color: #222222; /* main color */
    font-size: 14px;
}
/* Bread-crumb CSS End */

/* alert */
#alert-wrapper {
    margin-top: 0;
    text-align: center;
    z-index: 1;
}

@media (min-width: 992px) {
    #alert-wrapper {
        position: fixed;
        left: 0;
        right: 0;
        max-width: 800px;
        margin: 0 auto;
        top: 100px;
    }
}
@media (max-width: 991px) {
    #alert-wrapper > * {
        -webkit-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.2);
    }
    #alert-wrapper {
        position: fixed;
        bottom: 20px;
        z-index: 100;
        left: 20px;
        right: 20px;
        text-align: center;
    }
}
#alert-wrapper + .ptb-60,
#alert-wrapper + .pt-60 {
    padding-top: 10px;
}
/* //alert */

/* - Sub-banner Style  //---------------- */

.sub-banner-block .sub-banner:hover img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	opacity: 0.6;
}
/* .sub-banner-block .col-sm-4{
	padding: 0px 10px;
} */
.sub-banner {
	display: inline-block;
	background: #000;
	position: relative;
	/* margin-bottom: 30px; */
	overflow: hidden;
	max-width: 100%;
}
#gallery-container a:hover:before {
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.2) inset;
}

#gallery-container a:before {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}

.sub-banner a:before{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
}
.sub-banner > a:after{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
}

.sub-banner:hover > a:before{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.sub-banner:hover > a:after{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.sub-banner a:before, .sub-banner a:after{
	z-index: 1;
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.sub-banner a img{
	transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    overflow: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sub-banner .sub-banner-detail {
	color: #282828;
	position: absolute;
	text-align: left;
	width: 100%;
	padding: 0 5%;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    font-family: 'GothamPro', sans-serif;
}
.sub-banner-detail button a{
	padding: 10px 19px;
}
.sub-banner-detail button.btn.btn-color a{
	color: #fff;
	text-transform: uppercase;
}
.sub-banner-detail button.btn.btn-color a:hover{
	color: #101010;
	text-transform: uppercase;
}
.sub-banner.sub-banner2 .sub-banner-detail {
	/* left: 60px; */
}
.sub-banner.sub-banner3 .sub-banner-detail {
	width: 100%;
}
.sub-banner.sub-banner6 .sub-banner-detail {
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 100%;
}
.sub-banner.sub-banner3 .sub-banner-detail .sub-banner-type {
	margin-top: 20px;/*color: #c3a977;*/
}
.sub-banner.sub-banner1 a {
	color: #221b1f;
}
.sub-banner.sub-banner6 a .sub-banner-detail {
	color: #fff;
}
.sub-banner .sub-banner-detail .sub-banner-type, .sub-banner .sub-banner-detail .sub-banner-subtitle {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 17px;
}
.sub-banner .sub-banner-detail .sub-banner-type {
	color: #fff;
	/* font-style: italic; */
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
.sub-banner-subtitle span {
	color: #222222; /* main color */
}
.sub-banner .sub-banner-detail .sub-banner-title {
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.sub-banner .sub-banner-detail .sub-banner-title span.color {
	color: #bababa;
	line-height: 40px;
}
.sub-banner .sub-banner-detail .sub-banner-title span {
	font-weight: 300;
}
.sub-banner6 .sub-banner-detail .sub-banner-title, .sub-banner7 .sub-banner-detail .sub-banner-title {
	font-size: 22px;
}
.sub-banner .sub-banner-detail span.line {
	background: #222222; /* main color */
	height: 1px;
	width: 90px;
	display: inline-block;
	margin: 30px 0 25px 0;
}
.sub-banner3 .sub-banner-detail span.line {
	margin: 50px 0;
}
/* Product Box part */

.section_sub_title {
    margin-bottom: 20px;
    font-size: 22px;
}
body.simple .section_sub_title {
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .product-item-bloc-wrapper {
        margin-bottom: 30px;
    }
}

.productbloc-wrapper.productbloc-light-wrapper .productbloc-image > img {
    max-width: 160px;
}

.productbloc-wrapper {
    border: 1px solid #222222;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .productbloc-wrapper {
        margin-bottom: 30px;
    }
}

.productbloc-wrapper.productbloc-light-wrapper {
    border: none;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}

.productbloc-details {
    padding: 15px;
    text-align: center;
}

.productbloc-light-wrapper .productbloc-details .productbloc-subtitle {
    line-height: 1.6em;
    font-size: 16px;
}

.productbloc-title {
    font-weight: 400;
    font-size: 24px;
    text-transform: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.megamenu .productbloc-title {
    margin-bottom: 10px;
}

.productbloc-subtitle {
    font-weight: 100;
    font-size: 18px;
    text-transform: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.productbloc-link-wrapper {
    display: table;
    width: 100%;
    text-align: center;
    position: relative;
    /*z-index: 1;*/
    background-image: url("/images/button-01.png?v=2");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.productbloc-link {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 72px;
    width: 100%;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.productbloc-link:hover {
    color: #000;
}

.countdownwidgetWrapper .circular-countdown .time {
    display: inline-block;
    float: none;
}
.product-item-bloc .countdownwidgetWrapper .countdownwidgetLabel {
    font-weight: 400;
}
.product-item-bloc .countdownwidgetWrapper {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(0,0,0,0.4);
    padding-top: 20px;
    padding-bottom: 20px;
}

/*.productbloc-link-bg {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 0;
}*/

/*.productbloc-link-bg:after {
    content: "";
    display: block;
    margin: 0 auto;
    background-image: url("/images/fa-icons.png?v=4");
    background-repeat: no-repeat;
    background-position: 0px -264px;
    height: 48px;
    width: 120px;
}*/

div > .pageslide-item-wrapper:first-child {
    margin-top: 20px;
}

div > .pageslide-item-wrapper {
    margin-bottom: 40px;
}

div > .pageslide-item-wrapper:last-child {
    margin-bottom: 0px;
}

.pageslide-item-row {
    display: table;
    padding: 25px 50px;
    width: 100%;
    background: #ece5e0;
}

.pageslide-item-cell {
    display: table-cell;
    padding: 15px;
}

.pageslide-item-cell-1,
.pageslide-item-cell-2 {
    width: 25%;
}

.pageslide-item-cell-3 {
    width: 50%;
    text-align: center;
}

.pageslide-item-cell-3 img {
    max-width: 500px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .pageslide-item-row {
        display: block;
        padding: 15px;
    }
    .pageslide-item-cell-3 img {
        max-width: 100% !important;
    }
}

@media (max-width: 1199px) {
    .pageslide-item-cell {
        width: 100%;
        display: block;
    }
}

.pageslide-item-cell-1 {
    vertical-align: top;
}

.pageslide-item-cell-2 {
    vertical-align: bottom;
}

.pageslide-item-cell-3 {
    vertical-align: middle;
}

.pageslide-item-cell-container {
    border: 1px solid #ecd6cc;
    padding: 15px;
    text-align: center;
    position: relative;
}

.pageslide-item-cell-1 .pageslide-item-cell-container,
.pageslide-item-cell-2 .pageslide-item-cell-container {
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 20px;
}

.pageslide-title {
    position: absolute;
    left: -60px;
    font-weight: 400;
    /*font-family: 'SeascapeRegular';*/
    /*font-family: 'Allura';*/
    /*font-style: italic;*/
    /*letter-spacing: 4px;*/
    font-size: 32px;
}

.pageslide-item-cell-2 .pageslide-title {
    /*font-family: 'Raleway Dots';*/
    /*font-size: 37px;*/
}

.pageslide-item-cell-1 .pageslide-item-cell-container .pageslide-title {
    top: 0px;
}

.pageslide-item-cell-2 .pageslide-item-cell-container .pageslide-title {
    /*bottom: -30px;*/
    top: 0px;
}

.pageslide-subtitle {
    font-weight: 100;
    text-transform: none;
    margin-bottom: 40px;
}

.pageslide-header {
    margin-bottom: 30px;
}

.pageslide-subtitle:after {
    content: "";
    display: block;
    width: 40px;
    margin: 0 auto;
    border-top: 1px solid #222222;
    margin-top: 10px;
}

.pageslide-link {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    padding: 10px;
    background: #222222;
    color: #ececec;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    font-weight: 400;
}

.pageslide-link:hover {
    color: #ffffff;
}

@media (max-width: 1499px) {

    .pageslide-item-cell-container .pageslide-title {
        position: relative;
        text-align: center;
        margin-bottom: 20px;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
    }

}

@media (max-width: 1199px) {

    .pageslide-item-cell-3 img {
        max-width: 400px;
        margin: 0 auto;
        display: block;
    }

}

@media (max-width: 767px) {

    .pageslide-item-cell .pageslide-item-cell-container {
        width: auto !important;
    }

}

.videoWrapper {
    padding: 25px 15px;
    background: #303030;
    color: #ffffff;
}

iframe {
	max-width: 100%;
}

.videoWrapper h2 {
    text-transform: none;
    font-size: 20px;
    line-height: 1.2em;
}

.category-bar ul li {
	display: inline-block;
}
.category-bar ul li.selected {
	pointer-events: none;
}
.category-bar ul li a {
	padding: 0 10px;
}
.category-bar ul li a.selected{
	color: #222222; /* main color */
}
/* .category-bar ul li.active a {
	color: #222222;  main color
} */
.pro_cat {
	position: relative;
}
.owl-carousel .owl-wrapper-outer {
	display: inline-block;
	padding-top: 7px;
	margin-top: -7px;
}
.product-listing .product-item {
    /*margin-bottom: 0;*/
    margin-bottom: 10px;
}

.blog-listing .blog-item {
	margin-bottom: 30px;
}
.blog-listing .blog-item {
	margin-bottom: 20px;
}
.product-item {
	position: relative;
	text-align: center;
}
.pro_cat .product-slider-main {
	/* position: absolute;
	top: 0; */
	width: 100%;
	display: none;
}
.pro_cat .product-slider-main.selected {
    display: block !important;
}
.featured-product {
    display: inline-block;
    margin-bottom: -30px;
    width: 100%;
}
.product-slider .item {
	padding-left: 15px;
	padding-right: 15px;
}
.product-image {
	position: relative;
	overflow: hidden;
	min-width: 70px;
	background: #fff;
}

.product-item:hover .product-image img {
    transform: scale(1);
}

.fotorama__wrap--css3 .fotorama__stage__shaft {
	border: 1px solid #e1e1e1;
	margin-left: -1px;
	width: calc(100% - 1px) !important;
}
.product-image img {
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.sale-label {
	background: #ae985c;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	padding: 8px;
	position: absolute;
	left: 0px;
	text-transform: uppercase;
	top: 10px;
	z-index: 1;
	border-radius: 0 20px 20px 0;
}

.new-label {
	background: #222222; /* main color */
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	padding: 8px;
	position: absolute;
	right: 0px;
	text-transform: uppercase;
	top: 10px;
	z-index: 1;
	border-radius: 20px 0 0 20px;
}

.product-item.sold-out::before {
    background: rgba(255,255,255,0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.product-item.sold-out::after {
	background: #222222; /* main color */
	content: "Sold out";
	color: #fff;
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    text-transform: uppercase;
    padding: 10px 15px;
    transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
}

/* .out-stock {
    background: #fa6b6b none repeat scroll 0 0;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 40%;
    z-index: 1;
} */

.bl-custom-button-style-1 {
    color: #222222 !important;
    border-radius: 0;
    padding: 15px 50px;
    background: #e8e8e8;
    display: block;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
    text-align: center;
}

.bl-custom-button-style-1:hover {
    width: 620px;
}

body.catalog-product-view-categ-9 #catalog-product-view-section-1 {
    padding-top: 60px;
}

.product-item.catalog-list-view-categ-26 .product-image,
body.catalog-product-view-categ-26 .bl-custom-button-style-1,
body.catalog-product-view-categ-26 #catalog-product-view-section-1 {
    /*background: #f2e5d8;*/
    background: #f3e6da;
}

body.catalog-product-view-categ-26 #product-addtocart-button:hover,
.product-listing-26 .product-image {
    background: #f3e6da !important;
}

.product-item.catalog-list-view-categ-27 .product-image,
body.catalog-product-view-categ-27 .bl-custom-button-style-1,
body.catalog-product-view-categ-27 #catalog-product-view-section-1 {
    background: #ecd0c4;
}

body.catalog-product-view-categ-27 #product-addtocart-button:hover,
.product-listing-27 .product-image {
    background: #ecd0c4 !important;
}

.product-item.catalog-list-view-categ-28 .product-image,
body.catalog-product-view-categ-28 .bl-custom-button-style-1,
body.catalog-product-view-categ-28 #catalog-product-view-section-1 {
    background: #e9d7c4;
}

body.catalog-product-view-categ-28 #product-addtocart-button:hover,
.product-listing-28 .product-image {
    background: #e9d7c4 !important;
}

.product-item.catalog-list-view-categ-29 .product-image,
body.catalog-product-view-categ-29 .bl-custom-button-style-1,
body.catalog-product-view-categ-29 #catalog-product-view-section-1 {
    background: #e9ccb1;
}

body.catalog-product-view-categ-29 #product-addtocart-button:hover,
.product-listing-79 .product-image {
    background: #fbbbba !important;
}

.product-item.catalog-list-view-categ-79 .product-image,
body.catalog-product-view-categ-79 .bl-custom-button-style-1,
body.catalog-product-view-categ-79 #catalog-product-view-section-1 {
    background: #fbbbba;
}

body.catalog-product-view-categ-79 #product-addtocart-button:hover,
.product-listing-79 .product-image {
    background: #fbbbba !important;
}

body.catalog-product-view-categ-0 #product-addtocart-button:hover,
.product-listing-0 .product-image {
    background: #ffffff !important;
}

body.catalog-product-view .mian-contain > #alert-wrapper + .container,
body.catalog-product-view .mian-contain > .container:first-child {
    width: 100% !important;
}

.product-detail-inner {
	/* background: #000; */
	/*height: calc(100% - 20px);*/
    position: absolute;
    right: 10px;
    text-align: center;
    /*top: 50%;*/
    bottom: 20px;
    /* transform: translateY(-50%); */
    width: calc(100% - 20px);
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	/*border: 1px solid #d8d8d8;
	background-color: rgba(255,255,255,0.6);*/
	opacity: 0;
    text-align: right;
}
.product-item .product-image img {
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.product-item:hover .product-image img {
    opacity: 0.75;
}
.product-item:hover .product-detail-inner {
	opacity: 1;
}

@media (max-width: 767px) {
    .product-item-bloc-wrapper {
        margin-bottom: 60px;
    }
}

.product-item-bloc-wrapper .product-item-details .rating-summary-block {
    margin-bottom: 20px;
}

.product-item-bloc-wrapper .bottom-detail ul li.pro-cart-icon a {
    font-size: 18px;
}

.product-item-bloc-type-alone .product-item-details .bottom-detail {
    padding: 9px 0;
}

.product-item-bloc-type-alone h4 {
    margin-bottom: 0;
}

.product-item-details {
	margin-top: 20px;
}
.special-products-block .product-item-details {
	margin-top: 0;
}
.shop-list-view:hover .product-item-name a, .product-item:hover .product-item-name a, .special-products-block:hover .product-item-name a, .sidebar-contant:hover ul li .pro-detail-info a {
	color: #000;
}
.price-box {
    font-family: 'GothamPro', sans-serif;
}
.product-item-details .price-box .price {
	margin-right: 0px;
}
.price-box .price {
	font-size: 16px;
	font-weight: 400;
	color: #222222; /* main color */
}
.product-item-details #product-addtocart-button-gold .price-box {
    font-size: 22px;
    font-weight: 400;
}
.product-item-details .price-box .price.old-price {
	font-size: 14px;
	font-weight: 400;
	color: #222222; /* main color */
}
.detail-inner-left{
	top: 50%;
	width: 100%;
	position: absolute;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.detail-inner-left ul {
	display: inline-block;
}
.product-item .detail-inner-left ul li {
	float: left;
	width: 40px;
	height: 40px;
	padding: 0;
	position: relative;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #000;
	margin: 0 -20px;
}
.product-item .detail-inner-left ul li:hover{
	background-color: #222222; /* main color */
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
.product-item:hover .detail-inner-left ul li {
	padding: 0 5px;
	margin: 0 5px;
}
.product-item:hover .detail-inner-left ul li:last-child {
	/* padding-right: 0; */
}
.detail-inner-left ul li:first-child {
	padding-left: 0;
}
.detail-inner-left ul li:last-child {
	/* padding-right: 0; */
}
.detail-inner-left ul li.pro-not-custom-icon a {
	background: url("/images/sprite.png?v=3") no-repeat scroll 0 0;
	display: inline-block;
	height: 30px;
	width: 30px;
}

.product-item .detail-inner-left ul li, .product-item .detail-inner-left ul li button span {
    transform: perspective(1300px) rotateY(180deg);
    -webkit-transform: perspective(1300px) rotateY(180deg);
    -moz-transform: perspective(1300px) rotateY(180deg);
    -o-transform: perspective(1300px) rotateY(180deg);
}

.product-item:hover .detail-inner-left ul li, .product-item:hover .detail-inner-left ul li button span {
    transform: perspective(1300px) rotateY(0deg);
    -webkit-transform: perspective(1300px) rotateY(0deg);
    -moz-transform: perspective(1300px) rotateY(0deg);
    -o-transform: perspective(1300px) rotateY(0deg);
}

.pro-custom-icon a {
    color: #ececec;
    font-size: 30px;
    font-weight: 400;
}

.pro-custom-icon:hover a {
    color: #ffffff;
}

.detail-inner-left ul li a:before {
	/* position: absolute;
	content: "";
	left: 0;
	height: 25px;
	width: 1px;
	background: #dedede; */
}
/* .detail-inner-left ul li button {
	background: url("/images/sprite.png?v=3") no-repeat scroll -12px -317px;
	height: 30px;
	width: 30px;
	display: inline-block;
	border: none;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.detail-inner-left ul li button:hover {
	background-position: -12px -355px;
	transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
} */
.detail-inner-left ul li.pro-cart-icon a {
	background-position: -11px -316px;
}
.detail-inner-left ul li.pro-cart-icon a:hover {
	/* background-position: -12px -417px; */
}
.detail-inner-left ul li.pro-wishlist-icon a {
	background-position: -11px -383px;
}
.detail-inner-left ul li.pro-wishlist-icon a:hover {
	/* background-position: -12px -417px; */
}
.detail-inner-left ul li.pro-wishlist-icon.active a {
	background-position: -46px -417px;
}
.detail-inner-left ul li.pro-compare-icon a {
	background-position: -11px -452px;
}
.detail-inner-left ul li.pro-compare-icon a:hover {
	/* background-position: -12px -486px; */
}
.rating-summary-block {
	padding: 5px 0;
}
.rating-summary-block .rating-result {
	display: inline-block;
	position: relative;
	width: 120px;
}
#catalog-product-view-section-1 .rating-summary-block .rating-result {
    width: auto;
}
.catalog-product-view-benefice {
    font-weight: 100 !important;
}
.rating-summary-block.big .rating-result {
	width: 88px;
}
.rating-result-label {
    text-transform: lowercase;
    display: inline;
    margin-left: 5px;
    float: right;
    margin-top: 3px;
}
/*.rating-summary-block .rating-result:before {
	color: #c7c7c7;
	!*content: "" "" "" "" "";
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	height: 16px;*!
    display: block;
    background-image: url("/images/fa-icons.png?v=4");
    background-repeat: no-repeat;
    !*background-size: contain;*!
    content: "";
    background-position: 0px -120px;
    height: 24px !important;
    width: 120px;
	left: 0;
	letter-spacing: 2px;
	line-height: 16px;
	position: absolute;
	top: 0;
	!*width: 100%;*!
	z-index: 1;
}*/
.rating-summary-block .rating-result > span {
	display: block;
	overflow: hidden;
}
/*.rating-summary-block .rating-result > span::before {*/
.rating-summary-block .rating-result > span {
	color: #ae985c; /* gold color */
	/*content: "" "" "" "" "";
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	height: 16px;*/
    content: "";
    display: block;
    background-image: url("/images/fa-icons.png?v=4");
    background-repeat: no-repeat;
    background-position: 0px -120px;
    /*background-size: contain;*/
    height: 24px !important;
    width: 120px;
	letter-spacing: 2px;
	line-height: 16px;
	position: relative;
	z-index: 1;
}
#catalog-product-view-section-3 {
    background: #303030;
}
#catalog-product-view-section-4 h2.main_title.title_deco:after,
#catalog-product-view-section-2 h2.main_title.title_deco:after {
    display: none;
}
#catalog-product-view-section-4 h2.main_title.title_deco,
#catalog-product-view-section-2 h2.main_title.title_deco {
    font-weight: 100;
    margin-bottom: 0;
    padding-bottom: 5px;
}
#catalog-product-view-section-4 h2.main_title.title_deco {
    margin-bottom: 30px;
}
#catalog-product-view-section-4 h4 {
    text-transform: uppercase;
}
#catalog-product-view-section-1 .rating-summary-block .rating-result > span {
    display: inline-block;
}
.rating-summary-block .rating-result > span.rating-result-1 {
	background-position: 0px -144px;
}
.rating-summary-block .rating-result > span.rating-result-2 {
	background-position: 0px -168px;
}
.rating-summary-block .rating-result > span.rating-result-3 {
	background-position: 0px -192px;
}
.rating-summary-block .rating-result > span.rating-result-4 {
	background-position: 0px -216px;
}
.rating-summary-block .rating-result > span.rating-result-5 {
	background-position: 0px -240px;
}
.rating-summary-block .rating-result:before, .rating-summary-block .rating-result > span:before {
	font-size: 13px;
	height: 13px;
	line-height: 13px;
}
.rating-summary-block.big .rating-result:before, .rating-summary-block.big .rating-result > span:before {
	font-size: 17px;
	height: 17px;
	line-height: 17px;
}

.owl-controls.clickable .owl-buttons .owl-prev,
.owl-controls.clickable .owl-buttons .owl-next,
.fotorama__arr {
    display: inline-block;
    background-image: url("/images/fa-icons.png?v=4");
    background-repeat: no-repeat;
    /*background-size: contain;*/
    height: 24px;
    width: 24px;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 1;
}

.owl-controls.clickable .owl-buttons .owl-prev,
.product-slider .owl-prev, .client-main .owl-prev, #brand-logo .owl-prev {
    background-position: -48px -96px !important;
}

.owl-controls.clickable .owl-buttons .owl-next,
.product-slider .owl-next, .client-main .owl-next, #brand-logo .owl-next {
    background-position: -72px -96px !important;
}

.product-slider .owl-prev, .product-slider .owl-next, .client-main .owl-prev, .client-main .owl-next, #brand-logo .owl-prev, #brand-logo .owl-next {
	/*background: url("/images/sprite.png?v=3") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	position: absolute;
	/* border: 1px solid #c2c2c2; */
	/*height: 42px;
	width: 42px;*/
    display: inline-block;
    background-image: url("/images/fa-icons.png?v=4");
    background-repeat: no-repeat;
    /*background-size: contain;*/
    height: 24px;
    width: 24px;
	text-align: center;
	margin-top: -30px;
	opacity: 1;
	top: 50%;
	padding: 4px 15px;
	font-size: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.slideshow-caption {
    z-index: 1;
    background: transparent;
    /*display: table-row;*/
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    /*border:5px solid #ff0000;*/
    /*vertical-align: middle;*/
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


/*.slideshow-caption-with-countdown .countdownwidget {
    padding: 15px;
    background: rgba(255,255,255,0.8);
}*/

.slideshow-caption-with-countdown:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5);
}

@media (max-width: 767px) {

    .pseudo-hidden-xs a,
    .pseudo-hidden-xs {
        opacity: 0 !important;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    
}

.slideshow-caption-container {
    /*display: inline-block;
    vertical-align: middle;*/
}

.slideshow-caption h1 {
    font-weight: 100;
    line-height: 1.2em;
}

.slideshow-caption h1 + .btn-white,
.slideshow-caption h1 + .btn-black,
.slideshow-caption h1 + .btn-gold {
    margin-top: 10px;
}

.slideshow-caption .btn-white,
.slideshow-caption .btn-black,
.slideshow-caption .btn-gold {
    background: #ae985c;
    color: #ececec;
    padding: 15px 25px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    font-size: 22px;
    font-weight: 100;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

.slideshow-caption .btn-white {
    background: #FFFFFF;
    color: #222222;
}

.slideshow-caption .btn-black {
    background: #222222;
}

.slideshow-caption .btn-gold:hover {
    color: #ffffff;
}

@media (max-width: 891px) {
    .slideshow-picture-container img {
        width: 100%;
        max-width: none;
    }
}
@media (max-width: 767px) {
    .slideshow-item-wrapper img {
        width: 100%;
    }
    .slideshow-caption h1 {
        color: #ffffff;
        font-weight: 400;
    }
}

.best-pro-col {
    display: none;
}
.new-pro-col {
    display: none;
}
.special-pro-col {
    display: none;
}

/* Specisl Products  Start*/
.title_deco:after {
    content: "";
    display: block;
    border-top: 2px solid #ae985c;
    height: 1px;
    position: relative;
    width: 100px;
    margin: 0 auto;
    margin-top: 10px;
}
.shopbybg {
  /* background: hsl(0, 0%, 96%) url("/images/sizeby.jpg") no-repeat scroll top left; */
	overflow: hidden;
	width: 100%;
	background: #f5f5f5;
	padding: 70px 0px;
}
.shopbybg h2.main_title::before {
	background: hsl(0, 0%, 100%);
}
.shopbybg hr{
	border-top: 1px solid #dedede;
}
.content-top {
	/* border-right: 1px solid hsl(0, 0%, 85%); */
}
.content-top.content-main1 {
	/* background: hsla(0, 0%, 0%, 0) url("/images/small.png") no-repeat scroll 10px 35px; */
	/* padding: 77px 30px 64px 190px; */
	padding: 15px 0px;
	position: relative;
}
.content-top.content-main1, .content-bottom.content-main2 {
	/* border-bottom: 1px solid hsl(0, 0%, 85%); */
}
.shopbybg .content-title {
	/* color: hsl(0, 0%, 0%); */
	font-size: 14px;
	font-weight: 400;
	color: #6d6d6d;
	margin-bottom: 5px;
	text-transform: uppercase;
	padding-top: 15px;
}
.shopbybg .content-shortdesc {
	/* height: 60px; */
	overflow: hidden;
	color: #222222; /* main color */
	font-weight: 400;
}
.handbaghover {
	background: hsla(0, 0%, 96%, 0.65) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.handbagdetail {
	left: 0;
	/* margin: -20px auto 0; */
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);	
}
.handbagdetai2 {
	left: 0;
	/* margin: -20px auto 0; */
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.handbaghover a.handbag {
	background: hsl(0, 0%, 0%) none repeat scroll 0 0;
	border-radius: 30px;
	color: hsl(0, 0%, 100%);
	display: inline-block;
	margin: 0 5px;
	padding: 11px 16px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.handbaghover a.handbag:hover {
	background: hsl(0, 0%, 50%) none repeat scroll 0 0;
}
.content-top:hover .handbaghover, .content-bottom:hover .handbaghover {
	opacity: 1;
}
.content-bottom.content-main2 {
	/* background: hsla(0, 0%, 0%, 0) url("/images/medium.png") no-repeat scroll 25px 25px; */
	/* padding: 77px 0 64px 190px; */
	padding: 15px 0px;
	position: relative;
}
.content-top.content-main3 {
	/* background: hsla(0, 0%, 0%, 0) url("/images/large.png") no-repeat scroll 10px 62px; */
	/* padding: 110px 0 74px 190px; */
	padding: 15px 0px;
	position: relative;
}
.content-bottom.content-main4 {
	/* background: hsla(0, 0%, 0%, 0) url("/images/xlarge.png") no-repeat scroll 20px 55px; */
	/* padding: 110px 0px 74px 190px; */
	padding: 15px 0px;
	position: relative;
}
/* Special Products  End*/

#brand-logo .owl-prev, #brand-logo .owl-next {
	margin-top: 0;
}
.product-slider .owl-prev:hover, .product-slider .owl-next:hover, #brand-logo .owl-prev:hover, #brand-logo .owl-next:hover {
	border-color: #222;
}
.product-slider .owl-next{
	right: 0px;
    background-position: -145px -30px;
}
.product-slider .owl-next:hover {
    background-position: -145px -91px;
}
.product-slider .owl-prev{
	left: 0px;
    background-position: -86px -30px
}
.product-slider .owl-prev:hover {
   background-position: -86px -91px
}
#brand-logo .owl-next {
	right: 0px;
    background-position: -145px -30px;
}
.owl-next, #brand-logo .owl-next:hover {
    background-position: -145px -91px;
}
.owl-prev, #brand-logo .owl-prev {
	left: 0px;
	 background-position: -86px -30px
}
#brand-logo .owl-prev:hover {
   background-position: -86px -91px
}
/*.product-slider .owl-prev:after, .product-slider .owl-next:after, #brand-logo .owl-prev:after, #brand-logo .owl-next:after {
	color: #c2c2c2;
	content: "";
	font-size: 28px;
	line-height: 55px;
	font-family: FontAwesome;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
 .product-slider .owl-prev:after, #brand-logo .owl-prev:after {
	content: "";
}
.product-slider .owl-next:after, #brand-logo .owl-next:after {
	content: "";
}
.product-slider .owl-prev:hover:after, #brand-logo .owl-prev:hover:after {
	color: #222;
}
.product-slider .owl-next:hover:after, #brand-logo .owl-next:hover:after {
	color: #222;
} */
.product-slider .product-slider-main:hover .owl-prev, .product-slider .product-slider-main:hover .owl-next, #brand-logo:hover .owl-prev, #brand-logo:hover .owl-next {
	opacity: 1;
}
/* ------------------ */
.shop-list-view {
	padding-bottom: 40px;
	margin-bottom: 40px;
	display: inline-block;
    border-bottom: 1px solid #dedede;
    width: 100%;
}
.shop-list-view .product-item {
	float: left;
	width: 280px;
	margin-right: 30px;
}
.shop-list-view .product-item-name {
	font-size: 16px;
}
.shop-list-view .price-box {
	margin: 3px 0 15px;
}
.shop-list-view .bottom-detail {
	margin-top: 15px;
	display: inline-block;
}
.shop-list-view .product-item-details, .product-detail-main .product-item-details {
	margin-top: 0;
}

.product-detail-main .tab-wrapper,
.product-detail-main .product-item-details {
    width: 590px;
    max-width: 100%;
}
/* Site Services Features Block css Star */

.ser-feature-block {
	background: url("/images/shipping_bg.jpg") no-repeat scroll 0 0;
	padding: 35px 50px;
}
.ser-feature-block .col-md-4:last-child .feature-box {
	border: none;
}
.ser-feature-block .feature-box {
	background: url("/images/shipping_icon.png") no-repeat scroll 0 0;
	border-right: 1px solid #868982;
	color: #fff;
	padding-left: 90px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.ser-feature-block .feature-box .ser-title {
	font-size: 20px;
	font-weight: 400;
	margin-top: 5px;
	display: inline-block;
}
.ser-feature-block .feature-box:hover .ser-title {
	color: #c4a872;
}
.ser-feature-block .feature-box.feature1 {
	background-position: 5px 7px;
}
.ser-feature-block .feature-box.feature2 {
	background-position: 5px -120px;
}
.ser-feature-block .feature-box.feature3 {
	background-position: 5px -246px;
}
.ser-feature-block .feature-box.feature1:hover {
	background-position: 5px -57px;
}
.ser-feature-block .feature-box.feature2:hover {
	background-position: 5px -180px;
}
.ser-feature-block .feature-box.feature3:hover {
	background-position: 5px -318px;
}
/* Site Services Features Block css End */


/* Special Product Block css Star */
.special-products-block {
	position: relative;
	overflow: hidden;
	margin-top: -7px;
	padding-top: 7px;
}
.special-products-block .product-item {
	max-width: 338px;
	float: left;
	margin-right: 30px;
}
.special-products-block .pro-detail-main {
	margin-left: 368px;
	position: relative;
}
.special-products-block .product-item-details .product-item-name {
	font-size: 22px;
	margin-bottom: 15px;
}
.special-products-block .product-item-details .price-box .price {
	font-size: 20px;
}
.special-products-block .product-item-details .price-box .price.old-price {
	font-size: 16px;
}
.special-products-block .rating-summary-block {
	margin-top: 10px;
	margin-bottom: 10px;
}
.special-products-block .label-review {
	color: #8f8f8f;
	font-size: 12px;
	font-style: italic;
}
.bottom-detail ul li {
	border-right: 1px solid #ccc;
	display: inline-block;
	padding: 0 12px;
}
.bottom-detail ul li:first-child {
	padding-left: 0;
}
.bottom-detail ul li:last-child, .bottom-detail ul li.pro-cart-icon {
	padding-right: 0;
	border-right: none;
}
.special-products-block .bottom-detail .pro-compare-icon {
	margin-top: 10px;
}
.special-products-block .pro-detail-main .bottom-detail {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.product-item-details .bottom-detail {
	/*border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;*/
	padding: 19px 0;
}
.product-detail-main .product-item-details .product-qty ~ .bottom-detail {
	border: none;
	padding: 0px;
}
.product-detail-main .product-item-details .bottom-detail {
	display: inline-block;
}
.bottom-detail ul li span {
	background: url(/images/sprite.png?v=3) no-repeat scroll 0 0;
	display: inline-block;
	height: 16px;
	width: 23px;
	margin-bottom: -2px;
	margin-right: 7px;
}
.bottom-detail ul li.pro-cart-icon a{
	padding: 13px 15px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.bottom-detail ul li.pro-cart-icon span {
	background-position: -15px -328px;
}
.bottom-detail ul li.pro-wishlist-icon span {
	background-position: -154px -395px;
}
.bottom-detail ul li.pro-compare-icon span {
	background-position: -144px -462px;
}
.bottom-detail ul li.pro-email-icon span {
	background-position: -146px -495px;
}
.bottom-detail ul li.pro-cart-icon:hover span {
	background-position: -15px -328px;
}
.bottom-detail ul li.pro-wishlist-icon:hover span {
	background-position: -14px -429px;
}
.bottom-detail ul li.pro-compare-icon:hover span {
	background-position: -14px -496px;
}
.bottom-detail ul li.pro-email-icon:hover span {
	background-position: -49px -495px;
}
#special-pro .owl-prev, #special-pro .owl-next {
	position: absolute;
	top: -85px;
	font-size: 0;
}
#special-pro .owl-prev {
	right: 50px;
}
#special-pro .owl-next {
	right: 20px;
}
#special-pro .owl-prev:after, #special-pro .owl-next:after {
	color: #c2c2c2;
	font-family: FontAwesome;
	font-size: 28px;
	line-height: 55px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
#special-pro .owl-prev:hover:after, #special-pro .owl-next:hover:after {
	color: #8a8a8a;
}
#special-pro .owl-prev:after {
	content: "";
}
#special-pro .owl-next:after {
	content: "";
}

#product-addtocart-button {
    background: transparent;
    border-radius: 0;
    border: 1px solid #222222;
    padding: 20px 30px;
    width: 100%;
    text-align: center;
}

#product-addtocart-button-gold {
    background: #ad8e48;
    border-radius: 0;
    border: 1px solid #ad8e48;
    padding: 20px 30px;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 20px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

#product-addtocart-button-gold:hover {
    background: transparent !important;
}

#product-addtocart-button-gold > span {
    display: inline-block;
    width: auto;
    float: none;
    background: none !important;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    margin: 0;
    font-weight: 400;
    height: auto !important;
}

@media (min-width:992px) {
    #product-addtocart-button-gold > span {
        padding: 0 !important;
    }
}

#product-addtocart-button-gold:hover > span {
    color: #222222;
}

body.catalog-product-view #product-addtocart-button {
    background: #222222 !important;
    color: #ffffff;
}

@media (min-width: 991px) {
    #product-addtocart-button-gold,
    #product-addtocart-button {
        min-width: 550px;
        max-width: 100%;
    }
}

@media (min-width: 1199px) {
    #product-addtocart-button-gold,
    #product-addtocart-button {
        min-width: 590px;
        max-width: 100%;
    }
}

#product-addtocart-button > span {
    display: none;
}

#product-addtocart-button > div {
    display: inline-block;
    color: #000000;
}

#product-addtocart-button > div > *,
#product-addtocart-button > div {
    color: #ffffff;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

#product-addtocart-button-gold .add-text-box,
#product-addtocart-button .add-text-box {
    padding-left: 15px;
    font-weight: 100;
    font-size: 20px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
#product-addtocart-button .add-text-box {
    border-left: 1px solid #ffffff;
}
#product-addtocart-button-gold .add-text-box {
    font-weight: 400;
}

.loyaltycard-price-box {
    color: #ad8e48;
    font-weight: 100;
    text-align: right;
    width: 100%;
    border-top: 1px solid #222222;
    line-height: 1.2em;
    padding-top: 5px;
    margin-top: 2px;
}
.loyaltycard-price-box span {
    text-decoration: underline !important;
}
.loyaltycard-price-box a {
    cursor: pointer;
    color: #ad8e48;
}
.loyaltycard-price-box a:hover {
    text-decoration: none;
}

.loyaltycard-price-box.loyaltycard-price-box-2 {
    border-top: none;
    /*display: inline-block;*/
    width: auto;
    text-align: left;
    margin: 0;
    padding: 0;
}

.price-box-loyaltycard {
    display: table;
    width: 100%;
}

.price-box-loyaltycard span.price {
    display: inline-block;
    padding-right: 5px;
    text-align: right;
}

.price-box-loyaltycard span.price:after {
    content: "";
    border-right: 1px solid #222222;
    margin-left: 5px;
}

.price-box-loyaltycard span.price,
.price-box-loyaltycard .loyaltycard-price-box.loyaltycard-price-box-2 {
    line-height: 1em;
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

@media (min-width: 991px) {
    body.catalog-product-view #product-addtocart-button:hover .add-text-box {
        /*border-color: #ffffff;*/
        border-left: 1px solid #222222;
    }
}

body.catalog-product-view #product-addtocart-button:hover {
    /*background: #ffffff !important;*/
    color: #222222;
    border-color: #222222;
}

body.catalog-product-view #product-addtocart-button:hover > div > *,
body.catalog-product-view #product-addtocart-button:hover > div {
    color: #000000 !important;
}

#product-addtocart-button-gold, .price-box,
#product-addtocart-button .price-box {
    font-weight: 400;
}

#product-addtocart-button .price-box {
    padding-right: 15px;
}

#product-addtocart-button > div > * {
    display: inline-block;
    background: none;
    width: auto;
    margin: 0;
}

.fotorama__wrap {
    margin: 0 auto;
}

@media (max-width: 991px) {
    #product_addtocart_form li.pro-cart-icon {
        width: 100%;
    }
    #product-addtocart-button-gold,
    #product-addtocart-button {
        width: 100%;
    }
    #product_addtocart_form {
        text-align: center;
    }
    #product-addtocart-button-gold .price-box,
    #product-addtocart-button .price-box {
        padding-right: 0;
        padding-bottom: 15px !important;
    }
    #product-addtocart-button-gold .price-box {
        padding-right: 0;
        padding-bottom: 5px !important;
    }
    #product-addtocart-button-gold .price-box,
    #product-addtocart-button .price-box {
        display: block;
    }
    #product-addtocart-button-gold > span {
        display: block;
    }
    #product-addtocart-button-gold .add-text-box,
    #product-addtocart-button .add-text-box {
        clear: both;
        display: block;
        padding-left: 0px;
        padding-top: 15px;
        border-left: none;
        border-top: 1px solid #000000;
    }
    #product-addtocart-button-gold .add-text-box {
        border-top: none;
        padding-left: 0;
    }
}
/* Special Product Block css End */

/* Custom News Letter CSS Start */
.newsletter-bg-color{
	background: #222222; /* main color */
}
.newsletter {
	/* background: url("/images/newsletter_bg.jpg") no-repeat scroll 0 0; */
	padding: 35px 20px;
	/* border-bottom: 1px solid #c1c1c1; */
}
.newsletter-inner {
	/* background: #fff; */
	/*padding: 28px 30px;
	 text-align: center; */
}
.newsletter-icon {
	float: left;
	margin-right: 30px;
	margin-bottom: -5px;
}

.newsletter-inner .main_title {
	background: transparent;
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	text-align: right;
	text-transform: capitalize;
	/* margin-top: -5px; */
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.newsletter-inner p.main_title {
	font-size: 16px;
	color: #CCCCCC;
}
.newsletter-inner p.main_title strong {
	color: #ffffff;
}
.newsletter-inner span {
	display: inline-block;
	margin-bottom: 60px;
}
.newsletter-inner p {
	margin-bottom: 35px;
}
.newsletter-inner form {
	position: relative;
}
.newsletter-inner form button {
	position: absolute;
	top: 0;
	right: 0;
}
.newsletter-inner form button:hover{
	background: #595a7d;
}
.newsletter-inner input {
	width: 100%;
	border: 0px;
	padding: 10px 16px;
	border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
}
/* Custom News Letter CSS End */

/* Testimonial CSS Start */
.client-bg {
	/* background: url(/images/perellex.jpg) no-repeat fixed center center; */
}
.client-main .owl-carousel .owl-wrapper-outer {
	padding-top: 65px;
	margin-top: 0;
}
.client-main .item {
	/* background: rgba(15, 183, 165, 0.8); */
	max-width: 860px;
	display: inline-block;
	/* padding: 0 0px 50px; */
}
.client-main .item p {
	font-size: 15px;
	font-style: italic;
	position: relative;
	/* padding: 0 0 25px 0; */
	font-weight: 300;
	margin-bottom: 10px;
}
.client-main p:before {
    /* background: hsl(0, 0%, 87%) none repeat scroll 0 0; */
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 120px;
}
.client-img {
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	margin-top: -65px;
	margin-bottom: 29px;
}
.client-main .item .client-title {
	font-weight: 400;
	margin-bottom: 15px;
	color: #222222; /* main color */
}
#client .owl-pagination {
	display: none;
}
.owl-pagination {
	display: inline-block;
	margin-top: 20px;
}
.owl-pagination .owl-page {
	float: left;
	margin: 0 3px;
}
.owl-pagination .owl-page > span {
	background: #fff;
	display: inline-block;
	height: 4px;
	width: 20px;
}
.owl-pagination .owl-page.active > span, .owl-pagination .owl-page:hover > span {
	background: #222222; /* main color */
}
.client-main {
	position: relative;
}
.client-inner {
	padding: 0px 10px;
}
.client-main .owl-carousel {
	position: inherit;
}
/* .client-main .owl-prev, .client-main .owl-next {
	color: #222;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%) rotate(-90deg);
	-webkit-transform: translateY(-50%) rotate(-90deg);
 -0-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	background: url(/images/sprite.png?v=3) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
} */
.client-main .owl-prev {
  left: 0;
 /* margin-top: -51px;
  position: absolute;
   top: 50%; */
  background-position: -86px -30px;
}
.client-main .owl-prev:hover {
  background-position: -86px -91px;
}
.client-main .owl-next {
 /*  margin-top: -51px;
 position: absolute; */
  right: 0;
 /*  top: 50%; */
  background-position: -145px -30px;
}
.client-main .owl-next:hover {
  background-position: -145px -91px;
}
.client-main {
	position: relative;
	overflow: hidden;
}
/* .client-main .owl-next:before, .client-main .owl-prev:before {
	position: absolute;
	content: "";
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
 -0-transform: rotate(90deg);
	z-index: -1;
}
.client-main .owl-next:before {
	border-color: #fff #fff transparent transparent;
	border-style: solid;
	border-width: 50px 20px;
	bottom: -22px;
}
.client-main .owl-prev:before {
	border-color: transparent transparent #fff #fff;
	border-style: solid;
	border-width: 50px 20px;
	top: -22px;
} */
/* Testimonial CSS End */

/* Blog CSS Start */
.blog-main .blog-item {
    overflow: hidden;
    position: relative;
}
.blog-media {
	overflow: hidden;
	background: #000;
	position: relative;
	/* cursor: pointer; */
}
.blog-item .blog-media img {
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
.blog-item:hover .blog-media img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.blog-item a.read {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.blog-item:hover a.read {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* .blog-item a.read:after {
	content: "";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 16px;
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	color: #ffffff;
	height: 45px;
	width: 45px;
	padding: 10px;
	text-align: center;
} */
.blog-detail {
	margin-top: 13px;
}
.blog-main .blog-detail {
    bottom: -151px;
    margin: 0;
    position: absolute;
    /* transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s; */
    width: 100%;
	transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	-webkit-transition: all 0.6s ease-in 0s;
	transition: all 0.6s ease-in 0s;
}
.blog-main .blog-item:hover .blog-detail {
    bottom: 0;
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}
.blog-main .blog-detail .row {
    height: 100%;
}
.blog-main .blog-detail .blog-detail-inner {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    color: #fff;
    margin: 10px;
}
.blog-main .blog-contant {
    height: 100%;
    padding: 14px;
    position: relative;
}
.blog-main .blog-contant span {
    color: #222222; /* main color */
    font-weight: 400;
}
.blog-main .blog-title a {
    color: #000;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inherit;
}
.post-date {
	color: #222222; /* main color */
	font-style: italic;
}
.blog-detail p {
	margin-bottom: 20px;
}
.blog-detail .post-info {
	/* margin-top: 15px; */
}
.blog-detail .post-info ul li {
	display: inline-block;
	margin-right: 15px;
	font-style: italic;
}
.blog-detail .post-info ul li a {
	color: #000;
}
/* Blog CSS End */


/* Brand-Logo CSS Start */
.brand .item {
	text-align: center;
}
.brand .item img {
	opacity: 0.5;
}
.brand .item img:hover {
	opacity: 1;
}
/* Brand-Logo CSS End */

/* Sidebar CSS Start */
.gray-box {
	background: #f0f0f0;
	padding-bottom: 25px;
}
.sidebar-title {
	background: #f0f0f0;
	padding: 8px 17px;
	margin-bottom: 15px;
}
.sidebar-title h3 {
	margin-bottom: 0;
}
.listing-box ul li {
	border-bottom: 1px solid #ebebeb;
}
.listing-box ul li:last-child {
	border-bottom: none;
}
.listing-box ul li a {
	padding: 6px 17px;
	display: inline-block;
	width: 100%;
}
.listing-box ul li:first-child a {
	padding-top: 0;
}
.gray-box .sidebar-contant {
	padding: 0 17px;
}
.inner-title {
	color: #000;
	margin-bottom: 8px;
	display: inline-block;
	font-weight: 400;
	text-decoration: underline;
}
.sidebar-item ul li {
	display: inline-flex;
	padding: 7px 0px;
	margin-bottom: 5px;
}
.sidebar-item ul li:first-child {
	padding-top: 0;
}
.sidebar-item .pro-media {
	padding: 0 15px 0 0;
	width: 100px;
}
.sidebar-item .pro-media img {
	border: 1px solid #e1e1e1;
}
.sidebar-item-wide .pro-media {
	width: 110px;
}
.pro-detail-info .price-box .price {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin-right: 5px;
    font-family: 'GothamPro', sans-serif;
}
.pro-detail-info .rating-summary-block {
	padding: 0;
}
.sidebar-item .cart-link button {
	background-color: transparent;
	border: none;
	padding: 0;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0;
	font-weight: 400;
}
.sidebar-item .cart-link button:hover {
	color: #222222; /* main color */
}
/* Sidebar CSS END */

/* Sorting CSS Start */
.shorting {
	border-bottom: 1px solid #ededed;
	padding-bottom: 15px;
}
.shorting .view {
	float: left;
	margin-right: 20px;
}
.list-types {
	display: inline-flex;
	float: left;
	margin: 3px 0px 0;
	padding: 0 5px;
}
.list-types.grid {
	border-right: 1px solid #dedede;
}
.list-types-icon {
	background: url(/images/grid-list.png) no-repeat scroll 0 0;
	display: inline-block;
	height: 26px;
	width: 26px;
}
.grid-icon {
	background-position: 0 0;
}
.list-icon {
	background-position: -34px 0;
}
.grid-icon:hover, .list-types.active .grid-icon {
	background-position: 0 -25px;
}
.list-icon:hover, .list-types.active .list-icon {
	background-position: -34px -25px;
}
.list-types a {
	display: inline-flex;
}
.shorting select {
	font-size: 14px;
}
.short-by, .select-item {
	float: left;
	position: relative;
}
.short-by > span, .show-item > span {
	float: left;
	margin: 5px 10px 3px;
}
.compare {
	float: right;
}
.compare .btn {
	padding: 9px 15px;
}
.pagination-bar {
	text-align: center;
	margin-top: 20px;
}
.pagination-bar ul {
	display: inline-flex;
}
.pagination-bar ul li {
	float: left;
	margin: 0 2px;
}
.pagination-bar ul li a {
	background: #f0f0f0;
	height: 35px;
	width: 35px;
	display: inline-block;
	line-height: 35px;
	text-align: center;
}
.pagination-bar ul li.active a {
	background: #292929;
	color: #fff;
}
/* Sorting CSS End */

/* Product Detail Page Start */

/* -- Product Zoom Slider Start -- */
.fotorama__nav--thumbs {
	margin-top: 15px;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb {
	height: auto !important;
	margin: 0 8px;
	opacity: 0.3;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
	opacity: 1;
}
.fotorama__img {
	position: relative;
	top: 0 !important;
}
.fotorama__thumb {
    height: auto;
}
.fotorama__thumb-border {
	display: none !important;
}
.fotorama__nav::before, .fotorama__stage::before {
	background-image: none;
}
.fotorama__nav::after, .fotorama__stage::after {
	background-image: none;
}
.fotorama__nav-wrap {
    display: none;
}

.fotorama__arr {
    display: inline-block;
    background-image: url("/images/fa-icons.png?v=4");
    background-repeat: no-repeat;
    /*background-size: contain;*/
    height: 24px;
    width: 24px;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 1;
}

.fotorama__arr--prev {
    background-position: -48px -96px !important;
}

.fotorama__arr--next {
    background-position: -72px -96px !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus),
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: none;
    transform: none;
}

.fotorama__wrap--css3 .fotorama__stage__shaft {
    border: none;
}
/* -- Product Zoom Slider End -- */

.product-detail-tabs .nav {
    border: none;
    list-style: none;
    padding: 0;
}
.product-detail-tabs-items > .tab_content > ul > li,
.product-detail-tabs-items > .tab_content > ul {
    list-style: none;
}

.tab_content > ul {
    padding: 0;
}

.tab_content > ul > li.selected {
    padding: 15px 0;
}

.product-detail-tabs .nav li a,
.product-detail-tabs .nav li {
    border: none;
    display: block;
    text-transform: uppercase;
    color: #000000;
}

.tab-items-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.45);
}

.tab-items-wrapper > .tab_content > ul > li {
    padding-top: 0;
}

.product-detail-tabs .nav li {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.product-detail-tabs .nav li > a {
    padding-left: 0;
    width: auto;
    display: inline-block;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10+ and Edge */
    user-select: none; /* Standard syntax */
}

.tab-items-wrapper ul > li.selected > div {
    display: block;
}

.product-detail-tabs .nav li > a:after {
    content: " + ";
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
}

.product-detail-tabs .nav li.selected > a:after {
    content: " - ";
}

.product-detail-main .product-item-details .product-item-name {
	font-size: 22px;
    font-family: 'GothamPro', sans-serif;
	margin-bottom: 0;
    font-weight: 100;
    line-height: 1.6em;
}
.product-detail-main .product-item-details .product-item-name .color-black {
    font-weight: 400;
    font-size: 32px;
}
.product-item-bloc {
    padding: 15px;
}
.product-item-bloc .product-item-details {
    width: 100%;
    display: table;
}
.product-item-bloc .product-item-details .product-item-name {
    width: 70%;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}
.product-item-bloc .product-item-details .product-item-name a {
    font-weight: 400;
    color: #000000;
}
.product-item-bloc .product-item-details .price-box {
    width: 30%;
    display: table-cell;
    text-align: right;
    vertical-align: top;
}
.product-item-bloc .product-item-details .price-box .price {
    font-weight: 100;
}
.product-listing .shop-list-view .product-item {
	margin-bottom: 0;
}
.product-detail-main .price-box .price {
	font-size: 22px;
}
.product-detail-main .rating-summary-block {
	margin-bottom: 20px;
}
.product-info-stock-sku {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 14px;
    color: #222;
}
.product-info-stock-sku label,
.product-info-stock-sku label + .infoDeta {
    color: #777777;
}
.product-info-stock-sku > div {
	display: inline-block;
	margin-right: 20px;
}
.product-info-stock-sku label {
	font-weight: 400;
}
.product-info-stock-sku .price-box {
	display: inline-block;
}
.product-info-stock-sku .info-deta {
	/*text-transform: uppercase;
	font-weight: bold;*/
}
.form-control {
	border-color: #dedede;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	height: 40px;
}
.form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.product-qty {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.custom-qty {
	display: inline-flex;
}
.increase.items, .reduced.items {
	background: transparent;
	border: 1px solid #dedede;
	color: #888;
	padding: 13px 15px 12px;
	float: left;
}
.input-text.qty {
	border: 1px solid #dedede;
	max-width: 50px;
	padding: 4px 13px;
	float: left;
	text-align: center;
	margin: 0 -1px;
}
.share-link {
	margin-top: 30px;
}
.share-link label {
	font-weight: 400;
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}
/* Product Page Tab CSS Start */
.nav-tabs {
	border-bottom: 1px solid #e1e1e1;
}
.nav-tabs > li > a {
	border-color: #eee #eee #ddd;
}
.product-detail-tab {
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.product-detail-tab .nav > li > a {
	background-color: transparent;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border: none;
    font-family: 'GothamPro', sans-serif;
	margin-bottom: 10px;
	font-size: 20px;
	letter-spacing: -0.5px;
	color: #000;
}
/* .product-detail-tab .nav > li:first-child > a {
	padding-left: 0;
} */
.nav-tabs > li > a.selected, .nav-tabs > li > a.selected:hover, .nav-tabs > li > a.selected:focus {
	border: none;
	color: #fff;
	background-color: #222222; /* main color */
}
.product-detail-tab .tab_content {
    border: 1px solid #e1e1e1;
    border-top: 0;
    padding: 20px;
}
.tab_content {
	/* border: 1px solid #e1e1e1; */
	border-top: 0;
	/* padding: 20px; */
}
.Description, .items-Product-Tags, .items-Reviews, .comments-area-main, .items-Composition, .items-Documents {
	padding: 30px;
	line-height: 25px;
    max-height: 650px;
    overflow: auto;
}
@media (max-width: 767px) {
    .items-Reviews {
        max-height: none;
        overflow: hidden;
    }
}
.items-Documents {
    text-align: left;
    padding: 0;
}
.items-Documents ul {
    list-style: none;
}
.items-Documents ul li {
    text-align: left;
}
.items-Documents ul li > i {
    float: left;
    margin-right: 5px;
    margin-top: -1px;
}
.items-Documents ul li a {
    font-size: 18px;
}
.tab_content ul li strong {
	font-weight: 400;
	color: #222;
}
.items-Description, .items-Product-Tags, .items-Reviews, .items-Composition, .items-Documents  {
	display: none;
}
.items-Description.selected, .items-Product-Tags.selected, .items-Reviews.selected, .items-Composition.selected, .items-Documents.selected {
	display: block;
}
/* Product Page Tab CSS End */

/* --------------- Comment CSS START ------------------ */
#comments-area-add-form {
    padding-top: 30px;
    border-top: 1px dotted #333333;
    display: none;
}
#kh-product-leave-comment-action {
    color: #ae985c;
}
.comment-score {
    width: auto !important;
    min-height: 0 !important;
}
.comment-list > li {
	padding-top: 20px;
	border-top: 1px solid rgba(0,0,0,0.45);
}
.comments-area > .comment-list > li:first-child {
	border: none;
	padding-top: 0;
}
.comment-user {
	float: left;
	margin-right: 20px;
}
.comment-detail {
	display: table-cell;
	padding-bottom: 10px;
}
.comment-detail .user-name {
	text-transform: uppercase;
	color: #222222; /* main color */
	font-size: 13px;
	font-weight: 400;
	line-height: 1.1;
}
ul.child-comment {
	margin-left: 63px;
}
.comment-detail .post-info ul {
	display: inline-flex;
}
.comment-detail .post-info ul li {
	float: left;
	margin-right: 15px;
	font-size: 14px;
	padding: 0;
}

#catalog-product-view-section-2 .comment-list > li,
#catalog-product-view-section-2 .comment-detail {
    width: 100%;
    display: block;
    float: none;
}

#catalog-product-view-section-2 .post-info {
    width: 25%;
    float: left;
}

#catalog-product-view-section-2 .post-text {
    width: 75%;
    float: left;
}

@media (max-width: 991px) {
    #catalog-product-view-section-2 .post-info,
    #catalog-product-view-section-2 .post-text {
        width: 100%;
        display: block;
    }
}

/* --------------- Comment CSS End ------------------ */

/* Product Detail Page CSS End */

.edit-cart-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center !important;
	float: none !important;
}

.items-Reviews .main-form input, .items-Reviews .main-form textarea {
	border: none;
}

#checkoutSteps .input-box .control {
	max-width: 500px;
}

#bl-custom-checkout-password-wrapper,
#bl-custom-checkout-password-repeat-wrapper {
	margin-bottom: 5px;
}

#bl-custom-checkout-password-wrapper + .note,
#bl-custom-checkout-password-repeat-wrapper + .note {
	margin-bottom: 23px;
}

.checkout-section .input-box {
	margin-bottom: 23px;
}
.check-box span {
	display: inline-block;
	float: left;
	height: 18px;
	margin-right: 2px;
	width: 18px;
	z-index: 0;
}
.required-label > span:after {
	content: "*";
	color: #d73105;
}
.check-box.left-side {
	margin-top: 10px;
}
.forgot-password {
	color: #ae985c;
	text-decoration: underline;
	font-weight: 400;
	display: inline-block;
}
.contact-info .p-0 {
	border-right: 1px solid #e1e1e1;
}
.contact-info .p-0:last-child {
	border: medium none;
}
/* Cart Page CSS Start */
.commun-table th span {
	float: left;
	font-size: 14px;
	font-weight: 400;
	clear: both;
}
.commun-table td .product-title {
	min-width: 300px;
}
table.table {
	border: 15px solid #f5f5f5;
	border-top: none;
	margin-bottom: 0;
}
.complete-order-detail table.table {
	border-top: 15px solid #f5f5f5;
}
.commun-table .table thead tr th {
	background: #f5f5f5;
	border-bottom: none;
	padding: 22px 20px;
}
.cart-item-table .table tbody tr td {
	padding: 20px 25px;
	vertical-align: middle;
}
.cart-total-table .table tbody tr td {
	padding: 10px 25px;
	vertical-align: middle;
}
.cart-total-table .table thead tr th {
	padding: 15px 25px;
	vertical-align: middle;
}
@media (min-width: 992px) {
    #checkout-cart-total-table-wrapper {
        position: fixed;
        z-index: 1;
    }
    #checkout-cart-total-table-wrapper .cart-total-table tbody tr td {
        background: #ffffff;
    }
}
@media (min-width: 1299px) {
    #checkout-cart-total-table-wrapper {
        max-width: 100%;
        width: 410px;
    }
}
#checkout-cart-total-table-wrapper
.commun-table .table tbody tr:first-child td {
	border-top: medium none;
}
.cart-item-table thead tr th:first-child, .cart-item-table tbody tr td:first-child {
	max-width: 150px;
}
.cart-item-table tbody tr td:last-child, .cart-item-table thead tr th:last-child {
	text-align: center;
}
.commun-table th ul li {
	text-align: left;
	float: left;
	margin-right: 30px;
}
.commun-table th ul li .price {
	font-size: 14px;
}
.commun-table th ul li:last-child {
	margin-right: 0;
	float: right;
}
.complete-order-table tbody tr td:last-child, .complete-order-table thead tr th:last-child {
	text-align: left;
}
.commun-table .table tbody tr td i.cart-remove-item {
	color: #ff0000;
	font-size: 18px;
	cursor: pointer;
	padding: 0 5px;
}
.commun-table tbody tr td .input-box select {
	width: 100px;
	padding: 5px;
}
.quatity_cart {
    max-width: 60px;
    padding: 2px !important;
    text-align: center;
}
.quatity_cart_action {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
}
.cart-total-table .table tbody tr td b {
	font-size: 16px;
	color: #222;
}
.cart-total-table .table tbody tr td .price {
	color: #222;
	font-size: 14px;
	font-weight: 400;
}
.estimate select {
	padding: 12px 10px;
}
/* Cart Page CSS End */

/* Checkout Page CSS Start */

.checkout-step {
	display: inline-block;
	width: 100%;
}
.checkout-step ul {
	display: table;
	margin: 0px auto 25px;
}
.checkout-step ul li {
	float: left;
	font-size: 15px;
	color: #222222; /* main color */
	cursor: pointer;
}
.checkout-step ul li .step {
	float: left;
}
.checkout-step ul li .step .circle {
	background: #222222; /* main color */
	color: #fff;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 3px 11px;
	font-weight: 400;
	font-size: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.checkout-step ul li .step .line {
	background: #222222 none repeat scroll 0 0;
	float: left;
	height: 7px;
	margin: 12px -1px 12px 0;
	width: 65px;
}
.checkout-step ul li:first-child .step .line {
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-o-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	width: 65px;
}
.checkout-step ul li:last-child .step .line {
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-o-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	width: 65px;
	background: #000;
}
.checkout-step ul li span {
	color: #222222; /* main color */
	display: inline-block;
	padding: 6px 15px 6px 6px;
	line-height: 20px;
}
.checkout-step ul li.step-done {
	color: #26537f;
}
.checkout-step ul li.active {
	color: #222222; /* main color */
}
.checkout-step ul li.step-done .step .circle, .checkout-step ul li.step-done .step .line {
	background: #26537f;
}
.checkout-step ul li.active .step .circle, .checkout-step ul li.active .step .line {
	background: #222222; /* main color */
}
.checkout-step li.active + li .circle, .checkout-step li.active + li + li .circle, .checkout-step li.active + li + li + li .circle, .checkout-step li.active + li .line, .checkout-step li.active + li + li .line, .checkout-step li.active + li + li + li .line {
	background: #222;
}
.checkout-step li.active + li span, .checkout-step li.active + li + li span, .checkout-step li.active + li + li + li span {
	color: #222;
}
.heading-bg h2.heading {
	/*background: #f0f0f0;*/
	/*padding: 8px 17px;*/
	text-transform: none;
	text-align: center;
	margin-bottom: 10px;
}
.heading-bg h2.heading:after {
	content: "";
	display: block;
	width: 40px;
	margin: 0 auto;
	border-top: 1px solid #222222;
	margin-top: 10px;
}
.heading-bg h2.heading i.fa{
	background: #222222; /* main color */
	padding: 10px;
	font-size: 23px;
	color: #fff;
	text-align: center;
	margin-right: 10px;
}
.checkout-section h2.heading {
    font-family: 'GothamPro', sans-serif;
	letter-spacing: 0px;
	font-weight: 400;
}
.payment-option-box {
	padding: 20px;
	border: 1px solid #e1e1e1;
}
.payment-option-box-inner {
	padding: 20px;
	display: inline-block;
	width: 100%;
}
.payment-top-box {
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
}
.paypal-box {
	float: left;
	padding: 5px;
	position: relative;
	margin-left: 10px;
}
.paypal-top {
	background: #f5f5f5;
	position: absolute;
	top: -15px;
	left: 5px;
	padding: 0 10px;
}
/* Checkout Page CSS Start */

/* Login Register Page CSS Start */
.new-account .link {
	text-decoration: underline;
	color: #222;
}
.new-account .link:hover {
	color: #222222; /* main color */
}
/* Login Register Page CSS End */

/* Account Page CSS Start */
.account-tab > .tab-title-bg {
	display: inline-block;
	padding: 10px 15px;
	width: 100%;
}
.account-tab > span .sub-title {
	font-size: 18px;
}
.account-sidebar .sub-title span {
	background: url("/images/sprite.png?v=3") no-repeat scroll -15px -278px;
	display: inline-block;
	height: 22px;
	margin-bottom: -5px;
	width: 22px;
}
.account-sidebar.account-tab .account-tab-inner {
	padding: 0px;
	background: #f0f0f0 none repeat scroll 0 0;
}
.account-sidebar.account-tab > .tab-title-bg {
	padding: 12px 15px;
	color: #222222; /* main color */
}
.account-sidebar ul {
	width: 100%;
}
.account-sidebar ul li {
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}
.account-sidebar ul li:last-child {
	border-bottom: none;
}
.account-sidebar ul li a {
	padding: 8px 15px;
	display: inline-block;
	width: 100%;
}
.account-sidebar ul li a .fa {
	position: absolute;
	right: 15px;
	top: 8px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.account-sidebar ul li a:hover {
	color: #26537f;
}
.account-sidebar ul li.active a, .account-sidebar ul li:hover a {
	color: #fff;
	background: #222222 none repeat scroll 0 0
}
.account-sidebar ul li.active a .fa, .account-sidebar ul li:hover a .fa {
	color: #fff;
	right: 1px;
}
.account-sidebar ul li.active a::after, .account-sidebar ul li:hover a::after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #222222; /* main color */
	border-style: solid;
	border-width: 20px 22px 20px 15px;
	top: 0px;
	content: "";
	right: -36px;
	position: absolute;
}
.account-content { /* border: 1px solid #dbdbdb;  border-radius: 3px;*/
	padding: 0px 30px;
}
.account-content .heading-section {
	display: inline-block;
	width: 100%;
}
.account-content .heading-section .heading {
	padding: 2px 0px;
}
.account-content .heading-section .common-btn {
	margin-top: -4px;
}
.account-content p, .address-box p {
	margin-bottom: 0px;
	margin-top: 5px;
}
.account-content hr {
	margin-top: 5px;
}
.address-box .inner-heading {
	margin-bottom: 10px;
}
/* Account Page CSS End */

.sidebar-box-banner {
    text-align: center;
}

.sidebar-box-banner img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

/* Blog Page CSS Start */
.sidebar-box .search-box input.input-text {
	width: 100% !important;
	opacity: 1;
	position: relative;
}
.sidebar-box .search-box button.search-btn {
	position: absolute;
	right: 0;
	top: 0;
	background: url("/images/sprite.png?v=3") no-repeat scroll -15px -89px transparent;
}
.sidebar-box .search-box button.search-btn:hover {
    background-position: -15px -123px;
}
/* Blog Page CSS End */

/* About Page CSS Start */
.about-title {
	color: #6b6b6b;
	font-size: 35px;
	font-weight: 300;
	line-height: 55px;
}
/* About Page CSS End */

/* 404 Page CSS Start */
.error-block-main {
	border: 20px solid #f5f5f5;
}
.error-block {
	min-height: 965px;
	position: relative;
	overflow: hidden;
}
.error-block > img {
	height: auto;
	left: -100%;
	margin: auto;
	position: absolute;
	right: -100%;
	top: 0;
}
.error-block-detail {
	text-align: center;
}
.error-block-detail .main-error-text {
    font-family: 'GothamPro', sans-serif;
	font-size: 230px;
	color: #222;
	line-height: 180px;
	font-weight: 400;
	margin-bottom: 60px;
}
.error-small-text {
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.error-slogan {
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 30px;
}
.error-block-detail .social_icon {
	margin-bottom: 20px;
}
.big-btn a {
	display: inline-block;
	color: #000;
	background: #dcbd71;
	padding: 20px 50px;
	font-size: 14px;
}
.big-btn a:hover {
	background: #fff;
}
/* 404 Page CSS End */

/* Contact Page CSS Start */
.map .map-part .map-inner-part {
	min-height: 450px;
	width: 100%;
}
.contact-box .contact-icon {
	height: 27px;
	width: 27px;
	display: inline-block;
	background: url(/images/sprite.png?v=3) no-repeat scroll 0 0;
}
.contact-box span {
	display: inline-block;
	font-size: 15px;
	color: #1f1f1f;
	line-height: 1.1;
	margin-bottom: 20px;
	width: 100%;
}
.contact-box p {
	margin-bottom: 0;
}
.contact-box .contact-phone-icon {
	background-position: -101px -502px;
}
.contact-box .contact-mail-icon {
	background-position: -101px -543px;
}
.contact-box .contact-open-icon {
	background-position: -101px -583px;
}
.contact-info .no-padding {
	border-right: 1px solid #e1e1e1;
}
.contact-info .no-padding:last-child {
	border: none;
}
/* Contact Page CSS End */

/* Wishlist Page CSS Start */

.commun-table td .product-title .size-text{
	font-size: 11px;
	color: #7e7e7e;
	font-weight: 400;
	padding: 5px 0px;
}
.commun-table td .product-title .size-text span{
	color: #000;
	padding: 5px 0px;
	display: inherit;
}

/* Wishlist Page CSS End */

/* Compare Page CSS Start */
.compare-infomation{
	overflow-x:auto;
	overflow-y:hidden;
	margin-bottom:80px;
}
.compare-info{
	/* margin-top:25px; */
	width:100%;
	max-width:100%;
	border: 15px solid #f5f5f5;
	text-align: center;
}
.compare-info td a {
	display: inline;
	color: #fff;
}
.compare-info td{
	padding:22px 28px;
	border:1px solid #ebebeb;
	vertical-align:middle;
}
.compare-info td.name, .compare-info td.description{
	vertical-align:top;
}
.compare-info td:first-child{
	padding:22px 20px;
	text-transform:uppercase;
	font-weight:400;
	vertical-align:middle;
}
/* .compare-info td:last-child{
	text-align: left !important;
} */
.compare-info .image img{
	max-width:180px;
	border:0px; 
}
.compare-info .image{
	position:relative; 
	/* padding-top:52px; */
	/* text-align:center; */
	/* padding-bottom:30px */
}
.compare-info .image a{
	position:absolute;
	top:22px;
	right:40px;
	color:#dcdcdc;
}
.compare-info .image a:hover{
	color:#303030
}
.compare-info .availability{
	color:#222222; /* main color */
	/* font-style:italic; */
}
.compare-info .description{
	line-height:1.55em;
}
.compare-info .price{
	margin-bottom:20px;

}
.compare-info .btn-cart{
	margin-bottom: 15px;
}
.compare-info .btn-cart , .compare-info .btn-wishlist {
	width: 100%;
}
.compare-info .btn-cart i, .compare-info .btn-wishlist i{
	font-size: 16px;
	margin-right: 5px;
	vertical-align: top;
	line-height: 20px;
}
/* Compare Page CSS End */

/*_______________________________________________________
// FOOTER  //----------------------------
_______________________________________________________*/

.productSubText {
    border-top: 1px solid #ececec;
    padding-top: 15px;
    font-size: 10px;
    margin-bottom: 30px;
    line-height: 1.2em;
    text-align: center;
}

.social-icons li {
	padding: 5px 15px;
	display: inline-block;
}

.social-icons li .fa {
	float: none;
	font-size: 28px !important;
}
.social-icons li a:hover .fa {
	color: #ae985c !important;
}
.footer-address {
    color: #6d6d6d;
    padding-bottom: 12px;
    margin-bottom: 7px;
    /*border-bottom: 1px solid rgba(222, 215, 210, 0.50);*/
}
.footer{
	/* padding: 44px 0 52px; */
}
.footer.dark-bg {
    background: #ece5e0;
}
.footer a:hover {
	color: #222222; /* main color */
}
.footer-top {
	margin: 44px auto 39px;
    max-width: 900px;
}
.footer-top .f-logo {
	padding: 17px 0;
	text-align: right;
}
.footer-top .detail {
    border-left: 2px solid #dcdcdc;
    padding: 0px 0px 0px 30px;
}
.footer-top p {
	color: #6d6d6d;
	line-height: 20px;
	margin-bottom: 0;
}
@media (max-width: 767px) {
    .fb-insta-wrapper {
        margin-bottom: 30px;
    }
}
ul.social-icon li {
	display: inline-block;
}
ul.social-icon li i.fa {
	color: #a4a4a4;
	padding: 11px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	font-size: 22px;
	height: 45px;
	width: 45px;
	text-align: center;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.social-link ul.social-icon li i.fa {
	color: #a7a7a7;
	font-size: 18px;
	height: 36px;
	width: 36px;
	padding: 10px;
}
ul.social-icon li i.fa:hover {
	color: #fff;
}
ul.social-icon li i.fa.fa-facebook:hover {
	background: #3b5998;
}
ul.social-icon li i.fa.fa-twitter:hover {
	background: #1dcaff;
}
ul.social-icon li i.fa.fa-linkedin:hover {
	background: #0077b5;
}
ul.social-icon li i.fa.fa-envelope-o:hover,
ul.social-icon li i.fa.fa-rss:hover {
	background: #ff6600;
}
ul.social-icon li i.fa.fa-pinterest:hover {
	background: #c8232c;
}
.footer-middle {
	margin: 55px 0 155px 0;
}
.footer-static-block a{
	color: #6d6d6d;
}
.footer-static-block .title {
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 1px;
	color: #222222; /* main color */
	margin-bottom: 13px;
	text-transform: uppercase;
}
.footer-static-block ul.address-footer li {
	/* margin-bottom: 10px; */
	color: #6d6d6d;
}
.footer hr {
	border-top: 1px solid #dcdcdc;
}
.footer-static-block li i.fa {
	float: left;
	font-size: 20px;
	color: #222222; /* main color */
	margin-top: 5px;
}
.footer-static-block li p {
	/* margin-left: 25px; */
	margin-bottom: 15px;
	color: #fff;
}
.footer-static-block li p a{
	color: #fff;
}
ul.tagcloud li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
ul.tagcloud li a {
	background: #fff;
	border: 1px solid #e1e1e1;
	display: inline-block;
	padding: 5px 10px;
}
.sidebar-block ul.tagcloud li a {
	border-color: #ebebeb;
}
ul.tagcloud li a:hover {
	border-color: #222222; /* main color */
}
.footer-static-block li a span {
	font-size: 9px;
	float: left;
	margin-top: -1px;
	margin-right: 9px;
	color: #505050;
}
.footer-static-block li a:hover span {
	color: #222222; /* main color */
}
.footer-static-block .field {
	margin-bottom: 5px;
}
.footer-static-block input, .footer-static-block textarea {
	background-color: transparent;
    border: none;
	border-bottom: 1px solid #222222;
	padding: 5px;
    color: #222222;
    float: left;
    text-align: left;
    padding-left: 0;
}
@media (min-width: 1199px) {
    .footer-bloc-wrapper .footer-static-block {
        width: 235px;
        margin: 0 auto;
    }
    .footer-static-block-newsletter {
        padding-left: calc( calc(100% - 235px) / 2);
    }
}
#mc-embedded-subscribe {
    text-transform: uppercase;
    text-align: right;
    padding-left: 5px;
}
#mailchimp-horizontal-footer {
    margin-top: 40px;
}
#mailchimp-horizontal-footer .clear {
    position: absolute;
    right: 0;
}
#mailchimp-horizontal-footer .main_title {
    margin-bottom: 0px;
}
#mailchimp-horizontal-footer #mce-EMAIL {
    width: 100%;
}
.mailchimp-horizontal-container {

}
.footer-bottom {
	/* margin-top: 40px; */
	font-size: 14px;
}
.footer-bottom hr{
	border-top: 1px solid #eaeaea; 
}
.footer-bottom .site-link li {
	display: inline-block;
	color: #6d6d6d;
}
.footer-bottom .site-link li:first-child a {
    padding-left: 0px;
}
.footer-bottom .site-link li a {
	padding: 0 12px;
}
.copy-right {
	/* margin-top: 3px; */
	letter-spacing: 0;
	color: #6d6d6d;
}
.payment ul li {
    display: inline-block;
}

.payment ul li a {
    display: inline-block;
    padding:0 15px;
    border-left: 1px solid #e8e8e8;
    opacity: 0.5; 
}

.payment ul li a:hover {
    opacity: 1;
}

.visa > a:first-child {
    border: none;
}
/* .payment ul li a {
	background: url(/images/sprite.png?v=3) no-repeat scroll 0 0;
	display: inline-block;
	height: 26px;
	width: 44px;
}
.payment ul li.discover a {
	background-position: -6px -684px;
}
.payment ul li.visa a {
	background-position: -6px -725px;
}
.payment ul li.mastro a {
	background-position: -6px -767px;
}
.payment ul li.paypal a {
	background-position: -6px -805px;
} */
/* Scroll-top Arrow CSS Start */
.scroll-top {
	bottom: 40px;
	position: fixed;
	left: 40px;
}
.scroll-top #scrollup {
    background-color: #222222;
    /*border: 1px solid #fff;*/
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    height: 36px;
    width: 36px;
    padding: 4px;
    padding-left: 5px;
    padding-top: 3px;
}
.scroll-top #scrollup:before {
    content: "";
	display: block;
    background-color: transparent;
    background-image: url("/images/fa-icons.png?v=4");
    background-repeat: no-repeat;
    /*background-size: contain;*/
    height: 24px;
    width: 24px;
    background-position: -24px -96px;
    position: relative;
}
.scroll-top #scrollup {
	/*background: #222222; *//* main color */
	/*padding: 4px;*/
	display: none;
	cursor: pointer;
}
/* Scroll-top Arrow CSS End */

/* CHECKOUT */
.bl-custom-checkout-step {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.box.box-address-billing {
    min-height: 0;
    position: relative;
    border: 1px solid transparent;
}
.box-address-billing .table-responsive {
    margin-bottom: 0 !important;
}
.address-edit {
    position: absolute !important;
    bottom: 10px;
    right: 15px;
    z-index: 10;
}
.address-edit label {
    margin: 0 !important;
}
.box.box-address-billing address {
    font-size: 14px;
    margin-bottom: 0;
    height: 80px;
    overflow: hidden;
}
.field.choice input[type=checkbox], .field.choice input[type=radio] {
    z-index: 10;
}
.field.choice label {
    cursor: pointer;
}
.address-is-selected + .box.box-address-billing {
    background: #eae9e9;
    border: 1px solid #444444;
    color: #444444;
}
.box-address-billing-edit {
    display: none;
}
.address-choice.address-choice-0.address-is-selected +  .box-address-billing-edit,
.box-address-billing.address-is-edited + .box-address-billing-edit {
    display: block;
    padding: 20px;
    border: 1px solid #444444;
    border-top: none;
    /*margin-bottom: 50px;*/
}
.bl-custom-address-select.address-is-edited-wrapper .address-is-selected + .box.box-address-billing {
    border-bottom: 1px dashed rgba(34,34,34,0.5);
}
.bl-custom-address-select.address-is-edited-wrapper.toggled .address-is-selected + .box.box-address-billing {
    border-bottom: 1px solid #444444;
}
#checkout #checkoutSteps h3 {
    margin-top: 40px;
    margin-bottom: 10px;
}
#checkout #checkoutSteps h3.first {
    margin-top: 5px;
}
#bl-custom-checkout-gc-label span {
    width: 90%;
    margin-left: 10px;
    font-weight: 100;
}
#checkoutSteps {
    margin-bottom: 50px;
}
.bl-custom-alert-wrapper {
    z-index: 10000;
}
.modals-wrapper {
    z-index: 50;
}

.modal-content {
    border-radius: 0;
    padding: 40px;
}

.modal-header .close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.modal-footer,
.modal-header {
    border-color: transparent;
}

.bl-custom-alert-wrapper {
    position: fixed;
    top: 50%;
    width: 400px;
    margin: 0 auto;
    left: 50%;
    margin-left: -200px;
    z-index: 1000;
    margin-top: -50px;
}

.bl-custom-alert {
    padding: 15px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}

.bl-custom-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.bl-custom-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.bl-custom-alert ul, .bl-custom-alert ul li {
    list-style: disc;
}

.bl-custom-alert ul {
    margin: 0
}

.bl-custom-alert ul li {
    margin-left: 15px;
    padding-left: 5px;
}

@-webkit-keyframes bounceIn {
    0% {
        transform: scale(.1);
        opacity: 0;
    }
    60% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    60% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

.bl-custom-animate {
    animation: bounceIn 1s;
}

#checkout label,
#checkout input[type="text"] {
    font-size: 16px !important;
}

.bl-custom-checkout-step {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ececec;
}
#checkout .note {
    font-size: 12px;
    color: #0099cc;
    line-height: 18px;
}
.bl-custom-required-symbol {
    color: #d73105;
    content: "*";
    font-size: 12px;
    margin: 0 0 0 5px;
}
input[type="checkbox"].mage-error + label > span {
    color: #f11f17;
}

.checkout-container .opc-wrapper {
    width: 90%;
}

@media (max-width: 767px) {
    .checkout-container .opc-wrapper {
        width: 100%;
    }
}

.table-checkout-shipping-method td {
    padding: 15px;
}

@media (max-width: 767px) {
    .table-checkout-shipping-method td:last-child {
        display: none;
    }
}
.bl-custom-address-select {
    position: relative;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    max-height: 230px;
    overflow: hidden;
}
.bl-custom-address-select.address-is-edited-wrapper {
    max-height: calc(230px + 780px);
}
.bl-custom-address-select-option {
    display: none;
}
.bl-custom-address-select-option.address-option-is-selected {
    display: block;
}
.bl-custom-address-select-dropdown {
    position: absolute;
    right: 0;
    padding: 5px 10px;
    background:rgba(34,34,34,0.8);
    color:#ccc;
    z-index: 1;
    padding-right: 40px;
}
.bl-custom-address-select-dropdown:hover {
    background:rgba(34,34,34,1);
    color:#fff;
    cursor: pointer;
}
.bl-custom-address-select-dropdown .fa {
    position: absolute;
    right: 10px;
    top: 2px;
}

.address-edit {
    display: block;
}
.bl-custom-address-select.toggled:before {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    z-index: 0;
}
.bl-custom-address-select.toggled {
    background: #ffffff;
    max-height: 2000px;
    padding: 10px 0 10px 10px;
    z-index: 20;
}
.bl-custom-address-select.toggled .bl-custom-address-select-option {
    display: block;
    z-index: 1;
    cursor: pointer;
}
.bl-custom-address-select.toggled .bl-custom-address-select-option .box-address-billing tbody {
    background: #e9e9e9;
}
.bl-custom-address-select.toggled .bl-custom-address-select-option:hover .box-address-billing tbody {
    background: #ffffff;
}
.address-choice {
    height: 0px !important;
    overflow: hidden;
}
.bl-custom-address-select.toggled .bl-custom-address-select-option .box-address-billing-edit,
.bl-custom-address-select.toggled .bl-custom-address-select-option .address-edit {
    display: none;
}
/*@media (max-width: 580px) {*/
.box-address-billing .box-title {
    display: none;
}
/*}*/
.bl-custom-address-select.toggled .fa-chevron-down,
.fa-chevron-up {
    display: none;
}
.bl-custom-address-select.toggled .fa-chevron-up {
    display: inline;
}
.payment-option-box {
    padding: 0;
    margin-bottom: 5px;
}
.payment-option-box-inner {
    padding: 15px 20px 10px;
}
.payment-option-box-inner label,
.payment-option-box-inner p {
    margin-bottom: 0;
}
.payment-option-box .radio-box > span {
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
}
#bl-custom-checkout-sample-selection-yes,
.payment-option-box.selected #bl-custom-checkout-sample-selection-no {
    display: none;
}
.payment-option-box.selected #bl-custom-checkout-sample-selection-yes {
    display: inline;
}
.payment-option-box #bl-custom-checkout-sample-selection-no {
    display: inline;
}
.paypal-box {
    padding: 0;
}
.payment-option-box > label {
    display: block;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 100;
}
.payment-option-box:hover .payment-option-box-inner {
    background: #e3e3e3;
}
.payment-option-box:hover .payment-option-box-inner.bg-success {
    background: #d6e9c6;
}
.payment-option-box:hover .payment-option-box-inner.bg-danger {
    background: #f2dede;
    cursor: default;
}
.payment-option-box:hover {
    border-color: #c3c3c3;
}
.payment-option-box.selected .payment-option-box-inner {
    background: rgba(174, 152, 92, 0.25);
}
.payment-option-box.selected {
    border-color: rgba(174,152,92,0.75);
}
.payment-top-box .radio-box img {
    float: left;
}
@media (min-width: 768px) {
    #checkout-step-sample_selection .payment-option-box {
        max-width: 97.5%;
    }
    #checkout-step-sample_selection .payment-option-box-sample .payment-option-box-inner .paypal-box {
        margin: 0;
        display: inline-block;
        float: none;
    }
    #checkout-step-sample_selection .payment-option-box-sample .payment-option-box-inner {
        height: 240px;
        text-align: center;
        padding: 10px;
    }
    #checkout-step-sample_selection .payment-option-box-sample .radio-box img {
        max-width: 100% !important;
        float: none;
        max-height: 150px;
        display: inline-block;
    }
    #checkout-step-sample_selection .payment-option-box-sample .left-side {
        float: none;
    }
    #checkout-step-sample_selection .payment-option-box-sample {
        width: 32%;
        display: inline-block;
        overflow: hidden;
    }
}
@media (min-width: 768px) and (max-width: 1099px) {
    #checkout-step-sample_selection .payment-option-box {
        max-width: 98.5%;
    }
    #checkout-step-sample_selection .payment-option-box-sample {
        width: 49%;
    }
}
@media (max-width: 998px) {
    .paypal-box {
        display: block;
    }
}
#bl-custom-checkout-note {
    resize: vertical;
}
.giftcard h3.sub-heading,
.discount h3.sub-heading {
    color: #333333;
    margin: 0 !important;
    font-size: 16px;
}
.giftcard .heading-part + hr,
.discount .heading-part + hr {
    display: none;
}
.giftcard .heading-part,
.discount .heading-part {
    margin: 0;
}
.giftcard > .row > .mb-20,
.discount > .row > .mb-20 {
    margin-bottom: 0;
}
.giftcard,
.discount {
    border-left: none;
    border-top: none;
    border-right: none;
    padding-top: 0;
    margin-bottom: 10px;
}
.giftcard .input-box,
.discount .input-box {
    margin: 0;
}
#giftcard-coupon-form .btn,
#discount-coupon-form .btn {
    padding: 12px 12px;
    border-radius: 0;
}
@media (min-width: 641px) {
    /*#giftcard-coupon-form > div:nth-child(2),
    #discount-coupon-form > div:nth-child(2) {
        padding-right: 0;
        width: 50%;
        float: left;
    }

    #giftcard-coupon-form > div:nth-child(3),
    #discount-coupon-form > div:nth-child(3) {
        padding-left: 0;
        width: 50%;
        float: left;
        margin-top: 0;
    }*/
}
@media (max-width: 640px) {
    #giftcard-coupon-form > div:nth-child(2),
    #discount-coupon-form > div:nth-child(2) {

    }
    #giftcard-coupon-form > div:nth-child(3),
    #discount-coupon-form > div:nth-child(3) {
        margin-top: 0;
        float: right;
    }
}
.check-box span {
    height: auto;
}
.mage-error {
    border-color: #a94442 !important;
    background: rgba(169,68,66,0.4) !important;
}
@media (min-width: 768px) {
    #checkout-review-section .address-box.commun-table {
        width: 50%;
        float: left;
    }
}
#checkout-cart-total-table-wrapper {
    background: #ffffff;
}

.checkout-content input#coupon_code,
.checkout-content input#giftcard_code {
    width: auto;
}

input#giftcard_code[value=""] + .btn-danger,
input#coupon_code[value=""] + .btn-danger {
    display: none;
}

/* END OF CHECKOUT */

#kh-modal-wrong-website .media img,
#kh-modal-addtocart-post .media img {
    max-width: 100px;
}

@media (max-width: 480px) {
    #kh-modal-wrong-website .media .pull-left,
    #kh-modal-addtocart-post .media .pull-left {
        float: none !important;
        text-align: center;
        display: block;
        width: 100%;
    }
    #kh-modal-wrong-website .media .media-body,
    #kh-modal-addtocart-post .media .media-body {
        text-align: center;
    }
    #kh-modal-wrong-website .modal-footer a,
    #kh-modal-addtocart-post .modal-footer a,
    #kh-modal-wrong-website .modal-footer button,
    #kh-modal-addtocart-post .modal-footer button {
        float: none !important;
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

#kh-modal-wrong-website .modal-footer {
    text-align: center !important;
}

#kh-modal-wrong-website .modal-footer a,
#kh-modal-wrong-website .modal-footer button {
    display: inline-block !important;
    float: none;
}

#kh-modal-wrong-website .modal-footer button {
    margin-bottom: 20px;
}

.btn-white-fa,
a.action.action-fa {
    padding-left: 50px !important;
    position: relative;
}

.btn-white-fa .fa,
a.action.action-fa .fa {
    position: absolute;
    left: 15px;
    top: 10px;
}

.btn-white-fa .fa {
    top: 8px;
}

.btn-color-fa {
    padding-right: 50px !important;
    position: relative;
}

a.btn-color-fa .fa {
    position: absolute;
    right: 15px;
    top: 10px;
}

/*
 * RESELLER
 */

.reseller-item-wrapper .panel-body {
    padding: 10px 2px 0px;
    position: relative;
}

@media (max-width: 1499px) {
    .reseller-address-show-on-map {
        position: absolute;
        right: 2px;
        bottom: 2px;
    }
    .reseller-item-wrapper .panel-body {
        padding-bottom: 60px;
    }
}

@media (min-width: 1500px) {

    .reseller-data-wrapper {
        display: table;
        vertical-align: top;
        width: 100%;
    }

    .reseller-address-show-on-map,
    .reseller-address-wrapper {
        width: 50%;
        display: table-cell;
    }

    .reseller-address-wrapper {
    }

    .reseller-address-show-on-map {
        text-align: right;
    }

    .reseller-contact-wrapper {
        width: 100%;
    }

}

/*
 * FAQ
 */

@keyframes fateOutAnimation{
    0%{
        max-height: 80px;
    }
    100%{
        max-height: 0px;
    }
}

.faq-item-wrapper {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.faq-item-wrapper .blog-detail {
    margin-top: 0;
}

.faq-item-wrapper.search-hidden {
    display: none !important;
}

.faq-item-wrapper.fade-out {
    animation-name: fateOutAnimation;
    animation-duration: 500ms;
    animation-fill-mode: forwards;
    /*-webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);*/
}

.faq-item-wrapper.fade-in {
    /*animation-name: fateOutAnimation;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;*/
    /*-webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);*/
}

.panel-heading,
.panel {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-item-wrapper .panel-body p {
    margin-bottom: 0;
}

.sidebar-contant li.active,
.panel-default .panel-heading {
    background: #ece5e0;
}

.panel-default {
    border: none;
    margin-bottom: 0;
}

.panel-title {
    font-weight: 100;
}

#kh-whatsappchat-icon {
    position: fixed;
    right: 20px !important;
    bottom: 20px !important;
    max-width: 60px;
}

.kh-custom-ribbon {
    line-height: 1em;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    letter-spacing: -2px;
    display: block;
    width: 6rem;
    /*height: 4rem;*/
    background: linear-gradient(to bottom, #999999 0%, #cccccc 100%);
    color: white;
    /*margin: 1em 0.5em 0;*/
    /*float: left;*/
    padding-top: 1rem;
    position: relative;
    -webkit-filter: drop-shadow(0 0.5rem 0.3em rgba(0, 0, 0, 0.5));
    transform: translate3d(0, 0, 0);
}

.kh-custom-ribbon--red {
    background: linear-gradient(to bottom, #d3362d 0%, #e57368 100%);
}

.kh-custom-ribbon::after {
    content: "";
    width: 0;
    height: 0;
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
    border-top: 1.5rem solid #CCCCCC;
    position: absolute;
    top: 5rem;
    left: 0;
}

.kh-custom-ribbon.kh-custom-ribbon--red::after {
    border-top: 1.5rem solid #E57368;
}

.product-item .kh-custom-ribbon {
    position: absolute;
    top: 0;
    left: 10px;
}

.kh-custom-ribbon.kh-custom-ribbon--orange {
    background: linear-gradient(to bottom, #e7711b 0%, #f7981d 100%);
}

.kh-custom-ribbon.kh-custom-ribbon--orange::after {
    border-top: 1.5rem solid #F7981D;
}

.kh-custom-ribbon.kh-custom-ribbon--yellow {
    background: linear-gradient(to bottom, #f1ca3a 0%, #f6eb3b 100%);
}

.kh-custom-ribbon.kh-custom-ribbon--yellow::after {
    border-top: 1.5rem solid #F6EB3B;
}

.kh-custom-ribbon.kh-custom-ribbon--green {
    background: linear-gradient(to bottom, #5f9654 0%, #65b045 100%);
}

.kh-custom-ribbon.kh-custom-ribbon--green::after {
    border-top: 1.5rem solid #65B045;
}

.kh-custom-ribbon.kh-custom-ribbon--blue {
    background: linear-gradient(to bottom, #1c91c0 0%, #11a9cc 100%);
}

.kh-custom-ribbon.kh-custom-ribbon--blue::after {
    border-top: 1.5rem solid #11A9CC;
}

.kh-custom-ribbon.kh-custom-ribbon--purple {
    background: linear-gradient(to bottom, #5c3292 0%, #7e3794 100%);
}

.kh-custom-ribbon.kh-custom-ribbon--purple::after {
    border-top: 1.5rem solid #7E3794;
}

.kh-custom-ribbon.kh-custom-ribbon--white {
    background: linear-gradient(to bottom, #FFFFFF 0%, #FEFEFE 100%);
    color: #ae985c !important;
    -webkit-filter: drop-shadow(0 0.5rem 0.3em rgba(0, 0, 0, 0.1));
    text-shadow: none;
}

.kh-custom-ribbon.kh-custom-ribbon--white::after {
    border-top: 1.5rem solid #FEFEFE;
}

li.level4.level-item-id-44 {
    display: none;
}