@charset "UTF-8";

/*======================================
/* Table of Contents
========================================

#. Animsition Loading Style
#. General Style
#. Header Style
#. Banner and Slider Style
#. Shopping Banner Style
#. Categories Style
#. Icon Box Style
#. Grid Filter Style
#. Testimonial Style
#. Blog Post Style
#. Newsletter Style
#. Footer Style
#. Team Member Style
#. Brands Logo Style
#. Breadcrumb Style
#. Contact Style
#. Divider Style
#. Accordion Style
#. 404 Page Note Found Style
#. Login and Register Style
#. Countdown Time Style
#. Today Sale Style
#. Shopping Design Style
#. Download App Section Style
#. Product Gallery Section Style
#. Shopping Product Section Style
#. Product Comments Section Style
#. Product Order Style
#. Element Design Style
   ##. Pagination Style	
   ##. Widget Style
   ##. Heading Tab Area Style
   
#. Login Popup Style   
#. Owl Slide Theme Style
#. Dashboard Menu Style
#. Review Rating Style
#. Dashboard Listing Style
#. Popup Tabs Style
#. Icon Style
#. User Menu Style
#. Contact Info Style
		
*========================================*/

/*===================================*
	Animsition Loading Style
*===================================*/
.animsition-preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2874f0;
	background:radial-gradient(circle, #ffffff, #f3f3f3);
	z-index: 9999;
}
.animsition-preloader > div {
	width: 140px;
	height: 140px;
	flex: 0 0 25%;
	box-sizing: border-box;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.utf-spinner-one {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: transparent;
	border: 5px solid #2874f0;
	border-top-color: #1da1f2;
	animation: 1s spin linear infinite;
}
.utf-spinner-two {
    position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: transparent;
	border: 5px solid transparent;
	border-top: 5px solid #2874f0;
	border-left: 5px solid #2874f0;
	animation: 2s spin linear infinite;	
}
.utf-spinner-three {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: transparent;
	border: 5px solid #2874f0;
	border-top-color: #0a0b0b;
	border-bottom-color: #0a0b0b;
	animation: 1s spin linear infinite;
}
.utf-spinner-four {
	width: 50px;
	height: 50px;
	margin: 0;
	background: transparent;
	border-top: 5px solid #2874f0;
	border-right: 5px solid transparent;
	border-radius: 50%;
	animation: 1s spin linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*===================================*
	General Style
*===================================*/
body {
	background: #ffffff none repeat scroll 0 0;
	color: #687188;
	font-family:"Nunito", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	color: #292b2c;
}
p {
	color: #6c758c;
	line-height: 28px;
	margin-bottom: 25px;
	font-weight: 500;
}
a {
	color: #292b2c;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover {
	color: #2874f0;
	text-decoration: none;
}
a:focus {
	outline: none;
}
img {
	max-width: 100%;
}
button {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
}
ul, li, ol {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}
label {
	color: #6c757d;
}
input:focus, textarea:focus {
	outline: none;
	box-shadow: none;
}
iframe {
	border: 0;
	display: block;
}
video {
	width: 100%;
}
hr{
	border-color:#dde6ef;
}
.btn-icon-item{
	top: -2px;
	position: relative;
}
.section {
	padding: 80px 0;
	position: relative;
}
.utf-inner-section-block-bg{
	background: linear-gradient(to top,rgba(244,249,252,0) 0%,rgba(244,249,252.02));
}
.section.ts-small-pt, .utf-footer-top.ts-small-pt {
	padding-top: 50px;
}
.section.ts-small-pb, .utf-footer-top.ts-small-pb {
	padding-bottom: 50px;
}
.section.pb_20, .pb_20, .utf-footer-top.pb_20 {
	padding-bottom: 20px;
}
.section.pb_30, .pb_30, .utf-footer-top.pb_30 {
	padding-bottom: 30px;
}
.section.pb_40, .pb_40, .utf-footer-top.pb_40 {
	padding-bottom: 40px;
}
.section.pb_60, .pb_60, .utf-footer-top.pb_60 {
	padding-bottom: 60px;
}
.section.pb_70, .pb_70, .utf-footer-top.pb_70 {
	padding-bottom: 70px;
}
.section.pb_85, .pb_85, .utf-footer-top.pb_85 {
	padding-bottom: 85px;
}
.section.ptb_100, .ptb_100 {
	padding-bottom: 100px;
	padding-top:100px;
}
.utf-footer-top-pt{
	padding-top:140px;
}
div.utf-banner-large-padder {
	padding: 200px 0;
}
.utf-small-padding {
	padding: 30px;
}
.utf-medium-padding {
	padding: 50px;
}
.utf-large-padding {
	padding: 100px;
}
.utf-small-divider {
	height: 30px;
}
.utf-medium-divider {
	height: 50px;
}
.utf-large-divider {
	height: 100px;
}
.utf-padding-eight-all {
	padding: 8%;
}
.utf-padding-eight-lrb {
	padding: 0 8%;
}
.utf-padding-eight-tbr {
	padding: 8% 0;
}
.utf-list-none li {
	list-style: none;
}
.utf-order-list-item, .utf-disc-list-item {
	padding-left: 15px;
}
.btn:focus, .btn:hover, .btn.active {
	box-shadow: none;
	outline: medium none;
}
button:focus {
	outline: none;
}
.border-2 {
	border-width: 2px !important;
}
.btn {
	border-width: 1px;
	cursor: pointer;
	font-weight:600;
	line-height: normal;
	padding: 10px 20px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}
.btn.active:focus, .btn:active:focus {
	box-shadow: none !important;
}
.utf-button-fill-out {
	background-color: transparent;
	border: 2px solid #2874f0;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#contact-form .utf-button-fill-out {
	color:#2874f0;
}
#contact-form .utf-button-fill-out:hover{
	background:#2874f0;
	color:#ffffff !important;
}
.utf-button-fill-out::before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: '';
    background-color: #2874f0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.utf-button-fill-out::after, .btn-white::after, .utf-button-fill-out-dark:after {
    content: "";
    position: absolute;
    height: 0%;
    right: 50%;
    top: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.utf-button-fill-out:hover::before, .btn-white:hover::before, .utf-button-fill-out-dark:hover:before {
    right: 0%;
    left: auto;
    width: 0;
}
.utf-button-fill-out:hover {
	color: #2874f0 !important;
}
.utf-add-to-cart-fill-out {
	background-color: transparent;
	border: 2px solid #ff9f00;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.utf-add-to-cart-fill-out::before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: '';
    background-color: #ff9f00;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.utf-add-to-cart-fill-out::after, .btn-white::after, .utf-add-to-cart-fill-out-dark:after {
    content: "";
    position: absolute;
    height: 0%;
    right: 50%;
    top: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.utf-add-to-cart-fill-out:hover::before, .btn-white:hover::before, .utf-add-to-cart-fill-out-dark:hover:before {
    right: 0%;
    left: auto;
    width: 0;
}
.utf-add-to-cart-fill-out:hover {
	color: #ff9f00 !important;
}
.utf-buy-now-fill-out {
	background-color: transparent;
	border: 2px solid #fb641b;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.utf-buy-now-fill-out::before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: '';
    background-color: #fb641b;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.utf-buy-now-fill-out::after, .btn-white::after, .utf-buy-now-fill-out-dark:after {
    content: "";
    position: absolute;
    height: 0%;
    right: 50%;
    top: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.utf-buy-now-fill-out:hover::before, .btn-white:hover::before, .utf-buy-now-fill-out-dark:hover:before {
    right: 0%;
    left: auto;
    width: 0;
}
.utf-buy-now-fill-out:hover {
	color: #fb641b !important;
}
.utf-update-cart-fill-out {
	background-color: transparent;
	border: 2px solid #ff9f00;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.utf-update-cart-fill-out::before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: '';
    background-color: #ff9f00;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.utf-update-cart-fill-out::after, .btn-white::after, .utf-update-cart-out-dark:after {
    content: "";
    position: absolute;
    height: 0%;
    right: 50%;
    top: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.utf-update-cart-fill-out:hover::before, .btn-white:hover::before, .utf-update-cart-out-dark:hover:before {
    right: 0%;
    left: auto;
    width: 0;
}
.utf-update-cart-fill-out:hover {
	color: #ff9f00 !important;
}
.utf-order-checkout-fill-out {
	background-color: transparent;
	border: 2px solid #fb641b;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.utf-order-checkout-fill-out::before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: '';
    background-color: #fb641b;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.utf-order-checkout-fill-out::after, .btn-white::after, .utf-order-checkout-out-dark:after {
    content: "";
    position: absolute;
    height: 0%;
    right: 50%;
    top: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.utf-order-checkout-fill-out:hover::before, .btn-white:hover::before, .utf-order-checkout-out-dark:hover:before {
    right: 0%;
    left: auto;
    width: 0;
}
.utf-order-checkout-fill-out:hover {
	color: #fb641b !important;
}
.utf-btn-fill-line {
	background-color: transparent;
	border: 2px solid #373d40;
	overflow: hidden;
	position: relative;
	color: #fff !important;
	transition: all 0.8s ease 0s;
	z-index: 1;
}
.utf-btn-fill-line:before, .utf-btn-fill-line:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #373d40;
	z-index: -1;
	transition: all 0.3s ease-in-out;
	width: 50%;
}
.utf-btn-fill-line::after {
	right: 0;
	left: auto;
}
.utf-btn-fill-line:hover:before, .utf-btn-fill-line:hover:after {
	width: 0;
}
.utf-btn-fill-line:hover {
	color: #222728 !important;
}
.btn-border-fill {
	border: 2px solid #2874f0;
	color: #2874f0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn-border-fill::before, .btn-border-fill::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #2874f0;
	z-index: -1;
	transition: all 0.3s ease-in-out;
	width: 0;
}
.btn-border-fill::after {
	right: 0;
	left: auto;
}
.btn-border-fill:hover:before, .btn-border-fill:hover:after {
	width: 50%;
}
.btn-border-fill:hover {
	color: #fff !important;
}
.btn-white {
	background-color: transparent;
	border: 2px solid #fff;
	color: #292b2c !important;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn-white::before, .btn-white::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	z-index: -1;
	transition: all 0.5s ease-in-out;
	width: 50%;
}
.btn-white::after {
	right: 0;
	left: auto;
}
.btn-white:hover:before, .btn-white:hover:after {
	width: 0;
}
.btn-white:hover {
	color: #fff !important;
}
.update-cart-item-block{
	width:100%;
	padding:15px;
	display:flex;
	border-top:1px solid #dee2e6;
}
.utf-button-fill-out-dark {
	background-color: transparent;
	border: 2px solid #333;
	color: #fff !important;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.utf-button-fill-out-dark:hover {
	color: #333 !important;
}
.utf-button-fill-out-dark::before {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
	content: '';
	background-color: #333;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.utf-btn-line-fill {
	border: 2px solid #333;
	overflow: hidden;
	position: relative;
	color: #333 !important;
	transition: all 0.8s ease 0s;
	z-index: 1;
}
.utf-btn-line-fill:hover {
	color: #fff !important;
}
@keyframes criss-cross-left {
 0% {
 left: -20px;
}
 50% {
 left: 50%;
 width: 20px;
 height: 20px;
}
 100% {
 left: 50%;
 width: 450px;
 height: 450px;
}
}
@keyframes criss-cross-right {
 0% {
 right: -20px;
}
 50% {
 right: 50%;
 width: 20px;
 height: 20px;
}
 100% {
 right: 50%;
 width: 450px;
 height: 450px;
}
}
.utf-btn-in-out {
	font-size: 16px;
	line-height:22px;
	width: auto;
	height: auto;
	padding: 10px 20px;
	background-color: #2874f0;
	border: 2px solid #2874f0;
	color: #fff;
	border-radius: 4px;
}
.utf-btn-in-out:hover {
	background-color: transparent;
	color: #2874f0;
}
.utf-btn-line-fill:before, .utf-btn-line-fill:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 20px;
	height: 20px;
	background-color: #333;
	border-radius: 50%;
	z-index: -1;
}
.utf-btn-line-fill:before {
	left: -20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.utf-btn-line-fill:after {
	right: -20px;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
.utf-btn-line-fill:hover:before {
	-webkit-animation: criss-cross-left 0.7s both;
	animation: criss-cross-left 0.7s both;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.utf-btn-line-fill:hover:after {
	-webkit-animation: criss-cross-right 0.7s both;
	animation: criss-cross-right 0.7s both;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.utf-btn-line-white {
	border: 1px solid #fff;
	color: #fff !important;
}
.utf-btn-line-white:hover {
	color: #333 !important;
}
.utf-btn-line-fill.utf-btn-line-white:before, .utf-btn-line-fill.utf-btn-line-white:after {
	background-color: #fff;
}
.utf-btn-tran-light {
	background-color: rgba(255,255,255,0.2);
	color: #fff;
}
.utf-btn-tran-light:hover {
	background-color: #fff;
}
.btn-radius {
	border-radius: 40px;
}
.btn + .btn {
	margin-left: 10px;
}
.btn i {
	font-size: 16px;
	margin-right: 5px;
	vertical-align: middle;
	line-height: 1;
}
.btn span {
	vertical-align: middle;
}
.btn-group-sm > .btn, .btn-sm {
	padding: 8px 25px;
	font-size:16px;
}
.btn-group-lg > .btn, .btn-lg {
	padding: 16px 45px;
}
.btn-xs {
	padding: 4px 20px;
	font-size: 12px;
}
.btn-md {
	padding: 12px 35px;
	font-size: 16px;
}
.btn.btn-xs i {
	font-size: 10px;
}
.btn.btn-sm i {
	font-size: 12px;
}
.btn.btn-lg i {
	font-size: 22px;
}
.btn-ripple {
	padding-right: 0 !important;
	border: 0;
}
.btn-link {
	position: relative;
	z-index: 2;
	text-decoration: none;
}
.btn-link:hover {
	text-decoration: none;
}
.btn-link::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 1px;
	background-color: #2874f0;
	z-index: -1;
}
.text_white * {
	color: #fff;
}
.text_dark * {
	color: #333;
}
.text_default {
	color: #2874f0 !important;
}
.bg_default {
	background-color: #2874f0 !important;
}
.utf-bg-gray {
	background-color: #f7f8fb !important;
}
.utf-bg-light_blue {
	background-color: #EBF5FF !important;
}
.utf-bg-light-blue-2 {
	background-color: #F4F9FC !important;
}
.utf-bg-light-blue-gradient {
	background: linear-gradient(to bottom,rgba(244,249,252,0) 0%,rgba(244,249,252.02)) !important;
}
.utf-bg-blue {
	background-color: #4382FF !important;
}
.utf-bg-linen {
	background-color: #F9F5F0 !important;
}
.utf-bg-redon {
	background-color: #FFF1F1 !important;
}
.utf-bg-dark {
	background-color: #373D40 !important;
}
.utf-bg-dark2 {
	background-color: #131d24 !important;
}
.utf-bg-dark3 {
	background-color: #233645 !important;
}
.utf-bg-dark4 {
	background-color: #1B1E20 !important;
}
.utf-bg-apricot {
	background-color: #fde0ca !important;
}
.utf-radius-all-5, .utf-radius-all-5:before, .utf-radius-all-5:after {
	border-radius: 5px;
}
.utf-radius-all-10, .utf-radius-all-10:before, .utf-radius-all-10:after {
	border-radius: 10px;
}
.utf-radius-lb-10, .utf-radius-lb-10:after, .utf-radius-lb-10:before {
	border-radius: 10px 0 0 10px;
}
.utf-radius-rb-10, .utf-radius-rb-10:before, .utf-radius-rb-10:after {
	border-radius: 0 10px 10px 0;
}
.utf-radius-lbrb-10, .utf-radius-lbrb-10:before, .utf-radius-lbrb-10:after {
	border-radius: 0 0 10px 10px;
}
.utf-radius-ltrt-10, .utf-radius-ltrt-10:before, .utf-radius-ltrt-10:after {
	border-radius: 10px 10px 0 0;
}
.scrollup {
	background-color: #171717;
	bottom: 20px;
	color: #ffffff;
	font-size: 24px;
	border-radius:50px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
	z-index: 99;
}
.scrollup:hover {
	background-color: #2874f0;
	color: #fff;
}
.scrollup:focus {
	color: #fff;
}
.scrollup_style1 {
	background-color: #2874f0;
}
.scrollup.scrollup_style1:hover {
	background-color: #333;
}
.background_bg {
	background-position: center center;
	background-size: cover;
}
.bg_size_auto {
	background-size: auto !important;
}
.bg_size_contain {
	background-size: contain !important;
}
.bg_norepeat {
	background-repeat: no-repeat !important;
}
.position_top_center {
	background-position: top center !important;
}
.position_center_bottom {
	background-position: center bottom !important;
}
.position_right_center {
	background-position: right center !important;
}
.position_right_bottom {
	background-position: right bottom !important;
}
.fixed_bg {
	background-attachment: fixed !important;
}
[class*=utf-overlay-bg-] {
 position: relative;
}
[class*=utf-overlay-bg-]::before {
	background-color: #000;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
[class*=utf-overlay-bg-default-]::before {
	background-color: #2874f0;
}
[class*=overlay_utf-bg-blue-]::before {
	background-color: #031B4E;
}
[class*=utf-overlay-bg-white-]::before {
	background-color: #fff;
}
.utf-overlay-bg-90::before, .utf-overlay-bg-default-90::before, .overlay_utf-bg-blue-90::before, .utf-overlay-bg-white-90::before {
	opacity: 0.9;
}
.utf-overlay-bg-80::before, .utf-overlay-bg-default-80::before, .overlay_utf-bg-blue-80::before, .utf-overlay-bg-white-80::before {
	opacity: 0.8;
}
.utf-overlay-bg-70::before, .utf-overlay-bg-default-70::before, .overlay_utf-bg-blue-70::before, .utf-overlay-bg-white-70::before {
	opacity: 0.7;
}
.utf-overlay-bg-60::before, .utf-overlay-bg-default-60::before, .overlay_utf-bg-blue-60::before, .utf-overlay-bg-white-60::before {
	opacity: 0.6;
}
.utf-overlay-bg-50::before, .utf-overlay-bg-default-50::before, .overlay_utf-bg-blue-50::before, .utf-overlay-bg-white-50::before {
	opacity: 0.5;
}
.utf-overlay-bg-40::before, .utf-overlay-bg-default-40::before, .overlay_utf-bg-blue-40::before, .utf-overlay-bg-white-40::before {
	opacity: 0.4;
}
.utf-overlay-bg-30::before, .utf-overlay-bg-default-30::before, .overlay_utf-bg-blue-30::before, .utf-overlay-bg-white-30::before {
	opacity: 0.3;
}
.utf-overlay-bg-20::before, .utf-overlay-bg-default-20::before, .overlay_utf-bg-blue-20::before, .utf-overlay-bg-white-20::before {
	opacity: 0.2;
}
.utf-overlay-bg-10::before, .utf-overlay-bg-default-10::before, .overlay_utf-bg-blue-10::before, .utf-overlay-bg-white-10::before {
	opacity: 0.1;
}
.ripple {
	background-color: #2874f0;
	border-radius: 100%;
	color: #fff;
	position: relative;
	display: inline-block;
	margin-right: 25px;
	line-height: 50px;
	font-size: 22px !important;
	vertical-align: middle;
	margin-left: -15px;
	height: 50px;
	width: 50px;
	text-align: center;
}
.ripple i {
	margin-right: 0;
	margin-left: 3px;
	font-size: 22px;
}
.ripple::before, .ripple::after {
	-webkit-animation: ripple 1.8s infinite;
	-moz-animation: ripple 1.8s infinite;
	-o-animation: ripple 1.8s infinite;
	-ms-transition: ripple 1.8s infinite;
	animation: ripple 1.8s infinite;
	background-color: #2874f0;
	border-radius: 100%;
	margin: -20px;
	bottom: 0px;
	content: "";
	display: block;
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: -1;
}
.ripple::before {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.ripple::after {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
@-webkit-keyframes ripple {
 0% {
 opacity:0;
 -webkit-transform:scale(0);
 transform:scale(0)
}
 50% {
 opacity:0.5;
}
 100% {
 opacity:0;
 -webkit-transform:scale(1);
 transform:scale(1)
}
}
@keyframes ripple {
 0% {
 opacity:0;
 -webkit-transform:scale(0);
 transform:scale(0)
}
 50% {
 opacity:0.5;
}
 100% {
 opacity:0;
 -webkit-transform:scale(1);
 transform:scale(1)
}
}
.btn-ripple-white .ripple::before, .btn-ripple-white .ripple::after, .btn-ripple-white .ripple {
	background-color: #fff;
}
.btn-ripple-white .ripple {
	color: #2874f0;
}
.bg_transparent_20 {
	background-color: rgba(0,0,0,0.2);
}
.utf-box-shadow1 {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.border-top-dark {
	border-top: 1px solid rgba(0,0,0,0.1);
}
.border-top-tran {
	border-top: 1px solid rgba(255,255,255,0.1);
}
.border_bottom_tran {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.utf-heading-text1 {
	margin-bottom: 15px;
}
.utf-shop-trand-banner-text .utf-heading-text1 h1{
	font-family:"Open Sans";
	font-size:28px;
	color: #2874f0;
}
.utf-shop-trand-banner-text .utf-heading-text1 h1 span{
	font-family:"Open Sans";
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 900;
	display: block;
	color: #292b2c;
	text-shadow:0 3px 5px rgba(0, 0, 0, 0.15);
}
.utf-heading-text1 .sub-text-primary{
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #fff;
	display: inline-block;
	background: #2874f0;
	padding: 2px 12px;
	border-radius: 4px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
	font-weight: 600;
}
.utf-heading-text1 h1, .utf-heading-text1 h2, .utf-heading-text1 h3, .utf-heading-text1 h4, .utf-heading-text1 h5, .utf-heading-text1 h6 {
	font-weight: 700;
	margin: 0;
	text-transform: capitalize;
}
.collection-py-1 .utf-heading-text1 h1 {
	font-family: "Open Sans";
    font-size: 44px;
	line-height: 56px;
	font-weight: 900;
	text-shadow:0 3px 5px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
}
.collection-py-1::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f4f9fc;
    opacity: 0.8;
    display: block;
    position: absolute;
    top: 0;
}
.collection-py-1 .utf-heading-text1 h1 .text-primary{
	color:#2874f0 !important;
	font-weight:900;	
}
.utf-product-description-list h6.sub-text-primary{
	font-size: 14px;
	font-weight:600;
    line-height: 26px;
    margin-bottom: 10px;
    color: #fff;
    display: inline-block;
    background: #2874f0;
    padding: 0px 14px;
    border-radius: 4px;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08);
}
.utf-product-description-list h4.utf-shop-product-title{
	font-weight:600;
	font-size:22px;
}
.utf-heading-text2 {
	position: relative;
}
.utf-heading-text2 h1, .utf-heading-text2 h2, .utf-heading-text2 h3, .utf-heading-text2 h4, .utf-heading-text2 h5, .utf-heading-text2 h6, .utf-heading-text3 h1, .utf-heading-text3 h2, .utf-heading-text3 h3, .utf-heading-text3 h4, .utf-heading-text3 h5, .utf-heading-text3 h6 {
	font-weight: 700;
	margin: 0;
	text-transform: capitalize;
}
.utf-heading-text2 h1, .utf-heading-text2 h2, .utf-heading-text2 h3, .utf-heading-text2 h4, .utf-heading-text2 h5, .utf-heading-text2 h6 {
	position: relative;
	z-index: 9;
}
.utf-heading-text2 .utf-sub-heading {
	font-size: 100px;
	font-weight: bold;
	padding: 0;
	margin-bottom: -15px;
	z-index: 0;
	position: relative;
	line-height: 100px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#1affffff', GradientType=0 );
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.utf-heading-text2.utf-heading-light .utf-sub-heading {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.01) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.01) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.01) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#1a000000', GradientType=0 );
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
.utf-heading-text3 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}
.utf-heading-text3::before {
	content: "";
	position: absolute;
	left: 0;
	width: 50px;
	height: 1px;
	background-color: #2874f0;
	bottom: 0;
	right: 0;
}
.utf-heading-light.utf-heading-text3::before {
	background-color: #fff;
}
.utf-heading-text3.text-center::before {
	margin: 0 auto;
}
.utf-heading-text3.text-right::before {
	left: auto;
	right: 0;
}
.utf-heading-text4 {
	margin-bottom: 15px;
}
.utf-heading-text4 h1, .utf-heading-text4 h2, .utf-heading-text4 h3, .utf-heading-text4 h4, .utf-heading-text4 h5, .utf-heading-text4 h6 {
	font-weight: 700;
	margin: 0;
	text-transform: capitalize;
	line-height: normal;
}
.utf-heading-text4 h2 {
	font-weight:400;
}
.utf-heading-text4 .utf-heading-icon i {
	color: #20E076;
	font-size: 30px;
	position: relative;
	z-index: 3;
	width: 50px;
	display: block;
	height: 50px;
	line-height: 50px;
}
.utf-heading-icon {
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0 30px;
	text-align: center;
}
.utf-heading-icon::after {
	content: "";
	position: absolute;
	right: 0;
	width: 30px;
	top: 50%;
	border-top: 1px solid #999;
	z-index: -1;
	border-bottom: 1px solid #999;
	height: 5px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.utf-heading-icon::before {
	content: "";
	position: absolute;
	left: 0;
	width: 30px;
	top: 50%;
	border-top: 1px solid #999;
	z-index: -1;
	border-bottom: 1px solid #999;
	height: 5px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.utf-heading-light .utf-heading-icon i {
	color: #fff !important;
}
.utf-heading-uppercase h1, .utf-heading-uppercase h2, .utf-heading-uppercase h3, .utf-heading-uppercase h4, .utf-heading-uppercase h5, .utf-heading-uppercase h6 {
	text-transform: uppercase;
}
.utf-heading-light * {
	color: #fff;
}
.utf-sub-heading {
	color: #2874f0;
	margin-bottom: 10px;
	display: block;
}
.utf-highlight-text {
	font-size: 20px;
	color: #333;
	font-weight: 600;
	margin-bottom: 15px;
	display: block;
}
.leads {
	margin-bottom: 30px;
}
.custom-container {
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/*===================================*
	Header Style
*===================================*/
.navbar-brand {
	padding: 10px 0;
	vertical-align: top;
	margin: 0;
}
.utf-dark-skin-area .logo_light, .utf-dark-skin-area .logo_default, .utf-light-skin-area .logo_default, .utf-light-skin-area .logo_dark, .logo_light, .logo_dark {
	display: none;
}
.utf-dark-skin-area .logo_dark, .utf-light-skin-area .logo_light {
	display: block;
}
.utf-light-skin-area .navbar-nav a, .utf-light-skin-area .navbar-toggler, .utf-light-skin-area .navbar a.utf-search-item-block-area {
	color: #ffffff;
}
.middle-header {
	padding: 10px 0;
	position: relative;
}
.navbar {
	padding: 0;
}
.utf-header-wrap-area {
	transition: all 0.5s ease 0s;
}
.utf-header-wrap-area:not([class*="bg_"]):not([class*="bg-"]) {
	background-color: rgba(255, 255, 255, 0.98);
}
.utf-header-wrap-area:not([class*="bg_"]):not([class*="bg-"]).transparent_header {
	background-color: transparent;
}
.utf-header-wrap-area:not([class*="bg_"]):not([class*="bg-"]).transparent_header.nav-fixed {
	background-color: #fff;
}
.utf-header-wrap-area:not([class*="bg_"]):not([class*="bg-"]).transparent_header.utf-light-skin-area.nav-fixed, .utf-header-wrap-area:not([class*="bg_"]):not([class*="bg-"]).transparent_header.nav-fixed .utf-light-skin-area {
	background-color: #373D40;
}
.utf-header-wrap-area:not([class*="bg_"]):not([class*="bg-"]).transparent_header.sticky_utf-dark-skin-area.nav-fixed, .utf-light-skin-area .utf-sidetoggle-icon::after, .utf-light-skin-area .utf-sidetoggle-icon::before, .utf-light-skin-area .utf-toggle-center-line {
	background-color: #fff;
}
.navbar .navbar-nav li {
	position: relative;
	list-style: none;
	transition: all 0.3s ease 0s;
}
.navbar-nav .dropdown-menu {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	min-width: 15rem;
}
.navbar-nav .dropdown-menu {
	background-color: #373d40;
}
.utf-light-skin-area .navbar-nav .dropdown-menu .mega-menu .dropdown-menu, .utf-light-skin-area .navbar-nav .dropdown-menu .dropdown-menu {
	background-color: #303537;
}
.utf-dark-skin-area .navbar-nav .dropdown-menu {
	background-color: #fff;
	box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .25);
}
/*.dropdown-menu ul::after{
    content: "";
    position: absolute;
    left: 15px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}*/
.utf-dark-skin-area .utf-mega-menu-column, .utf-dark-skin-area .utf-cart-list li {
	border-color: #ddd;
}
.utf-dark-skin-area .utf-cart-list li:nth-child(2n) {
    background: #fff;
}
.utf-dark-skin-area .utf-cart-list li:nth-child(2n+1){
	background:#f9f9f9;
}
.utf-light-skin-area .utf-cart-list li {
	border-color: #605d5d;
}
.utf-light-skin-area .utf-cart-list li {
	border-color: #605d5d;
}
.utf-light-skin-area .utf-cart-list li:nth-child(2n) {
    background: #373d40;
}
.utf-light-skin-area .utf-cart-list li:nth-child(2n+1){
	background:#464c4f;
}
.utf-dark-skin-area .navbar .navbar-nav .dropdown-menu li a.active, .utf-dark-skin-area .navbar .navbar-nav .dropdown-menu li a:hover, .utf-dark-skin-area .navbar .navbar-nav .dropdown-menu > ul > li:hover > a, .utf-dark-skin-area .navbar .navbar-nav .dropdown-menu > ul > .utf-mega-menu-column ul > li:hover > a {
	color: #2874f0;
	letter-spacing: 0.3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.utf-dark-skin-area .navbar .navbar-nav li > .dropdown-item, .utf-dark-skin-area .navbar .navbar-nav .dropdown-header, .utf-dark-skin-area .cart_quantity, .utf-dark-skin-area .utf-cart-total {
	color: #333333;
}
.dropdown-toggle::after, .dropdown-toggler::after {
	border: 0 none;
	font-family: 'Material-Icons';
	content: "\e914";
	margin-left: 0px;
	vertical-align: middle;
	font-size: 18px;
	top: -2px;
	position: relative;
}
.dropdown-toggler::after {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.dropdown-menu .dropdown-toggler::after {
	position: absolute;
	right: 8px;
	top: 5px;
}
.navbar .navbar-nav > li > .nav-link {
	font-weight: 500;
	padding: 20px 10px;
	text-transform: capitalize;
	font-size: 16px;
}
.navbar .navbar-nav > li > a.active, .navbar .navbar-nav > li:hover > a, .utf-light-skin-area.transparent_header.nav-fixed .navbar .navbar-nav > li > a.active, .utf-light-skin-area.transparent_header.nav-fixed .navbar .navbar-nav > li:hover > a, .transparent_header.nav-fixed .utf-light-skin-area .navbar .navbar-nav > li > a.active, .transparent_header.nav-fixed .utf-light-skin-area .navbar .navbar-nav > li:hover > a, .utf-light-skin-area .dropdown-menu li a.dropdown-item:hover i {
	color: #2874f0;
}
.utf-light-skin-area .navbar .navbar-nav .dropdown-item, .utf-light-skin-area .navbar .navbar-nav .dropdown-header{
	color: #fff;
}
.utf-light-skin-area .navbar .navbar-nav .dropdown-header{
	background:#2874f0;
}
.utf-light-skin-area .utf-item-remove {
	color: #fff !important;
}
.utf-light-skin-area .utf-mega-menu-column {
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.navbar .navbar-nav .dropdown-item {
	padding: 8px;
	color: #333;
	font-size: 14px;
	font-weight:600;
	text-transform: capitalize;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.navbar .navbar-nav .dropdown-item ul li:last-child a{
	border-bottom:0px solid rgba(0, 0, 0, 0.1);
}
.utf-light-skin-area .navbar .navbar-nav .dropdown-item{
	border-bottom:1px solid rgba(255, 255, 255, 0.12);
}
.navbar .navbar-nav .dropdown-item.dropdown-toggler {
	padding-right: 25px;
}
.navbar .navbar-nav .dropdown-header {
	color: #333;
	background:#eaeaea;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 700;
	text-align:center;
}
.navbar-nav.attr-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}
.navbar-nav.attr-nav li .nav-link {
	padding: 20px 10px;
	position: relative;
	white-space: nowrap;
}
.navbar .attr-nav li.nav-btn {
	margin-left: 10px;
}
.navbar-nav.attr-nav li .nav-link i {
	font-size: 20px;
}
.utf-hover-menu-style2 .navbar .navbar-nav.attr-nav > li > .nav-link {
	margin: 0;
	padding: 20px 10px;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
	background-color: transparent;
}
.navbar .navbar-nav.attr-nav .dropdown-menu li a.active, .navbar .navbar-nav.attr-nav .dropdown-menu li a:hover, .navbar .navbar-nav.attr-nav .dropdown-menu > ul > li:hover > a {
	background-color: rgba(0,0,0,0);
}
.navbar .navbar-nav .dropdown-menu li a.active, .navbar .navbar-nav .dropdown-menu li a:hover, .navbar .navbar-nav .dropdown-menu > ul > li:hover > a, .navbar .navbar-nav .dropdown-menu > ul > .utf-mega-menu-column ul > li:hover > a, .sticky_utf-dark-skin-area.nav-fixed .navbar .navbar-nav .dropdown-item:hover {
	color: #2874f0;
}
.sticky_utf-dark-skin-area.nav-fixed .logo_light {
	display: none;
}
.sticky_utf-dark-skin-area.nav-fixed .logo_dark {
	display: block;
}
.sticky_utf-dark-skin-area.nav-fixed .navbar-nav li > a, .sticky_utf-dark-skin-area.nav-fixed .navbar-toggler, .sticky_utf-dark-skin-area.nav-fixed .navbar .navbar-nav .dropdown-item, .sticky_utf-dark-skin-area.nav-fixed .navbar .navbar-nav .dropdown-header, .sticky_utf-dark-skin-area.nav-fixed .cart_quantity, .sticky_utf-dark-skin-area.nav-fixed .utf-cart-total {
	color: #333;
}
.sticky_utf-dark-skin-area.nav-fixed .navbar .navbar-nav .dropdown-item.active {
	color: #2874f0;
}
.sticky_utf-dark-skin-area.nav-fixed .utf-item-remove {
	color: #333 !important;
}
.sticky_utf-dark-skin-area.nav-fixed .navbar-nav .dropdown-menu, .sticky_utf-dark-skin-area.nav-fixed .navbar-nav .dropdown-menu .dropdown-menu {
	background-color: #fff;
	box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
}
.sticky_utf-dark-skin-area.nav-fixed .utf-mega-menu-column, .sticky_utf-dark-skin-area.nav-fixed .utf-cart-list li {
	border-color: #ddd;
}
.sticky_utf-dark-skin-area.nav-fixed.utf-header-wrap-area[class*="bg_"], .sticky_utf-dark-skin-area.nav-fixed.utf-header-wrap-area[class*="bg-"] {
	background-color: #fff !important;
}
.sticky_utf-light-skin-area.nav-fixed .logo_dark {
	display: none;
}
.sticky_utf-light-skin-area.nav-fixed .logo_light {
	display: block;
}
.sticky_utf-light-skin-area.nav-fixed.utf-header-wrap-area:not([class*="bg_"]):not([class*="bg-"]).transparent_header, .sticky_utf-light-skin-area.nav-fixed.utf-header-wrap-area:not([class*="bg_"]):not([class*="bg-"]) {
	background-color: #373D40;
}
.sticky_utf-light-skin-area.nav-fixed.utf-header-wrap-area[class*="bg_"], .sticky_utf-light-skin-area.nav-fixed.utf-header-wrap-area[class*="bg-"] {
	background-color: #373D40 !important;
}
.sticky_utf-light-skin-area.nav-fixed .navbar-nav a, .sticky_utf-light-skin-area.nav-fixed .navbar-toggler, .sticky_utf-light-skin-area.nav-fixed .navbar .navbar-nav .dropdown-item, .sticky_utf-light-skin-area.nav-fixed .navbar .navbar-nav .dropdown-header, .sticky_utf-light-skin-area.nav-fixed .cart_quantity, .sticky_utf-light-skin-area.nav-fixed .utf-cart-total {
	color: #fff;
}
.sticky_utf-light-skin-area.nav-fixed .utf-item-remove {
	color: #fff !important;
}
.utf-header-wrap-area:not([class*="bg_"]):not([class*="bg-"]).sticky_utf-light-skin-area.nav-fixed .navbar-nav .dropdown-menu {
	background-color: #252A2C;
	border-color: #252A2C;
}
.utf-header-wrap-area:not([class*="bg_"]):not([class*="bg-"]).sticky_utf-light-skin-area.nav-fixed .navbar-nav .dropdown-menu .mega-menu .dropdown-menu, .utf-header-wrap-area:not([class*="bg_"]):not([class*="bg-"]).sticky_utf-light-skin-area.nav-fixed .navbar-nav .dropdown-menu .dropdown-menu {
	background-color: #303537;
}
.sticky_utf-light-skin-area.nav-fixed .utf-mega-menu-column {
	border-right: 1px solid #3f3f3f;
}
.sticky_utf-light-skin-area.nav-fixed .utf-cart-list li {
	border-color: #3f3f3f;
}
.sticky_utf-dark-skin-area.nav-fixed .utf-btn-tran-light {
	background-color: #333;
	color: #fff !important;
}
.sticky_utf-dark-skin-area.nav-fixed .utf-btn-tran-light:hover {
	background-color: transparent;
	color: #333 !important;
	border-color: #333;
}
.utf-search-overlay {
	content: "";
	background-color: #000;
	height: 100%;
	top: 0;
	position: fixed;
	text-align: center;
	opacity: 0.7;
	right: 0;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	width: 0;
	z-index: 99;
}
.utf-search-overlay.open {
	top: 0;
	bottom: auto;
	width: 100%;
}
.search-overlay.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.utf-search-block-area.open i::before {
	content: "\f129";
	font-family: "Ionicons";
}
.utf-search-item-wrap {
	position: fixed;
	left: 0;
	right: 0;
	max-width: 600px;
	margin: 0 auto;
	padding: 80px 0;
	z-index: 9999;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex-align: center;
	align-items: center;
}
.utf-search-item-wrap.open {
	opacity: 1;
	visibility: visible;
	-webkit-animation: slideInDown 1s both;
	animation: slideInDown 1s both;
}
.utf-search-item-wrap form {
	position: relative;
	width: 100%;
}
.utf-search-item-wrap .form-control:focus {
	color: #424242;
}
.utf-search-icon {
	font-size: 20px;
    position: absolute;
    right: 6px;
    top: 6px;
    border: 0;
    background-color: #2874f0;
    cursor: pointer;
    padding: 0;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 24px;
}
.utf-search-item-wrap .form-control {
	background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 10px 15px;
    color: #424242;
}
.utf-search-item-wrap .form-control::-webkit-input-placeholder {
 color:#626262;
}
.utf-search-item-wrap .form-control::-moz-placeholder {
 color:#626262;
}
.utf-search-item-wrap .form-control:-ms-input-placeholder {
 color:#626262;
}
.utf-search-item-wrap .form-control::-ms-input-placeholder {
 color:#626262;
}
.utf-search-item-wrap .form-control::placeholder {
 color:#626262;
}
.close-search {
	font-size: 40px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 40px;
    left: 0;
    text-align: center;
    background: #2874f0;
    display: block;
    width: 40px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
}
.navbar .attr-nav li .utf-search-block-area i {
	font-size: 20px;
	vertical-align: middle;
	line-height: normal;
}
.navbar .attr-nav li.cart_wrap .nav-link i {
	font-size: 20px;
}
.navbar .attr-nav li.cart_wrap .nav-link {
	padding: 35px 5px;
}
.navbar .attr-nav li .nav-link.sidetoggle i {
	font-size: 28px;
}
.utf-search-icon-area {
	float: right;
}
.utf-search-item-block-area.show i::before {
	content: "\ec2a";
}
.utf-search-item-block-area {
	padding: 17px 10px;
	font-size: 20px;
}
.utf-header-wrap-area.fixed-top {
	position: relative;
	padding-right: 0 !important;
	box-shadow:0 2px 12px rgba(48,48,48,0.1);
}
.utf-header-wrap-area .utf-light-skin-area, .utf-header-wrap-area .utf-bottom-header.utf-dark-skin-area {
	box-shadow:0 2px 12px rgba(48,48,48,0.1);
}
.utf-header-wrap-area.transparent_header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1030;
}
.utf-header-wrap-area.nav-fixed {
	/*box-shadow: 0 5px 15px rgba(48,48,48,0.1);*/
	box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1041;
	-webkit-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-o-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-animation-fill-mode: none;
	-moz-animation-fill-mode: none;
	-o-animation-fill-mode: none;
	animation-fill-mode: none;
}
.nav-fixed.border_bottom_tran {
	border: 0;
}
.utf-header-wrap-area.fixed-top.transparent_header.nav-fixed.no-sticky {
	position: absolute;
}
.utf-header-wrap-area.fixed-top.nav-fixed.no-sticky {
	position: relative;
}
.utf-header-wrap-area:not([class*="bg_"]):not([class*="bg-"]).transparent_header.nav-fixed.no-sticky {
	background-color: transparent;
	box-shadow: none;
}
.mega-menu {
	display: table;
	padding: 0 0 10px 0;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.mega-menu ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.navbar .navbar-nav li.dropdown-mega-menu {
	position: static;
}
.navbar .navbar-nav li.dropdown-mega-menu .dropdown-menu {
	right: 0;
	padding-left: 0;
	padding-right: 0;
}
.utf-mega-menu-column {
	border-right: 1px solid #ddd;
	padding: 0;
}
.utf-mega-menu-column:last-child {
	border-right: 0 !important;
}
.dropdown-menu li a i {
	font-size: 14px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}
.dropdown-menu li a.dropdown-item i {
	font-size: 14px;
	width: 12px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 3px;
}
.navbar .navbar-nav > li > .nav-link.utf-cart-trigger i {
	font-size: 18px;
}
.utf-cart-list li {
	list-style: outside none none;
}
.cart_count, .wishlist_count {
	position: relative;
	top: -13px;
	left: -1px;
	font-size: 10px;
	background-color: #2874f0;
	border-radius: 50px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	min-width: 16px;
	text-align: center;
	padding: 0px 5px;
	display: inline-block;
	vertical-align: top;
	margin-left: -5px;
	margin-right: -5px;
	font-weight: 600;
}
.utf-cart-trigger .amount {
	margin-left: 5px;
	font-weight: 400;
	vertical-align: top;
	margin-right: 4px;
	font-size: 14px;
}
.navbar-nav .dropdown-menu.utf-cart-box {
	width: 320px;
	position: absolute !important;
	-webkit-transform: scale(0) !important;
	transform: scale(0) !important;
	-webkit-transform-origin: -webkit-calc(100% - 30px) 0;
	transform-origin: calc(100% - 30px) 0;
	display: block;
	transition: all 0.25s ease-in-out;
	padding: 0;
	top: 100% !important;
	left: auto !important;
	right: 0;
}
.navbar-nav .dropdown-menu.utf-cart-box.show {
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
}
.utf-cart-list li {
	border-bottom: 1px solid #3f3f3f;
	padding: 15px;
	width: 100%;
}
.utf-item-remove {
	float: right;
	margin-left: 5px;
	color: #333 !important;
}
.utf-cart-list img {
    border: 3px solid rgba(255, 255, 255, 0.5);
    background-color: #ffffff;
    float: left;
    margin-right: 10px;
    max-width: 52px;
    border-radius: 60px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.utf-cart-list a {
	font-size: 15px;
	vertical-align: middle;
	padding: 0 !important;
	text-transform: capitalize;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.cart_quantity {
	color: #ffffff;
	display: table;
	margin-top: 5px;
	font-weight: 500;
}
.utf-cart-box.dropdown-menu .cart_quantity {
    display: table;
    margin-top: 5px;
    font-weight: 600;
    font-size: 14px;
	color:#6a7c82;
}
.utf-light-skin-area .utf-cart-box .cart_quantity {
	color:#d7d7d7;
}
.utf-cart-box.dropdown-menu .utf-cart-list a, .utf-cart-box.dropdown-menu .utf-cart-list a:hover{
	letter-spacing:0 !important;
}
.utf-cart-total .cart_amount {
	float: right;
	color: #F32B56;
}
.utf-cart-box .utf-cart-list {
	width: 100%;
	padding: 0 !important;
	max-height: 335px;
	overflow-y: auto;
}
.utf-cart-box ul.utf-cart-list li a.utf-item-remove{
	background: #2874f0;
	border-radius: 20px;
	text-align: center;
	color: #ffffff !important;
	margin-right: -8px;
	margin-left: 8px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	margin-top: 15px;
}
.navbar .navbar-nav.attr-nav .utf-cart-box.dropdown-menu > ul > li:hover > a.utf-item-remove{
	background: #323232 !important;
	color: #ffffff !important;
}
.utf-cart-box ul.utf-cart-list li a.utf-item-remove:hover{
	background: #323232 !important;
	color: #ffffff !important;	
}
.utf-cart-list li {
	display: inline-block;
	width: 100%;
}
.dropdown-menu .utf-cart-list li a i {
	width: auto;
}
.utf-cart-total {
	color: #ffffff;
	margin: 0;
	padding: 10px 15px;
	font-weight: 700;
	text-align: right;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.utf-cart-total strong {
	float: left;
	font-weight: 600;
	text-transform: uppercase;
}
.utf-light-skin-area .utf-cart-footer-area .utf-cart-total {
	border-bottom:1px solid #3f3f3f;
}
.utf-cart-button {
	background:#f0efef;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.utf-cart-button .view-cart, .utf-cart-button .checkout {
	padding: 8px 30px !important;
}
.utf-top-header.utf-light-skin-area {
	border-color: rgba(255,255,255,0.2);
}
.utf-top-header {
	padding: 10px 0;
	transition: all 0.5s ease-in-out;
	/*background: #F7F8FB;*/
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.06);
	background-image: linear-gradient(to right, #2874f0, #1165ff);
}
.utf-top-header[class*="bg_"], .utf-top-header[class*="bg-"] {
	border: 0;
}
.utf-top-header span {
	font-size: 16px;
	font-weight:500;
	vertical-align: middle;
}
.utf-top-header .utf-language-dropdown, .utf-top-header .utf-country-dropdown, .middle-header .utf-language-dropdown, .middle-header .utf-country-dropdown{
    background: #0b5ee8;
	border: 2px solid #357bfd;
    padding: 0px 10px 2px 4px;
    border-radius: 4px;    
}
.utf-top-header .utf-header-list a.log-in-button {
    background: #ffffff;
    border: 2px solid #2874f0;
    padding: 4px 10px 6px 10px;
    border-radius: 4px;
    color: #2874f0;
}
.utf-top-header .utf-header-list a.log-in-button:hover {
    background: #0b5ee8;
	border: 2px solid #357bfd;
    color: #ffffff;
}
.utf-header-wrap-area .utf-social-icons li {
	padding-bottom: 0;
}
.utf-social-icons, .contact_detail {
	font-size: 0;
}
.contact_detail > li:last-child, .utf-header-list > li:last-child {
	padding-right: 0;
}
.utf-social-icons li {
	display: inline-block;
	padding: 0px 5px 5px 0;
}
.utf-social-icons li a {
	font-size: 18px;
	background:#2874f0;
	color: #ffffff;
	height: 34px;
	width: 34px;
	box-shadow:0 3px 4px rgba(0, 0, 0, 0.1);
	border-radius:40px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.utf-social-icons li a:hover, .utf-header-wrap-area .utf-social-icons li a:hover {
	background:#ffffff;
	color: #2874f0;
}
.utf-social-icons.social_small li a {
	height: 25px;
	width: 25px;
	line-height: 26px;
	font-size: 16px;
}
.utf-social-white .utf-social-icons li a, .utf-social-white.utf-social-icons li a, .utf-header-wrap-area .utf-social-white .utf-social-icons li a, .utf-header-wrap-area .utf-social-white.utf-social-icons li a {
	color: #fff;
	border-color: #fff;
}
.utf-social-white .utf-social-icons li a:hover, .utf-social-white.utf-social-icons li a:hover {
	color: #2874f0;
}
.border_social .utf-social-icons li a:hover, .border_social.utf-social-icons li a:hover {
	background-color: #2874f0;
	border-color: #2874f0;
	color: #fff;
}
.border_social.utf-social-white .utf-social-icons li a:hover, .utf-social-white.border_social.utf-social-icons li a:hover {
	color: #fff;
}
.border_social li a {
	border: 1px solid #687188;
	line-height: 35px;
}
.utf-social-icons li:last-child a {
	margin-right: 0px;
}
.radius_social li a {
	border-radius: 5px;
}
.rounded_social li a {
	border-radius: 50px;
}
.utf-social-icons.social_style1 li a {
	background-color: #fff;
	color: #2874f0;
}
.utf-social-icons.social_style1 li a:hover {
	background-color: #2874f0;
	color: #fff !important;
}
.social_style2 li a {
	background-color: #FFF;
	box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.3);
}
.social_style3 li a {
	background-color: #F6F8F9;
	color: #B2B2B7;
	font-size: 20px;
	height: 50px;
	width: 50px;
	line-height: 50px;
}
.utf-social-link-item li a {
	background-color: #fff;
	color: #2874f0;
}
.utf-social-link-item li a:hover {
	background-color: #2874f0;
	color: #fff;
}
.utf-social-link-item li a:hover {
	background-color: #2874f0;
	color: #fff !important;
}
.vertical_social li {
	display: block;
}
.utf-header-wrap-area .utf-social-icons li a {
	color: #333;
}
.contact_detail i {
	margin-right: 10px;
	vertical-align: middle;
	font-size: 16px;
}
.contact_detail span {
	vertical-align: middle;
}
.contact_detail > li, .utf-header-list > li {
	color: #333;
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
	padding: 2px 15px 2px 0;
}
.utf-header-list > li i {
	margin-right: 6px;
	vertical-align: middle;
}
.icon_list > li {
	color: #333;
	vertical-align: middle;
	display: inline-block;
	padding: 2px 10px 2px 0;
}
.icon_list > li > i {
	font-size: 16px;
}
.icon_list > li a {
	color: #bfbfbf;
}
.utf-header-list > li .dropdown-item:hover, .custome_dropdown .ddChild li:hover, .contact_detail > li a:hover {
	color: #F32B56;
}
.header_dropdown .dropdown-menu {
	border-radius: 0;
	padding: 0;
	margin-top: 0px;
	border: 0;
	transform: none !important;
	top: 100% !important;
	will-change: auto !important;
}
.header_dropdown .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="top"] {
	right: 0;
	left: auto !important;
}
.header_dropdown .dropdown-item {
	padding: 5px 10px;
	border-bottom: 1px solid #e6e6e6;
	text-transform: capitalize;
}
.contact_detail li:first-child {
	margin-left: 0px;
}
.contact_detail li a span {
	vertical-align: middle;
}
.utf-top-header.utf-light-skin-area .contact_detail li, .utf-top-header.utf-light-skin-area .contact_detail li a, .utf-top-header.utf-light-skin-area .widget_text span {
	color: #fff;
}
.utf-top-header.utf-dark-skin-area .contact_detail li {
	color: #000;
}
.nav-fixed .utf-top-header, .nav-fixed .middle-header {
	display: none !important;
}
.navbar-toggler {
	float: right;
	margin: 13px 0 0 3px;
	font-size: 28px;
	color: #333;
	transition: all 0.5s ease 0s;
	border-radius: 0;
	height: 35px;
	width: 35px;
	padding: 0;
	line-height: 36px;
	transition: none;
}
.navbar-toggler[aria-expanded="true"] span::before {
	content: "\f129";
	font-size: 16px;
}
.navbar-toggler[aria-expanded="true"] {
	line-height: 32px;
	font-size: 20px;
}
header .attr-nav + .utf-social-icons {
	border-left: 1px solid #333;
	margin-left: 5px;
	padding-left: 5px;
}
header .attr-nav + .utf-social-icons li {
	padding: 0;
}
header.utf-light-skin-area .attr-nav + .utf-social-icons {
	border-color: #fff;
}
header.utf-light-skin-area.nav-fixed .attr-nav + .utf-social-icons {
	border-color: #333;
}
header.utf-light-skin-area.nav-fixed .utf-social-icons li a {
	color: #000;
}
header.utf-light-skin-area.nav-fixed .utf-social-icons li a:hover {
	color: #0E93D8;
}
.search_box {
	position: relative;
}
.search_box input {
	padding-right: 30px;
}
.search_box button {
	border: 0;
	padding: 0 10px;
	background-color: transparent;
	font-size: 22px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.utf-top-header.utf-light-skin-area .utf-header-list li a, .utf-top-header.utf-light-skin-area .ddArrow::before, .utf-top-header.utf-light-skin-area .ddcommon .ddTitle .ddlabel, .utf-light-skin-area.utf-top-header span, .utf-light-skin-area .icon_list > li a {
	color: #fff;
}
.utf-top-header.utf-light-skin-area .utf-header-list > li::before {
	background-color: #fff;
}
.utf-top-header .custome_dropdown .ddChild {
	background-color: #fff;
	border: 0 !important;
	min-width: 10rem;
	left: -10px;
}
.utf-top-header.utf-light-skin-area .utf-header-list li a:hover, .utf-top-header.utf-light-skin-area .contact_detail li a:hover, .utf-top-header.utf-light-skin-area .utf-header-list li a:hover span {
	color: #2874f0;
}
.utf-main-menu-uppercase .navbar-nav > li > .nav-link {
	text-transform: capitalize;
}
.navbar-nav.attr-nav li.ic-user-login a{
    background: #ebebec;
	padding: 6px 10px;
	border-radius: 30px;
	text-align: center;
	margin-right: 8px;
	color:#292b2c;
}
.navbar-nav.attr-nav li.ic-user-login a:hover, .navbar-nav.attr-nav li a.utf-cart-trigger:hover, .navbar-nav.attr-nav li a.utf-search-block-area:hover{
    background: #2874f0;
	color:#fff;
}
.navbar-nav.attr-nav li.ic-user-login a i, .navbar-nav.attr-nav li a.utf-search-block-area i {
    font-size: 18px;
	line-height:22px;
}
.navbar-nav.attr-nav li a.utf-cart-trigger {
    background: #ebebec;
    padding: 10px 5px 4px 9px;
	border-radius: 30px;
	text-align: center;
	color: #4d4f51;
}
.navbar-nav.attr-nav li a.utf-search-block-area {
    background: #ebebec;
	padding: 7px 11px 8px 11px;
	border-radius: 30px;
	text-align: center;
	color: #292b2c;
	border-bottom: 0;
	margin-right:8px;
	margin-left:8px;
}
.utf-main-menu-weight-100 .navbar .navbar-nav > li > .nav-link {
	font-weight: 100;
}
.utf-main-menu-weight-200 .navbar .navbar-nav > li > .nav-link {
	font-weight: 200;
}
.utf-main-menu-weight-300 .navbar .navbar-nav > li > .nav-link {
	font-weight: 300;
}
.utf-main-menu-weight-400 .navbar .navbar-nav > li > .nav-link {
	font-weight: 400;
}
.utf-main-menu-weight-500 .navbar .navbar-nav > li > .nav-link {
	font-weight: 500;
}
.utf-main-menu-weight-600 .navbar .navbar-nav > li > .nav-link {
	font-weight: 600;
}
.utf-main-menu-weight-700 .navbar .navbar-nav > li > .nav-link {
	font-weight: 700;
}
.utf-main-menu-weight-800 .navbar .navbar-nav > li > .nav-link {
	font-weight: 800;
}
.utf-main-menu-weight-900 .navbar .navbar-nav > li > .nav-link {
	font-weight: 900;
}
.main_menu_size_16 .navbar .navbar-nav > li > .nav-link, .dd_menu_size_16 .navbar .navbar-nav .dropdown-item, .dd_menu_size_16 .utf-cart-list a {
	font-size: 16px;
}
.utf-header-banner-wrap {
	padding: 15px;
	height: 100%;
}
.header-banner2 {
	margin: 0 15px;
}
.header-banner, .header-banner2 {
	display: block;
	position: relative;
	margin-bottom: 15px;
}
.header-banner img {
	width: 100%;
}
.utf-banne-info {
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 15px;
}
.utf-banne-info a {
	text-transform: capitalize;
	position: relative;
	padding-bottom: 3px;
	color: #292b2c !important;
}
.utf-banne-info a:hover {
	color: #2874f0 !important;
}
.utf-banne-info a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 50%;
	background-color: #292B2C;
	transition: all 0.5s ease-in-out;
}
.utf-banne-info a:hover::before {
	width: 100%;
}
.utf-header-item-banner {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
}
.utf-header-banner-wrap .utf-header-item-banner {
	-ms-flex-align: center;
	align-items: center;
}
.utf-header-item-banner-content {
	position: relative;
}
.utf-header-item-text {
	color: #fff;
}
.utf-header-item-title {
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}
.banner_img {
	position: relative;
}
.utf-shopping-pbn-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	z-index: 1;
}
.utf-shopping-pbn-content2 {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.utf-shopping-pbn-content * {
	color: #fff;
}
.shop_title {
	font-weight: bold;
	margin-bottom: 10px;
}
.shopping-banner-item {
	position: relative;
	display: table;
	margin: 0 auto;
}
.shopping-banner-item2 {
	margin-bottom: 30px;
	height: 235px;
	overflow: hidden;
}
.utf-pbn-banner1 {
	background-color: #FDBB99;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.el_img {
	text-align: center;
	width: 100%;
}
.shopping-banner-item2 a {
	position: relative;
	z-index: 9;
	padding: 15px;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}
.utf-pbn-title {
	width: 100%;
}
.utf-pbn-banner1::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -80px;
	background-color: rgba(255,255,255,0.2);
	width: 250px;
	height: 250px;
	border-radius: 100%;
	z-index: -1;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.utf-pbn-banner2::before {
	content: "";
	position: absolute;
	right: -50px;
	bottom: -50px;
	background-color: rgba(255,255,255,0.15);
	width: 250px;
	height: 250px;
	border-radius: 100%;
	z-index: -1;
}
.utf-pbn-banner2 .utf-pbn-title h6 {
	font-weight: 600;
	font-size: 18px;
}
.utf-pbn-banner1 .utf-pbn-title span {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.utf-pbn-banner1 .el_img img {
	max-width: 180px;
	margin-top: 20px;
	width: 100%;
}
.utf-pbn-banner2 {
	background-color: #53C0E9;
	text-align: right;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.shopping-banner-item2:last-child {
	margin-bottom: 0;
}
.utf-pbn-banner2 .el_img img {
	max-width: 165px;
	width: 100%;
}
.utf-sidebar-menu {
	padding: 50px 30px 30px;
	position: fixed;
	top: 0;
	z-index: 99;
	background-color: #fff;
	box-shadow: -3px 0 3px rgba(0,0,0,.04);
	bottom: 0;
	width: 400px;
	overflow-y: auto;
	right: -400px;
	visibility: hidden;
	height: 100vh;
	transition: all 0.5s ease;
	z-index: 99999;
}
.utf-sidebar-menu.active {
	right: 0;
	visibility: visible;
}
.utf-sidebar-panel-close {
	position: absolute;
	right: 30px;
	top: 30px;
}
.utf-sidebar-panel-close i {
	font-size: 24px;
}
.utf-sidebar-menu .widget {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.utf-sidebar-left .utf-sidebar-menu, .utf-sidebar-left-push .utf-sidebar-menu {
	right: auto;
	left: -400px;
}
.utf-sidebar-left .utf-sidebar-menu.active, .utf-sidebar-left-push .utf-sidebar-menu.active {
	left: 0;
}
.utf-sidebar-left-push.sidetoggle-active {
	overflow-y: hidden;
	left: 400px;
}
.utf-sidebar-left-push {
	overflow-x: hidden;
	position: relative;
	transition: all 0.5s ease;
	left: 0;
}
.utf-sidebar-left-push.sidetoggle-active .utf-header-wrap-area.nav-fixed {
	left: 400px;
	right: -400px;
}
.utf-sidebar-right-push.sidetoggle-active {
	overflow-y: hidden;
	right: 400px;
}
.utf-sidebar-right-push {
	overflow-x: hidden;
	position: relative;
	transition: all 0.5s ease;
	right: 0;
}
.utf-sidebar-right-push.sidetoggle-active .utf-header-wrap-area.nav-fixed {
	left: -400px;
	right: 400px;
}
.utf-sidebar-dark {
	background-color: #222;
}
.utf-sidebar-dark .utf-sidemenu-close, .utf-sidebar-dark p {
	color: #fff;
}
.header-overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	top: 0;
	transition: all 0.5s ease-in-out;
	cursor: url('/newmoban/_external/demo.mobanwang.com/mb/lo202601/202601075/html/assets/images/close.png'), pointer;
}
body.active {
	overflow: hidden;
	padding-right: 17px;
}
.utf-sidetoggle-icon {
	width: 22px;
	display: block;
	margin: 10px 0;
	position: relative;
	transition: all 0.5s ease-in-out;
	height: 1px;
}
.utf-sidetoggle-icon::before {
	content: "";
	background-color: #333;
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	top: -7px;
	right: 0;
	transition-duration: .3s, .3s;
	transition-delay: .3s, 0s;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.utf-sidetoggle-icon::after {
	content: "";
	background-color: #333;
	display: block;
	height: 1px;
	width: 15px;
	position: absolute;
	bottom: -7px;
	right: 0;
	transition-duration: .3s, .3s;
	transition-delay: .3s, 0s;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.sidetoggle.open .utf-sidetoggle-icon::before {
	top: 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition-property: top, transform;
	transition-delay: 0s, .3s;
}
.sidetoggle.open .utf-sidetoggle-icon::after {
	bottom: 0;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition-delay: 0s, .3s;
	transition-property: bottom, transform;
	width: 100%;
}
.utf-toggle-center-line {
	background-color: #333;
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transition: all 0.6s ease-in-out;
}
.sidetoggle.open .utf-toggle-center-line {
	opacity: 0;
}
.utf-sidetoggle-icon:hover:after {
	width: 22px;
}
.widget_text p:last-child {
	margin-bottom: 0;
}
.widget_utf-contact-info-item .utf-contact-wrap li:last-child {
	margin-bottom: 0;
}
.utf-hover-menu-style1 .navbar-collapse .navbar-nav > li > a {
	position: relative;
	padding: 30px 0px;
	margin: 0 10px;
}
.utf-hover-menu-style1.nav-fixed .navbar .navbar-collapse .navbar-nav > li > .nav-link {
	padding: 20px 0px;
}
.utf-hover-menu-style1 .navbar-collapse .navbar-nav > li > a::before {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 0px;
	height: 2px;
	width: 0;
	z-index: 0;
	content: '';
	background-color: #2874f0;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.utf-hover-menu-style1.nav-fixed .navbar-collapse .navbar-nav > li > a::before {
	bottom: 10px;
}
.utf-hover-menu-style1 .navbar-collapse .navbar-nav > li:hover > a::before, .utf-hover-menu-style1 .navbar-collapse .navbar-nav > li > a.active::before {
	left: 0;
	right: auto;
	width: 100%;
}
input.text {
	display: none;
}
.dd.ddcommon {
	cursor: pointer;
	padding-right: 5px;
	position: relative;
	width: auto !important;
	outline: none;
}
.ddcommon .ddTitleText img {
	border-radius: 100%;
	height: 16px;
	width: 16px;
	margin-right: 6px;
}
.ddcommon .ddTitleText {
	padding: 2px 7px;
	display: inline-block;
	text-transform: uppercase;
}
.ddcommon .ddlabel {
	text-transform: capitalize;
	font-size: 14px;
	color: #ffffff;
	font-weight:600;
	white-space: nowrap;
	vertical-align: middle;
}
.ddcommon .ddChild li .ddlabel {
	color: #333;
}
.ddcommon .ddChild li:hover .ddlabel{
	color: #2874f0;
}
.ddArrow::before {
	color: #ffffff;
	position: absolute;
	right: -10px;
	top: -1px;
	font-family: 'Material-Icons';
	content: "\e914";
	font-size: 20px;	
}
.ddcommon .ddChild {
	background-color: #f7f8fb;
	top: 34px !important;
	left: -6px;
	border-radius: 4px;
	height: auto !important;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	display: block !important;
	opacity: 0;
	visibility: hidden !important;
}
.ddcommon.borderRadiusTp .ddChild {
	opacity: 1;
	visibility: visible !important;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.ddcommon .ddChild li {
	cursor: pointer;
	list-style: outside none none;
	padding: 5px 10px 5px 10px;
	position: relative;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);	
}
.ddcommon .ddChild li:last-child {
	border-bottom:0;	
}
.ddcommon .ddChild li img {
	position: absolute;
	left: 10px;
	border-radius: 100%;
	max-width: 14px;
	top: 11px;
}
.utf-nav-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.utf-category-wrap {
	position: relative;
}
.utf-nav-block .utf-category-wrap {
	min-width:250px;
}
.utf-category-button i {
	font-size: 24px;
	vertical-align: top;
	margin-right: 15px;
	background: #fff;
	color: #2874f0;
	padding: 6px 8px;
	text-align: center;
	border-radius: 4px;
}
.utf-categories-menu i {
	margin-right: 0;
	float: right;
}
.utf-category-button.utf-categories-menu {
	padding: 10px 15px;
	border-radius: 10px;
	border: 3px solid #1e69f2;
}
.utf-dark-skin-area .utf-category-button.utf-categories-menu {
    padding: 6px 10px 6px 15px;
}	
.utf-category-button span {
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 700;
}
.utf-dark-skin-area .utf-category-button span {
	margin: 6px 0;
	display: inline-block;
}
.utf-category-button {
	background-color: #2874f0;
	border: 5px solid #FFF;
	padding: 15px;
	color: #fff;
	border-radius:6px 6px 0 0;
	text-align: left;
	width: 100%;
}
#navCatContent li {
	list-style: none;
}
#navCatContent {
	background-color: #fff;
	position: absolute;
	padding: 3px 0px 0;
	top: 100%;
	width: 100%;
	left: 0;
	right: 0;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	z-index: 99;
}
.utf-nav-category-area {
	display: block;
	height: auto !important;
}
.utf-nav-category-area.collapse:not(.show) {
	display: block;
}
#navCatContent ul {
	width: 100%;
}
#navCatContent li a {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 600;
	border-right:1px solid #dde6ef;
	border-bottom: 1px solid #dde6ef;
}
#navCatContent ul li .dropdown-menu .dropdown-header{
	border-bottom: 1px solid #dde6ef;
}
#navCatContent li a i {
	font-size: 16px;
	vertical-align: middle;
	margin-right: 8px;
    line-height: 28px;
    background: #2874f0;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    color: #fff;
}
#navCatContent li a span {
	vertical-align: middle;
}
#navCatContent li a:hover {
	background:#2874f0;
	color: #fff;
}
#navCatContent li a.dropdown-toggler::after {
    position: absolute;
    right: 15px;
    top: 9px;
    background: #2874f0;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    border-radius: 3px;
    color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0 0px 6px rgba(255, 255, 255, 0.5);
}
#navCatContent ul li .dropdown-menu {
	left: 100%;
	top: 0;
	margin: 0;
	border: 0;
	min-width: 800px;
	width: 100%;
	right: 0;
	box-shadow: 10px 16px 49px 0px rgba(38,42,46,0.05);
	border-radius: 0;
	padding: 0;
}
#navCatContent ul li .dropdown-menu .dropdown-header {
	color: #333;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-size:16px;
	border-right: 1px solid #dde6ef;
	background: #eee;
	text-align: center;
}
#navCatContent .utf-mega-menu-column {
	border: 0;
}
.utf-more-category {
	padding: 12px 15px;
	display: block;
	font-size: 16px;
	font-weight:700;
	text-transform: uppercase;
	margin-top:3px;
	color: #ffffff;
	background: #2874f0;
    border-radius: 0 0 6px 6px;
	position: relative;
	cursor: pointer;
	width: 100%;
}
.utf-more-category::before {
	content: "\ec36";
	position: absolute;
	right: 15px;
	top: 50%;
	font-family: Linearicons;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.utf-more-category.show::before {
	content: "\ec37";
}
.utf-shop-product-search-form-area {
	position: relative;
	max-width: 600px;
	width: 100%;
}
.utf-shop-product-search-form-area input {
	height: 50px;
	font-size: 16px;
	padding-right: 60px !important;
	border-radius:0 6px 6px 0 !important;
}
.utf-shop-product-search-form-area input:focus{
	height: 50px;
}
.utf-search-form_btn .form-control {
	padding-right: 60px !important;
}
.utf-search-btn {
	position: absolute;
	right: 1px;
	background-color: #2874f0;
	color:#ffffff;
	border: 0;
	padding: 0px 15px;
	font-size: 18px;
	top: 1px;
	bottom: 1px;
	z-index: 9;
	border-radius:0 6px 6px 0;
}
.utf-search-btn2 {
	position: absolute;
	right: 5px;
	background-color: #2874f0;
	border: 0;
	border-radius: 100%;
	font-size: 14px;
	top: 5px;
	color: #fff;
	z-index: 9;
	width: 40px;
	height: 40px;
	z-index: 9;
}
.utf-search-btn3 {
	background-color: #2874f0;
	color: #fff;
	border: 0;
	padding: 10px 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 9;
}
.utf-search-btn3:hover {
	background-color: #333;
}
.utf-search-btn:hover {
	color: #2874f0;
}
.input-group .utf-search-btn:hover {
	color: #ffffff;
}
.utf-search-btn i {
	vertical-align: middle;
}
.utf-shop-product-search-form-area select {
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.utf-shop-product-search-form-area.rounded_input select {
	border-radius: 30px 0 0 30px;
	padding: 8px 35px 8px 15px;
}
.utf-shop-product-search-form-area.rounded_input input {
	border-radius: 0 30px 30px 0 !important;
}
.utf-shop-product-search-form-area.radius_input {
	border-radius: 4px;
	overflow: hidden;
}
.utf-shop-product-search-form-area.radius_input select {
	border-radius: 4px 0 0 4px;
}
.utf-shop-product-search-form-area.radius_input input {
	border-radius: 0 4px 4px 0 !important;
}
.utf-header-offer {
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #ddd;
}
.utf-contact-phone span, .utf-contact-phone i {
	vertical-align: middle;
}
.utf-contact-phone i {
	font-size: 30px;
	margin-right: 10px;
	color: #2874f0;
}
.utf-contact-phone span {
	color: #16181b;
}
.utf-banner-content-inner {
	padding: 50px;
}
.utf-header-topbar-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}
.utf-download-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.utf-rating-wrap-area .utf-star-rating {
	position: relative;
	top: 0px;
	font-size: 14px;
	font-weight: 600;
	margin:0 auto;
	padding: 3px 5px;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    background: #fff;
    border-radius: 4px;
}
.product_list .utf-rating-wrap-area .utf-star-rating {
	text-align:left;
	display: block;
    margin: 0;
}
.utf-rating-wrap-area .utf-star-rating .star {
    display: inline-block;
    margin: 0;
    padding: 0;
    top: 0px;
    float: left;
    margin-right: 0;
    position: relative;
}
.utf-rating-wrap-area .utf-star-rating:before {
    content: attr(data-rating);
    float: right;
    border-radius: 4px;
    background-color: #38b653;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    padding: 0px 4px;
    position: relative;
    top: 4px;
    margin-left: 3px;
}
.utf-rating-wrap-area .utf-star-rating::before {
    top: 1px;
}
.utf-rating-wrap-area .utf-star-rating span {
    color: #b5b5b5;
}
.utf-rating-wrap-area .utf-star-rating .star.empty:before {
    color: #b5b5b5;
}
.utf-rating-wrap-area .utf-star-rating .star.half:after, .utf-rating-wrap-area .utf-star-rating .star:before {
    font-family: "Material-Icons";
    content: "\e988";
    display: block;
    color: #ff8a00;
    font-size: 16px;
	line-height:18px;
}
.utf-rating-wrap-area .utf-star-rating .star.half:after {
    color: #ff8a00;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
    height: 100%;
    overflow: hidden;
}
.utf-rating-wrap-area .utf-star-rating .star.half:before {
    color: #b5b5b5;
}

/*===================================*
	Banner and Slider Style
*===================================*/
.utf-slide-banner-section-area {
	position: relative;
}
.utf-item-banner-content-wrap {
	position: relative;
	z-index: 1;
}
.utf-banner-half-content {
	padding: 100px 0 80px;
	z-index: 0;
}
.full_screen.utf-banner-half-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.utf-slide-banner-section-area:not(.full_screen), .utf-slide-banner-section-area:not(.full_screen) .carousel-item, .utf-slide-banner-section-area:not(.full_screen) .utf-item-banner-content-wrap, .utf-slide-banner-section-area:not(.full_screen) .utf-item-banner-content-wrap .carousel-item {
	height: 800px;
}
.full_screen, .full_screen .carousel-item {
	height: 100vh;
	min-height: 45rem;
}
.utf-slide-banner-section-area.utf-slide-medium-item, .utf-slide-banner-section-area.utf-slide-medium-item .carousel-item, .utf-slide-banner-section-area.utf-slide-medium-item .utf-item-banner-content-wrap, .utf-slide-banner-section-area.utf-slide-medium-item .utf-item-banner-content-wrap .carousel-item, .utf-slide-banner-section-area.shop_el_slider, .utf-slide-banner-section-area.shop_el_slider .carousel-item, .utf-slide-banner-section-area.shop_el_slider .utf-item-banner-content-wrap, .utf-slide-banner-section-area.shop_el_slider .utf-item-banner-content-wrap .carousel-item {
	height: 520px;
}
.utf-slide-banner-section-area.slide_wrap, .utf-slide-banner-section-area.slide_wrap .carousel-item, .utf-slide-banner-section-area.slide_wrap .utf-item-banner-content-wrap, .utf-slide-banner-section-area.slide_wrap .utf-item-banner-content-wrap .carousel-item {
	height: 650px;
}
.sm-banner-item.utf-slide-medium-item .carousel-item{
	height:465px;
}
.sm-banner-item.utf-slide-medium-item{
	height: 480px;
}
.sm-banner-item #carouselExampleControls .carousel-inner{
	border-radius: 20px;
	border: 6px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.full-width-slider-block{
	border-radius: 20px;
	overflow:hidden;
	border: 6px solid rgba(255, 255, 255, 0.05);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
.utf-slide-banner-section-area .utf-slide-banner-content-item {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.carousel-item img {
	position: relative;
	z-index: -1;
	width: 100%;
}
.carousel-control-next, .carousel-control-prev {
	background-color: rgba(0,0,0,0.5);
	font-size: 18px;
	height: 44px;
	opacity: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 44px;
	transition: all 0.3s ease-in-out;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	opacity: 0;
}
.carousel:hover .carousel-control-next, .carousel:hover .carousel-control-prev {
	opacity: 1;
}
.carousel-control-next {
	right: 20px;
}
.carousel-control-prev {
	left: 20px;
}
.carousel_style1 .carousel-control-next, .carousel_style1 .carousel-control-prev {
	border-radius: 100%;
}
.carousel_style2 .carousel-control-next, .carousel_style2 .carousel-control-prev {
	font-size: 16px;
	border-radius: 4px;
	height: 40px;
	width: 40px;
}
.utf-light-arrow .carousel-control-next, .utf-light-arrow .carousel-control-prev {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	color: #000;
	border-radius:50px;
}
.carousel-control-next:hover, .carousel-control-prev:hover, .utf-light-arrow .carousel-control-next:hover, .utf-light-arrow .carousel-control-prev:hover {
	background-color: #2874f0;
	color: #fff;
}
.utf-indicators-style-1, .utf-indicators-style-2, .utf-indicators-style-3 {
	margin-bottom: 25px;
}
.utf-indicators-style-1 li {
	width: 8px;
	height: 8px;
	background-color: #333;
	border: 0;
	border-radius:20px;
	margin: 8px;
	position: relative;
}
.utf-indicators-style-1 li::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border-radius:20px;
	border: 2px solid #333;
	margin: -4px;
}
.utf-indicators-style-2 li {
	background-color: #333;
	border-radius: 100%;
	width: 8px;
	height: 8px;
	background-clip: inherit;
	border: 0;
	margin: 8px;
	position: relative;
}
.utf-indicators-style-2 li::before {
	content: "";
	position: absolute;
	border-radius: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border: 2px solid #333;
	margin: -4px;
}
.utf-indicators-style-3 li {
	background-color: #333;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	background-clip: inherit;
	border: 0;
	margin: 5px;
	position: relative;
}
.utf-indicators-style-1 li.active, .utf-indicators-style-2 li.active {
	background-color: #2874f0;
}
.utf-indicators-style-2 li.active:before, .utf-indicators-style-1 li.active:before {
	border-color: #2874f0;
}
.utf-indicators-style-4 li {
	background-color: #fff;
	border-radius: 100%;
	width: 15px;
	height: 15px;
	background-clip: inherit;
	border: 0;
	margin: 5px;
	position: relative;
}
.utf-item-banner-content .carousel-item {
	padding: 100px 0;
}
.utf-shopping-banner-slider .utf-item-banner-content.full-slide-item {
    background: rgba(255, 255, 255, 0.5);
    padding: 25px 20px;
    border-radius: 20px;
    border: 5px solid rgba(0, 0, 0, 0.04);
}
.utf-shopping-banner-slider .utf-item-banner-content.full-slide-item  h5.pro-sub-title {
    background: transparent;
	padding: 6px 10px;
	border-radius: 5px;
	color: #2874f0;
	font-size: 16px;
	display: inline-block;
	box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.12);
	font-weight: 600;
	margin-bottom: 15px;
}
.utf-item-banner-content h2 {
	font-size: 60px;
	margin-bottom: 10px;
	font-weight: 800;
	text-transform: capitalize;
}
.utf-item-banner-content p, .utf-item-banner-content2 p {
	margin-bottom: 20px;
}
.utf-item-banner-content2 h2 {
	font-size: 70px;
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: capitalize;
}
.utf-item-banner-content3 h2 {
	font-size: 40px;
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: capitalize;
}
.banner_shape {
	position: absolute;
	right: 0;
	top: 0;
	width: 70%;
	z-index: -1;
}
.banner_shape img {
	width: 100%;
}
.utf-testimonial-block-wrap-area::before {
	background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202601/202601075/html/assets/images/testimonial_block_item.jpg');
	display: block;
	height: 100%;
	content: "";
	background-position: top center;
	position: absolute;
	bottom: 0;
	background-size: cover;
	background-attachment:fixed;
	background-repeat: no-repeat;
	left: 0;
	right: 0;
}
.utf-testimonial-overlay-wrap {
    background-color: rgba(244, 249, 252, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}
.utf-item-banner-content1 h2 {
	font-size: 78px;
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: capitalize;
}
.utf-background-shape {
	position: absolute;
	width: 200px;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 35%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1affffff', GradientType=0 );
	-moz-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	transform-origin: left bottom;
	pointer-events: none;
}
.utf-background-shape:before {
	content: "";
	position: absolute;
	width: 200px;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 100%;
	background: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 100%);
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 100%);
	background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1affffff', GradientType=0 );
}
.banner_center_content {
	margin-top: -70px;
}
.carousel-indicators.vertical_center_right {
	display: block;
	right: 40px;
	top: 50%;
	margin: 0;
	left: auto;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: auto;
}
.utf-indicators-style-2.vertical_center_right li {
	margin: 15px 0;
}
.utf-item-banner-content_border {
	border: 10px solid #2874f0;
	padding: 50px;
	position: relative;
}
.slide_banner_img {
	height: 100%;
	position: relative;
	z-index: -1;
}
.zoom-in {
	-webkit-animation: zoomin 5s;
	-moz-animation: zoomin 5s;
	-o-animation: zoomin 5s;
	animation: zoomin 5s;
}
@keyframes zoomin {
 0% {
 -moz-transform: scale(1.2) rotate(3deg);
 -webkit-transform: scale(1.2) rotate(3deg);
 transform: scale(1.2) rotate(3deg);
}
 100% {
 -moz-transform: scale(1) rotate(0deg);
 -webkit-transform: scale(1) rotate(0deg);
 transform: scale(1) rotate(0deg);
}
}
.utf-header-with-topbar-area.transparent_header + .utf-slide-banner-section-area .utf-slide-banner-content-item {
	margin-top: 45px;
}
.utf-bg-strip-item {
	background-color: #2874f0;
	color: #fff;
	display: inline-block;
	padding: 8px 0px;
	position: relative;
	white-space: nowrap;
	font-size: 20px;
	height: 40px;
}
.utf-bg-strip-item::before {
	content: '';
	position: absolute;
	z-index: -1;
	right: 100%;
	top: 0;
	display: block;
	width: 0;
	height: 0px;
	border: 20px solid #2874f0;
	border-bottom-color: #2874f0;
	border-left-color: transparent;
}
.utf-bg-strip-item::after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 100%;
	top: 0;
	display: block;
	width: 0;
	height: 0px;
	border: 20px solid #2874f0;
	border-bottom-color: #2874f0;
	border-right-color: transparent;
}

/*===================================*
	Shopping Banner Style
*===================================*/
.utf-single-banner-area {
	position: relative;
	overflow: hidden;
	margin: 0 10px;
    margin-bottom: 30px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.utf-single-banner-info {
	position: absolute;
	right: 0;
	top: 50%;
	padding: 20px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 55%;
}
.utf-single-sub-title1 {
	font-size: 14px;
	color: #45484a;
	font-weight: 600;
}
.utf-single-dis-title {
	font-weight: 700;
	font-size: 20px;
}
.utf-single-banner-info .utf-single-dis-title {
    margin-bottom: 15px;
}
.utf-single-btn-link {
	background: #2874f0;
    padding: 5px 10px;
    border-radius: 4px;
    position: relative;
    color: #fff;
    font-size: 14px;
	font-weight: 600;
}
.utf-single-btn-link:hover {
	background: #292b2c;
    color: #fff;    
}
.utf-single-banner-area:hover img {
	-moz-transform: scale(1.06);
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.utf-single-banner-area img {
	transition: all 0.3s ease-in-out;
	width: 100%;
}
.utf-sale-off-banner {
	margin:8px 5px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.utf-sale-off-banner img {
	width: 100%;
}
.utf-hover-effect1 {
	overflow: hidden;
	position: relative;
	display: block;
}
.utf-hover-effect1::before, .utf-hover-effect1::after {
	background-color: rgba(255, 255, 255, 0.6);
	content: "";
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	transition: all 0.9s ease 0s;
	width: 100%;
	z-index: 1;
}
.utf-hover-effect1::before {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	-moz-transform: translate(105%, 0%);
	-webkit-transform: translate(105%, 0%);
	transform: translate(105%, 0%);
}
.utf-hover-effect1::after {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	-moz-transform: translate(-105%, 0%);
	-webkit-transform: translate(-105%, 0%);
	transform: translate(-105%, 0%);
}
.utf-hover-effect1:hover:before, .utf-hover-effect1:hover:after {
	opacity: 0;
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
.fb_info {
	position: absolute;
	top: 15px;
	padding: 15px;
	left: 15px;
	z-index: 9;
}
.fb_info2 {
	position: absolute;
	top: 50%;
	padding: 15px;
	left: 35px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	width: 40%;
}
.utf-furniture-banner .utf-single-sub-title1 {
	font-size: 60px;
	margin-bottom: 15px;
	font-weight: 600;
}
.utf-sale-banner {
	box-shadow:0px 2px 12px rgba(0,0,0,0.08);
	border-radius:20px;
}
.utf-sale-banner img {
	width: 100%;
	border-radius:20px;	
}

/*===================================*
	Categories Style
*===================================*/
.utf-categories-box {
	text-align: center;
}
.utf-categories-box a {
	display: block;
	padding: 20px 10px;
    background-color: #e6e6e6;
    border-radius: 10px;
}
.utf-categories-box i {
	font-size: 40px;
	display: block;
}
.utf-categories-box span {
	text-transform: capitalize;
	margin-top: 5px;
	display: block;
	font-weight:300;
}
.utf-category-slider-area .owl-stage-outer{
	padding: 0 5px;
}
.utf-category-slider-area .utf-categories-box img{
	background:#f3f3f3;
	padding: 10px;
	border-radius: 6px;
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.06) inset;
	margin: 5px 0;
}
.utf-category-slider-area.owl-carousel .owl-dots.disabled, .utf-category-slider-area.owl-carousel .owl-nav.disabled {
    display: block;
}
.cat_overlap {
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 30px;
	z-index: 1;
	margin-top: -70px;
}
.cat-style-1 .utf-categories-box a {
	background-color: transparent;
	padding: 0px;
}
.cat-style-1 .utf-categories-box span {
	background-color:#f3f3f3;
	border: 0;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	padding: 5px 12px;
	border-radius: 4px;
	margin: -2px 0 0 0;
	display: block;
	box-shadow:0px 0px 10px 2px rgba(0, 0, 0, 0.04) inset;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all .5s ease-in-out;
}
.cat-style-1 .utf-categories-box:hover a span {
	background-color: #2874f0;
	color:#ffffff;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all .5s ease-in-out;
}

/*===================================*
	Icon Box Style
*===================================*/
.icon {
	margin-bottom: 20px;
}
.utf-icon-box-content-area h1, .utf-icon-box-content-area h2, .utf-icon-box-content-area h3, .utf-icon-box-content-area h4, .utf-icon-box-content-area h5, .utf-icon-box-content-area h6 {
	text-transform: capitalize;
	font-weight:600;
}
.icon i {
	font-size: 30px;
}
.icon_box p:last-child {
	margin: 0;
	font-size: 15px;
    margin-top: 10px;
    line-height: 26px;
}
.utf-icon-box-content-area .link i {
	vertical-align: middle;
	margin-left: 2px;
}
.box_img {
	margin-bottom: 15px;
}
.utf-icon-box-style-1 {
	text-align: center;
	padding: 30px;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
	box-shadow:0 1px 15px rgba(0, 0, 0, 0.1);
}
.utf-icon-box-style-1 .icon i {
	font-size: 38px;
    line-height: 1;
    color: #fff;
    background: #2874f0;
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 77px;
    border-radius: 80px;
    border: 3px solid #1665f4;
}
.utf-icon-box-style-2 .icon {
	background-color: #fff;
	max-width: 78px;
	text-align: center;
	float: left;
	height: 78px;
	border-radius: 100%;
	line-height: 78px;
	position: relative;
	margin: 0px 20px 0px 0px;
	box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	-ms-flex: 0 0 78px;
	flex: 0 0 78px;
}
.utf-icon-box-style-2:hover .icon {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: swing;
	animation-name: swing;
}
.utf-icon-box-style-2 .icon i {
	font-size: 40px;
	color: #2874f0;
	line-height: 78px;
}
.utf-shopping-info {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.utf-shopping-info .icon_box {
	margin-top: 0;
	padding-top: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.icon_box.utf-icon-box-style-item {
	background:#f7f8fb;
	border: 1px solid #eeeeee;
	padding: 25px 18px;
	margin-top: 0px;
	margin-bottom: 0;
	border-radius:6px;
}
.utf-icon-box-style-item .icon {
	float: left;
    margin-right: 15px;
    margin-bottom: 0;
    display: inline-block;
}
.utf-icon-box-style-item .utf-icon-box-content-area {
	padding-left: 60px;
}
.utf-icon-box-style-item .icon i {
	font-size: 26px;
	color: #fff;
	background: #2874f0;
	width: 48px;
	height: 48px;
	display: inline-block;
	text-align: center;
	border-radius: 20px 4px;
	line-height: 48px;
}
.utf-icon-box-style-item .utf-icon-box-content-area p {
	font-size: 14px;
	line-height: normal;
}
.utf-icon-box-content-area p{
	margin-bottom:0;
}
.utf-icon-box-style-4 {
	background-color: #fff;
	padding: 20px;
	text-align: center;
}
.utf-icon-box-style-4 .icon i {
	background-color: #2874f0;
	color: #fff;
	width: 60px;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	border-radius: 100%;
	font-size: 24px;
}

/*===================================*
	Grid Filter Style
*===================================*/
.carousel_slider li {
	list-style: none;
}
.utf-grid-filter {
	margin-bottom: 30px;
}
.utf-grid-filter li {
	display: inline-block;
}
.utf-grid-filter li a {
	padding: 5px 15px;
	display: block;
	font-size: 16px;
	text-transform: capitalize;
}
.utf-grid-filter li a.current {
	color: #2874f0;
}
.utf-grid-filter.filter_style1 li a {
	padding: 5px 20px;
}
.utf-grid-filter.filter_style1 li a.current {
	color: #fff;
	background-color: #2874f0;
}
.utf-grid-filter.filter_style2 li a {
	border-bottom: 1px solid transparent;
}
.utf-grid-filter.filter_style2 li a.current {
	border-bottom-color: #2874f0;
}
.utf-grid-container > li {
	list-style: none;
}
.utf-gutter-small {
	margin: 0 -7.5px 0px -7.5px;
}
.utf-gutter-small > li {
	padding: 0 7.5px 0px 7.5px;
}
.utf-gutter-medium {
	margin: 0 -15px 0px -15px;
}
.utf-gutter-medium > li {
	padding: 0px 15px 0px 15px;
}
.utf-gutter-medium > li .utf-portfolio-item, .utf-gutter-medium > li .image_gallery_item {
	margin-bottom: 30px;
}
.utf-gutter-small > li .utf-portfolio-item, .utf-gutter-small > li .image_gallery_item {
	margin-bottom: 15px;
}
.utf-grid-col2 > li {
	width: 50%;
	float: left;
}
.utf-grid-col3 > li {
	width: 33.33%;
	float: left;
}
.utf-grid-col4 > li {
	width: 25%;
	float: left;
}
.loadmore > li {
	transition: all 0.5s ease-in-out;
}

/*===================================*
	Testimonial Style
*===================================*/
.utf-author-pic img {
	max-width: 100px;
}
.utf-author-name {
	overflow: hidden;
	width: 100%;
	margin: 0 auto 15px auto;
	text-align: center;	
}
.utf-author-name h6 {
	font-size: 16px;
	font-weight: 600;
	color:#2874f0;
	text-transform: capitalize;
	background: rgba(0, 0, 0, 0.08);
	padding: 3px 12px;
	width: max-content;
	margin: 0 auto 2px auto;
	border-radius: 20px;
}
.utf-author-name span {
	color: #727272;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}
.utf-post-author .utf-author-name {
	margin: 0 auto 7px auto;
	text-align: left;	
}
.utf-testimonial-box.utf-box-shadow1 {
	margin: 10px;
}
.utf-testimonial-desc p:last-child {
	margin-bottom: 0;
}
.utf-testimonial-style .utf-author-pic {
	margin-bottom: 12px;
}
.utf-testimonial-style .utf-author-pic img {
	max-width: 80px;
	margin: 0px auto 17px auto;
	border-radius: 50px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
	border: 4px solid rgba(0, 0, 0, 0.02);
}
.utf-testimonial-style .utf-testimonial-desc {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
.utf-testimonial-style .utf-testimonial-box {
	position: relative;
	z-index: 1;
	background: rgba(255, 255, 255, 0.5);
	padding: 25px 20px;
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.04);
	box-shadow:0 0px 20px rgba(0, 0, 0, 0.04) inset;
}
.utf-author-wrap {
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.utf-testimonial-style .utf-author-wrap {
	-ms-flex-pack: center;
	justify-content: center;
}
.utf-testimonial-item {
	padding: 0 40px;
}

/*===================================*
	Blog Post Style
*===================================*/
.utf-blog-post {
	margin-bottom: 30px;
	transition: all 0.5s ease-in-out;
}
.utf-blog-content-item {
	padding-top: 15px;
}
.utf-blog-post .blog_img a {
	display: block;
	overflow: hidden;
}
.blog_img {
	position: relative;
	overflow: hidden;
}
.blog_img img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.utf-blog-meta-item {
	display: inline-block;
	margin-bottom: 0px;
	width: 100%;
}
.utf-blog-meta-item li {
	float: left;
	margin-right: 15px;
}
.utf-blog-meta-item li:last-child {
	margin-right: 0;
}
.utf-blog-meta-item li{
	font-size: 14px;
	color: #7f8596;
	margin-bottom: 5px;
	display: inline-block;
	background-color: #fbfdff;
	border-radius: 4px;
	line-height: 20px;
	font-weight: 600;
	padding: 4px 10px;
	margin-right: 5px;
	border:1px solid rgba(221, 230, 239, 0.6);
	transition: 0.3s;
}
.utf-blog-meta-item li a {
	text-transform: capitalize;
	font-size: 14px;
	font-weight:600;
    color: #7f8596;
}
.utf-blog-meta-item li:hover a{
	color:#2874f0;
}
.utf-blog-meta-item li i, .utf-blog-meta-item li a i {
	margin-right: 2px;
	vertical-align: middle;
	color: #2874f0;
	top: -1px;
	font-size:12px;
	position: relative;
}
.utf-blog-title {
	line-height: 28px;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 20px;
}
h6.utf-blog-title {
	line-height: 24px;
}
.utf-blog-text p {
	margin-bottom: 15px;
	font-size: 15px;
    line-height: 26px;
}
.utf-blog-text p:last-child {
	margin: 0;
}
.fit-videos {
	background-color: #000000;
}
.utf-blog-style-item {
	border-radius: 10px;
}
.utf-blog-style-item .utf-blog-content-item {
	padding: 20px 25px;
	border-radius: 10px;
}
.utf-blog-style-item .blog_img + .utf-blog-content-item {
	border-radius: 0 0 10px 10px;
}
.utf-blog-style-item .blog_img {
	border-radius: 10px 10px 0 0;
}
.utf-blog-style-item .blog_img img {
	border-radius: 10px 10px 0 0;
	width: 100%;
}
.utf-blog-style-item:hover .blog_img img, .utf-blog-style-2:hover .blog_img img {
	-moz-transform: scale(1.15) rotate(5deg);
	-webkit-transform: scale(1.15) rotate(5deg);
	transform: scale(1.15) rotate(5deg);
	filter: grayscale(60%);
}
.utf-blog-style-item.utf-radius-all-5 {
	border-radius: 5px;
}
.utf-blog-style-item.utf-radius-all-5 .blog_img, .utf-blog-style-item.utf-radius-all-5 .blog_img img {
	border-radius: 5px 5px 0 0;
}
.utf-blog-style-item.utf-radius-all-5 .utf-blog-content-item {
	border-radius: 0 0 5px 5px;
}
.utf-blog-style-2 .utf-blog-content-item {
	padding: 20px 25px;
}
.utf-blog-post.utf-blog-style-3 {
	position: relative;
}
.utf-blog-style-3 .utf-blog-content-item {
	position: absolute;
	bottom: 0;
	padding: 15px;
	left: 0;
	right: 0;
	z-index: 2;
}
.utf-blog-style-3 .blog_img img {
	transition: all 0.5s ease-in-out;
	width: 100%;
}
.utf-blog-style-3 .blog_img::before {
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0.0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.0)), color-stop(100%, rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0.0) 100%);
	background: -o-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0.0) 100%);
	background: -ms-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0.0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#000000', GradientType=0 );
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: 1;
}
.utf-post-date {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 30px;
	text-align: center;
	background-color: #2874f0;
	min-width: 60px;
	padding: 8px 10px;
	color: #ffffff;
	z-index: 2;
}
.utf-blog-post.utf-blog-style-3 .utf-blog-content-item a:hover {
	color: #2874f0;
}
.about_img img{
	border-radius:15px;
	box-shadow:0 4px 15px rgba(0, 0, 0, 0.12)
}
.utf-post-date strong {
	font-size: 30px;
	line-height: 1;
}
.utf-blog-post.utf-blog-style-3 .utf-blog-content-item a {
	color: #fff;
}
.utf-blog-style-4 .utf-blog-title {
	margin-bottom: 10px;
}
.blog_img .owl-dots {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
}
.utf-blog-thumbs .utf-blog-post {
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.utf-single-post .utf-blog-content-item {
	padding-top: 20px;
}
.utf-single-post .utf-blog-title {
	font-size: 28px;
	line-height: normal;
	margin-bottom: 15px;
	font-weight: 600;
}
.utf-single-post .utf-blog-meta-item {
	padding-bottom: 20px;
	margin-bottom: 0;
	width: 100%;
}
.utf-post-author .utf-author-pic {
	float: left;
	padding-right: 20px;
}
.utf-post-author .utf-author-pic img {
	max-width: 100px;
	border-radius: 100%;
	object-fit: cover;
	border: 5px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.utf-author-info {
	overflow: hidden;
}
.utf-author-info .utf-author-name {
	font-weight: 600;
	font-size: 18px;
}
.utf-author-info p {
	font-size: 16px;
	line-height: 26px;
}
.utf-author-info p:last-child {
	margin-bottom: 0;
}
.utf-post-author {
	margin-top: 40px;
	margin-bottom: 40px;
	border: 2px solid rgba(0, 0, 0, 0.06);
	background: #f5f7fb;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
.utf-post-item-navigation{
	padding: 20px;
	background-color: #f7f8fb;
	border-radius: 6px;
	border: 2px solid rgba(0, 0, 0, 0.06);
}
.utf-post-item-nav-home {
	display: table;
	margin: 0 auto;
	font-size: 20px;
}
.utf-post-item-nav .utf-nav-meta {
	text-transform: capitalize;
	display: block;
	font-size: 14px;
	color: #687188;
}
.utf-post-item-nav {
	text-transform: capitalize;
	font-weight:600;
}
.utf-post-nav-prev {
	padding-left: 30px;
	position: relative;
}
.utf-post-nav-next {
	padding-right: 30px;
	position: relative;
	text-align: right;
}
.utf-post-nav-next i {
	right: 0;
	left: auto;
}
.utf-post-item-nav i {
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.comment-reply{
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 5px;
	display: inline-block;
	background-color: #2874f0;
	border-radius: 4px;
	line-height: 20px;
	font-weight: 600;
	padding: 2px 8px;
	box-shadow:0 4px 3px rgba(0, 0, 0, .1);
	transition: 0.3s;
}
.comment-reply:hover{
	color: #2874f0;
	background-color: #f0f0f0;	
	box-shadow:0 2px 3px rgba(0, 0, 0, .05);
	transition: 0.3s;
}
.utf-content-title * {
	margin-bottom: 30px;
	font-weight: 400;
}
.utf-comment-user img {
	max-width: 80px;
	height: 80px;
	border-radius: 100%;
	object-fit: cover;
	border: 5px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.utf-comment-content .utf-meta-data h6 {
	font-size: 16px;
	font-weight: 600;
}
.utf-comment-info {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dde6ef;
}
.utf-comment-info:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.utf-comment-content p:last-child {
	margin-bottom: 0;
}
.children {
	border-top: 1px solid #dde6ef;
	margin-top: 20px;
	padding-top: 20px;
	margin-left: 60px;
}
.utf-comment-content {
	padding-left: 20px;
}
.comment-time {
	font-size: 13px;
	color: #7f8596;
	margin-bottom: 8px;
	display: inline-block;
	background-color: #f0f0f0;
	border-radius: 4px;
	line-height: 20px;
	font-weight: 600;
	padding: 2px 8px;
	transition: 0.3s;
}
.comment-reply i {
	margin-right: 5px;
}
.comment-area .utf-comment-list {
	margin-bottom: 40px;
}
.comment-area {
	padding-top: 10px;
}

/*===================================*
	Newsletter Style
*===================================*/
.utf-newsletter-small {
	padding: 70px 0;
}
.utf-newsletter-form form, .utf-newsletter-form-2 form {
	position: relative;
}
.rounded-input {
	border-radius: 50px;
}
.utf-newsletter-form input, .utf-newsletter-form input:focus, .utf-newsletter-form-2 input, .utf-newsletter-form-2 input:focus {
	border: 0;
}
.utf-newsletter-form input.form-control-sm {
	height: 50px;
	padding: 10px 140px 10px 20px;
}
.utf-newsletter-form button {
	position: absolute;
	right: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.utf-newsletter-form-2 input, .utf-newsletter-form-2 input:focus {
	height: 51px;
	padding: 10px 140px 10px 20px;
}
.utf-newsletter-form-2 button {
	position: absolute;
	right: 5px;
	top: 4px;
}
.utf-newsletter-box {
	padding: 70px 50px;
	background-color: #fff;
	position: relative;
}
.utf-newsletter-box::before {
	content: "";
	position: absolute;
	left: 10px;
	right: 0px;
	bottom: 0px;
	top: 10px;
	box-shadow: 10px 10px 0px rgba(0,0,0,0.1);
	z-index: 0;
}
.utf-newsletter-wrap {
	position: relative;
	margin: 30px 0;
}
.utf-newsletter-wrap::before {
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: -15px;
	top: -15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	z-index: -1;
	background-color: #fff;
}
.utf-newsletter-wrap::after {
	content: "";
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: -30px;
	top: -30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	z-index: -2;
	background-color: #fff;
}
.utf-newsletter-form .btn-send {
	background-color: #2874f0;
	color: #fff;
	font-size: 20px;
	right: 5px;
	border: 0;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 40px;
}
.utf-newsletter-form .btn-send2 {
	background-color: transparent;
	color: #2874f0;
	font-size: 20px;
	right: 5px;
	width: 50px;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #ddd;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	padding: 0 0 0 5px;
}
.utf-input-tran-white input, .utf-input-tran-white input:focus {
	background-color: rgba(255,255,255,0.1);
	color: #fff;
	box-shadow: none;
}
.utf-input-tran-white input::-webkit-input-placeholder {
	color:#ffffff;
	opacity:1
}
.utf-input-tran-white input::-moz-placeholder {
	color:#ffffff;
	opacity:1
}
.utf-input-tran-white input:-ms-input-placeholder {
	color:#ffffff;
	opacity:1
}
.utf-input-tran-white input::-ms-input-placeholder {
	color:#ffffff;
	opacity:1
}
.utf-input-tran-white input::placeholder {
	color:#ffffff;
	opacity:1
}
.utf-newsletter-item-bg::before {
    position: absolute;
    content: '';
    bottom: 0px;
    width: 100%;
    height: 100%;
	opacity:1;
    display: inline-block;
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo202601/202601075/html/assets/images/branding-bg-img.jpg') no-repeat;
	background-size: auto;
    background-size: auto;
    background-size: cover;
}
.utf-newsletter-text {
	position: relative;
}
.utf-newsletter-text h3{
	font-weight:700;
}
.utf-newsletter-text p:last-child {
	margin: 0;
}

/*===================================*
	Footer Style
*===================================*/
footer {
	overflow: hidden;
	position:relative;
}
footer.utf-bg-gray::before {
    position: absolute;
    content: '';
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo202601/202601075/html/assets/images/footer-bg.png') no-repeat;
	background-size: auto;
    background-size: auto;
    background-size: cover;
}
footer.utf-footer-dark::before {
    position: absolute;
    content: '';
    bottom: 0px;
    width: 100%;
    height: 100%;
	opacity:0.4;
    display: inline-block;
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo202601/202601075/html/assets/images/footer-bg.png') no-repeat;
	background-size: auto;
    background-size: auto;
    background-size: cover;
}
.utf-footer-dark {
	background-color: #202325;
	position: relative;
}
.utf-footer-top {
	padding: 100px 0 70px;
}
.utf-footer-logo {
	margin-bottom: 20px;
}
#footer::before {
    position: absolute;
    content: '';
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo202601/202601075/html/assets/images/footer-bg.png') no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: cover;
}
footer p {
	font-size: 15px;
	font-weight: 500;
}
footer .widget {
	margin-bottom: 30px;
}
footer .utf-widget-title {
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 18px;
}
footer .widget .utf-app-list img{
	width:110px;
}
.utf-widget-links li {
	list-style: none;
	padding: 4px 8px;
	background: rgba(0, 0, 0, 0.05);
	margin-bottom: 6px;
	border-radius: 4px;
}
.utf-footer-dark .utf-widget-links li {
	background: rgba(255, 255, 255, 0.05);	
}
.utf-widget-links li a {
	font-size: 14px;
	font-weight:600;
	color: #687188;
}
.utf-contact-info-item > li {
	margin-bottom: 13px;
	list-style: none;
}
.utf-contact-info-item > li:last-child {
	margin-bottom: 0px;
}
.utf-contact-info-item li i {
	margin-right: 10px;
	margin-top: 0;
	font-size: 15px;
	background: #2874f0;
	color: #ffffff;
	height: 28px;
	width: 28px;
	border-radius: 40px;
	line-height: 28px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
}
.utf-contact-info-item li span {
	float: left;
	margin-right: 10px;
	max-width: 70px;
	width: 100%;
	color: #292b2c;
}
.utf-contact-info-item span + * {
	overflow: hidden;
	color: #687188;
	margin: 0;
	font-size: 14px;
	line-height: 26px;
}
.utf-contact-info-item i + * {
	overflow: hidden;
	font-size: 14px;
	font-weight:600;
	color: #687188;
	line-height: 26px;
	margin: 0;
	vertical-align: middle;
	max-width: 78%;
	display: inline-block;
}
.utf-contact-info-item-light li i {
	border-color: #fff;
	color: #fff;
}
.utf-contact-info-item-light li span, .utf-contact-info-item-light li a {
	color: #fff;
}
.utf-contact-info-item_style2 i + * {
	font-size: 18px;
}
.utf-contact-info-item_style2 li i {
	margin-right: 8px;
	margin-top: 2px;
	font-size: 22px;
	color: #2874f0;
}
.utf-footer-bottom-area {
	padding: 30px 0;
	position: relative;
}
h6.utf-widget-title{
	position:relative;
}
h6.utf-widget-title:before {
    background: #2874f0;
    border: 0 none;
    content: "";
    height: 3px;
    left: 0;
	border-radius:10px;
    margin: 8px 0 10px;
    position: absolute;
    bottom: -20px;
    width: 30px;
}
.utf-footer-link li {
	display: inline-block;
	position: relative;
}
.utf-footer-link li a {
	font-size: 14px;
	padding: 0 5px;
	color: #687188;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
ul.utf-widget-links li a i{
	margin-right:3px;
}
ul.utf-widget-links li a:hover {
    color: #2874f0;
    letter-spacing: 0.2px;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.utf-footer-dark h1, .utf-footer-dark h2, .utf-footer-dark h3, .utf-footer-dark h4, .utf-footer-dark h5, .utf-footer-dark h6, .utf-footer-dark p, .utf-footer-dark a, .utf-footer-dark .utf-widget-links li a, .utf-footer-dark .utf-footer-link li a, .utf-footer-dark .utf-post-content a {
	color: #fff;
}
.utf-footer-dark a:hover, .utf-footer-dark .utf-widget-links li a:hover, .utf-widget-links li a:hover, .utf-footer-dark .utf-footer-link li a:hover, .utf-footer-link li a:hover {
	color: #2874f0;
}
.utf-widget-contact-form {
	background-color: #fff;
	padding: 20px 30px 30px;
	margin-top: -190px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.utf-footer-bottom-area .utf-social-icons li {
	padding-bottom: 0;
}
.utf-footer-payment-item li a img{
	background:#dde6ef;
	max-width: 56px;
	border: 2px solid #dde6ef;
	border-radius: 4px;
}
.utf-footer-payment-item li, .utf-app-list li {
	display: inline-block;
	list-style: none;
}
.utf-footer-item-call {
	border-radius: 40px;
	padding: 15px;
	text-align: center;
	background-color: rgba(0,0,0,0.2);
}
.utf-footer-item-call * {
	margin: 0;
	font-size: 22px;
}
.utf-footer-item-call i {
	margin-right: 10px;
}

/*===================================*
	Team Style
*===================================*/
.utf-team-img img {
	width: 100%;
}
.utf-team-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.utf-team-style-item .utf-team-img {
	position: relative;
}
.utf-team-style-item .utf-team-img::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.5s ease-in-out;
	opacity: 0;
	z-index: 1;
}
.utf-team-style-item:hover .utf-team-img::before {
	opacity: 1;
}
.utf-team-style-item .utf-social-icons + .utf-team-title {
	margin-top: 10px;
}
.utf-team-style-item .utf-team-content {
	padding: 15px;
	text-align: center;
	background: #ffffff;
	border-radius: 0 0 6px 6px;
}
.utf-team-title h1, .utf-team-title h2, .utf-team-title h3, .utf-team-title h4, .utf-team-title h5, .utf-team-title h6 {
	font-weight: 600;
	font-size:18px;
}
.utf-team-style-item .utf-team-title span {
	display: block;
	font-size:14px;
	font-weight: 500;
}
.utf-team-style-item .utf-team-title p{
	margin-top:10px;
	font-size:16px;
	line-height:26px;
	font-weight: 500;
	margin-bottom:0;
}
.utf-team-single-img {
	margin-bottom: 30px;
}
.utf-team-single-info .utf-team-title h3 {
	font-weight: 600;
}
.utf-team-single-content {
	padding-left: 30px;
	border-left: 1px solid #eeeeee;
}
.utf-team-single-info .utf-contact-info-item {
	margin: 20px 0;
}
.utf-team-email {
	font-size: 20px;
	display: inline-block;
}
.utf-team-style-item .utf-social-icons {
	position: absolute;
	bottom: 0%;
	left: 0;
	right: 0;
	text-align: center;
	-moz-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.utf-team-style-item:hover .utf-social-icons {
	bottom: 10%;
	opacity: 1;
}

/*===================================*
	Brands Logo Style
*===================================*/
.utf-shopbrand-client-logo .utf-brand-logo img {
	opacity: 1;
	width: 100%;
	height:75px;
	margin: 0 auto;
	transition: all 0.5s ease-in-out;
	background: #ececec;
    padding: 5px 20px;
    border-radius: 6px;
	object-fit: cover;
    border: 2px solid rgba(0, 0, 0, 0.05);
}
.utf-shopbrand-client-logo .utf-brand-logo:hover img {
	opacity: 1;
}
.utf-shopbrand-client-logo.utf-brand-logo-style-item .utf-brand-logo img {
	opacity: 1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.utf-shopbrand-client-logo.utf-brand-logo-style-item .utf-brand-logo:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/*===================================*
	Breadcrumb Area
*===================================*/
.utf-breadcrumb-section-area {
	padding: 150px 0;
	width: 100%;
}
/*.utf-breadcrumb-section-area.utf-page-title-item {
	padding: 50px 0;
}*/
.utf-breadcrumb-section-area.utf-page-title-item {
    position: relative;
	display: flex;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0;
	background-attachment: fixed;
	background-position: center center;
}
.utf-breadcrumb-overlay {
    /*background: rgba(244, 249, 252, 0.7);*/
	background:linear-gradient(to right, rgba(244,249,252,0.95) 10%, rgba(244,249,252,0.7) 90%, rgba(244,249,252,0) 95%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.utf-page-title-item .page-title h1 {
	font-size: 26px;
	font-weight: 600;
}
.utf-page-title-item .breadcrumb li {
	font-size: 14px;
	font-weight:600;
	background: #ffffff;
	display: inline-block;
	margin: 0 2px;
	padding: 2px 8px;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
.breadcrumb-item.active {
    color: #fff;
    background: #2874f0 !important;
}
.utf-header-wrap-area.transparent_header + .utf-breadcrumb-section-area {
	padding-top: 200px;
}
.utf-header-wrap-area.transparent_header.utf-header-with-topbar-area + .utf-breadcrumb-section-area {
	padding-top: 250px;
}
.page-title h1 {
	margin: 0;
	text-transform: capitalize;
	font-weight: bold;
	line-height: normal;
}
.utf-page-title-light *, .utf-page-title-light .breadcrumb-item, .utf-page-title-light .breadcrumb-item::before {
	color: #fff;
}
.breadcrumb {
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
	/*content: "\f3d1";
	font-family: "Ionicons";
	vertical-align: middle;*/
	display:none;
}
.page-title + .breadcrumb {
	margin-top: 15px;
}
.page-title + span {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}
.utf-page-title-video {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	overflow: hidden;
}
.utf-page-title-video video {
	object-fit: cover;
	width: 100%;
}
.breadcrumb-item a i {
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
	margin-right: 2px;
	margin-top: -3px;
	display: inline-block;
	color: #2874f0;
	font-weight: 500;
}
.page-title-video {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -3;
}
.page-title-video video {
	object-fit: cover;
	width: 100%;
}

/*===================================*
	Contact Wrap
*===================================*/
.utf-contact-wrap li {
	list-style: none;
}
.utf-contact-wrap li {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	margin-bottom: 25px;
	-ms-flex-align: center;
	align-items: center;
}
.utf-contact-icon {
	margin-right: 20px;
}
.utf-contact-icon i {
	font-size: 34px;
	color: #2874f0;
}
.utf-contact-text span {
	color: #333;
	font-weight: 600;
	display: block;
	margin-bottom: 3px;
}
.utf-contact-text p:last-child {
	margin-bottom: 0;
}
.utf-contact-text a {
	color: #687188;
	line-height: 28px;
}
.utf-contact-text a:hover {
	color: #2874f0;
}
.utf-contact-box {
	position: relative;
	padding: 50px 0px;
	display: table;
	width: 100%;
}
.utf-contact-form {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 10px;
	max-width: 500px;
	background-color: #fff;
	padding: 30px;
	float: right;
	margin-right: 30px;
	position: relative;
	z-index: 9;
}

/*===================================*
	Divider Style
*===================================*/
.divider {
	position: relative;
	overflow: hidden;
	height: 4px;
	z-index: 9;
}
.divider.center-icon, .divider.left_icon, .divider.right-icon, .divider.text_divider {
	height: auto;
}
.divider.left_icon i {
	padding-left: 0;
	padding-right: 20px;
}
.divider.center-icon {
	text-align: center;
}
.divider.right-icon i {
	padding-right: 0;
	padding-left: 20px;
}
.divider.right-icon {
	text-align: right;
}
.divider.text_divider {
	text-align: center;
}
.divider.text_divider span {
	background-color: #fff;
	position: relative;
	z-index: 1;
	font-size: 30px;
	padding: 0 30px;
}
.divider.divider-style1 .divider-icon {
	padding-right: 10px;
	background-color: #fff;
	display: inline-block;
	position: relative;
	z-index: 9;
}
.divider.divider-style1.center-icon .divider-icon {
	padding-left: 10px;
}
.divider.divider-style1.right-icon .divider-icon {
	padding-right: 0px;
	padding-left: 10px;
}
.divider.divider-style1 i {
	background-color: #2874f0;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	font-size: 18px;
	display: block;
	padding: 0;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.divider:before, .divider:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0px;
	height: 0;
	border-top: 1px dotted #999fa4;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.divider::before {
	margin-top: -2px;
}
.divider::after {
	margin-top: 1px;
}
.divider i {
	background-color: #fff;
	color: #d9d9d9;
	position: relative;
	z-index: 1;
	font-size: 30px;
	padding: 0 40px;
}
.divider i {
	background-color: #fff;
	color: #d9d9d9;
	position: relative;
	z-index: 1;
	font-size: 30px;
	padding: 0 40px;
}
.order-detail-divider-item i {
    background-color: #2874f0;
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 30px;
    padding: 20px;
    display: inline-block;
    border-radius: 50px;
}

/*===================================*
	Accordion Style
*===================================*/
.accordion .card .card-header {
	background-color: transparent;
	padding: 0px;
	margin: 0;
	border: 1px solid #dde6ef;
	border-radius: 6px;
}
.accordion .card-header a {
	padding: 15px 40px 15px 15px;
	display: block;
	line-height: normal;
}
.accordion .card-body p:last-child {
	margin: 0;
}
.card-body p {
	margin-bottom: 15px;
}
.my-rating-list p{
	margin-bottom:0;
}
.my-rating-list .description{
	margin-bottom:15px;
}
.my-rating-list .comment-date i, .utf-comment-content .comment-time i, .utf-post-content p.small i, .comment-date i {
    margin-right: 2px;
    position: relative;
    top: 1px;
    color: #2874f0;
}
.utf-accordion-item-style.accordion .card {
	background-color: transparent;
	margin-bottom: 15px;
	border-radius: 0;
	border: 0;
}
.utf-accordion-item-style.accordion .card:last-child {
	margin-bottom: 0;
}
.utf-accordion-item-style .card-body {
	padding: 15px;
}
.accordion.utf-accordion-item-style .card-header a {
	background: #f7f8fb;
	font-weight: 600;
	border-radius: 6px;
}
.utf-accordion-item-style .card-header a::after {
	content: "\f208";
	font-family: "Ionicons";
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	right: 17px;
	top: 17px;
}
.utf-accordion-item-style .card .collapse {
    background: rgb(247, 248, 251) none repeat scroll 0% 0%;
    margin-top: 5px;
    border-radius: 6px;
	border:1px solid #dde6ef;
}
.utf-accordion-item-style .card-header a[aria-expanded="false"]::after {
	content: "\f217";
}

/*===================================*
	404 Page Note Found
*===================================*/
.utf-error-wrap {
	width: 100%;
}
.utf-error-txt {
	color: #333;
	font-size: 150px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1;
}
.utf-search-form form {
	position: relative;
}
.utf-search-form form input {
	height: 50px;
	padding: 5px 60px 5px 20px;
}
.utf-search-form form input:focus {
	height: 50px;
}
.utf-search-form .utf-icon-search {
	position: absolute;
	right: 18px;
	top: 50%;
	padding: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 1px solid #ddd;
	border-radius: 0;
	padding-left: 15px;
}
.utf-search-form .utf-icon-search i {
	font-size: 24px;
	margin-right: 0;
}
.form-note {
	margin-top: 20px;
	font-weight:600;
}

/*===================================*
	Login and Register Style
*===================================*/
.utf-login-wrap {
	background:#ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 20px;
	position:relative;
}
.utf-login-wrap::before {
    position: absolute;
    content: '';
    bottom: 0px;
    width: 100%;
    height: 100%;
	opacity:1;
    display: inline-block;
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo202601/202601075/html/assets/images/login-box-bg.png') no-repeat;
	background-size: auto;
    background-size: auto;
    background-size: cover;
	z-index:0;	
}
.utf-login-wrap ul.btn-login li a, .utf-login-wrap ul.btn-login li a:hover{
	border-width:2px;
}
.utf-login-wrap .utf-heading-text1 h3{
	font-size:24px;
	font-weight:700;
	margin-bottom:40px;
	text-align:center;
	text-transform:none;
	position:relative;
}
.utf-login-wrap .utf-heading-text1 h3::before {
    background: #2874f0;
    border: 0 none;
    content: "";
    height: 3px;
    left: 0;
	right:0;
    border-radius: 10px;
    margin: 10px auto;
    position: absolute;
    bottom: -20px;
    width: 40px;
}
.utf-login-wrap .utf-padding-eight-all {
	border-radius: 20px;
	z-index: 9;
	position: relative;
}
.utf-login-register-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.utf-login-footer {
	margin-bottom: 20px;
	margin-top: 5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.utf-login-footer a {
	color: #687188;
	font-weight:500;
}
.utf-login-footer a:hover{
	color: #2874f0;	
}
.utf-popup-content-item .utf-popup-text .utf-heading-text4 h4{
	font-weight:600;
}
.utf-different-login {
	text-align: center;
	position: relative;
	margin: 20px 0;
}
.utf-different-login span {
	background-color: #fff;
	padding: 0 15px;
	position: relative;
	text-transform: uppercase;
	width: auto;
	height: 34px;
	display: inline-block;
	line-height: 32px;
	font-size: 12px;
	font-weight: 700;
	border:1px solid #ddd;
	border-radius: 30px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	color: #514d4d;
}
.utf-different-login::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid #ddd;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn-login li {
	margin: 5px;
	display: inline-block;
}
.btn-login li a {
	border-radius: 5px;
	padding: 10px 20px;
	color: #fff;
	display: block;
}
.btn-login li a i {
	margin-right: 10px;
	font-size: 18px;
	margin-left: 0;
}
.btn-facebook {
	background: #3b5998;
	border-color: #3b5998;
	box-shadow:0 2px 7px 0px rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover {
	color: #344e86;
	background: transparent;
	border-color: #344e86;
	box-shadow:0 2px 7px 0px rgba(0, 0, 0, 0.2);
}
.btn-google {
	background: #d85040;
	border-color: #d85040;
	box-shadow:0 2px 7px 0px rgba(0, 0, 0, 0.2);
}
.btn-google:hover {
	color: #d33d2b;
	background: transparent;
	border-color: #d33d2b;
	box-shadow:0 2px 7px 0px rgba(0, 0, 0, 0.2);
}
.btn-twitter {
	background: #00acee;
	border-color: #00acee;
	box-shadow:0 2px 7px 0px rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover {
	color: #0aa6e1;
	background: transparent;
	border-color: #0aa6e1;
	box-shadow:0 2px 7px 0px rgba(0, 0, 0, 0.2);
}

/*===================================*
	Countdown Time Style
*===================================*/
.utf-countdown-item-wrap {
	min-height: 100vh;
	position: relative;
	padding: 30px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.utf-countdown-time {
	display: table;
	width: 100%;
}
.utf-countdown-time .utf-countdown-box {
	float: left;
	width: 25%;
	padding: 0 15px;
}
.utf-countdown-wrap-block {
	display: inline-block;
	text-align: center;
    background: #2874f0;
    color: #ffffff;
    min-width: 40px;
    padding: 2px 5px;
    border-radius: 4px;
}
.utf-shop-deal-content .utf-shop-product-info h5.utf-shop-product-title{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight:600;
	font-size:18px;
}
.utf-countdown-time .cd_text {
	display: block;
	background: #2874f0;
    color: #fff;
	width:42px;
	font-weight:700;
	font-size:12px !important;
	padding-left:3px;
	padding-right:3px;
	margin:0 auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-radius: 4px;
}
.utf-countdown-box .countdown {
	color: #262219;
	font-size: 40px;
}
.utf-countdown-white .utf-countdown-box .countdown, .utf-countdown-white .utf-countdown-box .cd_text {
	color: #fff;
}
.utf-countdown-style-one .utf-countdown-box {
	position: relative;
	text-align: center;
}
.utf-countdown-style-one .utf-countdown-box::before {
	content: ":";
	font-size: 40px;
	font-weight: bold;
	color: #000;
	position: absolute;
	right: -6px;
}
.utf-countdown-style-one.utf-countdown-white .utf-countdown-box::before {
	color: #fff;
}
.utf-countdown-style-one .utf-countdown-box:last-child:before {
	content: normal;
}
.utf-cs-logo {
	margin-bottom: 30px;
	display: block;
}
.utf-cs-title {
	line-height: 44px;
	margin-bottom: 20px;
}
.utf-cs-content .utf-countdown-time, .utf-cs-content .utf-newsletter-form {
	margin-bottom: 30px;
}
.utf-countdown-style-three {
	margin-left: -15px;
	margin-right: -15px;
	width: auto;
	display: -ms-flexbox;
	display: flex;
}
.utf-countdown-style-three .utf-countdown-wrap-block {
	width: 100%;
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 0 5px rgba(0,0,0,0.03);
}
.utf-countdown-time.utf-countdown-style-two {
	margin: 0 -2px;
	width: auto;
	display: block;
}
.utf-countdown-time.utf-countdown-style-two .utf-countdown-box {
	padding: 0 2px;
}
.utf-countdown-style-two .utf-countdown-box .utf-countdown-wrap-block {
	text-align: center;
	background-color: #F4F9FC;
	width: 100%;
	padding:2px 10px 7px 10px;
	box-shadow:0 3px 8px rgba(0, 0, 0, 0.05);
	border:1px solid #dde6ef;
}

/*===================================*
	Today Deal Sale Style
*===================================*/
.utf-today-deal-sale .utf-countdown-time .utf-countdown-box:first-child, .utf-today-deal-sale .utf-countdown-time .utf-countdown-box .cd_text {
	display: none;
    font-size: 12px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
}
.utf-today-deal-sale {
	position: relative;
	padding: 8px 10px 8px 30px;
	background-color: #f7f8fb;
	border: 1px solid #dde6ef;
	border-radius: 4px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.utf-today-deal-sale::before {
	content: "\e63b";
	position: absolute;
	left: 12px;
	top: 8px;
	font-family: 'themify';
	font-size: 20px;
	color: #292b2c;
}
.utf-today-deal-sale .utf-countdown-style-one .utf-countdown-box::before {
	font-size: 20px;
	font-weight: normal;
	right: -10px;
}
.utf-today-deal-sale .utf-countdown-box .countdown {
	font-size: 18px;
	font-weight:700;
	color: #ffffff;
}
.utf-today-deal-sale .utf-countdown-box {
	width: auto;
	padding-right: 0;
}
.utf-shop-deal-wrap {
	border:2px solid #dde6ef;
	border-radius: 20px;
	overflow: hidden;
	display: -ms-flexbox;
	display: block;
	padding: 20px;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.utf-shop-deal-content {
    padding: 10px 0 0px;
	text-align:center;
}
.utf-shop-deal-wrap .product_img {
    margin: 0 auto;
}
.utf-shop-deal-wrap:hover{
	border:2px solid #2874f0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.utf-shop-deal-wrap .utf-shop-deal-content .utf-shop-product-info{
	padding:0 0 10px 0;
}
.utf-shop-deal-wrap .utf-shop-deal-content .utf-shop-product-info p{
	margin-bottom:5px;
}
.utf-shop-deal-wrap .product_img {
	max-width: 100%;
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 20px;
}
.utf-shop-deal-content {
	width: 100%;
	/*padding: 30px 30px 30px 20px;*/
}
.utf-shop-product-slider.owl-carousel .owl-nav.disabled{
	display:block;
}
.utf-shop-deal-content .utf-shop-product-info {
	padding: 0;
}
.utf-shop-deal-wrap .utf-countdown-style-one .utf-countdown-box::before {
	font-size: 24px;
	font-weight: normal;
	right: -10px;
}
.utf-shop-deal-wrap .utf-countdown-box .countdown {
	font-size: 24px;
}
.utf-shop-deal-wrap .utf-countdown-time .cd_text {
	font-size: 13px;
}
.stock-available {
	float: right;
}

/*===================================*
	Shopping Design Style
*===================================*/
.utf-shorting-icon {
	font-size: 18px;
	margin-right: 10px;
	height: 45px;
	width: 45px;
	float: left;
	text-align: center;
	line-height: 45px;
	background: #fbfdff;
	border: 2px solid #dde6ef;
	border-radius: 4px;
}
.utf-shorting-icon .ti-layout-list-thumb {
	font-size: 24px;
	line-height: 45px;
}
.utf-shorting-icon.active {
	background-color: #2874f0;
	color: #fff;
	border-color: #2874f0;
}
.utf-result-count {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.utf-product-header-area {
	width: 100%;
    background-color: #f7f8fb;
    border: 2px dotted #dde6ef;
    border-radius: 4px;
    padding: 15px;
	box-shadow:0 3px 8px rgba(0, 0, 0, 0.05);
    position: relative;
    line-height: 28px;
    min-height: 60px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.utf-product-header-item-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.utf-products-view {
	display: inline-block;
	vertical-align: middle;
}
.product, .utf-product-wrap {
	background-color: #fff;
	position: relative;
	text-align:center;
	margin-bottom: 25px;
	transition: all 0.5s ease-in-out;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
	border:1px solid rgba(0, 0, 0, 0.06);
	border-radius: 6px;
    overflow: hidden;
}
.utf-product-wrap .product_img{
	border-bottom:1px solid rgba(0, 0, 0, 0.06);
}
.utf-product-box-item {
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
}
.utf-product-box-item .utf-shop-product-info {
	position: relative;
}
.utf-product-box-item .utf-add-to-cart {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	background-color: #fff;
	padding: 10px 15px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
}
.utf-product-box-item:hover .utf-add-to-cart {
	bottom: 0px;
	opacity: 1;
	visibility: visible;
}
.utf-product-box-item .utf-action-btn li a {
	border-radius: 100%;
	width: 45px;
	height: 45px;
	line-height: 45px;
}
.utf-product-wrap .utf-action-btn li a {
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	border-radius: 6px;
	width: 36px;
	height: 36px;
	line-height: 36px;
}
.utf-product-wrap .utf-action-btn li a i {
	line-height: 36px;
	font-size: 16px;
}
.carousel_slider .product, .carousel_slider .utf-product-wrap {
	margin: 6px;
}
.product_img img {
	object-fit: cover;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.product_img .utf-product-hover-img {
	opacity: 0;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}
.product:hover .product_img img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.utf-shopping-container.list .product .product_img::before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    content: "";
    background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -o-linear-gradient(bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 1));
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0 0, 1));
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 1));
    width: 100%;
    height: 70%;
    z-index: 1;
}
.utf-shopping-container.list .product:hover .product_img::before{
    opacity: 0.9;
}
.product:hover .product_img .utf-product-hover-img, .utf-product-box-item:hover .product_img .utf-product-hover-img, .utf-product-wrap:hover .product_img .utf-product-hover-img {
	opacity: 1;
	z-index: 0;	
}
.utf-description-item, .utf-description-item p{
	display:block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 3px;
}
.utf-description-item p{
	margin-bottom:0px;
	font-weight:500;
}
.utf-product-description-list .utf-description-item, .utf-product-description-list .utf-description-item p{
	display:block;
	white-space: inherit;
	text-overflow: inherit;
	overflow: inherit;
	margin-bottom: 0px;
}
.utf-flash {
	background-color: #FF9F00;
	position: absolute;
	right: 10px;
	top: 10px;
	text-transform: uppercase;
	color: #fff;
	padding: 2px 6px;
	font-size: 12px;
    font-weight: 700;
	z-index: 2;
	border-radius:4px;
}
.product .utf-sale-off, .utf-product-wrap .utf-sale-off {
	position: absolute;
    left: 10px;
    top: 10px;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    background: #388e3c;
    padding: 2px 6px;
    border-radius: 4px;
	z-index:2;
}
.utf-shopping-container.list .utf-flash {
	left: 10px;
	top: 40px;
	right: auto;
}
.utf-shop-product-slider .utf-shop-product-info, .utf-product-box-item .utf-shop-product-info, .product .utf-shop-product-info{
	padding:15px 10px;
}
.utf-widget-recent-post .utf-shop-product-info {
	padding: 15px;
	border-top:1px solid rgba(0, 0, 0, 0.07)
}
.price {
	color: #2874f0;
	font-weight: 700;
	font-size:16px;
}
.utf-shop-product-price-item del {
	font-size: 14px;
	vertical-align:inherit;
	margin-right: 3px;
	margin-left: 5px;
	font-weight: 600;
    color: #7e8390;
}
.product-price del {
	margin-left: 5px;
	color: #919191;
}
.utf-sale-off {
	display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    background: #388e3c;
    padding: 1px 5px;
    border-radius: 4px;
}
.utf-shop-product-price-item {
	margin-bottom: 0px;
}
.product .utf-rating-wrap-area {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.product.text-center .utf-rating-wrap-area {
	-ms-flex-pack: center;
	justify-content: center;
}
.rating_num {
	font-size: 11px;
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    background: #28a745;
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
}
.utf-rating-wrap-area .rating {
	overflow: hidden;
	position: relative;
	height: 20px;
	font-size: 12px;
	width: 70px;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	vertical-align: middle;
}
.rating::before {
	font-size: 12px;
	content: "\f005\f005\f005\f005\f005";
	top: 0;
	position: absolute;
	left: 0;
	float: left;
	color: #F6BC3E;
}
.product_rate {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	color: #F6BC3E;
}
.product_rate::before {
	font-size: 12px;
	content: "\f005\f005\f005\f005\f005";
	top: 0;
	position: absolute;
	left: 0;
	font-weight: 900;
}
.utf-shop-product-action-box-area {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	right: 0;
	text-align: center;
	padding-top: 0;
	transition: all .5s ease-in-out;
	-moz-transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
}
.utf-action-btn {
	display: inline-block;
	margin: 0 auto;
}
.product_img {
	position: relative;
	overflow: hidden;
}
.product_img::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	content: "";
	background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -o-linear-gradient(bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -moz-linear-gradient(bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 1));
	background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0 0, 1));
	background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 1));
	width: 100%;
	height: 70%;
	z-index: 1;
}
.product:hover .product_img:before, .utf-product-box-item:hover .product_img:before, .utf-shop-product-slider .utf-product-wrap:hover .product_img:before {
	opacity: 0.9;
}
.utf-action-btn li {
	position: relative;
	margin: 0px 3px;
	display: inline-block;
}
.utf-product-wrap .utf-action-btn li {
	display: inline-block;
	margin: 10px 0;
}
.utf-product-wrap .utf-action-btn {
	margin: 0;
}
.utf-shop-product-action-box-area li {
	-webkit-transform: translate(0, 15px);
	-ms-transform: translate(0, 15px);
	-o-transform: translate(0, 15px);
	transform: translate(0, 15px);
	opacity: 0;
}
.utf-shop-product-action-box-area li:nth-child(1) {
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.utf-shop-product-action-box-area li:nth-child(2) {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.utf-shop-product-action-box-area li:nth-child(3) {
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.utf-shop-product-action-box-area li:nth-child(4) {
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.product:hover .utf-shop-product-action-box-area li, .utf-product-box-item:hover .utf-shop-product-action-box-area li, .utf-product-wrap:hover .utf-shop-product-action-box-area li {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}
.utf-action-btn li a {
	background-color: #2874f0;
	color: #fff;
	font-size: 0;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
	width: 38px;
	height: 38px;
	line-height:38px;
	padding: 0;
	border-radius:6px;
	display: block;
	text-align: center;
}
.utf-action-btn li a i {
	vertical-align: middle;
	line-height: 34px;
	font-size: 16px;
}
.utf-action-btn li a:hover {
	background-color: #ffffff;
	color: #2874f0;
}
.product .utf-shop-product-title{
	margin-top:10px;
}
.item h6.utf-shop-product-title{
	margin-top:8px;
}
.utf-shop-product-slider.product_list .item h6.utf-shop-product-title{
	margin-top:8px;
	margin-bottom:5px;
}
.product .utf-shop-product-title, .utf-product-box-item .utf-shop-product-title, .utf-product-wrap .utf-shop-product-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: capitalize;
	margin-bottom:3px;
	font-weight: 600;
}
.utf-shop-product-color-item span {
	height: 18px;
    width: 18px;
    display: block;
    vertical-align: middle;
    margin:6px 2px;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
}
.utf-product-detail-block .utf-shop-product-color-item span {
	display: inline-block;    
	margin:3px 2px;
}
.product .utf-shop-product-color-item span {
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
}
.utf-shop-product-color-item span.active::before {
	content: "";
	border: 2px solid #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 1px;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.product .utf-color-view-wrap-area, .utf-shop-product-slider .item .utf-product-wrap .utf-color-view-wrap-area{
	position: absolute;
    top: 45px;
    left: 0px;
    z-index: 2;
	background-color: #fff;
	border-radius:0 10px 10px 0;
	padding: 5px 8px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	transition: all .3s ease-in-out;
}
.utf-shopping-container .utf-color-view-wrap-area .utf-action-btn, .utf-shopping-container.grid .product:hover .utf-color-view-wrap-area .utf-action-btn, .utf-shopping-container.grid .utf-shop-product-info .utf-color-view-wrap-area .utf-action-btn {
	display:none;	
}
.product:hover .utf-color-view-wrap-area, .utf-product-wrap:hover .utf-shop-product-info .utf-color-view-wrap-area {
	opacity: 1;
	visibility: visible;
}
.product:hover .utf-shop-product-color-item span, .utf-product-wrap:hover .utf-color-view-wrap-area .utf-shop-product-color-item span {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.utf-shop-product-color-item span:first-child {
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.utf-shop-product-color-item span:nth-child(2) {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.utf-shop-product-color-item span:nth-child(3) {
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.utf-shop-product-color-item span:nth-child(4) {
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.utf-shop-product-color-item span:nth-child(5) {
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.utf-shop-product-color-item span:nth-child(6) {
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.utf-shop-product-color-item span:nth-child(7) {
	-webkit-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
.product_list .product, .product_list .utf-product-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 6px;
	margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.product_list .product:hover, .product_list .utf-product-wrap:hover {
	background:#F4F9FC;
}
.product_list .product_img {
	max-width: 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}
.product_list .utf-shop-product-info {
	padding: 0px 0 0 15px;
	text-align: left;
	max-width: 65%;
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
}
.product_list .product_img::before {
	content: normal;
}

/*===================================*
	Download App Section Style
*===================================*/
.btn-box .download-btn.play-store {
    margin-right: 30px;
}
.btn-box .download-btn {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #ffffff;
    padding: 13px 30px 12px 70px;
    border-radius: 4px;
    z-index: 1;
    box-shadow: 0 5px 5px rgb(225 227 232);
    border: 1px solid #343a40;
    background: #343a40;
    margin: 5px 0;	
}
.btn-box .download-btn i {
    position: absolute;
    color: #ffffff;
    left: 20px;
    top: 16px;
    font-size: 40px;
}
.btn-box .download-btn span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255,255,255,0.7);
    font-weight: 500;
}
.btn-box .download-btn h3 {
    position: relative;
    margin-bottom: 0;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    transition: all 500ms ease;
}
.btn-box .download-btn.app-store {
    background: #2874f0;
    border: 1px solid #2874f0;
}
.utf-setup-process h2{
	font-weight: 700;
	font-size: 27px;
	margin-bottom: 15px;
}
.theme-cl-2 {
    color: #ff8a00;
    display: inline-block;
}
.mfp-ajax-holder .mfp-content .utf-quick-view-ajax-item {
	max-width: 980px;
	background-color: #fff;
	margin: 6px auto;
	padding: 30px;
	position: relative;
}
.mfp-close {
	width: 30px;
	height: 30px;
	line-height: normal;
}
.utf-shopping-product-image-area {
	position: relative;
}
.utf-product-detail-block .utf-description-item {
	display: inline-block;
}
.utf-product-detail-block .utf-description-item p {
	margin-bottom: 15px;
}
.utf-product-detail-block .utf-rating-wrap-area {
	float: right;
	margin-top: 2px;
	margin-bottom: 5px;
}
.utf-product-detail-block .utf-shop-product-price-item {
	float: left;
}
.utf-product-detail-block .price {
	vertical-align: middle;
	font-size: 20px;
	font-weight: 700;
}
.cart-utf-product-quantity {
	margin: 7px 10px 7px 0;
	display: table;
}
.quantity {
	display: table;
}
.quantity .minus, .quantity .plus {
	background-color: #484e53;
	display: block;
	float: left;
	border-radius: 4px;
	cursor: pointer;
	border: 0;
	padding: 0;
	width: 34px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	font-size: 26px;
	font-weight:700;
	margin: 4px;
	color:#ffffff;
}
.quantity .minus:hover, .quantity .plus:hover{
	background:#2874f0;
}
.quantity .minus {
	padding-left: 0px;
}
.quantity .qty {
	float: left;
	width: 55px;
	height: 36px;
	font-weight: 600;
	background-color: #dee2e6;
	border: 2px solid rgba(0, 0, 0, 0.06);
	text-align: center;
	border-radius:4px;
	padding: 0;
	margin: 3px;
}
.utf-product-detail-block {
    padding: 15px 15px;
	border: 2px solid rgba(0, 0, 0, 0.08);
	overflow: hidden;
	border-radius: 6px;
	background: #f7f8fb;
}
.utf-cart-extra-dtl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}
.zoomContainer {
	z-index: 99;
}
.zoom_image .zoomContainer {
	z-index: 999;
}
.zoom_gallery_image .zoomContainer {
	z-index: 0;
}
.utf-switch-lable-item {
	float: left;
	margin-right: 10px;
	margin-top:2px;	
	font-weight: 700;
	font-style: italic;
}
.utf-product-detail-block .utf-color-view-wrap-area {
	margin-bottom: 15px;
}
.utf-product-size-item span {
	cursor: pointer;
	text-transform: uppercase;
	min-width: 34px;
	padding:0 6px;
	display: inline-block;
	background-color: #dee2e6;
	border: 2px solid rgba(0, 0, 0, 0.06);
	text-align: center;
	height: 34px;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 6px;
	border-radius: 4px;
	font-weight:600;
}
.utf-product-size-item span.active {
	border-color: #2874f0;
	background-color: #2874f0;
	color: #fff;
}
.utf-list-brand li {
	list-style: none;
	margin-bottom: 8px;
}
.utf-list-brand li:last-child {
	margin-bottom: 0;
}
.utf-list-brand .utf-custome-checkbox .form-check-label {
	color: #292b2c;
	font-size: 14px;
	font-weight: 300;
}
.utf-cart-btn .add_wishlist, .utf-cart-btn .add_compare {
	font-size: 20px;
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}

/*===================================*
	Product Gallery Section Style
*===================================*/
.utf-product-gallery-item a {
	border: 2px solid rgba(0, 0, 0, 0.08);
	display: block;
	padding: 5px;
	transition: all 0.5s ease-in-out;
	border-radius: 10px;
	background: #123743;
}
.utf-product-meta li {
	list-style: none;
	margin-top: 10px;
}
.slick-vertical .slick-slide {
	border: 0;
}
.slick-list {
	padding: 0 !important;
}
.slick-slide img {
    display: block;
    object-fit: cover;
	border-radius: 6px;
	width:100%;
}
.utf-product-gallery-item.slick-slider .slick-slide {
	margin-right: 5px;
	margin-left: 5px;
}
.utf-shopping-product-image-area .slick-list {
	margin-right: -5px;
	margin-left: -5px;
}
.modal .utf-product-gallery-item.slick-slider .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
    width: 100px !important;
    height: 85px !important;
    display: block;
	float:left !important;
}
.modal .slick-track {
	display: flex;
	width: 100% !important;
}
.utf-product-gallery-item a.active {
	border-color: #2874f0;
	border-width: 3px;
	padding: 0;
	border-radius: 10px;
	background: #2874f0;
	transition: all 0.5s ease-in-out;
}
.utf-vertical-gallery-item #utf-product-item-gallery {
	width: 15%;
	float: left;
	margin-right: 10px;
}
.utf-vertical-gallery-item .slick-list {
	margin-right: 0;
	margin-left: 0;
}
.utf-vertical-gallery-item .utf-product-gallery-item.slick-slider .slick-slide {
	margin-bottom: 12px;
	margin-right: 0;
	margin-left: 0;
}
.utf-vertical-gallery-item .slick-prev, .utf-vertical-gallery-item .slick-next {
	height: 40px;
	width: 100%;
}
.utf-vertical-gallery-item .slick-prev {
	width: 40px;
	height: 40px;
	border-radius:50px;
	left: 0;
	right: 0;
	top: -40px;
	margin: 0 auto;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.utf-vertical-gallery-item .slick-next {
	width: 40px;
	height: 40px;
	border-radius:50px;
	right: 0;
	left: 0;
	bottom: -40px;
	top: auto;
	margin: 0 auto;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.utf-vertical-gallery-item .slick-prev:before {
	content: "\f10e"
}
.utf-vertical-gallery-item .slick-next:before {
	content: "\f105"
}
.utf-vertical-gallery-item .slick_slider:hover .slick-prev {
	top: 0;
}
.utf-vertical-gallery-item .slick_slider:hover .slick-next {
	bottom: 0px;
	right: 0;
}
.utf-vertical-gallery-item .slick_slider:focus .slick-prev {
	top: 0;
}
.utf-vertical-gallery-item .slick_slider:focus .slick-next {
	bottom: 0px;
	right: 0;
}
.utf-shopping-product-img-box {
	padding: 8px;
	background: #123743;
	border: 2px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 10px;
	overflow: hidden;
	border-radius:6px;
	position: relative;
}
.utf-shopping-product-img-box img#product_img {
    border-radius: 6px;
}
.product_img_zoom {
	position: absolute;
	bottom: 8px;
	left: 8px;
	z-index: 999;
	font-size: 18px;
	background-color: #2874f0;
	width: 50px;
	height: 50px;
	line-height: 60px;
	color: #ffffff;
	text-align: center;
	border-radius: 4px 30px 4px 6px;
}
.zoomWindowContainer .zoomWindow{
	border-radius:6px;
}
a.product_img_zoom:hover{
	color:#ffffff;
}
.utf-product-share-item {
	margin-top: 15px;
}
.utf-product-share-item > span {
	margin-right: 10px;
}
.utf-product-share-item > span, .utf-product-share-item .utf-social-icons {
	vertical-align: middle;
	display: inline-block;
	font-weight: 600;
}
.utf-product-share-item > span{
	font-style: italic;
	font-weight: 700;
}
.utf-product-share-item .utf-social-icons li {
	padding-bottom: 0;
}
.utf-product-item-sort-dtl {
	margin-bottom: 0px;
	display:inline-block;
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.utf-product-item-sort-dtl li {
	font-size: 14px;
	color: #687188;
	font-weight: 500;
	line-height:26px;
	padding-bottom: 10px;
	list-style: none;
	padding-left: 37px;
	position: relative;
	width: 50%;
	float: left;
	padding-right:10px;
}
.utf-product-item-sort-dtl li:last-child{
	padding-bottom:0;
}
.utf-product-item-sort-dtl li i {
	position: absolute;
	font-size: 14px;
	font-weight: 600;
	top: -1px;
	left: 0;
	background-color: #2874f0;
	color: #fff;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 16px;
	text-align: center;	
}
.utf-filter-price{
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}
.utf-filter-price .ui-widget.ui-widget-content {
	border: 0;
	border-radius: 4px;
	background-color: #ddd;
	height: 6px;
	margin-bottom: 20px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.utf-filter-price .ui-slider .ui-slider-range {
	background-color: #2874f0;
	border-radius: 0;
}
.utf-filter-price .ui-slider .ui-slider-handle {
	cursor: pointer;
	background-color: #2874f0;
	border-radius: 4px;
	border: 0;
	height: 18px;
	top: -6px;
	width: 18px;
	margin: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.utf-price-range {
	color: #616879;
	font-weight:700;
}
#flt_price {
	margin-left: 5px;
	font-weight: 600;
	font-size: 14px;
}

/*===================================*
	Shopping Product Section Style
*===================================*/
.utf-shopping-container {
	position: relative;
}
.utf-pre-loading {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width:97%;
	height:100%;
	border-radius:10px;
	/*background-color: #f7f8fb;*/
	background:linear-gradient(to top,rgba(244, 249, 252, 0) 0%,rgba(244, 249, 252, 0.95));
	box-shadow:0 3px 8px rgba(0, 0, 0, 0.05);
	border:2px dotted #dde6ef;
	z-index: 9;
	margin:0 auto;
	text-align:center;
}
.utf-shopping-container .utf-pre-loading {
	top: -7px;
}
.utf-shopping-container .mfp-preloader {
	top: 100px;
}
.utf-shopping-container:not(.list) .utf-shopping-product-action-item-box, .utf-shopping-container.list .utf-shop-product-action-box-area {
	display: none;
}
.utf-shopping-container.list .product_img::before {
	content: normal;
}
.utf-shopping-container.list [class*="col-"] {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.utf-shopping-container.list .grid_item {
	position: static !important;
	transform: none !important;
}
.utf-shopping-container.list .product {
	display: inline-block;
	width: 100%;
}
.utf-shopping-container.list .product_img {
	float: left;
	width: 100%;
	max-width: 250px;
}
.utf-shopping-container.list .product .utf-shop-product-title {
	font-size: 20px;
	margin-bottom: 10px;
}
.utf-shopping-container.list .utf-shop-product-info {
	overflow: hidden;
	text-align: left;
	padding: 15px 30px;
}
.utf-shopping-container.list .utf-shop-product-info .utf-color-view-wrap-area {
    border-radius: 4px;
	display: inline-block;
	margin-bottom:8px;
	background: transparent;
	box-shadow: none;
}
.utf-shopping-container.list .utf-color-view-wrap-area .utf-action-btn {
    display: inline-block;
    margin: 0;
}	
.utf-shopping-container.list .utf-shop-product-info .utf-color-view-wrap-area .utf-shop-product-color-item {
	display:inline-block;
	padding:4px 10px;
	background:#ffffff;
	margin-right:8px;
	margin-bottom:8px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.utf-shopping-container.list .utf-shop-product-info .utf-color-view-wrap-area .utf-shop-product-color-item  span{
	display:inline-block;
}
.utf-shopping-container.list .utf-shop-product-price-item {
	float:left;
	margin-bottom: 5px;	
}
.utf-shopping-container.list .product .utf-rating-wrap-area {
	display: block;
	float: right;
	right: -10px;
}
.utf-shopping-container.grid h6.utf-shop-product-title {
	margin-bottom:6px;
}
.utf-shopping-container.list .utf-description-item {
	display: block;
	width: 100%;
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	margin-bottom: 10px;
	min-height: 58px;
	max-height: 84px;
}
.utf-shopping-container.list .utf-description-item p {
	margin-bottom: 0px;
	line-height:26px;
	white-space: inherit;
	text-overflow: inherit;
	overflow: inherit;
}
.utf-shopping-container.list .utf-shop-product-action-box-area, .utf-shopping-container.list .product .utf-color-view-wrap-area, .utf-shopping-container.list .product .utf-color-view-wrap-area {
	position: static;
}
.utf-shopping-container.list .product .utf-color-view-wrap-area {
	padding: 0;
	opacity: 1;
	visibility: visible;
	margin-bottom: 10px;
}
.utf-shopping-container.list .product .utf-shop-product-color-item span {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.utf-shopping-container.list .utf-shop-product-action-box-area li {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	opacity: 1;
	filter: alpha(opacity=1);
}
.utf-shopping-container.list .utf-action-btn {
	display: block;
	margin: 0;
}
.utf-shopping-container.list .utf-action-btn li {
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.utf-shopping-container.list .utf-action-btn li a {
	box-shadow: none;
}
.utf-shopping-container.list .utf-action-btn li a:hover {
	background: #ffffff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	color: #2874f0;
}
.utf-shopping-container.list .utf-shopping-product-action-item-box .utf-action-btn li.utf-add-to-cart a {
	font-size: 16px;
	line-height:22px;
	width: auto;
	font-weight:600;
	height: auto;
	padding: 10px 20px;
	background-color: #ff9f00;
	border: 2px solid #ff9f00;
	color: #fff;
	border-radius: 4px;
}
.utf-shopping-container.list .utf-shopping-product-action-item-box .utf-action-btn li.buy-now a{
	font-size: 16px;
	line-height:22px;
	width: auto;
	font-weight:600;
	height: auto;
	padding: 10px 20px;
	background-color: #fb641b;
	border: 2px solid #fb641b;
	color: #fff;
	border-radius: 4px;
}
.utf-shopping-container.list .utf-action-btn li.utf-add-to-cart a:hover {
	background-color: transparent;
	color: #ff9f00;
}
.utf-shopping-container.list .utf-action-btn li.buy-now a:hover {
	background-color: transparent;
	color: #fb641b;
}
.utf-shopping-container.list .utf-action-btn li.utf-add-to-cart a i, .utf-shopping-container.list .utf-action-btn li.buy-now a i {
	line-height: normal;
	margin-right: 5px;
}
#utf-additional-info table td:first-child {
	width: 25%;
	font-weight: 600;
}

/*===================================*
	Product Comments Section Style
*===================================*/
.comments h5.utf-product-item-tab-title{
	font-weight: 600;
}
.utf-product-item-tab-title span {
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	background: #2874f0;
	padding: 4px 10px;
	border-radius: 4px;
	float: right;
	margin-bottom: 15px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.tab-content.utf-shop-info-tabs {
	margin-top: 30px;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dde6ef;
}
.utf-description-tab .utf-shop-info-tabs .table-bordered tr td:first-child{
	font-weight:600;
}
.utf-description-tab .utf-shop-info-tabs .table-bordered tr td:last-child{
	color:#6c6767;
}
.utf-comment-list {
	margin-bottom: 20px;
}
.comments li {
	margin-bottom: 20px;
	border-bottom: 1px dotted #9d9d9d;
	padding-bottom: 20px;
}
.utf-comment-img {
	float: left;
}
.utf-comment-img img {
	border-radius: 100%;
	width: 90px;
	height: 90px;
	object-fit: cover;
	border: 5px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.utf-comment-block {
	padding-left: 110px;
}
.utf-customer-meta {
	margin-bottom: 5px;
}
.utf-comment-block .utf-rating-wrap-area {
	float: right;
}
.description p:last-child {
	margin: 0;
}
.comments.my-rating-list li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px solid #ddd;
    padding-bottom: 0px;
}
.my-rating-list .utf-comment-list{
    margin-bottom: 0px;    
}
.utf-review-author {
	display: block;
	color: #292b2c;
	font-weight: 600;
	font-size: 16px;
}
.utf-dashboard-content-detail .utf-comment-block .utf-customer-meta a {
    display: block;
	color: #292b2c;
	font-size:17px;
	font-weight: 600;
	margin-bottom:5px;	
}
.utf-dashboard-content-detail .utf-comment-block .utf-customer-meta a:hover{
    color: #2874f0;    
}
.utf-review-form h5, .utf-related-post .utf-content-title h5, .comment-area .utf-content-title h5{
	text-align: center;
	background: #484e53;
	color: #fff;
	margin-bottom:30px;
	padding: 15px 10px;
	border-radius: 6px;
	font-size: 20px;
	font-weight: 600;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
.utf-review-form .form-group .utf-star-rating {
    border: 2px solid #dde6ef;
    background: #fbfdff;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
    padding: 15px 20px;
    border-radius: 40px;
    display: block;
    float: left;
}
.comment-date{
	font-size: 13px;
	color: #7f8596;
	margin-bottom: 5px;
	display: inline-block;
	background-color: #f0f0f0;
	border-radius: 4px;
	line-height: 20px;
	font-weight: 600;
	padding: 2px 8px;
	transition: 0.3s;
}
.description p {
	font-size:16px;
}
.utf-star-rating > span {
	color: #ff8a00;
}
.utf-star-rating span {
	cursor: pointer;
	display: inline-block;
}
.utf-star-rating span i {
	font-size: 20px;
}
.utf-star-rating > span.selected i::before {
	font-weight: 900;
}
.releted_utf-shop-product-slider .item {
	margin: 10px 0px 0px;
}
.releted_utf-shop-product-slider .product {
	margin-bottom: 15px;
}
.mfp-ajax-holder .utf-compare-box {
	width: 90%;
	margin: 6px auto;
	background-color: #fff;
	position: relative;
	padding: 30px;
}
.utf-compare-box .table {
	margin: 0;
	display: block;
}
.utf-compare-box table tr td {
	vertical-align: middle;
	width: 27%;
}
.utf-compare-box table tr td img{
	border-radius:10px;
}
.utf-compare-box table tr td.utf-product-name {
	text-transform: capitalize;
}
.utf-compare-box table tr td.row_title {
	width: 290px;
	text-transform: capitalize;
	font-weight: 600;
}
.row_remove a, .row_remove a:hover {
	color: #FF0000;
}
.in-stock {
	color: #388e3c;
}
.out-stock {
	color: #dc3545;
}
.utf-product-name a {
	font-weight: 600;
}
.utf-compare-box table .utf-product-name a {
	font-size:17px;
    font-weight: 600;
}
.row_color .utf-shop-product-color-item span {
	pointer-events: none;
	display: inline-block;
}
.utf-product-thumbnail img {
	max-width: 100px;
}
.utf-shop-cart-table th, .utf-shop-cart-table td, .utf-wishlist-table-area th, .utf-wishlist-table-area td {
	vertical-align: middle;
	text-align: left;
	font-weight: 600;
}
.utf-shop-cart-table, .utf-wishlist-table-area {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #dee2e6;
}
.utf-shop-cart-table .utf-product-thumbnail img, .utf-wishlist-table-area .utf-product-thumbnail img{
	max-width: 60px;
	border-radius: 4px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}
.utf-shop-cart-table th.utf-product-name, .utf-shop-cart-table td.utf-product-name, .utf-wishlist-table-area th.utf-product-name, .utf-wishlist-table-area td.utf-product-name {
	text-align: left;
	text-transform: capitalize;
}
.utf-shop-cart-table td.utf-product-name .product-price, .utf-wishlist-table-area td.utf-product-name .product-price{
	display:block;
	margin-top:5px;
	font-weight: 600;
	color: #2874f0;
	margin-bottom: 0;
	line-height: 22px;
}
.utf-wishlist-table-area td.utf-product-name p.size {
    font-size: 14px;
    font-weight: 600;
	color:#6f6f6f;
}
.utf-shop-cart-table td.utf-product-name .size{
	display: block;
	margin-top: 3px;
	font-weight: 600;
	color: #6f6f6f;
	font-size: 14px;
	line-height: 20px;
}
.utf-shop-cart-table .quantity {
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: left;
	justify-content: left;
}
.utf-product-remove a i {
	height: 24px;
	width: 24px;
	background-color: #2874f0;
	color: #ffffff;
	display: inline-block;
	line-height: 24px;
	text-align: center;
	border-radius: 5px;
	font-size: 12px;
}
.utf-product-remove a i:hover {
	background-color: #323232;
	color: #ffffff;
}
.utf-shop-cart-table td.product-price, .utf-shop-cart-table td.utf-product-subtotal {
	font-weight: 600;
}
.utf-shop-cart-table .table {
	margin: 0;
}
.utf-toggle-info-block {
	padding: 20px;
	background-color: #f7f8fb;
	border-radius: 6px;
	border: 2px solid rgba(0, 0, 0, 0.06);
}
.utf-toggle-info-block span {
	padding-left: 48px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.utf-toggle-info-block span a{
	font-weight:600;
}
.utf-toggle-info-block i {
	position: absolute;
	left: 0;
	font-size: 14px;
	vertical-align: middle;
	margin-right: 10px;
	line-height: 34px;
	background: #2874f0;
	width: 34px;
	height: 34px;
	display: inline-block;
	text-align: center;
	border-radius: 26px;
	color: #fff;
	top: -5px;
}
.utf-login-form .panel-body, .utf-coupon-form .panel-body {
	padding: 30px;
	margin-top: 5px;
	border-radius: 6px;
	border: 2px solid rgba(0, 0, 0, 0.06);
}
label.label_info {
	color: #292b2c !important;
	font-weight: 600;
}
.utf-ship-item-detail {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.custome-ship-detail-block{
	padding: 15px;
	background-color: #f7f8fb;
	border-radius: 6px;
	border: 2px solid rgba(0, 0, 0, 0.06);
}
.custome-ship-detail-block .utf-different-address{
	margin-top:25px;
}
.utf-product-qty {
	font-weight: 600;
}
.utf-shop-cart-table .utf-product-subtotal {
	font-weight: 700;
	position:relative;
	color: #212529;
	z-index: 2;
}
.utf-product-subtotal {
	font-weight: 700;
	position:relative;
	color: #fff;
	z-index: 2;
}

/*===================================*
	Product Order Style
*===================================*/
.utf-order-table tfoot .utf-product-subtotal::before {
	position: absolute;
	content: '';
	bottom: 6px;
	width: 100%;
	height: 35px;
	display: block;
	background: #2874f0;
	border-radius: 4px;
	color: #fff;
	z-index: -1;
	right: 0;	
}
.utf-order-review {
	background-color: #f7f8fb;
	padding: 30px;
	border: 2px solid rgba(0, 0, 0, 0.06);
	border-radius: 6px;
}
.utf-order-table thead th {
	font-weight: 600;
	font-size: 18px;
}
.utf-order-table thead th:last-child, .utf-order-table tbody td:last-child, .utf-product-subtotal, .utf-order-table tfoot .utf-pro-shipping{
	text-align:right;
	font-weight: 600;
}
.utf-order-table tfoot th {
	font-weight: 600;
}
.utf-order-table tbody td {
	font-size: 14px;
	font-weight: 600;
	color: #555;
}
.utf-payment-method {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.utf-payment-option .custome-radio {
	margin-bottom: 15px;
	background: #ffffff;
	padding: 15px;
	border-radius: 6px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}
.utf-payment-option .custome-radio:last-child{
	margin-bottom: 0px;
}
.payment-text {
	display: none;
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 25px;
	line-height: 26px;
}
.utf-payment-option .custome-radio:first-child .payment-text {
	display: block;
}
.utf-payment-option .custome-radio .form-check-label {
	color: #616879;
	font-weight: 700;
}
.utf-wishlist-table-area .table td {
	border-bottom: 1px solid #dee2e6;
}
.utf-wishlist-table-area .badge {
	line-height: normal;
	vertical-align: middle;
	padding: 2px 10px;
	font-weight: 400;
}
#load-more {
	transition: none;
	width:100%;
}
.grid_item_hide .product, .grid_item_hide .utf-blog-post {
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.grid_item_hide {
	opacity: 0;
	visibility: hidden;
	height: 0;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	transform: scale(0);
}
.loading {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo202601/202601075/html/assets/images/loading.gif') center center no-repeat;
	font-size: 0 !important;
	background-color: #fff !important;
	border: 0;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
	border: 2px dotted #dde6ef;
	height: 50px;
	width: 50px;
	padding: 0;
	border-radius:50px;
}
.loading::after, .loading::before {
	content: normal;
}
.utf-load-more-wrap {
	margin-top: 5px;
}
.utf-load-more-wrap span {
	display: inline-block;
	margin: 0;
	line-height: 1;
	font-size: 14px;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
}
.utf-order-completed-icon{
	width:120px;
	height:120px;
	margin: 0 auto 30px auto;
	border:5px solid rgba(50, 213, 84, 0.2);
	border-radius:100px;
	box-shadow:0 10px 40px 5px rgba(137, 173, 255, .15);
}
.utf-order-completed-icon img{
	border-radius:100px;
}
.utf-empty-icon {
	background-color: #DFFFED;
	display: inline-block;
	height: 100px;
	width: 100px;
	line-height: 100px;
	border-radius: 100%;
	margin-bottom: 25px;
}
.card-body .comments {
	margin-top: 5px;
}

/*===================================*
	Element Design Style
*===================================*/
.form-control {
	color: #000;
	box-shadow: none;
	height: 54px;
	font-weight:500;
	padding: 8px 15px;
	background: #fbfdff;
	border: 2px solid #dde6ef;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}
.form-control:focus, .custom-file-input:focus ~ .custom-file-label {
	color: #000;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.15);
	height: 54px;
	border-color:rgba(0, 77, 218, 0.4);
}
textarea.form-control, textarea.form-control:focus {
	height: auto;
	padding: 12px 15px;
}
.form-control-sm, .form-control-sm:focus, .utf-custom-select select.form-control-sm, .utf-custom-select select.form-control-sm:focus {
	height: 45px;
}
select.not_chosen, select.first_null option:first-child, select.not_chosen:focus, select.form-control.not_chosen, select.form-control.first_null option:first-child, select.not_chosen.form-control:focus {
	color: #6c757d;
}
select option {
	color: #000;
}
.utf-custom-select {
	position: relative;
}
.utf-custom-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fbfdff;
	border: 2px solid #dde6ef;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
	padding: 8px 35px 8px 15px;
	width: 100%;
	height: 54px;
	text-transform: capitalize;
}
.utf-shop-product-search-form-area .utf-custom-select select{
	border-radius:6px 0 0 6px;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	outline:0 !important;
}
.utf-shop-product-search-form-area .utf-custom-select:focus{
	border-color:transparent
}
#search-btn{
	background: #ebebec;
	padding: 10px 9px 10px 11px;
	border-radius: 30px;
	text-align: center;
	font-size:18px;
	color: #292b2c;
	margin:0px 7px 0 10px;
	display: block !important;
}
#search-btn:hover{
	background-color: #2874f0;
	color:#ffffff;
	cursor: pointer;
}
#search-overlay{
	display:none;
}
.block {
	position: fixed;
	top: 0;
	right: 0;
	bottom:0 ;
	left: 0;
	z-index:9999;
	overflow: auto;
	text-align: center;
	background: rgba(0, 0, 0, 0.9);
	margin: 0;
}
.block:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: 0;
}
.search-centered {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 10px 15px;
	color: #FFF;
	border: none;
	background: transparent;
}
#search-box {
	position: relative;
	width: 100%;
	margin: 0;
}
#search-form {
	height: 60px;
	border: 1px solid #999;
	border-radius: 6px;
	background-color: #fbfdff;
	border:2px solid #dde6ef;
	overflow: hidden;
}
#search-text {
	font-size: 14px;
	color: #ddd;
	border-width: 0;
	background: transparent;
}
#search-box input[type="text"] {
	width: 100%;
	padding:17px 20px;
	color: #333;
	outline: none;
	font-size: 16px;
}
#search-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 100px;
	font-size: 16px;
	font-weight:600;
	text-transform:uppercase;
	color: #fff;
	text-align: center;
	line-height: 42px;
	border-width: 0;
	background-color: #2874f0;
	border-radius: 0 6px 6px 0;
	cursor: pointer;
}
#close-btn{
	position: fixed;
	top: 1em;
	right: 1em;
	background: #2874f0;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 24px;
	color: #fff;
}
#close-btn:hover{
	background: #ffffff;
	color: #2874f0;
	cursor: pointer;
}
.utf-custom-select::before {
	content: "\e64b";
	font-family: 'themify';
	position: absolute;
	display: block;
	color: #848484;
	top: 50%;
	right: 15px;
	font-weight: 900;
	pointer-events: none;
	font-size: 12px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.custom-file-label::after {
	height: 48px;
	border: 0;
	line-height: 40px;
	border-radius: 0;
}
.custom-file-label, .custom-file, .custom-file-input {
	height: 50px;
	line-height: 38px;
}
.rounded_input .form-control, .rounded_input input {
	border-radius: 30px;
	padding: 10px 20px;
}
.rounded_input .utf-custom-select select {
	padding-right: 40px;
}
.rounded_input .utf-custom-select::before {
	right: 20px;
}
.rounded_input textarea.form-control, .rounded_input textarea.form-control:focus {
	padding: 15px 20px;
}
.input_group {
	position: relative;
}
.input_icon {
	position: absolute;
	right: 20px;
	top: 14px;
	pointer-events: none;
	color: #848484;
}
.rounded_input .input_icon {
	top: 12px;
}

/*===================================*
	Pagination Style
*===================================*/
.pagination .page-item a {
	color: #0E93D8;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	padding: 0px;
	z-index: 1;
}
.page-link:focus {
	box-shadow: none;
}
.utf-pagination-style-item li, .pagination_style2 li, .pagination_style3 li, .pagination_style4 li {
	margin-right: 5px;
}
.pagination.utf-pagination-style-item{
	width: 100%;
	background-color: #f7f8fb;
	border: 2px dotted #dde6ef;
	border-radius: 4px;
	padding: 15px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
	position: relative;
	line-height: 28px;
	min-height: 60px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.utf-pagination-style-item .page-item a {
	border: 2px solid #dee2e6;
	border-radius: 40px !important;
	color: #687188;
	margin-left: 0px;
	line-height: 36px;
	font-weight:600;
}
.utf-pagination-style-item .page-item a i {
	line-height: 36px;
	font-weight: 800;
	font-size: 16px;
}
.utf-pagination-style-item .page-item.disabled .page-link, .pagination_style3 .page-item.disabled .page-link {
	color: #c6c6c6;
	pointer-events: none;
	background-color: #fff;
	border-color: #f4f4f4;
}
.utf-pagination-style-item .page-item.active .page-link, .utf-pagination-style-item .page-item .page-link:hover {
	background-color: #2874f0;
	border-color: #2874f0;
	color: #fff;
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo202601/202601075/html/assets/images/loading.gif') center center no-repeat;
	text-align: center;
	margin-top: -12px;
	margin-left: -12px;
	z-index: 1044;
	text-indent: -9999px;
	background-color: #fff;
	box-shadow:0 3px 8px rgba(0, 0, 0, 0.05);
	border:2px dotted #dde6ef;
	padding: 25px;
	border-radius: 50px;
}

/*===================================*
	Widget Style
*===================================*/
.utf-widget-title {
	margin-bottom: 30px;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 0.3px;
	position:relative;
}
h5.utf-widget-title::before {
    background: #2874f0;
    border: 0 none;
    content: "";
    height: 3px;
    left: 0;
    border-radius: 10px;
    margin: 8px 0 10px;
    position: absolute;
    bottom: -17px;
    width: 30px;
}
.sidebar .utf-widget-title {
	margin-bottom: 20px;
	text-transform: capitalize;
	letter-spacing: 0.2px;
	text-align: left;
	background: #484e53;
	color: #fff;
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 600;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
.sidebar h5.utf-widget-title::before {
    display:none;
}
.sidebar .widget + .widget .utf-shop-product-color-item span {
    display: inline-block;
}
.utf-widget-categories li, .utf-widget-archive li {
	padding-bottom: 8px;
	list-style: none;
}
.utf-widget-categories li a, .utf-widget-archive li a {
	position: relative;
	font-size:14px;
	font-weight: 600;
	color:#616879;
}
.utf-widget-categories li a:hover, .utf-widget-archive li a:hover{
	color:#2874f0
}
.utf-widget-categories li a::before, .utf-widget-archive li a:before {
	content: "\f3d1";
	font-family: "Ionicons";
	height: auto;
	line-height: normal;
	margin-right: 10px;
}
.utf-widget-categories li:last-child, .utf-widget-archive li:last-child {
	padding-bottom: 0;
}
.utf-widget-categories .utf-categories-sub-count, .utf-widget-archive .utf-archive-sub-text {
	float: right;
	font-size: 14px;
	line-height:26px;
}
.sidebar .widget, .sidebar .widget + .widget {
	border: 2px dotted #dde6ef;
    box-shadow:0 3px 8px rgba(0, 0, 0, 0.05);
	margin-top: 30px;
	background: #fff;
	padding: 20px;
	border-radius: 4px;
}
.sidebar .widget:first-child{
	margin-top:0px;
}
.utf-widget-recent-post li, .utf-widget-course li {
	list-style: none;
	margin-bottom: 15px;
	width: 100%;
	display: inline-block;
}
.utf-widget-course li {
	display: table;
}
.utf-post-footer {
	display: inline-block;
	vertical-align: top;
}
.utf-widget-recent-post li:last-child, .utf-widget-course li:last-child {
	margin-bottom: 0px;
}
footer .utf-widget-recent-post .utf-post-img img {
	border: 0;
}
.utf-post-img, .utf-widget-course li .utf-course-img {
	float: left;
	margin-right: 10px;
}
.utf-post-img img {
	width: 70px;
}
.widget ul.utf-widget-recent-post li{
	border-bottom:1px solid #dde6ef;
	padding-bottom:15px;
}
.widget ul.utf-widget-recent-post li:last-child{
	border-bottom:0px solid #dde6ef;
	padding-bottom:0px;
}
.widget ul.utf-widget-categories li{
	border-bottom:1px solid #dde6ef;
	margin-bottom:7px;
}
.widget ul.utf-widget-categories li:last-child{
	border-bottom:0px solid #dde6ef;
	margin-bottom:0px;
}
.widget .utf-list-brand li{
	border-bottom:1px solid #dde6ef;
	padding-bottom:8px;
}
.widget .utf-list-brand li:last-child{
	border-bottom:0px solid #ddd;
	padding-bottom:0px;
}
.utf-widget-recent-post .utf-post-img{
	float: left;
	margin-right: 10px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.utf-post-content, .utf-widget-course li .course_content {
	overflow: hidden;
}
.utf-post-content p.small{
	font-size: 13px;
	color: #7f8596;
	display: inline-block;
	background-color: #f0f0f0;
	border-radius: 4px;
	line-height: 20px;
	font-weight: 600;
	padding: 2px 8px;
	transition: 0.3s;
}
.utf-post-content h6 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
	font-weight: 600;
}
.utf-post-content .utf-shop-product-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	font-weight:600;
	margin-bottom: 5px;
}
.utf-post-content .utf-shop-product-price-item {
	margin-bottom: 0px;
}
.tags a {
	background-color: #f7f8fb;
	font-size: 14px;
	padding: 8px 15px;
	display: inline-block;
	margin-bottom: 5px;
	border-radius: 4px;
	color: #333;
	font-weight:600;
	border: 1px solid rgba(0, 0, 0, 0.06);
}
.tags a:hover {
	background-color: #2874f0;
	color: #fff;
}
.tags_style1 a {
	border-radius: 40px;
}
.utf-widget-tweet-feed li {
	list-style: none;
	position: relative;
	font-size: 14px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.utf-widget-tweet-feed li::before {
	content: "\e74b";
	font-family: 'themify';
	position: absolute;
	left: 0;
	top: 0;
	color: #292B2C;
}
.utf-widget-tweet-feed a {
	color: #2874f0;
}
.utf-widget-tweet-feed li:last-child {
	padding-bottom: 0px;
}
.utf-widget-instafeed {
	margin: -2px;
	display: table;
}
.utf-widget-instafeed li {
	list-style: none;
	float: left;
	width: 33.33%;
	padding: 2px;
	position: relative;
}
.utf-instafeed_column li {
	width: 33%;
}
.utf-widget-instafeed li a {
	display: block;
	position: relative;
	overflow: hidden;
}
.utf-widget-instafeed li a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	border-radius: 80px;
	background-color: rgba(0,0,0,0.8);
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.utf-widget-instafeed img {
	width: 100%;
	border-radius: 80px;
}
.utf-insta-icon {
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	opacity: 0;
	text-align: center;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
	z-index: 2;
}
.utf-widget-instafeed li:hover a::before, .utf-widget-instafeed li:hover .utf-insta-icon {
	opacity: 1;
}
.insta_img {
	position: relative;
}
.utf-instagram-icon {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-moz-transform: translateY(-50%) rotate(30deg) scale(1.8);
	-webkit-transform: translateY(-50%) rotate(30deg) scale(1.8);
	transform: translateY(-50%) rotate(30deg) scale(1.8);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}
.utf-instagram-icon i {
	color: #fff;
	font-size: 50px;
}
.insta_img::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}
.insta_img:hover:before {
	opacity: 1;
	visibility: visible;
}
.insta_img:hover .utf-instagram-icon {
	opacity: 1;
	visibility: visible;
	-moz-transform: translateY(-50%) rotate(0deg) scale(1);
	-webkit-transform: translateY(-50%) rotate(0deg) scale(1);
	transform: translateY(-50%) rotate(0deg) scale(1);
}
.utf-follow-box {
	position: absolute;
	top: 50%;
	z-index: 9;
	text-align: center;
	right: 0;
	left: 0;
	max-width: 400px;
	background-color: rgba(255,255,255,01);
	margin: 0 auto;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 25px;
	border-radius: 80px;
}
.utf-follow-box i {
	position: absolute;
	font-size: 80px;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 0.1;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nav-tabs li.nav-item a {
	background-color: #fdfdfd;
    border: 0;
	font-size:15px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    padding: 5px 15px;
    /*box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);*/
	border-radius:6px;
	margin:0;
}

/*===================================*
	Heading Tab Area Style
*===================================*/
.utf-heading-tab-header-area .nav-tabs li.nav-item a {
	background-color: #eaeaea;
	border: 0;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	padding: 5px 15px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	border-radius: 30px;
	margin: 0 3px;
}
.utf-tab-style-1 .nav-tabs li.nav-item a {
    background-color: #eaeaea;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    padding: 5px 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    margin: 3px;
}
.utf-dashboard-menu-block .nav-tabs{
	padding:5px;
	border-radius:4px;
	border-bottom:0;
}
.tab-content {
	margin-top: 25px;
}
.utf-tab-style-1 .nav-tabs, .utf-tab-style-2 .nav-tabs {
	border-bottom: 0;
}
.utf-tab-style-1 .nav-tabs li.nav-item a.active, .utf-tab-style-1 .nav-tabs li.nav-item a.active:hover, .utf-tab-style-2 .nav-tabs li.nav-item a.active, .utf-tab-style-2 .nav-tabs li.nav-item a.active:hover {
	color: #2874f0;
}
.utf-tab-style-1 .nav-tabs li.nav-item a.active, .utf-tab-style-2 .nav-tabs li.nav-item a.active{
	background:#2874f0;
	color:#ffffff;
}
.utf-tab-style-1 .nav-tabs li.nav-item a:hover, .utf-tab-style-2 .nav-tabs li.nav-item a:hover, .utf-tab-style-1 .nav-tabs li.nav-item a.active:hover, .utf-tab-style-2 .nav-tabs li.nav-item a.active:hover{
	background:#2874f0;
	color:#ffffff;
}
.utf-tab-style-2 .nav-tabs li.nav-item a {
	padding: 4px 15px;
}
.utf-dtl-tab-style .nav-tabs li.nav-item a {
	background-color: transparent;
	display: block;
	padding: .5rem 1rem;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid rgba(0,0,0,0);
	text-align: center;
	text-transform: capitalize;
}
.utf-dtl-tab-style .nav-tabs .nav-item a.active {
	border-bottom-color: #2874f0;
	color: #2874f0;
}
.utf-description-tab .nav-tabs .nav-item a.active, .utf-description-tab .nav-tabs .nav-item a:hover {
	background-color: #2874f0;
	border-bottom-color: transparent;
	color: #ffffff;
}
.utf-description-tab .nav-tabs li.nav-item a {
	background-color: #dee2e6;
	display: block;
	padding: .5rem 1rem;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	font-weight: 600;
	border-radius:6px 6px 0 0;
	border-bottom: 2px solid rgba(0,0,0,0);
	text-align: center;
	text-transform: capitalize;
}
.utf-description-tab .nav-tabs li.nav-item a{
	margin:0 7px 0 0;
}
.utf-review-imgs{
	margin-top:15px;
}
.utf-review-imgs img {
    width: 80px;
    height: 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #dde6ef;
    border-radius: 6px;
    margin-right: 10px;
    cursor: pointer;
	object-fit: cover;
}
.utf-single-pbn:first-child {
    margin-bottom: 20px;
}
.utf-pb-tab-content.qna h4 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
}
.utf-pbn-content h5 {
    margin: 0;
    font-size: 18px;
	line-height: 1.5;
	color: #393838;
	font-weight: 600;
}
.utf-pbn-content p {
    font-size: 14px;
	line-height: 1.5;
	color: #7D7979;
	margin: 0;
	font-weight: 600;
}
.utf-single-pbn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.utf-pbn-wrap-item {
    border-bottom: 1px solid #F0F0F0;
    padding: 16px 0;
}
.utf-product-item-tab-title{
	font-weight:600;
}
.utf-pbn-icon {
    width: 40px;
	margin-right:15px;
}
.utf-pbn-icon i{
	height: 40px;
	width: 40px;
	background: #2874f0;
	color:#ffffff;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	border-radius: 40px;
	font-size: 20px;
	transition: 0.3s;
	position: relative;
	top: 50%;
}
.utf-tab-slider > .tab-pane {
	display: block;
	height: 0;
}
.utf-tab-slider .tab-pane.active {
	height: auto;
	display: block;
	-webkit-animation-name: moveUp;
	animation-name: moveUp;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	-webkit-animation-play-state: running;
	animation-play-state: running;
}
@-webkit-keyframes moveUp {
 0% {
 opacity:0;
 -webkit-transform:translateY(25px);
 transform:translateY(25px)
}
 100% {
 opacity:1;
 -webkit-transform:translateY(0);
 transform:translateY(0)
}
}
@keyframes moveUp {
 0% {
 opacity:0;
 -webkit-transform:translateY(25px);
 transform:translateY(25px)
}
 100% {
 opacity:1;
 -webkit-transform:translateY(0);
 transform:translateY(0)
}
}
.utf-heading-tab-header-area {
	padding-bottom: 15px;
	border-bottom: 2px dotted #dde6ef;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}
.utf-heading-tab-header-area [class*="heading_"] {
	float: left;
}
.view_all i, .view_all span {
	vertical-align: middle;
}
.utf-custome-checkbox .form-check-label {
	position: relative;
	cursor: pointer;
	color: #687188;
	padding: 0;
	vertical-align: middle;
}
.utf-custome-checkbox .form-check-input {
	display: none;
}
.utf-custome-checkbox .form-check-label span {
	vertical-align: middle;
	font-weight: 600;
	font-size: 14px;
	color:#616879;
}
.custome-ship-detail-block .utf-custome-checkbox .form-check-label span{
	font-weight: 600;
	font-size: 16px;
}
.utf-login-footer .utf-custome-checkbox .form-check-label span {
	font-weight: 500;
	font-size: 16px;
}
.utf-login-footer .utf-custome-checkbox .form-check-label span a{
    font-weight: 500;
    color: #2874f0;
}
.utf-login-footer .utf-custome-checkbox .form-check-label span a:hover{
    color: #616879;
}
.custome-ship-detail-block .utf-custome-checkbox .form-check-label::before {
    margin: 0px 12px 0 0;    
}
.utf-custome-checkbox .form-check-label::before {
	content: "";
	border: 2px solid #ced4da;
	height: 17px;
	width: 17px;
	margin: 0px 8px 0 0;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
}
.utf-custome-checkbox input[type="checkbox"]:checked + .form-check-label::after {
	opacity: 1;
}
.utf-custome-checkbox input[type="checkbox"] + .form-check-label::after {
	content: "";
	width: 11px;
	position: absolute;
	top: 11px;
	left: 3px;
	opacity: 0;
	height: 6px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-moz-transform: translateY(-65%) rotate(-45deg);
	-webkit-transform: translateY(-65%) rotate(-45deg);
	transform: translateY(-65%) rotate(-45deg);
}

/*===================================*
	Login Popup Style
*===================================*/
.utf-login-footer .utf-custome-checkbox input[type="checkbox"] + .form-check-label::after{
	top: 12px;
	left: 3px;
}
.utf-popup-content-item .utf-custome-checkbox input[type="checkbox"] + .form-check-label::after {
	top:13px;
}
.modal-backdrop.show {
    opacity: .8;
}
.utf-custome-checkbox input[type="checkbox"]:checked + .form-check-label::before {
	background-color: #2874f0;
	border-color: #2874f0;
	position:relative;
}
.utf-custome-checkbox{
	text-align:left !important;
}
.utf-popup-content-item .utf-chek-form .utf-custome-checkbox{
	text-align:center !important;
}
.utf-chek-form .utf-custome-checkbox input[type="checkbox"] + .form-check-label::after {
    top: 13px;
}	
.custome-radio .form-check-input, .utf-custome-checkbox .form-check-input {
	display: none;
}
.custome-radio .form-check-label::before {
	content: "";
	border: 2px solid #908f8f;
	height: 18px;
	width: 18px;
	display: inline-block;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 8px;
}
.custome-radio input[type="radio"] + .form-check-label::after {
	content: "";
	background-color: #2874f0;
	height: 10px;
	width: 10px;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 4px;
	opacity: 0;
}
.custome-radio .form-check-label, .utf-custome-checkbox .form-check-label {
	position: relative;
	cursor: pointer;
}
.utf-order-review .utf-heading-text1 h4, .utf-billing-dtl-block h4{
	text-align: center;
	background: #484e53;
	color: #fff;
	padding: 15px 10px;
	border-radius: 6px;
	font-size: 20px;
	font-weight: 600;
	box-shadow:0 3px 12px rgba(0, 0, 0, 0.15);
}
.utf-payment-option .custome-radio .form-check-label::before{
	margin-top:-3px;
}
.utf-payment-option .custome-radio input[type="radio"] + .form-check-label::after {
    top: 7px;
}	
.custome-radio input[type="radio"]:checked + .form-check-label::before {
	border-color: #2874f0;
}
.custome-radio input[type="radio"]:checked + .form-check-label::after {
	opacity: 1;
}
.utf-custome-checkbox input[disabled] + .form-check-label, .custome-radio input[disabled] + .form-check-label {
	color: #d0d0d0;
}
.utf-custome-checkbox input[disabled] + .form-check-label::before, .custome-radio input[disabled] + .form-check-label::before {
	border-color: #e8e8e8;
}

/*===================================*
	Owl Slide Theme Style
*===================================*/
.owl-theme .owl-nav {
	margin-top: 0;
}
body .owl-theme .owl-nav [class*="owl-"] {
	background-color: #fff;
	color: #222;
	font-size: 26px;
	line-height: 50px;
	transition: all 0.3s ease-in-out;
	height: 50px;
	padding: 0;
	margin: 0;
	width: 50px;
	text-align: center;
}
.owl-theme .owl-nav [class*="owl-"] i {
	line-height: normal;
}
.owl-theme .owl-dots {
	font-size: 0;
	margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot span {
	background-color: #2874f0;
	border: 1px solid #2874f0;
	cursor: pointer;
	margin: 3px;
	width:12px;
	height:12px;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #2874f0;
}
.utf-dot-style1.owl-theme .owl-dots .owl-dot.active span {
	width: 25px;
}
.utf-slide-nav-style-1.owl-theme .owl-nav [class*="owl-"], .utf-slide-nav-style-5.owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkittransform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 0;
	width: 30px;
}
.utf-slide-nav-style-1.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: #fff;
	color: #555;
}
.utf-slide-nav-style-1.owl-theme .owl-nav .owl-prev {
	left: -10px;
	background: #efefef;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 4px;
}
.utf-slide-nav-style-1.owl-theme .owl-nav .owl-next {
	right: -10px;
	background: #efefef;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 4px;
}
.utf-slide-nav-style-1.owl-theme .owl-nav .owl-prev:hover, .utf-slide-nav-style-1.owl-theme .owl-nav .owl-next:hover {
    background: #2874f0;
}
.utf-slide-nav-style-1.owl-theme .owl-nav .owl-prev:hover i, .utf-slide-nav-style-1.owl-theme .owl-nav .owl-next:hover i {
    color: #ffffff;
}
.utf-slide-nav-style-2.owl-theme .owl-nav [class*="owl-"] {
	background-color: transparent;
	position: absolute;
	bottom: 10px;
}
.utf-slide-nav-style-2.owl-theme .owl-nav [class*="owl-"]:hover, .utf-slide-nav-style-3.owl-theme .owl-nav [class*="owl-"]:hover, .utf-slide-nav-style-4.owl-theme .owl-nav [class*="owl-"]:hover {
	color: #555;
}
.utf-slide-nav-style-2.owl-theme .owl-nav .owl-prev, .utf-slide-nav-style-5.owl-theme .owl-nav .owl-prev {
	left: 0px;
	background: #efefef;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 4px;
}
.utf-slide-nav-style-2.owl-theme .owl-nav .owl-next, .utf-slide-nav-style-5.owl-theme .owl-nav .owl-next {
	right: 0px;
	background: #efefef;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 4px;
}
.utf-slide-nav-style-2.owl-theme .owl-nav .owl-prev:hover, .utf-slide-nav-style-5.owl-theme .owl-nav .owl-prev:hover, .utf-slide-nav-style-2.owl-theme .owl-nav .owl-next:hover, .utf-slide-nav-style-5.owl-theme .owl-nav .owl-next:hover {
    background: #2874f0;
}
.utf-slide-nav-style-2.owl-theme .owl-nav .owl-prev:hover i, .utf-slide-nav-style-5.owl-theme .owl-nav .owl-prev:hover i, .utf-slide-nav-style-2.owl-theme .owl-nav .owl-next:hover i, .utf-slide-nav-style-5.owl-theme .owl-nav .owl-next:hover i {
    color: #ffffff;
}
.utf-slide-nav-style-3.owl-theme .owl-nav [class*="owl-"], .utf-slide-nav-style-4.owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	top: -80px;
	border-radius: 0;
	right: 0;
	height: auto;
	width: auto;
	background-color: transparent;
}
.utf-slide-nav-style-3.owl-theme .owl-nav .owl-prev {
	right: 42px;
	background: #efefef;
    width: 36px;
    height: 36px;
    line-height: 38px;
	border-radius: 4px;
	font-size: 22px;
}
.utf-slide-nav-style-3.owl-theme .owl-nav .owl-prev:hover, .utf-slide-nav-style-3.owl-theme .owl-nav .owl-next:hover {
	background:#2874f0
}
.utf-slide-nav-style-3.owl-theme .owl-nav .owl-prev:hover i, .utf-slide-nav-style-3.owl-theme .owl-nav .owl-next:hover i{
	color:#ffffff;
}
.utf-slide-nav-style-3.owl-theme .owl-nav .owl-next {
	background: #efefef;
    width: 36px;
    height: 36px;
    line-height: 38px;
	border-radius: 4px;
	font-size: 22px;
}
.utf-slide-nav-style-4.owl-theme .owl-nav .owl-prev {
	left: 0px;
	right: auto;
}
.utf-slide-nav-style-4.owl-theme .owl-nav .owl-prev i::before {
	content: "\ec43";
	font-family: 'Linearicons';
}
.utf-slide-nav-style-4.owl-theme .owl-nav .owl-next i::before {
	content: "\ec44";
	font-family: 'Linearicons';
}
.utf-slide-nav-style-5.owl-theme .owl-nav .owl-prev, .utf-slide-nav-style-5.owl-theme .owl-nav .owl-next {
	opacity: 0;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.utf-slide-nav-style-5.owl-theme .owl-nav .owl-prev:hover, .utf-slide-nav-style-5.owl-theme .owl-nav .owl-next:hover {
	background-color: #2874f0;
	color: #fff;
}
.utf-slide-nav-style-5.owl-theme:hover .owl-nav .owl-prev {
	left: -10px;
	opacity: 1;
}
.utf-slide-nav-style-5.owl-theme:hover .owl-nav .owl-next {
	right: -10px;
	opacity: 1;
}
.blog_img .utf-slide-nav-style-5.owl-theme:hover .owl-nav .owl-prev {
	left: 10px;
	opacity: 1;
}
.blog_img .utf-slide-nav-style-5.owl-theme:hover .owl-nav .owl-next {
	right: 10px;
	opacity: 1;
}
.utf-dot-white.owl-theme .owl-dots .owl-dot span {
	border-color: #fff;
}
.utf-dot-white.owl-theme .owl-dots .owl-dot.active span, .utf-dot-white.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #fff;
}
.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
	opacity: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background-color: #fff;
}
.slick-prev {
	left: -50px;
	border-radius: 40px;
	opacity: 0;
}
.slick-next {
	right: -50px;
	border-radius: 40px;
	opacity: 0;
}
.slick-prev::before {
	content: "\f108";
	font-family: "Ionicons";
	color:#ffffff;
	opacity: 1;
	display: block;
	font-size: 22px;
}
.slick-next::before {
	content: "\f10b";
	font-family: "Ionicons";
	color:#ffffff;
	opacity: 1;
	display: block;
	font-size: 22px;
}
.slick-prev, .slick-next {
	height: 40px;
	width: 40px;
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
	background-color: #2874f0;
	z-index: 9;
	color:#ffffff;
	transition: all 0.5s ease-in-out;
}
.slick-prev:hover, .slick-next:hover {
	background-color: #2874f0;
}
.slick_slider:hover .slick-prev {
	opacity: 1;
	left: 0;
}
.slick_slider:hover .slick-next {
	opacity: 1;
	right: -2px;
}
.utf-social-icons [class*="sc_"] {
	color: #fff !important;
}
.utf-social-icons [class*="sc_"] i {
	transition: all 0.3s ease-in-out;
	display: block;
	line-height: 36px;
}
.utf-social-icons [class*="sc_"]:hover i {
	-webkit-animation: toLeftFromRight 0.3s forwards;
	-moz-animation: toLeftFromRight 0.3s forwards;
	animation: toLeftFromRight 0.3s forwards;
}
.sc_facebook {
	background-color: #3b5998 !important;
	border-color: #3b5998 !important;
}
.sc_gplus, .sc_google {
	background-color: #dd4b39 !important;
	border-color: #dd4b39 !important;
}
.sc_linkedin {
	background-color: #0e76a8 !important;
	border-color: #0e76a8 !important;
}
.sc_rss {
	background-color: #ee802f !important;
	border-color: #ee802f !important;
}
.sc_skype {
	background-color: #00aff0 !important;
	border-color: #00aff0 !important;
}
.sc_twitter {
	background-color: #00acee !important;
	border-color: #00acee !important;
}
.sc_youtube {
	background-color: #c4302b !important;
	border-color: #c4302b !important;
}
.sc_vimeo {
	background-color: #86c9ef !important;
	border-color: #86c9ef !important;
}
.sc_yahoo {
	background-color: #720e9e !important;
	border-color: #720e9e !important;
}
.sc_tumblr {
	background-color: #34526f !important;
	border-color: #34526f !important;
}
.sc_instagram {
	background-color: #3f729b !important;
	border-color: #3f729b !important;
}
.sc_whatsapp {
	background-color: #27C138 !important;
	border-color: #27C138 !important;
}
.sc_pinterest {
	background-color: #c8232c !important;
	border-color: #c8232c !important;
}
.sc_dribbble {
	background-color: #EA4C89 !important;
	border-color: #EA4C89 !important;
}
.sc_reddit {
	background-color: #C6C6C6 !important;
	border-color: #C6C6C6 !important;
}
.sc_github {
	background-color: #171515 !important;
	border-color: #171515 !important;
}
.sc_android {
	background-color: #A4C639 !important;
	border-color: #A4C639 !important;
}
.sc_windows {
	background-color: #00A7E7 !important;
	border-color: #00A7E7 !important;
}
.sc_tux {
	background-color: #C1C1C1 !important;
	border-color: #C1C1C1 !important;
}
.sc_delicious {
	background-color: #205cc0!important;
	border-color: #205cc0 !important;
}
.sc_paypal {
	background-color: #00588b!important;
	border-color: #00588b !important;
}
.sc_blogger {
	background-color: #fc4f08!important;
	border-color: #fc4f08!important;
}
.sc_flickr {
	background-color: #ff0084!important;
	border-color: #ff0084!important;
}
.sc_yahoo {
	background-color: #720e9e!important;
	border-color: #720e9e!important;
}
.sc_dropbox {
	background-color: #3d9ae8!important;
	border-color: #3d9ae8!important;
}
.sc_ebay {
	background-color: #89c507!important;
	border-color: #89c507!important;
}
.sc_wordpress {
	background-color: #1e8cbe!important;
	border-color: #1e8cbe !important;
}
.sc_yelp {
	background-color: #c41200!important;
}
blockquote {
	font-size: 20px;
	line-height: 34px;
}
blockquote p {
	line-height: 34px;
}
blockquote p:last-child {
	margin: 0;
}
.utf-blockquote-item-style {
	background-color:#F4F4F4;
	padding: 20px;
	border-left: 5px solid #2874f0;
	border-radius: 6px;
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 28px;
	margin-top: 5px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.utf-blockquote-item-style::before {
	content: "\f10e";
	position: absolute;
	left: 20px;
	top: 10px;
	color: #000;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 70px;
	opacity: 0.05;
	line-height: normal;
	pointer-events: none;
}
.utf-blockquote-item-style p {
	line-height: 28px;
}
.utf-blog-post-footer {
	padding-bottom: 30px;
	padding-top: 15px;
}
.utf-mdtp-wrapper {
	bottom: auto;
	top: 50%;
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}
.modal {
	padding-right: 0 !important;
}
.page_soon {
	font-size: 10px;
	color: #fff;
	padding: 0px 5px;
	border-radius: 20px;
	background-color: #28A745;
	text-transform: uppercase;
	font-weight: 600;
}
.alert .close {
	font-weight: normal;
	margin-left: 10px;
}
.utf-alert-style1 {
	border-radius: 0;
	border-left: 3px solid;
	padding: 20px;
	position: relative;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
}
.alert > i {
	margin-right: 5px;
	font-size: 18px;
	vertical-align: middle;
}
.utf-alert-style2 {
	border-radius: 20px;
	padding: 20px 20px;
	background-color: #fff;
	border-left: 3px solid;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-top: 0;
	border-bottom: 0;
	border-right: 3px solid;
}
.button_group .btn {
	margin-bottom: 20px;
}
.trading_img {
	margin-top: -40px;
}
.utf-term-conditions-area h4, .utf-term-conditions-area h5, .utf-term-conditions-area h6 {
	font-weight:600;
	margin-bottom: 15px;
}
.utf-term-conditions-area ul, .utf-term-conditions-area ol {
	padding-left: 15px;
}
.utf-term-conditions-area p, .utf-term-conditions-area li {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 28px;
	font-weight:500;
}
.utf-shop-subscribe-popup-area .modal-body {
	padding: 0;
}
.utf-shop-subscribe-popup-area .modal-content {
	border: 0;
	border-radius: 10px;
}
.utf-popup-content-item {
	padding:40px 30px;
	text-align: center;
	border: 10px solid rgba(0, 0, 0, 0.03);
	border-radius: 20px;
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15) inset;
}
.utf-shop-subscribe-popup-area .close {
	background:#2874f0;
	color:#ffffff;
	position: absolute;
	right: 0;
	left:0;
	margin:0 auto; 
	top: -15px;
	z-index: 9;
	opacity: 1;
	text-shadow: none;
	width: 36px;
	height: 36px;
	border-radius: 40px;
}
.utf-shop-subscribe-popup-area .close:hover{
	background:#484444;
	color:#ffffff;
	opacity: 1 !important;	
}
.utf-shop-subscribe-popup-area .close i {
	font-size: 30px;
}
.modal {
	z-index: 99999;
}
.modal-backdrop {
	z-index: 9999;
}

/*===================================*
	Dashboard Menu Style
*===================================*/
.utf-dashboard-menu-block {
	box-shadow: 0 3px 10px 0 #e9e9e9;
	border-radius:4px;
}
.utf-dashboard-menu-block .nav-tabs .nav-item {
    margin-bottom: 1px;
}
.utf-dashboard-menu-block .nav-tabs .nav-item:last-child{
    margin-bottom: 0px;
}
.utf-dashboard-menu-block .nav-tabs li.nav-item a {
	text-align: left;
	padding: 12px 15px;
	border-radius: 4px;
	font-weight: 600;
	background:#484e53;
	color: #ffffff;
}
.utf-dashboard-menu-block .nav-tabs li.nav-item:last-child a{
	border-bottom: 0px solid #efefef;
}
.utf-dashboard-menu-block .nav-tabs li.nav-item a.active {
	background-color: #2874f0;
	border-radius: 4px;
	color: #fff;
}
.utf-dashboard-menu-block .nav-tabs li.nav-item a.active i {
	background: #ffffff;
	color: #2874f0;
}
.utf-dashboard-menu-block .nav-tabs li.nav-item a i {
	font-size: 16px;
	vertical-align: middle;
	margin-right: 10px;
	line-height: 28px;
	background: #2874f0;
	width: 28px;
	height: 28px;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	color: #fff;
}
.utf-dashboard-content-detail {
	margin: 0;
}
.utf-dashboard-content-detail .card-header {
	background-color: #484e53;
	border-color: #f0f0f0;
	padding-top: 18px;
	padding-bottom: 18px;
	box-shadow:0 3px 12px rgba(0, 0, 0, 0.15);
}
.utf-dashboard-content-detail .card-header .utf-add-address-btn{
	float: right;
	position: absolute;
	top: 14px;
	right: 15px;
	font-size: 14px;
	padding: 3px 10px;
}
.utf-dashboard-content-detail #my-rating .btn, .utf-dashboard-content-detail #address .btn{
	font-size: 14px;
	padding: 4px 12px;
}
.utf-dashboard-content-detail .panel-heading{
	background-color: #484e53;
	border-color: #f0f0f0;
	padding: 10px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
	border-radius: 4px 4px 0 0;
}
.utf-dashboard-content-detail #save-bank-account .panel-heading h5{
	font-size: 16px;
	font-weight:600;
	margin-bottom: 5px;
	padding-left: 4px;
	margin-top: 4px;
	color: #fff;
}
.utf-dashboard-content-detail #save-bank-account .panel{
	border:1px solid #dee2e6;
	border-radius: 6px;
	margin-bottom:15px;
}
.utf-dashboard-content-detail #save-bank-account .panel:last-child{
	margin-bottom:0;
}
.utf-dashboard-content-detail .file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 54px;
    float: left;
    margin-right: 10px;
}
.utf-dashboard-content-detail .file input {
    width: 15rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}
.utf-dashboard-content-detail .file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 54px;
    padding: .5rem 1rem;
    line-height: 36px;
    color: #555;
    background-color: #fbfdff;
    border: 2px solid #dde6ef;
    border-radius: .25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.utf-dashboard-content-detail .file-custom::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    z-index: 6;
    display: block;
    content: "Browse";
    height: 50px;
    padding: .5rem 1rem;
    line-height: 34px;
	font-weight:400;
    color: #555;
    background-color: #eee;
    border: 0;
    border-radius: 0;
}
.utf-dashboard-content-detail .file-custom::after {
    content: "Choose File..";
    padding-left: 0;
	top: -1px;
	position: relative;
	font-weight: 500;
}
.utf-dashboard-content-detail img.fileupload_img{
	width:50px;
	height:50px;
	margin-top:32px;
	border:2px solid #e5e5e5;
	border-radius:4px;
}
.utf-dashboard-content-detail .remove_profile{
    background: #ebebec;
	padding: 0px 11px;
	border-radius: 30px;
	text-align: center;
	color: #292b2c;
	font-size: 24px;
	line-height: 20px;
	margin-top: 40px;
	top: 22px;
	position: relative;
}
.utf-dashboard-content-detail #save-bank-account .panel .table tbody tr:last-child td{
	padding-bottom:.75rem;
}
.utf-dashboard-content-detail #save-bank-account .panel-heading .pull-right {
    text-align: right;
}
.utf-dashboard-content-detail #save-bank-account .panel-heading .pull-right .btn{
	padding:2px 10px;
	font-size:14px;
}
.utf-dashboard-content-detail .card-header * {
	margin: 0;
	color:#ffffff;
	font-weight: 600;
	font-size: 18px;
}
.utf-dashboard-content-detail .card {
	border-radius: 6px;
	border: 0;
	box-shadow: 0 3px 10px 0 #e9e9e9;
}
.utf-dashboard-content-detail .card-body p:last-child {
	margin: 0;
}
.utf-dashboard-content-detail .table {
	margin: 0;
}
.utf-dashboard-content-detail .table thead th {
	border: 0;
	padding-top: 0;
	font-weight: 600;
}
.utf-dashboard-content-detail .table tbody tr:last-child td {
	padding-bottom: 0;
}
.utf-dashboard-content-detail .table tbody tr td {
	vertical-align: middle;
	white-space: nowrap;
	font-weight: 500;
}
.utf-dashboard-content-detail address {
    font-weight: 300;
}
.utf-dashboard-content-detail span.btn-label-address{
	font-size: 12px;
	font-weight: 600;
	background: #e8e8e8;
	margin: 0 2px;
	margin-bottom: 0px;
	padding: 2px 8px;
	border-radius: 4px;
	margin-bottom: 5px;
	right: 15px;
	position: absolute;
}
.utf-dashboard-content-detail label {
	color: #595959;
}
.utf-dashboard-content-detail label .required {
	color: #ff0000;
}
.utf-dashboard-content-detail .utf-order-billing-address-list .card-body:nth-child(even){
	background:#ffffff;
}
.utf-dashboard-content-detail .utf-order-billing-address-list .card-body:nth-child(odd){
	background:#f7f8fb;
}
.utf-dashboard-content-detail .utf-order-billing-address-list .card-body{
	margin-bottom: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.utf-dashboard-content-detail .utf-order-billing-address-list .card-body:last-child{
	margin-bottom: 0px;
	border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}

/*Demo Switcher Css*/
span.statcounter {
	display: none;
}
.demo > ul > li > a {
	font-size: 22px;
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	transition: all 0.5s ease-in-out;
}
.demo > ul > li > a.menu_icon {
	line-height: 44px;
	font-size: 25px;
}
.bg-green {
	background-color: #73e080;
}
.bg-red {
	background-color: #f94551;
}
.demo li {
	position: relative;
}
.demo > ul > li > a.demo_icon.switch-active {
	position: relative;
	transition: all 0.5s ease-in-out;
	-moz-transform: translateX(-360px);
	-webkit-transform: translateX(-360px);
	transform: translateX(-360px);
}
.demo > ul > li > a.demo_icon.switch-active i::before {
	content: "\f129";
	font-size: 20px;
	vertical-align: middle;
}
.demo > ul > li > a.menu_icon.switch-active {
	line-height: 36px;
}
.demo_list h5 {
	margin: 10px 0;
}
.demo li.switch-active .color_icon {
	transition: all 0.5s ease-in-out;
	-moz-transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
}
.switch-active {
	right: 0;
}
.default {
	background-color: #2874f0;
}
.orange {
	background-color: #FF9F54;
}
.red {
	background-color: #F0222C;
}
.yellow {
	background-color: #FFBB00;
}
.pink {
	background-color: #E53153;
}
.demo_list li a span {
	position: absolute;
	left: 0;
	right: 0;
	color: #fff;
	z-index: 9;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-shadow: 0 0 4px rgba(0,0,0,0.8);
	opacity: 0;
	padding: 0 10px;
	transition: all 0.5s ease-in-out;
}
.demo_list li a:hover span {
	opacity: 1;
}
@media only screen and (max-width: 480px) {
.demo_list {
	right: -270px;
	max-width: 270px;
}
.demo > ul > li > a.demo_icon.switch-active {
	-moz-transform: translateX(-270px);
	-webkit-transform: translateX(-270px);
	transform: translateX(-270px);
}
}

/*===================================*
	Review Rating Style
*===================================*/
.utf-review-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.utf-total-rating {
    margin-right: 50px;
}
.utf-trating-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.utf-trating-number .avrage {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
	color:#424242;
}
.utf-trating-number .from {
    font-size: 34px;
    line-height: 28px;
    padding-top: 7px;
    margin-left: 4px;
	font-weight:700;
	color:#424242;
}
.utf-rating-star span {
    font-size: 16px;
	color: #ff8a00;
	background: #eaeaea;
	border-radius: 4px;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 22px;
}
.utf-trating-count {
    color: #7B7B7B;
	font-size: 14px;
	line-height: 28px;
	font-weight: 600;
}
.utf-rating-point-box {
    width: 150px;
    height: 8px;
    background: #DEE2E6;
    margin-left: 14px;
    margin-right: 8px;
    border-radius: 10px;
}
.utf-rating-point-box span {
    height: 8px;
    background: #ff8a00;
    display: block;
    width: 0;
	border-radius: 10px;
}
.utf-rating-count {
    font-size: 14px;
    margin-left: 9px;
    margin-bottom: 0;
    color: #687188;
}

/*===================================*
	Dashboard Listing Style
*===================================*/
#utf-dashboard-listing-block {
    display: block;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
#utf-dashboard-listing-block .statusbox {
    background: #ffffff;
    padding: 0;
    margin-bottom: 25px;
    box-shadow: 0 3px 10px 0 #e9e9e9;
    border-radius: 6px;
}
#utf-dashboard-listing-block .statusbox h3 {
    background: #484e53;
    border-radius: 4px 4px 0 0;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    line-height: 30px;
    margin: 0;
	box-shadow:0 2px 12px rgba(48,48,48,0.3);
}
#utf-dashboard-listing-block .utf-statusbox-content {
    padding: 25px 0;
    text-align: center;
}
#utf-dashboard-listing-block .statusbox .utf-statusbox-content .utf-ic-status-item {
    display: inline-block;
    text-align: center;
    margin: 0 auto 15px auto;
}
#utf-dashboard-listing-block .statusbox .utf-statusbox-content .utf-ic-status-item i {
    border-radius: 50px;
	font-size: 40px;
	height: 80px;
	line-height: 76px;
	text-align: center;
	vertical-align: middle;
	width: 80px;
	box-shadow: 0 0px 7px rgba(0, 0, 0, 0.08);
	display: block;
}
#utf-dashboard-listing-block .statusbox .utf-statusbox-content .utf-ic-col-one i {
    background: #d5f6fd;
    border: 2px solid #0e8bcb;
    color: #0e8bcb;
}
#utf-dashboard-listing-block .statusbox .utf-statusbox-content .utf-ic-col-two i {
    background: #ffe2ec;
    border: 2px solid #fd6b9c;
    color: #fd6b9c;
}
#utf-dashboard-listing-block .statusbox .utf-statusbox-content .utf-ic-col-three i {
    background: #e3e0f3;
    border: 2px solid #7264bc;
    color: #7264bc;
}
#utf-dashboard-listing-block .utf-statusbox-content h2 {
    color: #3c3c3c;
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	text-transform: capitalize;
}
#utf-dashboard-listing-block .utf-statusbox-content span {
    color: rgba(54, 54, 54, 0.6);
    display: block;
    font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
}
.utf-account-profile-block {
	background:#2874f0;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.15);
	border: 4px solid rgba(255, 255, 255, 0.3);
	border-radius:8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px;
}
.utf-acprof-img {
    width: 50px;
    padding: 2px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}
.utf-acprof-img img {
    width: 100%;
	border-radius: 50px;
}
.utf-acprof-cont {
    padding-left: 16px;
}
.utf-acprof-cont p {
    font-size: 14px;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 600;
	line-height:26px;
	color: #f9f9f9;
}
.utf-acprof-cont h4, .utf-acprof-cont h4 a {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
	color: #ffffff;
}
.utf-single-profile-record-view {
    border: 1px solid #dde6ef;
    margin-top: 20px;
    padding: 20px;
	display: -ms-grid;
    display: grid;
	border-radius:4px;
    -ms-grid-columns: (1fr)[4] 130px;
    grid-template-columns: repeat(4, 1fr) 130px;
    grid-row-gap: 24px;
    padding-bottom: 22px;
}
.shadow_sm {
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
}
.text-green {
    color: #08B54C !important;
}
.text-red {
    color: #2874f0 !important;
}
.text-orange {
    color: #FF890C !important;
}
.prorder_img {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prorder_img img {
   width: 70px;
	height: 70px;
	object-fit: cover;
	margin-right: 10px;
	border-radius: 4px;
}
.prorder_btn {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 6;
    -ms-grid-row-align: center;
    align-self: center;
	text-align:right;
}
.prorder_txt h5 {
    font-size: 16px;
	font-weight: 600;
    margin-bottom: 5px;
}
.prorder_txt p {
    font-size: 15px;
    margin: 0;
}
.utf-single-prof-info {
	background:#ffffff;
    padding: 24px;
    min-height: 170px;
	border-radius: 6px;
	border: 0;
	margin-bottom:25px;
	box-shadow:0 3px 10px 0 #e9e9e9;
}
.utf-prof-info-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}
.utf-prof-info-title h4 {
    margin: 0;
    font-size: 18px;
	font-weight: 600;
    line-height: 24px;
}
.utf-prof-info-title a {
    color: #2874f0;
	font-weight: 600;
}
.utf-prfo-info-cont p {
    margin-bottom: 0px;
}
.text-semibold {
    font-weight: 600 !important;
}
.utf-prfo-info-cont p {
    margin-bottom: 0px;
}

/*===================================*
	Popup Tabs Style
*===================================*/
#utf-signin-dialog-block, #small-dialog-1, #small-dialog-2, #small-dialog-3, #small-dialog-4, #small-dialog {
	background: #fff;
	padding: 40px;
	padding-top: 0;
	text-align: left;
	max-width: 610px;
	margin: 40px auto;
	position: relative;
	box-sizing: border-box;
	border-radius: 4px;
	max-width: 550px;
}
#utf-signin-dialog-block-1 span.line, #utf-signin-dialog-block-2 span.line, #utf-signin-dialog-block-3 span.line, #utf-signin-dialog-block-4 span.line, #utf-signin-dialog-block span.line, #small-dialog span.line {
	padding-top: 0;
}
.utf-signin-form-part ul.utf-popup-tabs-nav-item li{
	width:50%;
	text-align:center;
}
.utf-signin-form-part ul.utf-popup-tabs-nav-item li a{
	width:100%;
	padding-left:15px;
	padding-right:15px;
}
#utf-signin-dialog-block.dialog-with-tabs .mfp-close{
	top: -30px !important;
	right: 0;
	left: 0;
	color: #ffffff !important;
	background-color: #2874f0 !important;
	margin: 0 auto;
}
#utf-signin-dialog-block.dialog-with-tabs .mfp-close:hover{
	opacity:0.7;
}
.utf-popup-tabs-nav-item {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	height: 62px;
	background: #2874f0;
	border-radius: 4px 4px 0 0;
}
.utf-signin-form-part::before {
    content: '';
    width: 100%;
	background: #2874f0;
    height: 30px;
    position: absolute;
    top: -10px;
    left: 0;
    opacity: .9;
	z-index:-1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}
.utf-popup-tabs-nav-item li {
	float: left;
	line-height: 62px;
	height: 62px;
	padding: 0;
	margin-right: 0;
	position: relative;
}
.utf-signin-form-part .checkbox {
	display: inline-block;
	margin-bottom: 0;
}
.utf-signin-form-part .checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.utf-signin-form-part .checkbox label {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
	line-height: 25px;
	font-weight: 500;
}
.utf-signin-form-part .checkbox label span.checkbox-icon {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #b4b4b4;
	height: 20px;
	width: 20px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 40px;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 2px;
}
.utf-signin-form-part .checkbox input + label span.checkbox-icon:after {
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	content: '';
	display: block;
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: scale(0.5) rotate(45deg);
	transition: all 0.35s cubic-bezier(0.3, -.41, .19, 2), opacity 0.3s;
}
.utf-signin-form-part .checkbox input:checked + label span.checkbox-icon {
	border-color: #2874f0;
	background-color: #2874f0;
}
.utf-signin-form-part .checkbox input:checked + label span.checkbox-icon:after {
	transform: scale(1) rotate(45deg);
	opacity: 1;
}
.utf-popup-tabs-nav-item li:first-child a {
	border-radius: 4px 0 0 0;
}
.utf-popup-tabs-nav-item li a, .popup-tab-reviews {
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.utf-popup-tabs-nav-item li a {
	border: none;
	color: #ffffff;
	display: inline-block;
	outline: none;
	padding: 0;
	text-decoration: none;
	font-size: 16px;
	z-index: 10;
	position: relative;
	height: 100%;
	padding: 0 30px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.3s, font-weight 0s;
}
.utf-popup-tabs-nav-item li.active {
	background-color: #fff;
	position: relative;
}
.utf-popup-tabs-nav-item li a:hover {
	height: calc(100% - 0px);
	color: #fff;
}
.utf-popup-tabs-nav-item li.active a:hover{
	background-color: #fff;
	border-bottom: 0px solid #2874f0;
}
.utf-popup-tabs-nav-item li.active {
	background-color: #fff;
	border-bottom: 2px solid #2874f0;
}
.utf-popup-tabs-nav-item li.active a {
	color: #66676b;
	font-weight: 600;
	text-transform: uppercase;
}
.utf-popup-tabs-nav-item li:first-child.active {
	border-left: none;
	border-radius: 4px 0 0 0;
}
.utf-popup-tab-content-item {
	padding:30px 25px;
	position: static;
	z-index: 10;
	display: inline-block;
	width: 100%;
}
#small-dialog .utf-signin-form-part h4.modal-title {
    color: #ffffff;
	margin: 17px 10px 19px 25px;
	width: 80%;
	font-weight: 700;
	font-size: 22px;
	position: relative;
	top: 17px;
}
#small-dialog-1 .utf-signin-form-part h4.modal-title, #small-dialog-2 .utf-signin-form-part h4.modal-title, #small-dialog-3 .utf-signin-form-part h4.modal-title {
    color: #ffffff;
	margin: 17px 10px 18px 20px;
	width: 80%;
	font-weight: 700;
	font-size: 22px;
	position: relative;
	top: 17px;
}
#small-dialog .utf-signin-form-part li.modal-title, #small-dialog-1 .utf-signin-form-part li.modal-title, #small-dialog-2 .utf-signin-form-part li.modal-title{
	color: #ffffff;
	width: 80%;
	font-weight: 700;
	font-size: 22px;
	position: relative;
	top: 0;
	background: transparent;
	text-align: left;
	padding: 0 25px;
	word-break: break-all;
}
.utf-popup-container-part-tabs {
	overflow: hidden;
	width: 100%;
}
.utf-popup-tab-content-item p:last-child {
	margin-bottom: 0;
}
.dialog-with-tabs#utf-signin-dialog-block, .dialog-with-tabs#small-dialog-1, .dialog-with-tabs#small-dialog-2, .dialog-with-tabs#small-dialog-3, .dialog-with-tabs#small-dialog-4, .dialog-with-tabs#small-dialog {
	padding: 0;
	color: #666;
	max-width: 540px;
	box-shadow: 0 0 25px rgba(0,0,0,0.25);
}
#utf-signin-dialog-block.dialog-with-tabs .mfp-close, #small-dialog.dialog-with-tabs .mfp-close, #small-dialog-1.dialog-with-tabs .mfp-close, #small-dialog-2.dialog-with-tabs .mfp-close, #small-dialog-3.dialog-with-tabs .mfp-close, #small-dialog-4.dialog-with-tabs .mfp-close {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 40px;
	top: 10px;
	right:0px;
	width: 40px;
	height: 40px;
	opacity:1;
}
#utf-signin-dialog-block.dialog-with-tabs .mfp-close:hover, #small-dialog-1.dialog-with-tabs .mfp-close:hover, #small-dialog-2.dialog-with-tabs .mfp-close:hover, #small-dialog-3.dialog-with-tabs .mfp-close:hover, #small-dialog-4.dialog-with-tabs .mfp-close:hover, #small-dialog.dialog-with-tabs .mfp-close:hover {
	color: #ff8a00;
	background-color: #ffffff;
}
.dialog-with-tabs .mfp-close:before, .dialog-with-tabs .mfp-close:before {
	font-size: 24px;
}
.dialog-with-tabs input:-webkit-autofill, .dialog-with-tabs input:focus:-webkit-autofill {
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: inset 0 0 0px 9999px white, 0 1px 4px rgba(0,0,0,0.07);
}
.dialog-with-tabs input {
	margin-bottom: 18px;
}
.dialog-with-tabs .forgot-password {
	font-size: 16px;
	color: #666;
	margin-top: -7px;
	display: block;	
}
.utf-popup-tab-content-item a.forgot-password{
	text-align: right;
	position: relative;
	float: right;
	top: 6px;
	font-weight: 500;
}
.utf-popup-tab-content-item a.forgot-password:hover{
	color:#2874f0
}
.utf-login-register-page-aera{
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
	padding:30px;
}
.utf-login-register-page-aera a.forgot-password{
	text-align: right;
	position: relative;
	float: right;
	top: 10px;
	color:#666;
}
.utf-login-register-page-aera a.forgot-password:hover{
	color:#ff8a00
}
.utf-login-register-page-aera .utf-account-type{
	display:flex;
	width:calc(100% + 0px);
	background:#fbfdff;
	padding: 5px;
	border:1px solid #dde6ef;
	border-radius: 5px;
	margin-bottom: 20px;
	box-shadow:0 1px 4px 0px rgba(0, 0, 0, 0.12);
}
.utf-login-register-page-aera .utf-account-type div{
	margin:8px;
}
.utf-login-register-page-aera .utf-account-type div label.utf-ripple-effect-dark{
	margin-bottom:0;
}
.dialog-with-tabs .forgot-password:hover {
	color: #66676b;
}
.dialog-with-tabs .button {
	height: 48px;
	width: 100% !important;
	margin-top: 10px;
	box-shadow: 0 4px 12px rgba(102,103,107,0.15);
}
.utf-welcome-text-item {
	display: block;
	text-align: center;
	color: #808080;
	margin-bottom: 25px;
}
.utf-welcome-text-item h3 {
	display: block;
	font-weight: 600;
	color: #333;
	font-size: 24px;
	margin: 0;
	padding: 0;
}
.utf-welcome-text-item span a, #utf-register-account-form .checkbox label a {
	font-weight: 500;
	color:#2874f0;
}
.utf-welcome-text-item span a:hover, #utf-register-account-form .checkbox label a:hover{
	color:#333333;
}
.utf-welcome-text-item span {
	display: block;
	margin-top: 6px;
	line-height:22px;
	font-weight: 500;
}
.utf-social-login-separator-item {
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
	margin: 36px 0 22px 0;
	height: 1px;
}
.utf-social-login-separator-item:before {
	width: 100%;
	content: "";
	height: 1px;
	display: block;
	background-color: #e0e0e0;
	position: absolute;
	top: 0;
}
.utf-social-login-separator-item span {
	background-color: #fff;
	position: absolute;
	top: -16px;
	padding: 4px 15px;
	color: #808080;
	border: 1px solid #e0e0e0;
	width: max-content;
	height: 32px;
	border-radius: 30px;
	line-height: 22px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.utf-social-login-buttons-block {
	display: flex;
	width: calc(100% + 0px)
}
.utf-social-login-buttons-block button {
	flex: 1;
	text-align: center;
	border: 2px solid #333;
	color: #333;
	border-radius: 4px;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 16px;
	padding: 10px 5px;
	font-weight:600;
	max-width: 50%;
	transition: 0.3s;
	box-shadow:0 2px 7px 0px rgba(0, 0, 0, 0.2);
}
.utf-social-login-buttons-block button:last-child{
	margin-right:0;
}
.utf-social-login-buttons-block button:hover {
	background-color: #333;
	color: #fff;
}
.utf-social-login-buttons-block button i {
	position: relative;
	top: 1px;
	margin-right: 7px;
	font-size: 15px;
}
.utf-social-login-buttons-block .facebook-login {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff;
}
.utf-social-login-buttons-block .facebook-login:hover {
	background:transparent;
	border-color: #3b5998;
	color: #3b5998;
}
.utf-social-login-buttons-block .google-login {
	background-color: #dd4b39;
	border-color: #dd4b39;
	color: #fff;
}
.utf-social-login-buttons-block .google-login:hover {
	background:transparent;
	border-color: #dd4b39;
	color: #dd4b39;
}
.utf-social-login-buttons-block .twitter-login {
	background-color: #00acee;
	border-color: #00acee;
	color: #fff;
}
.utf-social-login-buttons-block .twitter-login:hover {
	background:transparent;
	border-color: #00acee;
	color: #00acee;
}
 @media (max-width: 768px) {
.utf-social-login-separator-item {
	margin-bottom: 25px;
}
}
#utf-signin-dialog-block .utf-account-type {
	display: flex;
	width: calc(100% + 0px);
	background: #fbfdff;
	padding: 5px 8px;
	border-radius: 5px;
	border:1px solid #dde6ef;
	margin-bottom: 20px;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}
#utf-signin-dialog-block .utf-account-type div {
    margin: 10px 5px;
}
#utf-signin-dialog-block .utf-account-type div label{
	margin-bottom:0;
}
.utf-account-type {
	display: inline-block;
	width: calc(100% + 20px);
	margin: 0;
}
.utf-account-type div {
	flex: 1;
	margin-right: 20px;
}
.utf-account-type label {
	border-radius: 3px;
	border: none;
	background-color: #f2f2f2;
	width: 100%;
}
.utf-account-type input.utf-account-type-radio:empty {
	display: none;
}
.utf-account-type label i {
	position: relative;
	font-size: 18px;
	top: 2px;
	margin-right: 2px;
}
.utf-account-type input.utf-account-type-radio:empty ~ label {
	position: relative;
	float: left;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 4px;
	color: #888;
	transition: 0.4s;
	height: 48px;
	line-height: 28px;
	overflow: hidden;
}
.utf-account-type input.utf-account-type-radio ~ label:hover {
	color: #ffffff;
	background-color: #ff8a00;
}
.utf-account-type input.utf-account-type-radio:checked ~ label {
	color: #fff;
	background-color: #ff8a00;
}
.utf-account-type input.utf-account-type-radio:empty ~ label:after, .utf-account-type input.utf-account-type-radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 48px;
	border-radius: 4px;
	font-size: 22px;
	background: transparent;
	z-index: 100;
	opacity: 0;
}
.utf-account-type .utf-ripple-effect-dark span.ripple-overlay {
	animation: ripple 1.2s;
	opacity: 0.03;
}
@keyframes typeCheck {
 0% {
opacity: 0;
transform: translateY(10px);
}
 50% {
opacity: 1;
transform: translateY(0px);
}
 100% {
opacity: 0;
transform: translateY(-10px);
}
}
 @keyframes typeBG {
 0% {
opacity: 0;
}
 50% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
@media (max-width: 479px) {
.utf-popup-tab-content-item {
    padding: 30px 20px;
}
.utf-social-login-buttons-block {
    display: inline-block;
}
.utf-social-login-buttons-block button {
    width: 100%;
    max-width: 100%;
}
}
.utf-boxed-list-headline-item {
    background-color: #424242;
    border-radius: 4px;
    padding: 15px 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.utf-boxed-list-headline-item h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 600;
}

/*===================================*
	Icon Style
*===================================*/
.icon-set-container {
    display: block;
    width: calc(100% + 30px);
    left: -15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.glyph.fs1 {
    position: relative;
    font-size: 20px;
    margin: 10px;
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-radius: 6px;
    flex: 1 1 calc(33.3% - 30px);
    align-content: center;
    justify-content: center;
    display: inline-block !important;
    flex-direction: column;
    padding: 15px;
    transition: 0.3s;
    color: #666;
}
.glyph.fs1:hover {
    transform: scale(1.02);
    background-color: #2874f0;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.glyph.fs1 span:not([class*="mls"]) {
    vertical-align: middle;
    top: -6px;
    height: 40px;
    width: 40px;
    background: rgba(0,0,0,0.04);
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.glyph.fs1 .mls:not([class*="icon-"]) {
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    top: 0;
    vertical-align: middle;
    padding-left: 55px;
}
.glyph.fs1:hover span:not([class*="mls"]) {
    background-color: #fff;
    color: #333;
}
.glyph.fs1:hover {
    color: #fff;
}

/*===================================*
	User Menu Style
*===================================*/
.user-menu {
	padding: 0;
}
.utf-header-notifications.user-menu {
	margin: 0 -5px;
}
.user-menu .utf-header-notifications-trigger, .user-menu .utf-header-notifications-trigger a {
	top: 50%;
}
.user-profile-title .user-name::after {
    content: "\e957";
    font-family: "Material-Icons";
    transition: 0.2s;
    transform: rotate(0deg);
    display: inline-block;
    margin-left: 3px;
    color: #ffffff;
}
.user-menu.active .user-name::after {
    transform: rotate(180deg);
}
.user-menu .utf-header-notifications-dropdown-block {
	top: calc(100% - -10px);
	width: 220px;
	right: 0px;
}
.user-menu .utf-header-notifications-dropdown-block:before {
	right: 3px;
}
.utf-header-notifications.active .utf-header-notifications-dropdown-block {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.utf-header-notifications-dropdown-block {
    width: 360px;
    border-radius: 4px;
    box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
    background-color: #fff;
    padding: 0;
	border:4px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    top: calc(100% - 10px);
    right: -15px;
    text-align: left;
    z-index: 100;
    transform: scale(0.95);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    pointer-events: none;
}
.notification-avatar {
	position: relative;
}
.status-icon, .notification-avatar:after, .user-avatar:after {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	background-color: #c0c0c0;
	top:0px;
	right:0px;
	display: block;
	border: 2px solid #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	border-radius: 50%;
}
.notification-avatar:after {
	width: 12px;
	height: 12px;
}
.status-icon.status-online, .status-online:after {
	background-color: #25c848;
}
.status-icon.status-offline, .status-offline:after {
	background-color: #c0c0c0;
}
.user-avatar {
	display: inline-block;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	position: relative;
}
.user-avatar img {
	width: 100%;
	display: inline-block;
	border-radius: 50%;
	object-fit: cover;
	border:3px solid rgba(0, 0, 0, 0.08);
	image-rendering: -webkit-optimize-contrast;
}
.utf-transparent-header-block .user-avatar img {
	border:3px solid rgba(255, 255, 255, 0.4);	
}
ul.utf-user-menu-dropdown-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	padding:0;	
}
ul.utf-user-menu-dropdown-nav li:first-child{
	border-top:0;
}
ul.utf-user-menu-dropdown-nav li {
	margin: 0;
	padding:7px;
	border-top:1px solid rgba(0, 0, 0, 0.05);
}
ul.utf-user-menu-dropdown-nav li:last-child{
	border-bottom:0;
}
ul.utf-user-menu-dropdown-nav li a {
	display: block;
	padding: 2px 0;
	font-size: 14px;
	font-weight:600;
	color: #323232;
	transition: 0.3s;
}
ul.utf-user-menu-dropdown-nav li a i {
	background:rgba(0, 0, 0, 0.06);
	font-size: 16px;
	position: relative;
	top: 1px;
	padding:6px;
	border-radius:30px;
	margin-right: 5px;
	color: #666;
	-webkit-font-smoothing: antialiased;
	transition: 0.3s;
}
ul.utf-user-menu-dropdown-nav li a:hover, ul.utf-user-menu-dropdown-nav li a:hover i {
	color: #66676b;
}
ul.utf-user-menu-dropdown-nav li a:hover, ul.utf-user-menu-dropdown-nav li a:hover i{
	color:#2874f0;
}
.user-status {
	padding:20px 15px;
	border-bottom: 1px solid #e6e6e6;
}
.user-details {
	display: flex;
}
.user-name {
	font-weight: 500;
	color: #333;
	line-height: 20px;
	padding: 2px 0 0 15px;
}
.user-profile-title .user-name {
	font-weight: 700;
	color: #ffffff;
	line-height: 20px;
	padding: 3px 0px 0 5px;
	display:inline-block;
	font-size:14px;
}
.user-details span {
	display: block;
	font-size: 14.7px;
	color: #888;
	font-weight: 500;
}
body .utf-transparent-header-block .user-profile-title .user-name {
	color:#ffffff;
}
.status-switch {
	background-color: #eee;
	width: 100%;
	display: block;
	border-radius: 4px;
	height: 36px;
	padding: 0;
	position: relative;
	zoom: 1;
	margin-top: 20px;
}
.status-switch:before, .status-switch:after {
	content: " ";
	display: table;
}
.status-switch label {
	float: left;
	width: 50%;
	position: relative;
	z-index: 2;
	line-height: 36px;
	cursor: pointer;
	color: #888;
	font-size: 14.7px;
	text-align: center;
	transition: 0.3s;
	margin: 0;
}
.status-switch span.status-indicator {
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	display: block;
	border-radius: 4px 0 0 4px;
	background-color: #38b653;
	box-shadow: 0 0 5px 1px rgba(56,182,83,0.3);
	transition: all 0.4s cubic-bezier(0.3, -.41, .19, 1.3), background-color 0.2s linear;
}
.status-switch span.right {
	left: 50%;
	border-radius: 0 4px 4px 0;
	background-color: #333;
	box-shadow: none;
	color: #fff;
}
.status-switch label.current-status {
	color: #fff;
}
.utf-photo-section-block {
    background-size: cover;
    background-position: 50%;
    display: block;
    position: relative;
}
.utf-photo-section-block::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.85;
    display: block;
    position: absolute;
    top: 0;
}
.text-content {
    background: transparent;
    padding: 90px 0px 0 0;
    font-weight: 500;
    z-index: 99;
    position: relative;
}
.text-content.white-font, .text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content.white-font h1, .text-content.white-font h2, .text-content.white-font h3, .text-content.white-font h4, .text-content.white-font h5 {
    color: #fff;
}
.text-content h2 {
    margin-bottom: 10px;
    line-height: 46px;
    font-size: 34px;
    font-weight: 700;
}
.text-content p{
	color:#ffffff;
	margin-bottom: 15px;
}
ul.utf-download-text {
    float: left;
    width: 100%;
    margin: 0;
        margin-bottom: 0px;
    padding: 0;
    margin-bottom: 20px;
    list-style-type: none;
}
ul.utf-download-text li {
    float: left;
    margin: 0;
    margin-top: 15px;
    transition: 0.35s;
}
ul.utf-download-text li a {
	float: left;
	background: rgba(255, 255, 255, 0.15);
	width: 175px;
	height: 65px;
	border-radius: 4px;
	margin-right: 25px;
	padding-left: 62px;
	color: #ffffff;
	position: relative;
	padding-top: 10px;
	transition: 0.35s;
}
ul.utf-download-text li a i {
    position: absolute;
    left: 15px;
	top: 12px;
	font-size: 40px;
}
ul.utf-download-text li a span {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}
ul.utf-download-text li a p {
    float: left;
    width: 100%;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}
ul.utf-download-text li a:hover {
    background: #2874f0;
    transform: scale(1.04);
    transition: 0.35s;
}
.utf-cta-area-item {
    padding-top: 0px;
    position: relative;
}
.utf-cta-block-area-2 {
    background-color: transparent;
    padding-bottom: 0;
    margin-bottom: -95px;
    z-index: 99;
}
.utf-cta-block-area-2 .utf-subscribe-block-item {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	border-radius: 8px;
	padding: 35px 40px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-box-shadow: 0 10px 40px rgba(82,85,90,0.4);
	-moz-box-shadow: 0 10px 40px rgba(82,85,90,0.4);
	box-shadow: 0 10px 40px rgba(82,85,90,0.4);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.utf-subscribe-overlay{
	background-color: rgba(12, 16, 23, 0.85);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}
.utf-cta-block-area-2 .utf-subscribe-block-item::before {
    content: "\e900";
}
.utf-cta-block-area-2 .utf-subscribe-block-item::before {
    position: absolute;
    top: -15px;
    left: 0;
    color: rgba(128,137,150,0.2);
    font-family: 'Material-Icons';
    font-size: 140px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
}
.utf-cta-block-area-2 .utf-subscribe-block-item .section-heading .utf-sec-title-item2 {
    margin-bottom: 7px;
    margin-top: 18px;
    line-height: 34px;
	z-index:3;
}
.section-heading .utf-sec-title-item {
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-top: 5px;
}
.section-heading .utf-sec-title-item::before {
    position: absolute;
    content: "\e902";
    font-family: 'Material-Icons';
    top: -44px;
    left: -30px;
    color: #ffffff;
    font-size: 20px;
}
.utf-cta-area-item .section-heading .utf-sec-meta {
    width: 100%;
}
.utf-theme-btn {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    padding: 14px 25px;
    text-transform: uppercase;
    background-color: #fb641b;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    position: relative;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.utf-ts-banner.text-center .banner-wrapper {
    text-align: center;
	margin:15px 0;
}
.utf-ts-banner .banner-wrapper {
    position: relative;
}
.utf-ts-banner .banner-wrapper > a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
}
.utf-ts-banner .banner-wrapper .banner-bg {
    overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.utf-ts-banner .banner-wrapper .banner-bg .bg-content::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
    transition: all 0.5s ease-in-out;
    content: "";
	border-radius: 10px;
    background:rgba(0, 0, 0, 1);
    width: 100%;
    height: 100%;
    z-index: 1;	
}
.utf-ts-banner .banner-bg img {
    height: 300px;
}
.utf-ts-banner .bg-content img {
    transition: 500ms ease;
}
.utf-ts-banner .banner-bg img {
    position: relative;
    margin: 0 auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.utf-ts-banner:not(.text-under-image) .box-content {
    position: absolute;
    z-index: 2;
    display: table;
    transition: 300ms ease 0s;
}
.center-bottom .box-content {
    text-align: center;
    left: 0;
	right: 0;
	top: 50%;
	bottom: 0;
	width: 100%;
	margin-top: -55px;
}
.utf-ts-banner .box-content h2, .utf-ts-banner h6, .utf-ts-banner .description, .utf-ts-banners .utf-ts-banner-button a {
    color: #FFF;
}
.utf-ts-banner .box-content h6 {
    font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color:#d2d2d2;
}
.utf-ts-banner .box-content h2 {
    font-size: 28px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom:20px;
}
.utf-ts-banner.style-arrow.center-top .utf-ts-banner-button, .utf-ts-banner.style-arrow.center-bottom .utf-ts-banner-button, .utf-ts-banner.style-arrow.center-center .utf-ts-banner-button, .utf-ts-banner.style-arrow.text-center .utf-ts-banner-button {
    transform: translateX(50%) translateX(-60px);
    transition: transform 350ms ease;
}
.utf-ts-banner .utf-ts-banner-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    background: #fb641b;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    left: 0;
    right: 0;
}
.utf-ts-banner.style-arrow .utf-ts-banner-button .button {
    min-width: 0;
    font-size: 100%;
    line-height: 18px;
	color: #fff;
    background: transparent;
    padding: 10px 15px;
    text-align: left;
    border-radius: 0;
    -webkit-transform: translateX(-100%) translateX(22px);
    transform: translateX(-100%) translateX(22px);
    transition: transform 350ms ease;
}
.utf-ts-banner.style-arrow .utf-ts-banner-button .button span.icon {
    width: 22px;
    height: 12px;
    vertical-align: middle;
	position: relative;
}
.utf-ts-banner.style-arrow .utf-ts-banner-button .button span.icon i {
    color:#ffffff;
	font-size:16px;
}
.utf-ts-banner.style-arrow.center-top:hover .utf-ts-banner-button, .utf-ts-banner.style-arrow.center-bottom:hover .utf-ts-banner-button, .utf-ts-banner.style-arrow.center-center:hover .utf-ts-banner-button, .utf-ts-banner.style-arrow.text-center:hover .utf-ts-banner-button {
    transform: translateX(20px);
}
.utf-ts-banner .box-content h6 {
    margin-bottom: 10px;
}
.section-heading .utf-sec-meta {
    font-size: 18px;
    color: #a2a5aa;
    font-weight: 500;
	margin-bottom:20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
}
.utf-cta-block-area-2 .utf-subscribe-block-item .utf-contact-form-action {
    margin-top: 30px;
}
.utf-cta-block-area-2 .utf-subscribe-block-item .utf-contact-form-action form {
    position: relative;
}
.utf-cta-block-area-2 .utf-subscribe-block-item .utf-contact-form-action form i {
    position: absolute;
    top: 17px;
    left: 14px;
    color: #808996;
    font-size: 16px;
}
.utf-cta-block-area-2 .utf-subscribe-block-item .utf-contact-form-action form .form-control {
    height: 52px;
    padding: 12px 12px 12px 40px;
    color: #707070;
    font-weight: 500;
    border-radius: 4px;
    border: 0;
    line-height: inherit;
}
.utf-cta-block-area-2 .utf-subscribe-block-item .utf-contact-form-action form .utf-theme-btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0 4px 4px 0;
}

/*===================================*
	Contact Info Style
*===================================*/
.contact-info ul {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    row-gap: 5px;
    column-gap: 20px;
}
.contact-info ul li{
	width: 49%;
    display: inline-block;
}
.contact-info ul.list-info li .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
    background: #fbfdff;
	border: 2px solid #dde6ef;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    padding: 5px 20px;
    border-radius: 4px;
}
.contact-info .list-info .info-icon {
    font-size: 28px;
    margin-right: 50px;
    position: relative;
}
.contact-info .list-info .info-icon i{
	background: #2874f0;
	-webkit-transform: translate(0, -50%);
	left: 0;
	line-height: 100%;
	position: absolute;
	top: 50%;
	color: #ffffff;
	transform: translate(0, -50%);
	width: 50px;
	height: 50px;
	line-height: 52px;
	text-align: center;
	border-radius: 4px;
}
.contact-info .list-info .info-details {
    padding: 8px 0 8px 20px;
}
.contact-info .list-info .info-details .utf-info-type {
    font-size: 18px;
    font-weight: 600;
    margin-top: 2px;
    margin-bottom: 4px;
}
.contact-info .list-info .info-details .utf-info-value, .contact-info .list-info .info-details .utf-info-value a{
	color:#687188;
}
.contact-info .list-info .info-details .utf-info-value a:hover{
	color:#2874f0
}
/*#form-messages.error{
	font-size: 15px;
	font-weight: 600;
    background: #d13a3a;
	color: #fff;
    padding: 10px;
    border-radius: 6px;   
	margin-bottom: 15px;	
}*/
#form-messages.success{
	font-size: 15px;
	font-weight: 600;
	background: #1fb715;
	color: #fff;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.contact-info .message.active {
    transform: scale(1);
    filter: blur(0);
}
.contact-info .message {
    position: absolute;
    top: 0;
    left: 15px;
    width: 100%;
    height: 100%;
    padding: 35px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: blur(5px);
    text-align: center;
    transform: scale(0);
    border-radius: 20px;
	border:3px solid rgba(32, 32, 32, 0.2);
    background-color: #ffffff;
    transition-timing-function: ease;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    transition-duration: 0.4s;
}
.contact-info .message .icon {
	width: 8rem;
    height: 8rem;
    font-size: 7rem;
    line-height: 8rem;
    font-weight: bold;
	text-align: center;
    display: block;
    margin: auto;
    color: #2874f0;
    margin-bottom: 25px;
}
.contact-info .message h3 {
	font-size: 1.55rem;
    color: #292b2c;
    font-weight: 700;
    margin-bottom: 10px;
}
.contact-info .message p{
	margin-bottom:15px;
}