


 * {

  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}

body{


}
/* Mega Menu */

.menu > li.menu-item-has-children {
	position: relative;
}
.menu > li.has-mega-menu {
	position: relative;
}
.menu > li {
	display: inline-block;
}
.mega-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: 1px solid #ccc;
}
.menu > li .mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
}
.menu > li.has-mega-menu:hover .mega-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.menu > li.has-mega-menu .mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
}
.mega-menu .mega-menu__column {
	min-width: 180px;
}
.mega-menu > * {
	width: 100%;
}
.mega-menu h4 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.menu > li.menu-item-has-children > a::before {
	content: '';
	width: 13px;
	height: 13px;
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 10000;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	-moz-transform: rotate(45deg) translate(-50%, -50%);
	-ms-transform: rotate(45deg) translate(-50%, -50%);
	-o-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	visibility: hidden;
	opacity: 0;
}
.menu > li:hover.menu-item-has-children > a::before {
	visibility: visible;
	opacity: 1;
}
.menu > li.menu-item-has-children > a::after {
	content: "\e93a";
	font: normal normal normal 12px/1 linearicons;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}

.mega-menu .mega-menu__list li a {
    width: 225px;
	display: block;
	color: #000;
	line-height: 20px;
	padding: 10px 15px;
	font-size: 14px;
	background-color: transparent;
	border-top: 1px solid #f0f0f0;
}
.mega-menu .mega-menu__list li a:hover {
	color: #fcb800 !important;
	padding-left: 20px;
}
/* Mega Menu Ends here */

/* Category Widget Area */
.widget {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.widget_shop {
	padding: 25px 20px;
	background-color: #f5f5f5;
}
.widget_shop .widget-title {
	margin-bottom: 25px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
}
.ps-list--categories li {
	position: relative;
}
.ps-list--categories li a {
	display: block;
	line-height: 22px;
}
.ps-list--categories li .sub-toggle i::before {
	content: "\e93a";
	font-family: 'Linearicons' !important;
}

/* Mega Menu */
@font-face {
	font-family: 'Linearicons';
	src: url('../fonts/Linearicons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.ps-list--categories li .sub-toggle i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ps-list--categories li .sub-toggle {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
}
.sub-toggle {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	cursor: pointer;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	display: none;
}
.sub-menu::before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 0;
	width: 0;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	display: none;
}
.ps-list--categories li .sub-menu {
	position: relative;
	padding-left: 20px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
	background-color: transparent;
	border: none;
	display: none;
}

.sub-menu > li > a,.ps-list--categories > li > a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #000 !important;
	-webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}



.sub-menu > li > a:hover {
	color: #fcb800 !important;
}
/* Category Widget Area Ends Here */

/***

====================================================================
  Global Settings
====================================================================

 ***/
@font-face {
	font-family: 'Line Awesome Brands';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/la-brands-400.eot);
	src: url(../fonts/la-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/la-brands-400.woff2) format("woff2"), url(../fonts/la-brands-400.woff) format("woff"), url(../fonts/la-brands-400.ttf) format("truetype"), url(../fonts/la-brands-400.svg#lineawesome) format("svg")
}

.lab {
	font-family: 'Line Awesome Brands'
}

@font-face {
	font-family: 'Line Awesome Free';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/la-regular-400.eot);
	src: url(../fonts/la-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/la-regular-400.woff2) format("woff2"), url(../fonts/la-regular-400.woff) format("woff"), url(../fonts/la-regular-400.ttf) format("truetype"), url(../fonts/la-regular-400.svg#lineawesome) format("svg")
}

.lar {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

@font-face {
	font-family: 'Line Awesome Free';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(../fonts/la-solid-900.eot);
	src: url(../fonts/la-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/la-solid-900.woff2) format("woff2"), url(../fonts/la-solid-900.woff) format("woff"), url(../fonts/la-solid-900.ttf) format("truetype"), url(../fonts/la-solid-900.svg#lineawesome) format("svg")
}


.aiz-checkbox .aiz-square-check, .aiz-checkbox .aiz-rounded-check, .aiz-radio .aiz-square-check, .aiz-radio .aiz-rounded-check {
	position: absolute;
	top: 2px;
	left: 0;
}
.aiz-checkbox > input:checked ~ .aiz-square-check::after, .aiz-radio > input:checked ~ .aiz-square-check::after, .aiz-checkbox > input:checked ~ .aiz-rounded-check::after, .aiz-radio > input:checked ~ .aiz-rounded-check::after {
	visibility: visible;
	opacity: 1;
}
.aiz-square-check::after {
	margin-left: -2px;
	margin-top: -6px;
	width: 5px;
	height: 10px;
	border-width: 0 2px 2px 0 !important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border: solid #000;
}
.aiz-square-check::after, .aiz-rounded-check::after {
	content: "";
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.aiz-checkbox, .aiz-radio {
	display: inline-block;
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 0.875rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.aiz-checkbox-list .aiz-checkbox, .aiz-radio-list .aiz-radio {
	display: block;
}
.la, .lab, .lad, .lal, .lar, .las {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.la,
.las {
	font-family: 'Line Awesome Free';
	font-weight: 900
}

.la.la-glass:before {
	content: "\f000"
}

.la.la-meetup {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-star-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-star-o:before {
	content: "\f005"
}

.la.la-remove:before {
	content: "\f00d"
}

.la.la-close:before {
	content: "\f00d"
}

.la.la-gear:before {
	content: "\f013"
}

.la.la-trash-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-trash-o:before {
	content: "\f2ed"
}

.la.la-file-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-file-o:before {
	content: "\f15b"
}

.la.la-clock-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-clock-o:before {
	content: "\f017"
}

.la.la-arrow-circle-o-down {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-arrow-circle-o-down:before {
	content: "\f358"
}

.la.la-arrow-circle-o-up {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-arrow-circle-o-up:before {
	content: "\f35b"
}

.la.la-play-circle-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-play-circle-o:before {
	content: "\f144"
}

.la-trash::before {
	content: "\f1f8";
}
.la-eye::before {
	content: "\f06e";
}
.la-download::before {
	content: "\f019";
}
.la.la-repeat:before {
	content: "\f01e"
}

.btn-primary {
    background: #328321 !important;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: #226a12 !important;
}

.btn-soft-warning {
	background-color: rgb(253, 227, 233) !important;
	color: #fec626 !important;
}
.btn-soft-info {
	background-color: rgb(222, 245, 253) !important;
	color: #59bff2 !important;
}
.btn-soft-danger {
	background-color: rgb(253, 227, 233) !important;
	color: #ef5171 !important;
}

.la-ellipsis-v::before {
	content: "\f142";
}

.la.la-rotate-right:before {
	content: "\f01e"
}

.la.la-refresh:before {
	content: "\f021"
}

.la.la-list-alt {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-dedent:before {
	content: "\f03b"
}

.la.la-video-camera:before {
	content: "\f03d"
}

.la.la-picture-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-picture-o:before {
	content: "\f03e"
}

.la.la-photo {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-photo:before {
	content: "\f03e"
}

.la.la-image {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-image:before {
	content: "\f03e"
}

.la.la-pencil:before {
	content: "\f303"
}

.la.la-map-marker:before {
	content: "\f3c5"
}

.la.la-pencil-square-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-pencil-square-o:before {
	content: "\f044"
}

.la.la-share-square-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-share-square-o:before {
	content: "\f14d"
}

.la.la-check-square-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-check-square-o:before {
	content: "\f14a"
}

.la.la-arrows:before {
	content: "\f0b2"
}

.la.la-times-circle-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-times-circle-o:before {
	content: "\f057"
}

.la.la-check-circle-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-check-circle-o:before {
	content: "\f058"
}

.la.la-mail-forward:before {
	content: "\f064"
}

.la.la-eye {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-eye-slash {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-warning:before {
	content: "\f071"
}

.la.la-calendar:before {
	content: "\f073"
}

.la.la-arrows-v:before {
	content: "\f338"
}

.la.la-arrows-h:before {
	content: "\f337"
}

.la.la-bar-chart {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-bar-chart:before {
	content: "\f080"
}

.la.la-bar-chart-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-bar-chart-o:before {
	content: "\f080"
}

.la.la-twitter-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-facebook-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-gears:before {
	content: "\f085"
}

.la.la-thumbs-o-up {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-thumbs-o-up:before {
	content: "\f164"
}

.la.la-thumbs-o-down {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-thumbs-o-down:before {
	content: "\f165"
}

.la.la-heart-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-heart-o:before {
	content: "\f004"
}

.la.la-sign-out:before {
	content: "\f2f5"
}

.la.la-linkedin-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-linkedin-square:before {
	content: "\f08c"
}

.la.la-thumb-tack:before {
	content: "\f08d"
}

.la.la-external-link:before {
	content: "\f35d"
}

.la.la-sign-in:before {
	content: "\f2f6"
}

.la.la-github-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-lemon-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-lemon-o:before {
	content: "\f094"
}

.la.la-square-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-square-o:before {
	content: "\f0c8"
}

.la.la-bookmark-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-bookmark-o:before {
	content: "\f02e"
}

.la.la-twitter {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-facebook {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-facebook:before {
	content: "\f39e"
}

.la.la-facebook-f {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-facebook-f:before {
	content: "\f39e"
}

.la.la-github {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-credit-card {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-feed:before {
	content: "\f09e"
}

.la.la-hdd-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-hdd-o:before {
	content: "\f0a0"
}

.la.la-hand-o-right {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-hand-o-right:before {
	content: "\f0a4"
}

.la.la-hand-o-left {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-hand-o-left:before {
	content: "\f0a5"
}

.la.la-hand-o-up {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-hand-o-up:before {
	content: "\f0a6"
}

.la.la-hand-o-down {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-hand-o-down:before {
	content: "\f0a7"
}

.la.la-arrows-alt:before {
	content: "\f31e"
}

.la.la-group:before {
	content: "\f0c0"
}

.la.la-chain:before {
	content: "\f0c1"
}

.la.la-scissors:before {
	content: "\f0c4"
}

.la.la-files-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-files-o:before {
	content: "\f0c5"
}

.la.la-floppy-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-floppy-o:before {
	content: "\f0c7"
}

.la.la-navicon:before {
	content: "\f0c9"
}

.la.la-reorder:before {
	content: "\f0c9"
}

.la.la-pinterest {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-pinterest-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-google-plus-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-google-plus {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-google-plus:before {
	content: "\f0d5"
}

.la.la-money {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-money:before {
	content: "\f3d1"
}

.la.la-unsorted:before {
	content: "\f0dc"
}

.la.la-sort-desc:before {
	content: "\f0dd"
}

.la.la-sort-asc:before {
	content: "\f0de"
}

.la.la-linkedin {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-linkedin:before {
	content: "\f0e1"
}

.la.la-rotate-left:before {
	content: "\f0e2"
}

.la.la-legal:before {
	content: "\f0e3"
}

.la.la-tachometer:before {
	content: "\f3fd"
}

.la.la-dashboard:before {
	content: "\f3fd"
}

.la.la-comment-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-comment-o:before {
	content: "\f075"
}

.la.la-comments-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-comments-o:before {
	content: "\f086"
}

.la.la-flash:before {
	content: "\f0e7"
}

.la.la-clipboard {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-paste {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-paste:before {
	content: "\f328"
}

.la.la-lightbulb-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-lightbulb-o:before {
	content: "\f0eb"
}

.la.la-exchange:before {
	content: "\f362"
}

.la.la-cloud-download:before {
	content: "\f381"
}

.la.la-cloud-upload:before {
	content: "\f382"
}

.la.la-bell-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-bell-o:before {
	content: "\f0f3"
}

.la.la-cutlery:before {
	content: "\f2e7"
}

.la.la-file-text-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-file-text-o:before {
	content: "\f15c"
}

.la.la-building-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-building-o:before {
	content: "\f1ad"
}

.la.la-hospital-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-hospital-o:before {
	content: "\f0f8"
}

.la.la-tablet:before {
	content: "\f3fa"
}

.la.la-mobile:before {
	content: "\f3cd"
}

.la.la-mobile-phone:before {
	content: "\f3cd"
}

.la.la-circle-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-circle-o:before {
	content: "\f111"
}

.la.la-mail-reply:before {
	content: "\f3e5"
}

.la.la-github-alt {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-folder-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-folder-o:before {
	content: "\f07b"
}

.la.la-folder-open-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-folder-open-o:before {
	content: "\f07c"
}

.la.la-smile-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-smile-o:before {
	content: "\f118"
}

.la.la-frown-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-frown-o:before {
	content: "\f119"
}

.la.la-meh-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-meh-o:before {
	content: "\f11a"
}

.la.la-keyboard-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-keyboard-o:before {
	content: "\f11c"
}

.la.la-flag-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-flag-o:before {
	content: "\f024"
}

.la.la-mail-reply-all:before {
	content: "\f122"
}

.la.la-star-half-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-star-half-o:before {
	content: "\f089"
}

.la.la-star-half-empty {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-star-half-empty:before {
	content: "\f089"
}

.la.la-star-half-full {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-star-half-full:before {
	content: "\f089"
}

.la.la-code-fork:before {
	content: "\f126"
}

.la.la-chain-broken:before {
	content: "\f127"
}

.la.la-shield:before {
	content: "\f3ed"
}

.la.la-calendar-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-calendar-o:before {
	content: "\f133"
}

.la.la-maxcdn {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-html5 {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-css3 {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-ticket:before {
	content: "\f3ff"
}

.la.la-minus-square-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-minus-square-o:before {
	content: "\f146"
}

.la.la-level-up:before {
	content: "\f3bf"
}

.la.la-level-down:before {
	content: "\f3be"
}

.la.la-pencil-square:before {
	content: "\f14b"
}

.la.la-external-link-square:before {
	content: "\f360"
}

.la.la-compass {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-caret-square-o-down {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-caret-square-o-down:before {
	content: "\f150"
}

.la.la-toggle-down {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-toggle-down:before {
	content: "\f150"
}

.la.la-caret-square-o-up {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-caret-square-o-up:before {
	content: "\f151"
}

.la.la-toggle-up {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-toggle-up:before {
	content: "\f151"
}

.la.la-caret-square-o-right {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-caret-square-o-right:before {
	content: "\f152"
}

.la.la-toggle-right {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-toggle-right:before {
	content: "\f152"
}

.la.la-eur:before {
	content: "\f153"
}

.la.la-euro:before {
	content: "\f153"
}

.la.la-gbp:before {
	content: "\f154"
}

.la.la-usd:before {
	content: "\f155"
}

.la.la-dollar:before {
	content: "\f155"
}

.la.la-inr:before {
	content: "\f156"
}

.la.la-rupee:before {
	content: "\f156"
}

.la.la-jpy:before {
	content: "\f157"
}

.la.la-cny:before {
	content: "\f157"
}

.la.la-rmb:before {
	content: "\f157"
}

.la.la-yen:before {
	content: "\f157"
}

.la.la-rub:before {
	content: "\f158"
}

.la.la-ruble:before {
	content: "\f158"
}

.la.la-rouble:before {
	content: "\f158"
}

.la.la-krw:before {
	content: "\f159"
}

.la.la-won:before {
	content: "\f159"
}

.la.la-btc {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-bitcoin {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-bitcoin:before {
	content: "\f15a"
}

.la.la-file-text:before {
	content: "\f15c"
}

.la.la-sort-alpha-asc:before {
	content: "\f15d"
}

.la.la-sort-alpha-desc:before {
	content: "\f881"
}

.la.la-sort-amount-asc:before {
	content: "\f160"
}

.la.la-sort-amount-desc:before {
	content: "\f884"
}

.la.la-sort-numeric-asc:before {
	content: "\f162"
}

.la.la-sort-numeric-desc:before {
	content: "\f886"
}

.la.la-youtube-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-youtube {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-xing {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-xing-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-youtube-play {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-youtube-play:before {
	content: "\f167"
}

.la.la-dropbox {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-stack-overflow {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-instagram {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-flickr {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-adn {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-bitbucket {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-bitbucket-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-bitbucket-square:before {
	content: "\f171"
}

.la.la-tumblr {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-tumblr-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-long-arrow-down:before {
	content: "\f309"
}

.la.la-long-arrow-up:before {
	content: "\f30c"
}

.la.la-long-arrow-left:before {
	content: "\f30a"
}

.la.la-long-arrow-right:before {
	content: "\f30b"
}

.la.la-apple {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-windows {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-android {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-linux {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-dribbble {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-skype {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-foursquare {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-trello {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-gratipay {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-gittip {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-gittip:before {
	content: "\f184"
}

.la.la-sun-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-sun-o:before {
	content: "\f185"
}

.la.la-moon-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-moon-o:before {
	content: "\f186"
}

.la.la-vk {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-weibo {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-renren {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-pagelines {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-stack-exchange {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-arrow-circle-o-right {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-arrow-circle-o-right:before {
	content: "\f35a"
}

.la.la-arrow-circle-o-left {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-arrow-circle-o-left:before {
	content: "\f359"
}

.la.la-caret-square-o-left {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-caret-square-o-left:before {
	content: "\f191"
}

.la.la-toggle-left {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-toggle-left:before {
	content: "\f191"
}

.la.la-dot-circle-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-dot-circle-o:before {
	content: "\f192"
}

.la.la-vimeo-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-try:before {
	content: "\f195"
}

.la.la-turkish-lira:before {
	content: "\f195"
}

.la.la-plus-square-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-plus-square-o:before {
	content: "\f0fe"
}

.la.la-slack {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-wordpress {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-openid {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-institution:before {
	content: "\f19c"
}

.la.la-bank:before {
	content: "\f19c"
}

.la.la-mortar-board:before {
	content: "\f19d"
}

.la.la-yahoo {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-google {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-reddit {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-reddit-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-stumbleupon-circle {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-stumbleupon {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-delicious {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-digg {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-pied-piper-pp {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-pied-piper-alt {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-drupal {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-joomla {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-spoon:before {
	content: "\f2e5"
}

.la.la-behance {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-behance-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-steam {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-steam-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-automobile:before {
	content: "\f1b9"
}

.la.la-cab:before {
	content: "\f1ba"
}

.la.la-envelope-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-envelope-o:before {
	content: "\f0e0"
}

.la.la-deviantart {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-soundcloud {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-file-pdf-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-file-pdf-o:before {
	content: "\f1c1"
}

.la.la-file-word-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-file-word-o:before {
	content: "\f1c2"
}

.la.la-file-excel-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-file-excel-o:before {
	content: "\f1c3"
}

.la.la-file-powerpoint-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-file-powerpoint-o:before {
	content: "\f1c4"
}

.la.la-file-image-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-file-image-o:before {
	content: "\f1c5"
}

.la.la-file-photo-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-file-photo-o:before {
	content: "\f1c5"
}

.la.la-file-picture-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-file-picture-o:before {
	content: "\f1c5"
}

.la.la-file-archive-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-file-archive-o:before {
	content: "\f1c6"
}

.la.la-file-zip-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-file-zip-o:before {
	content: "\f1c6"
}

.la.la-file-audio-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-file-audio-o:before {
	content: "\f1c7"
}

.la.la-file-sound-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-file-sound-o:before {
	content: "\f1c7"
}

.la.la-file-video-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-file-video-o:before {
	content: "\f1c8"
}

.la.la-file-movie-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-file-movie-o:before {
	content: "\f1c8"
}

.la.la-file-code-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-file-code-o:before {
	content: "\f1c9"
}

.la.la-vine {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-codepen {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-jsfiddle {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-life-ring {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-life-bouy {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-life-bouy:before {
	content: "\f1cd"
}

.la.la-life-buoy {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-life-buoy:before {
	content: "\f1cd"
}

.la.la-life-saver {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-life-saver:before {
	content: "\f1cd"
}

.la.la-support {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-support:before {
	content: "\f1cd"
}

.la.la-circle-o-notch:before {
	content: "\f1ce"
}

.la.la-rebel {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-ra {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-ra:before {
	content: "\f1d0"
}

.la.la-resistance {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-resistance:before {
	content: "\f1d0"
}

.la.la-empire {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-ge {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-ge:before {
	content: "\f1d1"
}

.la.la-git-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-git {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-hacker-news {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-y-combinator-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-y-combinator-square:before {
	content: "\f1d4"
}

.la.la-yc-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-yc-square:before {
	content: "\f1d4"
}

.la.la-tencent-weibo {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-qq {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-weixin {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-wechat {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-wechat:before {
	content: "\f1d7"
}

.la.la-send:before {
	content: "\f1d8"
}

.la.la-paper-plane-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-paper-plane-o:before {
	content: "\f1d8"
}

.la.la-send-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-send-o:before {
	content: "\f1d8"
}

.la.la-circle-thin {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-circle-thin:before {
	content: "\f111"
}

.la.la-header:before {
	content: "\f1dc"
}

.la.la-sliders:before {
	content: "\f1de"
}

.la.la-futbol-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-futbol-o:before {
	content: "\f1e3"
}

.la.la-soccer-ball-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-soccer-ball-o:before {
	content: "\f1e3"
}

.la.la-slideshare {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-twitch {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-yelp {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-newspaper-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-newspaper-o:before {
	content: "\f1ea"
}

.la.la-paypal {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-google-wallet {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-cc-visa {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-cc-mastercard {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-cc-discover {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-cc-amex {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-cc-paypal {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-cc-stripe {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-bell-slash-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-bell-slash-o:before {
	content: "\f1f6"
}

.la.la-trash:before {
	content: "\f2ed"
}

.la.la-copyright {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-eyedropper:before {
	content: "\f1fb"
}

.la.la-area-chart:before {
	content: "\f1fe"
}

.la.la-pie-chart:before {
	content: "\f200"
}

.la.la-line-chart:before {
	content: "\f201"
}

.la.la-lastfm {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-lastfm-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-ioxhost {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-angellist {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-cc {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-cc:before {
	content: "\f20a"
}

.la.la-ils:before {
	content: "\f20b"
}

.la.la-shekel:before {
	content: "\f20b"
}

.la.la-sheqel:before {
	content: "\f20b"
}

.la.la-meanpath {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-meanpath:before {
	content: "\f2b4"
}

.la.la-buysellads {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-connectdevelop {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-dashcube {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-forumbee {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-leanpub {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-sellsy {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-shirtsinbulk {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-simplybuilt {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-skyatlas {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-diamond {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-diamond:before {
	content: "\f3a5"
}

.la.la-intersex:before {
	content: "\f224"
}

.la.la-facebook-official {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-facebook-official:before {
	content: "\f09a"
}

.la.la-pinterest-p {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-whatsapp {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-hotel:before {
	content: "\f236"
}

.la.la-viacoin {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-medium {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-y-combinator {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-yc {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-yc:before {
	content: "\f23b"
}

.la.la-optin-monster {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-opencart {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-expeditedssl {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-battery-4:before {
	content: "\f240"
}

.la.la-battery:before {
	content: "\f240"
}

.la.la-battery-3:before {
	content: "\f241"
}

.la.la-battery-2:before {
	content: "\f242"
}

.la.la-battery-1:before {
	content: "\f243"
}

.la.la-battery-0:before {
	content: "\f244"
}

.la.la-object-group {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-object-ungroup {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-sticky-note-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-sticky-note-o:before {
	content: "\f249"
}

.la.la-cc-jcb {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-cc-diners-club {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-clone {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-hourglass-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-hourglass-o:before {
	content: "\f254"
}

.la.la-hourglass-1:before {
	content: "\f251"
}

.la.la-hourglass-2:before {
	content: "\f252"
}

.la.la-hourglass-3:before {
	content: "\f253"
}

.la.la-hand-rock-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-hand-rock-o:before {
	content: "\f255"
}

.la.la-hand-grab-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-hand-grab-o:before {
	content: "\f255"
}

.la.la-hand-paper-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-hand-paper-o:before {
	content: "\f256"
}

.la.la-hand-stop-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-hand-stop-o:before {
	content: "\f256"
}

.la.la-hand-scissors-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-hand-scissors-o:before {
	content: "\f257"
}

.la.la-hand-lizard-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-hand-lizard-o:before {
	content: "\f258"
}

.la.la-hand-spock-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-hand-spock-o:before {
	content: "\f259"
}

.la.la-hand-pointer-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-hand-pointer-o:before {
	content: "\f25a"
}

.la.la-hand-peace-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-hand-peace-o:before {
	content: "\f25b"
}

.la.la-registered {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-creative-commons {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-gg {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-gg-circle {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-tripadvisor {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-odnoklassniki {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-odnoklassniki-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-get-pocket {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-wikipedia-w {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-safari {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-chrome {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-firefox {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-opera {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-internet-explorer {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-television:before {
	content: "\f26c"
}

.la.la-contao {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-500px {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-amazon {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-calendar-plus-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-calendar-plus-o:before {
	content: "\f271"
}

.la.la-calendar-minus-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-calendar-minus-o:before {
	content: "\f272"
}

.la.la-calendar-times-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-calendar-times-o:before {
	content: "\f273"
}

.la.la-calendar-check-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-calendar-check-o:before {
	content: "\f274"
}

.la.la-map-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-map-o:before {
	content: "\f279"
}

.la.la-commenting:before {
	content: "\f4ad"
}

.la.la-commenting-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-commenting-o:before {
	content: "\f4ad"
}

.la.la-houzz {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-vimeo {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-vimeo:before {
	content: "\f27d"
}

.la.la-black-tie {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-fonticons {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-reddit-alien {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-edge {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-credit-card-alt:before {
	content: "\f09d"
}

.la.la-codiepie {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-modx {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-fort-awesome {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-usb {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-product-hunt {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-mixcloud {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-scribd {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-pause-circle-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-pause-circle-o:before {
	content: "\f28b"
}

.la.la-stop-circle-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-stop-circle-o:before {
	content: "\f28d"
}

.la.la-bluetooth {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-bluetooth-b {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-gitlab {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-wpbeginner {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-wpforms {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-envira {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-wheelchair-alt {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-wheelchair-alt:before {
	content: "\f368"
}

.la.la-question-circle-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-question-circle-o:before {
	content: "\f059"
}

.la.la-volume-control-phone:before {
	content: "\f2a0"
}

.la.la-asl-interpreting:before {
	content: "\f2a3"
}

.la.la-deafness:before {
	content: "\f2a4"
}

.la.la-hard-of-hearing:before {
	content: "\f2a4"
}

.la.la-glide {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-glide-g {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-signing:before {
	content: "\f2a7"
}

.la.la-viadeo {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-viadeo-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-snapchat {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-snapchat-ghost {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-snapchat-square {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-pied-piper {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-first-order {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-yoast {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-themeisle {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-google-plus-official {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-google-plus-official:before {
	content: "\f2b3"
}

.la.la-google-plus-circle {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-google-plus-circle:before {
	content: "\f2b3"
}

.la.la-font-awesome {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-fa {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-fa:before {
	content: "\f2b4"
}

.la.la-handshake-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-handshake-o:before {
	content: "\f2b5"
}

.la.la-envelope-open-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-envelope-open-o:before {
	content: "\f2b6"
}

.la.la-linode {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-address-book-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-address-book-o:before {
	content: "\f2b9"
}

.la.la-vcard:before {
	content: "\f2bb"
}

.la.la-address-card-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-address-card-o:before {
	content: "\f2bb"
}

.la.la-vcard-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-vcard-o:before {
	content: "\f2bb"
}

.la.la-user-circle-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-user-circle-o:before {
	content: "\f2bd"
}

.la.la-user-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-user-o:before {
	content: "\f007"
}

.la.la-id-badge {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-drivers-license:before {
	content: "\f2c2"
}

.la.la-id-card-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-id-card-o:before {
	content: "\f2c2"
}

.la.la-drivers-license-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-drivers-license-o:before {
	content: "\f2c2"
}

.la.la-quora {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-free-code-camp {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-telegram {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-thermometer-4:before {
	content: "\f2c7"
}

.la.la-thermometer:before {
	content: "\f2c7"
}

.la.la-thermometer-3:before {
	content: "\f2c8"
}

.la.la-thermometer-2:before {
	content: "\f2c9"
}

.la.la-thermometer-1:before {
	content: "\f2ca"
}

.la.la-thermometer-0:before {
	content: "\f2cb"
}

.la.la-bathtub:before {
	content: "\f2cd"
}

.la.la-s15:before {
	content: "\f2cd"
}

.la.la-window-maximize {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-window-restore {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-times-rectangle:before {
	content: "\f410"
}

.la.la-window-close-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-window-close-o:before {
	content: "\f410"
}

.la.la-times-rectangle-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-times-rectangle-o:before {
	content: "\f410"
}

.la.la-bandcamp {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-grav {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-etsy {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-imdb {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-ravelry {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-eercast {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-eercast:before {
	content: "\f2da"
}

.la.la-snowflake-o {
	font-family: 'Line Awesome Free';
	font-weight: 400
}

.la.la-snowflake-o:before {
	content: "\f2dc"
}

.la.la-superpowers {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-wpexplorer {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}

.la.la-spotify {
	font-family: 'Line Awesome Brands';
	font-weight: 400
}


/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.5
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT
*/

.metismenu .arrow {
	float: right;
	line-height: 1.42857
}

.main-nav li a {
	display: block;
	font-size: 14px;
	font-weight: 500;
}

[dir=rtl] .metismenu .arrow {
	float: left
}

.metismenu .glyphicon.arrow:before {
	content: "\e079"
}

.metismenu .mm-active>a>.glyphicon.arrow:before {
	content: "\e114"
}

.metismenu .fa.arrow:before {
	content: "\f104"
}

.metismenu .mm-active>a>.fa.arrow:before {
	content: "\f107"
}

.metismenu .ion.arrow:before {
	content: "\f3d2"
}

.metismenu .mm-active>a>.ion.arrow:before {
	content: "\f3d0"
}

.metismenu .plus-times {
	float: right
}

[dir=rtl] .metismenu .plus-times {
	float: left
}

body {
  font-size:15px;
  color:#848484;
  line-height:26px;
  font-weight:400;
  background:#fff;
  font-family: 'Poppins', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}



@media (max-width: 768px)
{

        .header-top {
    display: none!important;
}

.mobile-nav-toggler
{margin-top:3px!important;}


.shop-block-one .inner-box .image-box .info-list li:nth-child(2) a {
    width: 139px!important;

}

}



.container-fluid{
  padding: 0px;
}

.large-container{
  position:static;
  max-width:1480px;
  padding:0px 15px;
  margin:0 auto;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  min-width: 300px;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-sm.btn-icon {
  padding: 0.416rem;
  width: calc(2.02rem + 2px);
  height: calc(2.02rem + 2px);
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*modal 1050
backdrop 1040
fixed-bottom 1030*/
.z--1 {z-index: -1 !important;}
.z-0 {z-index: 0 !important;}
.z-1 {z-index: 1 !important;}
.z-2 {z-index: 2 !important;}
.z-3 {z-index: 3 !important;}
.z-1020 {z-index: 1020 !important;}
.z-1035 {z-index: 1035 !important;}
.z-1045 {z-index: 1045 !important;}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: .3em .6em .3em 0;
}
.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}
.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
.jssocials-share-email .jssocials-share-link {
  background: #3490f3;
}
.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}
.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}
.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}
.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}
.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background .2s ease-in-out,border-color .2s ease-in-out;
  transition: background .2s ease-in-out,border-color .2s ease-in-out;
}

/*slick carousel 1.9.0*/

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-current.slick-active .item {
	border-color: #a90707 !important;
	border-width: 2px !important;
}

.btn-circle {
	border-radius: 50em;
}

.ps-product--detail .ps-product__thumbnail {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse nowrap;
  -moz-flex-flow: row-reverse nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  align-content: flex-start;
  -ms-flex-line-pack: start;
}
.ps-product--detail .ps-product__gallery .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  width: 35px;
  height: 35px;
  color: #000;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}
figure {
  margin: 0;
}
.ps-product--detail .ps-product__gallery .slick-arrow:last-child {
  right: 10px;
}
.ps-product--detail .ps-product__gallery {
  position: relative;
}
.ps-product--detail .ps-product__thumbnail .ps-wrapper {
  position: relative;
}
.ps-product--detail .ps-product__thumbnail figure {
  position: relative;
  display: block;
  max-width: calc(100% - 60px);
  padding-left: 10px;
}
.ps-product--detail .ps-product__thumbnail[data-vertical=false] {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.ps-product--detail .ps-product__thumbnail .ps-product__variants {
  max-width: 60px;
  width: 100%;
  min-width: 60px;
}
.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants {
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.ps-product--detail .ps-product__thumbnail[data-vertical=false] figure {
  max-width: 100%;
  padding-left: 0;
}
.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants .item {
  margin-bottom: 0;
  margin-right: 10px;
}
.ps-product--detail .ps-product__variants .item {
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
.ps-product--detail .ps-product__variants .item.slick-current img {
  opacity: 1;
}
.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__gallery img {
  width: 100%;
}
.btn.bootstrap-touchspin-down {
  position: absolute;
  height: 53px;
  width: 40px;
  background: transparent;
  padding: 0px 0px;
  left: -39px;
  top: -53px;
  border-right: none;
  border-radius: 0px;
}

.btn.bootstrap-touchspin-up {
  position: absolute;
  height: 53px;
  width: 40px;
  background: transparent;
  padding: 0px 0px;
  right: -35px;
  top: -53px;
  border-left: none;
  margin-top: 0px;
  border-radius: 0px;
}

.item-quantity input.quantity-spinner {
  line-height: 53px;
  height: 53px;
  width: 50px !important;
  padding: 0px !important;
  box-shadow: none !important;
  font-family: 'Poppins', sans-serif;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  border: none;
}

.la.la-close::before {
	content: "\f00d";
}

.la-3x {
	font-size: 3em;
}

.la-minus:before {
  content: "\f068";
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #555;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px;
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #4d4c4c;
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.svg);
}

.preloader-close{
  position: fixed;
  z-index: 999999;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  right: 0;
  bottom: 0;
  font-weight: 600;
}

.preloader.style-two .preloader-close{

}

.loader-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.loader-wrap .layer-one {
  position: absolute;
  left: 0%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer-two {
  position: absolute;
  left: 33.3333%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer-three {
  position: absolute;
  left: 66.6666%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #222;
}


.centred{
  text-align: center;
}

.pull-left {
    float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/** User Dashboar **/
.aiz-user-sidenav-wrap {
  -ms-flex: 0 0 265px;
  flex: 0 0 265px;
  max-width: 265px;
  -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ebedf2;
}
.aiz-side-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.avatar-sm {
	width: 44px;
	height: 44px;
	font-size: 1.1em;
}
.avatar img {
	object-fit: cover;
	max-width: 100%;
	width: 100%;
	border-radius: 50%;
	height: 100%;
}

.avatar {
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.7em;
  position: relative;
}
.avatar-md {
  width: 64px;
  height: 64px;
  font-size: 1.4em;
}
.aiz-user-sidenav .aiz-side-nav-list .aiz-side-nav-link {
  color: #63666b;
  font-weight: 500;
  font-size: 0.8125rem;
  border-left: 3px solid transparent;
}
.aiz-side-nav-list .aiz-side-nav-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #7a7c9e;
	margin-right: 6px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.aiz-side-nav-list .aiz-side-nav-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.aiz-side-nav-list .aiz-side-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 10px 25px;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #a2a3b7;
}
.badge-inline {
	width: auto !important;
}
.badge {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 18px;
	width: 18px;
	font-size: 0.65rem;
	font-weight: 500;
	line-height: unset;
}
.right-0 {
	right: 0 !important;
}
.top-0 {
	top: 0 !important;
}
.position-absolute {
	position: absolute !important;
}
.aiz-user-sidenav .aiz-side-nav-list .aiz-side-nav-link {
  color: #63666b;
  font-weight: 500;
  font-size: 0.8125rem;
  border-left: 3px solid transparent;
}
.aiz-user-sidenav .aiz-side-nav-link.active, .aiz-user-sidenav .aiz-side-nav-link:hover {
	background-color: #328321;
    border-left-color: #328321;
    color: white;
}
.aiz-user-panel {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 30px;
}
.bg-grad-1 {
  background-color: #eb4786;
  background-image: linear-gradient(315deg, #eb4786 0%, #b854a6 74%);
}
.bg-grad-2 {
  background-color: #875fc0;
  background-image: linear-gradient(315deg, #875fc0 0%, #5346ba 74%);
}
.bg-grad-3 {
  background-color: #47c5f4;
  background-image: linear-gradient(315deg, #47c5f4 0%, #6791d9 74%);
}
table.footable>tbody>tr.footable-detail-row>td, table.footable>tbody>tr.footable-detail-row>th, table.footable>tbody>tr.footable-empty>td, table.footable>tbody>tr.footable-empty>th {
  display: table-cell;
}
table.footable>tbody>tr.footable-empty>td {
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
}
.aiz-table.footable > tbody > tr.footable-empty > td:before {
  content: "\f119";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 20px;
  font-size: 60px;
  opacity: 0.5;
  transform: translate(-50%, 0px);
}
/** User Dashboard **/

/** button **/

.theme-btn-one{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #222;
  text-align: center;
  border: 2px solid #222;
  padding: 14px 39px;
  z-index: 1;
}

.theme-btn-one:hover{
  color: #fff;
}

.theme-btn-one i{
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin-left: 15px;
  top: 1px;
  transform: rotate(-30deg);
}

.theme-btn-one:hover:after{
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn-one:after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.theme-btn-two{
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #fff !important;
  text-align: center;
  background: #222;
  padding: 12px 35px;
  z-index: 1;
  border-radius: 10px;
}

.theme-btn-two i{
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin-left: 15px;
  top: 1px;
  font-weight: 400;
  transform: rotate(-30deg);
  display:none;
}

.theme-btn-two:hover:after{
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn-two:after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.theme-btn-three{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #fff !important;
  text-align: center;
  padding: 12px 35px;
  z-index: 1;
}

.theme-btn-three i{
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin-left: 15px;
  top: 1px;
  font-weight: 400;
  transform: rotate(-30deg);
}

.theme-btn-three:hover:after{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn-three:after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.c-pointer {
	cursor: pointer !important;
}

.pagination{
  position: relative;
  display: block;
}

.pagination li{
  display: inline-block;
  margin: 0px 0px;
}

.pagination li a, .pagination li span {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #222;
	background: transparent;
	z-index: 1;
	transition: all 500ms ease;
}

.pagination li a:hover, .pagination li a.active, .pagination li.active span {
	color: #fff;
	background: #222;
}

/*modal*/
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}
.modal-backdrop {
  background-color: #11151d;
}
.modal-content {
  border: 1px solid rgba(20, 20, 35, 0.2);
}
.modal-content .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 12px 25px;
  border-bottom: 1px solid #ebedf2;
  min-height: 60px;
  background-color: transparent;
}
.modal-header .close {
  font-size: 0;
}
.modal-header .close:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 20px;
}
.modal-content .modal-body {
  padding: 20px 25px;
  overflow-y: auto;
  max-height: 70vh;
}
.modal-content {
	pointer-events: auto;
}
@media (min-width: 768px) {




  .modal-content .modal-body {
      max-height: 80vh;
  }
}
.modal-content .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  padding: 10px 25px;
  border-top: 1px solid #ebedf2;
  min-height: 60px;
  background-color: transparent;
}
.modal.fade .modal-dialog.modal-dialog-zoom {
  -webkit-transform: translate(0, 0) scale(0.8);
  transform: translate(0, 0) scale(0.8);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.show .modal-dialog.modal-dialog-zoom {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}
.modal.modal-static .modal-dialog.modal-dialog-zoom {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal.fade .modal-dialog-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  width: 400px;
  max-width: 80vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background-color: #fff;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.modal.show .modal-dialog-right {
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.modal-dialog-right .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-dialog-right .modal-body {
  max-height: 86vh;
}

.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px)
}

button.dropbtn {
    background: #000;
    padding: 4px 12px;
    border-radius: 20px;
    border: 2px solid #ffce3f;
}

button.dropbtn i
{
  color:#ffce3f!important;
}

.modal-footer>* {
	margin: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content
	}
	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px
	}
}

@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px
	}
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.btn-icon {
	font-size: 1rem;
	line-height: 1.4;
	padding: 0.6rem;
	width: calc(2.5125rem + 2px);
	height: calc(2.5125rem + 2px);
}

.la-2x {
	font-size: 2em
}

.absolute-top-right {
	position: absolute;
	top: 0;
	right: 0;
}

.aiz-checkbox > input, .aiz-radio > input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.aiz-megabox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.aiz-megabox {
	position: relative;
	cursor: pointer;
}
.aiz-checkbox, .aiz-radio {
	display: inline-block;
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 0.875rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.aiz-checkbox, .aiz-radio {
	cursor: pointer;
	font-size: 0.875rem;
}
.aiz-square-check {
	border-radius: 3px;
}
.aiz-square-check, .aiz-rounded-check {
	background: 0 0;
	position: relative;
	height: 16px;
	width: 16px;
	border: 1px solid #d1d7e2;
}
.aiz-megabox .aiz-megabox-elem {
	border: 1px solid #e2e5ec;
	border-radius: 0.25rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 0.25rem;
}

.c-scrollbar-light, .uppy-Dashboard-files, .bootstrap-select .dropdown-menu .inner {
	scrollbar-color: rgba(24, 28, 41, 0.08);
	scrollbar-width: thin;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

.w-5px,.size-5px { width: 5px; }
.w-10px,.size-10px { width: 10px; }
.w-15px,.size-15px { width: 15px; }
.w-20px,.size-20px { width: 20px; }
.w-25px,.size-25px { width: 25px; }
.w-30px,.size-30px { width: 30px; }
.w-35px,.size-35px { width: 35px; }
.w-40px,.size-40px { width: 40px; }
.w-45px,.size-45px { width: 45px; }
.w-50px,.size-50px { width: 50px; }
.w-60px,.size-60px { width: 60px; }
.w-70px,.size-70px { width: 70px; }
.w-80px,.size-80px { width: 80px; }
.w-90px,.size-90px { width: 90px; }
.w-100px,.size-100px { width: 100px; }
.w-110px,.size-110px { width: 110px; }
.w-120px,.size-120px { width: 120px; }
.w-130px,.size-130px { width: 130px; }
.w-140px,.size-140px { width: 140px; }
.w-150px,.size-150px { width: 150px; }
.w-160px,.size-160px { width: 160px; }
.w-170px,.size-170px { width: 170px; }
.w-180px,.size-180px { width: 180px; }
.w-190px,.size-190px { width: 190px; }
.w-200px,.size-200px { width: 200px; }
.w-210px,.size-210px { width: 210px; }
.w-220px,.size-220px { width: 220px; }
.w-230px,.size-230px { width: 230px; }
.w-240px,.size-240px { width: 240px; }
.w-250px,.size-250px { width: 250px; }
.w-260px,.size-260px { width: 260px; }
.w-270px,.size-270px { width: 270px; }
.w-280px,.size-280px { width: 280px; }
.w-290px,.size-290px { width: 290px; }
.w-300px,.size-300px { width: 300px; }
.w-310px,.size-310px { width: 310px; }
.w-320px,.size-320px { width: 320px; }
.w-330px,.size-330px { width: 330px; }
.w-340px,.size-340px { width: 340px; }
.w-350px,.size-350px { width: 350px; }
.w-360px,.size-360px { width: 360px; }
.w-370px,.size-370px { width: 370px; }
.w-380px,.size-380px { width: 380px; }
.w-390px,.size-390px { width: 390px; }
.w-400px,.size-400px { width: 400px; }
.w-410px,.size-410px { width: 410px; }
.w-420px,.size-420px { width: 420px; }

.h-5px,.size-5px { height: 5px; }
.h-10px,.size-10px { height: 10px; }
.h-15px,.size-15px { height: 15px; }
.h-20px,.size-20px { height: 20px; }
.h-25px,.size-25px { height: 25px; }
.h-30px,.size-30px { height: 30px; }
.h-35px,.size-35px { height: 35px; }
.h-40px,.size-40px { height: 40px; }
.h-45px,.size-45px { height: 45px; }
.h-50px,.size-50px { height: 50px; }
.h-60px,.size-60px { height: 60px; }
.h-70px,.size-70px { height: 70px; }
.h-80px,.size-80px { height: 80px; }
.h-90px,.size-90px { height: 90px; }
.h-100px,.size-100px { height: 100px; }
.h-110px,.size-110px { height: 110px; }
.h-120px,.size-120px { height: 120px; }
.h-130px,.size-130px { height: 130px; }
.h-140px,.size-140px { height: 140px; }
.h-150px,.size-150px { height: 150px; }
.h-160px,.size-160px { height: 160px; }
.h-170px,.size-170px { height: 170px; }
.h-180px,.size-180px { height: 180px; }
.h-190px,.size-190px { height: 190px; }
.h-200px,.size-200px { height: 200px; }
.h-210px,.size-210px { height: 210px; }
.h-220px,.size-220px { height: 220px; }
.h-230px,.size-230px { height: 230px; }
.h-240px,.size-240px { height: 240px; }
.h-250px,.size-250px { height: 250px; }
.h-260px,.size-260px { height: 260px; }
.h-270px,.size-270px { height: 270px; }
.h-280px,.size-280px { height: 280px; }
.h-290px,.size-290px { height: 290px; }
.h-300px,.size-300px { height: 300px; }
.h-310px,.size-310px { height: 310px; }
.h-320px,.size-320px { height: 320px; }
.h-330px,.size-330px { height: 330px; }
.h-340px,.size-340px { height: 340px; }
.h-350px,.size-350px { height: 350px; }
.h-360px,.size-360px { height: 360px; }
.h-370px,.size-370px { height: 370px; }
.h-380px,.size-380px { height: 380px; }
.h-390px,.size-390px { height: 390px; }
.h-400px,.size-400px { height: 400px; }
.h-410px,.size-410px { height: 410px; }
.h-420px,.size-420px { height: 420px; }

.pl-6,.px-6,.p-6 { padding-left: 4rem; }
.pl-7,.px-7,.p-7 { padding-left: 5rem; }
.pl-8,.px-8,.p-8 { padding-left: 6rem; }
.pl-9,.px-9,.p-9 { padding-left: 8rem; }
.pl-10,.px-10,.p-10 { padding-left: 10rem; }
.pl-11,.px-11,.p-11 { padding-left: 12rem; }
.pl-12,.px-12,.p-12 { padding-left: 16rem; }

.pr-6,.px-6,.p-6 { padding-right: 4rem; }
.pr-7,.px-7,.p-7 { padding-right: 5rem; }
.pr-8,.px-8,.p-8 { padding-right: 6rem; }
.pr-9,.px-9,.p-9 { padding-right: 8rem; }
.pr-10,.px-10,.p-10 { padding-right: 10rem; }
.pr-11,.px-11,.p-11 { padding-right: 12rem; }
.pr-12,.px-12,.p-12 { padding-right: 16rem; }

.pt-6,.py-6,.p-6 { padding-top: 4rem; }
.pt-7,.py-7,.p-7 { padding-top: 5rem; }
.pt-8,.py-8,.p-8 { padding-top: 6rem; }
.pt-9,.py-9,.p-9 { padding-top: 8rem; }
.pt-10,.py-10,.p-10 { padding-top: 10rem; }
.pt-11,.py-11,.p-11 { padding-top: 12rem; }
.pt-12,.py-12,.p-12 { padding-top: 16rem; }

.pb-6,.py-6,.p-6 { padding-bottom: 4rem; }
.pb-7,.py-7,.p-7 { padding-bottom: 5rem; }
.pb-8,.py-8,.p-8 { padding-bottom: 6rem; }
.pb-9,.py-9,.p-9 { padding-bottom: 8rem; }
.pb-10,.py-10,.p-10 { padding-bottom: 10rem; }
.pb-11,.py-11,.p-11 { padding-bottom: 12rem; }
.pb-12,.py-12,.p-12 { padding-bottom: 16rem; }

.pl-5px,.px-5px,.p-5px { padding-left: 5px; }
.pl-10px,.px-10px,.p-10px { padding-left: 10px; }
.pl-15px,.px-15px,.p-15px { padding-left: 15px; }
.pl-20px,.px-20px,.p-20px { padding-left: 20px; }
.pl-25px,.px-25px,.p-25px { padding-left: 25px; }
.pl-30px,.px-30px,.p-30px { padding-left: 30px; }

.pr-5px,.px-5px,.p-5px { padding-right: 5px; }
.pr-10px,.px-10px,.p-10px { padding-right: 10px; }
.pr-15px,.px-15px,.p-15px { padding-right: 15px; }
.pr-20px,.px-20px,.p-20px { padding-right: 20px; }
.pr-25px,.px-25px,.p-25px { padding-right: 25px; }
.pr-30px,.px-30px,.p-30px { padding-right: 30px; }

.pt-5px,.py-5px,.p-5px { padding-top: 5px; }
.pt-10px,.py-10px,.p-10px { padding-top: 10px; }
.pt-15px,.py-15px,.p-15px { padding-top: 15px; }
.pt-20px,.py-20px,.p-20px { padding-top: 20px; }
.pt-25px,.py-25px,.p-25px { padding-top: 25px; }
.pt-30px,.py-30px,.p-30px { padding-top: 30px; }

.pb-5px,.py-5px,.p-5px { padding-bottom: 5px; }
.pb-10px,.py-10px,.p-10px { padding-bottom: 10px; }
.pb-15px,.py-15px,.p-15px { padding-bottom: 15px; }
.pb-20px,.py-20px,.p-20px { padding-bottom: 20px; }
.pb-25px,.py-25px,.p-25px { padding-bottom: 25px; }
.pb-30px,.py-30px,.p-30px { padding-bottom: 30px; }
.sec-pad{
  padding: 100px 0px 120px 0px;
}

.sec-pad-2{
  padding: 120px 0px;
}

.scroll-top{
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 15px;
  font-size: 24px;
  z-index: 99;
  color: #000;
  background:#328321;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  border: #000 1px solid;
  transition: 1s ease;
}

.scroll-top:hover{
  background: #0c2136 !important;
}

.scroll-top.open {
  bottom: 50px;
}

.sec-title{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

.sec-title.style-two{
  text-align: left;
}

.sec-title p{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #222;
  margin-bottom: 20px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 40px;
  color: #222;
  line-height: 52px;
  font-weight: 600;
  margin-bottom: 8px;
}

.sec-title .separator{
  position: relative;
  display: block;
  width: 141px;
  height: 15px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.sec-title.style-two .separator{
  margin: 0px;
  width: 91px;
}

.sec-title.light p,
.sec-title.light h2{
  color: #fff
}




/***

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #fff;
  left:0px;
  top:0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.main-header .header-top {
    position: relative;
    display: block;
    padding: 6px 0px;
    border-bottom: 1px solid #ffac00;
    background: #ffce3f;
}

.logo-box img {
    width: 140px;
}

.main-header .language{
  position:relative;
  display: inline-block;
  z-index: 5;
  margin-right: 25px;
}

.main-header .language .lang-btn{
  position: relative;
  display: block;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-header .language .lang-btn:hover{

}

.main-header .language .lang-btn .flag{
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
}

.main-header .language .lang-btn .flag img{
  width: 100%;
  border-radius: 50%;
}

.main-header .language .lang-btn .txt{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #222;
}

.main-header .language .lang-btn .arrow{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
  font-size: 14px;
  color: #888;
  top: 1px;
}

.main-header .language .lang-btn:before{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 16px;
}

.main-header .language .lang-dropdown{
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 12px;
  width: 150px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.main-header .language:hover .lang-dropdown{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.main-header .language .lang-dropdown li{
  position: relative;
  display: block;
  border-bottom: 1px solid #f0f0f0;
}

.main-header .language .lang-dropdown li:last-child{
  border: none;
}

.main-header .language .lang-dropdown li a{
  position: relative;
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  text-align: left;
}

.main-header .language .lang-dropdown li a:hover{
  text-decoration: underline;
}

.main-header .header-top .info li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #222222;
  margin-right: 30px;
}

.main-header .header-top .info li:last-child{
  margin-right: 0px;
}

.main-header .header-top .info li a{
  display: inline-block;
  color: #222;
}

.main-header .header-top .info li a:hover{
color:#000!important;
text-decoration:underline;
}

.main-header .header-top .info li i {
    color: #000000;
    margin-right: 10px;
}
.top-center {
    text-align: center;
}

.main-header .header-top .social-links,
.main-header .header-top .price-box{
  position: relative;
  display: inline-block;
}

.main-header .header-top .social-links{
  padding-right: 20px;
  margin-right: 27px;
  top: 2px;
}

.main-header .header-top .social-links:before{
  position: absolute;
  content: '';
  background: #e6e6e6;
  width: 1px;
  height: 24px;
  top: 2px;
  right: 0px;
}

.main-header .header-top .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 10px;
}

.main-header .header-top .social-links li a{
  display: inline-block;
  font-size: 15px;
  color: #b3b3b3;
}

.main-header .header-top .social-links li a:hover{

}

.main-header .header-top .price-box span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
  cursor: pointer;
  padding-right: 16px;
}

.main-header .header-top .price-box span:before{
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  color: #888888;
  top: 1px;
  right: 0px;
  font-weight: 700;
}

.main-header .header-top .price-box span:after{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 16px;
}

.main-header .header-top .price-box .price-list{
  position: absolute;
  left: 0;
  top: 100%;
  width: 150px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  margin-top: 12px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.main-header .header-top .price-box:hover .price-list{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.main-header .header-top .price-box .price-list li{
  position: relative;
  display: block;
  border-bottom: 1px solid #f0f0f0;
}

.main-header .header-top .price-box .price-list li:last-child{
  border: none;
}

.main-header .header-top .price-box .price-list li a{
  position: relative;
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  text-align: left;
}

.main-header .header-top .price-box .price-list a:hover{
  text-decoration: underline;
}

.main-header .menu-right-content li{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  color: #222;
  margin-right: 20px;
  font-weight: 600;
}

.main-header .menu-right-content li:last-child{
  margin-right: 0px;
}

.main-header .menu-right-content li a{
  display: block;
  color: #222;
}

.dropdown-content a {
    width: 175px;
    display: block;
    color: #000!important;
    line-height: 20px;
    padding: 10px 15px;
    font-size: 14px;
    background-color: transparent;
    border-top: 1px solid #f0f0f0;
    background: #fff;
}

/* .main-header .menu-right-content li a:hover{

}

.main-header .menu-right-content li.shop-cart{
  font-weight: 400;
  font-size: 24px;
}



*/
.main-header .menu-right-content li.shop-cart{
  font-weight: 400;
  font-size: 24px;
}
.main-header .menu-right-content li.shop-cart .cart,.main-header .menu-right-content li.shop-cart .wishlist{
  position: relative;
  padding-right: 14px;
}
.main-header .menu-right-content li.shop-cart a span{
  position: absolute;
  top: -13px;
  right: 0px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  background: #ffce3f;
  border-radius: 50%;
  text-align: center;
  color: #0e0e0e;
  font-size: 11px;
  font-weight: 500;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.main-header .menu-right-content li.shop-cart .ps-product__content a{
  font-size:14px;
}

ul.menu-right-content li a i {
    font-weight: 100!important;
}

.main-header .menu-right-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 25px 0px 25px 0px;
}

.header-lower{
  position: relative;
}

.header-lower .outer-box{
  position: relative;
  min-height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-header .logo-box{
  position: relative;
  display: block;
  padding: 10px 0px;
}

.header-lower .outer-box .menu-area{
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


/** main-menu **/

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  float:left;
  z-index:2;
  padding:35px 0px;
  margin: 0px 9px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  display:inline-block;
  text-align:center;
  font-size:15px;
  line-height:30px;
  font-weight:500;
  opacity:1;
  font-family: 'Poppins', sans-serif;
  color:#222;
  z-index:1;
  padding-right: 17px;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li.dropdown > a:before{
  position: absolute;
  content: "\f107";
  top: 2px;
  right: 0px;
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  top: 0px;
  right: 0px;
  color: #888;
  font-weight: 700;
  transition: all 500ms ease;
}

.main-menu .navigation > li > a span{
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 11px;
  color: #fff;
  font-weight: 500;
  width: 37px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 20px;
}

.main-menu .navigation > li > a span:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: 15px;
  bottom: -3px;
  transform: rotate(-45deg);
  z-index: -1;
}

.main-menu .navigation > li.dropdown.current > a:before,
.main-menu .navigation > li.dropdown:hover > a:before{

}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{

}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:250px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  background-color: #fff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding:12px 0px;
  line-height:24px;
  font-weight:500;
  font-family: 'Poppins', sans-serif;
  font-size:14px;
  text-transform:capitalize;
  color:#222;
  border-bottom: 1px solid #e3e3e3;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a:hover{

}

.main-menu .navigation > li > .megamenu li > a:hover{

}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:14px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  right:100%;
  top:-2px;
  width:230px;
  z-index:100;
  display:none;
  padding: 10px 0px;
  background-color: #fff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none;
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  font-size: 14px;
  padding:12px 0px;
  line-height:24px;
  font-weight:500;
  font-family: 'Poppins', sans-serif;
  text-transform:capitalize;
  color:#222;
  border-bottom: 1px solid #e3e3e3;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{

}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{

}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #3b3b3b;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}

/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  font-weight: 500;
  padding: 3px 0px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse{
  display:block !important;
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px 120px 25px;
  text-align:left;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202020;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 2px solid #000;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  color: #000000;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  background:#fff;
  color: #3b3b3b;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:30px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover{

}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 80px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{

}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}


/** search pop-up style **/


.main-header .search-btn .search-toggler{
  position: relative;
  font-size: 22px;
  color: #222;
  font-weight: 400;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  transition: all 500ms ease;
}

.main-header .search-btn .search-toggler{

}

.search-popup{
  position:fixed;
  left:0;
  top:0px;
  width:100%;
  height:100%;
  z-index:99999;
  visibility:hidden;
  opacity:0;
  overflow:auto;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform:translateY(101%);
  -ms-transform:translateY(101%);
  transform:translateY(101%);
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.search-popup.popup-visible{
  -webkit-transform:translateY(0%);
  -ms-transform:translateY(0%);
  transform:translateY(0%);
  visibility:visible;
  opacity:1;
}

.search-popup .overlay-layer{
  position:absolute;
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  display:block;
}

.search-popup .close-search{
  position:absolute;
  right:25px;
  top:25px;
  font-size:22px;
  color:#ffffff;
  cursor:pointer;
  z-index:5;
  transition: all 500ms ease;
}

.search-popup .search-form{
  position: relative;
  padding: 0px 15px 0px;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 100px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  z-index: 10;
}

.search-popup.popup-visible .search-form {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 500ms ease 500ms;
  -moz-transition: all 900ms ease 500ms;
  -webkit-transition: all 900ms ease 500ms;
  -ms-transition: all 900ms ease 500ms;
  -o-transition: all 900ms ease 500ms;
}

.search-popup .search-form .form-group{
  margin-bottom: 30px;
}

.search-popup .search-form fieldset{
  position:relative;
  border-radius:12px;
}

.search-popup .search-form fieldset input[type="search"]{
  position:relative;
  height:70px;
  padding:20px 250px 20px 30px;
  background:#ffffff;
  line-height:30px;
  font-size:24px;
  color:#233145;
  border-radius:7px;
}

.search-popup .search-form fieldset input[type="submit"]{
  position:absolute;
  display:block;
  right:0px;
  top:0px;
  text-align:center;
  width:220px;
  height:70px;
  padding:20px 10px 20px 10px;
  color:#ffffff !important;
  line-height:30px;
  font-size:20px;
  cursor:pointer;
  text-transform:uppercase;
  border-radius:0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover{
  transform: translateY(0px);
}

.search-popup h3{
  text-transform:uppercase;
  font-size:20px;
  font-weight:600;
  color:#ffffff;
  margin-bottom:20px;
  letter-spacing:1px;
  text-align:center;
}

.search-popup .recent-searches{
  font-size:16px;
  color:#ffffff;
  text-align:center;
}

.search-popup .recent-searches li{
  display:inline-block;
  margin:0px 10px 10px 0px;
}

.search-popup .recent-searches li a{
  display:block;
  line-height:24px;
  border:1px solid #ffffff;
  padding:7px 15px;
  color:#ffffff;
  border-radius:3px;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}

.search-popup .recent-searches li a:hover{

}

.sticky-header .main-menu .navigation > li{
  padding: 0px !important;
  margin: 0px !important;
}

.sticky-header .main-menu .navigation > li > a{
  padding: 20px 30px;
  color: #222 !important;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a{
  color: #fff !important;
}

.sticky-header .logo-box{
  padding: 0px !important;
}

.sticky-header .logo-box .logo{
  position: relative;
  padding: 21px 0px !important;
}

.sticky-header .main-menu .navigation > li.dropdown > a:before{
  display: none;
}

.sticky-header .main-menu .navigation > li > a span{
  display: none;
}

.sticky-header .outer-box{
  position: relative;
}


/** banner-section **/

.banner-style-one{
  position: relative;
  background: #edf0f5;
}

.banner-style-one .pattern-layer{
  position: absolute;
  right: 235px;
  bottom: 0px;
  width: 767px;
  height: 446px;
  background-repeat: no-repeat;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  background-size: cover;
}

.banner-carousel .content-inner{
  position: relative;
}

.banner-carousel .content-inner .image-box{
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.banner-carousel .active .content-inner .image-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.banner-carousel .active .content-inner .imgae-3{
  right: -150px;
}

.banner-carousel .content-box{
  position: relative;
  display: block;
  z-index:5;
  max-width: 450px;
  width: 100%;
  min-height: 711px;
  padding: 170px 0px 180px 0px;
}

.banner-carousel .content-box h1{
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 75px;
  font-weight: 600;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.banner-carousel .active .content-box h1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .content-box h1 span{
  display: inline-block;
}

.banner-carousel .content-box h3{
  position: relative;
  display: block;
  color: #222;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 26px;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h3{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box p{
  position: relative;
  display: block;
  color: #222;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 33px;
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
}

.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-carousel .content-box .btn-box{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1600ms ease;
  -moz-transition: all 1600ms ease;
  -ms-transition: all 1600ms ease;
  -o-transition: all 1600ms ease;
  transition: all 1600ms ease;
}

.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.banner-carousel .active .content-box .btn-box .theme-btn-one{
  padding: 19px 39px;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.banner-style-one .banner-carousel .owl-nav{
  position: absolute;
  top: 50%;
  width: 100%;
  right: 0px;
  transform: translateY(-50%);
}

.banner-carousel .owl-nav .owl-prev{
  position: absolute;
  width: 90px;
  height: 90px;
  line-height: 90px;
  right: 250px;
  color: #222;
  font-size: 22px;
  text-align: center;
  background: #fff;
  font-weight: 600;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  cursor: pointer;
  opacity: 0.2;
}

.banner-carousel .owl-nav .owl-next{
  position: absolute;
  width: 90px;
  height: 90px;
  line-height: 90px;
  right: 150px;
  color: #222;
  font-size: 22px;
  text-align: center;
  background: #fff;
  font-weight: 600;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  cursor: pointer;
  opacity: 0.2;
}

.banner-carousel .owl-nav .owl-prev:hover,
.banner-carousel .owl-nav .owl-next:hover{
  color: #fff;
}

.banner-carousel:hover .owl-nav .owl-prev,
.banner-carousel:hover .owl-nav .owl-next{
  opacity: 1;
}

.banner-style-one .owl-dots{
  position: absolute;
  left: 50px;
  bottom: 50px;
  display: inline-block;
  counter-reset:count;
}


.banner-style-one .owl-dots .owl-dot{
  position:relative;
  display:inline-block;
  margin: 0px 15px;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}

.banner-style-one .owl-dots .owl-dot:before{
  position: relative;
  display: inline-block;
  color: #848484;
  font-size: 20px;
  font-weight: 400;
  counter-increment: count;
  content: "0" counter(count);
  font-family: 'Muli', sans-serif;
}

.banner-style-one .owl-dots .owl-dot.active:before{
  color: #222;
  font-size: 40px;
}

.banner-style-one .owl-dots .owl-dot:after{
  position: absolute;
  content: '/';
  color: #848484;
  font-size: 20px;
  font-family: 'Josefin Sans', sans-serif;
  top: 2px;
  right: -20px;
}

.banner-style-one .owl-dots .owl-dot.active:after{
  top: 10px;
}

.banner-style-one .owl-dots .owl-dot:last-child:after{
  display: none;
}

.banner-style-one .owl-dots .owl-dot span {
  display: none;
}


/** topcategory-section **/

.topcategory-section{
  position: relative;
  padding: 25px 0px 100px 0px;
}

.category-block-one{
  position: relative;
  display: block;
}

.category-block-one .image-box{
  position: relative;
  display: inline-block;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin-bottom: 17px;
}

.category-block-one .image-box img{
  width: 100%;
  border-radius: 50%;
}

.category-block-one .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.8;
  border-radius: 50%;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.category-block-one:hover .image-box:before{
  transform: scale(1,1);
}

.category-block-one h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #222;
  max-width: 110px;
  margin: 0 auto;
  width: 100%;
}

.category-block-one h5 a{
  display: inline-block;
  color: #222;
}

.category-block-one h5 a:hover{

}


/** shop-section **/

.shop-section{
  position: relative;
  padding-bottom: 120px;
}

.shop-block-one{
  position: relative;

  width: 100%;
  margin: 0 auto;
}

.shop-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.shop-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.shop-block-one .inner-box .image-box img{
  width: 100%;
}

.shop-block-one .inner-box .image-box .category{
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 20px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  height: 27px;
  line-height: 27px;
  width: 55px;
  text-align: center;
}

.shop-block-one .inner-box .image-box .category:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  top: 0px;
  left: -6px;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0 0);
}

.shop-block-one .inner-box .image-box .category:after{
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  bottom: 0px;
  left: -6px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}

.shop-block-one .inner-box .image-box .category.green-bg{

}

.shop-block-one .inner-box .image-box .category.red-bg{

}

.shop-block-one .inner-box .image-box .info-list{
 position: absolute;
    margin: 0px auto;
    /* bottom: -65px; */
    width: 100%;
    visibility: hidden;
    transition: all 500ms ease;
    display: flex;
    justify-content: center;
}

.shop-block-one .inner-box:hover .image-box .info-list{
  bottom: 20px;
  visibility: visible;
}

.shop-block-one .inner-box .image-box .info-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 2px;
      padding: 0px 5px;
      margin-left:0px!important;
}

.shop-block-one .inner-box .image-box .info-list li:last-child{
  margin-right: 0px;
}

h2.section-heading.primary-color{
font-size: 48px;
line-height:72px;
text-align:start;
letter-spacing:0.5px;}

.shop-block-one .inner-box .image-box .info-list li a{
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #222;
      padding-top: 1px;
      border-radius:50px;
}
i.flaticon-heart {
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
}

.inner-box .image-box .info-list li:nth-child(2) a {
    width: 45px;
    background: #4e4e4e;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px;
}

.shop-block-one .inner-box .image-box .info-list li a:hover{
background: #ffce3f !important;
    color: #333;
}

.shop-block-one .inner-box .lower-content {
    position: relative;
    padding-top: 19px;
    padding-left: 5px;
}

.shop-block-one .inner-box .lower-content a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  margin-bottom: 3px;
  letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: capitalize;
}

.shop-block-one .inner-box .lower-content a:hover{

}

.order-list .product-tax, .order-list .product-discount {
	display: flex;
}

.shop-block-one .inner-box .lower-content .price {
    position: relative;
    font-size: 15px;
    color: #222;
    margin: 0px;
    font-weight: 600;
}

.shop-section .filters{
  position: relative;
  display: block;
  margin-bottom: 48px;
}

.shop-section .filters .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #888;
  margin: 0px 15px;
  cursor: pointer;
  transition: all 500ms ease;
}

.shop-section .filters .filter-tabs li:hover,
.shop-section .filters .filter-tabs li.active{
  color: #222;
}

.shop-section .filters .filter-tabs li:before{
  position: absolute;
  content: '';
  background: #828282;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.shop-section .filters .filter-tabs li:hover:before,
.shop-section .filters .filter-tabs li.active:before{
  transform: scale(1,1);
}

.shop-section .more-btn{
  position: relative;
  margin-top: 10px;
}


/** cta-section **/

.cta-section{
  position: relative;
  padding-top: 375px;
}

.cta-section .image-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 675px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cta-section .cta-inner{
  position: relative;
  display: block;
  background: #fff;
  padding: 75px 200px 80px 200px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}

.cta-section .cta-inner h2{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 60px;
  color: #222;
  font-weight: 600;
  margin-bottom: 27px;
}

.cta-section .cta-inner p{
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin-bottom: 33px;
}

.cta-section .cta-inner .theme-btn-one{
  background: #222;
  color: #fff;
}

.cta-section .cta-inner .theme-btn-one:hover{

}

.cta-section .cta-inner .theme-btn-one:after{

}

.cta-section .cta-inner .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 269px;
  height: 103px;
  background-repeat: no-repeat;
}

.cta-section .cta-inner .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 269px;
  height: 103px;
  background-repeat: no-repeat;
}


/** news-section **/

.news-section{
  position: relative;
  padding: 115px 0px 120px 0px;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover{
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img{
  opacity: 0.2;
  transform: scale(1.05);
}

.news-block-one .inner-box .lower-content{
  position: relative;
  padding: 23px 30px 24px 30px;
  border: 1px solid #e1e5eb;
  border-top: none !important;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .lower-content{
  border-color: #fff;
}

.news-block-one .inner-box .lower-content .post-date{
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  padding-left: 25px;
  margin-bottom: 11px;
}

.news-block-one .inner-box .lower-content .post-date:before{
  position: absolute;
  content: '';
  background: #222;
  width: 15px;
  height: 2px;
  left: 0px;
  top: 12px;
}

.news-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #222;
  line-height: 28px;
  margin-bottom: 6px;
}

.news-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #222;
}

.news-block-one .inner-box .lower-content h3 a:hover{

}

.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #848484;
  margin-right: 18px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child{
  margin-right: 0px;
}

.news-block-one .inner-box .lower-content .post-info li:before{
  position: absolute;
  content: '';
  background: #848484;
  width: 1px;
  height: 13px;
  top: 6px;
  right: -11px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before{
  display: none;
}

.news-block-one .inner-box .lower-content .post-info li a{
  color: #848484;
}

.news-block-one .inner-box .lower-content .post-info li a:hover{

}

.news-block-one .inner-box .lower-content .post-info{
  position: relative;
  margin-bottom: 16px;
}

.news-block-one .inner-box .lower-content p{
  margin-bottom: 14px;
}

.news-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #222;
  font-weight: 500;
}

.bootstrap-select > select {
	position: absolute !important;
	bottom: 0;
	left: 50%;
	display: block !important;
	width: .5px !important;
	height: 100% !important;
	padding: 0 !important;
	opacity: 0 !important;
	border: none;
	z-index: 0 !important;
}

.bootstrap-select .dropdown-menu li, .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bootstrap-select .dropdown-menu li {
	position: relative;
}
.bootstrap-select .dropdown-menu li a {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.5rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #74788d;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.bootstrap-select .dropdown-menu li a span.text {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 0;
	vertical-align: bottom;
}
.bootstrap-select .dropdown-menu li a span.text {
	display: inline-block;
}

.news-block-one .inner-box .lower-content .link a i{
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-left: 11px;
  font-weight: 600;
  top: 1px;
  transform: rotate(-30deg);
  transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content .link a:hover i{
  transform: rotate(0deg);
}


/** service-section **/

.service-section{
  position: relative;
}

.service-section .inner-container{
  position: relative;
  display: block;
  padding: 37px 0px 33px 0px;
  border-top: 1px solid #e1e5eb;
  border-bottom: 1px solid #e1e5eb;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  padding-left: 80px;
}

.service-block-one .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: -14px;
  font-size: 50px;
  line-height: 50px;
  color: #222;
}

.service-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 21px;
  color: #222;
  font-weight: 600;
  margin-bottom: 3px;
}

.service-block-one .inner-box h3 a{
  display: inline-block;
  color: #222;
}

.service-block-one .inner-box h3 a:hover{

}

.service-block-one .inner-box p{
  line-height: 24px;
}


/** instagram-section **/

.instagram-section{
  position: relative;
  padding: 115px 50px 0px 50px;
}

.instagram-section .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.instagram-section .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.instagram-section .image-box:hover img{
  opacity: 0.4;
}

.instagram-section .image-box .info-list{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  padding: 15px 15px;
  text-align: center;
  opacity: 0;
  transition: all 500ms ease;
}

.instagram-section .image-box:hover .info-list{
  opacity: 1;
}

.instagram-section .image-box .info-list li{
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.instagram-section .image-box .info-list li:last-child{
  margin-right: 0px;
}

.instagram-section .image-box .info-list li a{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.instagram-section .image-box .info-list li a i{
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-size: 20px;
}

.instagram-section .image-box .info-list li a:hover{

}


/** main-footer **/

.main-footer{
  position: relative;
}

.footer-top li a{
    color:#222;
}

.main-footer .footer-top{
  position: relative;
  background: #fff;
  padding: 100px 0px 100px 0px;
  border-bottom: 1px solid #ffffff!important;
}

.main-footer .footer-top .footer-widget .widget-title{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.main-footer .footer-top .footer-widget .widget-title h3{
  position: relative;
  font-size: 18px;
  line-height: 32px;
  color: #222;
  font-weight: 600;
  margin: 0px;
}

.main-footer .footer-top .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.main-footer .footer-top .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .footer-top .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  color: #666;
}

.main-footer .footer-top .links-widget .links-list li a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.main-footer .footer-top .links-widget .links-list li a:hover:before{
  width: 100%;
}

.main-footer .footer-top .links-widget .links-list li a:hover{

}

.main-footer .footer-top .contact-widget .info-list li{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #848484;
  margin-bottom: 17px;
}

.main-footer .footer-top .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .footer-top .contact-widget .info-list li a{
  display: inline-block;
  color: #848484;
}

.main-footer .footer-top .contact-widget .info-list li a:hover{

}

.main-footer .footer-top .contact-widget .info-list{
  position: relative;
  margin-bottom: 15px;
}

.footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 25px;
}

.footer-social li:last-child{
  margin-right: 0px;
}

.footer-social li a{
  font-size: 13px;
  color: #848484;
}

.footer-social a:hover{

}

.main-footer .footer-top .contact-widget{
  margin-left: 30px;
}

.main-footer .footer-top .newsletter-widget .widget-content p{
  margin-bottom: 31px;
}

.main-footer .footer-top .newsletter-widget .widget-content .newsletter-form .form-group{
  position: relative;
  margin: 0px;
}

.main-footer .footer-top .newsletter-widget .widget-content .newsletter-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #222;
  padding: 10px 20px;
  font-size: 15px;
  color: #222;
  background: #fff;
  margin-bottom: 10px;
  transition: all 500ms ease;
}

.main-footer .footer-top .newsletter-widget .widget-content .newsletter-form .form-group input:focus{

}

.footer-bottom{
  position: relative;
  background: radial-gradient(circle farthest-side, #2a2a2a, #000000);
  padding: 21px 0px;
}

.footer-bottom .cart-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.footer-bottom .cart-list li:last-child{
  margin-right: 0px;
}

.footer-bottom .copyright p{
  line-height: 35px;
}

.footer-bottom .copyright a{
  color: #848484;
}

.footer-bottom .copyright a:hover{

}



/***

====================================================================
                        Home-Page-Two
====================================================================

***/


/** header-style-two **/

.main-header .header-top .info{
  position: relative;
  display: inline-block;
}

#lang-change span, #currency-change{
	color: #000;
}
.language-changer, .currency-changer{
  padding: 0px;
}
.language-changer li,.currency-changer li {
	border: 1px solid #f0f0f0;
}

.language-changer li a:hover, .currency-changer li a:hover {
	color: #222222 !important;
}

.language-changer li a, .currency-changer li a {
	padding: 5px 15px;
	font-size: 14px;
	color: #222222;
}

.main-header.style-two .header-top .social-links{
  padding-right: 0px;
  padding-left: 20px;
  margin-right: 0px;
  margin-left: 27px;
}

.main-header.style-two .header-top .social-links:before{
  right: inherit;
  left: 0px;
}

.main-header.style-two .header-lower{
  background:#ffec74;
  z-index:0;
}
.header-upper {
    background:radial-gradient(circle farthest-side, #2a2a2a, #000000);
}
.main-header.style-two .main-menu .navigation > li > a {
    color: #e7e7e7;
}
ul.menu-right-content.clearfix i {
    color: #fff;
    font-weight:100!important;
}

.main-header.style-two .main-menu .navigation > li.dropdown > a:before{
  color: #fff;
}

.main-header .header-upper .search-info{
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 650px;
  border: 1px solid #e8e8e8;
}

.main-header .header-upper .search-info .nice-select{
  border: none !important;
  height: 54px;
  line-height: 54px;
  padding: 0px 30px;
}

.main-header .header-upper .upper-inner{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-header .header-upper .search-info .form-group{
  position: relative;
  padding: 0px 50px;
  margin: 0px;
  min-width: 658px;
}
.category-box .fas.fa-home {
    color: #fff;
}

.main-header .header-upper .search-info .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  padding: 10px 0px;
  font-size: 15px;
  color: #888;
  transition: all 500ms ease;
}

.main-header .header-upper .search-info .form-group button{
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  font-size: 22px;
  color: #222;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-header .header-upper .search-info .form-group input:focus + button,
.main-header .header-upper .search-info .form-group button:hover{

}


/** nice-select **/

.nice-select{
  height: 44px;
  line-height: 44px;
  background: transparent;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Poppins', sans-serif;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  color: #222;
  padding: 0px 15px;
}

.main-header .nice-select{
  width: 170px !important;
}

.nice-select:after{
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  right: 15px;
  margin-top: -3px;
}

.main-header.style-two .header-lower .outer-box{
  display: block;
}

.main-header .header-lower .category-box{
  position: relative;
  display: inline-block;
  width: auto;
  margin-right: 40px;
}

.main-header .header-lower .category-box p{
 position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
    padding: 9px 20px 12px 20px;
    cursor: pointer;
}

.main-header .header-lower .category-box p:before {

}

.main-header .header-lower .category-box .category-content{
  position: absolute;
  left: 0px;
  top: 70px;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header .header-lower .category-box:hover .category-content{
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.main-header.style-two .main-menu .navigation > li{
  padding: 8px 0px;
}

.main-header.style-two .header-lower .outer-box{
  min-height: auto;
}

.main-header .header-lower .category-box .category-content li{
  position: relative;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}

.main-header .header-lower .category-box .category-content li:last-child{
  border-bottom: none;
}

.main-header .header-lower .category-box .category-content li i{
  position: absolute;
  left: 25px;
  top: 15px;
  font-size: 22px;
  color: #222;
}

.main-header .header-lower .category-box .category-content li a{
  position: relative;
  display: block;
  padding: 17px 25px 16px 60px;
  font-size: 14px;
  color: #222;
}

.main-header .header-lower .category-box .category-content li a:hover{

}

.main-header .header-lower .category-box .category-content li ul{
  position: absolute;
  top: 15px;
  left: 100%;
  background: #fff;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
  z-index: 1;
  transition: all 500ms ease;
}

.main-header .header-lower .category-box .category-content li ul li:last-child{
  border-bottom: none;
}

.main-header .header-lower .category-box .category-content li.dropdown-option:hover ul{
  opacity: 1;
  visibility: visible;
  top: 0px;
}

.main-header .header-lower .category-box .category-content li.dropdown-option:before{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 19px;
  display: block;
  color: #222;
  line-height: 24px;
  font-size: 15px;
  font-weight: 700;
}

.main-header .header-lower .category-box .category-content li ul li a{
  padding: 12px 25px;
}


/** banner-style-two **/

.banner-style-two{
  position: relative;
  padding: 30px 0px;
}

.banner-style-two .content-box{
  position: relative;
  width: 100%;
  padding: 85px 0px;
  padding-left: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-two .content-box .inner-box{
  position: relative;
  display: block;
  background: #fff;
  max-width: 400px;
  width: 100%;
  padding: 41px 30px 50px 40px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-style-two .active .content-box .inner-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-style-two .content-box .theme-btn-two{
  padding: 16px 31px;
}

.banner-style-two .content-box h1{
  position: relative;
  display: block;
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
  color: #222;
  margin-bottom: 7px;
}

.banner-style-two .content-box h1 span{

}

.banner-style-two .content-box p{
  color: #222;
  margin-bottom: 19px;
}

.banner-style-two .owl-dots{
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.banner-style-two .owl-theme .owl-dots .owl-dot{
  display: block;
  line-height: 10px;
}

.banner-style-two .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  margin: 7.5px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-style-two .owl-theme .owl-dots .owl-dot.active span,
.banner-style-two .owl-theme .owl-dots .owl-dot span:hover{
  background: #222;
}


/** collection-section **/

.collection-section{
  position: relative;
}

.collection-section .single-item .inner-box{
  position: relative;
  width: 100%;
  padding: 95px 30px 90px 45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.collection-section .single-item .inner-box h2{
  position: relative;
  font-size: 35px;
  line-height: 40px;
  color: #222;
  font-weight: 600;
  margin-bottom: 9px;
}

.collection-section .single-item .inner-box p{
  color: #222;
  margin: 0px;
}







/** newarrivals-section **/

.newarrivals-section{
  position: relative;
  padding-bottom: 120px;
}

.cta-style-two{
  position: relative;
  width: 100%;
  padding: 100px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta-style-two .inner-box {
    position: relative;
    display: block;
    width: 100%;
    padding: 35px;
}
.cta-style-two .inner-box .inner {
    padding: 30px 0px 30px 0px!important;
    text-align: center;
}
.cta-style-two .inner-box .inner h2{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 27px;
}

.cta-style-two .inner-box .inner p{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 33px;
}

.cta-style-two .inner-box .inner .theme-btn-three{
  padding: 16px 40px;
}

.pa-0{
  padding: 0px !important;
}

.shop-section .inner-container{
  border-bottom: 1px solid #e6e6e6;
}


/** service-style-two **/

.service-style-two{
  position: relative;
  background: #fff;
  padding: 30px 90px;
  margin:30px 0px;
}

.service-style-two .service-block-one{
  position: relative;
  background: #fff;
  padding: 0px;
}

.service-style-two .service-block-one .inner-box .icon-box{
  color: #a6a6a6;
}

.service-style-two .service-block-one .inner-box h3{
  color: #fff;
}

.service-style-two .service-block-one .inner-box h3 a {
    font-weight: 500;
    color: #000000;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    letter-spacing:0.5px;
}

.service-style-two .service-block-one .inner-box h3 a:hover{

}

.service-style-two .service-block-one .inner-box p {
    font-size: 14px;
    color: #404040;
    font-weight: 100;
    letter-spacing: 0.5px;
}


.main-footer.light .footer-top {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.main-footer.light .footer-top {
    border-bottom: 1px solid #bdbdbd;
}

.main-footer.light .footer-top .footer-widget .widget-title h3{
  color: #222;
}

.main-footer.light .footer-top .links-widget .links-list li a,
.main-footer.light .footer-top .contact-widget .info-list li,
.main-footer.light .footer-top .contact-widget .info-list li a,
.main-footer.light .footer-top .newsletter-widget .widget-content p,
.main-footer.light .footer-bottom .copyright p,
.main-footer.light .footer-bottom .copyright p a{
  color: #666;
}

.main-footer.light .footer-top .links-widget .links-list li a:hover{

}

.main-footer.light .footer-top .contact-widget .info-list li a:hover{

}

.main-footer.light .footer-bottom .copyright p{
  line-height: 19px;
}

.main-footer.light .footer-bottom{
  padding: 25px 0px;
  line-height:0px;
}

.main-footer.light .footer-bottom .cart-list{
  margin-top: 6px;
}

.main-footer.light .footer-top .contact-widget .info-list li{
  padding-left: 45px;
}

.main-footer.light .footer-top .contact-widget .info-list li i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 30px;
  color: #a6a6a6;
}



/***

====================================================================
                        Home-Page-Three
====================================================================

***/


/** banner-style-three **/

.banner-style-three{
  position: relative;
  background: #fffef5;
}

.banner-style-three .banner-carousel .slide-item {
    position: relative;
    width: 100%;
    height: 650px;
    padding: 200px 61px 170px 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
}

.banner-style-three .banner-carousel .content-box{
  max-width: 370px;
  padding: 0px;
  min-height: auto;
}

.banner-style-three .banner-carousel .content-box h1{
  color:#252424;
  font-size: 43px;
  line-height: 55px;
  margin-bottom: 9px;
}

.banner-style-three .banner-carousel .content-box p{
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 16px;
}

.banner-style-three .banner-carousel .content-box .btn-box a{
  position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    color: #252424;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #252424;
}

.icon-box img {
    width: 55px;
    padding-top: 9px;
    margin-left: 6px;
}





.grid-container-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: (250px)[2];
    grid-template-rows: repeat(2, 250px);
    grid-gap: 24px;
    grid-auto-flow: column;
}

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

.overflow-hidden {
    overflow: hidden!important;
}

.grid-container-2 .grid-item.grid-item-1, .grid-container-2 .grid-item.grid-item-2 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
    grid-row: auto;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s;
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform;
}
.grid-item {
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.rounded {
    border-radius: 0.25rem!important;
}
.grid-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: right;
}
.banner-img {
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.d-flex {
    display: flex!important;
}

.justify-content-end {
    justify-content: flex-end!important;
}

.content-absolute {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.height-inherit {
    height: inherit;
}
.p-4 {
    padding: 1.5rem!important;
}
.primary-color {
    color: #2c2c2c;
}
.heading_34 {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: 0.25px;
}
.text_14 {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.08;
}
.link-underline {
    text-decoration: underline;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.text_12 {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.4px;
}

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

.grid-container-2 .grid-item.grid-item-3 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
    -ms-grid-row-span: 2;
    grid-row: span 2;
}







.banner-style-three .banner-carousel .content-box .btn-box a i{
  position: relative;
  display: inline-block;
  top: 2px;
  margin-left: 19px;
  font-size: 20px;
  transform: rotate(-30deg);
  transition: all 500ms ease;
}

.banner-style-three .banner-carousel .content-box .btn-box a:hover i{
  transform: rotate(0deg);
}

.banner-style-three .banner-carousel .owl-nav {
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.banner-style-three .banner-carousel .owl-nav .owl-prev, .banner-style-three .banner-carousel .owl-nav .owl-next {
font-size: 17px;
    position: relative;
    left: 0px;
    bottom: 80px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: inherit;
    background: #ffffff94;
    color: #000!important;
    border-radius: 50px;
    margin: 0px 10px;
    opacity: inherit;
    padding: 6px 12px;
}

.banner-style-three .banner-carousel .owl-nav .owl-prev:hover,
.banner-style-three .banner-carousel .owl-nav .owl-next:hover{
  background: #222;
  color: #fff;
}

.banner-style-three .inner-box .single-item{
  position: relative;
  width: 100%;
  padding: 74px 50px 73px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 30px;
}

.banner-style-three .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.banner-style-three .inner-box .single-item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255,.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.banner-style-three .inner-box .single-item:hover::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.banner-style-three .inner-box .single-item h2{
  position: relative;
  font-size: 35px;
  line-height: 40px;
  color: #222;
  font-weight: 600;
  margin-bottom: 13px;
}

.banner-style-three .inner-box .single-item a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  line-height: 22px;
  color: #222;
  font-weight: 700;
}

.banner-style-three .inner-box .single-item a i{
  position: relative;
  display: inline-block;
  top: 2px;
  margin-left: 19px;
  font-size: 20px;
  transform: rotate(-30deg);
  transition: all 500ms ease;
}

.banner-style-three .inner-box .single-item a:hover i{
  transform: rotate(0deg);
}

.banner-style-three .inner-box .single-item:first-child .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 342px;
  height: 211px;
  background-repeat: no-repeat;
}


/** service-style-three **/

.service-style-three{
  position: relative;
}

.service-style-three .service-block-one{
  position: relative;
  padding: 33px 30px 32px 30px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 500ms ease;
}

.service-style-three .service-block-one:before{
  position: absolute;
  content: '';
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  left: 10px;
  top: 10px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-style-three .service-block-one:hover{

}

.service-style-three .service-block-one:hover:before{

}


/** topcategory-section-two **/

.topcategory-section-two{
  position: relative;
}

.topcategory-section-two .single-item .inner-box{
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.topcategory-section-two .single-item .inner-box .image-box{
  position: relative;
  display: block;
  max-width: 462px;
  width: 100%;
}

.topcategory-section-two .single-item .inner-box .image-box img{
  width: 100%;
}

.topcategory-section-two .single-item .inner-box .content-box{
  position: absolute;
  display: inline-block;
  max-width: 150px;
  width: 100%;
  top: 50px;
  right: 98px;
}

.topcategory-section-two .single-item .inner-box .content-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 35px;
  font-family: 'Poppins', sans-serif;
  color: #222;
  font-weight: 600;
  margin-bottom: 15px;
}

.topcategory-section-two .single-item .inner-box .content-box h3 a{
  display: inline-block;
  color: #222;
}

.topcategory-section-two .single-item .inner-box .content-box h3 a:hover{

}

.topcategory-section-two .single-item .inner-box .content-box a.view-btn{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  line-height: 22px;
  color: #222;
  font-weight: 600;
}

.topcategory-section-two .single-item .inner-box .content-box a.view-btn:before{
  position: absolute;
  content: '';
  background: #222;
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.topcategory-section-two .single-item .inner-box .content-box a.view-btn:hover:before{
  width: 100%;
}

.topcategory-section-two .single-item .inner-box .content-box a.view-btn i{
  position: relative;
  display: inline-block;
  top: 2px;
  margin-left: 15px;
  font-size: 18px;
  transform: rotate(-30deg);
  transition: all 500ms ease;
}

.topcategory-section-two .inner-column:first-child .single-item:last-child .inner-box{
  margin-bottom: 0px;
}

.topcategory-section-two .inner-column .btn-box{
  position: relative;
  margin-top: 30px;
}

.topcategory-section-two .inner-column .btn-box .theme-btn-one{
  padding: 19px 39px;
  border-radius: 2px;
}

.fa.fa-user:hover {
    color: #ffce3f!important;
}

/** deals-section **/

.deals-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cs-countdown .count-col{
  position: relative;
  display: inline-block;
  margin: 0px 3px;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  padding: 27px 0px 30px 0px;
  border-radius: 3px;
}

.cs-countdown .count-col span{
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #222;
  margin-bottom: 4px;
}

.cs-countdown .count-col h6{
  position: relative;
  display: block;
  font-size: 14px;
  color: #848484;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  margin: 0px;
}

.deals-section .inner-box p{
  position: relative;
  font-size: 20px;
  color: #222;
  font-weight: 500;
  margin-bottom: 13px;
}

.deals-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 55px;
  color: #222;
  font-weight: 600;
  margin-bottom: 6px;
}

.deals-section .inner-box .price span{
  position: relative;
  display: block;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}

.deals-section .inner-box .price span del{
  color: #222;
}


/** shop-style-two **/

.shop-style-two{
  position: relative;
}

.shop-style-two .filters .separator {
  position: relative;
  display: block;
  width: 141px;
  height: 15px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.shop-style-two .filters{
  position: relative;
  margin-bottom: 70px;
}

.shop-style-two .filters .filter-tabs{
  position: relative;
  margin-bottom: 24px;
}

.shop-style-two .filters .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 35px;
  line-height: 40px;
  font-family: 'Josefin Sans', sans-serif;
  color: #888;
  font-weight: 600;
  margin: 0px 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.shop-style-two .filters .filter-tabs li.active,
.shop-style-two .filters .filter-tabs li:hover{
  color: #222;
}

.shop-style-two .filters .filter-tabs li:before{
  position: absolute;
  content: '';
  background: #222;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 6px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.shop-style-two .filters .filter-tabs li.active:before,
.shop-style-two .filters .filter-tabs li:hover:before{
  transform: scale(1,1);
}

.shop-block-two .inner-box{
  position: relative;
  display: block;
  margin-bottom: 63px;
}

.shop-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.shop-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.shop-block-two .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.shop-block-two .inner-box .image-box .category{
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 20px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  height: 27px;
  line-height: 27px;
  width: 55px;
  text-align: center;
}

.shop-block-two .inner-box .image-box .category:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  top: 0px;
  left: -6px;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0 0);
}

.shop-block-two .inner-box .image-box .category:after{
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  bottom: 0px;
  left: -6px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}

.shop-block-two .inner-box .image-box .category.green-bg{

}

.shop-block-two .inner-box .image-box .category.red-bg{

}

.shop-block-two .inner-box .image-box .category.green-bg:before{

}

.shop-block-two .inner-box .image-box .category.green-bg:after{

}

.shop-block-two .inner-box .image-box .category.red-bg:before{

}

.shop-block-two .inner-box .image-box .category.red-bg:after{

}

.shop-block-two .inner-box .lower-content{
  position: relative;
  padding-top: 19px;
}

.shop-block-two .inner-box .lower-content a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  margin-bottom: 3px;
}

.shop-block-two .inner-box .lower-content a:hover{

}

.shop-block-two .inner-box .lower-content .price{
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  margin: 0px;
}

.shop-block-two .inner-box .image-box .info-list{
  position: absolute;
  right: -55px;
  bottom: 30px;
  width: 55px;
  height: 150px;
  text-align: center;
  background: #222;
  padding: 5px 0px;
  border-radius: 3px;
  visibility: hidden;
  transition: all 500ms ease;
}

.shop-block-two .inner-box:hover .image-box .info-list{
  right: 10px;
  visibility: visible;
}

.shop-block-two .inner-box .image-box .info-list li{
  position: relative;
  display: block;
  padding: 10px 0px;
}

.shop-block-two .inner-box .image-box .info-list li:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.2);
  width: 20px;
  height: 1px;
  left: 17px;
  bottom: 0px;
}

.shop-block-two .inner-box .image-box .info-list li:last-child:before{
  display: none;
}

.shop-block-two .inner-box .image-box .info-list li a{
  font-size: 20px;
  color: #fff;
}

.shop-block-two .inner-box .image-box .info-list li a:hover{

}

.shop-block-two .inner-box .image-box .info-list li span{
  position: absolute;
  display: inline-block;
  right: 53px;
  top: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 90px;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.shop-block-two .inner-box .image-box .info-list li span:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  top: 8px;
  right: -3px;
  transform: rotate(45deg);
}

.shop-block-two .inner-box .image-box .info-list li:hover span{
  right: 63px;
  visibility: visible;
  opacity: 1;
}

.shop-style-two .sortable-masonry{
  border-bottom: 1px solid #e6e6e6;
}


/** instagram-style-two **/

.instagram-style-two{
  position: relative;
}

.instagram-style-two .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.instagram-style-two .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.instagram-style-two .image-box:hover img{
  opacity: 0.4;
}

.instagram-style-two .image-box .info-list{
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  padding: 16px 18px;
  text-align: center;
  border-radius: 3px;
  opacity: 0;
  min-width: 170px;
  transition: all 500ms ease;
}

.instagram-style-two .image-box:hover .info-list{
  opacity: 1;
}

.instagram-style-two .image-box .info-list li{
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.instagram-style-two .image-box .info-list li:last-child{
  margin-right: 0px;
}

.instagram-style-two .image-box .info-list li a{
  display: inline-block;
  font-size: 14px;
  color: #222;
  font-weight: 500;
}

.instagram-style-two .image-box .info-list li a i{
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-size: 20px;
}

.instagram-style-two .image-box .info-list li a:hover{

}



/***

====================================================================
                        Home-Page-Four
====================================================================

***/

.main-header.style-three{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  background: transparent;
  box-shadow: none;
}


/** banner-style-four **/

.banner-style-four{
  position: relative;
  background: #fff7f5;
}


/** collection-style-two **/

.collection-style-two{
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
}

.collection-style-two .single-item .inner-box{
  position: relative;
  display: block;
}

.collection-style-two .single-item .inner-box .image-box{
  position: relative;
  display: block;
  background: transparent;
  overflow: hidden;
}

.collection-style-two .single-item .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
  border-radius:20px;
}

.collection-style-two .single-item .inner-box:hover .image-box img{
  opacity: 0.7;
  transform: scale(1.05);
}

.collection-style-two .single-item .inner-box .lower-content{
  position: relative;
  margin-bottom: 58px;
}

.collection-style-two .single-item .inner-box .lower-content .inner{
 position: absolute;
    left: 30px;
    top: -60px;
    background: radial-gradient(circle farthest-side, #ffd000, #ff9600);
    width: calc(100% - 60px);
    padding: 7px 20px;
    text-align: center;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.08)!important;
    z-index: 1;
    border-radius: 10px;
}

.collection-style-two .single-item .inner-box .lower-content .inner h3{
  position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #222;
    font-weight: 600;
    margin-bottom: 3px;
    font-family: 'Poppins', sans-serif;
}

.collection-style-two .single-item .inner-box .lower-content .inner h3 a{
  display: inline-block;
  color: #222;
}

.collection-style-two .single-item .inner-box .lower-content .inner h3 a:hover{

}

.collection-style-two .single-item .inner-box .lower-content .inner .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  line-height: 22px;
  color: #222;
  font-weight: 600;
}

.collection-style-two .single-item .inner-box .lower-content .inner .link a i{
  position: relative;
  display: inline-block;
  top: 2px;
  margin-left: 11px;
  font-size: 18px;
  transform: rotate(-30deg);
}

.collection-style-two .single-item .inner-box .lower-content .inner .link a:hover{

}


/** banner-style-four **/

.banner-style-four{
  position: relative;
}

.banner-carousel-3 .content-inner .image-box{
  position: absolute;
  right: 80px;
  bottom: 0px;
  opacity: 0;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel-3 .active .content-inner .image-box{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel-3 .content-inner .image-box:before{
  position: absolute;
  content: '';
  left: 50px;
  bottom: 0px;
  width: 675px;
  height: 470px;
}

.banner-carousel-3 .content-inner .image-box:after{
  position: absolute;
  content: '';
  background: #f7efed;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  top: 180px;
  right: -230px;
  z-index: -1;
}

.banner-carousel-3 .content-box{
  position: relative;
  display: block;
  z-index:5;
  max-width: 450px;
  width: 100%;
  padding: 290px 0px 205px 0px;
  min-height: 856px;
}

.banner-carousel-3 .content-box h1{
  position: relative;
  display: block;
  color: #222;
  font-size: 70px;
  line-height: 75px;
  font-weight: 600;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.banner-carousel-3 .active .content-box h1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel-3 .content-box h1 span{
  display: inline-block;
}

.banner-carousel-3 .content-box h3{
  position: relative;
  display: block;
  color: #222;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 26px;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel-3 .active .content-box h3{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel-3 .content-box p{
  position: relative;
  display: block;
  color: #222;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 33px;
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
}

.banner-carousel-3 .active .content-box p{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-carousel-3 .content-box .btn-box{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1600ms ease;
  -moz-transition: all 1600ms ease;
  -ms-transition: all 1600ms ease;
  -o-transition: all 1600ms ease;
  transition: all 1600ms ease;
}

.banner-carousel-3 .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.banner-carousel-3 .active .content-box .btn-box .theme-btn-one{
  padding: 19px 39px;
}

.banner-style-four .client-thumb-outer{
  position: absolute;
  min-width: 780px;
  margin: 0 auto;
  overflow: hidden;
  right: 40px;
  bottom: 0px;
}

.banner-style-four .client-thumb-outer .client-thumbs-carousel{
  position: relative;
  max-width: 240px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.banner-style-four .client-thumb-outer .client-thumbs-carousel .owl-stage-outer{
  overflow:visible;
}

.banner-style-four .client-thumb-outer .client-thumbs-carousel .thumb-item{
  position:relative;
  width: 240px;
  height: 120px;
}

.banner-style-four .client-thumb-outer .thumb-item .thumb-box{
  position: relative;
  background: #fff;
  width: 240px;
  height: 120px;
  padding: 40px 0px 0px 120px;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.banner-style-four .client-thumb-outer .thumb-item .thumb-box:before{
  position: absolute;
  content: '';
  background: #f5edeb;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  left: 20px;
  top: 20px;
}

.banner-style-four .client-thumb-outer .client-thumbs-carousel .thumb-item img{
  position: absolute;
  left: 15px;
  bottom: 0px;
}

.banner-style-four .client-thumb-outer .thumb-item .thumb-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #222;
  margin: 0px;
}

.banner-carousel-3 .content-inner{
  position: relative;
}

.banner-style-four .banner-carousel-3 .owl-nav{
  position: absolute;
  top: 50%;
  width: 100%;
  right: 90px;
  transform: translateY(-50%);
}

.banner-style-four .banner-carousel-3 .owl-nav .owl-prev{
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  right: 0px;
  top: -70px;
  color: #222;
  font-size: 22px;
  text-align: center;
  background: #fff;
  font-weight: 400;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.banner-style-four .banner-carousel-3 .owl-nav .owl-next{
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  right: 0px;
  color: #222;
  font-size: 22px;
  text-align: center;
  background: #fff;
  font-weight: 400;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.banner-style-four .banner-carousel-3 .owl-prev:hover,
.banner-style-four .banner-carousel-3 .owl-next:hover{
  color: #fff;
  background: #f35b51;
}

.banner-style-four .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 541px;
  height: 607px;
  background-repeat: no-repeat;
}

.flex-row {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        width: 100%;
    }


    .flex-grow {
        flex: 1;
    }

    .align-top {
        align-items: flex-start;
    }

    .commentlist li {
        list-style: none;
        padding: 1em 0 0;
    }

    .commentlist li .comment-text {
        padding: 0 1.5em;
    }

    .commentlist>li:not(:first-child) {
        border-top: 1px dashed #ddd !important;
    }

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin: 1.5em 0 1.5em 3em !important;
    }

    .rating i.hover,
    .rating i.active,
    .text-rating {
        color: #30a000;
    }


.reviewer-img {
    width: 50px;
    margin-right: 15px;
}


/** sidebar-page-container **/

.sidebar-page-container{
  position: relative;
  padding: 120px 0px;
}

.shop-sidebar .widget-title{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.shop-sidebar .widget-title h2{
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #222;
  margin: 0px;
}

.shop-sidebar .post-widget .post-inner .post{
  position: relative;
  padding: 14px 0px 18px 120px;
  margin-bottom: 30px;
  min-height: 90px;
}

.shop-sidebar .post-widget .post-inner .post:last-child{
  margin-bottom: 0px;
}

.shop-sidebar .post-widget .post-inner .post .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.shop-sidebar .post-widget .post-inner .post .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.shop-sidebar .post-widget .post-inner .post:hover .image-box img{
  opacity: 0.2;
}

.shop-sidebar .post-widget .post-inner .post .inner a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  color: #222;
  margin-bottom: 6px;
}

.shop-sidebar .post-widget .post-inner .post .inner a:hover{

}

.shop-sidebar .post-widget .post-inner .post .inner p{
  color: #222;
  margin: 0px;
}

.shop-sidebar .post-widget{
  margin-bottom: 70px;
}

.shop-sidebar .advice-box{
  position: relative;
  display: block;
  background: #3d4875;
  padding: 36px 30px 130px 25px;
  overflow: hidden;
}

.shop-sidebar .advice-box .image{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.shop-sidebar .advice-box .text{
  position: relative;
  max-width: 80px;
  width: 100%;
}

.shop-sidebar .advice-box .text h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  font-weight: 600;
  margin: 0px;
}

.shop-sidebar .advice-box .pattern{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 139px;
  height: 271px;
  background-repeat: no-repeat;
}

.sidebar-page-container .filters{
  margin-bottom: 48px;
}

.sidebar-page-container .filters .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #888;
  margin: 0px 25px;
  cursor: pointer;
  transition: all 500ms ease;
}

.sidebar-page-container .filters .filter-tabs li:hover,
.sidebar-page-container .filters .filter-tabs li.active{
  color: #222;
}

.sidebar-page-container .filters .filter-tabs li:before{
  position: absolute;
  content: '';
  background: #828282;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: -2px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.sidebar-page-container .filters .filter-tabs li:hover:before,
.sidebar-page-container .filters .filter-tabs li.active:before{
  transform: scale(1,1);
}

.sidebar-page-container .filters .filter-tabs li:after{
  position: absolute;
  content: '';
  background: #ccccca;
  width: 8px;
  height: 8px;
  top: 12px;
  right: -28px;
  transform: rotate(45deg);
}

.sidebar-page-container .filters .filter-tabs li:last-child:after{
  display: none;
}

.sidebar-page-container .filters .filter-tabs li:last-child{
  margin-right: 0px;
}

.sidebar-page-container .filters .filter-tabs li:first-child{
  margin-left: 0px;
}

.sidebar-page-container.home-4{
  padding-bottom: 80px;
}


/** discount-section **/

.discount-section{
  position: relative;
}

.discount-section .inner-column{
  position: relative;
  display: block;
  width: 50%;
}

.discount-section .inner-column .inner-box{
  position: relative;
  width: 100%;
  padding: 95px 100px 190px 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.discount-section .inner-column .inner-box h3{
  position: relative;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  color: #222;
  font-weight: 500;
  margin-bottom: 20px;
}

.discount-section .inner-column .inner-box h2{
  position: relative;
  font-size: 40px;
  line-height: 45px;
  color: #222;
  font-weight: 600;
  margin-bottom: 13px;
}

.discount-section .inner-column .inner-box .price span{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  color: #222;
  font-weight: 500;
  margin-bottom: 34px;
}

.discount-section .inner-column .inner-box .price span del{
  font-size: 18px;
}

.discount-section .inner-column .inner-box .theme-btn-one{
  padding: 19px 39px;
}

.newarrivals-section .owl-nav{
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -60px;
}

.newarrivals-section .owl-nav .owl-prev{
  position: absolute;
  left: 15px;
  font-size: 50px;
  color: #222;
  cursor: pointer;
}

.newarrivals-section .owl-nav .owl-next{
  position: absolute;
  right: 15px;
  font-size: 50px;
  color: #222;
  cursor: pointer;
}

.newarrivals-section .four-item-carousel{
  margin-bottom: 10px;
}


/** clients-section **/

.clients-section{
  position: relative;
  background: #fff7f5;
  padding: 60px 0px;
}

.clients-section .clients-logo-box{
  position: relative;
  display: block;
}

.clients-section .clients-logo-box img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-section .clients-logo-box img:hover{
  opacity: 0.5;
}


/***

====================================================================
                        Home-Page-Five
====================================================================


***/


/** header-style-four **/

.main-header.style-four{
  position: relative;
  box-shadow: none;
}

.main-header.style-four .header-top{
  background: #1a1a1a;
}

.main-header.style-four .header-top .info li a{
  color: #fff;
}

.main-header.style-four .header-top .info li a:hover{

}

.main-header.style-four .header-top .info li{
  color: #fff;
}

.main-header.style-four .header-top .social-links {
  padding-left: 20px;
  margin-left: 27px;
  padding-right: 0px;
  margin-right: 0px;
}

.main-header.style-four .header-top .social-links:before{
  right: inherit;
  left: 0px;
  background: rgba(255,255,255,0.2);
}

.main-header.style-four .language .lang-btn .txt{
  color: #fff;
}

.main-header.style-four .header-top .price-box span{
  color: #fff;
}

.main-header.style-four .header-lower .category-box p{
  background: #2e2e2e;
  padding: 17px 30px 17px 67px;
}

.main-header .header-lower .category-box p:before{
  top: 16px;
}

.main-header .header-lower .category-box p{    background: #0bb307!important;}

.main-header.style-four .header-lower .category-box .category-content li a:before{
  position: absolute;
  content: '';
  border: 2px solid #d5d5d5;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  left: 30px;
  top: 25px;
  transition: all 500ms ease;
}

.main-header.style-four .header-lower .category-box .category-content li a:hover:before{

}

.main-header.style-four .header-lower .category-box .category-content li ul li a:before{
  display: none;
}

.main-header.style-four .header-lower .outer-box{
  display: block;
  min-height: auto;
}

.main-header.style-four .header-lower .category-box{
  width: 340px;
  margin-right: 30px;
}

.main-header.style-four .header-lower .search-info{
  position: relative;
  max-width: 1075px;
  width: 100%;
  border: 1px solid #e8e8e8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-header.style-four .header-lower .search-info .search-form,
.main-header.style-four .header-lower .search-info .select-box{
  display: inline-block;
}

.main-header.style-four .header-lower .search-info .search-form .form-group{
  min-width: 690px;
  margin: 0px;
  padding-right: 100px;
}

.main-header.style-four .header-lower .search-info .select-box{
  position: relative;
}

.main-header.style-four .header-lower .search-info .select-box:before {
  position: absolute;
  content: '';
  background: #e6e6e6;
  width: 1px;
  height: 26px;
  left: -55px;
  top: 16px;
}

.main-header.style-four .header-lower .search-info .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  max-width: 620px;
  height: 58px;
  width: 100%;
  padding: 10px 30px;
}

.main-header.style-four .header-lower .search-info .search-form .form-group button{
  position: absolute;
  top: -1px;
  right: -1px;
  width: 170px;
  height: 60px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: all 500ms ease;
}

.main-header.style-four .header-lower .search-info .search-form .form-group button i{
  font-size: 22px;
  margin-right: 10px;
}

.main-header.style-four .header-lower .nice-select{
  height: 58px;
  line-height: 58px;
  border: none !important;
}

.main-header.style-four .header-lower .nice-select:after{
  right: 30px;
  margin-top: -5px;
}

.main-header.style-four .header-lower .category-box .category-content{
  top: 60px;
}

.banner-style-three.alternet-2 .banner-carousel .content-box h1{
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}

.banner-style-three.alternet-2 .banner-carousel .slide-item .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 232px;
  height: 257px;
  background-repeat: no-repeat;
}

.banner-style-three.alternet-2 .banner-carousel .content-box p{
  color: #fff;
  margin-bottom: 22px;
}

.banner-style-three.alternet-2 .banner-carousel .content-box .btn-box a{
  color: #fff;
  border-bottom: 2px solid #fff;
}

.banner-style-three.alternet-2 .banner-carousel .slide-item{
  padding: 76px 50px 230px 60px;
  border-radius: 0px;
}

.banner-style-three.alternet-2 .banner-carousel .owl-nav .owl-prev,
.banner-style-three.alternet-2 .banner-carousel .owl-nav .owl-next{
  left: 60px;
  bottom: 70px;
}

.banner-style-three.alternet-2 .inner-box .single-item{
  padding: 24px 50px 163px 30px;
}

.banner-style-three.alternet-2 .inner-box .single-item:first-child{

}

.banner-style-three.alternet-2 .inner-box .single-item:last-child{

}

.banner-style-three.alternet-2 .inner-box .single-item .image-box{
  position: absolute;
}

.banner-style-three.alternet-2 .inner-box .single-item:first-child .image-box{
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.banner-style-three.alternet-2 .inner-box .single-item:last-child .image-box{
  right: 40px;
  bottom: 10px;
  z-index: 1;
}

.banner-style-three.alternet-2 .inner-box .single-item .inner h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
}

.banner-style-three.alternet-2 .inner-box .single-item .inner p{
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin: 0px;
}

.banner-style-three.alternet-2 .inner-box .single-item a{
  font-weight: 600;
  color: #fff;
}

.banner-style-three.alternet-2 .inner-box .single-item:first-child .pattern-layer{
  width: 287px;
  height: 83px;
  top: inherit;
  bottom: 0px;
  right: 50%;
  transform: translateX(50%);
}

.banner-style-three.alternet-2 .inner-box .single-item:last-child .pattern-layer{
  position: absolute;
  right: 55px;
  bottom: 20px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
}


/** shop-style-three **/

.shop-style-three{
  position: relative;
  padding: 120px 0px;
}

.advice-block .advice-box{
  position: relative;
  padding: 65px 15px 70px 15px;
  overflow: hidden;
}

.advice-block .advice-box:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.05);
  width: 260px;
  height: 260px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -110px;
}

.cart_item td {
	vertical-align: middle !important;
}
.advice-block .advice-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 17px;
}

.advice-block .advice-box h2{
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 11px;
}

.advice-block .advice-box .price span{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 63px;
}

.advice-block .advice-box .price span del{
  font-size: 18px;
}

.advice-block .advice-box .image-box{
  position: relative;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.shop-style-three .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.shop-style-three .tab-btn-box h2{
  position: relative;
  display: block;
  float: left;
  font-size: 30px;
  line-height: 35px;
  color: #222;
  font-weight: 600;
  margin: 0px;
}

.shop-style-three .tab-btn-box .tab-btns{
  position: relative;
  margin-top: 7px;
}

.shop-style-three .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #888;
  cursor: pointer;
  margin: 0px 17.5px;
  transition: all 500ms ease;
}

.shop-style-three .tab-btn-box .tab-btns li:before{
  position: absolute;
  content: '';
  background: #222;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 2px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.shop-style-three .tab-btn-box .tab-btns li.active-btn:before,
.shop-style-three .tab-btn-box .tab-btns li:hover:before{
  transform: scale(1,1);
}

.shop-style-three .tab-btn-box .tab-btns li.active-btn,
.shop-style-three .tab-btn-box .tab-btns li:hover{
  color: #222;
}

.shop-block-three .inner-box{
  position: relative;
  display: block;
}

.shop-block-three .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
}

.shop-block-three .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.shop-block-three .inner-box:hover .image-box img{
  opacity: 0.3;
  transform: scale(1.05);
}

.shop-block-three .inner-box .lower-content{
  position: relative;
  padding-top: 19px;
}

.shop-block-three .inner-box .lower-content a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  margin-bottom: 3px;
}

.shop-block-three .inner-box .lower-content a:hover{

}

.shop-block-three .inner-box .lower-content .price{
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  margin: 0px;
}

.shop-block-three .inner-box .image-box .info-list{
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  visibility: hidden;
  transition: all 500ms ease;
}

.shop-block-three .inner-box:hover .image-box .info-list{
  right: 10px;
  visibility: visible;
}

.shop-block-three .inner-box .image-box .info-list li{
  position: relative;
  display: block;
  margin-bottom: 3px;
}

.shop-block-three .inner-box .image-box .info-list li:last-child{
  margin-bottom: 0px;
}

.shop-block-three .inner-box .image-box .info-list li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #c8cace;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.shop-block-three .inner-box .image-box .info-list li a:hover{

}

.shop-block-three .inner-box .image-box .info-list li span{
  position: absolute;
  display: inline-block;
  right: 53px;
  top: 15px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 90px;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.shop-block-three .inner-box .image-box .info-list li span:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  top: 8px;
  right: -3px;
  transform: rotate(45deg);
}

.shop-block-three .inner-box .image-box .info-list li:hover span{
  right: 63px;
  visibility: visible;
  opacity: 1;
}

.shop-block-three .inner-box .image-box .category{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 30px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  height: 27px;
  line-height: 27px;
  width: 55px;
  text-align: center;
}

.shop-block-three .inner-box .image-box .category:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  top: 0px;
  right: -7px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.shop-block-three .inner-box .image-box .category:after{
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  bottom: 0px;
  right: -7px;
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
}


/** deals-style-two **/

.deals-style-two{
  position: relative;
}

.deals-style-two .single-column:first-child .single-item .inner-box{

}

.deals-style-two .single-column:last-child .single-item .inner-box{

}

.deals-style-two .single-item .inner-box{
  position: relative;
  display: block;
  padding: 65px 30px 70px 60px;
}

.deals-style-two .single-item .inner-box .image-box{
  position: absolute;
  top: 50px;
  right: 30px;
}

.deals-style-two .single-item .inner-box .cs-countdown .count-col{
  width: 80px;
  height: 80px;
  padding: 17px 0px;
}

.deals-style-two .single-item .inner-box h4{
  position: relative;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 18px;
}

.deals-style-two .single-item .inner-box h2{
  position: relative;
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.deals-style-two .single-item .inner-box .price span{
  position: relative;
  display: block;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 35px;
}

.deals-style-two .single-item .inner-box .price span del{
  font-size: 18px;
}


/** trending-products **/

.trending-products{
  position: relative;
  padding: 120px 0px 110px 0px;
}

.trending-products .shop-inner .top-inner{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.trending-products .shop-inner .top-inner h2{
  position: relative;
  display: block;
  float: left;
  font-size: 30px;
  line-height: 35px;
  color: #222;
  font-weight: 600;
  margin: 0px;
}

.trending-products .shop-inner .top-inner a{
  position: relative;
  display: inline-block;
  float: right;
  font-size: 16px;
  color: #222;
  font-weight: 600;
  z-index: 1;
}

.trending-products .shop-inner .top-inner a i{
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-left: 15px;
  font-weight: 600;
  top: 2px;
  transform: rotate(-30deg);
  transition: all 500ms ease;
}

.trending-products .shop-inner .top-inner a:hover i{
  transform: rotate(0deg);
}

.cta-section.alternet-2 .image-layer{
  height: 600px;
}

.cta-section.alternet-2 .cta-inner{
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 75px 100px 80px 100px;
}


/** shop-style-four **/

.shop-style-four{
  position: relative;
}

.shop-style-four .inner-container{
  position: relative;
  padding: 115px 0px 90px 0px;
  border-bottom: 1px solid #e6e6e6;
}

.shop-style-four .single-block .top-inner{
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.shop-style-four .single-block .top-inner h2{
  position: relative;
  display: block;
  float: left;
  font-size: 30px;
  line-height: 35px;
  color: #222;
  font-weight: 600;
  margin: 0px;
}

.shop-style-four .single-block .top-inner a{
  position: relative;
  display: inline-block;
  float: right;
  font-size: 16px;
  color: #222;
  font-weight: 600;
  margin-top: 5px;
  z-index: 1;
  opacity: 0.5;
}

.shop-style-four .single-block .top-inner a:hover{
  opacity: 1;
}

.shop-style-four .single-block .top-inner a i{
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-left: 15px;
  font-weight: 600;
  top: 2px;
  transform: rotate(-30deg);
  transition: all 500ms ease;
}

.shop-style-four .single-block .top-inner a:hover i{
  transform: rotate(0deg);
}

.shop-style-four .single-block .top-inner a:before{
  position: absolute;
  content: '';
  background: #222;
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.shop-style-four .single-block .top-inner a:hover:before{
  width: 100%;
}

.shop-block-four{
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 30px 30px;
  min-height: 150px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.shop-block-four:hover{
  border-color: #fff;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}

.shop-block-four .inner-box{
  position: relative;
  padding: 15px 0px 0px 120px;
}

.shop-block-four .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.shop-block-four .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.shop-block-four:hover .inner-box .image-box img{
  opacity: 0.2;
}

.shop-block-four .inner-box .inner a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #222;
  margin-bottom: 5px;
}

.shop-block-four .inner-box .inner a:hover{

}

.shop-block-four .inner-box .inner p{
  color: #222;
}



/***

====================================================================
                        About-Page
====================================================================

***/


/** page-title **/

.page-title{
  position: relative;
  background: #edf0f5;
  padding: 95px 0px 88px 0px;
}

.page-title .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

.page-title .content-box h1{
  position: relative;
  display: block;
  font-size: 46px;
  line-height: 50px;
  color: #222;
  font-weight: 600;
  margin-bottom: 11px;
}

.page-title .content-box .bread-crumb li{
  position: relative;
  display: inline-block;
  color: #848484;
  padding-right: 16px;
  margin-right: 3px;
}

.page-title .content-box .bread-crumb li a{
  color: #848484;
}

.page-title .content-box .bread-crumb li a:hover{

}

.page-title .content-box .bread-crumb li:last-child{
  padding-right: 0px;
  margin-right: 0px;
}

.page-title .content-box .bread-crumb li:before{
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #848484;
  font-size: 15px;
  top: 0px;
  right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before{
  display: none;
}


/** about-section **/

.about-section{
  position: relative;
  padding: 120px 0px;
}

.about-section .text-inner h2{
  display: block;
  font-size: 50px;
  line-height: 65px;
  color: #222;
  font-weight: 600;
  margin-bottom: 8px;
}

.about-section .text-inner h2 span{

}

.about-section .text-inner h3{
  font-size: 26px;
  line-height: 30px;
  color: #848484;
  font-weight: 600;
  margin-bottom: 34px;
}

.about-section .text-inner p{
  margin-bottom: 26px;
}

.about-section .text-inner .theme-btn-one{
  margin-top: 16px;
  padding: 19px 43px;
}

.about-section .image-box{
  position: relative;
  display: block;
}

.about-section .image-box img{
  width: 100%;
}

.about-section .text-inner .box h4{
  font-size: 24px;
  line-height: 30px;
  color: #222;
  font-weight: 600;
  margin-bottom: 25px;
}

.about-section .text-inner .box{
  position: relative;
  margin-bottom: 60px;
}

.about-section .text-inner .box:last-child{
  margin-bottom: 0px;
}

.about-section .text-inner .box p:last-child{
  margin-bottom: 0px;
}


/** chooseus-section **/

.chooseus-section{
  position: relative;
  background: #edf0f5;
}

.chooseus-section .content-column{
  position: relative;
  float: left;
  width: 50%;
}

.chooseus-section .image-column{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.chooseus-section .content-column .inner-column{
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 114px 15px 85px 15px;
}

.chooseus-section .content-column .content-box .single-item{
  position: relative;
  margin-bottom: 33px;
  min-height: 85px;
  padding: 2px 30px 0px 80px;
}

.chooseus-section .content-column .content-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 50px;
  line-height: 50px;
  color: #222;
}

.chooseus-section .content-column .content-box .single-item h3{
  font-size: 24px;
  line-height: 30px;
  color: #222;
  font-weight: 600;
  margin-bottom: 5px;
}

.chooseus-section .content-column .content-box .single-item p{
  margin: 0px;
  line-height: 24px;
}


/** team-section **/

.team-section{
  position: relative;
  padding-top: 115px;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.team-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img{
  opacity: 0.9;
  transform: scale(1.05);
}

.team-block-one .inner-box .image-box .social-links{
  position: absolute;
  left: 0px;
  bottom: -55px;
  width: 100%;
  visibility: hidden;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .social-links{
  bottom: 30px;
  visibility: visible;
}

.team-block-one .inner-box .image-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 2px;
}

.team-block-one .inner-box .image-box .social-links li a{
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  background: #fff;
  color: #222;
  text-align: center;
}

.team-block-one .inner-box .image-box .social-links li a:hover{

}

.team-block-one .inner-box .lower-content{
  position: relative;
  padding-top: 27px;
}

.team-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #222;
  font-weight: 600;
  margin-bottom: 2px;
}

.team-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #222;
}

.team-block-one .inner-box .lower-content h3 a:hover{

}

.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  margin: 0px;
}



/***

====================================================================
                        Service-Page
====================================================================

***/

.service-page-section{
  position: relative;
  padding: 120px 0px;
}

.mr-30{
  margin-right: 30px;
}

.ml-30{
  margin-left: 30px;
}

.mr-100{
  margin-right: 100px;
}

.ml-100{
  margin-left: 100px;
}

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

.service-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-two .inner-box .image-box:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 46, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.service-block-two:hover .inner-box .image-box:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.service-block-two .inner-box .image-box img{
  width: 100%;
}

.service-block-two .inner-box .content-box h2{
  position: relative;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
}

.service-block-two .inner-box .content-box h2 a{
  display: inline-block;
  color: #222;
}

.service-block-two .inner-box .content-box h2 a:hover{

}

.service-block-two .inner-box .content-box p{
  position: relative;
  margin-bottom: 32px;
}

.service-block-two .inner-box .content-box .theme-btn-one{
  padding: 19px 34px;
}

.service-block-two .inner-box .content-box{
  padding-top: 94px;
}


/** testimonial-section **/

.testimonial-section {
    position: relative;
    background: #fdfdfd;
    padding: 60px 0px;
}

.testimonial-section .carousel-caption {
    padding: 0px 50px;
    text-align: left;
    font-style: initial;
}

.testimonial-icon-quote {
    margin-right: 10px;
}

.testimonial-section .carousel-caption p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.68;
    letter-spacing: 0.5px;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
}

.testimonial-block-one .inner-box .box{
  position: relative;
  padding: 46px 35px 43px 35px;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.testimonial-block-one .inner-box .box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  margin-left: -40px;
  left: -50%;
  bottom: -10px;
  box-shadow: 1px 1px 0px 0px #e5e5e5;
  transition: all 500ms ease;
}

.testimonial-block-one .inner-box .box p{
  margin-bottom: 21px;
  line-height: 28px;
}

.testimonial-block-one .inner-box .box h4{
  position: relative;
  display: block;
  font-size: 20px;
  height: 25px;
  color: #222;
  font-weight: 600;
  margin-bottom: 0px;
}

.testimonial-block-one .inner-box .box span{
  position: relative;
  display: block;
  margin: 0px;
}

.testimonial-block-one .inner-box .thumb-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-section .owl-nav{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 40px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #222;
  background: #edf0f5;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover{
  background: #222;
  color: #fff;
}

.team-page-section{
  padding: 120px 0px 70px 0px;
}

.team-page-section .team-block-one .inner-box{
  margin-bottom: 45px;
}

.testimonial-style-two{
  background: #edf0f5;
}

.testimonial-block-two .inner-box{
  position: relative;
  display: block;
  text-align: center;
}

.testimonial-block-two .inner-box .thumb-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 14px;
}

.testimonial-block-two .inner-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-two .inner-box p{
  font-size: 16px;
  line-height: 30px;
  color: #222;
  margin-bottom: 20px;
}

.testimonial-block-two .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: #222;
  font-weight: 600;
  margin-bottom: 1px;
}

.testimonial-block-two .inner-box .designation{
  position: relative;
  display: block;
  margin: 0px;
}

.testimonial-block-two{
  position: relative;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

.testimonial-style-two .owl-nav{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 40px;
}

.testimonial-style-two .owl-nav .owl-prev,
.testimonial-style-two .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #222;
  background: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-style-two .owl-nav .owl-prev:hover,
.testimonial-style-two .owl-nav .owl-next:hover{
  background: #222;
  color: #fff;
}


/***

====================================================================
                        Error-Page
====================================================================

***/

.error-section{
  position: relative;
}

.error-section .inner-box h1{
  position: relative;
  display: block;
  font-size: 170px;
  line-height: 150px;
  color: #222;
  font-weight: 600;
  margin-bottom: 27px;
}

.error-section .inner-box h2{
  font-size: 40px;
  line-height: 45px;
  position: relative;
  color: #848484;
  font-weight: 600;
  margin-bottom: 10px;
}

.error-section .inner-box p{
  position: relative;
  margin-bottom: 57px;
}

.error-section .inner-box p a{
  display: inline-block;
  line-height: 18px;
}

.error-section .inner-box .theme-btn-two{
  padding: 16px 39px;
}

.error-section .inner-box .btn-box .mega-menu .mega-menu__list li aa{
  margin: 0px 8px;
}


/***

====================================================================
                        Shop-Page
====================================================================

***/


.shop-page-section{
  position: relative;
  padding: 80px 0px;
}

.shop-page-section .item-shorting{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.shop-page-section .item-shorting .left-column .text,
.shop-page-section .item-shorting .left-column .short-box{
  position: relative;
  float: left;
}

.shop-page-section .item-shorting .left-column .short-box p{
  float: left;
  margin-right: 15px;
}

.shop-page-section .item-shorting .select-box{
  float: left;
  width: 90px;
  margin-top: -9px;
}

.shop-page-section .item-shorting .select-box .nice-select{
  border-radius: 0px;
}

.shop-page-section .item-shorting .select-box .nice-select:after{
  margin-top: -5px;
}

.shop-page-section .item-shorting .left-column .text{
  position: relative;
  float: left;
  padding: 0px 30px;
  margin: 0px 30px;
}

.shop-page-section .item-shorting .left-column .text:before{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: 28px;
  top: 2px;
  right: 0px;
}

.shop-page-section .item-shorting .left-column .text:after{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: 28px;
  top: 2px;
  left: 0px;
}

.shop-page-section .item-shorting .left-column,
.shop-page-section .item-shorting .right-column{
  margin-top: 9px;
}

.shop-page-section .item-shorting .right-column .nice-select{
  width: 200px !important;
}

.shop-page-section .item-shorting .right-column .short-box,
.shop-page-section .item-shorting .right-column .filter-box{
  float: left;
}

.shop-page-section .item-shorting .right-column .short-box{
  margin-right: 30px;
}

.shop-page-section .item-shorting .right-column .select-box{
  width: 100%;
}

.shop-page-section .item-shorting .right-column .short-box p{
  float: left;
  margin-right: 15px;
}

.shop-page-section .item-shorting .filter-box{
  float: left;
}

.shop-page-section .item-shorting .right-column .menu-box{
  float: left;
  margin-top: -9px;
}

.shop-page-section .item-shorting .right-column .menu-box a{
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
}

.shop-page-section .item-shorting .right-column .menu-box a:first-child{
  color: #fff;
  background: #222;
  margin-right: 1px;
}

.shop-page-section .item-shorting .right-column .menu-box a:first-child:hover{

}

.shop-page-section .item-shorting .right-column .menu-box a:last-child{
  color: #9c9fa6;
  border: 1px solid #e5e5e5;
  font-weight: 600;
}

.shop-page-section .item-shorting .right-column .menu-box a:last-child:hover{
  color: #fff;
}

.shop-page-section .item-shorting .filter-box button i{
  margin-right: 10px;
  font-weight: 600;
}

.shop-page-section .item-shorting .filter-box button{
  position: relative;
  background: transparent;
  font-size: 15px;
  line-height: 26px;
  color: #888;
  font-weight: 400;
  transition: all 500ms ease;
}

.shop-page-section .item-shorting .filter-box button:hover{

}

.shop-page-section .item-shorting .filter-box .dropdown-menu{
  top: 85px !important;
  padding: 0px;
  width: 100%;
  background: #fff;
  right: 0px;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
  box-shadow: 0px 5px 30px 0 rgba(0,0,0,0.15);
  transition: .5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: none;
  margin: 0px;
}

.shop-page-section .item-shorting .filter-box .show .dropdown-menu {
  display: block;
  transform: scale3d(1,1,1)!important;
  opacity: 1;
  visibility: visible;
}

.shop-page-section .item-shorting .filter-box .dropdown{
  position: inherit;
}

.shop-page-section .item-shorting .filter-box .filter-content{
  padding: 50px 60px 50px 60px;
  border-radius: 0px;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column{
  position: relative;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column:before{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: 100%;
  top: 0px;
  right: 15px;
}

.shop-page-section .item-shorting .filter-box .filter-content .column:last-child .single-column:before{
  display: none;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .list li{
  position: relative;
  display: block;
  margin-bottom: 9px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #848484;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .list li a{
  color: #848484;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .list li a:hover{

}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .list li:last-child{
  margin-bottom: 0px;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .list li:before{
  position: absolute;
  content: '';
  border: 2px solid #d5d5d5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0px;
  top: 9px;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .color-list li{
  position: relative;
  display: block;
  margin-bottom: 9px;
  padding-left: 30px;
  font-size: 15px;
  line-height: 26px;
  color: #93959e;
}


.shop-page-section .item-shorting .filter-box .filter-content .single-column .color-list li a{
  color: #93959e;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .color-list li a:hover{

}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .color-list li:last-child{
  margin-bottom: 0px;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .color-list li span{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .color-list li span.black{
  background: #000;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .color-list li span.blue{

}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .color-list li span.orange{

}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .color-list li span.green{

}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .color-list li span.purple{

}

.shop-page-section .item-shorting .filter-box .filter-content .close-btn{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff4f2;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.shop-page-section .item-shorting .filter-box .filter-content .discription-box{
  position: relative;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
  margin-bottom: 34px;
}

.range-slider{
  position:relative;
}

.range-slider .title {
  position: relative;
  display: inline-block;
}

.range-slider p{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #93959e;
  margin-right: 10px !important;
}

.range-slider .title:before {
  position: absolute;
  content: '$';
  left: -5px;
  top: -18px;
  color: #93959e;
  font-size: 15px;
}

.range-slider .input{
  color:#93959e;
  max-width: 75px;
  font-size:15px;
  font-weight: 600;
  margin-top:5px;
  position: relative;
  display: inline-block;
}

.range-slider .input input{
  background:none;
  color:#93959e;
  font-size:15px;
  text-align:left;
  width: 80px;
}

.range-slider .ui-widget.ui-widget-content{
  height:4px;
  border:none;
  margin-bottom:14px;
  background:#f0f0f0;
}

.range-slider .ui-slider .ui-slider-range{
  top:0px;
  height:4px;
  background: #222;
}

.range-slider .ui-state-default,
.range-slider .ui-widget-content .ui-state-default{
  top:-7px;
  width:18px;
  height:18px;
  border: none;
  border-radius:50%;
  cursor:pointer;
  background: #222;
  margin-left: 0px;
  box-shadow: 0px 5px 15px 0 rgba(0,0,0,0.15);
}

.shop-page-section .item-shorting .filter-box .price-filters h4{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 22px;
}

.shop-page-section .sidebar-content .item-shorting .left-column .text{
  padding: 0px;
  margin: 0px;
}

.shop-page-section .sidebar-content .item-shorting .left-column .text:before,
.shop-page-section .sidebar-content .item-shorting .left-column .text:after{
  display: none;
}

.sidebar .search-widget .search-form .form-group{
  position: relative;
  margin: 0px;
}

.sidebar .search-widget .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  color: #848484;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}

.sidebar .search-widget .search-form .form-group button{
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 16px;
  color: #222;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.sidebar .search-widget{
  position: relative;
  margin-bottom: 47px;
}

.sidebar .search-widget .search-form .form-group input:focus{

}

.sidebar .search-widget .search-form .form-group input:focus + button,
.sidebar .search-widget .search-form .form-group button:hover{

}

.sidebar .widget-title h3{
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #222;
  margin: 0px;
}

.sidebar .categories-widget .categories-list li{
  position: relative;
  display: block;
  font-size: 14px;
  color: #222;
  margin-bottom: 15px;
}

.sidebar .categories-widget .categories-list li:last-child{
  margin-bottom: 0px;
}

.sidebar .categories-widget .categories-list li a{
  position: relative;
  display: inline-block;
  color: #222;
  padding-left: 20px;
}

.sidebar .categories-widget .categories-list li a:before{
  position: absolute;
  content: '';
  border: 2px solid #d5d5d5;
  width: 8px;
  height: 8px;
  left: 0px;
  top: 8px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.sidebar .categories-widget .categories-list li a:hover{

}

.sidebar .categories-widget .categories-list li a:hover:before{

}

.sidebar .categories-widget{
  margin-bottom: 43px;
}

.sidebar .price-filter{
  margin-bottom: 47px;
}

.sidebar .price-filter .range-slider .theme-btn-two{
  padding: 4.5px 19px;
  font-size: 14px;
}

.sidebar .price-filter .range-slider .ui-widget.ui-widget-content{
  margin-bottom: 24px;
}

.sidebar .price-filter  .widget-title{
  margin-bottom: 32px;
}

.sidebar .price-filter .range-slider .ui-state-default:before,
.sidebar .price-filter .range-slider .ui-widget-content .ui-state-default:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 6px;
  top: 6px;
}

.sidebar .size-widget .size-list li{
  position: relative;
  display: block;
  font-size: 14px;
  color: #222;
  margin-bottom: 15px;
}

.sidebar .size-widget .size-list li:last-child{
  margin-bottom: 0px;
}

.sidebar .size-widget .size-list li a{
  position: relative;
  display: inline-block;
  color: #222;
  padding-left: 20px;
}

.sidebar .size-widget .size-list li a:before{
  position: absolute;
  content: '';
  border: 2px solid #d5d5d5;
  width: 8px;
  height: 8px;
  left: 0px;
  top: 8px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.sidebar .size-widget .size-list li a:hover{

}

.sidebar .size-widget .size-list li a:hover:before{

}

.sidebar .size-widget{
  margin-bottom: 40px;
}

.sidebar .color-widget .color-list li{
  position: relative;
  display: block;
  margin-bottom: 14px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 26px;
  color: #222;
}


.sidebar .color-widget .color-list li a{
  color: #222;
}

.sidebar .color-widget .color-list li a:hover{

}

.sidebar .color-widget .color-list li li:last-child{
  margin-bottom: 0px;
}

.sidebar .color-widget .color-list li span{
  position: absolute;
  left: 0px;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.sidebar .color-widget .color-list li span.black{
  background: #000;
}

.sidebar .color-widget .color-list li span.blue{

}

.sidebar .color-widget .color-list li span.orange{

}

.sidebar .color-widget .color-list li span.green{

}

.sidebar .color-widget .color-list li span.purple{

}

.shop-page-section .pagination-wrapper{
  position: relative;
  padding-top: 30px;
}

.shop-page-4 .outer-container{
  max-width: 1710px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.shop-page-section.shop-page-4 .item-shorting{
  position: inherit;
}

.shop-page-section.shop-page-4 .shop-block-one{
  max-width: 400px;
}

.shop-page-section.shop-page-4 .shop-block-one .inner-box .image-box .info-list li:nth-child(2) a{
  width: 263px;
}

.xs-sidebar-group .xs-overlay{
  left:0%;
  top:0;
  position:fixed;
  height:100%;
  opacity:0;
  width:100%;
  visibility:hidden;
  -webkit-transition:all .4s ease-in .8s;
  -o-transition:all .4s ease-in .8s;
  transition:all .4s ease-in .8s;
  cursor:url(../images/icons/cross-out.png),
  pointer;
  z-index: 999999;
}

.xs-sidebar-group.isActive .xs-overlay{
  opacity:.9;
  visibility:visible;
  -webkit-transition:all .8s ease-out 0s;
  -o-transition:all .8s ease-out 0s;
  transition:all .8s ease-out 0s;
  right:100%;
}

.xs-sidebar-group .widget-heading{
  position:absolute;
  top:10px;
  right:10px;
}

.xs-sidebar-group .widget-heading a{
  position: relative;
  display: inline-block;
  font-size: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #222;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
}

.xs-sidebar-widget{
  position:absolute;
  left:-100%;
  top:0;
  bottom:0;
  width:100%;
  max-width:370px;
  padding: 50px 50px;
  max-height: 1000px;
  z-index:999999;
  overflow:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  background-color:#fff;
  -webkit-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility:hidden;
  opacity:0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget{
  opacity:1;
  visibility:visible;
  left:0;
  -webkit-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.xs-bg-black {
  background-color: #000000;
}

.shop-block-five .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 20px 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  min-height: 390px;
}

.shop-block-five .inner-box .image-box{
  position: absolute;
  left: 20px;
  top: 20px;
  width: 270px;
  height: 350px;
  overflow: hidden;
}

.shop-block-five .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.shop-block-five .inner-box:hover .image-box img{
  opacity: 0.2;
  transform: scale(1.05);
}

.shop-block-five .inner-box .image-box .category{
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 20px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  height: 27px;
  line-height: 27px;
  width: 55px;
  text-align: center;
  z-index: 1;
}

.shop-block-five .inner-box .image-box .category:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  top: 0px;
  left: -6px;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0 0);
}

.shop-block-five .inner-box .image-box .category:after{
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  bottom: 0px;
  left: -6px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}

.shop-block-five .inner-box .content-box{
  position: relative;
  padding: 41px 30px 46px 300px;
}

.shop-block-five .inner-box .content-box .info-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 2px;
}

.shop-block-five .inner-box .content-box .info-list li:last-child{
  margin-right: 0px;
}

.shop-block-five .inner-box .content-box .info-list li a{
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #222;
}

.shop-block-five .inner-box .content-box .info-list li:nth-child(2) a{
  width: 135px;
  background: #4e4e4e;
  font-size: 16px;
  font-weight: 600;
}

.shop-block-five .inner-box .content-box .info-list li a:hover{

}

.shop-block-five .inner-box .content-box .text a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #222;
  margin-bottom: 3px;
}

.shop-block-five .inner-box .content-box .text a:hover{

}

.shop-block-five .inner-box .content-box .text .price{
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  margin-bottom: 26px;
}

.shop-block-five .inner-box .content-box .text{
  position: relative;
  margin-bottom: 33px;
}


/** product-details **/

.product-details{
  position: relative;
  padding: 120px 0px 85px 0px;
}

.product-details-content .product-image{
  position: relative;
  display: block;
}

.product-details-content .product-image img{
  width: 100%;
}

.product-details-content .product-image a{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}

.product-details-content .product-image a:hover{
  color: #fff;
}

.product-details-content .product-details .othre-options .item-quantity{
  position: relative;
  display: inline-block;
  max-width: 130px;
  width: 100%;
  float: left;
  padding: 0px 40px;
  margin-right: 15px;
}

.item-quantity .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  max-width: 50px;
  width: 100%;
  height: 53px;
}

.item-quantity input.quantity-spinner {
  line-height: 53px;
  height: 53px;
  width: 50px !important;
  padding: 0px !important;
  box-shadow: none !important;
  font-family: 'Poppins', sans-serif;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  border: none;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
  position: absolute;
  height: 53px;
  width: 40px;
  background: transparent;
  padding: 0px 0px;
  left: -39px;
  top: -53px;
  border-right: none;
  border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  position: absolute;
  height: 53px;
  width: 40px;
  background: transparent;
  padding: 0px 0px;
  right: -35px;
  top: -53px;
  border-left: none;
  margin-top: 0px;
  border-radius: 0px;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f067";
  font-size: 12px;
  font-style: normal;
  color: #848484;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f068";
  font-size: 12px;
  font-style: normal;
  color: #848484;
  font-weight: 700;
  font-family: 'Font Awesome 5 Free';
}

.bootstrap-touchspin .input-group-btn-vertical{
  position: absolute;
  width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical i{
  top: 15px;
  left: 15px;
  font-size: inherit !important;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
  margin-top: 0px;
}

.product-details-content .product-info h3,.product-info h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}

.product-details-content .product-info .customer-review{
  position: relative;
  margin-bottom: 15px;
}

.product-details-content .product-info .rating-box{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 12px;
}

.product-details-content .product-info .rating-box li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 15px;
  margin-right: 2px;
}

.product-details-content .product-info .rating-box li:last-child{
  margin-right: 0px;
}

.product-details-content .product-info .reviews{
  position: relative;
  display: inline-block;
  float: left;
}

.product-details-content .product-info .reviews a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #848484;
}


.product-details-content .product-info .item-price, .product-info .item-price{
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin-bottom: 23px;
}

.product-details-content .product-info .text p{
  margin-bottom: 20px;
}

.product-details-content .product-info .text .list li{
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 4px;
}

.product-details-content .product-info .text .list li:last-child{
  margin-bottom: 0px;
}

.product-details-content .product-info .text .list li:before{
  position: absolute;
  content: '';
  border: 2px solid #d5d5d5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0px;
  top: 9px;
}

.product-details-content .product-info .text{
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.aiz-megabox > input:checked ~ .aiz-megabox-elem, .aiz-megabox > input:checked ~ .aiz-megabox-elem {
	border-color: #000;
}

.aiz-megabox .aiz-megabox-elem {
	border: 1px solid #e2e5ec;
	border-radius: 0.25rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 0.25rem;
}

.product-details-content .product-info .othre-options .item-quantity,.product-quantity .item-quantity{
  position: relative;
  display: inline-block;
  max-width: 130px;
  width: 100%;
  float: left;
  padding: 0px 40px;
  margin-right: 10px;
  border: 1px solid #e6e6e6;
  z-index: 1;
}

.product-details-content .product-info .othre-options .btn-box{
  position: relative;
  float: left;
  margin-right: 10px;
}

.product-details-content .product-info .othre-options .btn-box .theme-btn-two{
  padding: 14.5px 38px;
}

.product-details-content .product-info .othre-options .info li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.product-details-content .product-info .othre-options .info li:last-child{
  margin-right: 0px;
}

.product-details-content .product-info .othre-options .info li a{
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  color: #222;
  font-weight: 700;
  text-align: center;
  border: 1px solid #e6e6e6;
}

.product-details-content .product-info .othre-options .info li a:hover{
  color: #fff;
}

.product-details-content .product-info .othre-options{
  position: relative;
  margin-bottom: 27px;
}

.product-details-content .product-info .other-links li{
  position: relative;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color:#333;
}

.product-details-content .product-info .other-links li:last-child{
  margin-bottom: 0px;
}

.product-details-content .product-info .other-links li a{
  color: #848484;
}

.product-details-content .product-info .other-links li a:hover{

}

.product-details-content .product-info .other-links{
  position: relative;
  margin-bottom: 20px;
}

.product-details-content .product-info .share-option li{
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.product-details-content .product-info .share-option li:last-child{
  margin-right: 0px;
}

.product-details-content .product-info .share-option li h5{
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #222;
}

.product-details-content .product-info .share-option li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #848484;
}

.product-details-content .product-info .share-option li a:hover{

}

.product-details-content .product-info{
  position: relative;
  margin-left: 40px;
}

.product-details-content{
  margin-bottom: 100px;
}

.product-details .product-discription .tab-btns{
  position: relative;
  margin-bottom: 32px;
}

.product-details .product-discription .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #888;
  margin-right: 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.product-details .product-discription .tab-btns li:last-child{
  margin-right: 0px;
}

.product-details .product-discription .tab-btns li.active-btn,
.product-details .product-discription .tab-btns li:hover{
  color: #222;
}

.product-details .product-discription .tab-btns li:before{
  position: absolute;
  content: '';
  background: #222;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.product-details .product-discription .tab-btns li.active-btn:before,
.product-details .product-discription .tab-btns li:hover:before{
  transform: scale(1,1);
}

.product-details .product-discription .tabs-content .text p{
  margin-bottom: 26px;
}

.product-details .product-discription .tabs-content .text p:last-child{
  margin-bottom: 0px;
}

.custom-control.material-checkbox {
  --color: #ebebeb;
  padding: 0px;
  margin: 0px;
  margin-bottom: 0px !important;
}

.custom-control.material-checkbox .material-control-input {
  display: none;
}

.custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 15px;
  height: 15px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
  transform: rotateZ(45deg) translate(1px, -5px);
  width: 8px;
  border: 2px solid #e6e6e6;
  border-top: 0px;
  border-left: 0px;
  background: transparent;
  border-radius: 0px;
}

.custom-controls-stacked .description {
  position: relative;
  display: inline-block;
  padding: 0px;
  margin-left: 25px;
  font-size: 15px;
  color: #848484;
  cursor: pointer;
}

.product-details .product-discription .tabs-content .review-inner{
  position: relative;
  padding-left: 100px;
  padding-bottom: 43px;
  margin-bottom: 45px;
  border-bottom: 1px solid #e6e6e6;
}

.product-details .product-discription .tabs-content .review-inner .image-box{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.product-details .product-discription .tabs-content .review-inner .image-box img{
  width: 100%;
  border-radius: 50%;
}

.product-details .product-discription .tabs-content h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #222;
  margin-bottom: 38px;
}

.product-details .product-discription .tabs-content .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  margin-right: 3px;
}

.product-details .product-discription .tabs-content .rating li:last-child{
  margin-right: 0px;
}

.product-details .product-discription .tabs-content .review-inner .rating{
  position: relative;
  margin-bottom: 2px;
}

.product-details .product-discription .tabs-content .review-inner h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #222;
  margin-bottom: 14px;
}

.product-details .product-discription .tabs-content .review-inner h6 span{
  font-size: 15px;
  font-weight: 400;
  color: #848484;
}

.product-details .product-discription .tabs-content .replay-inner .rating-box h6{
  position: relative;
  display: inline-block;
  font-size: 16px;
  float: left;
  font-family: 'Poppins', sans-serif;
  color: #222;
  line-height: 26px;
  font-weight: 500;
  margin-right: 20px;
}

.product-details .product-discription .tabs-content .replay-inner .rating{
  position: relative;
  float: left;
}

.product-details .product-discription .tabs-content .replay-inner .rating-box{
  position: relative;
  margin-bottom: 16px;
}

.product-details .product-discription .tabs-content .replay-inner .review-form .form-group{
  position: relative;
  margin-bottom: 24px;
}

.product-details .product-discription .tabs-content .replay-inner .review-form .form-group:last-child{
  margin-bottom: 0px;
}

.product-details .product-discription .tabs-content .replay-inner .review-form .form-group input[type='text'],
.product-details .product-discription .tabs-content .replay-inner .review-form .form-group input[type='email'],
.product-details .product-discription .tabs-content .replay-inner .review-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  font-size: 15px;
  color: #848484;
}

.product-details .product-discription .tabs-content .replay-inner .review-form .form-group textarea{
  height: 220px;
  resize: none;
}

.product-details .product-discription .tabs-content .replay-inner .review-form .form-group input:focus,
.product-details .product-discription .tabs-content .replay-inner .review-form .form-group textarea:focus{

}

.product-details .product-discription .tabs-content .replay-inner .review-form .form-group label{
  position: relative;
  display: block;
  font-size: 15px;
  color: #848484;
  margin-bottom: 4px;
}

.product-details .product-discription{
  position: relative;
  margin-bottom: 105px;
}

.product-details-content .product-info .size-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #222;
  margin-bottom: 8px;
}

.product-details-content .product-info .size-box{
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.product-details-content .product-info .size-box .custom-control{
  position: relative;
  display: inline-block;
  margin-right: 25px;
  padding-left: 0px;
}

.product-details-content .product-info .size-box .custom-control:last-child{
  margin-right: 0px;
}

.product-details-content .product-info .size-box .custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.product-details-content .product-info .size-box .custom-radio .custom-control-input:checked~.custom-control-label::before {
  box-shadow: none;
}

.product-details-content .product-info .size-box .custom-control-label::before{
  background: transparent;
  border: 2px solid #d5d5d5;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 0px;
}

.product-details-content .product-info .size-box .custom-control .custom-control-label{
  font-size: 15px;
  font-weight: 500;
  color: #848484;
  text-transform: uppercase;
  padding-left: 18px;
  cursor: pointer;
}

.product-details-content .product-info .size-box .custom-control .custom-control-label::after{
  display: none !important;
}

.product-details-content .product-info .color-box{
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.product-details-content .product-info .color-box .color-block{
  position: relative;
  display: inline-block;
}

.product-details-content .product-info .color-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #222;
  margin-bottom: 6px;
}

.color-box [type="radio"]:checked,
.color-box [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
  display: none;
}

.color-box [type="radio"]:checked + label,
.color-box [type="radio"]:not(:checked) + label{
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.color-box [type="radio"]:checked + label:before,
.color-box [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.color-box [type="radio"]:checked + label:before{
  width: 22px;
  height: 22px;
  top: -3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.color-box .color-block.black [type="radio"]:checked + label:before,
.color-box .color-block.black [type="radio"]:not(:checked) + label:before{
  background: #222;
}

.color-box .color-block.blue [type="radio"]:checked + label:before,
.color-box .color-block.blue [type="radio"]:not(:checked) + label:before{

}

.color-box .color-block.brown [type="radio"]:checked + label:before,
.color-box .color-block.brown [type="radio"]:not(:checked) + label:before{

}

.color-box .color-block.gray [type="radio"]:checked + label:before,
.color-box .color-block.gray [type="radio"]:not(:checked) + label:before{
  background: #e3e4e6;
}

.color-box .color-block.purple [type="radio"]:checked + label:before,
.color-box .color-block.purple [type="radio"]:not(:checked) + label:before{

}

.product-details .bxslider .slider-content{
  position: relative;
}

.product-details-2 .bxslider .slider-content .slider-pager{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.product-details-2 .bxslider .slider-content .slider-pager li{
  position: relative;
  display: block;
  width: 100px;
  height: 130px;
  margin-bottom: 10px;
  background: #fff;
}

.product-details-2 .bxslider .slider-content .slider-pager li:last-child{
  margin-bottom: 0px;
}

.product-details-2 .bxslider .product-image{
  padding-left: 110px;
}

.product-details .bxslider .slider-pager li a.active img {
  opacity: 1;
}

.product-details .bxslider .slider-pager img {
  width: 100%;
  opacity: 0.5;
  transition: all 500ms ease;
}

.product-details .product-image .image{
  position: relative;
}

.product-details .product-image li{
  position: relative;
  float: left;
  margin: 0px 5px;
  margin-bottom: 10px;
}

.product-details ul.product-image{
  margin: 0px -5px;
}

.product-details-content ul.product-image a{
  transform: scale(0,0);
}

.product-details-content ul.product-image .image:hover a{
  transform: scale(1,1);
}

.product-details-4 .bxslider .slider-content .slider-pager li{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 112px;
  margin: 0px 3px;
  background: #fff;
}

.product-details-4 .product-details-content .product-image{
  margin-bottom: 10px;
}

.product-details-content .product-info .othre-options .single-item h5{
  position: relative;
  display: block;
  text-align: right;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  color: #222;
  padding-top: 15px;
}

.product-details-content .product-info .othre-options .single-item h5 span{
  display: inline-block;
  min-width: 90px;
}

.product-details-content .product-info .othre-options .single-item{
  margin-bottom: 15px;
}

.product-details-content .product-info .othre-options .item-box .single-item:last-child{
  margin-bottom: 0px;
}

.product-details-content .product-info .othre-options .item-box{
  position: relative;
  margin-bottom: 35px;
}

.product-details-5 .product-details-content .product-image .image,
.product-details-6 .product-details-content .product-image .image{
  margin-bottom: 10px;
}

.product-details-5 .product-details-content .product-image .image:last-child,
.product-details-6 .product-details-content .product-image .image:last-child{
  margin-bottom: 0px;
}

.product-details-5 .product-details-content .product-image a,
.product-details-6 .product-details-content .product-image a{
  transform: scale(0,0);
}

.product-details-5 .product-details-content .product-image .image:hover a,
.product-details-6 .product-details-content .product-image .image:hover a{
  transform: scale(1,1);
}

.mr-0{
  margin: 0px !important;
}

.product-details-6 .product-details-content .product-info .othre-options .btn-box{
  margin-top: 10px;
}

.product-details-6 .product-details-content .product-info .othre-options .btn-box .theme-btn-two {
  padding: 14.5px 38px;
  width: 260px
}



/***

====================================================================
                        Cart-Page
====================================================================

***/

.cart-section{
  position: relative;
  display: block;
  padding: 120px 0px;
}

.cart-section .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
}

.cart-section .cart-table {
  min-width: 1170px;
  width: 100%;
}

.cart-section .cart-table thead tr th {
  line-height: 24px;
  min-width: 110px;
  padding: 29px 15px 27px 0px;
  color: white;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  text-align: center;
}

.cart-section .cart-table tbody tr{
  border-bottom: 1px solid #e6e6e6;
}

.cart-section .cart-table .cart-header{
  background: #328321;
}

.cart-section .cart-table tbody tr td.prod-column{
  padding: 30px 0px;
}

.cart-section .cart-table tbody tr .prod-column .column-box {
  min-height: 100px;
  position: relative;
  padding: 50px 0px 47px 250px;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb{
  position: absolute;
  left: 120px;
  top: 0px;
  width: 100px;
  height: 125px;
  overflow: hidden;
  background: #fff;
  transition: all 500ms ease;
}

.cart-section .cart-table tbody tr .prod-column .column-box .title{
  padding-left: 20px;
}

.cart-section .cart-table tbody tr .prod-column .column-box .remove-btn{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #222;
  font-weight: 700;
  border: 1px solid #e7e7e7;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.cart-section .cart-table tbody tr .prod-column .column-box .remove-btn:hover{
  color: #fff;
  background: #222;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.cart-section .cart-table tbody tr td.price {
  font-size: 15px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #222;
  position: relative;
  padding: 30px 25px 30px 30px;
}

.cart-section .cart-table tbody tr .sub-total {
  font-size: 15px;
  padding: 27px 50px 27px 48px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #222;
}

.cart-section .cart-table tbody tr td.qty{
  position: relative;
}

.cart-section .cart-table tbody tr td.qty .item-quantity{
  position: relative;
  display: inline-block;
  max-width: 130px;
  width: 100%;
  float: left;
  padding: 0px 40px;
  margin-left: 30px;
  border: 1px solid #e6e6e6;
  z-index: 1;
}

.cart-section .cart-table tbody tr td.qty .item-quantity .bootstrap-touchspin .input-group-btn-vertical i{
  left: 12px;
}

.cart-section .cart-table .prod-title{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: #222;
  font-family: 'Poppins', sans-serif;
  width:250px;
}

.cart-section .othre-content{
  position: relative;
  display: block;
  padding: 30px 0px;
  margin-bottom: 40px;
}

.cart-section .othre-content .update-btn button{
  opacity: 0.5;
  padding: 14px 26px;
  transition: all 500ms ease;
}

.cart-section .othre-content .update-btn button:hover{
  opacity: 1;
}

.cart-section .othre-content .coupon-box{
  position: relative;
  width: 70%;
}

.cart-section .othre-content .coupon-box input[type='text']{
  position: relative;
  display: inline-block;
  max-width: 260px;
  width: 100%;
  font-size: 15px;
  height: 60px;
  color: #848484;
  border: 1px solid #e6e6e6;
  padding: 10px 30px;
  float: left;
}

.cart-section .othre-content .coupon-box button{
  float: left;
  padding: 16px 35px;
}

.cart-section .cart-total .total-cart-box{
  position: relative;
}

.cart-section .cart-total .total-cart-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: #222;
  font-weight: 600;
  background: #e2f2e2;
  padding: 19px 30px 11px 30px;
}

.cart-section .cart-total .total-cart-box .list li{
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  padding: 18px 30px;
  border-bottom: 1px solid #e6e6e6;
}

.cart-section .cart-total .total-cart-box .list li:last-child{
  border-bottom: none;
}

.cart-section .cart-total .total-cart-box .list li span{
  float: right;
  color: #848484;
  font-weight: 400;
}

.cart-section .cart-total .total-cart-box .list li:last-child span{
  font-size: 18px;
  font-weight: 500;
  color: #222;
}

.cart-section .cart-total .total-cart-box .theme-btn-two{
  display: block;
  padding: 16px 35px;
}



/***

====================================================================
                        Checkout-page
====================================================================

***/

.checkout-section{
  position: relative;
  display: block;
  padding: 80px 0px;
}

.checkout-section .upper-box{
  position: relative;
  margin-bottom: 70px;
}

.checkout-section .upper-box .single-box{
  position: relative;
  display: block;
  font-size: 15px;
  color: #247801;
  padding: 21px 15px 23px 30px;
  background: #e2f2e2;
  margin-bottom: 30px;
}

.checkout-section .upper-box .single-box:last-child{
  margin-bottom: 0px;
}

.checkout-section .upper-box .single-box a{
  font-size: 15px;
}

.checkout-section .customer a:hover,
.checkout-section .coupon a:hover{
  text-decoration: underline;
}

.checkout-section .sub-title {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 26px;
    color: #328321;
    font-weight: 600;
    background: #e2f2e3;
    padding: 14px 18px;
    border-radius: 6px 6px 0px 0px;
    margin-bottom: 17px;
}

.ps-product--cart-mobile .ps-product__content small {
	font-size: 14px;
	color: #000;
}
.ps-block--user-header .ps-block__right {
	padding-left: 10px;
}
.ps-block--user-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	text-align: left;
}
.ps-block--user-header .ps-block__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-header .menu-right-content li a:hover {
	color: #ff4135 !important;
}
.ps-block--user-header .ps-block__right a {
	display: block;
	font-weight: 700;
	line-height: 18px;
  font-size: 14px;
}
.ps-block--user-header .ps-block__left i {
	font-size: 24px;
	line-height: 1em;
}
.checkout-section .billing-info{
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.ps-cart--mini .ps-cart__items::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -8px;
	right: 30px;
	width: 16px;
	height: 16px;
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	background-color: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.ps-cart--mini:hover .ps-cart__content {
	-webkit-transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
	transform: translate(0, 0px);
	visibility: visible;
	opacity: 1;
}
.ps-cart--mini:hover .ps-cart__content {
	visibility: visible;
}
.ps-cart--mini .ps-cart__items {
	position: relative;
  padding:20px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-bottom: none;
}
.ps-cart--mini .ps-cart__items .ps-product--cart-mobile {
	margin-bottom: 30px;
}
.ps-product--cart-mobile .ps-product__thumbnail {
	max-width: 56px;
}
.ps-product--cart-mobile .ps-product__content {
	position: relative;
	padding-right: 30px;
	padding-left: 20px;
}
.ps-product--cart-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
.ps-product--cart-mobile .ps-product__content .ps-product__remove {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	color: #666;
}
.icon-cross::before {
	font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 20px;
}
.ps-cart--mini .ps-cart__footer {
	padding: 10px 20px 20px;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	border-top: 0;
}
.ps-cart--mini .ps-cart__footer h3 {
	display: block;
	margin-bottom: 20px;
	font-size: 0.9375rem !important;
}
.ps-cart--mini figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ps-cart--mini figure .ps-btn {
	padding: 12px 25px;
}
.ps-cart--mini .ps-cart__footer h3 strong {
	float: right;
}
.ps-btn, button.ps-btn {
    display: inline-block;
    padding: 15px 45px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    background-color: #247801;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
}

.ps-btn, button.ps-btn:hover
{
    color:#eee!important;
}

.ps-product--cart-mobile .ps-product__content .ps-product__remove {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	color: #666;
}
.ps-product--cart-mobile .ps-product__content small {
	font-size: 14px;
	color: #000;
}

.ps-cart--mini .ps-cart__content {
	position: absolute;
	min-width: 370px;
	right: -20px;
	z-index: 30;
	padding-top: 10px;
	-webkit-transform: translate(0 20px);
	-moz-transform: translate(0 20px);
	-ms-transform: translate(0 20px);
	-o-transform: translate(0 20px);
	transform: translate(0 20px);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	visibility: hidden;
	opacity: 0;
}

.ps-product--cart-mobile > * {
	width: 100%;
}

.checkout-section .billing-form{
  position: relative;
  display: block;
}

.checkout-section .billing-form .form-group{
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.checkout-section .billing-form .form-group:last-child{
  margin-bottom: 0px;
}

.checkout-section .billing-form .form-group label{
  position: relative;
  display: block;
  font-size: 14px;
  color: #222;
  margin-bottom: 2px;
}

.error, .required {
	color: #dc3545;
}

.checkout-section .billing-form .form-group input[type='text'],
.checkout-section .billing-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  font-size: 14px;
  color: #848484;
  padding: 10px 15px;
  transition: all 500ms ease;
}

.checkout-section .billing-form .form-group .nice-select{
  border-radius: 0px;
  border: 1px solid #e6e6e6 !important;
  width: 100%;
  font-size: 13px;
  color: #848484;
  height: 45px;
}

.checkout-section .billing-form .form-group .nice-select:after{
  border-bottom: 2px solid #848484;
  border-right: 2px solid #848484;
  margin-top: -4px;
}

.checkout-section .billing-form .form-group .nice-select .list{
  width: 100%;
}

.checkout-section .billing-form .form-group input.address{
  margin-bottom: 10px;
}

.checkout-section .billing-form .form-group input:focus{

}

.checkout-section .billing-form .select-box .ui-state-default{
  width: 100% !important;
}

.checkout-section .billing-form .select-box .ui-selectmenu-button span.ui-icon:before{
  color: #848484;
}

.checkout-section .billing-form .create-acc{
  position: relative;
  display: block;
  margin-top: 3px;
}

.checkout-section .billing-form .create-acc .custom-controls-stacked .description{
  font-size: 15px;
  color: #222;
  cursor: pointer;
}

.checkout-section .additional-info .note-book{
  position: relative;
  display: block;
}

.checkout-section .additional-info .note-book label{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #222;
  margin-bottom: 2px;
}

.checkout-section .additional-info .note-book textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 133px;
  border: 1px solid #e6e6e6;
  color: #848484;
  font-size: 13px;
  font-weight: 400;
  color: #848484;
  padding: 8px 20px;
  resize: none;
  transition: all 500ms ease;
}

.checkout-section .additional-info .note-book textarea:focus{

}

.checkout-section .order-info{
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.checkout-section .order-info .order-list li{
  position: relative;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 30px;
}

.checkout-section .order-info .order-list li.title{
  padding: 24px 30px 2px 30px;
}

.checkout-section .order-info .order-list li.title p{
  font-size: 15px;
  color: #222;
  float: left;
}

.checkout-section .order-info .order-list li.title span{
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  float: right;
}

.checkout-section .order-info .order-list li .single-box{
  position: relative;
  padding: 40px 0px 30px 100px;
  min-height: 100px;
}

.checkout-section .card-header:first-child{
  border-radius:0px !important;
}

.checkout-section .card-header{
  padding:0px;
  border:0px;
  background-color:transparent !important;
}

.checkout-section .card-body{
  padding:0px !important;
}

.checkout-section .mt-3{
  padding:1.25rem !important;
}

.product-image img{
  width: 80px;
}

.checkout-section .order-info .order-list li .single-box h6{
  position: relative;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #222;
  float: left;
}

.checkout-section .order-info .order-list li .single-box span{
  position: relative;
  display: block;
  float: right;
  font-size: 15px;
  color: #222;
}

.checkout-section .order-info .order-list li.sub-total{
  padding: 17px 30px 10px 0px;
}

.checkout-section .order-info .order-list li.sub-total h6{
  font-size: 16px;
  font-weight: 500;
  color: #222;
  float: left;
  font-family: 'Poppins', sans-serif;
}

.checkout-section .order-info .order-list li.sub-total span{
  position: relative;
  display: block;
  font-size: 15px;
  color: #848484;
  float: right;
}

.checkout-section .order-info .order-list li.order-total{
  padding: 17px 30px 11px 0px;
}

.checkout-section .order-info .order-list li.order-total h6{
  font-size: 16px;
  font-weight: 500;
  color: #222;
  float: left;
  font-family: 'Poppins', sans-serif;
}

.checkout-section .order-info .order-list li.order-total span{
  position: relative;
  display: block;
  font-size: 18px;
  color: #222;
  font-weight: 500;
  float: right;
}

.checkout-section .payment-info .payment-inner{
  position: relative;
  display: flex;
  border-top: none;
}

.checkout-section .payment-info .payment-inner .custom-controls-stacked .description{
  font-size: 16px;
  color: #222;
  cursor: pointer;
}

.checkout-section .payment-info .payment-inner .custom-controls-stacked .description a{
  color: #222;
  z-index: 1;
  margin-left: 10px;
}

.checkout-section .payment-info .payment-inner .custom-controls-stacked .description a:hover{

}

.checkout-section .payment-info .payment-inner .option-block{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.checkout-section .payment-info .payment-inner .option-block p{
  position: relative;
  font-size: 13px;
  line-height: 24px;
  padding: 4px 0px 0px 30px;
}

.checkout-section .custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 15px;
  height: 15px;
  border: 1px solid #e6e6e6;
  background: #f5f8fa;
  cursor: pointer;
}

.checkout-section .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator{
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
  transform: rotateZ(45deg) translate(1px, -5px);
  width: 8px;
  border: 2px solid #898f9f;
  border-top: 0px;
  border-left: 0px;
  background: transparent;
  border-radius: 0px;
}

.checkout-section .payment-info .payment-inner .btn-box{
  padding-top: 2px;
}

.checkout-section .payment-info .payment-inner .btn-box .theme-btn-two{
  padding: 16px 30px;
}
.ml-auto {
	margin-left: auto !important;
}
.bootstrap-select>select {
  position: absolute!important;
  bottom: 0;
  left: 50%;
  display: block!important;
  width: .5px!important;
  height: 100%!important;
  padding: 0!important;
  opacity: 0!important;
  border: none;
  z-index: 0!important;
}

.form-control:focus {
  border-color: #ff4135;
  box-shadow: none;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bootstrap-select .btn{
  border-radius:0 !important;
}
:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
.bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:focus, .show.bootstrap-select .dropdown-toggle {
  border-color: #ff4135 !important;
}
.bootstrap-select .dropdown-toggle {
  color: #898b92;
  background-color: transparent !important;
  border-color: #e2e5ec;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.show.dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0 !important;
}
.bootstrap-select>.dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height:50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/***

====================================================================
                        My-Account-page
====================================================================

***/

.myaccount-section{
  position: relative;
  padding: 120px 0px;
}

.myaccount-section .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 66px 50px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}

.myaccount-section .inner-box .upper-inner h3{
  position: relative;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 3px;
  color:#328321;
}

.myaccount-section .inner-box .upper-inner{
  margin-bottom: 36px;
}

.myaccount-section .inner-box .default-form .form-group{
  position: relative;
  margin-bottom: 23px;
}

.myaccount-section .inner-box .default-form .form-group label{
  position: relative;
  display: block;
  font-size: 15px;
  color: #848484;
  margin-bottom: 7px;
}

.myaccount-section .inner-box .default-form .form-group input[type='text'],
.myaccount-section .inner-box .default-form .form-group input[type='email'],
.myaccount-section .inner-box .default-form .form-group input[type='password'],
.inner-box .form-default .form-group input[type='text'],
.inner-box .form-default .form-group input[type='email'],
.inner-box .form-default .form-group input[type='password']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  font-size: 15px;
  color: #848484;
  transition: all 500ms ease;
}

.myaccount-section .inner-box .default-form .form-group input:focus{

}

.myaccount-section .inner-box .default-form .form-group .recover-password{
  position: absolute;
  display: inline-block;
  top: 8px;
  right: 0px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  line-height: 18px;
  z-index: 1;
}

.myaccount-section .inner-box .default-form .form-group .recover-password:hover{
  color: #222;
  border-bottom: 1px solid #222;
}

.myaccount-section .inner-box .default-form .form-group .custom-controls-stacked{
  position: relative;
  padding-top: 4px;
}

.myaccount-section .inner-box .default-form .form-group button,.inner-box .form-default .form-group button{
  display: block;
  width: 100%;
  padding: 16px 35px;
}

.myaccount-section .inner-box .default-form .custom-control.material-checkbox .material-control-indicator{
  width: 18px;
  height: 18px;
  top: 3px;
}

.myaccount-section .inner-box .default-form .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator{
  width: 10px;
}

.myaccount-section .inner-box .default-form .custom-controls-stacked .description{
  margin-left: 28px;
}

.myaccount-section .inner-box .lower-inner{
  position: relative;
}

.myaccount-section .inner-box .lower-inner:before{
  position: absolute;
  content: '';
  background: #e6e6e6;
  width: 100%;
  height:0px;
  left: 0px;
  top: 13px;
}

.myaccount-section .inner-box .lower-inner span{
  position: relative;
  display: inline-block;
  font-size: 15px;
  width: 55px;
  height: 25px;
  text-align: center;
  background: #fff;
  margin-bottom: 23px;
}

.myaccount-section .inner-box .lower-inner .social-links li,.inner-box .lower-inner .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 8px;
}

.myaccount-section .inner-box .lower-inner .social-links li a, .inner-box .lower-inner .social-links li a{
  position: relative;
  display: inline-block;
  width: 165px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.myaccount-section .inner-box .lower-inner .social-links li a i, .inner-box .lower-inner .social-links li a i{
  margin-right: 10px;
}

.inner-box .lower-inner .social-links li a:hover {
	background: #ff4135 !important;
}

.inner-box .lower-inner .social-links li:first-child a {
	background: #3b5998;
}

.inner-box .lower-inner .social-links li:last-child a {
	background: #dd4b39;
}

.inner-box .lower-inner .social-links li a:hover{

}

.myaccount-section .inner-box .lower-inner .social-links, .inner-box .lower-inner .social-links{
  position: relative;
  margin-bottom: 24px;
}

.myaccount-section .inner-box .lower-inner p a, .inner-box .lower-inner p a{
  display: inline-block;
  color: #848484;
}

.myaccount-section .inner-box .lower-inner p a:hover{

}



/***

====================================================================
                        Blog-Page
====================================================================

***/

.blog-page-section{
  position: relative;
}

.blog-page-section .news-block-one .inner-box{
  margin-bottom: 30px;
}

.blog-page-section .pagination-wrapper{
  position: relative;
  padding-top: 40px;
}

.news-block-one .inner-box .lower-content h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #222;
  margin-bottom: 4px;
}

.news-block-one .inner-box .lower-content h2 a{
  display: inline-block;
  color: #222;
}

.news-block-one .inner-box .lower-content h2 a:hover{

}

.blog-sidebar .widget-title{
  margin-bottom: 20px;
}

.blog-sidebar{
  position: relative;
  margin-left: 40px;
}

.blog-sidebar .search-widget .search-form .form-group input[type='search']{
  height: 55px;
}

.blog-sidebar .search-widget .search-form .form-group button{
  top: 15px;
}

.blog-sidebar .post-widget .post-inner .post{
  position: relative;
  display: block;
  padding: 10px 0px 0px 110px;
  min-height: 90px;
  margin-bottom: 30px;
}

.blog-sidebar .post-widget .post-inner .post:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .post-widget .post-inner .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.blog-sidebar .post-widget .post-inner .post .post-thumb img{
  width: 100%;
  transition: all 500ms ease;
}

.blog-sidebar .post-widget .post-inner .post:hover .post-thumb img{
  opacity: 0.2;
}

.blog-sidebar .post-widget .post-inner .post h4{
  position: relative;
  font-size: 20px;
  line-height: 24px;
  color: #222;
  font-weight: 600;
  margin-bottom: 2px;
}

.blog-sidebar .post-widget .post-inner .post h4 a{
  display: inline-block;
  color: #222;
}

.blog-sidebar .post-widget .post-inner .post h4 a:hover{

}

.blog-sidebar .post-widget .post-inner .post .post-date{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #222;
  padding-left: 25px;
}

.blog-sidebar .post-widget .post-inner .post .post-date:before{
  position: absolute;
  content: '';
  background: #222;
  width: 15px;
  height: 2px;
  left: 0px;
  top: 12px;
}

.blog-sidebar .post-widget{
  margin-bottom: 47px;
}

.blog-sidebar .post-widget .widget-title{
  margin-bottom: 25px;
}

.blog-sidebar .archives-widget .archives-list li{
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.blog-sidebar .archives-widget .archives-list li:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .archives-widget .archives-list li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #222;
  padding-left: 20px;
}

.blog-sidebar .archives-widget .archives-list li a:before{
  position: absolute;
  content: '';
  border: 2px solid #d5d5d5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0px;
  top: 10px;
  transition: all 500ms ease;
}

.blog-sidebar .archives-widget .archives-list li a:hover{

}

.blog-sidebar .archives-widget .archives-list li a:hover:before{

}

.blog-sidebar .archives-widget{
  margin-bottom: 39px;
}

.blog-sidebar .instagram-widget .image-list{
  position: relative;
  margin: 0px -5px;
}

.blog-sidebar .instagram-widget .image-list li{
  position: relative;
  float: left;
  margin: 0px 5px 10px 5px;
}

.blog-sidebar .instagram-widget .image-list li .image-box{
  position: relative;
  display: block;
  width: 103px;
  height: 103px;
  overflow: hidden;
}

.blog-sidebar .instagram-widget .image-list li .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.blog-sidebar .instagram-widget .image-list li .image-box:hover img{
  opacity: 0.2;
}

.blog-sidebar .instagram-widget .image-list li .image-box a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  opacity: 0;
}

.blog-sidebar .instagram-widget .image-list li .image-box:hover a{
  opacity: 1;
}

.blog-sidebar .instagram-widget .widget-title{
  margin-bottom: 25px;
}


/** blog-details **/

.blog-details{
  position: relative;
  padding: 120px 0px;
}

.blog-details-content .image-box{
  position: relative;
  display: block;
}

.blog-details-content .image-box img{
  width: 100%;
}

.blog-details-content .inner-box{
  position: relative;
  display: block;
  padding: 94px 100px 0px 100px;
}

.blog-details-content .inner-box .post-info li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #222;
  margin-right: 17px;
}

.blog-details-content .inner-box .post-info li:last-child{
  margin-right: 0px;
}

.blog-details-content .inner-box .post-info li a{
  color: #848484;
}

.blog-details-content .inner-box .post-info li a:hover{

}

.blog-details-content .inner-box .post-info li:before{
  position: absolute;
  content: '';
  background: #848484;
  width: 1px;
  height: 13px;
  top: 6px;
  right: -11px;
}

.blog-details-content .inner-box .post-info li:last-child:before{
  display: none;
}

.blog-details-content .inner-box .post-info{
  position: relative;
  margin-bottom: 25px;
}

.blog-details-content .inner-box p{
  font-weight: 400;
  margin-bottom: 26px;
}

.blog-details-content .inner-box .text p:last-child{
  margin-bottom: 0px;
}

.blog-details-content .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-top: 34px;
  margin-bottom: 23px;
}

.blog-details-content .inner-box .text{
  position: relative;
  margin-bottom: 63px;
}

.blog-details-content .inner-box .image-box{
  margin-bottom: 33px;
}

.blog-details-content .post-share-option{
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 97px;
  border-bottom: 1px solid #e6e6e6;
}

.blog-details-content .post-share-option h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 24px;
}

.blog-details-content .post-share-option .tags-box li{
  position: relative;
  display: inline-block;
  margin-right: 7px;
}

.blog-details-content .post-share-option .tags-box li:last-child{
  margin-right: 0px;
}

.blog-details-content .post-share-option .tags-box li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #222;
  padding: 6px 20px;
  text-align: center;
  border: 1px solid #e6e6e6;
}

.blog-details-content .post-share-option .tags-box li a:hover{
  color: #fff;
  background: #222;
  border-color: #222;
}

.blog-details-content .post-share-option .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 7px;
}

.blog-details-content .post-share-option .social-links li:last-child{
  margin-right: 0px;
}

.blog-details-content .post-share-option .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #848484;
  text-align: center;
  border: 1px solid #e6e6e6;
}

.blog-details-content .post-share-option .social-links li a:hover{
  color: #fff;
  background: #222;
  border-color: #222;
}

.blog-details-content .group-title{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.blog-details-content .group-title h3{
  font-size: 24px;
  line-height: 30px;
  padding: 0px;
  font-weight: 600;
}

.blog-details-content .comments-area .comment{
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 34px;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 110px;
}

.blog-details-content .comments-area .comment.replay-comment{
  margin-left: 70px;
}

.blog-details-content .comments-area .comment:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comments-area .comment .thumb-box{
  position: absolute;
  left: 0px;
  top: 6px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.blog-details-content .comments-area .comment .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .comments-area .comment .comment-inner h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.blog-details-content .comments-area .comment .comment-inner h6 span{
  font-size: 15px;
  font-weight: 400;
  color: #848484;
}

.blog-details-content .comments-area .comment .comment-inner p{
  margin-bottom: 23px;
}

.blog-details-content .comments-area .comment .comment-inner a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #222;
  font-weight: 500;
  border: 2px solid #222;
  padding: 4px 17px;
  text-align: center;
}

.blog-details-content .comments-area .comment .comment-inner a i{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  transform: rotate(-15deg);
  margin-left: 10px;
}

.blog-details-content .comments-area .comment .comment-inner a:hover{
  background: #222;
  color: #fff;
}

.blog-details-content .comments-area .comment .comment-inner a:hover i{
  transform: rotate(0deg);
}

.blog-details-content .comments-area{
  margin-bottom: 87px;
}

.blog-details-content .comments-form-area .comment-form .form-group{
  position: relative;
  margin-bottom: 30px;
}

.blog-details-content .comments-form-area .comment-form .form-group:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comments-form-area .comment-form .form-group input[type='text'],
.blog-details-content .comments-form-area .comment-form .form-group input[type='email'],
.blog-details-content .comments-form-area .comment-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e6e6e6;
  font-size: 15px;
  font-weight: 400;
  color: #848484;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.blog-details-content .comments-form-area .comment-form .form-group textarea{
  height: 170px;
  resize: none;
}

.blog-details-content .comments-form-area .comment-form .form-group input:focus,
.blog-details-content .comments-form-area .comment-form .form-group textarea:focus{

}

.blog-details-content .comments-form-area .comment-form .form-group .theme-btn-two{
  padding: 13.5px 30px;
}

.blog-details-content .comments-form-area .group-title{
  margin-bottom: 32px;
}

.sidebar-page-container .blog-details-content .inner-box{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 64px;
}


/***

====================================================================
                        Contact-page
====================================================================

***/


.address-section{
  position: relative;
  padding: 115px 0px 120px 0px;
}

.address-section .single-adderss-block .inner-box{
  position: relative;
  display: block;
  padding-right: 60px;
}

.address-section .single-adderss-block .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 26px;
}

.address-section .single-adderss-block .inner-box .info-list li{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #848484;
  padding-left: 30px;
  margin-bottom: 16px;
}

.address-section .single-adderss-block .inner-box .info-list li i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 20px;
  color: #bcbcbc;
}

.address-section .single-adderss-block .inner-box .info-list li:last-child{
  margin-bottom: 0px;
}

.address-section .single-adderss-block .inner-box .info-list li a{
  color: #848484;
}

.address-section .single-adderss-block .inner-box .info-list li a:hover{

}

.google-map-section{
  position: relative;
}

.google-map-section #contact-google-map{
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
}

/*! nouislider - 14.6.2 - 9/16/2020 */

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-target {
	position: relative
}

.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.noUi-connects {
	overflow: hidden;
	z-index: 0
}

.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	transform-style: flat
}

.noUi-connect {
	height: 100%;
	width: 100%
}

.noUi-origin {
	height: 10%;
	width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto
}

.noUi-vertical .noUi-origin {
	width: 0
}

.noUi-horizontal .noUi-origin {
	height: 0
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute
}

.noUi-touch-area {
	height: 100%;
	width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform .3s;
	transition: transform .3s
}

.noUi-state-drag * {
	cursor: inherit!important
}

.noUi-horizontal {
	height: 18px
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	right: -17px;
	top: -6px
}

.noUi-vertical {
	width: 18px
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	right: -6px;
	top: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto
}

.noUi-target {
	background: #FAFAFA;
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-connects {
	border-radius: 3px
}

.noUi-connect {
	background: #3FB8AF
}

.noUi-draggable {
	cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize
}

.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after,
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px
}

.noUi-handle:after {
	left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}

.noUi-vertical .noUi-handle:after {
	top: 17px
}

[disabled] .noUi-connect {
	background: #B8B8B8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
	cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-pips {
	position: absolute;
	color: #999
}

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}

.noUi-marker {
	position: absolute;
	background: #CCC
}

.noUi-marker-sub {
	background: #AAA
}

.noUi-marker-large {
	background: #AAA
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%
}

.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}

.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
	left: auto;
	bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
	-webkit-transform: translate(0, -18px);
	transform: translate(0, -18px);
	top: auto;
	right: 28px
}

.contact-section{
  position: relative;
  padding: 115px 0px 120px 0px;
}

.contact-section .default-form .form-group{
  position: relative;
  margin-bottom: 30px;
}

.contact-section .default-form .form-group:last-child{
  margin-bottom: 0px;
}

.contact-section .default-form .form-group input[type='text'],
.contact-section .default-form .form-group input[type='email'],
.contact-section .default-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e6e6e6;
  font-size: 15px;
  color: #848484;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.contact-section .default-form .form-group textarea{
  height: 170px;
  resize: none;
}

.contact-section .default-form .form-group input:focus,
.contact-section .default-form .form-group textarea:focus{
  border-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact-section .default-form .form-group.message-btn{
  padding-top: 20px;
}

.contact-section .default-form .form-group.message-btn button{
  padding: 13.5px 31px;
}





#demo{
    max-width: 900px;
    margin: auto;
}
.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 0rem 0rem;
    padding-bottom: 10rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem;
}

.testimonial-icon-star img {
    width: 22px!important;
    margin-bottom: 15px;
}

@media(max-width:767px){
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem;
    }
}
.carousel-caption img {
    width: 5rem;
    border-radius: 5rem;
    margin-top: 1.5rem;
    float: left;
}
@media(max-width:767px){
    .carousel-caption img{
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem;
    }
}
#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 2.2rem;
    float: left;
    margin-left: 20px;
        text-align: left;
}

div#image-caption span {
    width: 100%;
    float: left;
    margin-top: -6px!important;
}

.section-header {
    padding: 50px 0px;
    padding-right: 20px;
}

div#image-caption span {
    font-weight: 400;
}
@media(max-width:767px){
    #image-caption{
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem;
    }
}
#arrew {
    background-color: rgb(255 206 63);
    padding: 12px 12px;
    border-radius: 10px;
}
@media(max-width:767px){
    #arrew i{
        padding: 0.8rem;
    }
}
.carousel-control-prev{
    justify-content: flex-start;
}

.carousel-control-next {
    justify-content: flex-end;
}
.carousel-control-prev,.carousel-control-next{
    transition: none;
    opacity: unset;
}


.copyright.pull-left {
    width: 100%;

}


section.cta-style-two .theme-btn-three {
    background: #ffce3f;
    text-transform: uppercase;
    color: #333!important;
}

.cta-style-two .theme-btn-three:hover
{
    color:#fff!important;
}

.home-shop {
    padding: 60px 0px;
}

.Contact-box-form {
    background: #ffce3f;
    padding: 50px;
    border-radius: 29px;
}

.Contact-box-form form input::placeholder
{
    color:#000!important;
}

.Contact-box-form form textarea::placeholder
{
    color:#000!important;
}

/* .Contact-box-form .form-inner input {
    background: transparent;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    border-bottom: 1px solid #000!important;
    padding: 0px 0px!important;
    color: #000!important;
    margin-bottom: 0px!important;
} */

.Contact-box-form .form-inner input:focus
{
    box-shadow:none!important;
}

.Contact-box-form .form-inner textarea:focus
{
    box-shadow:none!important;
}


/* .Contact-box-form .form-inner textarea {
    background: transparent;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    border-bottom: 1px solid #000!important;
    padding: 0px 0px!important;
    color: #000!important;
    margin-bottom: 0px!important;
} */

.Contact-box-form .form-inner button {
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 10px;
}

.Contact-box-form .form-inner button:hover
{
background:#333!important;
border-radius: 10px;
}

.contact-box .info-list li {
    display: flex;
        margin-bottom: 20px;
}

p.grey-txt {
    color: #646464!important;
}

.contact-box .info-list li i {
    margin-right: 10px;
    width: 36px;
    height: 36px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 36px;
    border-radius: 6px;
    font-size: 0.8rem;
    color: #333;
}

.contact-box .info-list li .add-info b {
    color: #000;
    font-weight: 500;
    font-size: 0.9rem;
}

.contact-box .info-list li .add-info p {
    color: #333;
}

.contact-box .info-list li .add-info p a {
    color: #0a0a0a;
    text-decoration: underline;
}

.contact-box h3 {
    color: #000;
    margin-bottom: 23px;
    font-size: 1.5rem;
    font-weight: 500;
}


section.about-sec {
    padding: 60px 0px;
}

.ab-text {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.ab-text h3 {
    color: #333;
    font-size: 1.5rem;
}

.ab-text p {
    font-size: 0.9rem;
    line-height: 25px;
    color: #4c4c4c;
    margin-bottom: 15px;
}

.ab-slides img {
    border-radius: 10px;
}

.mission-vision h3 {
    font-size: 1.5rem;
}

@media(max-width:767px){
    
    .cart-left
    {
        margin-bottom:20px;
    }

    .aiz-mobile-bottom-nav a .badge
    {
        right: -12px;
    border-radius: 41px;
    background: #fccc3e;
    color: #000;
    font-weight: 600;
    line-height: 3px;
    }

    .aiz-mobile-bottom-nav a .avatar img {
    width: 26px;
    height: 26px;
    margin-top: 8px;
}

    .aiz-mobile-bottom-nav a:first-child {
    background: #000!important;
    color: #fff!important;
        border-radius: 20px 0px 0px 0px;
}

.aiz-mobile-bottom-nav {
    background: #fff!important;
    border-radius: 20px 20px 20px 20px!important;
    margin: 10px;
}

    .banner-style-three .banner-carousel .slide-item
    {
        padding:100px 0px!important;
    }
    .logo-box img {
    width: 96px;
}

    .main-header .logo-box
    {text-align:left!important;padding:4px 0px;}

    .main-header.style-two .menu-area .mobile-nav-toggler
    {
        border:1px solid #fff;
        padding: 7px;
    }

    .menu-area .mobile-nav-toggler .icon-bar
    {
        height: 1px;
    width: 17px;
    }

    .main-header .menu-right-content{display:none;}
.grid-container-2 {
    display: block;
    padding: 10px 4px;
}

.mt-100 {
    margin-top: 20px;
}
img.banner-img.rounded {
    padding: 10px 0px;
}
.content-box.banner-content.p-4 {
    padding-left: 0px!important;
}
.heading_34 {
    font-size: 26px;
}

img.banner-img.rounded {
    padding: 7px 0px;
}

.carousel-item.active {
    padding-bottom: 30px;
}
.banner-style-three .banner-carousel .slide-item {
    width: 100%;
    height: auto;
    padding: 85px 0px!important;
}

.service-style-two{
    padding: 15px 0px 0px 55px!important;
}
.main-header.style-two .logo-box {
    text-align: center;
    width: 40%!important;
}
}





.aiz-user-panel form button {
    background: #ffcc6f;
    font-size: 14px;
    padding: 12px 25px;
    font-weight: 500;
}

.aiz-user-panel form input {
    font-size: 14px;
}

.aiz-user-panel form select {
    font-size: 14px;
}

.aiz-user-panel form textarea {
    font-size: 14px;
}


a.recover-password {
    color: #000!important;
    border-bottom: 1px solid #000!important;
}



.policy-text p {
    font-size: 14px;
    margin-bottom: 12px;
}

.policy-text p b {
    font-weight: 600;
}

.policy-text ul {
    margin: 20px 0px;
}

.policy-text ul li {
    font-size: 14px;
    list-style: initial;
    list-style-position: inside;
}


.footer-logo a img {
    padding: 12px;
    background: #000;
    border-radius: 10px;
}


.navbar-light .navbar-nav .nav-link {
   
    font-weight: 600!important;
    text-transform:uppercase;
    font-size:13px;
    padding:0px 12px;
    
}




.outer-price del {
    font-size: 1.1rem;
}


.real-price strong {
    font-size: 1.4rem;
    color: #333;
}


.right-column .select-box {
    border: 1px solid #eee;
    padding: 7px 11px;
    border-radius: 4px;
}




.cart-left {
    box-shadow: 0 22px 40px rgb(154 150 150 / 15%);
    background: #fff;
    padding: 40px 40px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
}

.cart-left h2 {
    font-size: 1.2rem;
    color: #328321;
    font-weight: 600;
    background: #e2f2e3;
    padding: 10px 20px;
    border-radius: 4px;
}

.cart-left ul li p input {
    border: 1px solid #eee;
    padding: 6px 17px;
    box-sizing: border-box;
    width: 88px;
    border-radius: 4px;
}


.cart-left ul li img {
    width: 100px;
    border: 1px solid #eee;
    border-radius: 10px;
}


.cart-left ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    color: #333;
    font-size: 1rem;
}

.cart-left ul li p {
    color: #333;
    font-size: 1rem;
}

.cart-left ul li h3 {
    font-size: 1.2rem;
    color: #333;
}


.cart-totalamnt {
    box-shadow: 0 22px 40px rgb(154 150 150 / 15%);
    padding: 20px;
    border-radius: 10px;
    border:1px solid #f5f5f5;
}


.cart-totalamnt h4 {
    font-size: 20px;
    line-height: 25px;
    color: #328321;
    font-weight: 600;
    background: #e2f2e2;
    padding: 10px 20px;
    border-radius: 4px;
}

.cart-totalamnt ul li {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    padding: 15px 0px;
    border-bottom: 1px solid #e6e6e6;
    justify-content: space-between;
    display: flex;
}

