/* 
* BASIC STYLE
  - General Style    
  - Headings Style    
  - Button Style    
  - Form Style    
  - Spacer Style
      
* 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
  - Faq Page

* FOOTER
*/
/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/

/*Google Fonts*/
/*@import url('https://fonts.googleapis.com/css?family=Arbutus+Slab|Montserrat:300,400,400i,500,500i,600,700&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,700&amp;display=swap');


 /* - General Style //---------------- */ 

 ::-moz-selection {
 background-color: #a4ce3a;
 color: #FFF;
}

::selection {
	background-color: #a4ce3a;
	color: #FFF;
}

body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	line-height: 24px;
	color: #666666;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    -webkit-font-weight: 500;
}

body.dark-header {
	padding-top: 82px;
}

.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:#fff;
}

.item-loader-container {
    margin: 0 auto;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);

}

.la-ball-fussion,.la-ball-fussion>div {
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.la-ball-fussion { 
	display:block;
	font-size:0;
	color:#fff;
}

.la-ball-fussion.la-dark {
	color:#a4ce3a;
}

.la-ball-fussion>div { 
	display:inline-block;
	float:none;
	background-color:currentColor;
	border:0 solid currentColor;
}

.la-ball-fussion{
	width:14px;
	height:14px;
}

.la-ball-fussion>div {
	position:absolute;
	width:18px;
	height:18px;
	border-radius:100%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	-webkit-animation:ball-fussion-ball1 1s 0s ease infinite;
	   -moz-animation:ball-fussion-ball1 1s 0s ease infinite;
		 -o-animation:ball-fussion-ball1 1s 0s ease infinite;
			animation:ball-fussion-ball1 1s 0s ease infinite;
}

.la-ball-fussion>div:nth-child(1) {
	top:0;
	left:50%;
	z-index:1;
}

.la-ball-fussion>div:nth-child(2){
	top:50%;
	left:100%;
	z-index:2;
	-webkit-animation-name:ball-fussion-ball2;
	   -moz-animation-name:ball-fussion-ball2;
		 -o-animation-name:ball-fussion-ball2;
			animation-name:ball-fussion-ball2;
}

.la-ball-fussion>div:nth-child(3){
	top:100%;
	left:50%;
	z-index:1;
	-webkit-animation-name:ball-fussion-ball3;
	   -moz-animation-name:ball-fussion-ball3;
		 -o-animation-name:ball-fussion-ball3;
			animation-name:ball-fussion-ball3;
}

.la-ball-fussion>div:nth-child(4){
	top:50%;
	left:0;
	z-index:2;
	-webkit-animation-name:ball-fussion-ball4;
	   -moz-animation-name:ball-fussion-ball4;
		 -o-animation-name:ball-fussion-ball4;
			animation-name:ball-fussion-ball4; 
}


@-webkit-keyframes ball-fussion-ball1{
	0% {
		opacity:.35;
	}

	50% {
		top:-100%;
		left:200%;
		opacity:1;
	}

	100% {
		top:50%;
		left:100%;
		z-index:2;
		opacity:.35;
	}
}

@-moz-keyframes ball-fussion-ball1{
	0% {
		opacity:.35;
	}

	50% { 
		top:-100%;
		left:200%;
		opacity:1;
	}

	100% {
		top:50%;
		left:100%;
		z-index:2;
		opacity:.35;
	}
}

@-o-keyframes ball-fussion-ball1 {
	0% {
		opacity:.35;
	}

	50% {
		top:-100%;
		left:200%;
		opacity:1;
	}

	100% {
		top:50%;
		left:100%;
		z-index:2;
		opacity:.35;
	}
}

@keyframes ball-fussion-ball1{
	0% {
		opacity:.35;
	}

	50% {
		top:-100%;
		left:200%;
		opacity:1;
	}

	100% {
		top:50%;
		left:100%;
		z-index:2;
		opacity:.35;
	}
}

@-webkit-keyframes ball-fussion-ball2 {
	0% {
		opacity:.35;
	}

	50% {
		top:200%;
		left:200%;
		opacity:1;
	}

	100% {
		top:100%;
		left:50%;
		z-index:1;
		opacity:.35;
	}
}

@-moz-keyframes ball-fussion-ball2 { 
	0%{
		opacity:.35;
	}

	50%{
		top:200%;
		left:200%;
		opacity:1;
	}

	100%{
		top:100%;
		left:50%;
		z-index:1;
		opacity:.35;
	}
}

@-o-keyframes ball-fussion-ball2{
	0%{
		opacity:.35;
	}
	
	50%{
		top:200%;
		left:200%;
		opacity:1;
	}

	100%{
		top:100%;
		left:50%;
		z-index:1;
		opacity:.35;
	}
}

@keyframes ball-fussion-ball2{
	0%{
		opacity:.35;
	}

	50%{
		top:200%;
		left:200%;
		opacity:1;
	}

	100%{
		top:100%;
		left:50%;
		z-index:1;
		opacity:.35;
	}
}

@-webkit-keyframes ball-fussion-ball3{
	0%{
		opacity:.35;
	}

	50%{
		top:200%;
		left:-100%;
		opacity:1;
	}

	100%{
		top:50%;
		left:0;
		z-index:2;
		opacity:.35;
	}
}

@-moz-keyframes ball-fussion-ball3{
	0%{
		opacity:.35;
	}

	50%{
		top:200%;
		left:-100%;
		opacity:1;
	}

	100%{
		top:50%;
		left:0;
		z-index:2;
		opacity:.35;
	}
}

@-o-keyframes ball-fussion-ball3{
	0%{
		opacity:.35;
	}

	50%{
		top:200%;
		left:-100%;
		opacity:1;
	}

	100%{
		top:50%;
		left:0;
		z-index:2;
		opacity:.35;
	}
}

@keyframes ball-fussion-ball3{
	0%{
		opacity:.35;
	}

	50%{
		top:200%;
		left:-100%;
		opacity:1;
	}

	100%{
		top:50%;
		left:0;
		z-index:2;
		opacity:.35;
	}
}

@-webkit-keyframes ball-fussion-ball4{
	0%{
		opacity:.35;
	}

	50%{
		top:-100%;
		left:-100%;
		opacity:1;
	}

	100%{
		top:0;
		left:50%;
		z-index:1;
		opacity:.35;
	}
}

@-moz-keyframes ball-fussion-ball4{
	0%{
		opacity:.35;
	}
		
	50%{
		top:-100%;
		left:-100%;
		opacity:1;
	}

	100%{
		top:0;
		left:50%;
		z-index:1;
		opacity:.35;
	}
}

@-o-keyframes ball-fussion-ball4{
	0%{
		opacity:.35;
	}

	50%{
		top:-100%;
		left:-100%;
		opacity:1;
	}

	100%{
		top:0;
		left:50%;
		z-index:1;
		opacity:.35;
	}
}

@keyframes ball-fussion-ball4{
	0%{
		opacity:.35;
	}

	50%{
		top:-100%;
		left:-100%;
		opacity:1;
	}

	100%{
		top:0;
		left:50%;
		z-index:1;
		opacity:.35;
	}
}


.main {
	position: relative;
	overflow: hidden;
}

img {
	height: auto;
	max-width: 100%;
	border: none;
	outline: none;
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
}

a, a:focus, a:active, a:link, img {
	outline: none;
	text-decoration: none;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #666666;
    -webkit-transition: all 0.25s ease 0s;
       -moz-transition: all 0.25s ease 0s;
        -ms-transition: all 0.25s ease 0s;
         -o-transition: all 0.25s ease 0s;
            transition: all 0.25s ease 0s;
}

a:hover {
	color: #a4ce3a;
	text-decoration: none;
    -webkit-transition: all 0.25s ease 0s;
       -moz-transition: all 0.25s ease 0s;
        -ms-transition: all 0.25s ease 0s;
         -o-transition: all 0.25s ease 0s;
            transition: all 0.25s ease 0s;
}

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;
}

ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0;
}

.position-r {
	position: relative;
}

.position-s {
	position: static;
}

.position-initial {
	position: initial;
}

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

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

.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: #141414;
	color: #fff;
}

.gray-bg {
	background: #f5f5f5;
}

.light-gray-bg {
    background: #fafafa none repeat scroll 0 0;
}

.middle-800 p {
	display: inline-block;
	max-width: 800px;
}

.middle-580 p {
	display: inline-block;
	max-width: 580px;
}

.border-right {
	border-right: 1px solid #e1e1e1;
}

/* - Headings Style   //---------------- */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #1b2839;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h1 {
	font-size: 43px;
	letter-spacing: 1px;
	line-height: 45px;
}

h2 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 30px;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
}
h2.main_title span {
	position: relative;
}
h2.main_title span:after {
    background: rgba(0, 0, 0, 0) url("../img/title-icon.png") no-repeat scroll center bottom;
    position: absolute;
    content: "";
    top: -31px;
    width: 50px;
    height: 50px;
}

h3 {
	font-size: 21px;
	line-height: 22px;
}

h3.sub-heading {
    text-transform: capitalize;
}

h4 {
	font-size: 17px;
	line-height: 20px;
}

h5 {
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
}

h6 {
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
}

/* - Button Style  //----------------*/ 

.btn, button {
	padding: 12px 15px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	cursor: pointer;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
    	 -o-border-radius: 0;
    		border-radius: 0;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.btn.focus, .btn:focus {
    outline: 0 none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
    		box-shadow: none;
}

.btn.full {
	width: 100%;
	text-align: center;
}

.btn.big-width {
	padding: 13px 30px;
}

.btn.big {
	padding: 25px;
}

.btn i.fa {
	font-size: 15px;
	margin: 0 5px;
}

.btn-black {
	color: #fff;
	background: #222;
	border: none;
}

.btn-black:hover {
	color: #fff;
	background: #a4ce3a;
}

.btn-color {
	color: #fff !important;
	background: #a4ce3a;
	border: none;
}

.btn-color:hover {
	color: #fff !important;
	background: #df0d74;
}

.btn-white {
	color: #222;
	background: rgba(255,255,255,1);
	border: none;
}
.btn-white:hover {
	color: #222;
	background: #a4ce3a;
}

.btn-sidebar-menu-dropdown {
    display: inline-block;
    color: #fff !important;
    background-color: #a4ce3a;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
    margin-top: 14px;
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
    	 -o-border-radius: 3px;
    		border-radius: 3px;
}

.btn-sidebar-menu-dropdown:hover, 
.btn-sidebar-menu-dropdown:focus, 
.btn-sidebar-menu-dropdown:active {
    color: #fff !important;
}


/* - Form Style */
* {
	outline: none !important;
}

select {
	background: url(../images/select-icon.png) no-repeat scroll right 50% #fff !important;
	line-height: 18px;
	border: 1px solid #eaeaea;
	padding: 5px 24px 5px 5px;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

.full select {
	width: 100%;
}

.main-form textarea {
	max-width: 100%;
}

.main-form input, .main-form textarea, .main-form select {
	    background: #d6d6d6;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #d6d6d6;
    min-height: 40px;
}

.check-box label {
	color: #222;
	display: inline;
	font-size: 15px;
	font-weight: 400;
}

.check-box input, .radio input.radio-button {
	display: none;
}

.checkout-section .check-box input[type="checkbox"] {
	margin: 5px 0 0;
	min-height: 1px;
	display: none;
}

.category-dropdown select {
    border: none;
    height: 45px;
    width: 250px;
    padding: 7px 24px 7px 15px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
    	 -o-border-radius: 0;
    		border-radius: 0;
}

.select-dropdown fieldset {
	padding: 0;
	line-height: 0;
}

.select-dropdown .ui-state-default {
    border: none; 
    background: rgba(0,0,0,0) url(../images/select-icon.png) no-repeat scroll right 50% !important;
    font-weight: 400;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #666666;
    display: inline-block;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
    		box-shadow: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
    	 -o-border-radius: 0;
    		border-radius: 0;
}

.category-dropdown .ui-state-default {
	height: 40px;
	width: 180px !important;
}

.select-item .ui-state-default {
    margin-top: 2px;
    border: 1px solid #eeeeee;
    padding: 5px;
}

.select-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
	padding: 0;
	font-weight: 400;
}

.category-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
	margin-top: 10px;
	padding-left: 15px;
}

.input-box .ui-state-default {
    border: 1px solid #eeeeee;
    padding: 10px 15px;
    width: 100% !important;
}

.ui-selectmenu-menu {
	z-index: 9999;
}

.ui-selectmenu-menu  .ui-widget-content {
	background: #fff;
	border-top: 2px solid #a4ce3a;
	max-height: 350px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
	background: none;
	font-family: 'Montserrat', sans-serif;
	color: #878787;
	font-size: 14px;
	letter-spacing: 0;
}

.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: #a4ce3a;
	font-weight: 400;
	background: #ebebeb;
}

.ui-selectmenu-menu  .ui-menu .ui-state-focus, .ui-selectmenu-menu  .ui-menu .ui-state-active {
	margin: 0;
}
/* - Spacer Style  //---------------- */

.right-side {
	float: right;
}

.left-side {
	float: left;
}

.plr-20 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.mlr_-20 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.mlr_-8 {
    margin-left: -8px;
    margin-right: -8px;
}

.plr-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.ptb-95 {
	padding-top: 95px;
	padding-bottom: 95px;
}

.pt-95 {
	padding-top: 95px;
}

.pb-95 {
	padding-bottom: 95px;
}

.ptb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.p-0 {
	padding: 0px;
}

.pr-10 {
	padding-right: 10px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.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;
}

.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mt-15 {
	margin-top: 15px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mtb-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.m-0 {
	margin: 0px;
}

/* - Newsletter   //----------------- */
#newslater-popup {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.nl-popup-main {
    display: block;
    background:#ffffff url("../img/newspopup.jpg") no-repeat scroll left top;
    overflow: hidden;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
    	 -o-border-radius: 0;
    		border-radius: 0;
}

.nl-popup-inner {
    border: 2px solid #1f1f2f;
    margin: 15px;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
    	 -o-border-radius: 0;
    		border-radius: 0;
}

#newslater-popup .newsletter-inner {
	background: transparent;
	padding: 80px 0;
	color: #1f1f2f;
}
#newslater-popup .newsletter-inner span {
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 35px;
    position: relative;
}

#newslater-popup .newsletter-inner span:after {
	background: #a4ce3a;
	content: "";
	position: absolute;
	height: 2px;
	width: 60px;
	left: 50%;
	bottom: -5px;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

#newslater-popup .newsletter-inner input {
	width: 270px;
	padding: 7px;
	background: none;
	border: 1px solid #d2d2d2;
}

#newslater-popup button.mfp-close {
    background-color: #f0e5e6;
    font-size: 35px;
    color: #1b2839;
    opacity: 1;
    right: 0;
    top: 0px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
    	 -o-border-radius: 0;
    		border-radius: 0;
}

#newslater-popup .newsletter-inner .main_title {
    display: block;
    color: #1b2839;
    font-size: 35px;
}

#newslater-popup .newsletter-inner form button {
	position: relative;
	background: #a4ce3a;
	color: #fff;
	cursor: pointer;
}

#newslater-popup .newsletter-inner p {
    margin-bottom: 20px;
    padding: 0 80px;
}

/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/

/* - Header Style  //---------------- */

header#header {
	top: 0;
	width: 100%;
	z-index: 2;
	border: none;
	padding: 0;
	margin-bottom: -28px;
	position: relative;
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.header-top {
   width: 100%;
    border-bottom: 1px solid #dddddd;
    background: #000;
}


.footer-static-block .footer-block-contant.link {display: inline-block !important;}
.footer-static-block .footer-block-contant.link.mored li{    display: inline-block;
    width: 32%;}

.header-middle {
	background: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 4px 0;
}
.sub-banner iframe {border:none}
.header-bottom {
    background: #a4ce3a;
    width: 100%;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
    	 -o-border-radius: 5px;
    		border-radius: 0px;
}

.language-currency fieldset {
	padding: 0;
	line-height: 0;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #a4ce3a !important;
}

.language-currency .ui-state-default, 
.language-currency .ui-widget-content .ui-state-default, 
.language-currency .ui-widget-header .ui-state-default {
    border: none; 
    background: rgba(0,0,0,0) url(../images/select-icon.png) no-repeat scroll right 50% !important;
    font-weight: bold;
    box-shadow: none;
    width: 90px !important; 
    padding-right: 10px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
    	 -o-border-radius: 0;
    		border-radius: 0;
}

.language-currency .ui-selectmenu-button span.ui-selectmenu-text {
	padding: 10px 10px 10px 0;
	font-weight: 400;
	color: #fff;
}

#country-button {
	border-right: 1px solid #e1e1e1;	
}

.ui-selectmenu-menu  .ui-widget-content {
	background: #fff;
	border-top: 2px solid #a4ce3a;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.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: #a4ce3a;
	font-weight: 400;
	background: #ebebeb;
}

.ui-selectmenu-menu  .ui-menu .ui-state-focus, .ui-selectmenu-menu  .ui-menu .ui-state-active {
	margin: 0;
}

#header hr {
	border-color: #3c3c4a;
}

.header-bottom .help-num {
    color: #ffffff;
    padding: 15px 0;
}

.header-bottom .fa.fa-phone {
    margin-right: 5px;
}

.content-dropdown {
	display: none ;
}

.content-dropdown{
    background: #fff none repeat scroll 0 0;
    border-top: 3px solid #a4ce3a;
    display: none;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 30px;
    width: 120px;
    z-index: 4;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.navbar-header {
    float: none;
}

.navbar-header .navbar-brand {
	height: auto;
	margin-right: 0 !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
}

.navbar {
	margin-bottom: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
    	 -o-border-radius: 0;
    		border-radius: 0;
}

.header-right-part {
    padding: 20px 0 0 180px;
    position: relative;
}

.header-right-part.mobile-view {
	display: none;
}

.category-dropdown select {
    border: none;
    height: 45px;
    width: 250px;
    padding: 7px 24px 7px 15px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
    	 -o-border-radius: 0;
    		border-radius: 0;
}

.header-right-part .category-dropdown select {
    background: rgba(0, 0, 0, 0) url("../images/select-icon.png") no-repeat scroll right 50% !important;
}

.navbar-collapse.collapse {
      display: block;
    padding: 0;
    float: none;
}

.navbar-collapse.collapse.menu-open {
    opacity: 1;
    visibility: visible;
}

.collapsing {
	display: inline-block;
}

.top-left ul li {
    float: left;
}

.top-left ul li .info {
    margin-left: 15px;
    padding: 8px 0;
    color: #878787;
}

.top-right-link {
	padding: 8px 0;
}

.top-right-link ul li {
	float: left;
	cursor: pointer;
    border-right: 1px solid #e1e1e1;
    padding: 0 12px;
    position: relative;
    font-weight: 300;
}
.top-right-link  ul li {color:#fff}
.top-right-link ul li a {color:#fff; 
    font-weight: 600;
}
.top-right-link ul li a:hover {
    color: #a4ce3a; text-decoration:none
}
.footer-bottom {background: #000;    overflow: hidden;}
.footer-bottom .copy-right,.footer-bottom .copy-right a  {color:#fff}
.top-right-link ul li:first-child  {
    padding-left: 0;
}

.top-right-link ul li:last-child  {
    border-right: none;
    padding-right: 0;
}

.top-right-link ul li:last-child a {
    border-right: medium none;
    padding-right: 0;
}

.top-right-link ul li a span {
	background: transparent url("../img/sprite.png") no-repeat scroll 0 0;
    margin: 0 4px -2px 0;
    display: inline-block;
    width: 20px;
    height: 17px;
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.top-right-link ul li.wishlist-icon a span {
	background-position: -57px -560px;
}

.top-right-link ul li.wishlist-icon:hover a span {
	background-position: -57px -583px;
}

.top-right-link ul li.track-icon a span {
    background-position: -56px -605px;
}

.top-right-link ul li.track-icon:hover a span {
    background-position: -56px -627px;
}

.top-right-link ul li.gift-icon a span {
    background-position: -58px -650px;
}

.top-right-link ul li.gift-icon:hover a span {
    background-position: -58px -672px;
}
 
.search-box {
	position: relative;
}

.search-box input.input-text {
    border: 1px solid #dddddd;
    width: 100%;
    height: 42px;
    padding: 6px 6px 6px 10px;
    -webkit-border-radius: 0 5px 5px 0;
       -moz-border-radius: 0 5px 5px 0;
    	 -o-border-radius: 0 5px 5px 0;
    		border-radius: 0 5px 5px 0;
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.popup-detail .search-box input.input-text {
	border: 1px solid #eeeeee;
}

.search-box button.search-btn {
	background: url("../img/sprite.png") no-repeat scroll -3px -124px #a4ce3a;
	border: none; 
	height: 42px;
	width: 42px;
	position: absolute;
	right: 0;
	top: 0;
    -webkit-border-radius: 0 5px 5px 0;
       -moz-border-radius: 0 5px 5px 0;
    	 -o-border-radius: 0 5px 5px 0;
    		border-radius: 0 5px 5px 0;
}

.search-box button.search-btn:hover {
	background-color: #a4ce3a; 
}

.search-btn-icon button.search-btn {
	background: #a4ce3a url("../img/sprite.png") no-repeat scroll -3px -124px;
	border: none;
	height: 42px;
	width: 42px;
	position: absolute;
	right: 0;
	top: 0;
    padding: 0;
    margin: 15px 0;
}
.copy-right span{
    color:#000;
}
.copy-right a{
    color: #000 !important;
}

.header-right-link > ul > li {
	float: left;
	position: relative;
	overflow: hidden;
}

.header-right-link > ul > li.login-icon {
    overflow: visible;
}

.cart-icon-main.header-right-link > ul > li {
	background: #222222;
	padding: 5px 15px;
    -webkit-border-radius: 0 5px 5px 0;
       -moz-border-radius: 0 5px 5px 0;
    	 -o-border-radius: 0 5px 5px 0;
    		border-radius: 0 5px 5px 0;
}

.header-right-link > ul > li.cart-icon {
	margin-right: 0;
}

.header-right-link > ul > li.cart-icon.mobile-view {
    display: none;
}

.header-right-link ul li:hover {
	overflow: visible;
}

.header-right-link .search-box {
    display: none;
}

.header-right-link ul li.main-search {
	overflow: visible;
}

.header-right-link > ul > li > a {
	display: inline-block;
	width: auto;
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}


.header-right-link > ul > li > a span {
	background:transparent  url("../img/sprite.png") no-repeat scroll 0 0 ;
	height: 35px;
	width: 40px;
	position: relative;
	display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.header-right-link ul li.search-box > a span {
	background-position: -10px -92px;
}

.header-right-link ul li.cart-icon > a span {
	background-position: -2px 3px;
	position: relative;
}

.header-right-link ul li.cart-icon:hover > a span {
	background-position: -2px -42px;
}

.header-right-link ul li.login-icon > a span {
    background-position: -60px 5px;
    width: 60px;
    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}

.header-right-link ul li.login-icon:hover > a span {
    background-position: -123px 3px;
}

.header-right-link ul li.login-icon > a span::after {
    background: transparent  url("../img/sprite.png") no-repeat scroll -55px -100px;
    content: "";
    position: absolute;
    top: 10px;
    right: 2px;
    width: 20px;
    height: 20px;
}

.header-right-link ul li.cart-icon > a span small.cart-notification {
	background: #a4ce3a ;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	height: 16px;
	line-height: 16px;
	position: absolute;
	right: 0;
	text-align: center;
	top: -4px;
	width: 16px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
    	 -o-border-radius: 50%;
    		border-radius: 50%;
}

.cart-text {
	display: inline-block;
	float: left;
	line-height: 22px;
	margin-right: 10px;
	margin-top: 10px;
}


.my-cart {
	color: #ffffff;
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
}

.total-price {
	color: #222222;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
}

.header-right-link ul li:hover > a .my-cart {
	color: #a4ce3a;
}

.content-dropdown {
	display: none ;
}

.content-dropdown{
    background: #fff none repeat scroll 0 0;
    border-top: 3px solid #a4ce3a;
    display: none;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 100%;
    width: 120px;
    z-index: 4;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.content-dropdown ul li  {
    font-size: 14px;
    padding: 5px;
    float: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 10px 20px 10px 10px;
}

.content-dropdown ul li:hover {
	background: #ebebeb;
}

.content-dropdown ul li > a {
    color: #666666;
}

.content-dropdown ul li:hover a {
    color: #a4ce3a;
}

.info-link i.fa {
	margin-right: 5px;
	font-size: 16px;
}

/* Navigation Menu Style */
.navbar-nav > li > a {
       color: #000000;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 14px 7px;
    position: relative;
    /* text-transform: uppercase; */
    font-size: 14px;
}

.navbar-nav > li:hover > a {
    background: #000 none repeat scroll 0 0;
}

.navbar-nav > li:first-child:hover > a { 
    -webkit-border-radius: 5px 0 0 5px;
       -moz-border-radius: 5px 0 0 5px;
    	 -o-border-radius: 5px 0 0 5px;
    		border-radius: 0 0 0 0px;
}

.nav > li {
	position: inherit;
	display: inline-block;
}

.navbar-toggle {
    border: none;;
    background: none;
    height: 30px;
    margin-right: 0;
    padding: 0;
    width: 30px;
    display: block;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
    	 -o-border-radius: 0;
    		border-radius: 0;
}

button:focus {
	outline: none;
}

.side-toggle button i {
  background: rgba(0, 0, 0, 0) url("../img/sprite.png") repeat scroll 0 0;
  font-size: 21px;
  height: 30px;
  overflow: hidden;
  text-indent: -46px;
  width: 30px;
  display: inline-block;
}

.side-toggle button i.fa-bar {
  background-position: -130px -792px;
}

.side-toggle button i.fa-close {
  background-position: -130px -819px;
}

.header-right-link > ul > li.side-toggle {
	display: none;
}

.navbar-toggle:hover {
	color: #1f1f2f ;
}
.header_search_toggle.mobile-view {
	display: none;
}

.navbar-nav > li.dropdown > a::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
    border-style: solid;
    border-width: 11px;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.navbar-nav > li.dropdown:hover > a::after {
    opacity: 1;
}

.header-link-dropdown {
	background: #fff;
	border-top: 2px solid #a4ce3a;
	position: absolute;
	width: 320px;
	display: inline-block;
	right: 0;
	top: 100%;
	padding: 35px;
	opacity: 0;
	z-index: 3;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-in-out 0s;
       -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
         -o-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
}

.header-link-dropdown:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #a4ce3a;
    border-style: solid;
    border-width: 11px;
    content: "";
    right: 60px;
    opacity: 1;
    position: absolute;
    top: -22px;
}

.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 #dedede;
}

.cart-dropdown .btn-color.btn {
    font-size: 15px;
    padding: 13px 20px;
    text-transform: none;
}

 .nav > li .menu-label {
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: -13px;
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.menu-label span {
    padding: 2px 5px;
    color: #ffffff;
    display: inline-block;
    line-height: initial;
    text-transform: uppercase;
}

.menu-label .hot-menu {
	background: #0fb7a4;
}

.menu-label .new-menu {
	background: #1b2839;
}

.menu-label span::after{
	background: url("../img/sprite.png");
	width: 20px;
	height: 20px;
    content: "";
    top: 6px;
    left: -2px;
    position: absolute;
	display: inline-block;
}

.menu-label .hot-menu:after {
	background-position: -104px -614px;
}

.menu-label .new-menu:after {
	background-position: -104px -634px;
}


.sidebar-menu-dropdown {
    width: 100%;
    position: relative;
}

.cat-dropdown-main .column-20per {
  height: 0;
}

.sidebar-menu-dropdown .cat-dropdown::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #a4ce3a;
    border-style: solid;
    border-width: 11px;
    top: -22px;
    content: "";
    left: 8%;
    opacity: 1;
    position: absolute;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.sidebar-menu-dropdown .cat-dropdown {
    display: none;
}

.cat-dropdown {
    background-color: #f7f7f7;
    border-top: 3px solid #a4ce3a;
    margin-top: 10px;
    position: absolute;
    width: 250px;
    z-index: 2;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    		box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}

.cat-dropdown .navbar-nav {
    float: none;
    margin: 0;
    width: 100%
}

.nav.navbar-nav {
	    display: inline-block;
    text-align: center;
    width: 100%;
}

.nav.navbar-nav li {float: none;
    display: inline-block;}

.cat-dropdown .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.cat-dropdown .sidebar-contant ul li.level {
    float: none;
}

.cat-dropdown .sidebar-contant ul li.level3 {
	border: none;
}


.cat-dropdown .sidebar-contant .navbar-collapse > ul > li:last-child {
    overflow: hidden !important;
    border-bottom: none;
}

.cat-dropdown .sidebar-contant ul li.level:hover {
  background-color: #f5f5f5;
}

.cat-dropdown .sidebar-contant > ul > li > a {
  	color: #1f252d;
  	font-size: 14px;
  	padding: 10px 0 10px 20px !important;
}

.cat-dropdown .navbar-nav > li > a {
	display: inline-block;
   	padding: 11px 10px;
   	margin-right: 0px;
   	color: #666666;
   	line-height: 24px;
   	width: 100%;
	position: relative;
}

.cat-dropdown .navbar-nav > li:hover > a {
	color: #a4ce3a;
}

.cat-dropdown .sidebar-contant ul li.level:last-child a {
	padding-bottom: 0;
}
.cat-dropdown .navbar-nav > li > a i {
    font-size: 15px;
    height: 13px;
    margin-right: 10px;
    text-align: center;
    width: 14px;
}

.cat-dropdown .navbar-nav > li > a i.fa.fa-camera-retro, .cat-dropdown .navbar-nav > li > a i.fa.fa-desktop, .cat-dropdown .navbar-nav > li > a i.fa.fa-heart, .cat-dropdown .navbar-nav > li > a i.fa.fa-shopping-bag {
	font-size: 14px;
}

.cat-dropdown .sub-megamenu a.page-scroll:before {
    content:  "";
    font-family: FontAwesome;
    font-size: 16px;
    float: right;
    right: 10px;
}

.cat-dropdown .nav > li.level .megamenu {
    margin-top: -48px;
    left: 100%;
}

.cat-dropdown .nav > li.level:hover .megamenu {
  	opacity: 1;
  	top: auto;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
    	 -o-border-radius: 0;
    		border-radius: 0;
}

.cat-dropdown .megamenu.full {
    width: 80%;
}

.cat-dropdown .nav > li.level:last-child .megamenu {
    right: auto;
}

.category-dropdown {
	background: #f7f7f7;
	border: 1px solid #e1e1e1;
    position: absolute;
    left: 0;
    top: 11;
    -webkit-border-radius: 5px 0 0 5px;
       -moz-border-radius: 5px 0 0 5px;
    	 -o-border-radius: 5px 0 0 5px;
    		border-radius: 5px 0 0 5px;

}

.category-dropdown select {
    border-right: 1px solid #d7d7d7;
    height: 40px;
    width: 200px;
}

.sub-menu-slider .product-item-details {
    text-align: left;
}

.cart-dropdown ul li a:hover {
	color: #a4ce3a;
}

.cart-dropdown .cart-list li .media {
	padding-right: 25px;
	margin-top: 0;
}

.cart-dropdown .media-body span {
	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%;
	border: 1px solid #e1e1e1;
}

.close-cart {
	height: 15px;
	position: absolute;
	right: 0;
	width: 15px;
}

.cart-dropdown .input-text.qty {
	background-color: transparent;
}

.cart-dropdown .cart-price {
	font-weight: 500;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

.account-link-dropdown {
	width: 280px;
}

.header-link-dropdown .dropdown-title {
	color: #a4ce3a;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.account-link-dropdown a:hover, .account-link-dropdown a.active {
	color: #a4ce3a;
}

.account-link-dropdown .link-dropdown-list > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
/* --- Megamenu Style --- */

#menu-main .level3 {
	width: 100%;
}

.megamenu {
	background: #fff;
	color: #a4a4a4;
	display: none; 
	padding: 20px 30px;
	text-align: left;
	position: absolute;
	top: 100%;
	z-index: 2;
	left: auto;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.megamenu.full {
	left: 0;
	width: 100%;
}

.nav > li.level:hover .megamenu {
	display: block;
}

.megamenu-inner-top {
    display: inline-block;
    width: 100%;
}

.megamenu .sub-menu-level1 li.level2 {
	float: left;
	min-width: 200px;
}

.megamenu .level2 > a {
	display: inline-block;
	margin-right: 35px;
	color: #a4ce3a;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	max-width: 100%;
}

.megamenu .sub-menu-level2 li.level3 > a {
	color: #666666;
	display: inline-block;
	padding: 3px 0;
	text-transform: capitalize;
}

.megamenu .sub-menu-level2 li.level3 > a:hover {
	color: #a4ce3a;
}

.megamenu .sub-menu-level2 li.level3 > a span {
	float: left;
	font-size: 9px;
	margin-right: 9px;
	margin-top: -1px;
}

.megamenu-inner-top .col-md-10 {
    padding-right: 30px;
}

.megamenu .sub-menu-level1 li.level2:last-child {
    min-width: 170px;
}

/* Main-Header */
.mobilemenu-content .navbar-nav li:last-child {
    position: relative;
}

.position-a.cat-dropdown-main {
    top: 0;
    width: 100%;
    z-index: 2;
}

.mobilemenu-title {
    display: none;
}

.mobilemenu-content li {
    display: inline-block;
}
.polo-tshirt h3{
   padding: 35px 55px 0;
    text-transform: capitalize;
    font-size: 27px;
    position: absolute;
    top: 280px;
    left: 44px;
}

.mobilemenu-content li a {
    background-color: transparent !important;
    color: #1f1f2f;
    font-size: 15px;
    font-weight: 500;
    padding: 36px 20px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.mobilemenu-content li:hover a, .mobilemenu-content li:focus a {
	color: #a4ce3a;
}

.mobilemenu-content li:first-child a {
	padding-left: 0;
}

.mobilemenu-content .megamenu li a {
    font-size: 14px;
    text-transform: inherit;
    font-weight: 400;
}

#menu-main li.active a {
	color: #a4ce3a;
}

#menu-main > li > a span {
	position: relative;
}

/* Search-Wrap */
.sidebar-search-wrap, .sidebar-cart-wrap {
  background: #ffffff none repeat scroll 0 0;
  border-left: 1px solid #f7f7f7;
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.sidebar-table-container {
    height: 100%;
    width: 100%;
}

.sidebar-align-container {
    height: 100%;
    width: 100%;
}

.search-closer, .cart-closer {
    background: url("../img/sprite.png") -53px -1366px;
    height: 30px;
    width: 25px;
    cursor: pointer;
}
.search-container, .cart-container {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px;
  position: relative;
  text-align: center;
  top: 50%;
  width: 970px;
  max-width: 100%;
  z-index: 2;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.cart-container {
    border: 1px solid #dbdbdb;
    width: 1050px;
    text-align: left;
}

.search-container input[type="text"] {
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
  color: #000000;
  font-size: 50px;
  font-weight: 700;
  height: auto;
  padding: 18px;
  text-align: center;
  line-height: 65px;
  max-width: 100%;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
    		box-shadow: none;
}
.search-container span {
  color: #777777;
  float: left;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-top: 27px;
  text-transform: uppercase;
  width: 100%;
}
.sidebar-search-wrap.open, .sidebar-cart-wrap.open {
  opacity: 1;
  z-index: 8;
}

/*magnific-popup-containt*/
.popup-links {
	position: fixed;
	right: 0;
	top: 232px;
	width: 40px;
	z-index: 1;
}

.popup-links-inner {
	background: #ffffff;
	position: absolute;
	right: auto ;
}

.popup-links ul li {
	background: #a4ce3a;
	color: #fff;
	width: 100%;
	right: 0;
	padding-right: 5px;
	position: relative;
	margin-bottom: 1px;
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.popup-links ul li.scroll {
    display: none;
}

.popup-links ul li:hover {
	right: calc(100% - 40px);
}

.popup-links a {
	display: inline-flex;
}
.popup-links ul li .icon-text {
	color: #fff;
	background: #a4ce3a;
	line-height: 40px;
}

.popup-links .icon {
	background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll 0 0;
	width: 40px;
	height: 35px;
	display: inline-block;
	float: left;
}

.popup-links ul li.categories .icon {
	background-position: -55px -785px;
}

.popup-links ul li.cart-icon .icon {
	background-position: -44px -363px;
}

.popup-links ul li.account .icon {
	background-position: -44px -403px;
}

.popup-links ul li.search .icon {
	background-position: -4px -124px;
}

.popup-links ul li.scroll .icon {
	background-position: -54px -814px;
}

.popup-position {
	background: #fff;
	margin: 0 auto;
	max-width: 530px;
	position: relative;
}

.popup-detail{
	padding: 30px;
	max-height: 530px;
	overflow-y: scroll;
}

.popup-position .mfp-close {
	color: #fff;
}

.popup-title {
	padding: 30px;
	border-bottom: 1px solid #e1e1e1; 
	background: #1b2839;
}

.popup-title .main_title {
	color: #fff;
}
.cate-inner .level {
	border-bottom: 1px solid #e1e1e1;
}

.cate-inner .level:last-child {
	border-bottom: none;
}
.cate-inner li.level a {
	display: inline-block;
	padding: 10px 0;
	text-transform: uppercase;
}

.cate-inner li > a i {
    font-size: 15px;
    height: 13px;
    margin-right: 10px;
    text-align: center;
    width: 14px;
}

.cate-inner .level {
	position: relative;
}

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

.cate-inner .megamenu{
	position: relative;
	opacity: 1;
	padding: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
    		box-shadow: none;
}

.cate-inner .megamenu-inner-top {
	padding-left: 15px;
}

.cate-inner span.opener {
    background:url(../img/sprite.png) no-repeat scroll 0 0; 
    height: 25px; 
    width: 25px; 
    display: inline-block; 
    position: absolute; 
    right: 0;
    cursor:pointer;
    margin-top: 10px;
    z-index: 1;
}
.cate-inner span.plus {
	background-position: -90px -378px;
}
.cate-inner span.minus {
	background-position: -90px -416px;
}


#cart_popup .cart-dropdown li {
	margin-bottom: 20px;
}

#cart_popup .cart-list li .media .pull-left {
	width: 150px;
}

#cart_popup .close-cart {
	right: 60px;
}


#account_popup .account-inner {
	text-align: center;
	padding: 30px 0;
	border: 1px solid #e1e1e1;
}

#account_popup .popup-detail a {
	text-align: center;
	color: #a4ce3a;
}

#account_popup a:hover .account-inner  {
	color: #1b2839;
}

#account_popup .popup-detail .fa {
	font-size: 40px;
}
/*magnific-popup-containt End*/

/*_______________________________________________________
// CONTANT  //----------------------------
_______________________________________________________*/

/* - Banner Style  //---------------- */

.banner {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}

.main-banner.owl-carousel .owl-stage-outer {
	display: inherit;
	margin-top: 0;
	padding-top: 0;
}


.main-banner.owl-carousel .owl-dots, .main-banner.owl-carousel .owl-nav {
    width: 184px;
    height: 50px;
    background: #fff;
    left: 50%;
    padding: 0px;
    bottom: 0px;
    position: absolute;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
    -webkit-border-radius: 5px 5px 0px 0px;
       -moz-border-radius: 5px 5px 0px 0px;
    	 -o-border-radius: 5px 5px 0px 0px;
    		border-radius: 5px 5px 0px 0px;
}

.main-banner.owl-carousel .owl-dots {
	bottom: 16px;
	background: none;
	width: auto;
	height: auto;
}

.main-banner .owl-dots .owl-dot {
	background: #fff;
	border: 2px solid #a4ce3a;
}

/* main-banner icon end */
.banner-detail {
    top: 50%;
    position: absolute;
    width: 100%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.banner-detail .banner-detail-inner .banner-title {
    color: #222222;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.banner-2 .banner-detail .banner-detail-inner .banner-title {
	color: #fff;
}

.banner .banner-detail .banner-detail-inner .banner-title span  {
	text-transform: uppercase;
	font-size: 36px;
    font-weight: 600;
    line-height: 30px;
}

.banner-detail .sub-title {
    color: #000;
    font-size: 25px;
    margin-top: 10px;
    line-height: 21px;
}

.banner-detail .banner-detail-inner span.slogan {
    background: #ffffff;
    border-left: 2px solid #a4ce3a;
    border-right: 2px solid #a4ce3a;
    color: #222222;
    display: inline-block;
    font-size: 20px;
    padding: 5px 15px;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
    	 -o-border-radius: 3px;
    		border-radius: 3px;
}

.banner-detail .banner-detail-inner span.offer {
	background: #1f1f2f;
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    padding: 10px;
}

.inner-banner1 {
	background: url(../img/inner-banner1.jpg) no-repeat scroll center center;
	padding: 70px 0 60px;
}

.inner-banner1 .banner-detail {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0 !important;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}
.inner-banner1 .banner-detail h1 {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 28px;
}

/* Bread-crumb CSS Start */
.bread-crumb {
    margin-top: 5px;
}

.bread-crumb ul li {
	display: inline-block;
	color: #fff;
}
.bread-crumb ul li a {
	color: #fff;
}
.bread-crumb ul li a, .bread-crumb ul li span {
	margin: 0 10px;
}
.bread-crumb ul li a:hover {
	color: #a4ce3a;
}
.bread-crumb ul li:first-child {
	padding-left: 0;
}
.bread-crumb ul li span {
	color: #ffffff;
}
/* Bread-crumb CSS End */

/* - Sub-banner Style  //---------------- */
.sub-banner {
	position: relative;
	overflow: hidden;
	background: #1b2839;
	max-width: 100%;
}

.sub-banner-block .sub-banner:hover img {
	opacity: 0.8;
}

.sub-banner:hover:before {
    top: 50%;
    bottom: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.6s ease 0s;
       -moz-transition: all 0.6s ease 0s;
        -ms-transition: all 0.6s ease 0s;
         -o-transition: all 0.6s ease 0s;
            transition: all 0.6s ease 0s;
}

.sub-banner:before, .sub-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease 0s;
       -moz-transition: all 0.6s ease 0s;
        -ms-transition: all 0.6s ease 0s;
         -o-transition: all 0.6s ease 0s;
            transition: all 0.6s ease 0s;
}
.sub-banner:hover:after {
    left: 50%;
    right: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.6s ease 0s;
       -moz-transition: all 0.6s ease 0s;
        -ms-transition: all 0.6s ease 0s;
         -o-transition: all 0.6s ease 0s;
            transition: all 0.6s ease 0s;
}

.sub-banner:before, .sub-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease 0s;
       -moz-transition: all 0.6s ease 0s;
        -ms-transition: all 0.6s ease 0s;
         -o-transition: all 0.6s ease 0s;
            transition: all 0.6s ease 0s;
}

.sub-banner .sub-banner-detail {
    top: 50%;
    left: auto;
    text-align: center;
    position: absolute;
	z-index: 1;
	width: 100%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.sub-banner.sub-banner1 .sub-banner-detail {
    right: 30px;
    width: auto;
}

.sub-banner.sub-banner2 .sub-banner-detail {
    left: 30px;
    width: auto;
}

.sub-banner .sub-banner-detail .sub-banner-title {
	    font-size: 30px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: #00000073;
}

.sub-banner .sub-banner-detail .sub-banner-title  span {
	font-weight: 300;
}

.sub-banner .sub-banner-offer {
    color: #ffffff;
    font-weight: 400;
    margin-top: 10px;
    position: relative;
    text-transform: uppercase;
}

.sub-banner.sub-banner1 .sub-banner-offer:before, .sub-banner.sub-banner2 .sub-banner-offer:before   {
    background: #a4ce3a none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
}

.sub-banner.sub-banner1 .sub-banner-offer:after, .sub-banner.sub-banner2 .sub-banner-offer:after {
    background: #a4ce3a none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
}

.sub-banner-effect{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 16px solid rgba(255, 255, 255, 0.7);
}

.banner-top {
    margin-bottom: 15px;
}

.sub-banner .sub-banner-detail .offer {
	color: #282828;
	font-size: 50px;
	font-weight: 700;
}

.small-banner:hover img {
	opacity: 0.6;
}

/* Sub Menu Product part */

.sub-menu-slider .product-item {
    display: inline-block;
    max-width: 100%;
}
.sub-menu-slider .product-image {
    max-width: 100%;
}
.sub-menu-slider .pro_cat {
    min-height: auto !important;
}
.sub-menu-slider .product-item-name a {
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.side-banner {
	position: relative;
	overflow: hidden;
	background: #1b2839;
	max-width: 100%;
}

.side-banner {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
    	 -o-border-radius: 3px;
    		border-radius: 3px;
}

.side-banner1 {
	margin-bottom: 30px;
}

.side-banner:hover img {
	opacity: 0.6;
}

.side-banner:before, .side-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease 0s;
       -moz-transition: all 0.6s ease 0s;
        -ms-transition: all 0.6s ease 0s;
         -o-transition: all 0.6s ease 0s;
            transition: all 0.6s ease 0s;
}

.side-banner:hover:before {
    top: 50%;
    bottom: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.6s ease 0s;
       -moz-transition: all 0.6s ease 0s;
        -ms-transition: all 0.6s ease 0s;
         -o-transition: all 0.6s ease 0s;
            transition: all 0.6s ease 0s;
}

.side-banner:hover:after {
    left: 50%;
    right: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.6s ease 0s;
       -moz-transition: all 0.6s ease 0s;
        -ms-transition: all 0.6s ease 0s;
         -o-transition: all 0.6s ease 0s;
            transition: all 0.6s ease 0s;
}

/*Our Categories */
.sell-pro .item {
    padding: 0 15px;
}

#top-cat-pro .item-inner {
    position: relative;
    background: #000000;
    overflow: hidden;
}

.cate-detail {
    position: absolute;
    right: 30px;
    text-transform: capitalize;
    top: 50%;
    text-align: left;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.cate-detail .cate-title{
	color: #a4ce3a;
    font-size: 20px;
    font-weight: 500;
}

.cate-detail a {
	color: #222222;
}

.cate-detail a:hover {
	color: #a4ce3a;
} 
.cate-detail a.view-more i {
	margin-left: 5px;

}
/* Product Box part */

.heading-part {
    position: relative;
}

.line-bottom:after {
	background: #eeeeee;
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	left: 0;
	bottom: -5px;
}

.tab-stap {
    border-bottom: 1px solid #eeeeee;
}

.category-bar ul li {
	display: inline-block;
	padding: 0;
}

.category-bar ul li:first-child {
	padding-left: 0;
}

.category-bar ul li.selected {
	pointer-events: none;
}

.category-bar ul li a {
    border: 1px solid transparent;
	display: inline-block;
	color: #1b2839;
	padding: 8px 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: -1px;
	position: relative;
	text-transform: capitalize;
}

.category-bar ul li a.selected {
    border-color: #eeeeee #eeeeee #fff;
    border-style: solid;
    border-width: 1px;
    color: #ec519d;
}

.category-bar ul li:hover a {
	color: #a4ce3a !important;
    border-color: #eeeeee #eeeeee #fff
}

.tab_cat {
    position: relative;
}

.latest-pro {
    display: none;
}

.featured-pro {
    display: none;
}

.most-viewed-pro {
    display: none;
}

.pro_cat {
	position: relative;
}

.pro_cat .product-slider-main {
    display: none;
}

.pro_cat .product-slider-main.selected {
    display: block;
}

.product-item {
	position: relative;
	overflow: hidden;
}

.pro-cat-slider .product-item {
	margin-bottom: 1px;
}

.pro_cat .item {
	padding-left: 15px;
	padding-right: 15px;
}

.product-listing.uniq-product {
    margin-bottom: -30px;
}

.product-image {
    overflow: hidden;
    position: relative;
}

.product-item:hover .product-image img {
    opacity: 0.9;
}

.main-label {
    color: #ffffff;
    line-height: 20px;
    font-style: italic;
    text-align: center;
    position: absolute;
    top: 10px;
    z-index: 1;
}
.sale-label {
    background: #0fb7a4;
    left: 0;
	padding: 2px 20px 2px 6px; 
}

.new-label {
    background: #a4ce3a;
    right: 0;
	padding: 2px 6px 2px 20px;
}

.main-label.sale-label:before {
    border-bottom: 12px solid transparent;
    border-right: 12px solid #f2f2f2;
    border-top: 12px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}

.main-label.new-label:before {
    border-bottom: 12px solid transparent;
    border-left: 12px solid #f2f2f2;
    border-top: 12px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
}

.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: #fa6b6b;
	content: "Sold out";
	color: #fff;
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    text-transform: uppercase;
    padding: 10px 10px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
    	 -o-border-radius: 20px;
    		border-radius: 20px;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.out-stock {
    background: #fa6b6b none repeat scroll 0 0;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 40%;
    z-index: 1;
    -webkit-border-radius: 40px;
       -moz-border-radius: 40px;
    	 -o-border-radius: 40px;
    		border-radius: 40px;
}

.price-box {
    line-height: 16px;
}

.sub-menu-slider .price-box {
    line-height: 16px;
    float: left;
}

.price-box .price {
	font-size: 14px;
	font-weight: 500;
	color: #a4ce3a;
}

.price-box .price.old-price {
	font-size: 12px;
	font-weight: 400;
	color: #666666;
}

.product-detail-inner {
    background: #ffffff;
    border-bottom: 1px solid #dedede;
    bottom: -57px;
    padding-top: 10px;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.product-item:hover .product-detail-inner {
    bottom: 0;
}

.detail-inner-left ul li a span, .best-seller-pro .cart-link ul li a span {
	border: none;
	background: transparent url("../img/sprite.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 25px;
	width: 30px;
	padding: 0;
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.best-seller-pro .cart-link ul li a span {
	margin-bottom: -6px;
}

.detail-inner-left ul li.pro-cart-icon a span, .best-seller-pro .cart-link ul li a span{
    background-position: -11px -172px;
}

.detail-inner-left ul li.pro-cart-icon a:hover span, .best-seller-pro .cart-link ul li a:hover span{
    background-position: -11px -208px;
}

.detail-inner-left ul li.pro-wishlist-icon a span{
    background-position: -8px -245px;
}

.detail-inner-left ul li.pro-wishlist-icon a:hover span{
    background-position: -8px -281px;
}

.detail-inner-left ul li.pro-compare-icon a span{
    background-position: -8px -318px;
}

.detail-inner-left ul li.pro-compare-icon a:hover span{
    background-position: -8px -354px;
}

.cat-box-inner .cart-link button span {
    background-position: -51px -171px;
}

.cat-box-inner .cart-link button:hover span {
    background-position: -51px -206px;
}

.detail-inner-left ul li a::before {
    background: #dedede none repeat scroll 0 0;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    width: 1px;
}

.detail-inner-left ul li:first-child a::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.grid-type .product-item-details {
	text-align: center;
}

.product-item .detail-inner-left ul li:last-child {
	padding-right: 0;
}

.product-item .detail-inner-left ul li, .product-listing.grid-type .product-item .detail-inner-left ul li {
	padding: 0;
	float: left;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
	    -ms-transition: all 0.5s ease 0s;
	     -o-transition: all 0.5s ease 0s;
	        transition: all 0.5s ease 0s;
}

.product-item:hover .detail-inner-left ul li, .product-listing.grid-type .product-item:hover .detail-inner-left ul li {
    padding: 0 10px;
}

.product-item-name {
    margin-bottom: 5px;
    margin-top: 15px;
}

.list-type .product-item-name {
    margin-top: 5px;
}

.product-item-name a {
	color: #1b2839;
	line-height: 18px;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.product-item .quick-view {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.product-item:hover .quick-view {
    opacity: 1;
}

.product-item .quick-view a {
	font-size: 14px;
	padding: 12px;
}

.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, 
.cat-box-inner li:hover .pro-detail-info > a {
	color: #a4ce3a;
}

.list-type .detail-inner-left.list-side {
    float: left;
    margin-left: 10px;
}

.product-listing.list-type .product-item:hover .detail-inner-left {
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

.product-listing.list-type .product-item-details .product-detail-inner ul li {
	display: inline-flex;
    padding: 0 5px;
}

.product-listing.list-type .product-item-details .product-detail-inner ul li:first-child {
	padding-left: 0;
}

.product-listing.list-type .product-item-details .product-detail-inner ul li:last-child {
	padding-right: 0;
}

.product-listing.list-type .product-item .detail-inner-left ul li {
    margin-top: 0;
    text-align: left;
}

.product-listing.list-type .product-item .detail-inner-left ul li:first-child {
    margin-left: 0;
}

.list-type .detail-inner-left ul li button {
	color: #878787;
}

.list-type .detail-inner-left ul li button:hover {
	color: #a4ce3a;
}

.list-type .product-item-details, .product-detail-main .product-item-details {
	text-align: left;
}

.product-listing.list-type .product-image {
    float: left;
    margin: 0;
    width: 280px;
}

.product-listing.grid-type .product-details .rating-summary-block {
	display: none;
}

.product-listing.list-type .product-item-details{
	margin-top: 0px;
	position: absolute;
    margin-left: 310px;
    top: 50%;
	-webkit-transform: translateY(-50%) !important;
	   -moz-transform: translateY(-50%) !important;
	    -ms-transform: translateY(-50%) !important;
	     -o-transform: translateY(-50%) !important;
	        transform: translateY(-50%) !important;
}

.product-listing.list-type .product-des p {
	max-height: 75px;
    overflow: hidden;
    line-height: 20px;
}

.list-type .detail-inner-left ul li button span{
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -51px -171px;
    margin-bottom: -12px;
   
}
.list-type .detail-inner-left ul li button:hover span {
    background-position: -51px -206px;
}
.list-type .detail-inner-left ul li.pro-wishlist-icon a {
    background-position: -46px -23px;
}
.list-type .detail-inner-left ul li.pro-wishlist-icon a:hover {
    background-position: -46px -57px;
}
.list-type .detail-inner-left ul li.pro-compare-icon a {
    background-position: -47px -93px;
}
.list-type .detail-inner-left ul li.pro-compare-icon a:hover {
    background-position: -47px -132px;
}

.shop-list-view {
	margin-bottom: 30px;
	display: inline-block;
}

.product-listing .inner-listing .item-width {
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.product-listing.list-type .inner-listing .item-width {
	max-width: 100%;
	flex: 0 0 100%;
}

.product-listing.list-type .product-item-name a {
	font-size: 16px;
	white-space: normal;
	line-height: 20px;
}

.product-listing.list-type .price-box {
	margin: 3px 0 10px;
	float: none;
}

.product-listing.list-type .bottom-detail {
	display: inline-block;
}

.product-listing.list-type .rating-summary-block {
	display: block;
	text-align: left
}

.product-listing.list-type .product-image .product-detail-inner {
	display: none;
}

.product-listing.list-type .product-details .product-detail-inner {
	display: block;
	background: none;
	padding: 0;
	left: 0;
	top: 0;
	bottom: auto;
	right: auto;
	opacity: 1;
	position: relative;
	border-bottom: none;
	text-align: left;
	-webkit-transform: translateX(0) translateY(0);
	   -moz-transform: translateX(0) translateY(0);
	    -ms-transform: translateX(0) translateY(0);
	     -o-transform: translateX(0) translateY(0);
	        transform: translateX(0) translateY(0);
}

.product-listing.grid-type .product-image .product-detail-inner {
	display: block;
}

.product-listing.list-type .product-image .product-detail-inner {
	display: none;
}

.product-listing.grid-type .product-des {
	display: none;
}

.product-listing.grid-type .product-item-details .product-detail-inner {
	display: none;
}

.rating-summary-block {
    line-height: 14px;
    padding: 6px 0 0;
    text-align: center;
}

.sub-menu-slider .rating-summary-block {
    padding-top: 0;
}

.best-seller-pro .rating-summary-block {
    text-align: left;
}

.quick-view-popup .rating-summary-block {
    margin-bottom: 10px;
    text-align: left;
}

.rating-summary-block .rating-result {
	display: inline-block;
	position: relative;
	width: 71px;
}
.rating-summary-block.big .rating-result {
	width: 88px;
}
.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;
	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 {
	color: #ffaf47;
	content: "" "" "" "" "";
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	letter-spacing: 2px;
	line-height: 16px;
	position: relative;
	z-index: 1;
}
.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;
}

.deals-img {
    padding-right: 15px !important;
}

.deals-detail {
	padding-left: 15px !important
}

.daily-deals .product-item-name {
	margin-top: 0;
}

.daily-deals .product-item .product-detail-inner {
	display: inline-block;
	background: none;
	left: 0;
	top: 0;
	bottom: auto;
	right: auto;
	opacity: 1;
	position: relative;
	border-bottom: none;
	text-align: left;
	-webkit-transform: translateX(0) translateY(0);
	   -moz-transform: translateX(0) translateY(0);
	    -ms-transform: translateX(0) translateY(0);
	     -o-transform: translateX(0) translateY(0);
	        transform: translateX(0) translateY(0);
}

.daily-deals .product-item .detail-inner-left ul li{
	padding: 0 10px;
}

.daily-deals .product-item-details {
	text-align: left;
	padding: 0;
}

.daily-deals .product-item-details > p {
    margin-top: 5px;
    margin-bottom: 10px;
}

.daily-deals .rating-summary-block {
	text-align: left;
}

#daily_deals .price-box {
	margin-bottom: 0;
}

.progress {
	height: 10px;
	margin-top: 5px;
}

.pro-progress {
	margin-bottom: 15px;
}

.progress-bar {
	height: 10px;
	background-color: #a4ce3a;
}

/* daily-deals End*/

/* Slider Arrow Strat */
.owl-nav button span {
    display: none;
}

.product-slider .owl-prev, .product-slider .owl-next, 
#brand-logo .owl-prev, #brand-logo .owl-next, 
#blog .owl-prev, #blog .owl-next, 
.banner .owl-prev, .banner .owl-next,
.client-main .owl-prev, .client-main .owl-next,
.sub-menu-slider .owl-prev, .sub-menu-slider .owl-next, 
.pro_cat .owl-prev, .pro_cat .owl-next{
	background: url("../img/sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	position: absolute;
	height: 40px;
	width: 40px;
	text-align: center;
	letter-spacing: 0;
	top: 50%;
	font-size: 0;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
    	 -o-border-radius: 3px;
    		border-radius: 3px;
	-webkit-transition: all 0.4s ease 0s;
	   -moz-transition: all 0.4s ease 0s;
	    -ms-transition: all 0.4s ease 0s;
	     -o-transition: all 0.4s ease 0s;
	        transition: all 0.4s ease 0s;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}


.banner .owl-prev, .banner .owl-next {
	top: 30px;
}

.banner .owl-next  {
	right: 10px;
}

.banner .owl-prev {
	left: 10px;
}


.product-slider .owl-prev,  #brand-logo .owl-prev, 
#blog .owl-prev, .banner .owl-prev,
.client-main .owl-prev, .sub-menu-slider .owl-prev, 
.pro_cat .owl-prev {
    background-position: -57px -130px !important;
}

.product-slider .owl-next, #brand-logo .owl-next,
 #blog .owl-next, .banner .owl-next, 
.client-main .owl-next, .sub-menu-slider .owl-next, 
.pro_cat .owl-next {
    background-position: -50px -228px !important;

}

.product-slider .owl-prev:hover,  #brand-logo .owl-prev:hover, 
#blog .owl-prev:hover, .banner .owl-prev:hover,
.client-main .owl-prev:hover, .sub-menu-slider .owl-prev:hover, 
.pro_cat .owl-prev:hover {
    background-position: -57px -179px !important;
}

.product-slider .owl-next:hover, #brand-logo .owl-next:hover,
 #blog .owl-next:hover, .banner .owl-next:hover, 
.client-main .owl-next:hover, .sub-menu-slider .owl-next:hover, 
.pro_cat .owl-next:hover {
    background-position: -50px -278px !important;

}

.pro_cat .owl-prev, .pro_cat .owl-next, #blog .owl-next, #blog .owl-prev  {
	top: -45px;
}

.pro_cat .owl-prev, #blog .owl-prev {
	right: 55px;
	left: auto;
}

.pro_cat .owl-next, #blog .owl-next {
	right: 15px;
}

.sub-menu-slider .owl-next {
	right: 0;
}

.sub-menu-slider .owl-prev {
	left: 0;
}

.client-main .owl-next {
	right: 0;
}

.client-main .owl-prev {
	left: 0;
} 

#brand-logo .owl-next {
    right: 0;
}

#brand-logo .owl-prev {
    left: 0;
}


/* Slider Arrow End */

/* Sub Menu Product part */
.sub-menu-slider .product-item {
    display: inline-block;
    max-width: 100%;
}
.sub-menu-slider .product-image {
    max-width: 100%;
}
.sub-menu-slider .pro_cat {
    min-height: auto !important;
}
.sub-menu-slider .product-item-name a {
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/* ------------------ */
.bottom-detail ul li {
	display: inline-block;
	padding: 0 5px;
}

.product-detail-main .bottom-detail ul li {
	padding: 0 10px;
}

.bottom-detail ul li:last-child, .bottom-detail ul li.pro-cart-icon {
    border-right: medium none;
}

.bottom-detail ul li:first-child {
	padding-left: 0;
}

.bottom-detail-list ul li  a, .bottom-detail-list ul li button, .bottom-detail ul li span {
	font-size: 18px;
	border: none;
	text-align: center;
	background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll 0 0;
	display: inline-block;
	color: #ffffff;
	height: 20px;
	width: 22px;
	padding: 0;
	margin-right: 2px;
	margin-bottom: -3px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
    	 -o-border-radius: 0;
    		border-radius: 0;
	-webkit-transition: all 0.4s ease 0s;
	   -moz-transition: all 0.4s ease 0s;
	    -ms-transition: all 0.4s ease 0s;
	     -o-transition: all 0.4s ease 0s;
	        transition: all 0.4s ease 0s;
}

.cart-button .pro-cart-icon {
	margin-top: 15px;
}

.product-page-1 .cart-button .pro-cart-icon, 
.product-sticky .cart-button .pro-cart-icon,
.quick-view-popup .cart-button .pro-cart-icon {
	margin-top: 0;
}

.bottom-detail.cart-button ul li span {
    border: none;
}

.bottom-detail ul li.pro-cart-icon span {
	background-position: -91px -40px;
}

.bottom-detail ul li.pro-wishlist-icon span {
	background-position: -91px -68px;
}

.bottom-detail ul li.pro-compare-icon span {
	background-position: -91px -98px;
}

.bottom-detail ul li.pro-email-icon span {
	background-position: -124px -98px;
}

#product_popup .popup-position {
	max-width: 100%;
}

.quick-view-popup .product-detail-main .bottom-detail ul li {
	padding: 0;
}

.quick-view-popup .bottom-detail ul li a {
    padding: 12px 4px;
}

.quick-view-popup.popup-position {
	max-width: 1000px;
}

.quick-view-popup .popup-detail {
	max-height: 660px;
}

.quick-view-popup .bottom-detail button {
    font-size: 0;
    height: 40px;
    line-height: 0;
    padding: 0;
    width: 40px;
}

.quick-view-popup .bottom-detail button i.fa {
	font-size: 18px;
	line-height: 0;
	padding: 0;
	margin-top: 7px;
}

.quick-view-popup .bottom-detail ul li span {
	margin-right: 0;
}

.quick-view-popup.popup-position .mfp-close {
	color: #000;
	right: 10px;
}

/* Site Services Features Block css Star */

.feature-box {
	text-align: center;
	background: #f7f7f7;
	padding: 30px 0;
}

.service-box:last-child .feature-box {
    border-right: none;
}

.ser-feature-block .feature-icon  {
	background: transparent url("../images/shipping_icon.png") no-repeat scroll 0 0;
	color: #737373;
	display: inline-block;
	cursor: pointer;
	width: 55px;
	height: 50px;
	-webkit-transition: all 0.4s ease 0s;
	   -moz-transition: all 0.4s ease 0s;
	    -ms-transition: all 0.4s ease 0s;
	     -o-transition: all 0.4s ease 0s;
	        transition: all 0.4s ease 0s;
}

.ser-feature-block .service-box .ser-title {
	font-size: 16px;
	font-weight: 500;
	color: #1f1f2f ;
	display: inline-block;
	text-transform: uppercase;
}

.feature-box .feature-icon:hover .ser-subtitle {
	color: #a4ce3a;
}
.feature-box .feature-icon.feature1{
	background-position: 6px 7px;
}
.feature-box .feature-icon.feature2 {
	background-position: 2px -122px;
}
.feature-box .feature-icon.feature3 {
	background-position: 4px -251px;
}
.feature-box:hover .feature-icon.feature1 {
	background-position: 6px -58px;
}
.feature-box:hover .feature-icon.feature2 {
	background-position: 2px -187px;
}
.feature-box:hover .feature-icon.feature3 {
	background-position: 4px -316px;
}
/* Site Services Features Block css end */

/* parallax block css start*/
.parallax {
	background: url("../images/parallax.jpg") no-repeat fixed center center;
	width: auto;
	position: relative;
}

.parallax-delail {
    padding: 70px 0;
}

.parallax-banner h2 {
    color: #ffffff;
}

.parallax-offer {
	background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 20px;
}

.parallax-offer .main_title.heading {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}

.parallax-offer h2.main_title::before {
	height: 18px;
}

.parallax-title {
	color: #fff;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    line-height: 34px;
}

.parallax-subtitle {
    color: #ffffff;
    font-size: 24px;
    margin: 10px 0 30px;
    font-weight: 400;
    line-height: 28px;
}
/* parallax block css end */

/* offer-clock css Start */
.item-offer-clock {
    margin-top: 15px;
    top: 0;
	width: 100%;
	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;
}

.item-offer-clock ul {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.item-offer-clock ul li {
    color: #282828;
    display: inline-block;
    text-align: center;
    list-style: outside none none;
    vertical-align: top;
}

.item-offer-clock ul li:last-child {
	margin-right: 0;
}

.item-offer-clock ul li.seperator {
    font-size: 20px;
    line-height: 32px;
}

.item-offer-clock ul li span, .item-offer-clock ul li p {
    display: block;
    line-height: 1;
}

.item-offer-clock ul li span {
    border: 1px solid #c2c2c2;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 3px;
    text-align: center;
    width: 35px;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
    	 -o-border-radius: 3px;
    		border-radius: 3px;
}

.item-offer-clock ul li p {
	display: inline-block;
    font-size: 13px;
    margin-bottom: 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 37px;
    text-transform: capitalize;
}
/* offer-clock block css End */

/* cat-box css Start */

.product-slider .heading-part > h2 {
    display: inline-block;
    margin: 0;
    position: relative;
}

.product-slider .heading-part span {
    background: #a4ce3a none repeat scroll 0 0;
    content: "";
    height: 3px;
    position: absolute;
    right: -100px;
    top: 45%;
    width: 80px;
}

.cat-img {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.cat-img span {
    background: #fff;
    color: #2a2931;
    position: absolute;
    bottom: 18px;
    font-size: 18px;
    font-weight: 600;
    width: calc(100% - 80px);
    padding: 13px 0;
    left: 50%;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.cat-img:hover span {
    -webkit-transform: translateX(-50%) scale(0.9);
       -moz-transform: translateX(-50%) scale(0.9);
        -ms-transform: translateX(-50%) scale(0.9);
         -o-transform: translateX(-50%) scale(0.9);
            transform: translateX(-50%) scale(0.9);
}

.cat-box-inner .pro-media {
    margin-right: 15px;
    width: 100px;
}

.cat-box-inner > ul > li {
    display: inline-flex;
    float: left;
    clear: both;
    padding: 15px 0px;
    width: 100%
}

.pro-detail-info {
	width: 100%
}

.pro-detail-info .price-box .price {
    font-size: 14px;
}

.pro-detail-info .price-box .price.old-price {
    font-size: 12px;
}

.product-name {
    line-height: 20px;
    margin-bottom: 2px;
}

.best-seller-img {
	position: relative;
}

.best-seller-img > img {
    width: 100%;
}

.best-seller-detail .title {
	font-size: 20px;
	line-height: 25px;
    font-weight: 500;
    position: relative;
    text-transform: none;
}

.best-seller-detail .title > span {
    border-bottom: 2px solid #a4ce3a;
    bottom: -5px;
    left: 0;
    position: absolute;
    width: 50px;
}

.best-seller-detail {
    position: absolute;
    right: 60px;
    top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.best-seller-link ul li {
	padding: 0;
	margin: 0;
	color: #201d32;
}

.best-seller-link ul li a {
	color: #201d32;
	line-height: 20px;
}

.best-seller-link ul li:hover a {
	color: #ffffff;
}

.best-seller-link ul li a .fa {
	margin-right: 5px;
}

.sidebar-contant .pro-detail-info a {
	margin: 0;
}

.sidebar-contant .pro-detail-info a {
    color: #1a1623;
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.cat-box-inner > ul > li:first-child {
    padding-top: 0;
}

.cat-box-inner > ul > li:last-child {
    padding-bottom: 0;
}

.cat-box-inner .cart-link {
    border-top: 1px solid #dedede;
    margin-top: 10px;
}

.cat-box-inner .cart-link button {
    background-color: transparent;
    border: medium none;
    color: #878787;
    letter-spacing: 0;
    padding: 0;
    margin-top: 5px;
    font-weight: 400;
}

.cat-box-inner .cart-link button:hover {
    color: #a4ce3a;
}

.pro-detail-info .cart-link .pro-cart-icon {
    margin-top: 5px;
}
/* cat-box css End */

/* Special Product Block css Start */
.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;
}

.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-detail-main .product-item-details .product-qty ~ .bottom-detail {
	border: none;
	padding: 0;
}

.product-detail-main .product-item-details .bottom-detail {
	display: inline-block;
}

#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;
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            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: "";
}

.bottom-detail .btn-black {
    margin-top: 9px;
}
/* Special Product Block css End */


/* Custom News Letter CSS Start */
.newsletter-main{
	margin-bottom: -50px;
}

.newsletter {
    background: #a4ce3a;
    padding: 30px;
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
    	 -o-border-radius: 5px;
    		border-radius: 5px;
} 

.newsletter-inner h2.main_title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    padding: 0;
    margin-bottom: 0;
    margin-top: 7px;
}

#newslater-popup h2.main_title::before {
	display: none;
}

.newsletter-inner span {
	display: inline-block;
	margin-bottom: 60px;
}

.newsletter-slogan {
	font-size: 16px;
	margin-bottom: 20px;
}

.newsletter .newsletter-inner {
    position: relative;
}

.newsletter-box {
    position: relative;
}

.newsletter .newsletter-inner form button {
    background: #1b2839;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: none;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}

.newsletter-inner input {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
    padding: 11px 0 11px 15px;
    width: 100%;
}
/* Custom News Letter CSS End */

/* Testimonial CSS Start */
.client-bg {
	background: rgba(0, 0, 0, 0) url("../images/testimonial-bg.jpg") repeat scroll center center;
	position: relative;
}

.top-shadow, .bottom-shadow {
    position: absolute;
    width: 100%;
}
.top-shadow {
	top: -10px;
}

.bottom-shadow {
    bottom: -8px;
}

.client-img {
    margin-right: 40px;
}

.client-main .item {
	display: inline-block;
	padding-bottom: 40px;
}

.client-main .item p {
	color: #555555;
	font-size: 14px;
	line-height: 25px;
	margin: 0; 
}

.quote1-img {
	text-align: left;
}

.quote2-img {
	text-align: right;
}

.client-img img{
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
    	 -o-border-radius: 50%;
    		border-radius: 50%;
}

.designation {
    color: #221b1f;
    font-size: 20px;
    font-style: italic;
}

.quote {
	border-left: 1px solid #e1e1e1;
    max-width: 670px;
    position: relative;
    padding: 40px 40px;
}

.client-main .item .client-title {
	color: #a4ce3a;
    font-size: 18px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 5px;
    text-transform: none;
}

.style-02 .client-img {
	margin-right: 0;
}

.homepage .style-03 .quote {
    padding: 0 0 5px;
    max-width: 650px;
}

.style-02 .quote, .style-03 .quote {
    max-width: 750px;
    border-left: none;
    padding: 0 0 20px;
}

.style-02 .client-main .item .client-title, .style-03 .client-main .item .client-title {
	color: #00c2d3;
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    text-transform: none;
}

.homepage .style-03 .client-img {
	margin-right: 0;
	padding-bottom: 0;
}

.style-03 .client-img {
	margin-right: 0;
	padding-bottom: 20px;
}

.style-03 .client-img img {
	margin-top: 20px;
}

.style-03.client-main .item .client-title {
	margin-top: 0;
}

/*pagination CSS Start */

.owl-dots {
	display: inline-block;
	margin-top: 20px;
}

.owl-carousel button.owl-dot {
	float: left;
	margin: 0 3px;
    border: 2px solid #a4ce3a;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    height: 16px;
    width: 16px;
}

.owl-carousel button.owl-dot > span {
	background: #fff;
	display: block;
}

.owl-carousel button.owl-dot.active > span, .owl-carousel button.owl-dot:hover > span {
    background: #a4ce3a none repeat scroll 0 0;
    border: 2px solid #ffffff;
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
} 

/*.owl-pagination .owl-page {
    float: left;
    margin: 0 3px;
}*/

.owl-carousel button.owl-dot > span {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

#sidebar-product .owl-dots, #blog .owl-dots {
	top: -10px;
	right: 0;
	height: 20px;
	-webkit-transform: translateX(50%);
	   -moz-transform: translateX(50%);
	    -ms-transform: translateX(50%);
	     -o-transform: translateX(50%);
	        transform: translateX(50%);
}
/*pagination CSS End */

.client-main {
	position: relative;
	overflow: hidden;
}

.client-main .owl-nav, #sidebar-product .owl-nav {
    display: none;
}
/* Testimonial CSS End */

/* Blog CSS Start */
#blog .item {
    padding-left: 15px;
    padding-right: 15px;
}
.tesimon {    background: url(../img/testi.jpg);
    padding: 60px;
    position: relative;}
	.tesimon:before {content:''; background:#0000009e; width:100%; height:100%; top:0; position:absolute; left:0}
	
.tesimon 	h2.main_title span {
    position: relative;
    color: #fff;
}
.tesimon	.blog-media img {width:100%}
.blog-listing .blog-item {
    margin-bottom: 30px;
}

.home-blog-item .blog-detail {
        text-align: center;
    color: #fff;
}

.blog-media {
    overflow: hidden;
    background: #1b2839;
    position: relative;
    width: 14%;
    margin: 55px auto;
    border-radius: 50%;
}
.blog-item .blog-media img {
    -webkit-transition: all 0.4s ease-in-out 0s;
       -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
         -o-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
}
.blog-item:hover .blog-media img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.blog-item a.read {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

h3.blog-title  {
    margin-bottom: 15px;
}

.blog-title > a {
    color: #1b2839;
    font-weight: 400;
    text-transform: capitalize;
}

.blog-detail > span {
    color: #1b2839;
    font-style: italic;
    position: relative;
}

.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;
	color: #ffffff;
	height: 45px;
	width: 45px;
	padding: 10px;
	text-align: center;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
    	 -o-border-radius: 50%;
    		border-radius: 50%;
}

.post-date {
	color: #a4ce3a;
	margin-bottom: 5px;
}

.post-date > span {
    color: #1b2839;
    font-size: 25px;
    font-weight: 500;
}

.blog-detail p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.single-blog .blog-detail .post-info {
    margin-bottom: 15px;
}

.blog-detail .post-info ul li {
	display: inline-block;
	margin-right: 15px;
	font-style: italic;
}

.home-blog-item .blog-detail .post-info ul li a {
	color: #1b2839;
}
.home-blog-item .blog-detail .post-info ul li:hover a {
	color: #a4ce3a;
} 
.home-blog-item .post-info {
    margin-top: 10px;
}

.blog-item img {
  width: 100%;
}

.blog-item .blog-effect:before{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	   -moz-transform: scale(0, 1);
	    -ms-transform: scale(0, 1);
	     -o-transform: scale(0, 1);
	        transform: scale(0, 1);
}
.blog-item .blog-effect:after{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	   -moz-transform: scale(1, 0);
	    -ms-transform: scale(1, 0);
	     -o-transform: scale(1, 0);
	        transform: scale(1, 0);
}

.blog-item:hover .blog-effect:before{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(1, 1);
	   -moz-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	     -o-transform: scale(1, 1);
	        transform: scale(1, 1);
}
.blog-item:hover .blog-effect:after{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: scale(1, 1);
	   -moz-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	     -o-transform: scale(1, 1);
	        transform: scale(1, 1);
}


.blog-item .blog-effect:before, .blog-item .blog-effect:after{
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out 0s;
       -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
         -o-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
}
/* Blog CSS End */

/* Brand-Logo CSS Start */
/*#brand-logo {
    padding: 30px 15px;
}*/

.brand .item {
	text-align: center;
	border-right: 1px solid #eeeeee;
	padding-right: 15px;
	padding-left: 15px;
}

.brand .owl-carousel .owl-stage-outer {
    border-right: 1px solid #fff;
}

.brand .item img {
	opacity: 0.5;
}
.brand .item img:hover {
	opacity: 1;
}
/* Brand-Logo CSS End */

/* Sidebar CSS Start */
.gray-box {
	padding-bottom: 25px;
}

.slidebar-open {
    height: 30px;
    margin-top: 3px;
    margin-left: 20px;
    padding: 0;
    width: 85px;
}

.slidebar-open i {
  background: rgba(0, 0, 0, 0) url("../img/sprite.png") repeat scroll 0 0;
  height: 20px;
  overflow: hidden;
  width: 20px;
  margin-top: 2px;
  display: inline-block;
}

.slidebar-open.fa-bar i {
  background-position: -137px -746px;
}

.slidebar-open.fa-closed i {
  background-position: -136px -769px;
}

.sidebar-block.shop-list {
    display: none;
}

.sidebar-block.shop-list{
    border-bottom: 0 none;
    bottom: 0;
    display: inline-block !important;
    height: 100% !important;
    left: -260px;
    margin: 0 !important;
    position: fixed !important;
    top: 0 !important;
    width: 260px;
    z-index: 4;
    padding: 15px 0;
    -webkit-box-shadow: 0px 0 1px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0px 0 1px rgba(0, 0, 0, 0.2);
    		box-shadow: 0px 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.sidebar-block.shop-list.menu-open {
    left: 0;
}

.sidebar-block.shop-list {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

#sidebar-product .item {
	padding: 0 15px;
}

.sidebar-block .sidebar-contant {
	padding: 0 15px;
}

.homepage .sidebar-block .sidebar-contant {
	padding: 0;
}


.sidebar-title {
	background: #a4ce3a ;
	margin-bottom: 20px;
	position: relative;
    font-size: 20px;
    padding: 15px;
}

.listing-box ul li {
    font-weight: 400;
    margin: 0;
    padding: 0px 0;
    position: relative;
}
.listing-box ul li:before {    content: '';
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    top: 25%;
    left: 15px;}

.listing-box .sidebar-contant {
    border: 1px solid #ececec;
    padding: 0;
}

.listing-box ul li {
    border-bottom: 1px solid #ececec;
}

.listing-box ul li:last-child {
    border-bottom: none;
}


.header-middle-left {    margin: 0px 0;}

.listing-box ul li a {

    padding: 15px 0px 15px 32px;
    color: #1b2839;
    display: block;
    background: #e2e2e2;

}

.listing-box ul li a i {
   margin-right: 10px;
    display: none;
}

.sidebar-block.close1 {
    margin-top: 0 !important;
}

.sidebar-block {
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.sidebar-block .sidebar-box {
    position: relative;
    display: inline-block;
    width: 100%;
}

.sidebar-title h3 {
    color: #ffffff;
    margin-bottom: 0;
    text-transform: capitalize;
	 margin: 0;
}

.sidebar-block .price-box {
    display: block;
    line-height: 20px;
}

.sidebar-item ul li {
	display: inline-flex;
	padding: 10px 0px;
}

.sidebar-item ul li:last-child {
	padding-bottom: 0;
}

.sidebar-item ul li:first-child {
	padding-top: 0;
}

.sidebar-item .pro-media {
	padding: 0 15px 0 0;
	width: 100px;
}

.sidebar-item-wide .pro-media {
    width: 110px;
}

.homepage .pro-detail-info {
	width: auto;
}

.sidebar-product .cart-link {
    border-top: 1px solid #dedede;
    margin-top: 5px;
}

.sidebar-contant ul li .pro-detail-info a:hover {
	color: #a4ce3a;
}

.sidebar-product .cart-link ul li a span {
	border: none;
	background: transparent url("../img/sprite.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 25px;
	width: 22px;
	padding: 0;
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.sidebar-product .cart-link ul li a span {
	margin-bottom: -6px;
}

.sidebar-product .cart-link ul li a span{
    background-position: -17px -172px;
}

.sidebar-product .cart-link ul li a:hover span{
    background-position: -17px -208px;
}

.shop-2 .pro-detail-info {
    width: 100px;
}

.pro-detail-info .rating-summary-block {
	padding: 0;
	text-align: left;
}

.sidebar-item .cart-link button {
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	font-size: 13px;
	font-weight: 400;
}

.sidebar-item .cart-link button:hover {
	color: #a4ce3a;
}
  
.check-box {
    position: relative;
}

.sidebar-contant .check-box, .discount label {
    cursor: pointer;
    font-weight: 400;
    margin: 0;
    padding: 5px 0;
    color: #222;
}

.check-box > span {
    position: relative;
}
.listing-box ul {    margin-top: 0;
    margin-bottom: 0px;}
.listing-box ul li:first-child label {
	padding-top: 0;
}

.sidebar-contant label:hover {
    color: #a4ce3a
}

.size ul li {
    margin-bottom: 3px;
}

.product-item-details .select-size > span, .product-item-details .select-color > span {
	font-size: 16px;
	margin-right: 15px;
}

.sidebar-block .select-color ul, .sidebar-block .select-size ul {
	display: block;
}

.select-size ul, .select-color ul{
	display: inline-block;
}

.select-size ul li, .select-color ul li {
	display: inline-flex;
	position: relative;
}

.select-size ul li {
    margin-bottom: 15px;
}

.select-color ul li {
	display: inline-flex;
    padding: 0 6px 15px;
    position: relative;
}

.select-size ul li label {
	font-weight: 400;
	cursor: pointer;
}

.select-size ul li span {
	background: #eceff6;
	color: #1f1f2f;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin-right: 5px;
	text-align: center;
	cursor: pointer;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
    	 -o-border-radius: 0;
    		border-radius: 0;
}

.select-size ul li span:hover, .select-size ul li.active span {
    background: #a4ce3a none repeat scroll 0 0;
    color: #ffffff;
}

.select-color ul li span.color-option {
    background: #f5f5f5 none repeat scroll 0 0;
    display: inline-block;
    height: 24px;
    width: 24px;
	cursor: pointer;
	position: relative;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
    	 -o-border-radius: 50%;
    		border-radius: 50%;
}

.select-color ul li.active > span::after {
    background: rgba(0, 0, 0, 0) url("../images/color-check.png") no-repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 25px;
    position: absolute;
    right: -10px;
    top: 0;
    width: 25px;
}

.select-color ul li span.red{
	background: #ff0000;
}

.select-color ul li span.black{
	background: #000000;
}

.select-color ul li span.blue{
	background: #0000ff;
}

.select-color ul li span.green{
	background: #82c14f;
}

.select-color ul li span.navyblue{
	background: #3c4477;
}

.select-color ul li span.rose{
	background: #dd2f86;
}

.select-color ul li span.sky {
	background-color: #008dd2;
}

.select-color ul li span.cream {
	background-color: #f2d197;
}

.select-color ul li span.white {
	background-color: #fff;
}

.select-color ul li span.dark-pink {
	background-color: #db0081;
}

.select-color ul li span.magenta{
	background: #b9529f;
}

.select-color ul li span.yellow {
	background-color: #ffff00;
}

.color-tooltip {
    background: #a4ce3a none repeat scroll 0 0;
	color: #ffffff;
    display: none;
    font-size: 12px;
    line-height: 14px;
    height: 20px;
    left: 50%;
    margin: 0 auto;
    padding: 3px 6px 2px;
    position: absolute;
    text-align: center;
    top: -22px;
    white-space: nowrap;
    width: auto;
    z-index: 2;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
    	 -o-border-radius: 2px;
    		border-radius: 2px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.select-color ul li:hover .color-tooltip {
    display: block;
}

.color-arrow {
    border-color: #a4ce3a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 7px;
    content: "";
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 19px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
    	 -o-border-radius: 2px;
    		border-radius: 2px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.inner-title {
	color: #1b2839;
	margin-bottom: 8px;
	display: inline-block;
	font-weight: 600;
	text-decoration: underline;
}

.filter-sidebar .filter-inner-box ul li {
    cursor: pointer;
    display: inline-flex;
    width: 100%;
}

.filter-inner-box ul li.active > span, .filter-inner-box ul li:hover > span {
    background: none repeat scroll 0 0 #d55401;
}

.filter-inner-box ul li > span {
    border: 1px solid #b6b6b6;
    box-shadow: 0 0 0 1px #fff inset;
    display: inline-block;
    height: 12px;
    margin-right: 7px;
    margin-top: 1px;
    width: 12px;
    z-index: 0;
}

.filter-inner-box ul li span input[type="checkbox"] {
    margin-top: 0;
    min-height: auto;
    opacity: 0;
}

.filter-inner-box ul li.active label {
    color: #d55401;
}

.filter-inner-box ul li label {
    color: #666;
    cursor: pointer;
    font-weight: normal;
    margin-top: -5px;
    width: 100%;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #a4ce3a;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #a4ce3a;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: #a4ce3a;
}

.sidebar-block .client-bg {
	background: #efefef;
}

.sidebar-block .client-inner {
	padding: 30px 20px;
}

.sidebar-block .client-img {
    margin-right: 0;
    margin-bottom: 30px;
    display: inline-block;
    overflow: hidden;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
    	 -o-border-radius: 50%;
    		border-radius: 50%;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.10);
       -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.10);
    		box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.10);
}

.sidebar-block .client-main .item p {
	line-height: 22px
}

.sidebar-block .quote {
    border: medium none;
    padding: 0;
}

.sidebar-block .owl-controls .owl-pagination {
	bottom: 0;
}
.sidebar-block .client-main .item .client-title {
	color: #a4ce3a;
    font-weight: 400;
    margin-bottom: 0;
}
/* Sidebar CSS END */

/* Sorting CSS Start */
.shorting {
	border-bottom: 1px solid #ededed;
	padding-bottom: 30px;
}

.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;
	padding-left: 0;
}

.list-types-icon {
	background: url(../images/grid-list.png) no-repeat scroll 0 0;
	display: inline-block;
	height: 25px;
	width: 36px;
}

.grid-icon {
	background-position: 0 -6px;
}

.list-icon {
	background-position: -65px -6px;
}

.grid-icon:hover, .list-types.active .grid-icon {
	background-position: 0 -39px;
}

.list-icon:hover, .list-types.active .list-icon {
	background-position: -65px -39px;
}

.list-types a {
	display: inline-flex;
}

.shorting select {
	font-size: 14px;
}

.show-item {
    float: right;
}

.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 {
    font-size: 15px;
    padding: 9px 15px;
    text-transform: none;
}

.pagination-bar {
	text-align: center;
}

.pagination-bar ul {
	display: inline-flex;
}

.pagination-bar ul li {
	float: left;
	margin: 0 2px;
}

.pagination-bar ul li a {
	background: #f0f0f0;
	height: 40px;
	width: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center; 
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
    	 -o-border-radius: 25px;
    		border-radius: 25px;
}

.pagination-bar ul li.active a, .pagination-bar ul li:hover a  {
	background: #a4ce3a;
	color: #fff !important;
}
/* 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 3px;
	opacity: 0.3;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
	opacity: 1;
}

.fotorama__img {
	position: relative;
	top: 0 !important;
}

.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__fullscreen-icon {
    background: url(../img/sprite.png) no-repeat scroll -87px -331px #a4ce3a;
    height: 40px;
    width: 40px;
    right: 0;
    top: 0;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -95px -658px;
}

.fotorama__arr {
	background: url(../img/sprite.png) no-repeat scroll 0 0 #a4ce3a;
}

.fotorama__arr--prev {
	background-position: -129px -34px;
}

.fotorama__arr--next {
	background-position: -128px -65px;
}
/* -- Product Zoom Slider End -- */

.product-detail-main .product-item-details .product-item-name {
	font-size: 20px;
	line-height: 22px;
	text-transform: none;
    margin-top: 0;
}

.product-listing .shop-list-view .product-item {
	margin-bottom: 0;
}

.product-detail-main .price-box .price {
	font-size: 16px;
}

.product-detail-main .price-box .price.old-price {
	font-size: 14px;
}

.product-detail-main .rating-summary-block {
	margin-bottom: 5px;
	text-align: left;
}

.product-info-stock-sku {
	margin-top: 5px;
	margin-bottom: 10px;
}

.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;
}

.product-list {
	margin-bottom: 15px;
}

.product-list i.fa {
	color: #a4ce3a;
} 

.pro-size {
    display: none;
}

.form-control {
	border-color: #dedede;
	height: 40px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
    	 -o-border-radius: 0;
    		border-radius: 0;
}

.form-control:focus {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	border-color: #66afe9;
}

.product-qty {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}

.cart-dropdown .product-qty {
	margin-top: 0;
}

.custom-qty {
	display: inline-flex;
}

.increase.items, .reduced.items {
	background: transparent;
	border: 1px solid #e1e1e1;
	color: #888;
	padding: 10px 11px 9px;
	float: left;
	height: 40px;
	width: 40px;
}

.input-text.qty {
	border: 1px solid #e1e1e1;
	max-width: 40px;
	height: 40px;
	width: 40px;
	float: left;
	text-align: center;
	margin: 0 5px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
    	 -o-border-radius: 0;
    		border-radius: 0;
}

.share-link {
	margin-top: 20px;
}

.share-link label {
	font-weight: 400;
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}

.brand-logo-pro {
    background: #f5f5f5 none repeat scroll 0 0;
}

/* Product Page Tab CSS Start */
.nav-tabs {
	border-bottom: 1px solid #e1e1e1;
}

.nav-tabs > li > a {
	border-color: #eee #eee #ddd;
}

.product-detail-tab {
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.product-detail-tab .nav > li > a {
    display: block;
    padding: 8px 15px;
    position: relative;
	background-color: transparent;
	text-decoration: none;
	border: none;
	margin-bottom: 15px;
	font-size: 18px;
	letter-spacing: 0;
}

.nav-tabs > li > a.selected, .nav-tabs > li > a.selected:hover, .nav-tabs > li > a.selected:focus {
    background: #a4ce3a;
    border: medium none;
    color: #fff !important;
}

.tab_content {
	border: 1px solid #e1e1e1;
	border-top: 0;
	padding: 30px;
}

.product-listing .tab_content, .best-seller .tab_content {
	padding: 0;
	border: none;
}

.tab_content ul li strong {
	font-weight: 500;
	color: #222;
	font-size: 16px;
	line-height: 20px;
}

.items-Description, .items-Product-Tags, .items-Reviews {
	display: none;
}

.items-Description.selected, .items-Product-Tags.selected, .items-Reviews.selected {
	display: block;
}
/* Product Page Tab CSS End */

/* --------------- Comment CSS START ------------------ */
.comment-list > li {
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
}

.comments-area > .comment-list > li:first-child {
	border: none;
	padding-top: 0;
}

.comment-user {
	float: left;
	margin-right: 20px;
}

.comment-detail {
	display: table-cell;
}

.comment-detail .user-name {
	color: #1b2839;
	font-weight: 500;
	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;
}

.comment-detail a .fa {
    margin-right: 5px;
}

.shop-list-view .product-item-details {
    display: table-cell;
    position: relative;
    text-align: left;
}

.shop-list-view ul li button {
    border: medium none;
    color: #232323;
    display: inline-block;
    padding: 0;
    -webkit-transition: all 0s ease 0s;
       -moz-transition: all 0s ease 0s;
        -ms-transition: all 0s ease 0s;
         -o-transition: all 0s ease 0s;
            transition: all 0s ease 0s;
}

.shop-list-view .detail-inner-left {
    display: inline-block;
    padding: 0 0 10px;
    width: 100%;
}
/* --------------- Comment CSS End ------------------ */

/* Product Detail Page CSS End */

/* checkbox CSS Start */
.checkbox + label, .radio-button + label {
    cursor: pointer;
    line-height: 17px;
    padding-left: 20px;
    position: relative;
}

.checkbox:checked + label::before, .radio-button:checked + label::before {
    background: #a4ce3a none repeat scroll 0 0;
    border-color: #a4ce3a;
}

.checkbox + label::before, .radio-button + label::before, .checkbox + label::after {
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
    margin-top: 2px;
}

.checkbox + label::before, .radio-button + label::before {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
    	 -o-border-radius: 3px;
    		border-radius: 3px;
}

.radio-button + label::before {
	margin-top: 6px; 
}

.checkbox:checked + label::after {
    background-image: url("../images/check-box-icon.png");
    background-repeat: no-repeat;
    margin-left: 2px;
    margin-top: 4px;
}

input.radio-button:checked + label::before {
    background-image: url("../images/radio-icon.png");
    background-position: -2px -2px;
    background-repeat: no-repeat;
}

.radio-button + label::before {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
    	 -o-border-radius: 50%;
    		border-radius: 50%;
}

.select-color .checkbox + label::before{
    background: #eeeeee none repeat scroll 0 0;
    border: none;
}

.select-color .checkbox:checked + label::after {
    margin-left: 5px;
    margin-top: 7px;
}

.select-color .checkbox + label::before, .select-color .radio-button + label::before, .select-color .checkbox + label::after {
    height: 20px;
    width: 20px;
}

.product-detail-main .select-color .checkbox + label::before, .select-color .radio-button + label::before, .select-color .checkbox + label::after {
    height: 27px;
    width: 27px;
}

.product-detail-main .checkbox + label  {
	padding-left: 32px
}

.product-detail-main .checkbox + label::before {
	margin-top: -4px;
}

.product-detail-main .checkbox:checked + label::after {
    margin-left: 8px;
    margin-top: 4px;
}
/* checkbox CSS End */

.main-form .control-label {
    margin-bottom: 0;
    margin-top: 8px;
    text-align: right;
}

.checkout-section .input-box {
	margin-bottom: 30px;
}

.check-box.left-side {
	margin-top: 10px;
}

.forgot-password {
	color: #0040a5;
	text-decoration: underline;
	font-weight: 600;
	display: inline-block;
}

.contact-info .p-0 {
	border-right: 1px solid #e1e1e1;
}

.contact-info .p-0:last-child {
    border: medium none;
    margin-bottom: 0;
}

/* 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;
}

label {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 5px;
    max-width: 100%;
}

.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;
}

.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: 110px;
}

.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: #a4ce3a;
	font-size: 18px;
	cursor: pointer;
}

.commun-table tbody tr td .input-box select {
	width: 100px;
	padding: 5px;
}

.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: 500;
}

.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 30px;
}

.checkout-step ul li {
	float: left;
	font-size: 16px;
	color: #a4ce3a;
	cursor: pointer;
}

.checkout-step ul li .step {
	float: left;
}

.checkout-step ul li .step .circle {
	background: #a4ce3a;
	color: #fff;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 33px;
	font-weight: 500;
	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: #a4ce3a none repeat scroll 0 0;
	float: left;
	height: 7px;
	margin: 12px -1px 12px 0;
	width: 65px;
}

.checkout-step ul li:first-child .step .line {
	width: 65px;
	-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;
}

.checkout-step ul li:last-child .step .line {
	width: 65px;
	background: #222;
	-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;
}

.checkout-step ul li span {
	color: #a4ce3a;
	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: #a4ce3a;
}

.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: #a4ce3a;
}

.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: 10px 15px;
}

.form-title.heading {
    font-size: 20px;
    font-weight: 500;
}

.checkout-section p {
    margin-bottom: 0;
}

.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: 20px;
}

.paypal-box {
	border: 1px solid #ddd;
	float: left;
	padding: 10px;
	position: relative;
	margin-left: 10px;
}

.paypal-top {
	background: #f5f5f5;
	position: absolute;
	top: -15px;
	left: 5px;
	padding: 0 10px;
}

/* Checkout Page CSS End */

/* Login Register Page CSS Start */
.new-account .link {
	text-decoration: underline;
	color: #222;
}

.new-account .link:hover {
	color: #a4ce3a;
}

/* 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("../img/sprite.png") no-repeat scroll -97px -456px;
	display: inline-block;
	height: 21px;
	margin-bottom: -5px;
	width: 21px;
}

.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;
}

.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: 12px;
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.account-sidebar ul li.active a, .account-sidebar ul li:hover a {
	color: #fff;
	background: #a4ce3a none repeat scroll 0 0
}

.account-sidebar ul li.active a .fa, .account-sidebar ul li:hover a .fa {
	color: #fff;
	right: 0px;
}

.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) #a4ce3a;
	border-style: solid;
	border-width: 20px 22px 20px 15px;
	top: 0px;
	content: "";
	right: -36px;
	position: absolute;
}

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

/* Blog Page CSS Start */
.sidebar-box .search-box input.input-text {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    opacity: 1;
    position: relative;
    width: 100% !important;
}
/* Blog Page CSS End */

/* About Page CSS Start */
.about-title {
	color: #6b6b6b;
	font-size: 35px;
	font-weight: 300;
	line-height: 55px;
}

.heading-part-desc h3.heading {
	font-size: 21px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    padding-left: 0;
    text-transform: none;
}

.about-detail p {
    margin-bottom: 0;
} 

.partner-detail-main {
    height: 100%;
}

.partner-block  {
    display: inline-flex;
    overflow: hidden;
}

.partner-block ul {
    margin-bottom: -1px;
}

.partner-block ul li {
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 16px;
}

.partner-block ul li:nth-child(3n) {
    border-right: none;
}

.partner-block ul li span {
    display: inline-block;
    padding: 5px 0;
    width: 100%;
    opacity: 0.5;
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}


.about-style1 .partner-block ul li span {
	padding: 18px 0;
}

.partner-block ul li span:hover {
  opacity: 0.8;
}

.partner-block ul li.owner-logo span {
    opacity: 1;
    filter: grayscale(100%);
}

.partner-block ul li.owner-logo span:hover {
    background-color: transparent;
    filter: grayscale(0%);
}

.team-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out 0s;
       -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
         -o-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
}

.about-style1 p {
    margin-bottom: 0;
}

.about-style2 .team-item:hover img {
	opacity: 1;
}

.about-style2 .team-item .team-item-detail {
	background: -webkit-linear-gradient(top, rgba(90,90,90,0) 0%, rgba(90,90,90,0.5) 30%, rgba(90,90,90,0.9) 100%);
	  background: linear-gradient(to bottom, rgba(90,90,90,0) 0%, rgba(90,90,90,0.5) 30%, rgba(90,90,90,0.9) 100%); 
	   background: -moz-linear-gradient(top, rgba(90,90,90,0) 0%, rgba(90,90,90,0.5) 30%, rgba(90,90,90,0.9) 100%);
}

.about-style2 .team-item:hover .team-item-detail {
	bottom: 0px;
	padding: 40px 0 20px;
}

.team-item:hover {
    background: #6b6b6b;
}

.team-item:hover img {
    opacity: 0.2;
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

.team-item .team-item-detail {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -40px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
       -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
         -o-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
}

.team-item:hover .team-item-detail {
    opacity: 1;
    bottom: 30px;
}

.team-slider {
    position: relative;
}

#team-slider .owl-item .item {
    padding: 0 15px;
}

.customNavigation .btn {
    background: #f6f6f6;
    position: absolute;
    top: 50%;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
    	 -o-border-radius: 0;
    		border-radius: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
       -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
         -o-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
}

.customNavigation .btn:hover {
    background: #dcbd71;
}

.customNavigation .btn.next {
    right: -40px;
}

.customNavigation .btn.prev {
    left: -40px;
}

.customNavigation .btn i.fa, .customNavigation .btn i.fab {
    color: #1b2839;
    font-size: 20px;
}

.team-item .sub-title {
    color: #fff;
}

.listing-effect .listing-meta {
    color: #fff;
}

.listing-effect .social_icon {
    margin-top: 25px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
	    -ms-transition: all 0.4s ease-in-out 0s;
	     -o-transition: all 0.4s ease-in-out 0s;
	        transition: all 0.4s ease-in-out 0s;
}

.listing-effect:hover .social_icon {
    margin-top: 5px;
}

.listing-effect .social_icon ul li {
    display: inline-block;
    margin: 0;
}

.listing-effect .social_icon ul li i.fa {
    color: #bebebe;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
    	 -o-border-radius: 50%;
    		border-radius: 50%;
	-webkit-transition: all 0.4s ease 0s;
	   -moz-transition: all 0.4s ease 0s;
	    -ms-transition: all 0.4s ease 0s;
	     -o-transition: all 0.4s ease 0s;
	        transition: all 0.4s ease 0s;
}

.listing-effect .social_icon ul li a i.fa:hover {
    color: #fff;
}

.listing-effect .social_icon ul li a i.fa.fa-facebook:hover {
    background: #3b5998;
}

.listing-effect .social_icon ul li a i.fa.fa-twitter:hover {
    background: #00aced;
}

.listing-effect .social_icon ul li a i.fa.fa-dribbble:hover {
    background: #f7679a;
}

.listing-effect .social_icon ul li a i.fa.fa-pinterest:hover {
    background: #cb2027;
}

.our_story {
	position: relative;
}

.story_detail_part p {
	margin-bottom: 20px;
}

.story_detail_part b {
	color: #1f1f1f;
	font-size: 15px;
	margin-top: 15px;
	font-weight: 500;
	display: inline-block;
}

.story_img_part {
	background: url(../images/about-sub-2.jpg) no-repeat scroll center;
	height: 100%;
	right: 0;
}

.about-style3 .team-item {
	border: 1px solid #eee;
	padding: 30px;
}

.about-style3 .team-img {
	background: #000;
}

.about-style3 .team-item:hover {
    background: none;
}

.about-style3 .team-item:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.about-style3 .team-item .team-item-detail {
    position: relative;
    text-align: left;
    width: 100%;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
       -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
         -o-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
}

.about-style3 .team-item .sub-title {
    color: #000;
    margin-bottom: 0;
}

.about-style3 .listing-effect .listing-meta  {
	color: #555;
}

.about-style3 .listing-effect .social_icon ul li i.fa {
    color: #bebebe;
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.about-style3 .listing-effect .social_icon ul li a i.fa {
    color: #fff;
}

.about-style3 .listing-effect .social_icon ul li a i.fa.fa-facebook {
    background: #3b5998;
}

.about-style3 .listing-effect .social_icon ul li a i.fa.fa-twitter {
    background: #00aced;
}

.about-style3 .listing-effect .social_icon ul li a i.fa.fa-dribbble {
    background: #f7679a;
}

.about-style3 .listing-effect .social_icon ul li a i.fa.fa-pinterest {
    background: #cb2027;
}

.about-style3 .listing-effect .social_icon {
    margin-top: 5px;
}

.about-style3  .listing-effect:hover .social_icon {
    margin-top: 5px;
}
/* About Page CSS End */

/* 404 Page CSS Start */
.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-bg {
	background: url(../images/404-bg.jpg) no-repeat scroll left top;
}

.error-block-detail .main-error-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 230px;
	color: #222;
	line-height: 180px;
	font-weight: 500;
	margin-bottom: 60px;
}

.error-small-text {
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.error-slogan {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 30px;
}

.error-block-detail .social_icon {
	margin-bottom: 20px;
}

.big-btn a {
	display: inline-block;
	color: #1b2839;
	background: #dcbd71;
	padding: 20px 50px;
	font-size: 14px;
}

.big-btn a:hover {
	background: #fff;
}

.error-block-main {
    position: relative;
}

.error-block-main .bottom-shadow {
    bottom: -6px;
    right: 0;
}

.bottom-shadow {
    position: absolute;
    width: 100%;
}
/* 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(../img/sprite.png) 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: bold;
	padding: 5px 0px;
}

.commun-table td .product-title .size-text span{
	color: #1b2839;
	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{
	width:100%;
	max-width:100%;
	border: 15px solid #f5f5f5;
	text-align: center;
}

.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:700;
	vertical-align:middle;
}

.compare-info .image img{
	max-width:180px;
	border:0px; 
}

.compare-info .image{
	position:relative; 
}

.compare-info .image a{
	position:absolute;
	top:22px;
	right:40px;
	color:#dcdcdc;
}

.compare-info .image a:hover{
	color:#303030
}

.compare-info .availability{
	color:#a4ce3a;
}

.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-info thead tr th:first-child, .compare-info tbody tr td:first-child {
	max-width: 160px;
}

/* Compare Page CSS End */

/* Faq Page CSS Start */
.card {
	background: none;
	border: none;
}

.card-title {
	font-weight: 500;
}

.card-header {
	background: none;
	border: none;
	padding: 0;
}

.card-body.card-bg {
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
}

.card-body .pro-dec:last-child {
	padding-bottom: 0;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    content: "\f067"; 
}

.accordion .card-header {
	display: inline-block;
	padding: 10px 15px 10px 15px;
	cursor: pointer;
	margin-bottom: 5px;
	background: #f5f5f5; 
	width: 100%;
}

.accordion .collapse.show {
	padding-bottom: 10px; 
}

.pro-dec {
    padding: 3px 0;
}

.product-info {
    width: 170px;
}

.product-info, .pro-value {
    display: table-cell;
}
/* Faq Page CSS End */


/* instragram CSS Start */
.instragram .item{
	padding: 0;
}

.insta {
    background: #a4ce3a;
    position: relative;
}

.insta-detail {
    left: 50%;
    position: absolute;
    top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	   -moz-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	     -o-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

.insta:hover .insta-banner img {
    opacity: 0.5;
}

.insta-detail .fa {
    color: #ffffff;
    font-size: 35px;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.insta:hover .insta-detail .fa {
    opacity: 1;
}

.insta-detail .fa:hover {
	color: #1b2839;
} 

/* instragram CSS End */

/*_______________________________________________________
// FOOTER  //----------------------------
_______________________________________________________*/
.footer {
	background: #000;
}

.footer a:hover {
	color: #fff;
}

.footer-top {
	padding: 32px 0px;
}

.footer-middle {
    padding: 60px 0 60px 0;
}

.footer-middle .f-logo {
	margin-bottom: 20px;
}

.footer-block-contant > p {
	margin: 0;
}

.footer-middle-left {
    border-right: 1px solid #e1e1e1;
}

.footer-middle-right .footer-static-block {
    padding-left: 10px;
}

.footer-top p {
	color: #fff;
	line-height: 20px;
	margin-bottom: 0;
	margin-left: 240px;
}

ul.social-icon li {
	display: inline-block;
}

.footer .footer_social {
    margin-bottom: 48px;
}

ul.social-icon li i.fa {
	background: #f1f1f1;
	float: none;
    color: #1f1f2f;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
    	 -o-border-radius: 50%;
    		border-radius: 50%;
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.error-block-detail ul.social-icon li i.fa {
	background: #ffffff;
}

ul.social-icon li i.fa:hover{
	color: #fff;
}

ul.social-icon li i.fa.fa-facebook:hover {
	background: #3b5998;
	color: #fff;
}

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-rss:hover {
	background: #ff6600;
}

ul.social-icon li i.fa.fa-pinterest:hover {
	background: #c8232c;
}

.footer-static-block .title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 13px;
    position: relative;    color: #fff;
}

.footer .title > span {
    border-bottom: 1px solid #a4ce3a;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 50px;
}

.footer-static-block ul.address-footer li {
	margin-bottom: 0;
	padding: 8px 0
}

.footer-static-block ul li {
    padding: 6px 0;
    position: relative;
}

.footer-menu .footer-static-block ul li {
	padding-left: 15px;
}
.footer-menu .footer-static-block ul li a{
color:#fff
}


.footer-static-block ul li:first-child {
    padding-top: 0;
}

.footer-static-block ul li:last-child {
    padding-bottom: 0;
}

.footer hr {
	border-top: 1px solid #e1e1e1;
}

.footer-static-block li i.fa {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	margin-right: 4px;
}

.address-footer i.fa {
	color: #a4ce3a;
	font-size: 16px !important;
	line-height: 16px;
	margin-top: 4px !important;
}

.footer-menu .footer-static-block ul li:before {
    background: #a4ce3a none repeat scroll 0 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 16px;
    width: 5px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
    	 -o-border-radius: 50%;
    		border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.footer-menu .footer-static-block ul li:first-child:before {
    top: 10px;
}

.footer-static-block li p {margin: 0 0 5px 30px; color: #fff;}
.footer-static-block li p a{  color: #fff;}

.footer-static-block li:last-child p {
	margin-bottom: 0;
}

ul.tagcloud li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

ul.tagcloud li a {
	border: 1px solid #444444;
	display: inline-block;
	padding: 5px 10px;
}

.sidebar-block ul.tagcloud li a {
	border-color: #ebebeb;
}

ul.tagcloud li a:hover {
	border-color: #a4ce3a;
}

.footer-static-block li a:hover span {
	color: #a4ce3a;
}

.footer-static-block .field {
	margin-bottom: 5px;
}

.footer-static-block textarea {
	background-color: transparent;
	border: 1px solid #e1e1e1;
	width: 100% !important;
	padding: 5px;
}

.site-link li {
	display: inline-block;
}

.site-link li a {
	padding: 0 10px;
}

.site-link li:first-child a {
    padding-left: 0;
}

.site-link li:last-child a {
    padding-right: 0;
}

.payment {
    text-align: right;
}

.payment ul li {
	display: inline-block;
	padding: 0 10px;
}

.payment ul li a {
	display: inline-block;
}

.about-link {
	padding: 30px 0;
}

.copy-right a:hover, .site-link li a:hover {
	color: #a4ce3a;	
} 
/* Scroll-top Arrow CSS Start */

.scroll-top {
	bottom: 10px;
	position: fixed;
	right: 10px;
	z-index: 2;
}

.scroll-top .scrollup:before {
	color: #fff;
	content: "";
	font-family: "FontAwesome";
	font-size: 18px;
}

.scroll-top .scrollup {
	background: #a4ce3a;
	border: 2px solid #fff;
	display: none;
	cursor: pointer;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 34px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
    	 -o-border-radius: 50%;
    		border-radius: 50%;
}

/* Scroll-top Arrow CSS End */



/*hover block center*/
.home-category .block-center .inner-top .box-left:hover .info a:before{
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	height:124px;
	width:124px;
	visibility:visible;
	opacity:1;
	margin-top:-62px;
	margin-left:-62px;
}
.home-category .block-center .inner-top .box-left:hover .image:before{
	transform: scale(1);
	visibility:visible;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	opacity:1;
}
.home-category .block-center .inner-top .box-left:hover .info a{
	font-size:128.57%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	margin-left:-45px;
	margin-top: 0px; 
}
.home-category .block-center .inner-top .box-right:hover .info a:before{
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	height:150px;
	width:150px;
	visibility:visible;
	opacity:1;
	margin-top:-75px;
	margin-left:-75px;
}
.home-category .block-center .inner-top .box-right:hover .image:before{
	transform: scale(1);
	visibility:visible;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	opacity:1;
}
.home-category .block-center .inner-top .box-right:hover .info a{
	font-size:128.57%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	margin-left:-45px;
	margin-top: 0px; 
}
.home-category .block-center .inner-bottom:hover .info a:before{
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	height:124px;
	width:124px;
	visibility:visible;
	opacity:1;
	margin-top:-62px;
	margin-left:-62px;
}
.home-category .block-center .inner-bottom:hover .image:before{
	transform: scale(1);
	visibility:visible;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	opacity:1;
}
.home-category .block-center .inner-bottom:hover .info a{
	font-size:128.57%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	margin-left:-45px;
	margin-top:-13px; 
}
/*hover block right*/
.home-category .block-right .inner-bottom:hover .info a:before{
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	height:124px;
	width:124px;
	visibility:visible;
	opacity:1;
	margin-top:-62px;
	margin-left:-62px;
}
.home-category .block-right .inner-bottom:hover .image:before{
	transform: scale(1);
	visibility:visible;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	opacity:1;
}
.home-category .block-right .inner-bottom:hover .info a{
	font-size:128.57%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	margin-left:-57px;
	margin-top:-13px; 
}
.home-category .block-right .inner-top:hover .info a:before{
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	height:124px;
	width:124px;
	visibility:visible;
	opacity:1;
	margin-top:-62px;
	margin-left:-62px;
}
.home-category .block-right .inner-top:hover .image:before{
	transform: scale(1);
	visibility:visible;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	opacity:1;
}
.home-category .block-right .inner-top:hover .info a{
	font-size:128.57%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	margin-left:-45px;
	margin-top:-13px; 
}
.home-category .block{
	position:relative;
	float:left;
}
.home-category .block .box-left,.home-category .block .box-right,.home-category .block .inner-bottom,.home-category .block .inner-top{
	position:relative;
	float:left;
}
.home-category .block .image{
	position:relative;
	float:left;
}
.home-category .block .image:before{
	position:absolute;
	height:100%;
	width:100%;
	content:"";
	background:rgba(0,0,0,0.3);  
	opacity: 0; 
	top:0;
	left:0;
	transform: scale(0.5);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	visibility: hidden; 
} 

@media (min-width: 1200px){
.home-category .block-center .inner-top .box-left .info {
    margin-left: -10px;
}
}
.home-category .info {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
}
.home-category .info a {
    color: #fff;
    font-size: 0;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    white-space: nowrap;
}
.home-category .info a:before {
    border: 1px solid #fff;
    border-radius: 100%;
    content: "";
    height: 0px;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    visibility: hidden;
    width: 0px;
}

.iner-top .infos:before {    content: '';
    background: #000000d1;
    width: 100%;
    position: absolute;
    height: 100%;}
.iner-top {       position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;}
	.iner-top:hover .infos {    opacity:9; }
	
.iner-top .infos {     width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 1;}	
	.iner-top .infos a {display: block; color:#fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 6px;
    font-weight: 600;}
	
/*.iner-top .infos {    position: absolute; opacity:0;
    width: 100%;
    height: 100%;
    top: 0;}
.iner-top .infos a {    display: block;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 25%;
    transform: translate(0, 0);
    width: 130px;
    background: #fff0;
    height: 130px;
    border: 1px solid #fff;
    border-radius: 103px;
    line-height: 130px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
*/
.iner-top img {width:100%}
/*.iner-top:hover a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-left: 0px;
    margin-top: 0px;
}
.iner-top .infos a:before{ border: 1px solid #fff;
    border-radius: 100%;
    content: "";
    height: 0px;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    visibility: hidden;
    width: 0px;
}
a.ober {position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;}
	*/
.heade h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

	
	
	.whatsapp {    position: fixed;
    display: block;
        bottom: 1%;
	    z-index: 99;
    float: right;
    float: 13px;
    margin-left: 11px;
width: 51px;}

.phone-id {position: fixed;
    display: block;
       bottom: 9%;
    z-index: 99;
    float: right;
    float: 13px;
    margin-left: 11px;
    width: 51px;}
	
	.phone-id img, .whatsapp img{    width: 100%;}
	
	
	
.we-ship {animation: animate  0.4s linear infinite;    font-size: 17px;     letter-spacing: 5px;
    font-weight: 600 !important; }	
	@keyframes animate { 
            0% { 
                opacity: 0.9;     color: #a4ce3a;
            } 
  
            50% { 
                opacity: 0.5;     color: #a4ce3a;
            } 
  
            100% { 
                opacity: 0.9;     color: #a4ce3a;
            } 
        } 
		
		
		
		
	.dwon-cat {     width: 67%;
    margin: 22px auto;
    float: right;}	
	.dwon-cat a {display:block}	
	.dwon-cat img{width:100%}	
		
		
	.right-side.top-social-links {    background: #a4ce3a;
    padding: 8px 13px;
    margin-left: 10px;}	
		
		.right-side.top-social-links a:hover {    color: #000; }
		
		.login-icon.content { width: 67%;}
		
		
	.qr-code {    background: #a4ce3a;
    overflow: hidden;}	
	.qr-code h3 {margin: 0;
    padding: 11px 2px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;}	
	.qr-code .scan {    background: #dbd9d9;
    padding: 12px;}	
	.qr-code .scan img{}	
	
	
.contact-box {background: #a4ce3a;
    padding: 29px;
    box-shadow: 0px 0px 10px #7e7e7e;}	
	
	.contact-box .fa {    font-size: 27px;
    color: #000;
    margin-bottom: 15px;
    border: 1px solid;
    width: 70px;
    height: 70px;
    border-radius: 53px;
    line-height: 67px;
    background: #fff;}
	
	.contact-box p {    margin-bottom: 0;
    color: #000;
    font-size: 17px;}
	
.ocntact-formm {background: #000;}	
.ocntact-formm h2.main_title  {color:#fff}

.sub-banner video {width:100%}	





.gift-board {position:relative}
.gift-board .board-content {    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;}
	
	.gift-board .board-content h3 {    background: #000;
    width: fit-content;
    margin: 0 auto 23px;
    color: #a4ce3a;
    padding: 9px 23px;
    font-size: 21px;
    font-weight: 600;
    border-radius: 7px;}
	.gift-board .board-content p {    color: #000;
    font-weight: 600;
    margin: 0;
    font-size: 19px;}