/*-------------------------------------    
CSS INDEX
===================================

#. Defaults
#. Buttons
#. Topbar Layout 1
#. Topbar Layout 3
#. Header Layout 1
    #. Header Logo
    #. Main Navigation
    #. Submenu
    #. 3rd Level Menu
    #. Multi Column Menu
    #. Mobile Multi Column Menu
    #. Header Icons
    #. Header Right Menu
    #. Sticky Header
    #. Transparent Header
#. Header Layout 2
#. Header Layout 3
#. Header Layout 4
#. Header Layout 5
#. Banner
#. Footer
#. Scroll to Top
#. Preloader
#. Widgets Defaults
#. Sidebar Widgets
#. Footer Widgets
#. Contents
#. Single Content
#. Comments
#. Archive Contents
#. Blog Style 2
#. Pagination
#. No Content
#. Error 404
#. Case Single
#. Team Single
#. Portfolio Single
#. Woocommerce: Widgets
#. Woocommerce: Top Bar
#. Woocommerce: Shop
#. Woocommerce: Shop List View
#. Woocommerce: Single Product
#. Woocommerce: Cart
#. Woocommerce: Checkout
#. Woocommerce: Order received
#. Woocommerce: My Account
#. Woocommerce: Login/Register
#. Woocommerce: Yith Wishlist
#. Plugin: Contact Form 7
---------------------------------------*/

/*-------------------------------------
#. Defaults
---------------------------------------*/
body {
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
html, body {
	height: 100%;
}
a:focus {
	outline: 0px solid;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	margin: 0 0 20px;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: 'Poppins', sans-serif;
	margin: 0 0 15px;
	font-weight: 500;
	color: #222222;
}
blockquote {
	background-color: #26c6da;
	border: medium none;
	color: #ffffff;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	padding: 30px 45px;
	margin: 0 0 20px;
}
blockquote p::before {
	font-family: 'FontAwesome';
	content: "\f10d";
	margin-right: 10px;
}

#page {
	overflow: hidden !important;
}
.clear {
	clear:both;
}
.p0,
.acurate {
	padding:0;
}
.padding-left {
	padding-left: 0;
}
.padding-right {
	padding-right: 0;
}

.mt0 {margin-top: 0;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}

.mb0 {margin-bottom: 0;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}
.mb90 {margin-bottom: 90px;}
.mb100 {margin-bottom: 100px;}

.seoengine-primary-color {
	color: #26c6da;
}
.seoengine-primary-bgcolor {
	background-color: #26c6da;
}

ul.seoengine-list {
	margin: 0;
	padding: 0;
	font-weight: 600;
}
ul.seoengine-list li {
	list-style-type: none;
	padding-bottom: 5px;
}
ul.seoengine-list li::before {
	background-color: #26c6da;
	border-radius: 17px;
	color: #fff;
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 10px;
	margin-right: 10px;
	padding: 2px;
}

.vc-m-auto {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.vc-mw-500 { max-width: 500px;}
.vc-mw-550 { max-width: 550px;}
.vc-mw-600 { max-width: 600px;}
.vc-mw-650 { max-width: 650px;}
.vc-mw-700 { max-width: 700px;}
.vc-mw-750 { max-width: 750px;}
.vc-mw-800 { max-width: 800px;}
.vc-mw-850 { max-width: 850px;}
.vc-mw-900 { max-width: 900px;}
.vc-mw-950 { max-width: 950px;}
.vc-mw-1000 { max-width: 1000px;}
.vc-mw-1050 { max-width: 1050px;}
.vc-mw-1100 { max-width: 1100px;}
.vc-mw-1150 { max-width: 1150px;}
.vc-mw-1200 { max-width: 1200px;}

.vc_inner.vc_row-o-equal-height .wpb_wrapper,
.compose-mode .vc_inner.vc_row-o-equal-height .wpb_wrapper > .vc_element {
	height: 100%;
}
.vc-septext h4 {
	font-size: 26px;
	padding: 20px !important;
	border: 1px solid #ebebeb;
}
.ls-bar-timer {
	background-color: #26c6da;
	border-bottom-color: #26c6da;
}

/*-------------------------------------
#. Buttons
---------------------------------------*/
.rdtheme-button-1 {
	color: #222 !important;
	font-weight: 600;
	padding: 10px 30px;
	background-color: transparent;
	border: 2px solid #26c6da;
	border-radius: 3px;
	display: inline-block;
	font-size: 16px;
	text-align: center;
}
.rdtheme-button-1:hover {
	background-color: #19abbd;
	color: #ffffff !important;
}
.rdtheme-button-2 {
	background-color: #26c6da;
	border-radius: 3px;
	color: #ffffff !important;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 30px;
	text-align: center;
}
.rdtheme-button-2:hover {
	background-color: #19abbd;
	color: #ffffff !important;
}
.rdtheme-button-3 {
	background-color: #ffffff;
	color: #222222 !important;
	font-size: 16px;
	border-radius: 3px;
	display: inline-block;
	font-weight: 600;
	padding: 12px 25px;
	text-align: center;
}
.rdtheme-button-3:hover {
	color: #26c6da !important;
}
.rdtheme-button-4 {
	color: #fff !important;
	font-weight: 600;
	padding: 10px 30px;
	background-color: transparent;
	border: 2px solid #26c6da;
	border-radius: 3px;
	display: inline-block;
	font-size: 16px;
	text-align: center;
}
.rdtheme-button-4:hover {
	background-color: #19abbd;
	color: #ffffff !important;
}
.rdtheme-button-5 {
	color: #fff !important;
	font-weight: 600;
	padding: 10px 30px;
	background-color: #263238;
	border-radius: 3px;
	display: inline-block;
	font-size: 16px;
	text-align: center;
}
.rdtheme-button-5:hover {
	background-color: #000;
}

/*-------------------------------------
#. Topbar Layout 1
---------------------------------------*/
#tophead {
	background-color: #222222;
	padding: 6px 0;
}
#tophead,
#tophead a {
	color: #a6b1b7;
}
#tophead .tophead-contact {
	float: left;
}
#tophead .tophead-contact ul li {
	display: inline-block;
	margin-right: 10px;
}
#tophead .tophead-contact a:hover {
	text-decoration: underline;
}
#tophead .tophead-contact .fa,
#tophead .tophead-address .fa {
	color: #26c6da;
	padding-right: 10px;
}
#tophead .tophead-right {
	float: right;
}
#tophead .tophead-social li {
	display: inline-block;
}
#tophead .tophead-social li a {
	color: #a6b1b7;
	padding-left: 10px;
}
#tophead .tophead-social li a:hover {
	color: #26c6da;
}

/* Sticky Topbar */
.stick #tophead {
	display: none;
}

/* Transparent Topbar */
.trheader #tophead,
.trheader #tophead a {
	color: #efefef;
}
.trheader #tophead {
	background-color: transparent;
	border-bottom: 1px solid rgba(181, 181, 181, 0.1);
}
.trheader.has-topbar .entry-banner .container {
	padding-top: 34px;
}

/*-------------------------------------
#. Topbar Layout 3
---------------------------------------*/
.topbar-style-3 #tophead .tophead-contact,
.topbar-style-3 #tophead .tophead-right {
	float: none;
}
.topbar-style-3 #tophead .tophead-right {
	text-align: right;
}
.topbar-style-3 #tophead .topbar-logo {
	display: block;
	text-align: center;
}

/*-------------------------------------
#. Header Layout 1
---------------------------------------*/
.site-header {
	-webkit-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s;
}
/* Header Logo */
.site-header .site-branding {
	display: table;
	height: 90px;
}
.site-header .site-branding a {
	display: table-cell;
	vertical-align: middle;
}
.site-header .site-branding a.light-logo {
	display: none;
}
.site-header .site-branding a img {
	max-height: 68px;
	width: auto;
}

/* Main Navigation */
.site-header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.site-header .main-navigation ul {
	text-align: right;
}
.site-header .main-navigation ul li {
	display: inline-block;
	position: relative;
}
.site-header .main-navigation ul li a {
	display: block;
	text-decoration: none;
	font-family: "Poppins",sans-serif;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s;
	color: #000000;
	padding: 33px 15px;
}
.site-header .main-navigation ul.menu > li > a:hover {
	color: #26c6da;
}
.site-header .main-navigation ul li a.active {
	color: #26c6da !important;
}
.site-header .main-navigation ul.menu > li.current-menu-item > a,
.site-header .main-navigation ul.menu > li.current > a {
	color: #26c6da;
}

/* Submenu */
.site-header .main-navigation ul li ul {
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	position: absolute;
	top: 100%;
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 99 !important;
	width: 210px;
	text-align: left;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.site-header .main-navigation ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.site-header .main-navigation ul li .sub-menu li.menu-item-has-children:after{
	color: #fff;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	right: 6px;
	top: 10px;
}
.site-header .main-navigation ul li ul li {
	display: block;
	border-bottom: 1px solid #ffffff;
	border-left: none;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: #26c6da;
}
.site-header .main-navigation ul li ul li:hover > a {
	color: #071041;
}
.site-header .main-navigation ul li ul li:last-child {
	border-bottom: none;
}
.site-header .main-navigation ul li ul li a {
	display: block;
	color: #ffffff;
	text-transform: inherit;
	padding: 10px 15px !important;
	font-weight: 400;
	font-size: 14px;
	margin-top:0px !important;
}

/* 3rd Level Menu */
.site-header .main-navigation ul li ul li ul {
	left: 211px;
	top: 0;
	width: 210px;
}
.site-header .main-navigation ul > li > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

/* Multi Column Menu */
.site-header .main-navigation ul li.mega-menu:hover ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);    
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
	background-color: #26c6da;
	padding: 10px 0;
	width: 460px;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li {
	background-color: inherit;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li {
	display: block;
	float: left;
	margin: 0 5px;
	width: 210px;
	border: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li ul {
	position: relative;
	width: inherit;
	left: inherit;
	box-shadow: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
	font-weight: 600;
	margin-bottom: 1px;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
	color: #ffffff;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a:hover {
	background-color: #26c6da;
	color: #071041;
}
.site-header .main-navigation ul li.mega-menu.hide-header > ul.sub-menu > li > a {
	display: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:after {
	content: '';
}

/* Mobile Multi Column Menu */
.mean-container .mega-menu.hide-header > ul > li {
	border-top: none;
}
.mean-container .mega-menu.hide-header > ul > li > a {
	display: none;
}
.mean-container .mega-menu.hide-header > ul > li > ul {
	display: block !important;
}

/* Header Icons */
.header-icon-area {
	position: relative;
	font-size: 18px;
	float: right;
	padding-left: 25px;
}
.cart-icon-area,
.header-icon-seperator,
.search-box-area,
.header-icon-area .additional-menu-area {
	padding-top: 32px;
	padding-bottom: 31px;
	color: #222222;
}
.header-icon-area .search-box-area,
.header-icon-area .header-icon-seperator,
.header-icon-area .cart-icon-area,
.header-icon-area .additional-menu-area {
	float: right;
}
.site-header .search-box .search-text {
	background: #f5f5f5;
	border: 1px solid #26c6da;
	color: #666666;
	height: 34px;
	left: 0;
	margin-right: 3px;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 0;
	z-index: 99;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	box-shadow: none;
}
.site-header .search-box .search-text.active {
	left: -112px;
	opacity: 1;
	visibility: visible;
	padding: 0 20px 0 10px;
	width: 180px;
}
.site-header .search-box .search-close {
	font-size: 14px;
	line-height: 1;
	left: 52px;
	position: absolute;
	top: 111%;
	top: calc(100% + 9px);
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;	
}
.site-header .search-box .search-close.active {
	opacity: 1;
	visibility: visible;
}
.site-header .search-box .search-button {
	font-size: 16px;
}
.site-header .search-box .search-button i {
	color: #222222;
}
.header-icon-seperator {
	font-size: 20px;
	line-height: 24px;
	padding-left: 7px;
	padding-right: 8px;
}
.header-icon-area .cart-icon-area > a {
	display: block;
	color: #222222;
	-webkit-transition: none;
	transition: none;
}
.header-icon-area .cart-icon-area .cart-icon-num {
	background-color: #26c6da;
	border-radius: 50%;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	min-height: 19px;
	min-width: 19px;
	position: absolute;
	text-align: center;
	top: 27px;
	right: -20px;
}
.cart-icon-area {
	position: relative;
}
.cart-icon-area .cart-icon-products {
	font-size: 13px;
	line-height: 20px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 100%;
	width: 270px;
	z-index: 99999;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	opacity: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	visibility: hidden; 
	text-align: left;
}
.cart-icon-area:hover .cart-icon-products {
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
}
.cart-icon-area .cart-icon-products .widget_shopping_cart {
	padding: 10px 15px 0;
}
.woocommerce .cart-icon-products .widget_shopping_cart .cart_list li,
.cart-icon-products .woocommerce.widget_shopping_cart .cart_list li,
.cart-icon-products .widget_shopping_cart .mini_cart_item {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	padding-top: 10px;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item:last-child {
	border-bottom: none;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item a {
	color: #666;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item a:hover {
	color: #26c6da;
}
.woocommerce .cart-icon-products .widget_shopping_cart .cart_list li a.remove,
.cart-icon-products .woocommerce.widget_shopping_cart .cart_list li a.remove,
.cart-icon-products .widget_shopping_cart .mini_cart_item a.remove {
	line-height: 1;
	top: 12px;
}
.cart-icon-products .woocommerce.widget_shopping_cart ul.product_list_widget li img {
	width: 40px;
}

.additional-menu-area {
	margin-left: 30px;
}
.additional-menu-area a.side-menu-trigger {
	color: #222;
	cursor: pointer;
	font-size: 21px;
	line-height: 0;
}
.additional-menu-area a.side-menu-trigger:hover {
	color: #26c6da;
}

/* Header Right Menu */
.additional-menu-area .sidenav {
	position: relative;
}
.additional-menu-area .sidenav .closebtn {
	border: 1px solid #ffffff;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 17px;
	height: 24px;
	line-height: 18px;
	padding: 0;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 25px;
	width: 25px;
}
.additional-menu-area .sidenav .closebtn:hover {
	color: #26c6da;
}
.additional-menu-area .sidenav .sidenav-search {
	border: 1px solid #5f5f5f;
	margin: 0 20px 10px 20px;
}
.additional-menu-area .sidenav ul li {
	border-bottom: 1px solid #354248;
	margin-bottom: 0;
	line-height: 24px;
}
.additional-menu-area .sidenav ul li:last-child {
	border-bottom: none;
}
.additional-menu-area .sidenav ul li a {
	text-align: left;
	font-size: 14px;
	color: #d3d3d3;
	border: none;
	padding-left: 20px;
}
.additional-menu-area .sidenav ul li a:hover {
	color: #ffffff;
}
.additional-menu-area .sidenav ul li a::before {
	font-family: 'FontAwesome';
	content: "\f105";
	padding-right: 8px;
}
.additional-menu-area .sidenav ul li > ul > li {
	padding-left: 20px;
}
.additional-menu-area .sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 150;
	top: 0;
	right: 0;
	background-color: #222C32;
	overflow-x: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding-top: 45px;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.8);
}
.additional-menu-area .sidenav a {
	padding: 7px 8px 7px 10px;
	text-decoration: none;
	color: #818181;
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.additional-menu-area .mega-menu.hide-header > ul > li {
	padding-left: 0;
}
.additional-menu-area .mega-menu.hide-header > ul > li > a {
	display: none;
}
.additional-menu-area .mega-menu.hide-header > ul > li > ul {
	display: block !important;
}

/* Sticky Header */
.stick #meanmenu {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
}
.stick .site-header .main-navigation ul li a {
	padding-top: 22px;
	padding-bottom: 22px;
}
.stick .cart-icon-area,
.stick .header-icon-seperator,
.stick .search-box-area,
.stick .additional-menu-area {
	padding-top: 21px;
	padding-bottom: 20px;
}
.stick .header-icon-area .cart-icon-area .cart-icon-num {
	top: 9px;
}
.stick .site-header {
	width: 100%;
	background-color: #ffffff;
	border-bottom: 2px solid #26c6da;
	position: fixed;
	top: 0;
	z-index: 35;
}
.stick .site-header .site-branding {
	height: 68px;
}
.stick .site-header .site-branding a img {
	max-height: 58px;
}
.admin-bar.stick .site-header,
.admin-bar.stick .mean-container {
	top: 32px !important;
}

/* Transparent Header */
.trheader.non-stick .site-header {
	left: 0;
	position: absolute;
	right: 0;
	z-index: 99;
}
.trheader.non-stick .site-header .site-branding a.dark-logo {
	display: none;
}
.trheader.non-stick .site-header .site-branding a.light-logo {
	display: table-cell;
}
.trheader.non-stick .site-header .main-navigation ul.menu > li > a {
	color: #fff;
}
.trheader.non-stick .site-header .main-navigation ul.menu > li > a:hover {
	color: #26c6da;
}
.trheader.non-stick .site-header .search-box .search-button i,
.trheader.non-stick .header-icon-seperator,
.trheader.non-stick .header-icon-area .cart-icon-area > a, 
.trheader.non-stick .additional-menu-area a.side-menu-trigger {
	color: #fff;
}
.trheader.non-stick .additional-menu-area a.side-menu-trigger:hover {
	color: #26c6da;
}
.trheader .entry-banner {
	padding-top: 60px;
}

/*-------------------------------------
#. Header Layout 2
---------------------------------------*/
.header-style-2 .masthead-container {
	padding-top: 20px;
}
.header-style-2 .site-header .main-navigation {
	float: left;
}
.header-style-2 .header-icon-area {
	float: right;
}
.header-style-2 .site-header .main-navigation ul {
	text-align: left;
}
.header-style-2 .site-header .main-navigation ul li a {
	padding: 0 30px 20px 0;
}
.header-style-2 .cart-icon-area,
.header-style-2 .header-icon-seperator,
.header-style-2 .search-box-area,
.header-style-2 .header-icon-area .additional-menu-area {
	padding-bottom: 19px;
	padding-top: 0;
}
.header-style-2 .header-icon-area .cart-icon-area .cart-icon-num {
	top: -10px;
}

/*-------------------------------------
#. Header Layout 3
---------------------------------------*/
.header-style-3 .menu-sep {
	background-color: #d0d0d0;
	margin: 0 0 20px;
}
.header-style-3 .site-header .site-branding,
.header-style-3 .header-firstrow-right {
	display: table;
	height: 70px;
	width: 100%;
}
.header-style-3 .site-header .site-branding a img {
	max-height: 58px;
}
.header-style-3 .header-firstrow-right-contents {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}
.header-style-3 .header-firstrow-right-contents ul {
	display: inline;
}
.header-style-3 .header-contact li {
	display: inline-block;
	margin-left: 25px;
}
.header-style-3 .header-contact li a {
	color: #444444;
	font-size: 14px;
}
.header-style-3 .header-contact a:hover {
	text-decoration: underline;
}
.header-style-3 .header-contact .fa {
	color: #26c6da;
	padding-right: 10px;
	font-size: 14px;
}
.header-style-3 .header-social {
	padding-left: 40px;
}
.header-style-3 .header-social li {
	display: inline-block;
	list-style: outside none none;
}
.header-style-3 .header-social li a {
	color: #444444;
	padding-left: 10px;
}
.header-style-3 .header-social li a:hover {
	color: #26c6da;
}
.header-style-3 .site-header .main-navigation ul {
	text-align: left;
}
.header-style-3 .site-header .main-navigation ul li a {
	padding: 0 30px 20px 0;
}
.header-style-3 .cart-icon-area,
.header-style-3 .header-icon-seperator,
.header-style-3 .search-box-area,
.header-style-3 .header-icon-area .additional-menu-area {
	padding-bottom: 19px;
	padding-top: 0;
}
.header-style-3 .header-icon-area .cart-icon-area .cart-icon-num {
	top: -10px;
}

/* Sticky header */
.header-style-3.stick .header-firstrow,
.header-style-3.stick .menu-sep {
	display: none;
	
}
.header-style-3.stick .site-header {
	padding-top: 20px;
}

/* Transparent Header */
.header-style-3.trheader .menu-sep {
	background-color: rgba(181, 181, 181, 0.1);
}
.header-style-3.trheader .header-contact li a,
.header-style-3.trheader .header-social li a {
	color: #fff;
}
.header-style-3.trheader .header-social li a:hover {
	color: #26c6da;
}
.header-style-3.trheader .entry-banner {
	padding-top: 110px;
}

/*-------------------------------------
#. Header Layout 4
---------------------------------------*/
.header-style-4 .menu-sep {
	background-color: #d0d0d0;
	margin: 0 0 20px;
}
.header-style-4 .site-header .site-branding,
.header-style-4 .header-firstrow {
	display: table;
	height: 70px;
	width: 100%;
}
.header-style-4 .site-header .site-branding a {
	text-align: center;
}
.header-style-4 .header-firstrow-contents {
	display: table-cell;
	vertical-align: middle;
}
.header-style-4 .header-contact li {
	display: inline-block;
	margin-right: 25px;
}
.header-style-4 .header-contact li a {
	color: #444444;
	font-size: 14px;
}
.header-style-4 .header-contact a:hover {
	text-decoration: underline;
}
.header-style-4 .header-contact .fa {
	color: #26c6da;
	padding-right: 10px;
	font-size: 14px;
}
.header-style-4 .header-firstrow-contents-right {
	text-align: right;
}
.header-style-4 .header-firstrow-contents-right .header-social,
.header-style-4 .header-firstrow-contents-right .header-icon-area {
	display: inline-block;
	vertical-align: middle;
}
.header-style-4 .header-social li {
	display: inline-block;
	list-style-type: none;
}
.header-style-4 .header-social li a {
	color: #444444;
	padding-left: 10px;
}
.header-style-4 .header-social li a:hover {
	color: #26c6da;
}
.header-style-4 .cart-icon-area,
.header-style-4 .header-icon-seperator,
.header-style-4 .search-box-area,
.header-style-4 .header-icon-area .additional-menu-area {
	padding-bottom: 0;
	padding-top: 0;
}
.header-style-4  .header-icon-seperator {
	font-size: 14px;
	line-height: 27px;
}
.header-style-4 .site-header .search-box .search-text.active {
	top: 47px;
}
.header-style-4 .site-header .search-box .search-close {
	top: 56px;
}
.header-style-4 .header-icon-area {
	padding-left: 40px;
}
.header-style-4 .header-icon-area i {
	font-size: 14px;
}
.header-style-4 .additional-menu-area {
	margin-left: 20px;
}
.header-style-4 .header-icon-area .cart-icon-area .cart-icon-num {
	line-height: 14px;
	min-height: 18px;
	min-width: 17px;
	padding: 2px;
	right: -16px;
	top: -7px;
}
.header-style-4 .site-header .main-navigation ul {
	text-align: center;
}
.header-style-4 .site-header .main-navigation ul.sub-menu {
	text-align: left;
}
.header-style-4 .site-header .main-navigation ul li a {
	padding-top: 0;
	padding-bottom: 20px;
}

/* Sticky header */
.header-style-4.stick .header-firstrow-wrap,
.header-style-4.stick .menu-sep {
	display: none;
	
}
.header-style-4.stick .site-header {
	padding-top: 20px;
}

/* Transparent Header */
.header-style-4.trheader .menu-sep {
	background-color: rgba(181, 181, 181, 0.1);
}
.header-style-4.trheader .header-contact li a,
.header-style-4.trheader .header-social li a {
	color: #fff;
}
.header-style-4.trheader .header-social li a:hover {
	color: #26c6da;
}
.header-style-4.trheader .entry-banner {
	padding-top: 110px;
}

/*-------------------------------------
#. Header Layout 5
---------------------------------------*/
.header-style-5 .site-header .site-branding {
	height: 70px;
	float: left;
}
.header-style-5 .site-header .site-branding a img {
	max-height: 58px;
	padding: 0 30px;
}
.header-style-5 .site-header .main-navigation ul.menu {
	font-size: 0;
}
.header-style-5 .site-header .main-navigation ul.menu > li > a {
	border-left: 1px solid #d7d7d7;
}
.header-style-5 .site-header .main-navigation {
	float: right;
}
.header-style-5 .header-menu-btn {
	background-color: #26c6da;
	color: #ffffff;
	float: right;
	font-family: Poppins,sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
}
.header-style-5 .header-menu-btn:hover {
	opacity: .8;
}
.header-style-5 .site-header .main-navigation ul.menu > li > a,
.header-style-5 .header-menu-btn {
	padding: 23px 17px;
}

/* Transparent Header */
.trheader.non-stick.header-style-5 .header-menu-btn {
	color: #fff;
}
.header-style-5.trheader.non-stick .site-header .main-navigation ul.menu > li > a {
	border-left: none;
}

/*-------------------------------------
#. Banner
---------------------------------------*/
.mean-activated .entry-banner,
.mean-activated .entry-banner .container {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.entry-banner .entry-banner-content {
	padding: 90px 0;
}
.entry-banner .entry-banner-content h1 {
	color: #ffffff;
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.breadcrumb-area .entry-breadcrumb span a {
	color: #eeebeb;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.breadcrumb-area .entry-breadcrumb span a:hover {
	color: #ffffff;
}
.breadcrumb-area .entry-breadcrumb .breadcrumb-seperator {
	color: #8e9ba2;
	padding: 0 5px;
}
.breadcrumb-area .entry-breadcrumb > span:last-child {
	color: #26c6da;
}

/*-------------------------------------
#. Footer
---------------------------------------*/
.footer-top-area {
	background-color: #263238;
	padding: 80px 0 30px;
}
.footer-bottom-area {
	background-color: #212B30;
	padding: 20px 0;
}
.footer-bottom-area .footer-bottom-left {
	color: #909da4;
}
.footer-bottom-right {
	margin: 0;
	padding: 0;
	list-style-type: none; 
	text-align: right;
}
.footer-bottom-right li {
	display: inline-block;
	list-style: outside none none;
}
.footer-bottom-right li a {
	background-color: #26c6da;
	border: 2px solid #26c6da;
	border-radius: 50%;
	color: #ffffff;
	display: block;
	height: 35px;
	line-height: 30px;
	margin-left: 5px;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	width: 35px;
}
.footer-bottom-right li a:hover {
	background-color: transparent;
	border: 2px solid #26c6da;
	color: #26c6da;
}

/*-------------------------------------
#. Scroll to Top
---------------------------------------*/
.scrollToTop {
	background-color: #26c6da;
	border-radius: 50%;
	bottom: 5px;
	color: #ffffff;
	display: block;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 50px;
	opacity: 1;
	z-index: 99999;
}
.scrollToTop i {
	color: #ffffff;
}
.scrollToTop:hover{
	opacity: 0.9;
}

/*-------------------------------------
#. Preloader
---------------------------------------*/
#preloader {
	background-color: #e3f4fd;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	height: 100%;
	left: 0;
	overflow: visible;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
}

/*-------------------------------------
#. Widgets Defaults
---------------------------------------*/
.widget_recent_entries ul li span {
	display: block;
}

.search-form .custom-search-input input.search-query {
	background-color: transparent;
	border-color: #dddddd;
	border-radius: 0;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	box-shadow: none;
	height: 40px;
}
.search-form .custom-search-input button.btn {
	border-color: #dddddd;
	border-radius: 0;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	color: #26c6da;
	margin: 0;
	padding: 9px 13px;
	background-color: transparent;
}
.search-form .custom-search-input button.btn:hover {
	color: #19abbd;
}

.widget_nav_menu ul.sub-menu {
	padding-left: 20px;
}
.widget .tagcloud a {
	border: 1px solid #dddddd;
	color: #646464;
	display: inline-block;
	font-size: 15px !important;
	margin: 0 2px 2px 0;
	padding: 6px 8px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	vertical-align: top;
}
.widget .tagcloud a:hover {
	background-color: #26c6da;
	border-color: #26c6da;
	color: #ffffff;
}
.widget select {
	padding: 8px 10px;
	width: 100%;
}
.widget > form,
.widget > .tagcloud {
	padding-top: 10px;
}
.widget > select {
	margin-top: 10px;
}
.widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none; 
}
.widget ul.children {
	padding-left: 20px;
}

/*-------------------------------------
#. Sidebar Widgets
---------------------------------------*/
.sidebar-widget-area .widget_archive ul li:before,
.sidebar-widget-area .widget_categories ul li:before,
.sidebar-widget-area .widget_pages ul li:before,
.sidebar-widget-area .widget_meta ul li:before,
.sidebar-widget-area .widget_recent_comments ul li:before,
.sidebar-widget-area .widget_recent_entries ul li:before,
.sidebar-widget-area .widget_nav_menu ul li:before,
.sidebar-widget-area .widget_product_categories ul li:before {
	font-family: 'FontAwesome';
	content: "\f105";
	color: #26c6da;
	padding-right: 10px;
}
.sidebar-widget-area ul li {
	border-bottom: 1px solid #dddddd;
	padding: 8px 0;
}
.sidebar-widget-area ul li:last-child{
	border: none;
}
.sidebar-widget-area ul li a {
	color: #666666;
	text-decoration: none;
	display: inline;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sidebar-widget-area ul li a:hover {
	color: #26c6da;
}
.sidebar-widget-area .widget {
	margin-bottom: 50px;
}
.sidebar-widget-area .widget h3 {
	color: #000000;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 15px;
	position: relative;
}
.sidebar-widget-area .widget h3:after {
	background-color: #26c6da;
	content: "";
	display: block;
	height: 3px;
	margin-top: 13px;
	width: 60px;
}
.sidebar-widget-area .search-form {
	padding-top: 10px;
}

/*-------------------------------------
#. Footer Widgets
---------------------------------------*/
.footer-top-area .widget {
	color: #b3b3b3;
	margin-bottom: 50px;
}
.footer-top-area .widget h3 {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 25px;
}
.footer-top-area .widget ul li {
	margin-bottom: 14px;
}
.footer-top-area .widget ul li a {
	color: #e1e1e1;
	font-size: 15px;
}
.footer-top-area .widget ul li a:hover {
	color: #26c6da;
}
.footer-top-area .widget .tagcloud a {
	color: #fff;
}
.footer-top-area .search-form .custom-search-input input.search-query {
	color: #fff;
}
.footer-top-area .widget_recent_entries .post-date {
	color: #26c6da;
	font-size: 14px;
}
.footer-top-area .widget_nav_menu ul li a {
	font-weight: 600;
}

/*-------------------------------------
#. Contents
---------------------------------------*/
.content-area {
	padding: 80px 0;
}
.entry-thumbnail {
	margin-bottom: 30px;
}

/*-------------------------------------
#. Single Content
---------------------------------------*/
.entry-header .entry-thumbnail-area {
	position: relative;
	display: block;
}
.entry-header .entry-thumbnail-area .date {
	background-color: #ffffff;
	border-radius: 7px;
	color: #222222;
	font-size: 18px;
	font-weight: 600;
	margin-left: 15px;
	padding: 5px 0 0;
	position: absolute;
	text-align: center;
	bottom: -36px;
}
.entry-header .entry-thumbnail-area .date span {
	background-color: #26c6da;
	border-radius: 0 0 7px 7px;
	color: #ffffff;
	display: block;
	padding: 5px 20px;
}
.entry-header .entry-thumbnail-area .entry-thumbnail {
	margin-bottom: 55px;
	position: relative;
	overflow: hidden;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
}
.entry-header .entry-meta ul {
	margin: 0;
	padding: 0;
}
.entry-header .entry-meta ul li::before {
	color: #222222;
	content: "|";
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 10px;
}
.entry-header .entry-meta ul li:first-child::before {
	content: none;
}
.entry-header .entry-meta ul li {
	display: inline-block;
}
.entry-header .entry-meta ul li span {
	padding-right: 5px;
}
.entry-footer {
	border-top: 1px solid #dddddd;
	margin-top: 30px;
	padding-top: 30px;
}
.entry-footer .tags span {
	color: #222222;
	font-weight: 600;
	padding-right: 8px;
}
.entry-footer .tags a {
	color: #707070;
}
.entry-footer .tags a:hover {
	color: #26c6da;
}
.entry-footer .share {
	text-align: right;
}
.about-author {
	background: #f8f8f8;
	padding: 30px;
	margin-bottom: 30px;
	margin-top: 60px;
}
.about-author .pull-left {
	padding-right: 20px;
}
.about-author .media-body .author-title {
	font-size: 20px;
	color: #26c6da;
	margin-bottom: 5px;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	line-height: 1.4;
}
.about-author .media-body .author-name {
	margin-bottom: 10px;
}

/*-------------------------------------
#. Comments
---------------------------------------*/
.comments-area {
	padding-top: 30px;
}
.comments-area ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.comments-area .comments-title {
	color: #222222;
	font-size: 30px;
	margin-bottom: 10px;
}
.comments-area .main-comments .imgholder {
	margin-right: 20px;
	margin-bottom: 10px;
}
.comments-area .main-comments .comments-body p {
	margin-bottom: 10px;
}
.comments-area .main-comments .comment-meta {
	font-size: 14px;
	float: left;
}
.comments-area .main-comments .comment-meta .comment-author-name {
	padding-right: 4px;
}
.comments-area .main-comments .comment-meta .comment-author-name,
.comments-area .main-comments .comment-meta .comment-author-name a {
	color: #222222;
	font-weight: 600;

}
.comments-area .main-comments .comment-meta .comment-author-name a:hover {
	text-decoration: underline;
}
.comments-area .main-comments .comment-meta .comment-time {
	color: #9d9d9d;
}
.comments-area .main-comments .replay-area {
	float: right;
}
.comments-area .main-comments .replay-area a {
	background-color: #26c6da;
	color: #ffffff;
	font-size: 14px;
	border-radius: 3px;
	padding: 3px 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.comments-area .main-comments .replay-area a:hover {
	background-color: #19abbd;
}
.comments-area .main-comments .comment-text {
	font-size: 14px;
	margin-top: 20px;
}
.comment-time {
	color: #979797;
	margin-bottom: 15px;
}
.each-comment{
	padding: 15px 0;
}
.main-comments ul.children{
	margin-left: 50px;
}
.avatar-disabled .main-comments ul.children{
	margin-left: 50px;
}
.no-comments{
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-top: 20px;
}
.comment-awaiting-moderation{
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.comment-navigation ul{
	margin-top: 30px;
}
.comment-navigation ul li{
	margin-right: 5px;
	margin-top: 0;
}
.comment-navigation ul li a{
	display: inline;
	font-size: 12px;
	height: 49px;
	line-height: inherit;
	padding: 10px;
	width: inherit;
}
.comments-area .reply-separator {
	border-top: 1px solid #eee;
	margin-top: 40px;
	padding-top: 50px;
}
#respond .comment-reply-title {
	margin-bottom: 10px;
}
#respond .comment-notes,
#respond .logged-in-as {
	margin-bottom: 30px;
}
#respond .form-group {
	margin-bottom: 25px;
}
#respond form input,
#respond form textarea{
	border: none;
	background-color: #f5f5f5;
	border-radius: 0;
	margin-right: 20px;
	box-shadow: none;
}
#respond form input {
	height: 45px;
}
#respond form input[type="submit"] {
	height: inherit;
}
#respond form input:focus,
#respond form textarea:focus {
	border: 0 none;
	box-shadow: none;
}
#respond form .btn-send {
	background-color: #26c6da;
	border: medium none;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 30px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#respond form .btn-send:hover {
	background-color: #19abbd;
}
#respond #cancel-comment-reply-link {
	font-size: 12px;
}
.comments-area .main-comments #respond {
	padding-top: 20px;
}

/*-------------------------------------
#. Archive Contents
---------------------------------------*/
.post-each {
	margin-bottom: 30px;
}
.entry-title h2 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
}
.entry-title h2 a {
	color: #222222;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.entry-title h2 a:hover {
	color: #26c6da;
}

/*-------------------------------------
#. Blog Style 2
---------------------------------------*/
.blog-style-2 .post-left {
	float: left;
	margin-right: 30px;
	width: 336px;
	display: block;
}
.blog-style-2 .post-right {
	float: left;
	width: 56%;
	width: calc(100% - 366px);
}
.blog-style-2 .entry-date {
	color: #999999;
	line-height: 24px;
}
.blog-style-2 .entry-title h1 {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 6px;
}
.blog-style-2 .entry-header .entry-meta {
	margin-bottom: 20px;
}
.blog-style-2 .readmore-btn {
	background-color: #26c6da;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 3px;
	color: #ffffff;
	line-height: 24px;
	font-weight: 600;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.blog-style-2 .readmore-btn:hover {
	background-color: #19abbd;
}
.blog-style-2 .pagination-area {
	margin-top: 70px;
}
.blog-style-2 .sticky .post-left {
	width: 306px;
}

/*-------------------------------------
#. Pagination
---------------------------------------*/
.pagination-area ul {
	text-align: center;
	font-size: 0;
}
.pagination-area ul li {
	display: inline-block;
	margin-top: 10px;
}
.pagination-area ul li a,
.pagination-area ul li span  {
	background-color: #eeeeee;
	color: #646464;
	border-radius: 4px;
	font-size: 15px;
	line-height: 22px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding: 10px 18px;
	margin: 0 3px;
}
.pagination-area ul li.active a,
.pagination-area ul li a:hover,
.pagination-area ul li .current {
	background-color: #26c6da;
	color: #ffffff;
}

/*-------------------------------------
#. No Content
---------------------------------------*/
.no-results h2.page-title {
	color: #000;
}

/*-------------------------------------
#. Error 404
---------------------------------------*/
.error-page-area {
	background-color: #26c6da;
}
.error-page-area .error-page {
	color: #ffffff;
	text-align: center;
}
.error-page-area .error-page h3 {
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 2px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 1.2;
}
.error-page-area .error-page a.error-page-btn {
	background-color: #ffffff;
	color: #222222;
	display: inline-block;
	margin-top: 10px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 25px;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.error-page-area .error-page a.error-page-btn:hover {
	color: #26c6da;
}

/*-------------------------------------
#. Case Single
---------------------------------------*/
.related-cases .single-item-content {
	margin-top: 20px;
}
.related-cases .single-item-content h3 {
	margin-bottom: 12px;
}
.related-cases .single-item-content h3 a {
	color: #222222;
}
.related-cases .single-item-content h3 a:hover {
	color: #26c6da;
}

/*-------------------------------------
#. Team Single
---------------------------------------*/
.team-detail-image {
	margin-bottom: 30px;
}
.team-detail-content .team-detail-heading {
	margin-bottom: 20px;
}
.team-detail-content .team-detail-heading h2 {
	color: #111111;
	font-size: 30px;
	margin-bottom: 0;
}
.team-detail-content .team-detail-heading .team-designation {
	font-size: 14px;
}
.team-detail-content ul.team-social {
	list-style-type: none;
	margin: 0;
	padding: 15px 0 5px;
}
.team-detail-content ul.team-social li {
	display: inline-block;
}
.team-detail-content ul.team-social li a {
	border: 1px solid #d6d6d6;
	display: block;
	height: 35px;
	line-height: 31px;
	margin-right: 5px;
	text-align: center;
	width: 35px;
}
.team-detail-content ul.team-social li a:hover {
	background-color: #26c6da;
	border-color: #26c6da;
	color: #ffffff !important;
}

/*-------------------------------------
#. Portfolio Single
---------------------------------------*/
.rdtheme-portfolio .rt-portfolio-thumbnail {
	margin-bottom: 50px;
}
.rdtheme-portfolio .rt-portfolio-info {
	color: #222;
}
.rdtheme-portfolio .rt-portfolio-label {
	font-weight: 700;
}
.rdtheme-portfolio .rt-portfolio-feedback {
	font-style: italic;
}
.rdtheme-portfolio .rt-portfolio-cats {
	margin-top: 15px;
}

/*-------------------------------------
#. Woocommerce: Widgets
---------------------------------------*/
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 14px;
}
.woocommerce .widget_shopping_cart li.mini_cart_item,
.woocommerce.widget_shopping_cart li.mini_cart_item {
	padding-bottom: 12px;
	padding-top: 12px;
}

.woocommerce.widget_product_search .search-field {
	background-color: #f5f5f5;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	height: 40px;
	padding: 6px 12px;
	width: 100%;
}
.woocommerce.widget_product_search input[type="submit"] {
	display: block;
	line-height: 1;
	margin-top: 11px;
	padding: 10px 25px;
}

.woocommerce .widget_price_filter .price_slider_wrapper,
.woocommerce .widget_price_filter .price_slider_amount {
	margin-top: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #26c6da;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #eaeaea;
}

.woocommerce ul.product_list_widget li {
	padding: 10px 0;
}
.woocommerce ul.product_list_widget li img {
	width: 60px;
}
.woocommerce .widget_shopping_cart_content .buttons a {
	text-align: center;
	width: 47%;
	max-width: 170px;
}
.woocommerce .widget_shopping_cart_content .buttons a.checkout {
	margin-right: 0;
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
	padding: 10px 0;
}

/*-------------------------------------
#. Woocommerce: Top Bar
---------------------------------------*/
.woo-shop-top {
	border: 1px solid #e7e7e7;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 30px;
}
.woo-shop-top .view-mode {
	margin-right: 5px;
	padding: 5px 0;
}
.woo-shop-top ul {
	margin: 0;
	padding: 0;
}
.woo-shop-top .view-mode ul li {
	display: inline-block;
	margin-right: 5px;
}
.woo-shop-top .view-mode ul li .fa {
	color: #666666;
}
.product-grid-view .woo-shop-top .view-mode ul li:first-child .fa {
	color: #26c6da;
}
.product-list-view .woo-shop-top .view-mode ul li:last-child .fa {
	color: #26c6da;
}
.woo-shop-top .limit-show {
	text-align: right;
}
.woo-shop-top .limit-show > div {
	font-weight: 400;
	display: inline-block;
}
.woo-shop-top .sort-list {
	text-align: right;
}
.woo-shop-top .sort-list select {
	background: #f5f5f5;
	border: 1px solid #e7e7e7;
	padding: 6px 18px;
}
.woocommerce .woo-shop-top .woocommerce-ordering,
.woocommerce .woo-shop-top .woocommerce-result-count {
	margin-bottom: 0;
}
.woocommerce .woo-shop-top .woocommerce-ordering {
	float: none;
}
.woocommerce .woo-shop-top .woocommerce-result-count {
	line-height: 28px;  
}

/*-------------------------------------
#. Woocommerce: Shop
---------------------------------------*/
.woocommerce ul.products li.product {
	margin: 0 1% 40px 0;
	overflow: hidden;
}
.woocommerce.has-sidebar ul.products li.product {
	width: 32%;
}
.woocommerce.no-sidebar ul.products li.product {
	width: 24%;
}
.woocommerce.no-sidebar ul.products li.product .product-thumb-area img {
	width: 100%;
}
.woocommerce ul.products li.product h3 {
	margin: 30px 0 12px;
	padding: 0;
}
.woocommerce ul.products li.product h3 a {
	color: #111111;
	font-size: 20px;
}
.woocommerce ul.products li.product h3 a:hover {
	color: #26c6da;
}
.woocommerce .star-rating {
	color: #f7c51d;
}
.woocommerce .products .star-rating {
	margin: 0 0 8px;
}
.woocommerce ul.products li.product .star-rating {
	font-size: 13px;
}
.woocommerce ul.products li.product .price {
	color: #26c6da;
	font-size: inherit;
	font-weight: 600;
	margin-bottom: 0;
}
.woocommerce ul.products li.product .price del {
	display: inline;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
	background-color: #26c6da;
	padding: 0;
}
.woocommerce ul.products li.product .button {
	margin-top: 10px;
	padding: 10px 15px;
}
.woocommerce a.added_to_cart {
	background-color: #26c6da;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 12px;
	margin-top: 5px;
}
.woocommerce a.added_to_cart:hover {
	background-color: #000000;
}
.woocommerce .product-thumb-area {
	position: relative;
}
.woocommerce ul.products li.product .onsale {
	margin: 0;
}
.woocommerce .product-thumb-area .overlay {
	background-color: rgba(38, 198, 218, 0.8);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	width: 100%;
}
.woocommerce .product-thumb-area:hover .overlay {
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.woocommerce .product-thumb-area .product-info {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 40%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 9;
}
.woocommerce .product-thumb-area:hover .product-info {
	opacity: 1;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.woocommerce .product-thumb-area .product-info ul {
	margin: 0;
	text-align: center;
	font-size: 0;
}
.woocommerce .product-thumb-area .product-info ul li {
	display: inline-block;
	font-size: 15px;
	padding: 0 2px;
}
.woocommerce .product-thumb-area .product-info ul li a {
	background: #ffffff;
	display: block;
	height: 38px;
	padding: 8px;
	min-width: 38px;
}
.woocommerce .product-thumb-area .product-info ul li a .fa {
	color: #111111;
}
.woocommerce .product-thumb-area .product-info ul li a:hover .fa {
	color: #26c6da;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist {
	position: relative;
	margin-top: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist a.wishlist-icon {
	border-radius: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist a.wishlist-icon i {
	margin: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist img {
	background-color: #fff;
	left: 11px;
	margin: 0;
	position: absolute;
	top: 11px;
}
.woocommerce #yith-wcwl-popup-message {
	background-color: #000;
	border: none;
	border-radius: 0;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	padding: 10px;
}

/*-------------------------------------
#. Woocommerce: Shop List View
---------------------------------------*/
.woocommerce ul.products .grid-hide {
	display: none;
}
.woocommerce.product-list-view ul.products .grid-hide {
	display: block;
}
.woocommerce.product-list-view .product-thumb-area {
	float: left;
	margin-right: 20px;
	border: 1px solid #e7e7e7;
}
.woocommerce.product-list-view .product-info-area {
	overflow: hidden;
}
.woocommerce.product-list-view ul.products li.product,
.woocommerce-page.product-list-view ul.products li.product {
	width: 100%;
}
.woocommerce.product-list-view ul.products li.product h3 {
	margin: 0 0 12px;
}
.woocommerce.product-list-view .product-info-area .shop-excerpt {
	margin-top: 10px;
}
.woocommerce.product-list-view ul.products li.product .button {
	margin-top: 0;
}

/*-------------------------------------
#. Woocommerce: Single Product
---------------------------------------*/
.woocommerce div.product div.summary {
	margin-bottom: 40px;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
	margin-bottom: 15px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	margin-right: 7px;
	width: 31%;
	width: calc((100% - 14px) / 3);
	max-width: 195px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(3n+1) {
	margin-right: 0;
}
.woocommerce div.product .product_title {
	color: #222222;
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 10px;
}
.woocommerce a.woocommerce-review-link {
	color: #666666;
}
.woocommerce a.woocommerce-review-link:hover {
	color: #26c6da;
}
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 12px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #26c6da;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	display: inline-block;
}
.woocommerce div.product .product_meta {
	color: #222222;
	font-weight: 600;
	margin-bottom: 15px;
}
.woocommerce div.product .short-description {
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	margin-bottom: 20px;
	padding: 15px 0;
}
.woocommerce div.product form.cart .variations {
	margin-top: 0;
	margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	display: table-cell;
	padding-bottom: 10px;
	padding-top: 0;
	text-align: left;
	vertical-align: middle;
}
.woocommerce div.product form.cart .variations label {
	color: #222;
	font-size: 16px;
	margin-bottom: 0;
}
.woocommerce div.product form.cart .variations select {
	padding: 8px 10px;
}
.woocommerce .quantity .qty {
	border: 1px solid #e7e7e7;
	border-radius: 0;
	box-shadow: none;
	height: 46px;
	text-align: center;
	padding: 1px;
	background-color: #fff;
}
.woocommerce div.product form.cart div.quantity {
	margin-right: 8px;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
	margin-bottom: 17px;
}
.woocommerce div.product .product-meta {

}
.woocommerce div.product .product-meta span {
	color: #222222;
	font-weight: 600;
}
.woocommerce div.product .product-meta a {
	color: #666666;
}
.woocommerce div.product .product-meta a:hover {
	color: #26c6da;
}
.woocommerce .quantity .input-group-btn-vertical {
	float: left;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
}
.woocommerce .quantity .input-group-btn-vertical > .btn {
	border-radius: 0;
	display: block;
	float: none;
	height: 23px;
	line-height: 14px;
	margin-left: -1px;
	max-width: 100%;
	outline: medium none;
	padding: 0 7px;
	position: relative;
	width: 100%;
}
.woocommerce .quantity .input-group-btn-vertical > .btn:hover,
.woocommerce .quantity .input-group-btn-vertical > .btn:active,
.woocommerce .quantity .input-group-btn-vertical > .btn:focus {
	background-color: #fff;
	border-color: #ccc;
	color: #333;
}
.woocommerce div.product form.cart .button {
	background-color: #26c6da;
	border-radius: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 16px 25px;
	text-transform: uppercase;
}
.woocommerce div.product form.cart .button:hover {
	background-color: #111111;
}
.woocommerce div.product .woocommerce-tabs {
	border: 1px solid #e7e7e7;
	margin-bottom: 70px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 0;
	padding-left: 0;
	display: -webkit-box; 
	display: -ms-flexbox;
	display: flex; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
	border: medium none;
	box-shadow: none;
	margin: 0;
	padding: 30px 30px 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #f5f5f5;
	border-color: #e7e7e7;
	border-radius: 0;
	border-width: 0 1px 1px;
	margin: 0;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab {
	border-left-width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	content: none;
	height: inherit;
	left: inherit;
	position: inherit;
	width: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #222222;
	font-weight: 600;
	padding: 12px 30px;
	text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #222222;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #26c6da;
}
.woocommerce div.product .woocommerce-tabs h2 {
	color: #111111;
	font-size: 24px;
}
.woocommerce table.shop_attributes td {
	padding: 0 8px;
}
.woocommerce div.product .up-sells {
	margin-bottom: 50px;
}
.woocommerce #reviews #comments {
	margin-bottom: 20px;
}
.woocommerce #reviews #comments h2 {
	margin-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: 1px solid #e7e7e7;
	border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	padding: 0;
}
#review_form_wrapper {
	padding-top: 20px;
}
.woocommerce #reviews h3 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #111111;
}
.woocommerce p.stars a {
	color: #f7c51d;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: #26c6da;
	border-radius: 0;
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 23px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #111111;
	color: #ffffff;
}
#review_form .form-group {
	margin-bottom: 10px;
}
.woocommerce #review_form #respond .comment-notes,
.woocommerce #review_form #respond .comment-form-rating {
	margin-bottom: 20px;
}
.woocommerce #review_form #respond .comment-form-rating {
	margin-top: 20px;
}
.woocommerce #review_form #respond .comment-form-rating label {
	color: #111111;
}
.woocommerce #review_form #respond .form-submit {
	margin: 5px 0 10px;
}
.woocommerce .related.products ul.products li.product {
	margin: 0;
	padding: 0;
	width: inherit !important;
}
.woocommerce .related.products ul.products li.product .onsale {
	margin: 0;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
	border: 1px solid #e7e7e7;
	margin-right: 1.8%;
	width: 32%;
}

/*-------------------------------------
#. Woocommerce: Cart
---------------------------------------*/
p.demo_store {
	background-color: #26c6da;
}
.woocommerce-message::before,
.woocommerce-info::before {
	color: #26c6da;
}
.woocommerce-message,
.woocommerce-info {
	border-color: #26c6da;
}
.woocommerce table.shop_table {
	border-radius: 0;
}
.woocommerce-cart .woocommerce table.shop_table {
	border-width: 1px 1px 0 0;
}
.woocommerce-cart .woocommerce table.shop_table.cart {
	margin: 0 0 100px;
}
.woocommerce-cart .woocommerce table.shop_table th,
.woocommerce-cart .woocommerce table.shop_table td {
	border-width: 0 0 1px 1px;
	color: #111;
	text-align: center;
}
.woocommerce-cart .woocommerce table.shop_table th.product-name,
.woocommerce-cart .woocommerce table.shop_table td.product-name {
	text-align: left;
}
.woocommerce-cart table.cart img {
	width: 50px;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .spinner.quantity,
.woocommerce-cart .woocommerce table.shop_table td.product-remove > a {
	margin: 0 auto;
}
.woocommerce-cart .woocommerce table.shop_table td.product-name > a {
	color: #111;
	font-weight: 700;
}
.woocommerce-cart .woocommerce .quantity .qty {
	height: 30px;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .spinner.quantity input {
	color: #111;
}
.woocommerce-cart .woocommerce .actions {
	padding: 10px 12px;
}
.woocommerce-cart .woocommerce .actions input.button {
	padding: 10px 15px;
}
.woocommerce-page .woocommerce .actions #coupon_code {
	border-color: #ddd;
	margin-right: 10px;
	padding: 9px;
	width: 110px !important;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	padding: 15px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li .product-thumb-area li{
	width: inherit;
}
.woocommerce .cart-collaterals .cross-sells h2:after {
	content: none;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled {
	color: #fff;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit[disabled]:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button[disabled]:disabled:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button[disabled]:disabled:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button[disabled]:disabled:hover {
	background-color: #26c6da;
	color: #fff;
}
.woocommerce .cart-collaterals .cross-sells h2,
.woocommerce .cart-collaterals .cart_totals h2 {
	color: #111;
	font-size: 24px;
	margin-bottom: 35px;
}
.woocommerce .cart-collaterals .cross-sells h2 {
	margin-bottom: 10px;
	padding-bottom: 0; 
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table {
	border-width: 1px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #26c6da;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #000;
}

/*-------------------------------------
#. Woocommerce: Checkout
---------------------------------------*/
.woocommerce-checkout .checkout_coupon .button {
	padding: 12px 25px;
}
.woocommerce-checkout h3 {
	color: #111;
	font-size: 20px;
	margin-bottom: 25px;
}
.woocommerce form.woocommerce-checkout .form-row {
	margin-bottom: 20px;
}
.woocommerce form.woocommerce-checkout .form-row .select2-choice {
	padding: 4px 8px;
}
.woocommerce-checkout label {
	color: #111; 
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	line-height: 1.2;
	padding: 10px;
}
.woocommerce-checkout .select2-container .select2-choice {
	border-radius: 0;
}
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
	margin-bottom: 40px;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	border-color: #ccc;
	background-color: #f5f5f5;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
	border-color: 1px solid #ccc;
	border-width: 0 0 1px 1px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
	border-width: 1px 1px 0 0;
	color: #111;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background-color: #ededed;
	border-radius: 0;
}

/*-------------------------------------
#. Woocommerce: Order received
---------------------------------------*/
.woocommerce-order-received .woocommerce {
	color: #111;
}
.woocommerce-order-received .woocommerce-thankyou-order-received {
	font-size: 20px;
	margin-bottom: 40px;
}
.woocommerce-order-received .woocommerce .order_details li {
	font-size: 1em;
}
.woocommerce-order-received .woocommerce h2 {
	font-size: 20px;
}
.woocommerce-order-received .woocommerce .shop_table {
	margin-bottom: 40px;
	border-color: #ccc;
	border-width: 1px 1px 0 0;
}
.woocommerce-order-received .woocommerce .shop_table th,
.woocommerce-order-received .woocommerce .shop_table td {
	border-color: #ccc;
	border-width: 0 0 1px 1px;
}
.woocommerce-order-received .title h3 {
	margin-bottom: 10px;
}

/*-------------------------------------
#. Woocommerce: My Account
---------------------------------------*/
.woocommerce-account {
	color: #111;
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: inherit;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-bottom: 50px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	color: #fff;
	display: inline-block;
	margin-bottom: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	color: #fff;
	padding: 10px 20px;
	background-color: #26c6da;
	display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	background-color: #000;
}
.woocommerce-account .woocommerce .shop_table {
	margin-bottom: 0;
	border-color: #ccc;
	border-width: 1px 1px 0 0;
	font-size: 1em;
}
.woocommerce-account .woocommerce .shop_table th,
.woocommerce-account .woocommerce .shop_table td {
	border-color: #ccc;
	border-width: 0 0 1px 1px;
}

.woocommerce-account .woocommerce table .button {
	padding: 8px 14px;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders .order-actions,
.woocommerce table.woocommerce-MyAccount-downloads th,
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads .order-actions {
	text-align: center;
}
.woocommerce-edit-address .woocommerce-MyAccount-content > p,
.woocommerce-edit-account .woocommerce-MyAccount-content .form-row {
	margin-bottom: 30px;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Button {
	margin-top: 30px;
}

/*-------------------------------------
#. Woocommerce: Login/Register
---------------------------------------*/
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border-radius: 0;
}
.woocommerce-account .woocommerce form.login .form-row,
.woocommerce-account .woocommerce form.register .form-row {
	margin-bottom: 20px;
}

/*-------------------------------------
#. Woocommerce: Yith Wishlist
---------------------------------------*/
.woocommerce .wishlist-title h2 {
	color: #111;
	margin-bottom: 25px;
	padding: 0;
}
.woocommerce .shop_table.wishlist_table {
	border-color: #ccc;
	border-width: 1px 1px 0 0;
	color: #111;
	font-size: 14px;
	margin-bottom: 40px;
}
.woocommerce .shop_table.wishlist_table th,
.woocommerce .shop_table.wishlist_table td {
	border-color: #ccc;
	border-width: 0 0 1px 1px;
	text-align: center;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
	border-radius: 0;
}
.woocommerce .shop_table.wishlist_table tfoot td {
	text-align: left;
}

/*-------------------------------------
#. Plugin: Contact Form 7
---------------------------------------*/
span.wpcf7-not-valid-tip {
	color: #a94442;
}
div.wpcf7-response-output {
	margin: 25px 0;
	padding: 5px 10px;
	border-radius: 3px;
}
div.wpcf7-validation-errors {
	border-color: #a94442;
}
.cf7-quote p {
	margin-bottom: 15px;
}
.cf7-quote input,
.cf7-quote textarea {
	background-color: #303e45;
	border: none;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	padding: 10px 12px;
	-webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.cf7-quote input:focus,
.cf7-quote textarea:focus {
	color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.cf7-quote input::-webkit-input-placeholder,
.cf7-quote textarea::-webkit-input-placeholder {
	color: #fff;
}
.cf7-quote input::-moz-placeholder,
.cf7-quote textarea::-moz-placeholder {
	color: #fff;
}
.cf7-quote input:-ms-input-placeholder,
.cf7-quote textarea:-ms-input-placeholder {
	color: #fff;
}
.cf7-quote input::placeholder,
.cf7-quote textarea::placeholder {
	color: #fff;
}
.cf7-quote textarea {
	height: 110px;
}
.cf7-quote-submit input {
	color: #fff !important;
	font-weight: 600;
	padding: 8px 28px;
	background-color: transparent;
	border: 2px solid #26c6da;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
}
.cf7-quote-submit input:hover {
	background-color: #19abbd !important;
	color: #ffffff !important;
}
.contact-us-form .form-group .form-control {
	border: 1px solid #dddddd;
	border-radius: 0;
	box-shadow: none;
	color: #555555;
}
.contact-us-form .form-group input {
	height: 42px;
}
.contact-us-form .wpcf7-submit {
	font-size: 14px;
	padding: 12px 30px;
}
.contact-us-form .wpcf7-submit:hover {
	background-color: #19abbd;
}
.cf7-seo-check {
	text-align: center;
	font-size: 0;
}
.cf7-seo-check .form-group {
	display: inline-block;
	margin-bottom: 0;
	width: 41%;
	vertical-align: top;
	margin-right: 5px;
}
.cf7-seo-check .form-group.submit-button {
	width: inherit;
	text-align: left;
	margin-right: 0;
}
.cf7-seo-check .form-group input {
	border-radius: 3px;
	font-size: 13px;
	font-weight: 600;
	height: 45px;
	border: 1px solid #dddddd;
	box-shadow: none;
	color: #555;
}
.cf7-seo-check input::-webkit-input-placeholder {
	color: #555;
}
.cf7-seo-check input::-moz-placeholder {
	color: #555;
}
.cf7-seo-check input:-ms-input-placeholder {
	color: #555;
}
.cf7-seo-check input::placeholder {
	color: #555;
}
.cf7-seo-check input[type="submit"] {
	background-color: #26c6da;
	border: medium none;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 30px;
	text-align: center;
}
.cf7-seo-check input[type="submit"]:hover {
	background-color: #19abbd;
	color: #ffffff !important;
}
.cf7-seo-check span.wpcf7-not-valid-tip {
	text-align: left;
}

.media-viewallbtn{
	text-align: center;
    display: block;
    width: 230px;
    margin: 0 auto;
    background: #144d85;
    border: none;
    color: #fff !important;
    padding: 8px 0;
    border-radius: 6px;
}
.blog-right-side{
    height: 285px;
}
