/*
	+ Header
		- Header1
		- Header2
	+ Footer
		- Footer1
		- Footer2
	+ Section Header
	+ Shortcodes
		- Slider Section
			- Slider Section1
			- Slider Section2
		- Tab Section
		- Hot Section
		- Recent Deal Sidebar
		- Coupons Section
		- Store Section
		- Features Deal
		- App Section
		- Features Section
		- News Letter
		- Team Section
		- Clients
		- Deal Single
		- Catagories Section
		- Faq Section
		- Contact Us
		- Error Page
		- Product Section

	+ Responsive
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1800
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 539
		- max-width: 479
		- max-width: 360
*/

/* + Header */
/* - Header1 */
.top-header {
	background-color: #323536;
	position: relative;
}
.top-header .container {
	position: relative;
}

.top-header  .header-social {
	display: inline-block;
	padding-left: 0;
	margin-bottom: 0;
}
.top-header ul li {
	display: inline-block;
	position: relative;
	padding: 14px 20px;
}
.top-header ul li::after {
	background-color: #818181;
    content: "";
    height: 50px;
    position: absolute;
    right: 0;
	left: 0;
    top: 0;
    width: 1px;
}
.register-block li i {
    color: #fff;
    margin-left: 10px;
}
.top-header ul li:last-of-type::before {
	background-color: #818181;
    content: "";
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.top-header li a {
	color: #fff;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.top-header li a:hover {
	color: #ffb300;
}
.top-header .register-block {
	display: inline-block;
	float: right;
}
.top-header .register-block  > ul {
	padding-left: 0;
	margin-bottom: 0;
	display: inline-block;
}
.top-header .register-block .dropdown .dropdown-menu {
	opacity: 0;
	transform-origin: 0 0 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;		
}
.top-header .register-block  .dropdown:hover .dropdown-menu  {
	opacity: 1;
	display: block;
}
.top-header .register-block  > ul li {
	display: inline-block;
}
.top-header .register-block  > ul   > li  a {
	color: #fff;
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.4px;
	text-decoration: none;
}
.top-header .register-block  .dropdown-menu  li a  {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	padding: 0;
}
.top-header .register-block  .dropdown-menu  {
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.top-header .register-block  .dropdown-menu  li a:hover  {
	color: #ffb300;
	background-color: transparent;
}

.top-header .register-block  .dropdown-menu li::before,
.top-header .register-block  .dropdown-menu li::after {
	background-color: transparent;
}
.top-header .register-block  .dropdown-menu  li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	display: inline-block;
	width: 100%;
	text-align: center;
}
.top-header .register-block  .dropdown-menu  li:last-of-type {
	border-bottom: 0;
}
.top-header .register-block  li  a  i {
	color: #ffb300;
	padding-right: 10px;
}
.logo-block {
	margin-top: 45px;
	margin-bottom: 45px;
}
.logo-block .col-md-6.search-dropdown {
	float: right;
	margin: 8px 0;
}
.logo-block .input-group .input-group-btn .btn-default {
	border-radius: 0;
	border-color: #d2d2d2;
	color: #444;
	font-family: 'latomedium';
	font-weight: normal;
	font-size: 14px;
	padding: 10.5px 12px;
	text-transform: capitalize;
	border-left: 0;
}
.logo-block .btn-default .caret {
	margin-left: 70px;
}
.logo-block .input-group .input-group-btn .btn-default:hover,
.logo-block .input-group .input-group-btn .btn-default:focus {
	background-color: transparent;
}
.logo-block .input-group .input-group-btn .btn-default:focus {
	box-shadow: none;
	outline: none;
}
.logo-block .dropdown-menu > li > a:focus, 
.logo-block .dropdown-menu > li > a:hover {
	background-color: #002b5e;
	color: #fff;
}
.logo-block .input-group .form-control {
	height: 43px;
	border-right: none;
	box-shadow: none;
	border-color: #d2d2d2;
	border-radius: 0;
	color: #444;
	font-weight: normal;
	font-family: 'latomedium';
	letter-spacing: 0.35px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
}
.logo-block .input-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #444;
}
.logo-block .input-group .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #444;
}
.logo-block .input-group .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #444;
}
.logo-block .input-group .form-control:-moz-placeholder { /* Firefox 18- */
	color: #444;
}
.logo-block .input-group span .btn-search {
	color: #444;
	padding: 10.5px 12px;
	background-color: transparent;
	border: 1px solid #d2d2d2;
	border-left: none;
	border-radius: 0;
}
.logo-block .input-group span .btn-search:focus {
	box-shadow: none;
	outline: none;
}

.header_s1 .search-dropdown .select_box {
	width: 50%;
	display: inline-block;
	float: left;
}
.header_s1 .search-dropdown .select_box  select {
	height: 43px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	outline: none;
	border-color: #d2d2d2;
	border-radius: 0;
	border-color: #d2d2d2;
    border-radius: 0;
    color: #444444;
    font-family: "latomedium";
    font-size: 14px;
    font-weight: normal;
    padding: 10.5px 12px;
    text-transform: capitalize;
}
.header_s1 .search-dropdown  .select_box::before {
	content: "";
	background-color: transparent;
	position: relative;
	right: auto;
}
.header_s1 .input-group {
	width: 50%;
}

.header_s1 .ownavigation .submit-btn a {
	background-color: #ffb300;
	color: #fff;
	float: right;
	font-size: 16px;
	font-family: 'Hind', sans-serif;
	font-weight: 700;
	letter-spacing: 0.56px;
	line-height: 27px;
	padding: 23px 20px 18px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.header_s1 .ownavigation .submit-btn a:hover {
	background-color: #fff;
	color: #ffb300;
}
.header_s1 .ownavigation .submit-btn a span {
	text-transform: lowercase;
}
.header_s1 .ownavigation.navbar-fixed-top.nav_absolute {
	position: fixed;
}

/* - Header2 */
.header_s2 {
	position: relative;
}
.header_s2 .ownavigation .container {
    position: relative;
}
.header_s2 .submit-btn {
	display: inline-block;
}
.header_s2 .submit-btn a {
	background-color: #ffb300;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-family: 'Hind', sans-serif;
	font-weight: 700;
	letter-spacing: 0.56px;
	padding: 14px 30px;
	text-transform: uppercase;
	text-decoration: none;
}
.header_s2 .ownavigation {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
.header_s2 .navbar > .container .navbar-brand, 
.header_s2 .navbar > .container-fluid .navbar-brand {
	margin-left: 0;
}

.header_s2 .navbar-right {
	margin-right: 0;
}
.header_s2 .ownavigation .navbar-nav li a {
	color: #323536;
	margin-top: 50px;
	margin-bottom: 50px;
}
.header_s2 .ownavigation .navbar-nav li .dropdown-menu > li > a {
	margin-top: 0;
	margin-bottom: 0;
}
.header_s2 .ownavigation .navbar-nav > .active > a, 
.header_s2 .ownavigation .navbar-nav > .active > a:focus, 
.header_s2 .ownavigation .navbar-nav > .active > a:hover,
.header_s2 .ownavigation .navbar-nav li:hover > a,
.header_s2 .ownavigation .navbar-nav li a:hover {
	color: #ffb300;
}
.header_s2 .search {
	float: right;
	padding: 55px 0;
}
.header_s2 .search > a {
    border-left: 1px solid #9f9f9f;
    color: #303030;
    font-size: 16px;
    padding: 8px 0 8px 18px;
    text-decoration: none;
}
/* Header Search */
.header_s .header-search-1,
.header_s .page_search {
	display: none;
}
.header_s .searchform .btn-default:active,
.header_s .searchform .btn-default:focus,
.header_s .searchform .btn-default:hover,
.header_s .searchform .btn-default {
	background-color: transparent;
	border: 0 none;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
}

/* + Footer */
/* - Footer1 */
.footer-main {
	background-color: #282828;
	padding-top: 50px;
	text-align: center;
}
.footer-main p {
	color: #ababab;
}

/* Footer Widget */
footer .widget  {
	margin-bottom: 40px;
}
footer .widget:last-of-type  {
	margin-bottom: 20px;
}
footer  .widget-title {
	color: #f9f9f9;
    font-family: "Hind",sans-serif;
    font-size: 26px;
    letter-spacing: 0.26px;
    line-height: 45px;
    margin-bottom: 8px;
    margin-top: 0;
	text-transform: capitalize;
}
footer  .widget_text div,
footer  .widget_text p {
	color: #ababab;
	letter-spacing: 0.14px;
	line-height: 24px;
}
footer .one-column .widget_text div,
footer  .one-column .widget_text p {
	padding: 0 15px;
}
footer .widget_text a {
	display: block;
	margin: 0 auto 25px;
	text-align: center;
}
footer .one-column  .widget_nav_menu ul li:before {
	content: "";
}
footer .one-column  .widget_nav_menu ul li {
	display: inline-block;
	margin-right: 45px;
}
footer .one-column  .widget_nav_menu ul li:last-of-type {
	margin-right: 0;
}
footer .widget ul li a  {
	color: #e2e2e2;
    font-size: 16px;
    letter-spacing: 0.4px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	padding-left: 15px;
	padding-right: 0;
}
footer .widget ul li a:hover  {
	color: #ffb300;
}

footer.footer-main:not(.footer-main-2) .one-column {
	border-bottom: 1px solid #454545;
	padding-bottom: 20px;
}

/* Footer Widget 2 Col And 3 Col */
footer .two-column .widget,
footer .three-column .widget {
	text-align: left;
}
footer .two-column .widget li::before,
footer .three-column .widget li::before {
	color: #e2e2e2;
}
footer .widget_calendar caption {
	color: #e2e2e2;
}
footer .widget select {
	color: #e2e2e2;
}
footer .widget_calendar td,
footer .widget_calendar th {
	color: #e2e2e2;
}
footer .widget_calendar tbody a {
	color: #e2e2e2;
}
footer .widget ul li {
	color: #e2e2e2;
	position: relative;
}
footer .widget_rss .widget-title .rsswidget,
footer .widget_breadcrumb_navxt .breadcrumbs,
footer .widget_breadcrumb_navxt .breadcrumbs > span > a > span {
	color: #e2e2e2;
}
footer .one-column  .widget ul li:before {
	content: "";
}
footer .one-column footer .widget ul li a  {
	padding-left: 0;
}
 
/* Social Icon */
.widget_social .social-icons li:before {
	content: "";
}
.widget_social .social-icons li a {
	padding-right: 0 !important;
	padding-left: 0;
}
.widget_social .social-icons li a  {
	left: 0;
}
.widget ul li  span.post-date {
	padding-bottom: 10px;
	display: inline-block;
	width: 100%;
	padding-left: 15px;
}
.footer-main .app-link h5,
.footer-main > h5 { 
	color: #f9f9f9;
    font-family: "Hind",sans-serif;
    font-size: 26px;
    letter-spacing: 0.26px;
    line-height: 30px;
    margin-top: 0;
	margin-bottom: 50px;
}

.footer-main .app-link {
	display: inline-block;
	margin: 50px 0;
	width: 100%;
}
.footer-main .app-link h5 {
	margin-bottom: 50px;
}
.footer-main .app-link a {
	display: inline-block;
	margin-right: 60px;
}
.footer-main .app-link a:last-of-type {
	margin-right: 0;
}
.footer-main .footer-bottom {
	background-color: #1f1f1f;
	display: inline-block;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
}
.footer-main .footer-bottom .social-icons  li {
	margin-bottom: 15px;
}
.footer-main .footer-bottom .social-icons li a {
	border: none;
	background-color: #353535;
	color: #c9c9c9;
}
.footer-main .footer-bottom .social-icons li a:hover {
	background-color: #c9c9c9;
	color: #353535;
}
.footer-main .footer-bottom p {
	font-size: 15px;	
	margin-bottom: 0;
	letter-spacing: 0.15px;
}

/* - Footer2 */
.footer-main-2 {
	padding-bottom: 75px;
	padding-top: 75px;
}
.footer-main-2 a.logo-ic {
	display: inline-block;
	margin-bottom: 25px;
}
.footer-main-2 p {
	color: #d3d3d3;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 0.65px;
}
.footer-main-2 .btm-ftr-menu {
	margin-top: 20px;
	margin-bottom: 40px;
	border-top: 1px solid #464646;
	position: relative;
	display: inline-block;
	width: 100%;
}
.footer-main-2 .btm-ftr-menu .ownavigation.navbar {
	background-color: transparent;
}

.footer-main-2 .btm-ftr-menu  #navbar-ftr {
	float: right;
}
.footer-main-2 .privacy .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.footer-main-2 .privacy .navbar-collapse li a {
	background-color: transparent;
	color: #c9c9c9;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-main-2 .btm-ftr-menu  .privacy .ownavigation.navbar .navbar-nav > li  {
	margin: 0;
}
.footer-main-2 .privacy .navbar-nav li a:hover {
	color: #ffb300;
} 
.footer-main-2 .privacy .navbar-nav li  a:after {
	content: "|";
	padding-left: 15px;
	padding-right: 15px;
}

.footer-main-2 .privacy .navbar-nav li.dropdown .dropdown-menu li  a:after {
	content: "";
	padding-left: 0;
	padding-right: 0;
}
.footer-main-2 .privacy .navbar-collapse li:last-of-type  a:after {
	content: "";
}
.footer-main-2 .btm-ftr-menu .ownavigation.navbar .navbar-nav > li {
	margin-left: 14px;
	margin-right: 14px;
}
.footer-main-2 .btm-ftr-menu .ownavigation .navbar-nav > li:last-child {
	margin-right: 0;
}
.footer-main-2 .btm-ftr-menu .ownavigation.navbar .navbar-nav > li > a {
	color: #d3d3d3;
	font-size: 14px;
	padding: 0;
}
.footer-main-2 .btm-ftr-menu .ownavigation.navbar .navbar-nav > li > a:hover,
.footer-main-2 .btm-ftr-menu .ownavigation.navbar .navbar-nav > li.active > a {
	color: #ffb300;
}
.footer-main-2 .copyright-section p {
	font-style: normal;
	margin-bottom: 20px;
}
.footer-main-2 .copyright-section .social-icons {
	margin-bottom: 0;
}
.footer-main-2 .copyright-section .social-icons li a {
	border: none;
	background-color: #353535;
	color: #c9c9c9;
}
.footer-main-2 .copyright-section .social-icons li a:hover {
	background-color: #c9c9c9;
	color: #353535;
}
.social-icons {
	padding-left: 0;
	margin-bottom: 0;
}
.social-icons li {
	display: inline-block;
	margin-right: 15px;
}
.social-icons li:last-of-type {
	margin-right: 0;
}
.social-icons li a {
	border: 1px solid #ffb609;
	color: #555;
	display: inline-block;
	height: 37px;
	width: 37px;
	line-height: 37px;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.social-icons li a:hover {
	background-color: #ffb609;
	color: #fff;
}

/* + Section Header */
.section-header {
	margin-bottom: 45px;
	text-align: left;
}
.section-header h3 {
	color: #333;
	font-family: 'Hind', sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.65px;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	text-transform: uppercase;
	word-wrap: break-word;
}
.section-header p {
	color: #666;
	line-height: 28px;
	letter-spacing: 0.56px;
	margin-top: 10px;
	margin-bottom: 0;
}


/* + Shortcodes */
/* - Slider Section */

/* - Slider Section1 */
.slider-section1 {
	position: relative;
	z-index: 11;
}
.slider-section1 .item::before {
	background-color: rgba(0, 0, 0, 0.671);
	content: "";
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}
.slider-section1 .carousel-control {
	border: 2px solid #d5d5d5;
	border-radius: 100%;
	background-color: #676767;
	background-image: none;	
	top: 50%;
	width: 53px;
	height: 53px;
	line-height: 53px;
	bottom: auto;
	z-index: 11;
	margin: 0 2%;
	opacity: 1;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.slider-section1 .left.carousel-control {
	margin: 0 5%;
}
.slider-section1 .carousel-control i {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
}
.slider-section1 .item [class*="col-md"] {
	padding-left: 62px;
	padding-right: 62px;
}
.slider-section1 .carousel-caption {
	bottom: 90px;
	left: 0;
	right: 0;
	padding-bottom: 0;
	padding-top: 0;
	text-align: left;
}
.slider-section1 .carousel-caption .slider-box {
	background-color: rgba(0, 0, 0, 702);
	display: inline-block;
	padding: 40px 42px;
	width: 100%;
}
.slider-section1 .slider-box h5 {
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	font-size: 25px;
	letter-spacing: 0.625px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 15px;
}
.slider-section1 .slider-box p {
	color: #e8e8e8;
	letter-spacing: 0.14px;
	line-height: 20px;
	margin-bottom: 25px;
}
.slider-section1 .slider-box span {
	color: #ffb300;
	font-family: 'Hind', sans-serif;
	font-weight: 700;
	font-size: 36px;
	letter-spacing: 0.9px;
	vertical-align: middle;
}
.slider-section1 .slider-box a.get-deal {
	background-color: #ffb300;
	border: 1px solid #ffb300;
	color: #fff;
	font-family: 'Hind', sans-serif;
	font-weight: 700;
	float: right;
	letter-spacing: 0.375px;
	padding: 10px 30px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.slider-section1 .slider-box a.get-deal:hover {
	background-color: transparent;
	color: #ffb300;
}
.slider-section1 .slider-box .pricing-table {
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 100%;
}
.slider-section1 .slider-box .pricing-table [class*="col-md"] {
	float: left;
	padding-left: 0;
	padding-right: 0;
}
.slider-section1 .slider-box .pricing-table .price-content {
	border: 1px solid #a2a2a2;
	border-right: none;
	padding: 8px 0;
	text-align: center;
}
.slider-section1 .slider-box .pricing-table [class*="col-md"]:last-of-type .price-content {
	border: 1px solid #a2a2a2;
}
.slider-section1 .slider-box .pricing-table .price-content h5 {
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.45px;
	margin-bottom: 0;
}
.slider-section1 .slider-box .pricing-table .price-content span {
	color: #e4e4e4;
	font-weight: 500;
	font-size: 12px;
	font-family: 'latomedium';
	letter-spacing: 0.3px;
	line-height: .20px;
	text-transform: uppercase;
}
.slider-section1 .slider-box h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: 0.35px;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-align: center;
}
.slider-section1 .slider-box .clock {
	margin-bottom: 25px;
	text-align: center;
}
#homeslider1 .clock p {
	display: inline-block !important;
	background-color: transparent;
	font-weight: 700!important;
	font-size: 18px!important;
	letter-spacing: 0.45px;
	margin: 0 6px !important;
}
#homeslider1 .clock p > span {
	color: #b5b4b4;
	font-size: 18px;
}
.slider-section1 .slider-box .social-icons {
	text-align: center;
}
.slider-section1 .slider-box .social-icons li a {
	background-color: #002b5e;
	border: none;
	color: #fff;
	text-shadow: none;
}
.slider-section1 .slider-box .social-icons li a:hover {
	background-color: #fff;
	color: #ffb300;
}
.slider-section1 .carousel-indicators {
	bottom: 0;
    left: 0;
    margin-left: 0;
    margin-top: 15px;
    right: 0;
    width: auto;
}
.slider-section1 .carousel-indicators li {
	border: none;
	background-color: #fff;
}
.slider-section1 .carousel-indicators li.active {
	background-color: #ffb300;
}
#homeslider1 .tparrows::before {
	line-height: 50px;
}
#homeslider1 .hesperiden.tparrows {
	width: 53px;
	height: 53px;
	background-color: #676767;
	border: 2px solid #d5d5d5;
}
#homeslider1 .hesperiden.tparrows.tp-rightarrow::before {
	content:"\f105";
	font-family: "FontAwesome";
}
#homeslider1 .hesperiden.tparrows.tp-leftarrow::before {
	content:"\f104";
	font-family: "FontAwesome";
}
.hesperiden.tparrows::before {
	font-size: 28px;
	font-weight: 700;
}
#homeslider1 .hesperiden .tp-bullet {
	border: 0 none;
}
#homeslider1 .hesperiden .tp-bullet {
	background: 0 none;
	background-color: #fff;
}
#homeslider1 .hesperiden .tp-bullet:hover,
#homeslider1 .hesperiden .tp-bullet.selected {
	background-color: #ffb300;
}
/* - Slider Section2 */
#homeslider1 .tp-bgimg:before,
#homeslider2 .tp-bgimg:before {
	background-color: rgba(0, 0, 0, 0.67) !important;
    bottom: 0 !important;
    content: "" !important;
    display: inline-block !important;
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}
#homeslider2 .searchform  input[type="text"] {
	background-color: transparent;
	border: none;
	color: #fff;
	font-family: 'latomedium';
	letter-spacing: 0.35px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	width: 400px;
	padding: 6px 20px;
	font-size: 14px !important;
}
#homeslider2 .searchform  .btn-default,
#homeslider2 .searchform .form-control {
	height: 34px;
}
#homeslider2 .searchform {
	border: 1px solid #888;
}
#homeslider2 .searchform  input::-webkit-input-placeholder {
	color: #999;
}
#homeslider2 .searchform  input::-moz-placeholder {
	color: #999;
}
#homeslider2 .searchform  input:-ms-input-placeholder {
	color: #999;
}
#homeslider2 .searchform  input:-moz-placeholder {
	color: #999;
}
#homeslider2 .searchform  .btn-default {
	background-color: transparent;
	border: 0 none;
	color: #888888;
	padding: 6px 20px;
	font-size: 14px !important;
}

#homeslider2 .uranus.tparrows {
    background-color: rgba(0, 0, 0, 0.502);
    height: 120px;
    width: 52px;
	line-height: 120px;
}
#homeslider2 .uranus.tparrows::before {
    font-family: FontAwesome;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 120px;
}
#homeslider2 .uranus.tparrows.tp-leftarrow {
	transform: matrix(1, 0, 0, 1, 0, -25) !important;
}
#homeslider2.uranus.tparrows.tp-rightarrow {
	transform: matrix(1, 0, 0, 1, -55, -25) !important;
}
#homeslider2 .uranus.tparrows.tp-leftarrow::before {
	content: "\f104";
}
#homeslider2 .uranus.tparrows.tp-rightarrow::before {
	content: "\f105";
}
#homeslider2 .tp-bullets {
	top: 95% !important;
}
#homeslider2 .tp-bullets.zeus .tp-bullet {
	background-color: #000;
	border: none;
	width: 11px;
	height: 11px;
}
#homeslider2 .tp-bullets.zeus .tp-bullet:hover::after,
#homeslider2 .tp-bullets.zeus .tp-bullet.selected::after {
	background-color: #ffb300;
}
#homeslider2 .tp-bullets.zeus  .tp-bullet.selected {
	background-color: #ffb300;
	top: 0 !important;
	position: relative;
}

/* - Tab Section */
.tab-section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.tab-section .logo-detils-tab .logo-tabs {
	border-color: #b8b8b8;
}
.tab-section .logo-detils-tab .logo-tabs li {
	margin-right: 9px;
	margin-left: 9px;
}
.tab-section .logo-detils-tab .logo-tabs li a {
	border-radius: 0;
	color: #333;
	font-family: 'Hind', sans-serif;
	font-size: 16px;	
	outline: none;
	padding: 10px 25px;
	line-height: 28px;
}
.tab-section .logo-detils-tab .logo-tabs li a > i {
	color: #0051b2;
	padding-right: 15px;
}
.tab-section .logo-detils-tab .logo-tabs.nav > li > a:focus, 
.tab-section .logo-detils-tab .logo-tabs.nav > li > a:hover,
.tab-section .logo-detils-tab .logo-tabs.nav-tabs > li.active > a, 
.tab-section .logo-detils-tab .logo-tabs.nav-tabs > li.active > a:focus, 
.tab-section .logo-detils-tab .logo-tabs.nav-tabs > li.active > a:hover,
.tab-section .logo-detils-tab .logo-tabs li.active a {
	background-color: transparent;
	border: 1px solid #b8b8b8;
	border-bottom-color: #fff;
}
.tab-section .logo-tab-content {
	padding-top: 30px;
	float: left;
	width: 100%;
}
.logo-tab-content ul {
	padding-left: 0;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.logo-tab-content ul li {
	float: left;
	width: 16.6666%;
	list-style: none;
	padding-right: 20px;
	margin-bottom: 20px;
}
.logo-tab-content ul li a {
	border: 1px solid #cfcfcf;
	display: inline-block;
	width: 100%;
	line-height: 75px;
	padding: 0 15px;
	text-align: center;
	position: relative;
}
.logo-tab-content ul li a::before {
	border: 2px solid #ffb300;
	content: "";
	display: inline-block;
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.tab-section .logo-tab-content a:hover {
	border-color: transparent;
}
.tab-section .logo-tab-content a:hover::before {
	opacity: 1;
}

/* - Tab Section2 */
.tab-section2 .logo-tab-content {
	padding-top: 0;
}
.tab-section2 .logo-tab-content ul li {
	margin-bottom: 40px;
	padding-right: 40px;
	width: 25%;
}
.tab-section2 .logo-detils-tab .logo-tabs {
	border: none;
}
.tab-section2 .logo-detils-tab .logo-tabs li {
	border-bottom: 1px solid #ddd;
	float: none;
}
.tab-section2 .logo-detils-tab .logo-tabs li.active {
	border-color: #ffb300;
}
.tab-section2 .logo-detils-tab .logo-tabs li:last-child {
	border-bottom: none;
}
.tab-section2 .logo-detils-tab .logo-tabs li a {
	padding: 10px 25px 10px 0;
	position: relative;
}
.tab-section2 .logo-detils-tab .logo-tabs li:first-child  a {
	padding-top: 0;
}
.tab-section2 .logo-detils-tab .logo-tabs.nav > li > a:focus, 
.tab-section2 .logo-detils-tab .logo-tabs.nav > li > a:hover,
.tab-section2 .logo-detils-tab .logo-tabs.nav-tabs > li.active > a, 
.tab-section2 .logo-detils-tab .logo-tabs.nav-tabs > li.active > a:focus, 
.tab-section2 .logo-detils-tab .logo-tabs.nav-tabs > li.active > a:hover,
.tab-section2 .logo-detils-tab .logo-tabs li.active a {
	background-color: transparent;
	border: 1px solid transparent;
	color: #ffb300;
}
.tab-section2 .logo-detils-tab .logo-tabs li a > i {
	position: absolute;
	left: 0;
	line-height: 28px;
}
.tab-section2 .logo-detils-tab .logo-tabs li.active a > i {
	color: #ffb300;
}
.tab-section2 .logo-detils-tab .logo-tabs li a { 
	padding-left: 30px;
}

/* - Hot Section */
.hot-section {
	background-color: #f7f7f7;
	padding-top: 70px;
	padding-bottom: 70px;
}
.hot-section .section-header {
	position: relative;
}
.hot-section .section-header h3 {
	border-bottom: 2px solid #ffb300;
	position: relative;
	word-wrap: break-word;
	padding-left: 90px;
	line-height: 45px;
}
.hot-section .section-header.no-icon h3 {
	padding-left: 0;
}  
.hot-section .section-header h3 i {
	background-color: #ffb300;
	color: #fff;
	display: inline-block;
	height: 58px;
	width: 58px;
	line-height: 58px;
	position: absolute;
	top: -13px;
	left: 0;
	text-align: center;
}
.hot-section .owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}
.hot-section .owl-nav {
	position: absolute;
	top: -85px;
	right: 15px;
}
.hot-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	border: 1px solid #ffb300;
	border-right: none;
	border-radius: 0;
	background-color: #fff;
	color: #000;
	font-size: 0;
	height: 39px;
	width: 39px;
	margin: 0;
	padding: 5px 13px;
}
.hot-section .owl-theme .owl-controls .owl-nav .owl-prev:before {
	content:"\f104";
	font-family:'FontAwesome';
	font-size: 18px;
}
.hot-section .owl-theme .owl-controls .owl-nav .owl-next {
	border-right: 1px solid #ffb300;
}
.hot-section .owl-theme .owl-controls .owl-nav .owl-next:before {
	content:"\f105";
	font-family:'FontAwesome';
	font-size: 18px;
}
.hot-section .hot-content-box {
	background-color: #fff;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.hot-section .hot-deal {
	padding: 50px 20px 35px;
}
.hot-section .hot-deal img  { 
	margin-bottom: 28px;
}
.hot-section .hot-deal p { 
	color: #333;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
}
.hot-section .hot-deal h5 {
	color: #333;
	font-size: 13px;
	letter-spacing: 0.325px;
	line-height: 22px;
	margin-top: 28px;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.hot-section .hot-deal span {
	color: #666;
	display: block;
	letter-spacing: 0.35px;
}
.hot-section .hot-deal .share-icons {
	display: none;
}
.hot-section .hot-deal .share-icons a {
	color: #ddd;
	padding-bottom: 10px;
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.hot-section .hot-deal .share-icons a:hover {
	color: #ffb300;
}
.hot-section .hot-deal .share-icons a i {
	padding-right: 4px;
}
.hot-section .hot-deal .share-icons a::after {
	content: "|";
	padding: 0 5px;
}
.hot-section .hot-deal .share-icons a:last-child::after {
	content: "";
}
.hot-section .hot-content p {
	border-top: 1px solid #d4d4d4;
	color: #666;
	letter-spacing: 0.35px;
	text-transform: uppercase;
	position: relative;
	padding: 18px 10px 0;
	margin-bottom: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.hot-section .hot-content a {
	background-color: #ffb300;
	color: #fff;
	display: inline-block;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	font-size: 0;
	letter-spacing: 0.375px;
	opacity: 0;
	text-transform: uppercase;
	text-decoration: none;
}
.hot-section .hot-content a:hover {
	background-color: #fff;
	color: #ffb300;
}
.hot-section .hot-content-box:hover {
	background-color: #002b5e;
	padding-bottom: 40px;
}
.hot-section .hot-content-box:hover .hot-deal {
	 padding: 45px 20px 30px;
}
.hot-section .hot-content-box:hover .hot-deal img {
	margin-bottom: 30px;
}
.hot-section .hot-content-box:hover .hot-deal p {
	display: none;
	line-height: 18px;
}
.hot-section .hot-content-box:hover .hot-deal span {
	color: #fff;
	margin-bottom: 19px;
}
.hot-section .hot-content-box:hover .hot-content p {
	font-size: 0;
	opacity: 0;
	padding-top: 0;
}
.hot-section .hot-content-box:hover .hot-content a {
	font-size: 15px;
	padding: 12px 30px 9px;
	opacity: 1;
}
.hot-section .hot-content-box:hover .share-icons  {
	display: block;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

/* - Recent Deal Sidebar */
.recent-deal-sidebar {
	padding-top: 80px;
	padding-bottom: 80px;
}
.offer-section .section-header {
	margin-bottom: 20px;
}
.offer-section .regular-offer {
	display: inline-block;
	margin-bottom: 40px;
	width: 100%;
}
.offer-section .section-header h3 {
	line-height: 45px;
}
.offer-section .offer-right-content h5 {
	color: #222;
	font-size: 19px;
	letter-spacing: 0.095px;
	line-height: 28px;
	margin-top: 0;
}
.offer-section .offer-right-content h5 a {
	color: #222;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.offer-section .offer-right-content h5 a:hover {
	color: #ffb609;
}
.offer-section .offer-right-content span {
	display: inline-block;
	color: #666;
	font-size: 13px;
	letter-spacing: 0.78px;
	line-height: 22px;
	margin-bottom: 10px;
}
.offer-section .offer-right-content span i {
	padding-right: 8px;
}
.offer-section .offer-right-content p {
	color: #444;
	letter-spacing: 0.14px;
	line-height: 24px;
}

.offer-section .coupons-offer {
	margin-bottom: 40px;
	padding: 0 10px;
}
.offer-section  .offer-post-list {
	margin-left: -10px;
	margin-right: -10px;
}
.offer-section .offer-img-box {
	position: relative;
}
.offer-section .offer-img-box a {
	display: inline-block;
	position: relative;
}
.offer-section .offer-img-box a::before {
	background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.offer-section .offer-img-box a::after {
	color: #fff;
    content: "\e67b";
    font-family: "Stroke-Gap-Icons";
    font-size: 24px;
    height: 25px;
    left: 0;
    margin: 0 auto;
	opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%); 
    width: 24px;
    z-index: 3;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.offer-section .offer-img-box:hover a::before,
.offer-section .offer-img-box:hover a::after {
	opacity: 1;
}
.offer-section .coupons-offer-content > a {
	color: #111;
	display: inline-block;
	font-family: 'latomedium';
	font-size: 18px;
	letter-spacing: 0.54px;
	line-height: 24px;
	margin-top: 16px;
	margin-bottom: 10px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	word-wrap: break-word;
}
.offer-section .coupons-offer-content > a:hover {
	color: #ffb609;
}
.offer-section .coupons-offer-content span {
	color: #555;
	font-family: 'latomedium';
	display: block;
	letter-spacing: 0.42px;
}
.offer-section span.offer-link {
	position: absolute;
	top: 10px;
	left: 20px;
}
.offer-section span.offer-link a {
	padding-bottom: 10px;
	display: inline-block;	
}
.offer-post {
	display: inline-block;
	margin-top: 40px;
	position: relative;
	width: 100%;
}
.offer-post .item .offer-post-image {
	position: relative;
}
.offer-post .item .offer-post-image::before {
	background-color: rgba(0, 0, 0, 0.278);
	content: "";
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}
.offer-post .carousel-control {
	border: 1px solid #ffb300;
	height: 43px;
	width: 43px;
	line-height: 43px;
	background-image: none;	
	top: 62%;
	bottom: 0;
	z-index: 11;
	margin: 0;
	opacity: 1;
}
.offer-post span.offer-link {
	position: absolute;
	top: 10px;
	left: 10px;
}
.offer-post span.offer-link a {
	padding-bottom: 10px;
	padding-right: 10px;
	display: inline-block;
}

.offer-post .offer-post-content {
	display: inline-block;
	margin-top: 30px;
	width: 100%;
}
.offer-post .offer-post-content .price-rate {
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
}
.offer-post .offer-post-content span.star-rating {
	color: #ffb300;
    font-size: 18px;
}
.offer-post .offer-post-content span.rating,
.offer-post .offer-post-content span.date {
	color: #666;
    letter-spacing: 0.42px;
	line-height: 33px;
}
.offer-post .offer-post-content span.price {
	color: #ffb300;
	float: right;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 1.44px;
}
.offer-post .offer-post-content span.price del {
	color: #666;
	font-family: 'latosemibold';
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 1.08px;
	padding-left: 8px;
}
.offer-post .offer-post-content h3.offer-title {
	display: inline-block;
	font-family: 'latosemibold';
	font-size: 22px;
	letter-spacing: 0.22px;
	line-height: 30px;
	max-width: 525px;
	margin-top: 0;
}
.offer-post .offer-post-content h3.offer-title a {
	color: #444;
	text-decoration: none;
}
.offer-post .offer-post-content a.view-deal {
	background-color: #ffb300;
    border: 1px solid #ffb300;
    color: #fff;
    display: inline-block;
    float: right;
    font-family: "Hind",sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.9px;
	line-height: 24px;
    margin-top: 10px;
    padding: 10px 35px 7px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.offer-post .offer-post-content a.view-deal:hover {
	background-color: transparent;
    color: #ffb300;
}
.recent-deal-sidebar .widget-area {
	padding-left: 70px;
}

/* - Coupons Section */
.coupons-section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.coupons-section .section-header {
	margin-bottom: 35px;
}
.coupons-section .section-header h3 {
	line-height: 45px;
}
.coupons-section [class*="col-md"] {
	padding-left: 10px;
	padding-right: 10px;
}
.coupons-section .coupons-content {
	display: inline-block;
	position: relative;
}
.coupons-section .coupons-box {
	border: 1px solid #ffb300;
	display: inline-block;
	margin-bottom: 20px;
	padding: 25px 27px;
	position: relative;
	text-align: center;
}
.coupons-section .coupons-box::before {
	border: 2px solid #002b5e;
	content: "";
	display: inline-block;
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.coupons-section .coupons-box > i {
	border: 1px solid #c8c8c8;
	display: inline-block;
	margin-bottom: 20px;
	padding: 20px;
}
.coupons-section .coupons-box p {
	color: #666;
	letter-spacing: 0.84px;
	line-height: 22px;
	margin-bottom: 20px;
}
.coupons-section .coupons-box a {
	color: #002b5e;
	display: inline-block;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 0.96px;
	line-height: 22px;
	margin-bottom: 10px;
	position: relative;
	text-decoration: none;
}
.coupons-section .coupons-box > span {
	color: #666;
	display: block;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.78px;
	margin-bottom: 30px;
}
.coupons-section .coupons-box a.no-coupon-code {
	border: 1px solid #ffb300;
	font-style: normal;
	margin-bottom: 0;
}
.coupons-section .coupons-box a.no-coupon-code,
.coupons-section .coupons-box button {
	background-color: #ffb300;
	border-radius: 0;
	border-color: #ffb300;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.9px;
	padding: 14px 85px 9px;
	position: relative;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	outline: 0 none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.coupons-section .coupons-box a.no-coupon-code {
	margin-top: 10px;
	padding: 14px 96px 9px;
}

.coupons-section .coupons-box  a.no-coupon-code:focus,
.coupons-section .coupons-box  a.no-coupon-code:active,
.coupons-section .coupons-box button:focus,
.coupons-section .coupons-box button:active,
.coupons-section .coupons-box a.no-coupon-code:hover,
.coupons-section .coupons-box button:hover {
	background-color: transparent;
	color: #ffb300;
	border-color: #ffb300;
}
.coupons-section span.offer-coupons {
	background-color: #002b5e;
	color: #fff;
	letter-spacing: 0.78px;
	position: absolute;
	top: 20px;
	left: 0;
	padding: 5px 30px 5px 20px;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.coupons-section span.offer-coupons::after {
	content: "";
	position: absolute;
	border-top: 22px solid #002b5e;
	border-right: 15px solid transparent;
	top: 0;
	right: -10px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.coupons-section span.offer-coupons::before {
	content: "";
	position: absolute;
	border-bottom: 22px solid #002b5e;
	border-right: 15px solid transparent;
	bottom: 0;
	right: -10px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.coupons-section .coupons-share {
	float: right;
}
.coupons-section .coupons-share span > a {
	color: #222;
	text-decoration: none;
}
.coupons-section .coupons-share span > a .sl-count {
	padding-left: 5px;
}  
.coupons-section .coupons-share > a {
	border-radius: 100%;
	border: 1px solid #c8c8c8;
	color: #222;
	display: inline-block;
	height: 37px;
	width: 37px;
	line-height: 37px;
	margin-right: 8px;
	text-align: center;
}
.coupons-section .coupons-share a:last-child {
	margin-right: 0;
}
.coupons-section .coupons-content:hover .coupons-box::before {
	opacity: 1;
}
.coupons-section .coupons-content:hover span.offer-coupons {
	background-color: #ffb300;
}
.coupons-section .coupons-content:hover span.offer-coupons::after {
	border-top: 22px solid #ffb300;
}
.coupons-section .coupons-content:hover span.offer-coupons::before {
	border-bottom: 22px solid #ffb300;
}
/* - Model Box */
.coupons-model-box  {
	text-align: center;
}
.coupons-model-box::before {
	content: "";
    display: inline-block;
    height: 100%;
    margin-right: 0;
    vertical-align: middle;
}
.coupons-model-box .modal-dialog {
	display: inline-block;
    margin: 45px auto;
    max-width: 485px;
    vertical-align: middle;
    width: 100%;
}
.coupons-model-box .modal-dialog .modal-content button.close {
	background-color: #3d3d3d;
	color: #c4c4c4;
	display: inline-block;
	height: 24px;
	width: 24px;
	line-height: 24px;
	margin: 10px 10px 0;
	position: relative;
	z-index: 2;
	opacity: 1;
	text-shadow: none;
}
.coupons-model-box .modal-dialog .modal-content {
	border-radius: 0;
}
.coupons-model-box .modal-dialog .modal-body {
	padding: 35px 35px 20px;
}
.coupons-model-box .modal-dialog .coupons-code {
	margin-bottom: 25px;
}
.coupons-model-box .modal-dialog .modal-body p {
	color: #000;
	font-family: 'Hind', sans-serif;
	font-weight: 500;
	font-size: 21px;
	letter-spacing: 0.525px;
	line-height: 38px;
	margin-bottom: 20px;
}
.deal-details .coupons-code a,
.coupons-model-box .modal-dialog .modal-body .coupons-code a {
	border: 1px solid #ffb300;
	color: #000;
	display: inline-block;
	font-family: 'Hind', sans-serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.45px;
	margin-top: 20px;
	padding: 10px 42px 5px;
	text-decoration: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	background-color: transparent;
	border-radius: 0;
}
.deal-details .coupons-code a.btn:active,
.deal-details .coupons-code a.btn:hover,
.deal-details .coupons-code a.btn:focus,
.coupons-model-box .modal-dialog .modal-body .coupons-code .btn:active,
.coupons-model-box .modal-dialog .modal-body .coupons-code .btn:hover,
.coupons-model-box .modal-dialog .modal-body .coupons-code .btn:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	background-color: transparent;
	outline: none;
}
.coupons-model-box .modal-dialog .modal-body h3 {
	color: #000;
	font-family: 'Hind', sans-serif;
	font-size: 17px;
	letter-spacing: 0.425px;
	line-height: 28px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.coupons-model-box .modal-dialog .modal-body h3 > a {
	color: #ffb300;
	font-size: 17px;
	text-transform: uppercase;
}
.coupons-model-box .modal-dialog .modal-body .model-share h5 {
	color: #555;
	display: inline-block;
	font-family: 'Hind', sans-serif;
	font-size: 18px;
	letter-spacing: 0.45px;
	padding-right: 15px;
}
.coupons-model-box .modal-dialog .modal-body .model-share ul {
	display: inline-block;
	margin-bottom: 0;
	padding-left: 0;
}
.coupons-model-box .modal-dialog .modal-body .model-share ul li {
	display: inline-block;
	margin-right: 8px;
}
.coupons-model-box .modal-dialog .modal-body .model-share li a {
	border-radius: 100%;
	border: 1px solid #555;
	color: #666;
	display: inline-block;
	height: 36px;
	width: 36px;
	line-height: 36px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.coupons-model-box .modal-dialog .modal-body .model-share li a:hover {
	border-color: #ffb300;
	background-color: #ffb300;
	color: #fff;
}
.coupons-model-box .modal-dialog .model-offer {
	background-color: #f7f7f7;
	padding-top: 22px;
	padding-bottom: 22px;
}
.coupons-model-box .modal-dialog .model-offer h5 {
	color: #333;
	font-family: 'latomedium';
	font-size: 21px;
	letter-spacing: 0.525px;
	line-height: 28px;
	margin-bottom: 5px;
	margin-top: 0;
}
.coupons-model-box .modal-dialog .model-offer p {
	color: #444;
	display: inline-block;
	font-family: 'latomedium';
	font-size: 12px;
	letter-spacing: 0.42px;
	margin-bottom: 0;
	padding: 0 8px;
}
.coupons-model-box .modal-dialog .model-offer a {
	color: #ffb300;
	display: inline-block;
	font-family: 'latosemibold';
	font-size: 12px;
	letter-spacing: 0.3px;
	padding-left: 5px;
}
.coupons-model-box .modal-dialog .model-footer {
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.coupons-model-box .modal-dialog .model-footer p {
	color: #fff;
	font-size: 17px;
	letter-spacing: 0.425px;
	margin-bottom: 0;
}
.coupons-model-box .modal-dialog .model-footer p i {
	background-color: #ffb300;
	border-radius: 100%;
	color: #000;
	display: inline-block;
	width: 33px;
	height: 33px;
	line-height: 33px;
	margin-right: 20px;
	text-align: center;
}
.coupons-model-box .modal-dialog .model-footer p > a {
	color: #ffb300;
}
.coupons-section .ow-pagination {
	margin-top: 50px;
}
.coupons-newslatter {
	margin-top: 10px;
	margin-bottom: 10px;
}
.coupons-newslatter form p {
	display: inline-block;
}
.coupons-newslatter form input[type="text"], 
.coupons-newslatter form input[type="email"] {
	border: 1px solid #c8c8c8;
	color: #222;
	padding: 6px 12px;
	outline: 0 none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	border-radius: 0;
}
.coupons-newslatter form input[type="submit"]:hover,
.coupons-newslatter form input[type="submit"]:focus,
.coupons-newslatter form input[type="submit"]:active,
.coupons-newslatter form input[type="submit"] {
	border: none;
	background-color: #ffb300;
	color: #fff;
	padding: 7px 12px;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	border-radius: 0;
}
.coupons-newslatter form input[type="submit"]:hover,
.coupons-newslatter form input[type="submit"]:active,
.coupons-newslatter form input[type="submit"]:focus {
	background-color: #a1a1a1;
	color: #fff;
}

/* - Coupons Section1 */
.coupons-section1 {
	padding-top: 0;
	padding-bottom: 40px;
}
.coupons-section1 [class*="col-md"] {
	padding-left: 15px;
	padding-right: 15px;
}
.coupons-section1 .coupons-box {
	margin-bottom: 30px;
}
.coupons-box  .box-details {
	display: inline-block;
	width: 100%;
}
.coupons-box > img {
	margin-bottom: 25px;
}

/* - Coupons Section2 */
.coupons-section2 {
	padding-top: 30px;
}
.coupons-section2 .section-header h3 {
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 10px;
}

/* - Widget Area */
.wpb_widgetised_column .widget,
.widget-area .widget {
	margin-bottom: 30px;
	position: relative;
}
.wpb_widgetised_column .widget:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}
.wpb_widgetised_column  .widget-title,
.widget-area .widget-title {
	color: #333;
	font-family: 'Hind', sans-serif;
	font-size: 22px;
	letter-spacing: 0.88px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 28px;
	position: relative;
	padding-bottom: 15px;
	text-transform: uppercase;
	word-wrap: break-word;
}
.wpb_widgetised_column  .widget-title::after,
.widget-area .widget-title::after {
	background-color: #ffb300;
	content: "";
	display: inline-block;
	height: 3px;
	width: 52px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.widget  ul {
	padding-left: 0;
	margin-bottom: 0;
}
.widget  ul   li {
	list-style: none;
}
.widget ul   li  {
	font-size: 16px;
	color: #555;
}
.widget ul  li a {
	color: #555;
	font-size: 16px;
	letter-spacing: 0.4px;
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
	white-space: normal;
	padding-left: 15px;
}
.widget > ul > li:last-of-type  a{
	padding-bottom: 0;
}
.widget li::before {
	content: "\f105";
	font-family:'FontAwesome';
	position: absolute;
	left: 0;
	font-size: 16px;
	color: #555;
}
.widget li a:hover {
	color: #ffb300;
}
.wpb_widgetised_column .social-icons li a:hover,
.widget-area .widget .social-icons li a:hover {
	color: #fff;
}
/* - Widget Search */
.widget_search .searchform {
	background-color: transparent;
	border: 2px solid #828282;
	border-radius: 0;
}
.widget_search .input-group .form-control,
.widget_search .btn-search {
	height: 44px;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	border: none;
}
.widget_search .btn-search {
	padding: 6px 18px;
	background-color: transparent;
	color: #333;
	font-size: 16px;
}
.widget_search  .form-control {
	font-family: 'latomedium';
	font-weight: 300;
	font-size: 16px;
	padding: 10px 22px;
	letter-spacing: 0.16px;
	color: #666;
	background-color: transparent;
}
.widget_search .btn-default {
	background-color: rgba(0, 0, 0, 0);
	border: 0 none;
	border-radius: 0;
    color: #333333;
    font-size: 16px;
    padding: 6px 18px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	outline: none;
}
.widget_search .btn-default:focus,
.widget_search .btn-default:active,
.widget_search .btn-default:hover {
	background-color:  transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	outline: none;
	
}
/* - Widget_breadcrumb_navxt  */
.widget_breadcrumb_navxt .breadcrumbs > span > a  > span {
	color: #333;
}
.widget_breadcrumb_navxt .breadcrumbs > span span {
	color: #ffb300;
}
.widget_breadcrumb_navxt .breadcrumbs a {
	text-decoration: none;
}

/* - widget_mc4wp_form_widget */
.widget_mc4wp_form_widget form .mc4wp-form-fields p label {
	display: none;
}
.widget_mc4wp_form_widget form .mc4wp-form-fields p {
	margin-bottom: 0;
}
.widget_mc4wp_form_widget form input[type="text"],
.widget_mc4wp_form_widget form input[type="email"] {
	background-color: rgba(0, 0, 0, 0);
    border: 1px solid #969696;
    border-radius: 0;
   	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
    height: 40px;
    letter-spacing: 0.42px;
    margin-bottom: 20px;
    padding: 6px 18px;
	width: 100%;
}
.widget_mc4wp_form_widget form input[type="submit"] {
	background-color: #ffb609;
    border: 1px solid #ffb609;
    border-radius: 0;
    color: #ffffff;
    font-family: "Lato",sans-serif;
    font-weight: 700;
    letter-spacing: 0.7px;
    padding: 10px 20px;
    text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget_mc4wp_form_widget form input[type="submit"]:hover {
	background-color: rgba(0, 0, 0, 0);
    color: #ffb609;
}
.widget_mc4wp_form_widget .mc4wp-response  p {
	padding-top: 5px;
	font-size: 16px;
}
/* Widget Tags */
.widget_tag_cloud .tagcloud a {
	font-size: 16px !important;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #ffb609;
    border: 1px solid #ffb609;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 6px 12px;
	color: #fff;
	display: inline-block;
}
.widget_tag_cloud .tagcloud a:last-of-type { 
	margin-right: 0;
}
.widget_tag_cloud .tagcloud a:hover {
	background-color: rgba(0, 0, 0, 0);
    color: #ffb609;
}

/* Widget RSS */
.widget_rss .widget-title .rsswidget {
	color: #333333;
	font-family: "Hind",sans-serif;
    font-size: 22px;
	letter-spacing: 0.88px;
	text-decoration: none;
}
.widget_rss ul li {
	padding-bottom: 10px;
}
.widget_rss ul li a {
	padding-bottom: 0;
}

.widget select option {
	max-width: 200px;
	padding: 5px;
	text-overflow: ellipsis;
}

/* - Widget: Calendar */
.widget_calendar #wp-calendar {
    width: 100%;
	border: none;
}
.widget_calendar table {
    margin: 0;
	width: 100%;
	margin-bottom: 0;
}
.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 3px;
	border: none;
	color: #333;
	font-weight: 500;
}
.widget_calendar caption {
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
	text-align: center;
	font-size: 15px;
	color: #000;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.widget_calendar tbody a {
    background-color: transparent;
    color: #000;
    display: block;
	text-decoration: none;
}
.widget_calendar tbody #today {
	background-color: #ffb619;  
    color: #fff;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    color: #000;
}
.widget_calendar #next,
.widget_calendar #prev {
	color: #ffb619;	
	text-align: left;
	padding: 10px 0;
}
.widget_calendar #next{
	text-align: right;
}
.widget_calendar #next a,
.widget_calendar #prev  a {
	border: 1px solid #ffb619;
	color: #ffb619;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 5px 15px;
	text-decoration: none;
	margin-left: 0;
	margin-right: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;	
}
.widget_calendar #next a:hover,
.widget_calendar #prev  a:hover {
	color: #ffb619;
	border-color: #ffb619;
}

/* Widget Comment */
.widget_recent_comments  ul .recentcomments {
	padding-bottom: 15px;
	padding-left: 15px;
}

/* - Widget Categories */
.widget-area .catagory-detail-tab .wc-tabs {
	border-bottom: none;
	margin-bottom: 30px;
}
.widget-area .catagory-detail-tab .wc-tabs li a {
	background-color: transparent;
	color: #333;
	border: 1px solid #c9c9c9;
	font-family: 'Hind', sans-serif;
	font-weight: 500;
	letter-spacing: 0.35px;
	font-size: 14px;
	border-radius: 0;
	margin: 0;
	text-transform: uppercase;
	padding: 9px 18px;
}
.widget-area .catagory-detail-tab .wc-tabs.nav-tabs > li.active > a, 
.widget-area .catagory-detail-tab .wc-tabs.nav-tabs > li.active > a:focus, 
.widget-area .catagory-detail-tab .wc-tabs.nav-tabs > li.active > a:hover,
.widget-area .catagory-detail-tab .wc-tabs li.active a {
	background-color: #ffb300;
	border-color: transparent;
	color: #fff;
}
.widget-area .tab-content ul {
	padding-left: 0;
	margin-bottom: 0;
}
.widget-area .tab-content li {
	list-style: none;
	margin-bottom: 12px;
}
.widget-area .tab-content li a {
	color: #555;
	font-size: 16px;
	letter-spacing: 0.4px;
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget-area .tab-content li a::before {
	content: "\f105";
	font-family:'FontAwesome';
	padding-right: 12px;
}
.widget-area .tab-content li a:hover {
	color: #ffb300;
}

/* - Widget Stores */
.widget.widget_stores {
	margin-bottom: 0;
}
.widget_stores ul {
	display: inline-block;
	margin-bottom: 0;
	padding-left: 0;
}
.widget_stores ul li:before {
	content: "";
	position: relative;
}
.widget_stores ul li {
	float: left;
	list-style: none;
}
.widget_stores ul li a {
	border: 1px solid #002b5e;
	display: inline-block;
	padding: 0 5px;
	height: 96px;
	line-height: 95px;
	margin-right: 32px;
	margin-bottom: 32px;
	max-width: 112px;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
footer .widget_stores ul li a { 
	border: 1px solid #fff;
	padding: 0 15px;
}
.widget_stores ul li a:hover {
	border-color: #ffb609;
	border-width: 2px;
}
footer .widget_latestposts .latest-content h5 > a,
footer .widget_latestposts .latest-content span > a,
footer .widget_recentposts .recent-content span.price del ,
footer .widget_recentposts .recent-content span.date a,
footer .widget_recentposts .recent-content h5 > a {
	color: #e2e2e2;
}

footer .widget_recentposts .recent-content span.price::after {
	color: #fff;
}
.widget_recentposts .recent-content.no-post-thum,
.widget_latestposts .latest-content.no-post-thum {
	padding-left: 0;
}

footer  .widget_latestposts .latest-content:last-of-type {
	padding-bottom: 0;
}
.widget_recentposts .recent-content:last-of-type {
	padding-bottom: 0;
}

/* - Widget Latest Posts */
.widget_latestposts .latest-content {
	display: inline-block;
    margin-bottom: 20px;
    padding-left: 100px;
	padding-bottom: 9px;
    position: relative;
    width: 100%;
	text-align: left;
}
.widget_latestposts .latest-content:last-of-type {
	margin-bottom: 0;
}
.widget_latestposts .latest-content > a > i {
    left: 0;
    position: absolute;
	max-width: 79px;
}
.widget_latestposts .latest-content p {
	display: inline-block;
	margin-bottom: 0;
}
.widget_latestposts .latest-content p > a {
	color: #ffb609;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.65px;
	text-transform: uppercase;
	text-decoration: none;
}
.widget_latestposts .latest-content p {
	padding-right: 25px;
}
.widget_latestposts .latest-content span {
	display: inline-block;
}
.widget_latestposts .latest-content span > a {
	color: #666;
	font-size: 12px;
	font-family: 'latomedium';
	letter-spacing: 0.3px;
}
.widget_latestposts .latest-content h5 {
	font-size: 16px;
	letter-spacing: 0.16px;
}
.widget_latestposts .latest-content h5 > a {
	color: #222;
	text-decoration: none;
}
.widget_latestposts .latest-content h5 > a:hover {
	color: #ffb300;
}
.widget_latestposts .latest-content .star-rating i {
	color: #ffb609;
}

/* - Widget Recent Product */
.widget_recentposts .recent-content {
	display: inline-block;
    margin-bottom: 20px;
    padding-left: 100px;
	padding-bottom: 15px;
    position: relative;
    width: 100%;
}
.widget_recentposts .recent-content:last-of-type {
	margin-bottom: 0;
}
.widget_recentposts .recent-content > a > i {
    left: 0;
    position: absolute;
}
.widget_recentposts .recent-content > a > i > img {
	border-radius: 100%;
}
.widget_recentposts .recent-content h5 {
	font-size: 17px;
	letter-spacing: 0.425px;
	line-height: 24px;
	margin-top: 0;
}
.widget_recentposts .recent-content h5 > a {
	color: #333;
	text-decoration: none;
}
.widget_recentposts .recent-content h5 > a:hover {
	color: #ffb300;
}
.widget_recentposts .recent-content span.price {
	color: #ffb300;
	letter-spacing: 0.35px;
}
.widget_recentposts .recent-content span.price del {
	color: #666;
	padding-right: 5px;
}
.widget_recentposts .recent-content span.price::after {
	content: "/";
	color: #666;
	padding-left: 8px;
}
.widget_recentposts .recent-content span.date {
	padding-left: 8px;
}
.widget_recentposts .recent-content span.date a {
	color: #666;
}

/* - Widget Subscribe */
.widget_subscribe p {
	color: #666;
	letter-spacing: 0.42px;
	margin-bottom: 25px;
}
.widget_subscribe .form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	border-radius: 0;
	border-color: #969696;
	background-color: transparent;
	height: 40px;
	letter-spacing: 0.42px;
	margin-bottom: 20px;
	padding: 6px 18px;
}
.widget_subscribe .input-group input[type="submit"] {
	background-color: #ffb609;
	border: none;
	border: 1px solid #ffb609;
	border-radius: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.7px;
	padding: 10px 20px;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget_subscribe .input-group input[type="submit"]:hover {
	background-color: transparent;
	color: #ffb609; 
}

/* - Store Section */
.store-section {
	padding-bottom: 75px;
}
.store-section .store-main-box {
	border: 1px solid #ffb300;
	padding-left: 0;
	padding-right: 0;
}
.store-box {
	text-align: center;
	height: 170px;
	line-height: 170px;
	padding-left: 0;
	padding-right: 0;
	border-left: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
}
.store-section .store-detail {
	background-color: #002b5e;
	padding: 72px 50px;
	text-align: right;
}
.store-section .featured-store-left .store-detail {
	text-align: left;
}
.store-section .featured-store-left .store-detail p {
	padding-left: 0;
}
.store-section .store-detail h5 {
	color: #fff;
	font-family: 'latosemibold';
	font-size: 28px;
	letter-spacing: 1.12px;
	margin-top: 0;
	margin-bottom: 25px;
	word-wrap: break-word;
}
.store-section .store-detail p {
	color: #c8c8c8;
	font-family: 'latosemibold';
	letter-spacing: 0.14px;
	line-height: 22px;
	margin-bottom: 35px;
	padding-left: 60px;
}
.store-section .store-detail a {
	border: 2px solid #ffb300;
	color: #fff;
	display: inline-block;
	letter-spacing: 0.84px;
	padding: 8px 28px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.store-section .store-detail a:hover {
	border: 2px solid #fff;
	background-color: #fff;
	color: #002b5e;
}

/* - Features Deal */
.features-deal {
	padding-bottom: 60px;
	overflow-x: hidden;
}
.features-deal .section-header {
	margin-bottom: 35px;
}
.features-deal .section-header h3 {
	line-height: 45px;
}
.features-deal  .large-thumb-img {
	position: relative;
}
.features-deal  .large-thumb-img .stores-image {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
}
.features-deal .flexslider.features-details-full {
	margin-bottom: 35px;
	border: none;
	border-radius: 0;
}
.features-deal .flexslider.features-details-full .verticle-thumb {
	text-align: right;
}
.features-deal .flexslider.features-details-full .verticle-thumb img {
	margin-bottom: 10px;
}
.features-deal .features-details-full .features-details-content h5 {
	color: #444;
	font-family: 'latosemibold';
	font-size: 20px;
	letter-spacing: 0.2px;
	line-height: 30px;
	margin-top: 0;
}
.features-deal .features-details-full .features-details-content p {
	color: #777;
	font-family: 'latosemibold';
	line-height: 26px;
	letter-spacing: 0.35px;
}
.features-deal .features-details-full .features-details-content span.star-rating  {
	color: #ffb300;
	font-size: 18px;
}
.features-deal .features-details-full .features-details-content span.rating {
	color: #666;
	letter-spacing: 0.42px;
	padding-left: 10px;
}
.features-deal .features-details-full .features-details-content span.valid-date {
	color: #666;
	letter-spacing: 0.42px;
	width: 100%;
	display: inline-block;
}
.features-deal .features-details-full .features-details-content span.price {
	color: #002b5e;
	display: block;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1.56px;
	line-height: 22px;
	margin-top: 12px;
}
.features-deal .features-details-full .features-details-content span.price del {
	color: #666;
	display: block;
	font-family: 'latosemibold';
	font-size: 18px;
	letter-spacing: 1.08px;
	line-height: 22px;
	margin-bottom: 10px;
}
.features-deal .features-details-full .features-details-content > a {
	background-color: #ffb300;
	border: 1px solid #ffb300;
	color: #fff;
	display: inline-block;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	letter-spacing: 0.9px;
	padding: 10px 30px;
	margin-top: 25px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.features-deal .features-details-full .features-details-content > a:hover {
	background-color: transparent;
	color: #ffb300;
}
.features-deal .flexslider.features-details-thumb {
	margin-bottom: 48px;
	border: none;
	border-radius: 0;
}
.features-deal .flexslider.features-details-thumb .flex-direction-nav {
	display: none;
}
.features-deal .flexslider .slides > li img {
	display: inline-block;
}
.features-deal .flexslider .slides img {
	width: auto;
}
.features-deal .flexslider.features-details-full .flex-direction-nav a {
	display: none;
	height: 0;
}
.features-deal .features-details-thumb .slides > li {
	position: relative;
}
.features-deal .features-details-thumb .slides > li > a {
	position: relative;
	display: inline-block;
}
.features-deal .features-details-thumb .slides > li > a::before {
	background-color: rgba(0, 0, 0, 0.612);
	content: "";
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	bottom: 0;
	position: absolute;
}
.features-deal .features-details-thumb .slides > li > a::after {
	color: #fff;
    content: "\e67b";
    font-family: "Stroke-Gap-Icons";
    font-size: 24px;
    height: 25px;
    left: 0;
    margin: 0 auto;
	opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%); 
    width: 24px;
    z-index: 3;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.features-deal .features-details-thumb .slides > li > a:hover::before {
	opacity: 1;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.features-deal .features-details-thumb .slides > li > a:hover::after {
	opacity: 1;
}

/* - App Section */
.app-section {
	padding-top: 60px;
}
.app-section2 {
	background-color: #fafafa;
}
.app-section .app-content {
	padding-top: 20px;
}
.app-section .app-content h5 {
	color: #333;
	font-family: 'latosemibold';
	font-size: 42px;
	line-height: 45px;
	margin-top: 0;
	margin-bottom: 25px;
}
.app-section .app-content h5 span {
	color: #ffb300;
	font-family: 'latosemibold';
	font-style: italic;
}
.app-section .app-content p {
	color: #555;
	font-family: 'latomedium';
	font-weight: normal;
	line-height: 24px;
	padding-right: 32%;
}
.app-section .app-content p:last-of-type {
	margin-bottom: 37px;
}
.app-section .app-content h3 {
	color: #444;
	font-size: 30px;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 40px;
}
.app-section .app-content a {
	background-color: #ffb300;
	border: 1px solid #ffb300;
	color: #fff;
	display: inline-block;
	font-family: 'Hind', sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.6px;
	line-height: 28px;
	padding: 15px 22px 8px;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.app-section .app-content a:hover {
	background-color: transparent;
	color: #ffb300;
}
.app-section .app-content a i {
	padding-right: 10px;
}
.app-section .app-content a:first-of-type {
	margin-right: 20px;
}
.app-section .app-content a.app-link {
	background-color: #002b5e;
	border-color: #002b5e;
}
.app-section .app-content a.app-link:hover {
	background-color: transparent;
	color: #002b5e;
}
.app-section .app-img {
	text-align: center;
}

/* - Features Section */
.features-section .owl-carousel .owl-item img {
    width: auto;
	display: inline-block;
}
.features-section .features-box {
	position: relative;
	display: inline-block;
	width: 100%;
}
.small-img  .features-box {
	max-width: 324px;
}
.features-section .features-box > i {
	position: relative;
	display: inline-block;
}
.features-section .features-box > i::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	z-index: 2;
}
.features-section .features-box .features-content {
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50%;
	margin: 0 auto;
	opacity: 0;
	z-index: 2;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.features-section .features-box .features-content img {
	margin-bottom: 30px;
}
.features-section .features-box .features-content p {
	color: #fff;
	font-family: 'Hind', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.features-section .features-box .features-content span.date {
	color: #fff;
	display: block;
	letter-spacing: 0.35px;
	margin-bottom: 20px;
}
.features-section .features-box .features-content .share-icons {
	margin-bottom: 20px;
}
.features-section .features-box .features-content .share-icons a {
	color: #fff;
	text-decoration: none;
}
.features-section .features-box .features-content .share-icons a::after {
	content: "|";
	color: #757575;
	padding: 0 10px;
}
.features-section .features-box .features-content .share-icons a:last-child::after {
	content: "";
}
.features-section .features-box .features-content .share-icons a > i {
	padding-right: 10px;
}
.features-section .features-box .features-content span.price del {
	color: #fff;
	font-size: 14px;
	padding-right: 20px;
}
.features-section .features-box .features-content span.price {
	color: #ffb300;
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.features-section .features-box .features-content > a {
	background-color: #ffb300;
    color: #fff;
    display: inline-block;
    font-family: "Hind",sans-serif;
    font-weight: 600;
	font-size: 15px;
    padding: 12px 30px;
    letter-spacing: 0.375px;
    text-decoration: none;
    text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.features-section .features-box .features-content > a:hover {
	background-color: #fff;
	color: #ffb300;
}
.features-section .features-box:hover > i::before {
	opacity: 1;
}
.features-section .features-box:hover .features-content {
	opacity: 1;
}
.features-section .features-carousel .small-img .features-box {
	margin-bottom: 15px;
	display: block;
}
.features-section  .small-img .features-box .features-content img {
	margin-bottom: 20px;
}

/* - News Letter */
.news-letter {
	background-color: #002b5e;
	padding-top: 55px;
	padding-bottom: 55px;
}
.news-letter .news-letter-content {
	padding-left: 30px;
}
.news-letter .news-letter-content h5 {
	color: #fff;
	display: inline-block;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	font-size: 36px;
	letter-spacing: 0.9px;
	margin: 0;
	line-height: 60px;
}
.news-letter .news-letter-inputs  form label {
	display: none;
}
.news-letter .news-letter-inputs p {
	display: inline-block;
	margin-bottom: 0;
}
.news-letter .news-letter-inputs form input[type="text"],
.news-letter .news-letter-inputs form input[type="email"] {
	border: none;
    border-radius: 0;
    box-shadow: none;
    color: #555555;
    font-family: "latosemibold";
    font-size: 13px;
    font-style: italic;
    height: 44px;
    letter-spacing: 1.3px;
    padding: 6px 20px;
	background-color: #fff;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	min-width: 440px;
	margin-right: 80px;
}
.news-letter .news-letter-inputs form input[type="submit"] {
	border: 2px solid #ffb300;
    color: #ffffff;
    display: inline-block;
    font-family: "Hind",sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.25px;
    padding: 11px 30px 9px;
	background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
   -webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	border-radius:0;
}
.news-letter .news-letter-inputs form input[type="submit"]:hover {
	background-color: #ffb300;
}

.news-letter .mc4wp-response p {
	color: #fff;
	margin-top: 5px;
	margin-bottom: 0;
}
.news-letter-inputs form input::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
.news-letter-inputs form input::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.news-letter-inputs form input:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.news-letter-inputs form input:-moz-placeholder {
	color: #999;
	opacity: 1;
}
.news-letter .news-letter-inputs {
	padding-left: 45px;
	padding-top: 8px;
}
.news-letter .form-control {
	border-radius: 0;
	box-shadow: none;
	border: none;
	color: #555;
	height: 44px;
	font-family: 'latosemibold';
	font-size: 13px;
	font-style: italic;
	letter-spacing: 1.3px;
	padding: 6px 20px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
}
.news-letter .news-letter-button a {
	border: 2px solid #ffb300;
	color: #fff;
	display: inline-block;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1.25px;
	padding: 10px 30px;
	margin-left: 50px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.news-letter .news-letter-button a:hover {
	background-color: #ffb300;
}

/* - Team Section */
.team-section {
	padding-top: 65px;
	padding-bottom: 50px;
}
.team-section .section-header h3 {
	border-bottom: 1px solid #c5c5c5;
	font-size: 30px;
	padding-bottom: 5px;
	line-height: 55px;
}
.team-section .team-box {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.team-section .team-content {
	background-color: #002b5e;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.team-section .team-content h5 {
	color: #fff;
	font-family: 'Hind', sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.64px;
	line-height: 34px;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	word-wrap: break-word;
	padding: 0 10px;
}
.team-section .team-content p {
	color: #d7d7d7;
	font-size: 16px;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	margin-bottom: 0px;
	text-transform: uppercase;
	word-wrap: break-word;
	padding: 0 15px;
	line-height: 27px;
}
.team-section .team-content .team-social {
	padding-left: 0;
	margin-bottom: 15px;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.team-section .team-content .team-social > a {
	color: #002b5e;
	display: inline-block;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 10px;
	line-height: 26px;
}
.team-section .team-content .team-social ul {
	padding-left: 0;
	margin-bottom: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.team-section .team-content .team-social ul li {
	display: inline-block;
	margin-right: 10px;
}
.team-section .team-content .team-social ul li:last-child {
	margin-right: 0;
}
.team-section .team-content .team-social li > a {
	border: 1px solid #fff;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	height: 37px;
	width: 37px;
	line-height: 37px;
	margin-bottom: 0;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.team-section .team-content .team-social li > a:hover {
	background-color: #fff;
	color: #222;
}
.team-section .team-box:hover .team-content {
	background-color: #ffb300;
}
.team-section .team-box:hover .team-social {
	opacity: 1;
	padding-bottom: 10px;
	position: relative;
}
.team-section .team-box:hover .team-content p {
	color: #f5f5f5;
}

/* - Clients */
.clients {
	padding: 80px 0;
}
.clients .section-header h3 {
	border-bottom: 1px solid #c5c5c5;
	font-size: 30px;
	padding-bottom: 8px;
	line-height: 52px;
}
.clients .owl-carousel .owl-item img {
    width: auto;
	display: inline-block;
}
.clients .owl-carousel .owl-item img {
    width: auto;
	display: inline-block;
}
.clients .clients-carousel .item  a {
	border: 1px solid #e4e4e4;
	text-align: center;
	line-height: 121px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;	
	min-height: 121px;
	max-height: 121px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.clients .clients-carousel .item  a:hover {
	border: 2px solid #ffb300;
}

/* - Deal Single */
.deal-single .coupons-code {
	float: right;
	margin-bottom: 23px;
}
.deal-details .coupons-code a {
	margin-top: 0;
}
.deal-single .deal-box {
	display: inline-block;
	margin-bottom: 40px;
	width: 100%;
}
.deal-single .deal-box img {
	padding-bottom: 35px;
}
.deal-single .deal-content h3 {
	color: #333;
	font-family: 'Hind', sans-serif;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.6px;
	line-height: 42px;
	margin-top: 0;
	margin-bottom: 20px;
}
.deal-single .deal-content .product-rating {
	display: inline-block;
	margin-bottom: 20px;
}
.deal-single .deal-content .star-rating {
	color: #ffb300;
	font-size: 18px;
}
.deal-single .deal-content span.rating {
	padding: 0 30px;
}
.deal-single .deal-content span.rating,
.deal-single .deal-content span.date {
	color: #666;
	letter-spacing: 0.42px;
}
.deal-single .deal-content p {
	color: #555;
	line-height: 27px;
	letter-spacing: 0.35px;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}
.deal-single .pricing-table {
	display: inline-block;
	position: relative;
	margin-bottom: 50px;
	width: 100%;
}
.deal-single .pricing-table .price-content {
	border: 1px solid #ffb300;
	border-right: none;
	text-align: center;
	position: relative;
}
.deal-single .pricing-table .col-md-3:last-of-type .price-content {
	border-right: 1px solid #ffb300;
}
.deal-single .pricing-table .price-content h5 {
	color: #333;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.9px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.deal-single .pricing-table .price-content span {
	color: #777;
	display: inline-block;
	font-size: 12px;
	font-family: 'latomedium';
	letter-spacing: 0.6px;
	margin-bottom: 10px;
	text-transform: uppercase;
	word-wrap: break-word;
}
.deal-single .deal-content a.get-deal {
	background-color: #ffb300;
	border: 1px solid #ffb300;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	letter-spacing: 0.75px;
	padding: 12px 30px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.deal-single .deal-content a.get-deal:hover {
	color: #ffb300;
	background-color: transparent;
}
.deal-single .deal-content .social-icons {
	float: right;
}
.deal-single .related-deals h5 {
	border-bottom: 1px solid #c0c0c0;
	color: #333;
	font-family: 'Hind', sans-serif;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 1.6px;
	margin-top: 0;
	margin-bottom: 40px;
	padding-bottom: 5px;
	text-transform: capitalize;
	line-height: 55px;
}

.deal-single .related-deals .no-post-image .related-content a {
	color: #555;
	font-size: 22px;
	font-family: 'Hind', sans-serif;
    font-weight: 500;
    letter-spacing: 0.6px;
	text-decoration: none;
	line-height: 30px;
}
.deal-single .related-deals .no-post-image .related-content a:hover {
	color: #ffb300;
}
.deal-single .related-deals .post-image .related-images {
	position: relative;
	text-align: center;
}
.deal-single .related-deals .post-image .related-images > a::before {
	background-color: rgba(0, 0, 0, 0.749);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.deal-single .related-deals .post-image .related-images > a::after {
	color: #fff;
    content: "\e67b";
    font-family: "Stroke-Gap-Icons";
    font-size: 24px;
    left: 0;
    margin: 0 auto;
	opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
    z-index: 3;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.deal-single .related-deals .post-image .related-images:hover > a::before ,
.deal-single .related-deals .post-image .related-images:hover > a::after {
	opacity: 1;
}
.deal-single  .related-deals {
	margin-bottom: 30px;
}
/* - Catagories Section */
.catagories-img-box {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.catagories-img-box::before {
	background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.catagories-img-box .catagories-content {
	left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 65%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;	
}
.catagories-img-box .catagories-content i {
	color: #ffb300;
	display: inline-block;
	font-size: 25px;
	margin-bottom: 15px;
}
.catagories-img-box .catagories-content p {
	color: #fff;
	font-size: 18px;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	letter-spacing: 0.45px;
	margin-bottom: 0;
	padding: 0 15px;
	text-transform: uppercase;
	word-wrap: break-word;
}
.catagories-img-box .catagories-content a.view-all {
	background-color: #ffb300;
	border: 1px solid #ffb300;
	color: #fff;
	display: inline-block;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	opacity: 0;
	font-size: 15px;
	letter-spacing: 1.125px;
	margin-top: 20px;
	padding: 10px 30px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.catagories-img-box .catagories-content a.view-all:hover {
	background-color: transparent;
	color: #ffb300;
}

.catagories-img-box:hover::before {
	background-color: rgba(0, 0, 0, 0.849);
}
.catagories-img-box:hover .catagories-content {
	top: 50%;
}
.catagories-img-box:hover .catagories-content a.view-all {
	opacity: 1;
}
.catagories-box.no-category-thumb .catagories-img-box:before {
	background-color: transparent;
}
.catagories-box.no-category-thumb .catagories-img-box .view-all {
	opacity: 1;
}
.catagories-box.no-category-thumb .catagories-content p  {
	color: #000;
} 
.catagories-box.no-category-thumb .catagories-content {
	position: relative;
	top: 0;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
}

/* - Faq Section */
.faq-section .panel-group .panel {
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin-bottom: 30px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
}
.faq-section .panel-heading {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
}
.faq-section .panel-title  a {
	border: 1px solid #d6d6d6;
	color: #ffb300;
	display: inline-block;
	padding: 12px 40px 14px 80px;
	position: relative;
	width: 100%;
	font-size: 15px;
	text-transform: uppercase;	
	background-color: transparent;
	letter-spacing: 0.75px;
	text-decoration: none;
	line-height: 22px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.faq-section .panel-title a::before {
	border-right: 1px solid #d6d6d6;
	background-color: #ffb300;
	color: #fff;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	display: inline-block;
	width: 50px;
	bottom: 0;
	line-height: 45px;
	text-align: center;	
	z-index: 1;
}
.faq-section .panel-title a::after {
	content: "\f128";
	font-family:'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 25px;
	color: #fff;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 50px;
	text-align: center;
	z-index: 2;
}
.faq-section .panel-title a.collapsed::before {
	background-color: transparent;
	color: #999;
}
.faq-section .panel-title a.collapsed::after {
	color: #999;
}
.faq-section .panel-title a.collapsed {
	background-color: transparent;
	color: #222;
}
.faq-section  .panel-group .panel-heading + .panel-collapse > .list-group,
.faq-section .panel-group .panel-heading + .panel-collapse > .panel-body{
	border-top: none;
}
.faq-section .panel-body {
	padding: 10px 0;
	position: relative;	
}
.faq-section .panel-body p {
	color: #444;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.75px;
}

/* - Contact Us */
.contact-us .section-header {
	margin-bottom: 13px;
}
.contact-us .section-header h3 {
	line-height: 45px;
}
.contact-us .contact-content p {
	color: #666;
	line-height: 26px;
	letter-spacing: 1.05px;
	margin-bottom: 25px;
}
.contact-us .contact-content .contact-enquiries {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 25px;
	width: 100%;
}
.contact-us .contact-content .call-enquiries {
	background-color: #f7f7f7;
	padding-top: 48px;
	padding-bottom: 48px;
	text-align: center;
}
.contact-us .contact-content .call-enquiries p {
	color: #444;
	font-weight: 500;
	font-size: 18px;
	font-style: italic;
	letter-spacing: 0.63px;
	margin-bottom: 15px;
	line-height: 30px;
	padding: 0 15px;
}
.contact-us .contact-content .call-enquiries a {
	color: #ffb300;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1.1px;
	line-height: 30px;
	padding: 0 15px;
}
.contact-us .contact-detail {
	display: inline-block;
	width: 100%;
}
/* - Contact Address */
.contact-address  .section-header {
	margin-bottom: 17px;
}
.contact-address .section-header h3 {
	line-height: 45px;
}
.contact-address .address-box {
	position: relative;
	padding-left: 45px;
}
.contact-address .address-box i {
	color: #ffb300;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 5px;
}
.contact-address .address-box h5 {
	color: #222;
	font-family: 'Hind', sans-serif;
	font-size: 20px;
	letter-spacing: 0.6px;
	line-height: 35px;
	margin-top: 0;
	margin-bottom: 2px;
	word-wrap: break-word;
}
.contact-address .address-box p {
	color: #555;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.48px;
	margin-bottom: 0;
}
.contact-address  .address-box p > a {
	color: #555;
}

/* - Contact Form */
.contact-form {
	padding-left: 45px;
}
.contact-form .section-header {
	margin-bottom: 18px;
}
.contact-form .section-header h3 {
	line-height: 45px;
}
.contact-form .form-group {
	margin-bottom: 32px;
}
.wpcf7 .wpcf7-form .form-group label {
	color: #666;
	font-family: 'latomedium';
	font-size: 15px;
	letter-spacing: 0.75px;
	margin-bottom: 18px;
	font-weight: normal;
	text-transform: capitalize;
}
.wpcf7 .wpcf7-form  .form-control:not(textarea) {
	background-color: transparent;
	border-color: #cecece;
	border-radius: 0;
	letter-spacing: 0.462px;
	height: 42px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
}
.wpcf7 .wpcf7-form  .input-group {
	width: 100%;
}
.wpcf7 .wpcf7-form  .input-group .input-group-addon {
	background-color: transparent;
	border-radius: 0;
	color: #777;
    font-size: 16px;
    padding: 8.5px 14px;
}
.wpcf7 .wpcf7-form  .form-group .btn-default {
	border-radius: 0;
	color: #777;
	font-size: 16px;
	padding: 8.5px 14px;
}
.wpcf7 .wpcf7-form  textarea.form-control {
	border-right: none;
	position: relative;
	width: 100%;
	outline: 0 none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #cecece;
	border-radius: 0;
	box-shadow: none;
}
.wpcf7 .wpcf7-form  .input-group.text-area-addon .input-group-addon {
	vertical-align: top;
	padding:  8.5px 15px;
}
.wpcf7 .wpcf7-form  input[type="submit"] {
    background-color: #ffb300;
    border: 1px solid #ffb300;
	border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
	font-family: 'Hind', sans-serif;
    font-weight: 600;
    line-height: 30px;
	letter-spacing: 0.4px;
    margin-bottom: 0;
    outline: medium none;
    padding: 6px 32px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	white-space: normal;
	word-wrap: break-word;
}
.wpcf7 .wpcf7-form  input[type="submit"]:hover {
	background-color: transparent;
	color: #ffb300;
}
div.wpcf7-response-output {
	margin: 2em 0;
	padding: 0.6em 2em;
}
/* - Map */
.map {
	position: relative;
	margin-top: 70px;
}

/* - Error Page */
.site-main .header-search-1,
.site-main .header2-search {
	display: none;
}
.error-page {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	text-align: center;
}
.error-page .error-content {
	position: relative;
	border: 4px dashed #000;
	display: inline-block;
	padding: 30px 64px;
	min-width: 485px;
	text-align: center;
	margin-bottom: 40px;
}
.error-page .error-content::after {
	position: absolute;
	content: "";
	background: url("../../assets/images/404.png"); 
	background-repeat: no-repeat;
	height: 60px;
	width: 59px;
}
.error-page .error-content::after{	
	right: -27px;
	bottom: 24px;
}
.error-page .error-content h3 {
	color: #ffb300;
	display: inline-block;
	font-family: 'Hind', sans-serif;
	font-weight: 500;
	font-size: 150px;
	letter-spacing: 3.75px;
	line-height: 130px;
	margin-top: 10px;
	margin-bottom: 0;
	word-wrap: break-word;
}
.error-page .error-content h5 {
	color: #002b5e;
	font-family: 'Hind', sans-serif;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.6px;
	margin-bottom: 5px;
	text-transform: uppercase;
	word-wrap: break-word;
	line-height: 40px;
}
.error-page .error-content p {
	color: #555;
	letter-spacing: 0.35px;
	line-height: 18px;
	margin-bottom: 0;
	word-wrap: break-word;
}
.error-page a.back-to-home {
	background-color: #ffb300;
	border: 1px solid #ffb300;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	letter-spacing: 0.4px;
	padding: 12px 30px 8px;
	line-height: 28px;
	margin-bottom: 50px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.error-page a.back-to-home:hover {
	background-color: transparent;
	color: #ffb300;
}
.error-page [class*="col-md"] {
	display: block;
	float: none;
	margin: 0 auto;
}
.error-page .input-group {
	border: 1px solid #d2d2d2;
}
.error-page .form-control {
	border: none;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	font-family: 'latosemibold';
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	height: auto;
	letter-spacing: 1.2px;
	padding: 10px 20px;
}
.error-page .input-group .btn-default {
	background-color: transparent;
	border: none;
	color: #545555;
	padding: 10px 20px;
}
.error-page .input-group .btn-default:hover
.error-page .input-group .btn-default:active,
.error-page .input-group .btn-default:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	background-color: transparent;
}


/* - Product Section */
.product-section {
	padding-top: 80px;
	padding-bottom: 0;
}
.product-section .section-header h3 {
	line-height: 45px;
}
#deal-product.product-section {
	margin-bottom: 80px;
}
.product-section .product-header {
	border-bottom: 1px solid #c9c9c9;
	display: inline-block;
	margin-bottom: 40px;
	position: relative;
	width: 100%;
}
.product-section .section-header {
	display: inline-block;
	margin-bottom: 0;
}
.product-section .products-categories {
	padding-left: 0;
	margin-bottom: 0;
	margin-right: 60px;
	float: right;
}
.product-section.product-section-2 .products-categories {
	margin-right: 0px;
}
.product-section.product-section-2 .products-categories li:last-of-type {
	margin-right: 0;
}

.product-section .products-categories li {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 5px;
}
.product-section .products-categories li a {
	color: #555;
	font-family: 'latosemibold';
	font-size: 15px;
	letter-spacing: 0.375px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.product-section .products-categories li.active a,
.product-section .products-categories li a:hover {
	color: #ffb300;
}
.product-section .products ul, 
.product-section ul.products {
	margin-bottom: 50px;
	clear: both;
    list-style: none;
    padding: 0;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.product-section .products ul li, 
.product-section ul.products li {
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	width: 25%;
	position: relative;
	text-align: center;
	margin-bottom: 14px;
}
#deal-product .products  li {
	margin-bottom: 50px;
}

.product-section .products ul li > a, 
.product-section ul.products li > a {
	text-decoration: none;
	display: inline-block;
	position: relative;
	width: 100%;
}
.product-section ul.products.product-carousel {
	margin-bottom: 0;
	padding-left: 0;
	z-index: 0;
}
.product-section .products.product-carousel ul li, 
.product-section ul.products.product-carousel li {
	display: inline-block;
	text-decoration: none;
}
.product-section .products.product-carousel ul li span img, 
.product-section ul.products.product-carousel li span img {
    -webkit-transform-style: inherit;
    transform-style: inherit;
}
.product-section ul.products.product-carousel li a {
	border: 2px solid #ededed;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.product-section ul.products li.product span.product-img {
	display: inline-block;
	position: relative;
}
.product-section ul.products li.product span.product-img::before {
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	display: inline-block;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.product-section .products.product-carousel span.new-product {
	background-color: #ffb300;
	border-radius: 100%;
	color: #fff;
	font-size: 11px;
	line-height: 45px;
	font-weight: 700;
	height: 45px;
	width: 45px;
	line-height: 45px;
	letter-spacing: 0.275px;
	opacity: 1;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	padding: 0 2px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.product-section .products.product-carousel .product-content {
	display: block;
	padding: 30px 20px 20px;
	max-width: 275px;
	text-align: left;
}
.product-section .products.product-carousel h5 {
	color: #333;
	font-family: 'latosemibold';
	letter-spacing: 0.35px;
	line-height: 18px;
	margin-top: 0;
	line-height: 24px;
}
.product-section .products.product-carousel p.star-rating {
	color: #ffb300;
	display: block;
}
.product-section .products.product-carousel p.price del {
	color: #666;
	font-family: 'latosemibold';
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.84px;
	margin-bottom: 0;
	padding-right: 30px;
}
.product-section .products.product-carousel p.price {
	color: #ffb300;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
.product-section .products.product-carousel p.hover-content {
	text-align: center;
	bottom: 0;
    display: inline-block;
    left: 0;
    margin: 0 auto;
	opacity: 0;
    position: absolute;
    right: 0;
    top: 10%;
    transition: all 1s ease 0s;
}
.product-section .products.product-carousel p.hover-content img {
	display: inline-block;
	margin-bottom: 15px;
}
.product-section .products.product-carousel p.hover-content span.date {
	color: #fff;
	display: block;
	font-weight: 700;
	letter-spacing: 0.35px;
	margin-bottom: 20px;
}
.product-section .products.product-carousel p.hover-content > a {
	border: none;
	background-color: #ffb300;
	color: #fff;
	display: inline-block;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	letter-spacing: 0.35px;
	padding: 12px 24px;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.product-section .products.product-carousel p.hover-content > a:hover {
	background-color: #fff;
	color: #ffb300;
}
.product-section ul.products li.product:hover span.new-product {
	opacity: 0;
}
.product-section ul.products li.product:hover p.hover-content {
	opacity: 1;
}
.product-section ul.products li.product:hover span.product-img::before {
	opacity: 1;
}

.product-section .slick-arrow {
	border: 1px solid #ffb300;
	border-radius: 0;
	color: #000;
	height: 39px;
	width: 39px;
	font-size: 0;
	background-color: transparent;
	position: absolute;
	top: -61px;
}
.product-section .slick-arrow::before {
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #000;	
}
.product-section .slick-prev::before {
	content: "\f104";
}
.product-section .slick-next::before {
	content: "\f105";
}
.product-section .slick-prev::before, 
.product-section .slick-next::before {
	line-height: 39px;
}
.product-section .slick-prev:hover, 
.product-section .slick-prev:focus, 
.product-section .slick-next:hover, 
.product-section .slick-next:focus
.product-section .slick-arrow:hover { 
	opacity: 1;
}
.product-section .slick-next {
	right: 15px;
}
.product-section .slick-prev  { 
	right: 53px;
}
/* Category List */
.catagories-list-content {
	margin-bottom: 30px;
}
.catagories-list-content:nth-child(2n+1) {
	clear: both;
}
.catagories-list-content .catagories-box {
	position: relative;
}
.catagories-list-content:not(.no-post-image) .store-image {
	position: absolute;
	top: 10px;
	left: 10px;
}
.catagories-list-content:not(.no-post-image)  .catagories-box {
	margin-bottom: 20px;
}
.catagories-list-content .store-image img {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #c8c8c8;
}
.catagories-list-content .catbox-content h3 {
	color: #333;
    font-family: "Hind",sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 42px;
    margin-bottom: 10px;
    margin-top: 0;
}
.catagories-list-content .catbox-content span {
	color: #666;
    letter-spacing: 0.42px;
	padding-bottom: 15px;
	display: inline-block;
	width: 100%;
}
.catagories-list-content .catbox-content a {
	background-color: #ffb300;
    border: 1px solid #ffb300;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.75px;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	text-align: center;
	white-space: normal;
}
.catagories-list-content .catbox-content a:hover {
	background-color: rgba(0, 0, 0, 0);
    color: #ffb300;
}

/* Search Page */
.content-area  .header-search-1,
.content-area  .header2-search {
	display: none;
}

footer  .header-search-1,
footer .header2-search {
	display: none;
}

.search-no-results .page-header  {
	padding-bottom: 0;
}
.search-no-results .page-header .page-title {
	margin-top: 0;
	line-height: 46px;
}
.slider-search .searchform,
.search-no-results  .content-area .searchform {
	border: 2px solid #828282;
}
.slider-search .searchform  .form-control,
.search-no-results  .content-area .searchform  .form-control {
	background-color: rgba(0, 0, 0, 0);
    color: #666;
    font-family: "latomedium";
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.16px;
    padding: 10px 22px;
}
.slider-search .searchform  .btn-default,
.slider-search .searchform  .form-control,
.search-no-results  .content-area .searchform  .btn-default,
.search-no-results  .content-area .searchform  .form-control { 
	border: medium none;
    border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
    height: 44px;
    outline: medium none;
}
.slider-search .btn-default,
.search-no-results  .content-area .searchform  .btn-default {
	background-color: rgba(0, 0, 0, 0);
    color: #333333;
    font-size: 16px;
    padding: 6px 18px;
}

/* User List Coupon */ 
.user-list-coupons  .list-coupons  {
	margin-bottom: 30px;
}
.coupon-details {
	border: 1px solid #000;
	text-align: center;
	padding: 15px;
}
.user-coupon-image  {
	margin-bottom: 20px;
}

.user-list-coupons  .row .list-coupons:nth-child(2n+1) {
	clear: both;
}

.user-list-coupons  .list-coupons  .coupon-image img {
	margin-bottom: 15px;
	margin-right: 5px;
}
.user-list-coupons  .list-coupons  .coupon-image img {
	border: 1px solid #c8c8c8;
	padding: 10px;
}
.view-coupons  h3,
.user-list-coupons  .list-coupons  h3 {
	color: #333333;
    font-family: "Hind",sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 38px;
    margin-bottom: 10px;
    margin-top: 0;
}
.view-coupons .coupon-image img {
	border: 1px solid #ffb300;
	margin-right: 10px;
	margin-bottom: 10px;
}
.view-coupons span:not(.offer-coupons),
.user-list-coupons  .list-coupons  p,
.user-list-coupons  .list-coupons  span {
	display: block;
	color: #555;
	font-family: "latomedium";
	letter-spacing: 0.42px;
	margin-bottom: 5px;
}

.user-list-coupons  .list-coupons .user-action,
.user-list-coupons  .list-coupons  input[type="submit"] {
	background-color: #ffb300;
    border: 1px solid #ffb300;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.9px;
    margin-top: 10px;
    padding: 10px 10px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	display: inline-block;
	margin-right: 5px;
}
.user-list-coupons  .list-coupons .user-action:hover,
.user-list-coupons  .list-coupons  input[type="submit"]:hover {
	background-color: transparent;
    color: #ffb300;
}
.user-list-coupons  .list-coupons .user-action {
	margin-right: 5px;
}
.user-list-coupons  .list-coupons .user-action:last-of-type {
	margin-right: 0;
}	

.coupon-details form {
	display: inline-block;
}

/* User View Coupon */
.view-coupons {
	position: relative;
}
.view-coupons .coupon-cover{
	margin-bottom: 15px;
}
.view-coupons:not(.no-coupon-thumb) .coupon-image {
	position: absolute;
	top: 10px;
	left: 10px;
}
.view-coupons  span.offer-coupons {
	background-color: #002b5e;
	color: #fff;
	letter-spacing: 0.78px;
	position: relative;
	padding: 10px 30px 10px 20px;
	display: block;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.view-coupons span.offer-coupons::after {
	content: "";
	position: absolute;
	border-top: 22px solid #002b5e;
	border-right: 15px solid transparent;
	top: 0;
	right: -10px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.view-coupons .offer-coupons:before {
	content: "";
	position: absolute;
	border-bottom: 22px solid #002b5e;
	border-right: 15px solid transparent;
	bottom: 0;
	right: -10px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	
}
.view-coupons .coupon-offer {
	margin-bottom: 15px;
	margin-right: 30px;
}
.view-coupons .coupons-code,
.view-coupons .coupon-offer { 
	display: inline-block;
}
.view-coupons .coupons-code {
	color: #555;
	font-family: "latomedium";
	letter-spacing: 0.42px;
	margin-bottom: 5px;
}
.view-coupons .coupons-code  span {
	border: 1px solid #ffb300;
	color: #000;
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.45px;
	margin: 0 0 0 5px;
	padding: 6px 42px;
}	
.view-coupons  p {
	display: block;
	color: #444;
	font-family: "latomedium";
	letter-spacing: 0.42px;
	text-transform: capitalize;
}
.view-coupons a.user-action {
	background-color: #ffb300;
    border: 1px solid #ffb300;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.9px;
    margin-top: 10px;
    padding: 10px 35px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	margin-right: 10px;
}
.view-coupons a.user-action:last-of-type  {
	margin-right: 0;
}
.view-coupons a.user-action:hover {
	background-color: transparent;
	color: #ffb300;
}	
.user-action-btn {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
}

/* Store Categories List */
.stores-cat-list {
	margin-bottom: 30px;
	clear: both;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 20px;
}
.stores-cat-list:last-of-type {
	margin-bottom: 0;
}
.stores-cat-list  .stores-image {
	margin-bottom: 15px;
}
.stores-cat-list  .stores-image img {
	border: 1px solid #c8c8c8;
	padding: 10px;
	margin-right: 10px;
}
.stores-cat-list .stores-deatails h3 {
	color: #333333;
    font-family: "Hind",sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 42px;
    margin-bottom: 10px;
    margin-top: 0;
}
.stores-cat-list .stores-deatails  span.date {
	color: #555555;
    display: block;
    font-family: "latomedium";
    letter-spacing: 0.42px;
    margin-bottom: 5px;
}
.stores-cat-list .stores-deatails  a {
	background-color: #ffb300;
    border: 1px solid #ffb300;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.9px;
    margin-top: 10px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.stores-cat-list .stores-deatails  a:hover {
	background-color: rgba(0, 0, 0, 0);
    color: #ffb300;
}

/* Submit Coupon */
.coupon-submit  .form-control {
	background-color: rgba(0, 0, 0, 0);
    border-color: #cecece;
    border-radius: 0;
    box-shadow: none;
    letter-spacing: 0.462px;
    margin-bottom: 20px;
    min-height: 42px;
    outline: medium none;
}
.coupon-submit  .form-control:focus {
	border-color: #ffb300;
}
.coupon-submit .recaptcha-container {
	margin-bottom: 20px;
}
.coupon-submit input[type="submit"] {
	background-color: #ffb300;
    border: 1px solid #ffb300;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 30px;
    margin-bottom: 0;
    outline: medium none;
    padding: 6px 20px;
    text-transform: uppercase;
   -webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
    white-space: normal;
}
.coupon-submit .form-group label {
	width: 100%;
}
.coupon-submit .form-group .select-categories {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.coupon-submit .form-group input[type="checkbox"] {
	margin-right: 10px;
}
.coupon-submit input[type="submit"]:active,
.coupon-submit input[type="submit"]:focus,
.coupon-submit input[type="submit"]:hover {
	background-color: rgba(0, 0, 0, 0);
    color: #ffb300;
	border-color: #ffb300;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
}
.datepicker table {
	width: auto;
}
/* ========================================================================== */
/* ========================================================================== */
							/* [ + Responsive ] */
/* ========================================================================== */
/* ========================================================================== */

/* - min-width: 1200 */
@media (min-width: 1200px) {
	/* - Tab Section */
	.logo-tab-content ul li:nth-child(6n) {
		padding-right: 0;
	}
	.tab-section2 .logo-tab-content ul li:nth-child(6n) {
		padding-right: 40px;
	}
	/* - Features Deal */
	.features-deal .features-details-thumb .flex-viewport {
		overflow: visible !important;
	}
	.features-deal .features-details-thumb .slides > li::after {
		border: 1px solid #ffb300;
		content: "";
		display: inline-block;
		position: absolute;
		left: -10px;
		right: -10px;
		top: -10px;
		bottom: -10px;
		z-index: -1;
	}
	/* - Catagories Section */
	.catagories-section .widget-area {
		padding-left: 50px;
	}
	/* - Faq Section */
	.faq-section .widget-area {
		padding-left: 60px;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	.header_s2 .navbar-brand {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.wpb_widgetised_column {
		padding-left: 50px;
	}
	.widget-area.sidebar-left {
		padding-right: 50px;
	}
	.single-maxcoupons_coupons .widget-area.sidebar-left {
		padding-right: 15px;
	}
	.single-maxcoupons_coupons .widget-area.sidebar-left {
		padding-right: 15px;
	}
	.single-maxcoupons_coupons .widget-area.sidebar-right {
		padding-left: 15px;
	}
	.single-maxcoupons_coupons .content-right.col-md-8.col-sm-7 {
		padding-left: 70px;
	}
	.single-maxcoupons_coupons .content-left.col-md-8.col-sm-7 {
		padding-right: 70px;
	}
	.widget-area.sidebar-right {
		padding-left: 50px;
	}
	.widget-area.sidebar-left {
		padding-right: 50px;
	}
	.contact-form,
	.contact-us.contact-content {
		padding-top: 80px;
	}
	/* - Header1 */
	.header_s2 .ownavigation.navbar-fixed-top .navbar-brand {
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.header_s2 .ownavigation.navbar-fixed-top .navbar-nav > li > a {
		margin-top: 26px;
		margin-bottom: 26px;
	}
	.header_s2 .ownavigation.navbar-fixed-top .search {
		padding: 32px 0;
	}
	
	/* - Footer2 */
	.footer-main-2 .btm-ftr-menu .ownavigation .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	.footer-main-2  .ownavigation.navbar .navbar-nav > li > a {
		margin-bottom: 0;
		margin-top: 25px;
	}
	.footer-main-2  .ownavigation .navbar-nav li .dropdown-menu > li > a {
		padding-bottom: 7px;
		padding-top: 7px;
	}
	.footer-main-2  .ownavigation ul li .dropdown-menu {
		background-color: rgba(0,0,0,0.7);
		bottom: 0;
		top: auto;
		margin-top: 30px;
	}
	.footer-main-2 .ownavigation .navbar-collapse > ul > li > .dropdown-menu {
		top: auto;
		bottom: 100%;
	}
	.footer-main-2  .ownavigation .nav.navbar-nav li.dropdown:hover > .dropdown-menu {
		margin-top: 0;
		opacity: 1;
		visibility: visible;
	}
	/* - Offer Section */
	.offer-section .row .coupons-offer [class*="col-md"]:nth-child(3n+1) {
		clear: both;
	}
	
	/* - Team Section */
	.team-section .col-md-3:nth-child(4n+1) {
		clear: both;
	}
	.coupons-section.coupons-section1.coupons-section2 .row [class*="col-md"]:nth-child(3n+1),
	.coupons-section.coupons-section1 .col-md-6:nth-child(2n+1) {
		clear: both;
	}
	
	.coupons-section.coupons-section3 .row [class*="col-md"]:nth-child(3n+1) {
		clear: both;
	}
	.news-letter .news-letter-inputs p:last-of-type {
		float: right;
	}
	.catagories-section .row .catagories-box:nth-child(3n+1) {
		clear: both;
	}
	.offer-post-list .coupons-offer:nth-child(3n+1) {
		clear: both;
	}
	.tab-section:not(.tab-section2)  .tab-content li:nth-child(6n+1) {
		clear: both;
	}
	.tab-section.tab-section2  .tab-content li:nth-child(4n+1) {
		clear: both;
	}
}

/* - min-width: 768 */
@media (min-width: 768px) {
	/* - Store Section */
	.store-box:nth-child(3n+1) {
		border-left: none;
	}
	.store-box:nth-child(1),
	.store-box:nth-child(2),
	.store-box:nth-child(3){
		border-top: none;
	}
}

/* - max-width: 1800px */
@media (max-width: 1800px) {
	/* - Header1 */
	.header_s1 .nav_absolute {
		position: relative;
	}
}

/* - max-width: 1200px */
@media (max-width: 1200px) {
	/* - Header1 */
	.header_s1 .ownavigation .navbar-nav > li {
		margin-left: 2px;
		margin-right: 2px;
	}
	/* - Footer2 */
	.footer-main-2 .btm-ftr-menu .ownavigation.navbar .navbar-nav > li {
		margin-left: 8px;
		margin-right: 8px;
	}
	/* - Slider Section2 */
	.slider-section2 .search-block {
		top: 55%;
	}
	/* - Slider Section1 */
	.slider-section1 .carousel-caption {
		bottom: 65px;
	}
	.slider-section1 .slider-box .pricing-table {
		display: none;
	}
	.slider-section1 .slider-box h6 {
		margin-top: 10px;
	}
	/* - Tab Section */
	.tab-section .logo-detils-tab .logo-tabs li {
		margin-left: 0;
		margin-right: 0;
	}
	.tab-section .logo-detils-tab .logo-tabs li a {
		padding: 10px;
	}
	.tab-section .logo-tab-content a {
		margin-right: 7px;
		margin-bottom: 10px;
	}
	/* - Tab Section2 */
	.tab-section2 .logo-detils-tab .logo-tabs li a > i {
		padding-right: 15px;
	}
	/* - Recent Deal Sidebar */
	.offer-post .offer-post-content a.view-deal {
		float: none;
	}
	.recent-deal-sidebar .widget-area {
		padding-left: 30px;
	}
	/* - Coupons Section */
	.coupons-section .coupons-box {
		padding: 25px 15px;
	}
	/* - Coupons Section1 */
	.coupons-section1 .coupons-box button {
		padding: 14px 40px 8px;
	}
	.coupons-section .coupons-box a.no-coupon-code {
		padding: 14px 50px 8px;
	}
	
	/* - Widget Area */
	.widget-area .widget_stores ul li a {
		margin-right: 20px;
		margin-bottom: 20px;
	}
	/* - Store Section */
	.store-section .store-detail p {
		padding-left: 0;
	}
	
	/* - App Section */
	.app-section .app-content {
		padding-bottom: 30px;
	}
	/* - Blog Section */
	.type-post .entry-header a.read-more {
		float: none;
		margin-top: 20px;
	}
	/* - Contact Us */
	.contact-us .contact-content .call-enquiries {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	/* - Product Section */
	.product-section ul.products.product-carousel li a {
		max-width: 275px;
		display: block;
	}
}	

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Header2 */
	.header_s2 .search-box {
		right: 30px;
	}
	.header_s2 .ownavigation .navbar-nav > li {
		margin-left: 2px;
		margin-right: 2px;
	}
	/* - Slider Section1 */
	.slider-section1 .carousel-caption {
		bottom: 30px;
	}
	.slider-section1 .slider-box h5 {
		font-size: 20px;
	}
	/* - Tab Section */
	.logo-tab-content ul li {
		width: 25%;
	}
	.logo-tab-content ul li:nth-child(4n) {
		padding-right: 0;
	}
	/* - Tab Section2 */
	.tab-section2 .logo-tab-content ul li:nth-child(4n) {
		padding-right: 40px;
	}
	.tab-section2 .logo-detils-tab .logo-tabs li a {
		padding-left: 30px;
	}
	.news-letter .news-letter-inputs form input[type="text"],
	.news-letter .news-letter-inputs form input[type="email"] {
		margin-right: 15px;
	}
	
	.coupons-section .coupons-box button {
		padding: 14px 40px 8px;
	}
	
	.footer-main-2 .btm-ftr-menu .ownavigation.navbar .navbar-nav > li {
		margin-left: 6px;
		margin-right: 6px;
	}
	.widget-area .widget_stores ul li a {
		margin-right: 15px;
	}
	#deal-product .product-fitrow .product {
		width: 33.3333%;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	span.fa.fa-angle-down {
		display: none;
	}
	
	/* - Header1 */
	.logo-block {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.logo-block .col-md-6.search-dropdown {
		float: none;
		margin: 0 auto;
	}
	.header_s1 .ownavigation {
		background-color: #fff;
		border-bottom: 1px solid #ffb300;
	}
	.header_s1 .ownavigation .container {
		position: relative;
	}
	
	.header_s2 .ownavigation a.site-title,
	.header_s1 .ownavigation a.site-title,
	.header_s2 .ownavigation a.custom-txt,
	.header_s1 .ownavigation a.custom-txt {
		color: #000;
		font-size: 30px;
		line-height: 44px;
		padding: 22px 0;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.header_s2 .ownavigation a.site-title:hover,
	.header_s1 .ownavigation a.site-title:hover,
	.header_s2 .ownavigation a.custom-txt:hover,
	.header_s1 .ownavigation a.custom-txt:hover {
		color: #ffb609;
	}
	
	/* Image Logo */
	.header_s1 .navbar-header .image-logo {
		margin: 17px 0;
		max-width: 205px;
		max-height: 55px;
		overflow: hidden;
	}
	
	.header_s1 .ownavigation .submit-btn {
		position: absolute;
		top: 25px;
		right: 100px;
	}
	.header_s1 .ownavigation .submit-btn a {
		padding: 10px 20px;
	}
	.header_s1 .ownavigation .navbar-nav li a {
		color: #002b5e;
	}
	.header_s1 .ownavigation .navbar-nav > li {
		margin-left: 0;
		margin-right: 0;
	}
	.header_s1 .ownavigation .navbar-nav li .dropdown-menu > li {
		border-bottom: none;
	}
	.header_s1 .ownavigation .navbar-nav li .dropdown-menu > li > a {
		color: #002b5e;
	}
	/* - Header2 */
	.header_s2 .navbar-brand {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.header_s2 .search {
		position: absolute;
		right: 100px;
		top: 35px;
		padding: 0;
	}
	.header_s2 .search.no-slidepanel {
		right: 55px;
	}
	.header_s2 .ownavigation .navbar-nav li a {
		margin-top: 0;
		margin-bottom: 0;
	}
	.header_s2 .ownavigation.navbar-fixed-top .navbar-brand {
		padding-top: 15px;
	}
	/* - Footer1 */
	.footer-main .widget_links ul li {
		margin-right: 15px;
	}
	/* - Footer2 */
	.footer-main-2 .privacy {
		text-align: center;
	}
	.footer-main-2 .btm-ftr-menu .ownavigation {
		padding-left: 0;
		padding-right: 0;
	}
	.footer-main-2 .btm-ftr-menu .ownavigation .navbar-toggle {
		border: none;
		float: none;
		margin: 30px auto 15px;
	}
	.footer-main-2 .btm-ftr-menu .ownavigation .navbar-collapse > ul > li {
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.footer-main-2 .btm-ftr-menu .ownavigation .navbar-collapse > ul > li .ddl-switch {
		top: 0;
	}
	.footer-main-2 .btm-ftr-menu .ownavigation .navbar-collapse > ul > li > a {
		line-height: 24px;
	}
	.footer-main-2 .btm-ftr-menu .ownavigation .navbar-collapse > ul > li .dropdown-menu li a {
		color: #fff;
	}
	/* - Slider Section1 */
	.slider-section1 .carousel-caption {
		bottom: 45px;
	}
	.slider-section1 .carousel-caption [class*="col-"] {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.slider-section1 .slider-box h5 {
		font-size: 16px;
	}
	.slider-section1 .slider-box .social-icons,
	.slider-section1 .slider-box p {
		display: none;
	}
	/* - Tab Section */
	.tab-section .logo-detils-tab .logo-tabs li a {
		font-size: 15px;
		padding: 10px 7px;
	}
	.tab-section .logo-detils-tab .logo-tabs li a > i {
		display: none;
	}
	.logo-tab-content ul li {
		width: 25%;
	}
	/* - Tab Section2 */
	.tab-section2 .logo-detils-tab .logo-tabs li a > i {
		display: inline-block;
		padding-right: 10px;
	}
	/* - Recent Deal Sidebar */
	.offer-section .regular-img {
		margin-bottom: 20px;
	}
	.offer-post .offer-post-content span.price {
		float: none;
	}
	.recent-deal-sidebar .widget-area {
		padding-left: 15px;
	}
	/* - Coupons Section */
	.coupons-section .row [class*="col-sm"]:nth-child(2n+1) {
		clear: both;
	}
	.coupons-section .coupons-box p {
		padding: 0 10px;
	}
	/* - Widget Area */
	.widget_latestposts .latest-content span {
		display: block;
		padding-left: 0;
	}
	/* - Store Section */
	.store-section .store-detail h5 {
		font-size: 24px;
	}
	/* - Features Deal */
	.features-deal .flexslider.features-details-full .verticle-thumb {
		text-align: left;
		margin-top: 25px;
	}
	.features-deal .flexslider.features-details-full .verticle-thumb img {
		margin-right: 10px;
	}
	/* - News Letter */
	.news-letter .news-letter-button a {
		margin-left: 30px;
	}

	/* - Deal Single */
	.deal-single .pricing-table .col-sm-6:nth-child(1n+1) .price-content {
		border-right: 1px solid #ffb300;
	}
	.deal-single .deal-content .social-icons {
		float: none;
		margin-top: 15px;
	}
	.deal-single .related-deals .related-images {
		margin-bottom: 30px;
	}
	/* - Product Section */
	.product-section .products.product-carousel p.hover-content {
		top: 5%;
	}
	.footer-main-2 .btm-ftr-menu .navbar-collapse  {
		border: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-webkit-appearance: none;
	}
	.footer-main-2 .btm-ftr-menu #navbar-ftr {
		text-align: left;
		float: none;
	}
	.footer-main-2 .btm-ftr-menu .privacy .ownavigation.navbar .navbar-nav > li {
		margin: 5px 8px;
	}
	.footer-main-2 .privacy .navbar-collapse li a {
		text-align: left;
	}
	.footer-main-2 .privacy .navbar-collapse li a::after {
		content: "";
		padding-left: 0;
		padding-right: 0;
	}
	.catagories-list-content .catbox-content h3 {
		font-size: 18px;
		line-height: 30px;
	}
	.catagories-list-content .catbox-content a {
		padding: 12px 15px;
	}
}

/* - min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* - Tab Section */
	.logo-tab-content ul li:nth-child(4n) {
		padding-right: 0;
	}
	/* - Tab Section2 */
	.tab-section2 .logo-tab-content ul li {
		padding-right: 20px;
	}
	.tab-section2 .logo-tab-content ul li:nth-child(4n) {
		padding-right: 20px;
	}
	/* - Store Section */
	.store-section .store-detail {
		padding: 52px 25px;
	}
	/* Contact Address */
	.contact-address [class*="col-xs"] {
		width: 100%;
		margin-bottom: 30px;
	}
	.contact-address [class*="col-xs"]:last-of-type {
		margin-bottom: 15px;
	}
	
	.user-list-coupons  .list-coupons {
		width: 100%;
	}
	
	.tab-section2 .logo-detils-tab .logo-tabs li a {
		padding-left: 30px;
	}
	.tab-section2 .logo-tab-content ul li {
		width: 33.3333%;
	}
	.news-letter .news-letter-inputs form input[type="text"],
	.news-letter .news-letter-inputs form input[type="email"] {
		min-height: 1px;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	
	.offer-post-list .coupons-offer:nth-child(2n+1) {
		clear: both;
	} 
	.contact-form,
	.contact-us.contact-content {
		padding-top: 80px;
	}
	.catagories-section .row .catagories-box:nth-child(2n+1) {
		clear: both;
	}
	
	.coupons-section .coupons-box button {
		padding: 14px 40px 8px;
	}
	.widget_stores ul li a {
		margin-right: 20px;
	}
	#deal-product .product-fitrow .product {
		width: 33.3333%;
	}
	
	.tab-section:not(.tab-section2)  .tab-content li:nth-child(4n+1) {
		clear: both;
	}
	.tab-section.tab-section2  .tab-content li:nth-child(3n+1) {
		clear: both;
	}
	
}

/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Slider Section2 */
	.slider-section2 .uranus.tparrows {
		display: none;
	}
	/* - Slider Section1 */
	.slider-section1 .carousel-caption .slider-box {
		padding: 15px;
	}
	.slider-section1 .slider-box span {
		font-size: 23px;
	}
	.slider-section1 .slider-box a.get-deal {
		padding: 4px 20px;
	}
	/* - Tab Section */
	.tab-section .logo-detils-tab .logo-tabs {
		border: 1px solid #b8b8b8;
	}
	.tab-section .logo-detils-tab .logo-tabs li {
		margin-left: 0;
		margin-right: 0;
		width: 50%;
	}
	.tab-section .logo-detils-tab .logo-tabs li a {
		border-bottom: 1px solid #b8b8b8;
		margin-right: 0;
	}

	.tab-section .logo-detils-tab .logo-tabs li:nth-child(odd) {
		border-right: 1px solid #b8b8b8;
	}
	.tab-section .logo-detils-tab .logo-tabs.nav > li > a:focus, 
	.tab-section .logo-detils-tab .logo-tabs.nav > li > a:hover,
	.tab-section .logo-detils-tab .logo-tabs.nav-tabs > li.active > a, 
	.tab-section .logo-detils-tab .logo-tabs.nav-tabs > li.active > a:focus, 
	.tab-section .logo-detils-tab .logo-tabs.nav-tabs > li.active > a:hover,
	.tab-section .logo-detils-tab .logo-tabs li.active a {
		border: 1px solid transparent;
		border-bottom: 1px solid #b8b8b8;
		color: #ffb300;
	}
	.tab-section2 .logo-detils-tab .logo-tabs li a > i {
		left: 15px;
	}
	.tab-section2 .logo-detils-tab .logo-tabs li a {
		padding-left: 45px;
	}
	.logo-tab-content ul li {
		width: 33.3333%;
	}
	.tab-section2 .logo-detils-tab .logo-tabs li {
		float: left;
	}
	.tab-section2 .logo-detils-tab .logo-tabs li.active {
		border-bottom: none;
	}
	.tab-section2 .logo-detils-tab .logo-tabs li a {
		border-bottom: 1px solid transparent;
	}
	.tab-section2 .logo-detils-tab .logo-tabs li:first-child a {
		padding-top: 10px;
	}
	/* - Recent Deal Sidebar */
	.offer-post .offer-post-content span.star-rating {
		display: block;
	}
	.home-content-area {
		margin-bottom: 60px;
	}
	.offer-section .regular-offer [class*="col-xs"] {
		width: 100%;
	}
	.offer-section .regular-img {
		text-align: center;
	}
	/* - App Section */
	.app-section .app-content {
		margin-bottom: 30px;
	}
	.app-section .app-content p {
		padding-right: 0;
	}
	/* - News Letter */
	.news-letter .news-letter-content h5 {
		font-size: 25px;
		line-height: 44px;
	}
	
	.news-letter .news-letter-inputs {
		padding-left: 15px;
	}
	.news-letter .news-letter-button a {
		margin-left: 0;
	}
	/* - Team Section */
	.team-section .team-box {
		max-width: 272px;
		margin: 0 auto 30px;
	}
	/* - Faq Section */
	.faq-section .faq-content {
		margin-bottom: 30px;
	}
	/* - Contact Us */
	.contact-us .contact-content .call-enquiries {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.contact-us .contact-detail {
		margin-bottom: 30px;
	}
	.contact-us .contact-form {
		padding-left: 15px;
	}
	/* - Product Section */	
	.product-section .products-categories {
		float: none;
		margin-top: 15px;
		margin-right: 0;
	}
	
	/* Contact Form */
	.contact-form {
		padding-left: 0px;
	}
	.widget-area  {
		padding-top: 50px;
	}
	.news-letter .news-letter-inputs form input[type="text"],
	.news-letter .news-letter-inputs form input[type="email"] {
		min-width: 1px;
		margin-right: 15px;
	}
	.catagories-list-content .catbox-content h3 {
		font-size: 20px;
		line-height: 34px;
	}
	.error-page .error-content {
		padding: 30px;
	}
	.wpb_content_element {
		margin-top: 50px;
	} 
	.contact-us.contact-content {
		padding-top: 80px;
	}
	#deal-product .product-fitrow .product {
		width:50%;
	}
	.product-section .products-categories {
		margin-right: 30px;
	}
	
	.tab-section.tab-section2  .tab-content li:nth-child(4n+1) {
		clear: both;
	}
}

/* - min-width: 640 to max-width: 767 */
@media only screen and (min-width: 640px) and (max-width: 767px) {
	/* - Tab Section */
	.logo-tab-content ul li:nth-child(3n) {
		padding-right: 0;
	}
	/* - Tab Section2 */
	.tab-section2 .logo-tab-content ul li {
		padding-right: 20px;
	}
	.tab-section2 .logo-tab-content ul li:nth-child(3n) {
		padding-right: 20px;
	}
	.mc4wp-form-fields > p:last-of-type {
		float: right;
	}
	.catagories-section .row .catagories-box:nth-child(3n+1) {
		clear: both;
	}
	.offer-post-list .coupons-offer:nth-child(3n+1) {
		clear: both;
	}
	.tab-section:not(.tab-section2)  .tab-content li:nth-child(3n+1) {
		clear: both;
	}
	
}

/* - max-width: 639 */
@media (max-width: 639px) {
	/* - Header1 */
	.top-header ul {
		width: 100%;
		text-align: center;
	}
	.top-header ul li {
		padding: 14px 10px;
	}
	.top-header ul li::after,
	.top-header ul li:last-of-type::before {
		display: none;
	}
	.top-header .register-block {
		float: none;
		text-align: center;
		width: 100%;
	}
	.header_s1 .ownavigation .submit-btn {
		display: none;
	}
	/* - Header2 */
	.header_s2 .submit-btn {
		margin-top: 15px;
		width: 100%;
		text-align: center;
	}
	/* - Slider Section1 */
	.slider-section1 .carousel-caption {
		bottom: 18px;
	}
	.slider-section1 .left.carousel-control {
		margin: 0 8%;
	}
	.slider-section1 .slider-box h5 {
		font-size: 14px;
		line-height: 18px;
		text-align: center;
	}
	.slider-section1 .slider-box span,
	.slider-section1 .slider-box a.get-deal {
		display: none;
	}
	.slider-section1 .slider-box .clock p {
		font-size: 16px;
	}
	.slider-section1 .carousel-indicators {
		display: none;
	}
	/* - Tab Section */
	.logo-tab-content ul li {
		width: 50%;
	}
	.logo-tab-content ul li:nth-child(2n) {
		padding-right: 0;
	}
	/* - Tab Section2 */
	.tab-section2 .logo-tab-content ul li {
		padding-right: 20px;
	}
	.tab-section2 .logo-tab-content ul li:nth-child(2n) {
		padding-right: 20px;
	}
	/* - Hot Section */
	.hot-section .hot-content-box {
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}
	/* - Recent Deal Sidebar */
	.offer-section .coupons-offer [class*="col-xs"] {
		width: 50%;
		text-align: center;
	}
	.offer-section .coupons-offer span.offer-link {
		left: 40px;
	}
	/* - Coupons Section */
	.coupons-section [class*="col-xs"] {
		width: 100%;
		text-align: center;
	}
	.coupons-section .coupons-content {
		display: block;
		margin: 0 auto;
		max-width: 320px;
	}
	.coupons-model-box .modal-dialog {
		max-width: 425px;
	}
	/* - Features Deal */
	.features-deal .flexslider.features-details-full [class*="col-xs"] {
		width: 100%;
	}
	.features-deal .flexslider.features-details-full .large-thumb-img {
		margin-bottom: 20px;
	}
	.features-deal .flexslider.features-details-full .verticle-thumb img {
		max-width: 120px;
	}
	/* - News Letter */
	.news-letter [class*="col-xs"] {
		width: 100%;
	}
	.news-letter .news-letter-content {
		padding-left: 15px;
	}
	/* - Catagories Section */
	.catagories-section .catagories-box[class*="col-xs"] {
		width: 50%;
	}
	.catagories-img-box {
		max-width: 237px;
		display: block;
		margin: 0 auto 30px;
	}
	.error-page .error-content::after {
		background-image: none;
	}
	footer .two-column,
	footer .three-column {
		width: 100%;
	}
	.news-letter .news-letter-inputs .mc4wp-form-fields p {
		display: block;
	}
	.news-letter .news-letter-inputs form input[type="text"], 
	.news-letter .news-letter-inputs form input[type="email"] {
		min-width: 1px;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.news-letter .news-letter-inputs form input[type="submit"] {
		padding: 10px 15px;
	}
	.offer-section .coupons-offer {
		width: 50%;
		text-align: center;
	}
	.catagories-section .row .catagories-box:nth-child(2n+1) {
		clear: both;
	}
	.offer-post-list .coupons-offer:nth-child(2n+1) {
		clear: both;
	}
	.tab-section:not(.tab-section2)  .tab-content li:nth-child(2n+1) {
		clear: both;
	}
	
}

/* - max-width: 539 */
@media (max-width: 539px) {
	.user-list-coupons  .list-coupons {
		width: 100%;
	}
}
/* - max-width: 479 */
@media (max-width: 479px) {
	/* - Header2 */
	.header_s2 .navbar-brand > img {
		max-width: 155px;
	}
	/* - Footer1 */
	.footer-main .app-link a {
		display: block;
		margin-right: 0;
		margin-bottom: 15px;
	}
	/* - Footer2 */
	.footer-main-2 .privacy a::after {
		padding-left: 6px;
		padding-right: 6px;
	}
	/* - Slider Section1 */
	.slider-section1 .carousel-control {
		height: 35px;
		width: 35px;
		line-height: 30px;
	}
	.slider-section1 .carousel-control i {
		font-size: 18px;
	}
	.slider-section1 .left.carousel-control {
		margin: 0 10%;
	}
	.slider-section1 .right.carousel-control {
		margin: 0;
	}
	.slider-section1 .item [class*="col-md"] {
		padding-left: 0;
		padding-right: 0;
	}
	.slider-section1 .slider-box h6 {
		display: none;
	}
	.slider-section1 .slider-box .clock {
		display: none;
	}
	/* - Tab Section */
	.tab-section .logo-detils-tab .logo-tabs li {
		width: 100%;
		text-align: center;
	}
	.tab-section .logo-detils-tab .logo-tabs li:nth-child(odd) {
		border-right: none;
	}
	/* - Tab Section2 */
	.tab-section2 .logo-tab-content ul li {
		width: 50%;
	}
	/* - Hot Section */
	.hot-section .section-header h3 {
		font-size: 22px;
		line-height: 40px;
		padding-left: 70px;
	}
	.hot-section .section-header h3 i {
		top: -18px;
	}
	.hot-section .owl-nav {
		position: relative;
		bottom: 0;
		right: 0;
		top: auto;
	}
	/* - Recent Deal Sidebar */
	.offer-section .coupons-offer [class*="col-xs"] {
		width: 100%;
	}
	.offer-section .coupons-offer span.offer-link {
		position: relative;
		left: auto;
	}
	/* - Coupons Section */
	.coupons-section .coupons-box button {
		padding: 14px 40px 8px;
	}
	.coupons-model-box .modal-dialog {
		max-width: 285px;
	}
	.coupons-model-box .modal-dialog .modal-body {
		padding: 15px 25px 8px;
	}
	.coupons-model-box .modal-dialog .modal-body p {
		font-size: 16px;
	}
	.coupons-model-box .modal-dialog .modal-body h3 {
		margin-bottom: 0;
	}
	.coupons-model-box .modal-dialog .model-offer h5 {
		font-size: 15px;
	}
	/* - Widget Area */
	.widget-area .widget_stores ul li a {
		margin-right: 15px;
		margin-bottom: 15px;
	}
	/* - Store Section */
	.store-box {
		width: 100%;
	}
	.store-section .store-detail {
		padding: 35px 25px;
	}
	/* - App Section */
	.app-section .app-content a {
		font-size: 13px;
		padding: 10px;
	}
	/* - Team Section */
	.team-section [class*="col-xs"] {
		width: 100%;
	}

	/* - Deal Single */
	.deal-single .related-deals [class*="col-xs"] {
		width: 100%;
	}
	.deal-single .related-deals .related-images {
		max-width: 236px;
		display: block;
		margin: 0 auto 30px;
	}
	/* - Catagories Section */
	.catagories-section .catagories-box[class*="col-xs"] {
		width: 100%;
	}
	/* - Faq Section */
	.faq-section .panel-title a {
		font-size: 13px;
	}
	/* - Contact Us */
	.contact-us .contact-content .call-enquiries {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.contact-us .contact-content .call-enquiries p,
	.contact-us .contact-content .call-enquiries a {
		font-size: 14px;
	}
	.contact-address [class*="col-xs"] {
		width: 100%;
		margin-bottom: 30px;
	}
	/* - Error Page */
	.error-page .error-content {
		min-width: 0;
	}
	.error-page .error-content h3 {
		font-size: 100px;
	}
	/* - Product Section */
	.product-section .products-categories li {
		margin-right: 20px;
	}
	.product-section .slick-arrow {
		background-color: #f5f5f5;
		top: 50%;
	}
	.slick-prev {
		left: 0;
		z-index: 1;
	}
	#deal-product.product-section .slick-slide {
		width: auto !important;
	}
	#homeslider2 .searchform  input[type="text"] { 
		width: auto;
	}
	
	.app-section .app-content h5 {
		font-size: 28px;
		line-height: 32px;
	}
	.app-section .app-content h3 {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 15px;
	}
	.app-section .app-content p:last-of-type {
		margin-bottom: 20px;
	}
	.app-section .app-content {
		padding-top: 0;
	}
	.tab-section2 .logo-detils-tab .logo-tabs li {
		text-align: left;
	}
	.offer-section .coupons-offer {
		width: 100%;
		text-align: center;
	}
	.header_s2 .search > a {
		padding: 0;
		border: 0 none;
	}
	.header_s2 .ownavigation a.site-title,
	.header_s1 .ownavigation a.site-title,
	.header_s2 .ownavigation a.custom-txt,
	.header_s1 .ownavigation a.custom-txt {
		max-width: 180px;
		font-size: 24px;
	}
	.catagories-list-content {
		width: 100%;
	}
	.header_s1 .input-group,
	.header_s1 .search-dropdown .select_box {
		width: 100%;
	}
	.header_s1 .search-dropdown .select_box { 
		margin-bottom: 15px;
	}
	#deal-product .product-fitrow .product {
		width: auto;
		max-width: 300px;
		text-align: center;
		float: none;
		margin: 0 auto 30px;
		display: block;
		left: auto;
		right: 0;
	}
	.deal-single .coupons-code {
		float: none;
	}

	
	.tab-section.tab-section2  .tab-content li:nth-child(4n+1) {
		clear: none
	}
	.tab-section.tab-section2  .tab-content li:nth-child(2n+1) {
		clear: both;
	}
}

/* - max-width: 360 */
@media (max-width: 360px) {
	/* - App Section */
	.app-section .app-content a.app-link {
		margin-left: 0;
		margin-top: 12px;
	}
}