/*
Author       : Hash Theme
Template Name: Econam - Responsive Ecommerce Html5 Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE
    02. COMMON STYLE
    03. NAVIGATION STYLE
	04. MENU STYLE
    05. SLIDER STYLE 
    06. BANNER STYLE 
    07. FEATURED PRODUCT STYLE
    08. PROMO STYLE
    09. PRODUCT TAB STYLE
    10. BLOG STYLE
    11. SERVICES STYLE
    12. TESTIMONIAL & BRAND STYLE
    13. SHOP PAGE STYLE
    14. FEATURES BLOCK STYLE
    15. WHISHLIST PAGE STYLE
    16. CART PAGE STYLE
    17. CHECKOUT PAGE STYLE
    18. SINGLE PRODUCT PAGE STYLE
    19. FAQ PAGE STYLE
    20. About US PAGE STYLE
    21. CONTACT US PAGE STYLE
    22. BLOG PAGE STYLE
    23. SINGLE BLOG PAGE STYLE
    24. 404 STYLE
    25. FOOTER STYLE
	

=============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01. GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
    font-family: 'Open Sans', sans-serif;
    color: #93989B;
    line-height: 1.5em;
    letter-spacing: .08em;
    overflow-x: hidden;
    margin: auto;
    background: #fff;
}
html,
body {
    height: 100%
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
a {
    color: #32c5d2;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:focus,
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    line-height: 2;
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: outside none none;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*
* ----------------------------------------------------------------------------------------
* 02. COMMON STYLE
* ----------------------------------------------------------------------------------------
*/

.form-control {
    border-radius: 0;
    height: 45px;
}
.section-padding {
    padding: 80px 0;
}
.section-back-image {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
	position: relative;
}
.section-back-image:before {
	background: rgba(0, 0, 0, 0.8);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	position: absolute;
	top: 0;
	width: 100%;
}
.no-padding {
    padding: 0;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.mt-20 {margin-top: 20px;}
.mb-30 {margin-bottom: 30px;}
.overlay {
    position: relative;
    z-index: 1;
}
.overlay:before {
    background: rgba(0, 0, 0, 0.9);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-gray {
    background: #F2F2F2;
}
.bg-gray-2 {
    background: #f5f5f5;
}
/*START PRELOADER DESIGN*/

#page-preloader {
	background: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
}

#movingBallG {
	position: absolute;
	width: 160px;
	height: 12px;
	margin: auto;
	top: 50%;
	left: 50%;
	margin-left: -80px;
}
#movingBallG h4 {
    margin-top: 30px;
    text-transform: uppercase;
	text-align: center;
}
.movingBallLineG {
	position: absolute;
	left: 0;
	top: 5px;
	height: 2px;
	width: 160px;
	background-color: rgb(0, 0, 0);
}

.movingBallG {
	background-color: rgb(0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	animation-name: bounce_movingBallG;
	-o-animation-name: bounce_movingBallG;
	-ms-animation-name: bounce_movingBallG;
	-webkit-animation-name: bounce_movingBallG;
	-moz-animation-name: bounce_movingBallG;
	animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
}

@keyframes bounce_movingBallG {
	0% {
		left: 0;
	}

	50% {
		left: 147px;
	}

	100% {
		left: 0;
	}
}

@-o-keyframes bounce_movingBallG {
	0% {
		left: 0;
	}

	50% {
		left: 147px;
	}

	100% {
		left: 0;
	}
}

@-ms-keyframes bounce_movingBallG {
	0% {
		left: 0;
	}

	50% {
		left: 147px;
	}

	100% {
		left: 0;
	}
}

@-webkit-keyframes bounce_movingBallG {
	0% {
		left: 0;
	}

	50% {
		left: 147px;
	}

	100% {
		left: 0;
	}
}

@-moz-keyframes bounce_movingBallG {
	0% {
		left: 0;
	}

	50% {
		left: 147px;
	}

	100% {
		left: 0;
	}
}


/*END PRELOADER DESIGN*/


/* start scroll to top design */

.topcontrol {
    background: #32c5d2 none repeat scroll 0 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    bottom: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    z-index: 99999;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    /* padding: 3px 12px; */
    
    position: fixed;
    right: 5px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.topcontrol:hover {
    background: #333;
    color: #fff;
}
/*START SECTION TITLE DESIGN*/

.section-title {
    margin-bottom: 60px
}
.section-title h2 {
    color: #333;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
}
@media only screen and (max-width: 768px) {
    .section-title h2 {
        text-align: center
    }
}
@media only screen and (max-width: 480px) {
    .section-title h2 {
        font-size: 30px
    }
}
@media only screen and (max-width: 360px) {
    .section-title h2 {
        font-size: 24px
    }
}
.section-title .line {
    display: inline-block;
    position: relative;
    margin: 15px auto;
}
.section-title .line:before,
.section-title .line:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 2px solid #e9e9e9;
    top: 8px;
    width: 100px;
}
.section-title .line:before {
    right: 100%;
    margin-right: 15px;
}
.section-title .line:after {
    left: 100%;
    margin-left: 15px;
}
.section-title span {
    background-color: #32c5d2;
    display: inline-block;
    height: 18px;
    width: 40px;
    transform: matrix(0.866, 0.0, -0.8, 0.866, 0, 0);
    -ms-transform: matrix(0.866, 0.0, -0.8, 0.866, 0, 0);
    -webkit-transform: matrix(0.866, 0.0, -0.8, 0.866, 0, 0);
}
/*end section title design*/
/* PAGE HEADING */

.page-heading {
    padding: 40px 0;
    background-color: #32c5d2;
}
.page-heading h2 {
    text-transform: uppercase;
    color: #fff;
}
.breadcrumb {
    display: inline-block;
}
.breadcrumb > .active {
    color: #32c5d2;
    font-weight: 700;
}
.breadcrumb li a {
    color: #fff;
}
.breadcrumb {
    display: inline-block;
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0;
}
/* SECTION DIVIDER */

span.divider {
    background: #93989B none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin: 20px 0;
    width: 50px;
    position: relative;
}
span.divider-full {
    background: #f0f0f0 none repeat scroll 0 0;
    display: block;
    height: 1px;
    width: 100%;
    position: relative;
}
/*
* ----------------------------------------------------------------------------------------
* 02. END COMMON STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03. NAVIGATION STYLE 
* ----------------------------------------------------------------------------------------
*/
/* top area */

.top-area {
    background: #ebebeb;
    border-bottom: 1px solid #ddd;
}
.top-area a {
    color: #282828;
}
.top-menu li {
    display: inline-block;
}
.top-menu li a {
    display: block;
    margin-right: 10px;
	padding-left: 10px;
    line-height: 50px;
}
.top-menu li a i {
    margin-right: 5px;
    color: #32c5d2;
}
.top-menu li a:hover {
    color: #32c5d2;
}
.top-menu .dropdown-menu > li > a {
    color: #333;
}
.top-menu .dropdown-menu {
    background-color: #fff;
}
.top-menu .dropdown-menu > li > a:focus,
.top-menu .dropdown-menu > li > a:hover {
    background-color: #fff;
}
.top-menu .dropdown-menu li > a:hover,
.dropdown-menu > li > a:focus {
    color: #333 !important;
}
.top-menu .dropdown-menu li:not(:last-child) > a {
    border: none;
}
/* logo area */

.logo-area {
    padding: 45px 0;
}
.logo-wrapper {
    text-transform: uppercase;
}
.logo-wrapper a {
    color: #494949;
}
.wrapper-logo img {
	margin-top: 15px;
}
.logo-wrapper h1 {
    border: 3px solid #494949;
    display: inline-block;
    font-size: 16px;
    margin: 26px 0;
    padding: 10px 15px;
}
.search-area {
    overflow: hidden;
}
.info-menu {
    float: left;
    width: 100%;
}
.info-menu li {
    display: inline-block;
}
.info-menu li a {
    display: block;
    margin-right: 10px;
    line-height: 50px;
    color: #333;
}
.info-menu li a i {
    margin-right: 5px;
    color: #32c5d2;
}
.info-menu li a:hover {
    color: #32c5d2;
}
.top-search {
	float: left;
	width: 100%;
}
.top-search form [type="submit"] {
	background-color: #32c5d2;
	border: 0;
	color: #fff;
	height: 45px;
	width: 45px;
	position: absolute;
	right: 0;
	top: 0;
}
.logo-area-right {
    position: relative;
}
.logo-area-right .wishlist-link, .logo-area-right .shopping-cart-link {
	text-align: center;
	display: inline-block;
	padding: 25px 0 0 10px;
}
.logo-area-right a i {
    font-size: 45px;
    color: #999;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.logo-area-right div:hover a i,
.logo-area-right div:hover h4 {
    color: #32c5d2;
}
.logo-area-right h4 {
    font-weight: 400;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.wishlist-link a, .shopping-cart-link a {
	position: relative;
}
.wishlist-link span.cart-amnt, .shopping-cart-link span.cart-amnt {
	background-color: #32c5d2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	height: 25px;
	width: 25px;
	line-height: 25px;
	position: absolute;
	left: 28px;
	top: -35px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	/* bottom: 0; */
}
.logo-area-right div:hover span.cart-amnt {
    background: #333;
}
.shopping-cart-link:hover ul,
.wishlist-link:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.shopping-cart-link > ul,
.wishlist-link > ul {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 0 1px #ddd;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 140%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 300px;
    z-index: 9999999;
    border-top: 2px solid #32c5d2;
}
.shopping-cart-link ul li,
.wishlist-link ul li {
    margin-bottom: 20px;
    overflow: hidden;
}
.cart-img a img {
    width: 65px;
    background: #f1f1f1;
}
.cart-img {
    float: left;
}
.cart-content {
    float: left;
    padding-left: 35px;
    text-align: left;
}
.cart-content a h3 {
    font-size: 14px;
    margin: 0;
    color: #333;
    font-weight: 400;
}
.cart-content span {
    display: block;
    color: #333;
    margin-top: 5px;
}
span.cart-price {
    color: #333;
    font-weight: 700;
}
.cart-del {
    color: #333;
    cursor: pointer;
    float: right;
    font-size: 18px;
    margin-top: 12px;
}
.shipping {
    display: block;
    overflow: hidden;
}
.shipping span {
    color: #333;
    font-weight: 700;
}
.shipping span.cart-price {
    float: right;
}
hr.shipping-border {
    border-bottom: 1px solid #eee;
    border-top: 0 none;
    margin: 10px 0;
    padding: 0;
}
.shopping-cart-link ul li:last-child,
.wishlist-link ul li:last-child {
    margin: 0;
}
.checkout a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin-right: 0;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}
.checkout > a > i {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333333;
    float: right;
    line-height: 28px;
    margin: 0;
    text-align: center;
    width: 0;
    position: absolute;
    right: 106px;
}


/*
* ----------------------------------------------------------------------------------------
* 03. END NAVIGATION STYLE 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04. MENU STYLE
* ----------------------------------------------------------------------------------------
*/

.sticky-menu {
    position: relative;
    z-index: 999;
    width: 100%;
}
.mainmenu-area {
    background-color: #333;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    z-index: 999;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
..mainmenu-area.menu-animation {
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
}
.navbar-default {
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 25px;
    font-weight: 700;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #32c5d2;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #333;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #32c5d2;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #333;
}
/* dropdown menu style */

.navbar-left .dropdown-menu {
    right: auto;
    left: 0;
}
.dropdown-menu {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.176);
    display: block;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    top: 130%;
    z-index: 999999;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transform: scaleY(0);
    transform-origin: 0 0 0;
}
.dropdown-menu li > a {
    color: #333;
    clear: both;
    display: block;
    line-height: 1.42857;
    padding: 14px 20px;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.dropdown-menu li > a:hover,
.dropdown-menu > li > a:focus {
    color: #32c5d2 !important;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #fff;
}
.dropdown-menu li > a.active {
    color: #32c5d2 !important;
}
.dropdown:hover > .dropdown-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
    transform: scaleY(1);
}
.dropdown-menu .dropdown > .dropdown-menu {
    left: 300%;
    margin-top: -1px;
    min-width: 170px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    display: block;
}
.dropdown-menu li:not(:last-child) > a {
    border-bottom: 1px solid #e9e9e9;
}
.dropdown-menu .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    left: 100.5%;
}
/* mega menu */

.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {} .mega-dropdown-menu .dropdown-header {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
    letter-spacing: 2px;
    padding: 0 0 20px 16px;
}
.dropdown-menu.mega-dropdown-menu li > a {
    padding: 10px 16px;
}
.dropdown-menu.mega-dropdown-menu li:not(:last-child) > a {
    border: none !important;
}
.mega-dropdown-menu .single-list-view {
    padding: 0 0 30px;
}
.mega-dropdown .list-text .add-to-cart-btn {
    border-radius: 0;
    padding: 5px 17px;
}
.mega-dropdown .list-text .add-to-cart-btn:after {
    border-radius: 0;
}
ul.mega-dropdown-menu li {
    position: relative;
}
.label-hot:before,
.label-new:before {
    right: 0;
    top: 0;
    padding: 0 18px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    color: #fff;
}
.label-hot:before {
    background: #F73C56;
    content: "Hot";
}
.label-new:before {
    background: #5cb85c;
    content: "New";
}
/*
* ----------------------------------------------------------------------------------------
* 04. END MENU STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05. SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/
/* slider 1 */

.slider-area,
.home-page-slider,
.home-page-slider div {} .home-page-slider div.single-slide-item-tablecell,
.home-page-slider div.single-slide-item-tablecell div {
    height: auto
}
.single-slide-item-table {
    display: table;
    text-align: center;
    width: 100%;
}
.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.single-slide-item {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner .item img {
    margin: auto;
    width: 100%!important;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-animation: immortalkenburns 15000ms linear 0s infinite alternate;
    animation: immortalkenburns 15000ms linear 0s infinite alternate
}
@-webkit-keyframes immortalkenburns {
    0% {
        -webkit-transform: scale(1);
        -webkit-transition: -webkit-transform 15000ms linear 0s
    }
    100% {
        -webkit-transform: scale(1.2);
        -webkit-transition: -webkit-transform 15000ms linear 0s
    }
}
@-moz-keyframes immortalkenburns {
    0% {
        -moz-transform: scale(1);
        -moz-transition: -moz-transform 15000ms linear 0s
    }
    100% {
        -moz-transform: scale(1.2);
        -moz-transition: -moz-transform 15000ms linear 0s
    }
}
@-ms-keyframes immortalkenburns {
    0% {
        -ms-transform: scale(1);
        -ms-transition: -ms-transform 15000ms linear 0s
    }
    100% {
        -ms-transform: scale(1.2);
        -ms-transition: -ms-transform 15000ms linear 0s
    }
}
@-o-keyframes immortalkenburns {
    0% {
        -o-transform: scale(1);
        -o-transition: -o-transform 15000ms linear 0s
    }
    100% {
        -o-transform: scale(1.2);
        -o-transition: -o-transform 15000ms linear 0s
    }
}
@keyframes immortalkenburns {
    0% {
        transform: scale(1);
        transition: transform 15000ms linear 0s
    }
    100% {
        transform: scale(1.2);
        transition: transform 15000ms linear 0s
    }
}
.single-slide-item h2 {
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.single-slide-item p {
    font-size: 30px;
    color: #333;
    font-style: italic;
    margin-bottom: 30px;
    font-family: 'Pacifico', cursive;
    letter-spacing: 1px;
}
.btn-home-slider {
    background: #32c5d2;
    border: 2px solid #32c5d2;
    border-radius: 20px;
    padding: 13px 40px;
    position: relative;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
}
.btn-home-slider:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}
.btn-home-slider:hover,
.btn-home-slider:focus {
    color: #333;
}
.btn-home-slider:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.prev,
.next {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    background-color: #32c5d2;
    line-height: 40px;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.prev:hover,
.next:hover {
    background-color: #333;
    color: #fff;
}
.prev:focus,
.next:focus {
    background-color: #32c5d2;
    color: #fff;
}
.prev {
    left: -40px;
}
.next {
    right: -40px;
}
.home-page-slider:hover .prev {
    left: 20px;
}
.home-page-slider:hover .next {
    right: 20px;
}
.carousel-indicators-slider {
    bottom: 30px;
}
.carousel-indicators .active {
    background-color: #32c5d2;
    border-color: #32c5d2;
    width: 25px;
    height: 25px;
}
.carousel-indicators li {
    border-radius: 0;
    margin: 0 1px;
    width: 25px;
    height: 25px;
    background-color: #ccc;
    border-color: #ccc;
}
/* animations */

.carousel-fade .carousel-inner .item .single-slide-item h2 {
    -webkit-animation: fadeInDown 300ms linear 300ms both;
    -moz-animation: fadeInDown 300ms linear 300ms both;
    -o-animation: fadeInDown 300ms linear 300ms both;
    -ms-animation: fadeInDown 300ms linear 300ms both;
    animation: fadeInDown 300ms linear 300ms both;
}
.carousel-fade .carousel-inner .item.active .single-slide-item h2 {
    -webkit-animation: fadeInDown 300ms linear 300ms both;
    -moz-animation: fadeInDown 300ms linear 300ms both;
    -o-animation: fadeInDown 300ms linear 300ms both;
    -ms-animation: fadeInDown 300ms linear 300ms both;
    animation: fadeInDown 300ms linear 300ms both;
}
.carousel-fade .carousel-inner .item .single-slide-item p {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}
.carousel-fade .carousel-inner .item.active .single-slide-item p {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}
.carousel-fade .carousel-inner .item .btn-home-slider {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}
.carousel-fade .carousel-inner .item.active .btn-home-slider {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}


/* REVULATION SLIDER EDIT */

.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
	overflow: hidden !important;
}


/*
* ----------------------------------------------------------------------------------------
* 05. END SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*  06. BANNER STYLE 
* ----------------------------------------------------------------------------------------
*/

.single-banner {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.single-banner figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
}
.single-banner figure img {
    position: relative;
    min-height: 100%;
}
.single-banner figure figcaption {
    padding: 2em;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.single-banner figure figcaption:before,
.single-banner figure figcaption:after {
    pointer-events: none;
}
.single-banner figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.banner-effect figcaption {
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}
figure.banner-effect figcaption:before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid #fff;
    content: '';
}
figure.banner-effect figcaption:before,
figure.banner-effect p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
figure.banner-effect:hover figcaption:before,
figure.banner-effect:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.banner-effect:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}
figure.banner-effect p {
    top: 0;
    position: relative;
    color: #32c5d2;
    text-transform: capitalize;
}
.banner-mi-btn {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.banner-mi-btn .btn-img-hover {
    background: #fff;
    padding: 12px 15px;
    position: relative;
    color: #333;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
}
.banner-mi-btn .btn-img-hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #32c5d2;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}
.banner-mi-btn .btn-img-hover:hover,
.btn-img-hover:focus {
    color: #fff;
}
.banner-mi-btn .btn-img-hover:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
/*
* ----------------------------------------------------------------------------------------
*   06. END BANNER STYLE 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   07. FEATURED PRODUCT STYLE 
* ----------------------------------------------------------------------------------------
*/

.product-area {
    width: 100%;
    float: left;
}
.single-product {
    position: relative;
    border: 1px solid #e9e9e9;
    margin: 0 15px 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.product-image {
    background: #f1f1f1;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 1;
}
.product-image a {
    display: block;
    position: relative;
}
.product-image a img {
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.single-product:hover .product-image a img {
    opacity: 0;
    visibility: hidden;
}
.product-image a img.hover-image {
    position: absolute;
    left: 0;
    top: 0;
}
.product-image a img.hover-image {
    opacity: 0;
    visibility: hidden;
}
.single-product:hover .product-image a img.hover-image {
    opacity: 1;
    visibility: visible;
}
.single-product:hover {
    box-shadow: 0px 7px 14px rgba(0, 0, 0, .2);
}
.single-product:hover .add-to-cart a {
    box-shadow: 0 0 5px #ccc;
}
.single-product:hover .product-image a img.hover-image {
    top: 0;
}
.product-action {
    width: 45px;
    position: absolute;
    top: 8%;
    right: 6%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}
.single-product:hover .product-action {
    right: 6%;
    opacity: 1;
    visibility: visible;
}
.single-product:hover .product-action .view {
    -webkit-animation: fadeInRight 800ms ease-in-out;
    animation: fadeInRight 700ms ease-in-out;
}
.single-product:hover .product-action .wishlist {
    -webkit-animation: fadeInRight 900ms ease-in-out;
    animation: fadeInRight 900ms ease-in-out;
}
.single-product:hover .product-action .compare {
    -webkit-animation: fadeInRight 1000ms ease-in-out;
    animation: fadeInRight 1100ms ease-in-out;
}
.product-image .product-action a {
    color: #333;
    font-size: 18px;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    position: relative;
    text-align: center;
    background: #fff;
    margin: 6px;
}
.pro-badge {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 25px;
    left: 0;
    line-height: 30px;
    padding: 0 18px;
    background: #32c5d2 none repeat scroll 0 0;
    z-index: 2;
}
.single-product:hover .pro-badge-area span.pro-badge-new {
    background: #333;
}
.single-product h4.name {
    margin: 0;
    margin-bottom: 15px;
}
.single-product h4.name a {
    color: #474747;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.single-product h4.name a:hover {
    color: #32c5d2;
}
.single-product .add-to-cart {
    margin-top: 50px;
}
.single-product .add-to-cart a {
    background: #cdcdcd;
    padding: 10px 13px;
    border-radius: 100%;
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 30px;
    bottom: -28px;
    margin: auto;
    color: #fff;
    border: 5px solid #fff;
    font-size: 18px;
    left: 0;
    right: 0;
}
.single-product .add-to-cart a:hover {
    background: #32c5d2;
}
del .amount-del {
    margin-right: 5px;
    font-weight: 700;
    display: inline;
}
span.amount {
    color: #757575;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: block;
}
p.product-rate {
    color: #32c5d2;
}
.feaproduct-carousel.owl-theme .owl-controls .owl-buttons div,
.product-quick-view-slider.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 45%;
    height: 40px;
    width: 40px;
    background-color: #32c5d2;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.feaproduct-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev,
.product-quick-view-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -55px;
}
.feaproduct-carousel.owl-theme .owl-controls .owl-buttons div.owl-next,
.product-quick-view-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -55px;
}
.feaproduct-carousel:hover.owl-theme .owl-controls .owl-buttons div,
.product-quick-view-slider:hover.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    visibility: visible;
}
.feaproduct-carousel:hover.owl-theme .owl-controls .owl-buttons div.owl-prev,
.product-quick-view-slider:hover.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -20px;
}
.feaproduct-carousel:hover.owl-theme .owl-controls .owl-buttons div.owl-next,
.product-quick-view-slider:hover.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -20px;
}
.product-quick-view {
    z-index: 99999;
}
.product-quick-view .modal-content {
    border-radius: 0;
    border: 20px solid #ccc;
}
.product-quick-view .modal-header,
.product-quick-view .modal-footer {
    border: none;
}
.product-quick-view .modal-dialog {
    width: 900px;
}
.product-quick-view .modal-body {
    padding: 20px;
}
.product-quick-view-image {
    background: #f1f1f1;
}
.product-quick-view-image img {
    width: 100%;
}
.product-quick-view h3 {
    margin: 0 0 20px;
    text-transform: capitalize;
}
.product-quick-view span.amount {
    margin-bottom: 20px;
}
.product-quick-view p {
    margin: 0 0 20px;
}
.product-quick-view .modal-header .close {
    background: #333;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
    text-shadow: inherit;
}
.quantity .demo_vertical {
	text-align: center;
	width: 60px;
	margin-right: 10px;
}
.cart-info {
    float: left;
    width: 100%;
}
.quantity {
    padding-left: 0;
}
.quantity .input-group {
    display: flex;
}
.quantity label {
    margin: 10px 0 0px 0;
    padding-left: 0;
    text-transform: uppercase;
}
.quantity .bootstrap-touchspin .input-group-btn-vertical {
	background-color: #fff;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 30px;
}
.quantity .bootstrap-touchspin .btn {
    height: 50%;
    margin: 0;
    padding: 0;
    border-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical i {
	font-size: 11px;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product-quick-view .add-to-cart-btn {
    background: #32c5d2;
    border: 2px solid #32c5d2;
    border-radius: 0;
    padding: 8px 25px;
    margin-top: 25px;
    position: relative;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
}
.product-quick-view .add-to-cart-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}
.product-quick-view .add-to-cart-btn:hover,
.add-to-cart-btn:focus {
    color: #333;
}
.product-quick-view .add-to-cart-btn:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
/*
* ----------------------------------------------------------------------------------------
*   07. END FEATURED PRODUCT STYLE 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   08. PROMO STYLE
* ----------------------------------------------------------------------------------------
*/

.single-promo {
    position: relative;
}
.single-promo-content {
    position: absolute;
    left: 0;
    right: 20%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-promo {
    transition: all.4s;
}
.single-promo:hover {
    transform: scale(1.05);
}
.single-promo-content h2 {
    font-size: 35px;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.single-promo-content p {
    font-size: 30px;
    color: #333;
    font-style: italic;
    margin-bottom: 30px;
    font-family: 'Pacifico', cursive;
    letter-spacing: 1px;
}
/* promo style two */

.single-promo-two {
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    z-index: 99;
}
.single-promo-two:hover {
    transform: scale(1.05);
    z-index: 99;
}
.single-promo-two:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.single-promo-two:hover:before {
    opacity: 0.2;
}
.single-promo-two-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-promo-two:hover .single-promo-two-content {
    top: 30%;
}
.single-promo-two img {
    width: 100%;
}
.single-promo-two-content h3 {
    text-transform: uppercase;
    margin: 0 0 8px;
    color: #fff;
}
.single-promo-two-content p {
    color: #fff;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'Pacifico', cursive;
    letter-spacing: 1px;
}
.btn-style-2 {
    background: #32c5d2;
    border: 2px solid #32c5d2;
    border-radius: 0;
    padding: 5px 16px;
    position: relative;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
}
.btn-style-2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}
.btn-style-2:hover,
.btn-style-2:focus {
    color: #333;
}
.btn-style-2:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
/*
* ----------------------------------------------------------------------------------------
*   08. END PROMO STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*  09. PRODUCT TAB STYLE
* ----------------------------------------------------------------------------------------
*/

.product-tabs .nav.nav-tabs {
    margin-bottom: 50px;
    position: relative;
}
.product-tabs .nav-tabs > li {
    float: none;
    display: inline-block;
}
.product-tabs .nav-tabs > li.active > a,
.product-tabs .nav-tabs > li.active > a:focus,
.product-tabs .nav-tabs > li.active > a:hover {
    color: #333;
    font-weight: 700;
    border-bottom: 3px solid #32c5d2;
}
.product-tabs .nav-tabs > li > a:focus,
.product-tabs .nav-tabs > li > a:hover,
.product-tabs .nav-tabs > li > a:active {
    color: #333;
    background-color: transparent;
    border: none;
}
.product-tabs .nav-tabs > li > a {
    margin: 0;
    padding: 10px 30px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    color: #ccc;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
}
.product-tabs .nav-tabs {
    width: 100%;
    background-color: transparent;
    border: none;
}
.product-tabs .nav-tabs li:after {
    content: "/";
    position: absolute;
    top: 19px;
    font-size: 26px;
}
.product-tabs .nav-tabs li:last-child:after {
    content: "";
}
/*
* ----------------------------------------------------------------------------------------
*   09. END PRODUCT TAB STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*  10. BLOG STYLE
* ----------------------------------------------------------------------------------------
*/

.single-blog {
    position: relative;
    margin: 0 15px 30px;
    overflow: hidden;
}
.blog-image {
    position: relative;
}
.blog-image img {
    width: 100%;
}
.blog-image:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.blog-social {
    margin-bottom: 30px;
}
.blog-social li {
    display: inline-block;
}
.blog-social li a {
    color: #fff;
    display: block;
    margin-right: 3px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    background-color: #ccc;
    border-radius: 7px;
    margin-top: 20px;
    text-align: center;
}
.blog-social li a:hover {
    background-color: #32c5d2;
}
.blog-text {
    border: 1px solid #e9e9e9;
    padding: 20px;
    color: #333;
    background-color: #F9F9F9;
    position: relative;
    top: 37px;
    left: -24px;
}
.blog-text h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blog-text span {
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 3px;
}
.blog-text span i {
    padding-right: 5px;
    color: #333;
}
.blog-text span.post-admin {
    font-weight: 600;
}
.btn-blog-bg {
    color: #fff;
    padding: 10px 20px;
    background-color: #32c5d2;
    display: inline-block;
    margin: 20px 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn-blog-bg i {
    padding-left: 10px;
}
.single-blog:hover .blog-image:before {
    opacity: 0.5;
}
.single-blog:hover .btn-blog-bg {
    background-color: #333;
    color: #fff;
}
.single-blog:hover .blog-text h4 {
    color: #32c5d2;
}
.blog-slider.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 45%;
    height: 40px;
    width: 40px;
    background-color: #32c5d2;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.blog-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -55px;
}
.blog-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -55px;
}
.blog-slider:hover.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    visibility: visible;
}
.blog-slider:hover.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -20px;
}
.blog-slider.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 10px;
}
/*
* ----------------------------------------------------------------------------------------
*   10. END BLOG STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   11. SERVICES STYLE
* ----------------------------------------------------------------------------------------
*/

.single-service {
    border: 1px solid #32c5d2;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    padding: 52px;
    min-height: 321px;
    margin-bottom: 30px;
}
.single-service:before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #f7f7f7;
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single-service:hover:before {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.single-service h3 {
    position: relative;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}
.single-service p {
    margin-bottom: 20px;
}
.single-service h3 i {
    font-size: 40px;
    color: #32c5d2;
    vertical-align: -5px;
    display: inline-block;
    padding-right: 10px;
}
.single-service ul li {
    display: inline;
}
.single-service ul li a {
    font-size: 40px;
    color: #d2dae3;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 5px;
}
.single-service ul li a:hover i {
    color: #262626;
}
/*
* ----------------------------------------------------------------------------------------
*   11. END SERVICES STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   12. TESTIMONIAL & BRAND STYLE
* ----------------------------------------------------------------------------------------
*/
/* testimonial */

.box-testimony {
    margin: 60px 15px;
}
.box-testimony blockquote {
    border-left: none;
    padding: 40px;
    background: #F2F2F2;
    position: relative;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.box-testimony blockquote .quote {
    position: absolute;
    top: 0;
    display: table;
    margin-top: -52px;
}
.box-testimony blockquote .quote > span {
    display: table-cell;
    vertical-align: middle;
}
.box-testimony blockquote .quote > span img {
    height: 90px;
    width: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.box-testimony .author {
    color: #333;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 5px;
}
.box-testimony .author .subtext {
    font-weight: 400;
}
.box-testimony:hover.box-testimony blockquote {
    background: #32c5d2;
}
.box-testimony:hover.box-testimony blockquote,
.box-testimony:hover.box-testimony .author {
    color: #fff;
}
.client-testimonial.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 45%;
    height: 40px;
    width: 40px;
    background-color: #32c5d2;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.client-testimonial.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -55px;
}
.client-testimonial.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -55px;
}
.client-testimonial:hover.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    visibility: visible;
}
.client-testimonial:hover.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -20px;
}
.client-testimonial:hover.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -20px;
}
/* brands */

.single-brand img {
    width: 190px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.single-brand:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0px 7px 14px rgba(0, 0, 0, .2);
}
/*
* ----------------------------------------------------------------------------------------
*   12. END TESTIMONIAL & BRAND STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   13. SHOP PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/* category filter menu */

.category-filter-menu ul {
    list-style-type: none;
    margin-bottom: 30px;
    padding: 0;
}
.category-filter-menu ul li {
    border: 1px solid #e9e9e9;
    background: #32c5d2 none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    margin: 0 5px 13px;
    padding: 8px 25px;
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.category-filter-menu ul li:hover,
.category-filter-menu ul li.active {
    background: #333 none repeat scroll 0 0;
    border-color: #333;
    color: #fff;
}
.econam-sorting {
    float: left;
    width: 100%;
}
.woocommerce-ordering {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 6px;
}
.woocommerce-result-count {
    float: left;
    position: relative;
    margin-bottom: 0;
    padding: 6px;
}
.woocommerce-ordering select {
    border-radius: 0;
    width: 90%;
}
.woocommerce-pagination {
    float: right;
    padding: 6px;
}
.woocommerce-pagination .pagination {
    margin: 0;
    border-radius: 0;
}
.woocommerce-pagination .pagination > li > a,
.woocommerce-pagination .pagination > li > span {
    background-color: rgba(0, 0, 0, .025);
    border: none;
    color: #43454b;
    margin: 0 3px;
}
.woocommerce-pagination .pagination > .disabled > a,
.woocommerce-pagination .pagination > .disabled > a:focus,
.woocommerce-pagination .pagination > .disabled > a:hover,
.woocommerce-pagination .pagination > .disabled > span,
.woocommerce-pagination .pagination > .disabled > span:focus,
.woocommerce-pagination .pagination > .disabled > span:hover {
    color: #43454b;
    background-color: rgba(0, 0, 0, .025);
}
.woocommerce-pagination .pagination > li:first-child > a,
.woocommerce-pagination .pagination > li:first-child > span,
.woocommerce-pagination .pagination > li:last-child > a,
.woocommerce-pagination .pagination > li:last-child > span {
    border-radius: 0;
}
.woocommerce-pagination .pagination > li > a.active,
.woocommerce-pagination .pagination > li > a:hover,
.woocommerce-pagination .pagination > li > span:hover {
    background-color: #32c5d2;
    color: #fff;
}
.gridlist-toggle {
    display: block;
    clear: both;
    padding: 14px 6px 25px;
    margin-top: 16px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}
.gridlist-toggle .nav-tabs {
    border: none;
}
.gridlist-toggle .nav-tabs > li > a {
    margin-right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border: none;
    color: #333;
}
.gridlist-toggle .nav-tabs > li.active > a,
.gridlist-toggle .nav-tabs > li.active > a:focus,
.gridlist-toggle .nav-tabs > li.active > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 0;
    color: #333;
}
.tab-content {
    float: left;
    width: 100%;
}
.products-page .single-product {
    margin: 30px 0 60px;
}
.product-grid .mix,
.blog-lists .mix {
    display: none;
}
.single-list-view {
    border-bottom: 1px solid #e9e9e9;
    padding: 30px 0;
}
.single-list-view:last-child {
    border: none;
}
.list-img {
    position: relative;
    border: 1px solid #e9e9e9;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.list-img .product-image {
    margin-bottom: 0 !important;
}
.list-img:hover .product-image a img {
    opacity: 0;
    visibility: hidden;
}
.list-img:hover .product-image a img.hover-image {
    top: 0;
    opacity: 1;
    visibility: visible;
}
.list-img:hover .product-image a img {
    opacity: 0;
    visibility: hidden;
}
.single-list-view .list-text h4 {
    font-size: 24px;
}
.mega-menu-wraper .list-text h4 {
    font-size: 18px;
}
.list-text h4 {
    margin: 0 0 20px;
    text-transform: capitalize;
}
.list-text p {
    margin: 0 0 20px;
}
.list-text .add-to-cart-btn {
    background: #32c5d2;
    border: 2px solid #32c5d2;
    border-radius: 20px;
    padding: 8px 25px;
    margin-top: 33px;
    margin-right: 10px;
    position: relative;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
}
.list-text .add-to-cart-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}
.list-text .add-to-cart-btn:hover,
.add-to-cart-btn:focus {
    color: #333;
}
.list-text .add-to-cart-btn:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.list-text .add-to-cart-btn:focus {
    color: #fff;
}
/* SHOP SIDEBAR */

.sidebar-widget {
    margin-bottom: 40px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
}
.sidebar-widget:last-child {
    margin-bottom: 0;
}
/* widget title */

.sidebar .shop-widget-title {
    position: relative;
    background: #32c5d2;
    padding: 16px 0px;
    margin-bottom: 20px;
}
.sidebar .shop-widget-title h2 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
.sidebar .shop-widget-title i {
    position: relative;
    font-size: 18px;
    display: inline-block;
    margin: 0 4px 0 20px;
    color: #fff;
}
/* pricing range slider */

.range-slider {
    margin-bottom: 20px;
    padding: 16px;
}
#slider-range {
    margin-bottom: 20px;
}
.range-slider input {
    width: 34%;
    padding: 8px 0;
}
.range-slider label {
    display: inline;
    padding-left: 16px;
    margin: 0;
}
.range-slider label,
.range-slider span {
    color: #afafaf;
    font-weight: 400;
}
.range-slider input#amount {
    border: 0 none;
}
.filter-btn {
    border: 1px solid #32c5d2;
    background: #32c5d2;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    padding: 8px 17px;
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    float: left;
}
.filter-btn:hover {
    background: #45c8d2;
    border: 1px solid #43c802;
    color: #fff;
}
/* shop categories widget */

.sidebar-widget .list {
    position: relative;
    padding-bottom: 20px;
}
.sidebar-widget .list li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}
.sidebar-widget .list li:last-child {
    border-bottom: none;
}
.sidebar-widget .list li a {
    position: relative;
    display: block;
    color: #777777;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 20px;
    padding-left: 48px;
    text-transform: capitalize;
}
.sidebar-widget .list li a:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 14px;
    width: 16px;
    height: 16px;
    border: 1px solid #32c5d2;
}
.sidebar-widget .list li a:after {
    content: "";
    position: absolute;
    left: 24px;
    top: 18px;
    width: 8px;
    height: 8px;
    background: #32c5d2;
    opacity: 0;
}
.sidebar-widget .list li a:hover,
.sidebar-widget .list li.current a {
    color: #32c5d2;
}
.sidebar-widget .list li a:hover::after,
.sidebar-widget .list li.current a:after {
    opacity: 1;
}
/* offfer box widget */

.sidebar-widget .widget-box {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    outline: 5px solid #32c5d2;
    padding: 5px 0px;
    outline-offset: -5px;
}
.sidebar-widget .content-box {
    position: relative;
    padding: 40px 20px;
    color: #ffffff;
    background: rgba(16, 16, 16, 0.60);
    margin: 5px 10px;
}
.sidebar-widget .content-box .title-text {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 24px;
    line-height: 1em;
    font-family: 'Pacifico', cursive;
}
.sidebar-widget .content-box .save-title {
    font-size: 32px;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 1em;
}
.sidebar-widget .content-box .save-percent {
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 30px;
    font-family: 'Pacifico', cursive;
}
.sidebar-widget .best-sellers-product {
    padding: 16px;
}
/*
* ----------------------------------------------------------------------------------------
*   13. ENS SHOP PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   14. FEATURES BLOCK STYLE
* ----------------------------------------------------------------------------------------
*/

.single-features {
    overflow: hidden;
}
.single-features:hover .single-features-icon i {
    background: #32c5d2;
    color: #fff;
}
.single-features .single-features-icon {
    margin-right: 20px;
    position: relative;
}
.single-features .single-features-icon,
.single-features .single-features-text {
    float: left;
}
.single-features .single-features-icon:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #32c5d2;
    right: -8px;
    top: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-features .single-features-icon i {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    color: #32c5d2;
    font-size: 36px;
    float: left;
    border: 1px solid #32c5d2;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-features .single-features-text {
    width: 75%;
}
.single-features-text h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 21px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-features-text p {
    margin-bottom: 10px;
}
/*
* ----------------------------------------------------------------------------------------
*   14. END FEATURES BLOCK STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   15. WHISHLIST PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.page-title {
    margin-bottom: 60px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 15px;
}
.page-title i {
    position: relative;
    font-size: 40px;
    display: inline-block;
    margin: 0 4px 0 20px;
    color: #32c5d2;
}
.page-title h3 {
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
}
.page-title p {
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
    color: #333;
    font-size: 20px;
    font-weight: 700;
}
.whishlist-table .whishlist-pro-img img {
    width: 90px;
    background: #f1f1f1;
}
.whishlist-table p {
    font-weight: 700;
    color: #333;
}
.whishlist-table p span {
    font-weight: 400;
}
.whishlist-table .thead-inverse th {
    color: #333;
    background-color: #f8f8f8;
    text-transform: uppercase;
    padding: 30px;
    border: 1px solid #e9e9e9 !important;
}
.whishlist-table tr td {
    vertical-align: middle !important;
    padding: 30px !important;
    border: 1px solid #e9e9e9;
}
.whishlist-table p a i {
    color: #333;
    font-size: 30px;
}
.whishlist-table {
    margin: 0 0 20px;
}
.update-cart-btn {
    background: transparent;
    border: 2px solid #32c5d2;
    color: #333;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 60px;
    padding: 12px 20px;
    border-radius: 0;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.update-cart-btn:hover,
.update-cart-btn:focus {
    color: #32c5d2;
}
.yith-wcwl-share {
    margin-bottom: 0;
    float: left;
    width: 100%;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
    margin: 0;
}
.yith-wcwl-share ul li {
    display: inline-block;
    position: relative;
}
.yith-wcwl-share ul li a {
    color: #fff;
    display: inline-block;
    position: relative;
    margin: 10px 0;
}
.yith-wcwl-share ul li a i {
    padding: 4px;
}
.yith-wcwl-share ul li a .icofont-social-facebook {
    background-color: #5D82D1;
}
.yith-wcwl-share ul li a .icofont-social-twitter {
    background-color: #40BFF5;
}
.yith-wcwl-share ul li a .icofont-social-pinterest {
    background-color: #CC181E;
}
.yith-wcwl-share ul li a .icofont-social-google-plus {
    background-color: #CC181E;
}
.yith-wcwl-share ul li a .icofont-envelope {
    background-color: #E48400;
}
/* shop step wizard */

.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 32px;
    left: 0;
    right: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.stepwizard-step .btn-circle {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    padding: 0;
    width: 63px;
    height: 63px;
    line-height: 59px;
    border: 1px solid #e5e5e5;
    background-color: #f8f8f8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.stepwizard-step .active {
    background-color: #32c5d2;
    color: #fff;
    box-shadow: none;
}
.stepwizard-step p {
    margin-top: 10px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
}
/*
* ----------------------------------------------------------------------------------------
*   15. END WHISHLIST PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   16. CART PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

#cart-accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    position: relative;
}
#cart-accordion .panel-heading {
    background-color: #f8f8f8;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    position: relative;
}
#cart-accordion a.accordion-toggle i {
    position: absolute;
}
#cart-accordion .panel-heading .panel-title {
    font-family: montserrat;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
#cart-accordion a.accordion-toggle {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    padding: 30px;
}
#cart-accordion .panel-collapse {
    border: medium none;
    box-shadow: none;
}
#cart-accordion .panel-body {
    background-color: #fff;
    border: medium none;
    padding: 30px;
}
#cart-accordion .panel-body p {
    color: #777;
    font-size: 13px;
    margin-bottom: 10px;
}
#cart-accordion.panel-group .panel + .panel {
    margin-top: 1px;
}
#cart-accordion a.accordion-toggle.collapsed {
    background-color: #f8f7f7;
    color: #323232;
}
.coupon-form .form-control {
    width: 90%;
}
.coupon-btn {
    background: transparent;
    border: 2px solid #32c5d2;
    color: #333;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 0;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.coupon-btn:hover,
.coupon-btn:focus {
    color: #32c5d2;
}
.cart-total-table {
    margin: 45px 0 40px;
}
.cart-total-table tr th {
    border: 1px solid #e9e9e9 !important;
    padding: 30px !important;
    vertical-align: middle !important;
    color: #333;
}
.cart-total-table tr td {
    padding: 30px !important;
    vertical-align: middle !important;
    color: #333;
}
.cart-total-table tbody {
    border: 1px solid #e9e9e9 !important;
}
/*
* ----------------------------------------------------------------------------------------
*   16. END CART PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   17. CHECKOUT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

#checkout-accordion.panel-group {
    margin-bottom: 70px;
}
#checkout-accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    position: relative;
}
#checkout-accordion .panel-heading {
    background-color: #f8f8f8;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    position: relative;
}
#checkout-accordion a.accordion-toggle i {
    color: #333;
}
#checkout-accordion .panel-heading .panel-title {
    font-family: montserrat;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px;
}
#checkout-accordion a.accordion-toggle {
    display: inline-block;
    color: #32c5d2;
    font-weight: 700;
}
#checkout-accordion .panel-collapse {
    border: medium none;
    box-shadow: none;
}
#checkout-accordion .panel-body {
    background-color: #fff;
    border: medium none;
    padding: 20px;
}
#checkout-accordion .panel-body p {
    color: #777;
    font-size: 13px;
    margin-bottom: 10px;
}
#checkout-accordion.panel-group .panel + .panel {
    margin-top: 1px;
}
#checkout-accordion a.accordion-toggle.collapsed {
    background-color: #f8f7f7;
    color: #323232;
}
.required {
    border-bottom: 0 !important;
    color: red;
}
.userlogin-btn {
    background: #32c5d2;
    border: 2px solid #32c5d2;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 0;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.userlogin-btn:hover,
.userlogin-btn:focus {
    background: #333;
    color: #fff;
    border-color: #333;
}
.checkout-form,
.order-note-form {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}
.checkout-form .form-group,
.order-note-form .form-group,
.payment-method .form-group {
    padding-left: 0;
}
.checkout-total-table {
    margin: 45px 0 40px;
}
.checkout-total-table tr th {
    border: 1px solid #e9e9e9 !important;
    padding: 29px !important;
    vertical-align: middle !important;
}
.checkout-total-table tr td {
    padding: 28px !important;
    vertical-align: middle !important;
    border: 1px solid #e9e9e9 !important;
}
.order-btn {
    background: #32c5d2;
    border: 2px solid #32c5d2;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 30px;
    padding: 12px 80px;
    border-radius: 0;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.order-btn:hover,
.order-btn:focus {
    color: #fff;
    background: #333;
    border-color: #333;
}
/*
* ----------------------------------------------------------------------------------------
*   17. END CHECKOUT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   18. SINGLE PRODUCT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/* product zoom with slider */

.bx-controls-direction a.bx-next::before,
.bx-controls-direction a.bx-prev::before {
    content: "\eb5e";
    font-family: 'IcoFont' !important;
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-zoom-action {
    width: 45px;
    position: absolute;
    top: 12%;
    left: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9;
}
.product-zoom-action a {
    color: #fff;
    font-size: 18px;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 46px;
    display: block;
    position: relative;
    text-align: center;
    background: rgba(16, 16, 16, 0.60);
    margin: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.single-zoom-thumb .bx-wrapper .bx-controls-direction a:hover {
    color: #32c5d2;
    border-color: #32c5d2;
}
.single-zoom-thumb .bx-wrapper .bx-controls-direction a.bx-next:before {
    content: "\eb61"
}
.single-zoom-thumb .bx-wrapper .bx-controls-direction a {
    font-size: 0;
    color: #fff;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 15px;
    bottom: 0;
    background: rgba(16, 16, 16, 0.60);
}
.single-zoom-thumb .bx-wrapper .bx-controls-direction a.bx-next {
    right: 20px;
    left: auto;
}
.zoomLens {
    height: 230px !important;
    width: 190px !important;
    display: block;
    opacity: 0.5 !important;
    cursor: crosshair !important;
    border: 1px solid #e9e9e9 !important;
}
.zoomWindow {
    height: 100% !important;
    width: 100% !important;
    border: 1px solid #e9e9e9 !important;
    margin-left: 10px !important;
}
.zoomWrapper,
.single-zoom-thumb {
    position: relative;
}
.single-zoom img {
    background: #f1f1f1;
}
.single-zoom-thumb {
    width: 312px;
    left: 69px;
    margin: 20px 0 0;
}
.bx-wrapper {
    -moz-box-shadow: 0 0 0px;
    -webkit-box-shadow: 0 0 0px;
    box-shadow: 0 0 0px;
    border: 0;
    background: inherit;
    max-width: 100%;
    margin-left: -70px;
}
.bx-wrapper a.elevatezoom-gallery img {
    width: 85px;
    background: #f1f1f1;
}
.bx-wrapper a.elevatezoom-gallery.active img {
    border: 2px solid #e9e9e9;
}
.product-details-one,
.product-details-two {
    float: left;
    width: 100%;
}
.product-details-one h3 {
    margin: 0 0 30px;
    text-transform: capitalize;
}
.product-review p {
    display: inline-block;
    margin: 0 10px 30px 0 !important;
}
.product-details-one p {
    margin: 0 0 20px;
}
.product-review p a {
    color: #93989B;
    text-decoration: underline;
}
.product-review p a:hover {
    color: #32c5d2
}
.pro-attributes .form-group {
    padding-left: 0;
    margin-bottom: 0;
}
.pro-ext-attributes p {
    margin: 0 0 6px;
    font-weight: 700;
    color: #333;
}
.pro-ext-attributes p a {
    color: #333;
}
.pro-ext-attributes p a:hover {
    color: #32c5d2;
}
.pro-ext-attributes p span {
    font-weight: 400;
}
.pro-ext-attributes {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.pro-attributes {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}
.product-details-two span.amount {
    font-size: 20px;
    margin-bottom: 30px;
}
.product-details-two span.label-save {
    background: #32c5d2;
    color: #fff;
    padding: 4px 14px;
    margin: 0 0 0 30px;
    font-size: 16px;
}
.product-details-two .add-to-cart-btn-wrap,
.product-details-two .add-to-whishlist-wrap {
    float: left;
    width: 100%;
}
.product-details-two .add-to-cart-btn {
    background: #32c5d2;
    border: 2px solid #32c5d2;
    border-radius: 0;
    padding: 8px 20px;
    margin-top: 30px;
    position: relative;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
}
.product-details-two .add-to-cart-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}
.product-details-two .add-to-cart-btn:hover,
.product-details-two .add-to-cart-btn:focus {
    color: #333;
}
.product-details-two .add-to-cart-btn:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.add-to-whishlist {
    color: #333;
    margin: 30px 0;
    display: block;
}
.add-to-whishlist:hover {
    color: #32c5d2;
}
/* single product tab */

.single-product-tabs {
    margin-bottom: 50px;
}
.single-product-tabs .tab-content {
    padding: 0 0 4px 30px;
}
.single-product-tabs .tab-content h2 {
    margin: 0 0 30px;
    font-size: 20px;
}
.single-product-tabs .nav.nav-tabs {
    margin-bottom: 30px;
}
.single-product-tabs .nav-tabs > li.active > a {
    color: #32c5d2;
    font-weight: 700;
    border-left: 3px solid #32c5d2;
    border-right: none;
}
.single-product-tabs .nav-tabs > li.active > a:focus {
    border: none;
    color: #32c5d2;
    border-left: 3px solid #32c5d2;
    border-right: none;
    border-bottom: 1px solid #e9e9e9;
}
.single-product-tabs .nav-tabs > li.active > a:hover {
    border: none;
    color: #333;
    border-left: 3px solid #32c5d2;
    border-right: none;
    border-bottom: 1px solid #e9e9e9;
}
.single-product-tabs .nav-tabs > li > a > i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    right: -1em;
    display: block;
    -webkit-transition: all, ease, .3s;
    -moz-transition: all, ease, .3s;
    transition: all, ease, .3s;
}
.single-product-tabs .nav-tabs > li.active > a > i {
    opacity: 1;
    right: 1em;
}
.single-product-tabs .nav-tabs > li > a:hover {
    background: transparent;
    color: #32c5d2;
}
.single-product-tabs .nav-tabs > li > a {
    border: none;
    border-radius: 0;
    color: #333;
    font-weight: 700;
    padding: 22px 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}
.single-product-tabs .nav-tabs {
    background-color: #fff;
}
.single-product-tabs ul.tab-list {
    list-style: none;
    margin-top: 20px;
    line-height: 30px;
}
.single-product-tabs ul.tab-list li a {
    color: #888;
}
.single-product-tabs .nav-tabs > li {
    float: none;
}
.single-product-tabs .tab-content p {} .single-product-tabs .tab-content h3 {
    margin: 0 0 30px;
    text-transform: capitalize;
}
/* reviews style */

.comments-area {
    margin-bottom: 30px;
}
.comments-area ol {
    list-style: none;
    padding: 0;
}
.comments-list li {
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
}
.comments-list li:last-child {
    border: none
}
.comments-list li .product-review {
    float: right;
}
.comments-list li .avatar {
    float: left;
    margin: 0 25px 0 0;
    border: 1px solid #e9e9e9;
}
.comments-list li .avatar img {
    width: 90px;
    height: 90px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.comments-list li ol,
.comments-list li ul {
    margin-left: 104px;
}
.review_form_wrapper {
    border: 1px solid #f0f0f0;
    padding: 30px;
    overflow: hidden;
}
.review_form_wrapper p.product-rate label {
    display: block;
    margin: 0;
    color: #333;
}
.review_form_wrapper p.comment-notes {
    margin-bottom: 20px;
}
.review_form_wrapper .form-group {
    padding-left: 0;
}
.review_form_wrapper .pro-re-box.form-control {
    height: 190px;
}
.review_form_wrapper .order-btn {
    margin-top: 15px;
}
/*
* ----------------------------------------------------------------------------------------
*   18. END SINGLE PRODUCT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   19. FAQ PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

#accordion.panel-group,
#accordion-right.panel-group {
    margin-bottom: 70px;
}
#accordion .panel,
#accordion-right .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    position: relative;
}
#accordion .panel-heading,
#accordion-right .panel-heading {
    background-color: #32c5d2;
    border: 1px solid #32c5d2;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    position: relative;
}
#accordion a.accordion-toggle i,
#accordion-right a.accordion-toggle i {
    margin-right: 15px;
    font-weight: 700
}
#accordion .panel-heading .panel-title,
#accordion-right .panel-heading .panel-title {
    font-family: montserrat;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
#accordion a.accordion-toggle,
#accordion-right a.accordion-toggle {
    display: block;
    color: #fff;
    font-weight: 700;
    padding: 20px;
}
#accordion .panel-collapse,
#accordion-right .panel-collapse {
    border: medium none;
    box-shadow: none;
}
#accordion .panel-body,
#accordion-right .panel-body {
    border: medium none;
    padding: 20px;
    background-color: #f8f8f8;
}
#accordion .panel-body p,
#accordion-right .panel-body p {
    color: #777;
    font-size: 13px;
    margin-bottom: 10px;
}
#accordion.panel-group .panel + .panel,
#accordion-right.panel-group .panel + .panel {
    margin-top: 1px;
}
#accordion a.accordion-toggle.collapsed,
#accordion-right a.accordion-toggle.collapsed {
    background-color: #fff;
    color: #333;
}
/* faq contact from */

#contact-form .form-group {
    position: relative;
}
#contact-form .form-group i {
    position: absolute;
    right: 30px;
    top: 40%;
}
#contact-form textarea.form-control {
    height: 150px;
}
.mb-0 {
    margin-bottom: 0
}
.con-fro-btn {
    background: #32c5d2;
    border: 2px solid #32c5d2;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-right: 15px;
    padding: 12px 50px;
    border-radius: 0;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.con-fro-btn:hover,
.con-fro-btn:focus {
    color: #fff;
    background: #333;
    border-color: #333;
}
.con-fro-cle-btn {
    background: #333;
    border: 2px solid #333;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 12px 50px;
    border-radius: 0;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.con-fro-cle-btn:hover,
.con-fro-cle-btn:focus {
    color: #fff;
    background: #333;
    border-color: #333;
}
/*
* ----------------------------------------------------------------------------------------
*   19. END FAQ PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   20. ABOUT US PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.about-us-left {
    float: left;
    width: 100%;
}
.about-us-left h3 {
    margin: 0 0 20px;
}
.about-us-left span {
    font-size: 13px;
    margin: 0 0 20px;
    display: block;
}
.about-us-left p {
    color: #333;
    margin: 0 0 20px;
}
.single-about-us-features a {
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 20px;
}
.single-about-us-features:hover a {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.about-us-left .about-social li a {
    color: #fff;
    background-color: #32c5d2;
    font-size: 17px;
    display: block;
    margin-right: 3px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    border: 1px solid #32c5d2;
    border-radius: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.about-us-left .about-social li a:hover {
    background-color: #333;
}
.simple-images-slider.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 45%;
    height: 40px;
    width: 40px;
    background-color: #32c5d2;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.simple-images-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -20px;
}
.simple-images-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -20px;
}
.single-about-us-features {
    padding: 30px;
    background: #F2F2F2;
    border: 15px solid #fff;
}
.single-about-us-features h3 {
    margin: 40px 0 20px;
}
.single-about-us-features p {
    font-style: italic;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
/* team member style */

.single-team {
    margin: 0 15px 30px;
}
.single-team img {
    width: 100%;
}
.single-team-text {
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 20px;
}
.single-team-text h3 {
    margin: 30px 0 15px;
}
.single-team-text span {
    margin: 0 0 15px;
    display: block;
}
.single-team-text p {
    color: #333;
}
.team-social-btn {
    background: #32c5d2;
    border: 2px solid #32c5d2;
    border-radius: 0;
    padding: 8px 25px;
    margin-top: 25px;
    position: relative;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
}
.team-social-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}
.team-social-btn:hover,
.add-to-cart-btn:focus {
    color: #333;
}
.team-social-btn:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.single-team-slider.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 45%;
    height: 40px;
    width: 40px;
    background-color: #32c5d2;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.single-team-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -55px;
}
.single-team-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -55px;
}
.single-team-slider:hover.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    visibility: visible;
}
.single-team-slider:hover.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -20px;
}
.single-team-slider:hover.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -20px;
}
/* Brand slider */

#brand {
    padding: 30px 0;
}
.single-brand-two {
    background-color: #fff;
    border: 15px solid #f9f9f9;
    margin: 0 15px 0px;
}
.single-brand-two a img {
    width: 100%;
}
/*
* ----------------------------------------------------------------------------------------
*   20. END ABOUT US PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   21. CONTACT US PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

#map {
    height: 400px;
}

.map-wrapper {
    position: relative;
}

.map iframe {
    height: 400px;
    width: 100%;
}

/* address style */

.single-address {
    overflow: hidden;
    margin-bottom: 30px;
}
.single-address:hover .single-address-icon i {
    background: #32c5d2;
    color: #fff;
}
.single-address .single-address-icon {
    margin-right: 35px;
    position: relative;
}
.single-address .single-address-icon,
.single-address .single-address-text {
    float: left;
}
.single-address .single-address-icon:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #32c5d2;
    right: -8px;
    top: 55px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-address .single-address-icon i {
    color: #32c5d2;
    font-size: 50px;
    float: left;
    border: 1px solid #32c5d2;
    height: 128px;
    width: 128px;
    line-height: 128px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-address .single-address-text {
    width: 75%;
}
.single-address-text h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 5px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-address-text p {
    margin-bottom: 10px;
    color: #333;
}
.single-address-text span {
    margin-left: 40px;
}
.contact-form-top {
    margin-bottom: 60px;
}
.contact-form-top p {
    margin: 0 0 10px;
}
.success.text-success {
	color: #fff;
	background-color: #32c5d2;
	display: block;
	padding: 10px;
	width: 50%;
}
.success.text-success i {
	font-weight: 700;
	background: #333;
	border-radius: 50%;
	padding: 2px 2px 0;
	margin-right: 10px;
}
/*
* ----------------------------------------------------------------------------------------
*   21. END CONTACT US PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   22. BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-page .category-filter-menu ul {
    margin-bottom: 50px;
}
.blog-lists {
    float: left;
    width: 100%;
}
.single-blog-page {
    padding: 0 13px 0 0;
    margin-bottom: 30px;
}
.single-blog-page img {
    width: 100%;
}
.single-blog-page,
.blog-bottom-text {
    float: left;
    width: 100%;
}
.blog-top {
    overflow: hidden;
    margin-bottom: 20px;
}
.blog-top .blog-date,
.blog-top .blog-top-text {
    float: left;
}
.blog-top .blog-date {
    margin-right: 20px;
    position: relative;
}
.blog-top .blog-date p {
    background: #32c5d2;
    border: 1px solid #32c5d2;
    color: #fff;
    font-family: 'Pacifico', cursive;
    height: 90px;
    width: 90px;
    line-height: 27px;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 50px;
    font-style: italic;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.blog-top .blog-date p span {
    font-size: 20px;
}
.blog-top .blog-top-text a h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 20px 0;
}
.blog-top-text span {
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 15px;
}
.blog-top-text span.post-tag a {
    color: inherit;
}
.blog-top-text span i {
    padding-right: 5px;
    color: #777;
}
.blog-top-text span.post-admin {
    font-weight: 700;
}
.blog-image-format,
.blog-gallery-format,
.blog-video-format,
.blog-audio-format,
.blog-quote-format,
.blog-link-format {
    margin-bottom: 20px;
    padding: 0 13px 0 0;
}
.blog-desc-page {
    margin-bottom: 20px;
}
.blog-bottom-text {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
}
.blog-post-share {
    float: left;
}
.blog-read-more-btn {
    float: right;
}
.blog-post-share li {
    float: left;
}
.blog-post-share li a {
    color: #777;
    font-size: 17px;
    margin: 0 15px 0 0;
}
.blog-post-share li a:hover {
    color: #32c5d2;
}
.blog-read-more-btn .btn-blog-bg {
    margin: 0 35px 0 0px;
}
.blog-read-more-btn .btn-blog-bg:hover,
.blog-read-more-btn .btn-blog-bg:focus {
    color: #fff;
    background: #333;
}
.blog-gallery.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 45%;
    height: 40px;
    width: 40px;
    background-color: #32c5d2;
    line-height: 40px;
    border-radius: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.blog-gallery.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -20px;
}
.blog-gallery.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -20px;
}
.blog-quote-format .blockquote {
    background: #333;
    padding: 30px;
    border: none;
    color: #fff;
    overflow: hidden;
}
.blog-quote-format blockquote .small,
.blog-quote-format blockquote footer,
.blog-quote-format blockquote small {
    color: #fff;
    float: right;
}
.blog-quote-format .blockquote p {
    font-size: 20px;
    font-style: italic;
}
.blog-quote-format .blockquote p i {
    padding-right: 30px;
    font-size: 50px;
    color: #32c5d2;
}
.blog-link-format {
    position: relative;
}
.blog-link-format a {
    position: absolute;
    color: #fff;
    background: #333;
    padding: 15px 10px;
    font-size: 25px;
    font-family: 'Pacifico', cursive;
    top: 50%;
    left: 0;
    right: 0;
    margin-right: 13px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-pn-btn {
    background: transparent;
    color: #333;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.blog-pagination .blog-pn-btn {
    margin-right: 28px;
}
.blog-pn-btn:hover,
.blog-pn-btn:focus {
    color: #32c5d2;
}
.blog-pagination {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.blog-pagination .woocommerce-pagination {
    float: none;
}
/* SIDEBAR STYLE */
/* widget title */

.sidebar .page-widget-title {
    position: relative;
    background: #32c5d2;
    padding: 16px 0px;
    margin-bottom: 20px;
}
.sidebar .page-widget-title h2 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 0 20px;
}
.sidebar .page-widget-title h2:before {
    border-top: 4px double #fff;
    content: "";
    left: -13px;
    position: absolute;
    top: 50%;
    transform: rotate(90deg);
    width: 30px;
    background: #fff;
}
/* search widget */

.search-widget {
    position: relative;
    padding: 16px;
    margin-bottom: 20px;
}
.search-widget form [type="submit"] {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 16px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background-color: #32c5d2;
    color: #fff;
}
.search-widget form [type="text"] {
    background: transparent;
    height: 45px;
    border-radius: 0;
}
/* tab widget */

.wpt-tabs .nav-tabs > li {
    width: 50%;
}
.wpt-tabs .nav-tabs > li.active > a,
.wpt-tabs .nav-tabs > li.active > a:focus,
.wpt-tabs .nav-tabs > li.active > a:hover {
    background-color: #32c5d2;
    border: 1px solid #32c5d2;
    color: #fff;
}
.wpt-tabs .nav-tabs > li > a {
    border-radius: 0;
    text-transform: uppercase;
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    font-weight: 700;
    padding: 16px 15px;
    margin: 0;
}
.wpt-tabs .nav-tabs > li > a:hover {
    border: 1px solid transparent;
}
.wpt-tabs .tab-content li {
    list-style-type: none;
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 16px;
    border-bottom: 1px solid #ececec;
    text-align: left;
    background: none;
    position: relative;
}
.wpt-tabs .tab-content li:last-child {
    border: none;
    margin-bottom: 0;
}
.post-thumbnail img {
    margin-bottom: 4px;
    margin-right: 20px;
    border-radius: 50%;
    float: left;
    height: 80px;
    width: 80px;
}
.wpt-tabs .tab-content .entry-title {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
    text-transform: uppercase;
}
.wpt-tabs .tab-content .entry-title a {
    color: #333;
}
.wpt-tabs .tab-content .entry-title a:hover {
    color: #337ab7;
}
.wpt-tabs .tab-conten .postmeta {
    text-transform: uppercase;
}
.wpt-tabs .tab-conten .postmeta {
    color: #888888;
    font-size: 13px;
    margin-top: 0;
}
.ext-pagination {
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    float: left;
}
.ext-pagination a.nextpo {
    float: right;
}
.ext-pagination a {
    margin: 0 20px;
    float: left;
}
/* tag widget */

.tag-widget {
    padding: 16px;
    float: left;
    width: 100%;
}
.tag-widget ul li a {
    float: left;
    padding: 5px 24px;
    margin: 0 20px 20px 0;
    position: relative;
    border: 1px solid #e9e9e9;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.tag-widget ul li a:after {
    position: absolute;
    content: "";
    left: 9px;
    top: 13px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    border: 1px solid #bebebe;
}
/* about us widget */

.sidebar-about-widget {
    padding: 16px 16px 20px 16px;
    text-align: center;
    background: #F2F2F2;
}
.sidebar-about-widget h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sidebar-about-widget span {
    font-family: 'Pacifico', cursive;
    letter-spacing: 2px;
    font-size: 30px;
    color: #333;
}
.sidebar-about-widget span.divider {
    background: #93989B none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin: 20px auto;
    width: 68%;
    position: relative;
}
.sidebar-about-widget p:last-child {
    font-weight: 400;
    margin-bottom: 0;
}
.sidebar-about-widget p {
    font-weight: 700;
    margin-bottom: 20px;
}
/* social & news widget */

.sidebar-socialnews-widget {
    padding: 16px 16px 20px 16px;
    text-align: center;
    background: #F2F2F2;
}
.socials-section {
    overflow: hidden;
    margin-bottom: 40px;
}
.socials-section h2,
.news-section h2 {
    font-family: 'Pacifico', cursive;
    letter-spacing: 2px;
}
.socials-section p,
.news-section p {
    color: #333;
}
.socials-section ul li a {
    float: left;
    text-align: center;
    margin: 10px 13px 10px 13px;
    color: #777;
    font-size: 17px;
}
.socials-section ul li a:hover {
    color: #32c5d2
}
.news-section .mailing-list form {
    margin: 20px 0;
}
.news-section .news-btn:hover,
.news-section .news-btn:focus {
    border-color: #333;
    color: #fff;
    background: #333;
}
/*
* ----------------------------------------------------------------------------------------
*   22. END BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   23. SINGLE BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-desc-single-page strong {
    margin: 20px 0;
    display: block;
}
.blog-desc-single-page p:last-child {
    margin-bottom: 20px;
}
.single-image-gallery a {
    display: inline-block;
    width: 245px;
    margin-bottom: 30px;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
    float: left;
}
.single-image-gallery a:before {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all .3s;
    z-index: 10;
}
.single-image-gallery a:after {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 0 0 5px rgba(246, 249, 250, 0.3);
    color: #333333;
    font-size: 30px;
    content: "\eff4";
    font-family: 'IcoFont' !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    right: 0;
    transform: scale(4);
    transition: all 0.3s ease 0s;
    z-index: 11;
}
.single-image-gallery:hover a:before {
    opacity: 0.3;
}
.single-image-gallery:hover a:after {
    opacity: 1;
    transform: scale(1);
}
.simple-list-style {
    margin-bottom: 30px;
    float: left;
    line-height: 30px;
}
.blockquote-shortcode .blockquote {
    background: #fff;
    border: none;
    color: #333;
    overflow: hidden;
}
.blockquote-shortcode .blockquote p {
    font-size: 20px;
    font-style: italic;
    color: #333;
}
.blockquote-shortcode .blockquote p i {
    padding-right: 30px;
    font-size: 50px;
    color: #32c5d2;
}
.blockquote-shortcode blockquote .small,
.blockquote-shortcode blockquote footer,
.blockquote-shortcode blockquote small {
    color: #333;
    float: right;
}
.adminbox {
    margin: 30px 0;
    float: left;
    border-bottom: 1px solid #f0f0f0;
}
.adminbox-inner {
    min-height: 140px;
    padding-left: 150px;
    position: relative;
    padding-top: 20px;
}
.adminbox-inner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100px;
}
.adminbox-titke {
    font-size: 16px;
    margin: 0 0 10px;
}
.adminbox-inner p {} .adminbox-titke a {
    color: #333;
}
.blog-singlepage-pagination {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
}
.single-page-comments-area {
    margin-bottom: 30px;
}
.single-page-comments-area {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.blog-count-sec {
    overflow: hidden;
    margin-bottom: 20px;
}
.blog-count-sec .blog-comments-count {
    margin-right: 20px;
    position: relative;
}
.blog-count-sec .blog-comments-count p {
    background: #32c5d2;
    border: 1px solid #32c5d2;
    color: #fff;
    font-family: 'Pacifico', cursive;
    height: 90px;
    width: 90px;
    line-height: 27px;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 50px;
    font-style: italic;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.blog-count-sec .blog-comments-count p i {
    font-size: 20px;
}
.blog-count-sec .blog-comments-count,
.blog-count-sec .blog-comments-count-title {
    float: left;
}
.blog-count-sec .blog-comments-count-title h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 20px 0;
}
.single-page-comments-area ol {
    padding: 0;
}
.single-page-comments-list .comment-inner {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}
.single-page-comments-list li {
    padding: 20px 0px 0 36px;
}
.single-page-comments-list li .comment-head {
    margin-bottom: 12px;
}
.single-page-comments-list li .reply-link {
    float: right;
}
.single-page-comments-list li .avatar {
    float: left;
    margin-right: 12px;
}
.single-page-comments-list li .avatar img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #e9e9e9;
}
.single-page-comments-list li .commenter {
    margin-top: 12px;
    overflow: hidden;
}
.single-page-comments-list .comment-inner p {
    margin-left: 100px;
}
.single-page-comments-list .commenter p {
    margin-left: 0;
}
.single-page-comments-list li ol,
.single-page-comments-list li ul {
    margin-left: 104px;
}
.commenter a h4 {
    font-weight: 400;
    font-size: 17px;
    color: #32c5d2;
    display: inline-block;
}
.commenter span.post-favourite {
    padding: 0 10px;
}
.commenter span.post-favourite i {
    padding-right: 3px;
    color: #777;
}
.single-page-comments-form-area {
    float: left;
    width: 100%;
}
.blog-comments-form-sec {
    overflow: hidden;
    margin-bottom: 20px;
}
.blog-comments-form-sec .blog-comments-form-icon,
.blog-comments-form-sec .blog-comments-form-icon-title {
    float: left;
}
.blog-comments-form-sec .blog-comments-form-icon {
    margin-right: 20px;
    position: relative;
}
.blog-comments-form-sec .blog-comments-form-icon p {
    background: #32c5d2;
    border: 1px solid #32c5d2;
    color: #fff;
    font-family: 'Pacifico', cursive;
    height: 90px;
    width: 90px;
    line-height: 40px;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 50px;
    font-style: italic;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.blog-comments-form-sec .blog-comments-form-icon p i {
    font-size: 20px;
}
.comment-con-form .con-fro-btn,
.comment-con-form .con-fro-cle-btn {
    margin-top: 0;
}
/*
* ----------------------------------------------------------------------------------------
*   23. END SINGLE BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   24. 404 STYLE
* ----------------------------------------------------------------------------------------
*/

.error-page-left img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.error-page-right h3 {
    font-family: 'Pacifico', cursive;
    letter-spacing: 4px;
    font-size: 40px;
    margin: 0 0 30px;
}
.error-page-right p {
    margin-bottom: 30px;
}
.error-page-right .search-widget {
    padding: 0;
    margin-bottom: 30px;
}
.error-page-right .search-widget form [type="submit"] {
    margin: 0;
}
.error-page-right .go-to-ho-btn {
    background: #32c5d2;
    border: 2px solid #32c5d2;
    border-radius: 0;
    padding: 12px 20px;
    position: relative;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
}
.error-page-right .go-to-ho-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}
.error-page-right .go-to-ho-btn:hover,
.error-page-right .go-to-ho-btn:focus {
    color: #333;
}
.error-page-right .go-to-ho-btn:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
/*
* ----------------------------------------------------------------------------------------
*   24. END 404 STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   25. FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-one {
    padding: 80px 0;
    background: #fff;
    border-top: 1px solid #eee
}
.footer-two {
    padding: 80px 0;
}
.widget-title,
.widget-title-two {
    margin-bottom: 20px;
}
.widget-title h2 {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
}
.widget-title-two h2 {
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
}
.widget-title a h1 {
    border: 3px solid #fff;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    padding: 13px 30px;
    color: #fff;
    text-transform: uppercase;
}
footer .about,
footer .quick-link-list,
footer .instagram-photo,
footer .mailing-list,footer .about-social,footer .quick-contact-list {
    clear: both;
}
.widget .about p, .widget .mailing-list p {
	color: #fff;
	text-align: justify;
}
.widget .about p {
	margin-bottom: 40px;
}
.widget .quick-link-list li {
    line-height: 30px;
    position: relative;
}
.widget .quick-link-list li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    height: 7px;
    width: 7px;
    background-color: #bebebe;
}
.widget .quick-link-list li:last-child {
	margin-bottom: 27px;
}
.widget .quick-link-list li a {
    color: #fff;
    text-transform: capitalize;
    margin-left: 20px;
}
.widget .quick-link-list li a i {
    margin-right: 15px;
}
.widget .quick-link-list li a:hover {
    color: #32c5d2;
}
.mailing-list form {
    margin-top: 30px;
}
.mailing-list .form-group {
    margin-bottom: 30px;
    padding: 0;
}
.mailing-list p:first-child {
	margin-bottom: 10px;
}
.widget .quick-contact-list li {
    line-height: 30px;
    position: relative;
}
.widget .quick-contact-list li a {
    color: #fff;
    text-transform: capitalize;
}
.widget .quick-contact-list li a i {
    margin-right: 5px;
}
.widget .quick-contact-list li a:hover {
    color: #32c5d2;
}
.mailing-list form [type="submit"] {
	background-color: #32c5d2;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #32c5d2;
}
.news-btn {
    background: #32c5d2;
    border: 2px solid #32c5d2;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.news-btn:hover,
.news-btn:focus {
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.about-social {
    float: left;
}
.about-social li {
    display: inline-block;
}
.widget .about-social li a {
	margin: 0 3px 10px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.about-social li a {
    color: #fff;
    font-size: 17px;
    display: block;
    margin-right: 3px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    border: 1px solid #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.about-social li a:hover {
    background-color: #32c5d2;
}
.singleproduct-widget {
    margin-bottom: 20px;
    min-height: 100px;
    padding-left: 117px;
    position: relative;
    overflow: hidden;
}
.singleproduct-widget > a:before {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100px;
    transition: all .3s;
    z-index: 10;
}
.singleproduct-widget > a:after {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 0 0 5px rgba(246, 249, 250, 0.3);
    color: #333333;
    content: "\eff4";
    font-family: 'IcoFont' !important;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    left: 34px;
    top: 0;
    transform: scale(4);
    transition: all 0.3s ease 0s;
    z-index: 11;
}
.singleproduct-widget:hover a:before {
    opacity: 0.3;
}
.singleproduct-widget:hover a:after {
    opacity: 1;
    transform: scale(1);
}
.singleproduct-widget a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    background: #f1f1f1;
}
.singleproduct-widget-info a h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.singleproduct-widget-info a h4:hover {
    color: #32c5d2;
}
/* Instagram feed */

.widget .instagram-photo a {
    display: inline-block;
    width: 80px;
    margin-bottom: 4px;
    margin-right: 4px;
}
.widget .instagram-photo a img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.widget .instagram-photo a:hover img {
    filter: grayscale(1) opacity(0.6);
    -webkit-filter: grayscale(1) opacity(0.6);
	cursor: crosshair;
}
/* Footer bottom */

footer .copyright {
    background: #282929;
    padding: 30px 0;
}
footer .copyright-text p {
    color: #fff;
}
footer .copyright-text p a:hover {
    color: #fff;
}
.footer-menu ul {
    float: right;
}
.footer-menu ul li {
    display: inline-block;
    position: relative;
}
.footer-menu ul li a {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 0 12px;
    text-transform: uppercase;
    position: relative;
}
.footer-menu ul li a i {
    font-size: 40px;
}
.footer-menu ul li a:hover {
    color: #32c5d2;
}
.footer-menu img {
    float: right;
}

/* visitors popup style */

.visitors-popup {
	z-index: 99999;
}
.visitors-popup .modal-content {
    background-image: url(../img/bg/banner21.jpg);
    background-size: cover;
    border-radius: 0;
    border: none;
}

.visitors-popup .modal-header, .visitors-popup .modal-footer {
	border: none;
}
.visitors-popup .modal-header .close {
	background: #333;
	height: 30px;
	width: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	right: -10px;
	top: -10px;
	color: #fff;
	opacity: 1;
	text-shadow: inherit;
}
.visitors-popup .modal-dialog {
	width: 700px;
}
.visitors-popup .modal-body {
  padding-top: 0;
}
.visitors-popup h3 {
	text-transform: uppercase;
	position: relative;
	margin: 35px 0 0;
}
.visitors-popup h3:after,.visitors-popup h3:before {
	border-top: 4px double #333;
	content: "";
	left: 24%;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 18px;
}
.visitors-popup h3:after {
	left: auto;
	right: 24%;
}
.visitors-popup .modal-body span {
	margin: 20px 0;
	font-size: 15px;
	color: #333;
	display: block;
	font-family: 'Pacifico', cursive;
	letter-spacing: 1px;
}
.visitors-popup p{
  margin: 0 0 10px;
  color: #333;
}
.visitors-popup .news-btn:hover {
  background: #32c5d2;
  border-color: #32c5d2;
}
.visitors-popup  .modal-dialog {
	margin: 200px auto 30px;
}

/*
* ----------------------------------------------------------------------------------------
*   25. END FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/