<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************************
  Template Name: Ashion
  Description: Ashion ecommerce template
  Author: Colorib
  Author URI: https://colorlib.com/
  Version: 1.0
  Created: Colorib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Categories Section
5.  Product Section
6.  Banner Section
7.  Countdown Section
8.  Instagram
9.  Contact
10.  Footer Style
-------------------------------------------------------------------*/

/*----------------------------------------*/

/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	color: #666666;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

.search_m_tbl{
	width: 100%;
	margin: 0 20px;
}
.search_m_tbl th{
	border: 1px solid #a1a1a1;
	padding: 10px;
	text-align: center;
}
.search_m_tbl td{
	border: 1px solid #a1a1a1;
	padding-left: 5px;	
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

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

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/


.slider {
        width: 50%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 5px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }
  
    
    .slick-current {
      opacity: 1;
    }

.main {
	background: #f5f5f5;
}

.search-main {
    background: url(../img/ban-3.jpg);
    background-position: 0px -163px;
    position: relative;
}
.search-main:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgb(14 23 84 / 35%);
	z-index: 1;
}

.search-box{
    text-align: center;
    padding: 6rem 1rem 6rem;
    position: relative;
    z-index: 9;
    /*left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);   */ 
}

.search-card {
		text-align: left;
    width: 100%;
    max-width: 711.667px;
    height: 100%;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 16%) 0px 4px 10px;
    box-sizing: border-box;
    overflow: visible;
    padding: 15px;
    background: rgb(255, 255, 255);
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -0%);
    padding: 40px 50px;
}

.search-inner{	
    padding: 5px 10px;
    box-sizing: border-box;
    box-shadow: rgb(127 127 127 / 10%) 0px 4px 4px;
    border-radius: 2.5rem;
    border: 1px solid #eee;
    background: #fff;
}

.search-main-inner {
	background: #FBFBFB;
  padding: 15px;
}

.input-box {
	border-left: 1px solid #eee !important;
	position: relative;
	padding-left: 20px;
	border-radius: 0;
}

.search-input-box {
	marign-left: 20px;
	position: relative;
}

.cross-btn {
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 20px;
}

.cross-btn img { 
	fill: #ccc;
  opacity: 0.3;
  width: 16px;
  height: 16px;
}

.bg-white-color {
	background: #ffffff !important;
}

.property_gallery-list-all {
	display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.property_gallery-list-all .women{
  /*width: 307px;*/
  padding: 15px;
}

.title-head {
	font-weight: 700;
	text-transform: capitalize;
}



.email-add-input {
	height: calc(1.5em + .75rem + 10px) !important;
}

.email-address-verify {
	background: #f5f5f5;
	padding: 2rem;
}
.product-galleries {
	position: relative;
}
/*.product-galleries .slick-track, .product-galleries .slick-slide {
  width: 100% !important;
  height: 350px !important;
}
*/
/*.product-galleries .slick-track img {
    width: 100% !important;
    object-fit: cover;
    height: 350px !important;
}
*/
.product-galleries.slick-slider .slick-track{
	display: block;
}

/*.product-galleries.slick-slider .slick-slide { margin: 0; }*/

.prod-listed li {
	list-style-type: none;
	margin-bottom: 5px;
}

/*.search-input-box:before {
    content: '\f002';
    position: absolute;
    left: 0px;
    top: 6px;
    font-family: 'FontAwesome';
    width: 20px;
    height: 20px;
    padding-left: 20px;
    z-index: 99;
    color: #999;
}*/

.search-btn-wrap {
    position: absolute;
    top: 0;
    right: -13px;
    bottom: 0;
    border: 0;
    border-radius: 20px;
    height: 35px;
    margin: auto;
    display: block;
    padding: 5px 20px;
    font-size: 14px;
    background: #ffad46;
    color: #f5f5f5;
    font-weight: 500;
  }



.view-more-btn {
	font-size: 12px;
	color: #ffad46 !important;
	background: none; 
	font-weight: 500;
	border: 1px solid #ffad46;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 12px;
	border-radius: 50px;
	letter-spacing: 0.2px;
}

.view-more-btn:hover {
	color: #ffad46;
	border: 1px solid #ffad46;
	opacity: 0.8;
}

.enquiry-btn {
	font-size: 12px;
	color: #808080 !important;
	background: none; 
	font-weight: 500;
	border: 1px solid #808080;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 12px;
	border-radius: 50px;
	letter-spacing: 0.2px;
}

.enquiry-btn:hover {
	color: #808080;
	border: 1px solid #808080;
	opacity: 0.8;
}

.enquery-btn{
	font-size: 12px;
  color: #808080 !important;
  background: none;
  font-weight: 500;
  border: 1px solid #808080;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 50px;
  letter-spacing: 0.2px;
}

.enquery-btn:hover{
	color: #808080;
  border: 1px solid #808080;
  opacity: 0.8;
}


.more-btn{
	font-size: 12px;
  color: #ffe0d0;
  background: #ffad46;
  font-weight: 500;
  border: 1px solid #ffad46;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 50px;
}

.more-btn:hover {
	color: #ffe0d0;
	opacity: 0.8;
}

.section-title {
	margin-bottom: 20px;
	margin-left: 5px;
}

.section-title h4 {
	color: #111111;
	font-weight: 600;
	/*text-transform: uppercase;*/
	position: relative;
	display: inline-block;
}

.section-title h4:after {
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 2px;
	width: 70px;
	background: #ffad46;
	content: "";
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 12px 30px 10px;
	color: #ffffff;
	background: #ffad46;
}

.site-btn {
	font-size: 14px;
	color: #ffffff;
	background: #ffad46;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 30px;
	border-radius: 50px;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}

.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffffff;
	z-index: 99999;
}

.search-model-form {
	padding: 0 15px;
}

.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #dddddd;
	background: 0 0;
	color: #999;
}

.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*---------------------
  Header
-----------------------*/
.fa, .far, .fas {
	font-family: fontAwesome !important;
	font-weight: normal !important;
}
.header {
	background: #ffffff;
  -webkit-box-shadow: 2px 2px 3px rgb(0 0 0 / 10%);
  box-shadow: 2px 2px 3px rgb(0 0 0 / 10%);
  position: sticky;
  top: 0;
  z-index: 99;
  width: 100%;
  left: 0;
}

.header__logo {
	padding: 13px 0;
}

.header__logo a {
	display: inline-block;
}

.header__menu {
	padding: 10px 0 10px;
}

.header__menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 40px;
	position: relative;
}

.header__menu ul li.active a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover .dropdown {
	top: 27px;
	opacity: 1;
	visibility: visible;
}

.header__menu ul li:last-child {
	margin-right: 0;
}

.header__menu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 56px;
	width: 150px;
	background: #111111;
	text-align: left;
	padding: 2px 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.header__menu ul li .dropdown li a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	padding: 8px 20px;
	text-transform: capitalize;
}

.header__menu ul li .dropdown li a:after {
	display: none;
}

.header__menu ul li a {
	font-size: 15px;
	text-transform: uppercase;
	color: #111111;
	font-weight: 500;
	display: block;
	padding: 2px 0;
	position: relative;
}

.header__menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #ffad46;
	content: "";
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header__right {
	text-align: right;
	padding: 20px 0 20px;
}

.header__right__auth {
	display: inline-block;
	margin-right: 25px;
}

.header__right__auth a {
	font-size: 12px;
	color: #666666;
	position: relative;
	margin-right: 8px;
}

.header__right__auth a:last-child {
	margin-right: 0;
}

.header__right__auth a:last-child:after {
	display: none;
}

.header__right__auth a:after {
	position: absolute;
	right: -8px;
	top: -2px;
	content: "/";
	font-size: 13px;
}

.header__right__widget {
	display: inline-block;
}

.header__right__widget li {
	list-style: none;
	display: inline-block;
	font-size: 18px;
	color: #111111;
	margin-right: 10px;
	cursor: pointer;
	vertical-align: top;
}

.header__right__widget li:last-child {
	margin-right: 0;
}

.header__right__widget li a {
		font-size: 18px;
    color: #ffffff;
    position: relative;
    background: #ffad46;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    border-radius: 50px;
    /*border: 1px solid #e5a422;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__right__widget li a .tip {
	position: absolute;
	right: -12px;
	top: -11px;
	height: 18px;
	width: 18px;
	background: #111111;
	font-size: 10px;
	font-weight: 500;
	color: #ffffff;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
}

.header__right__widget li a.hmerburg-menu{
  background: none;
  color: #ffad46;
  border: 1px solid ##ffad46;
  font-size: 30px;
  padding-top: 3px;
  display: inline-block;
}

.offcanvas-menu-wrapper {
	display: none;
}

.canvas__open {
	display: none;
}


/*---------------------
  Banner
-----------------------*/

.banner {
	height: 500px;
}

.banner__text span {
	font-size: 18px;
	color: #ffad46;
	text-transform: uppercase;
}

.banner__text h1 {
	font-size: 80px;
	color: #111111;
	font-family: "Cookie", cursive;
	margin-bottom: 15px;
}

.banner__text a {
	font-size: 14px;
	color: #111111;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding: 0 0 3px;
	display: inline-block;
}

.banner__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ffad46;
	content: "";
}

.banner__slider {
	text-align: center;
	padding: 150px 0 0;
}

.banner__slider.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	top: 430px;
	width: 100%;
	text-align: center;
}

.banner__slider.owl-carousel .owl-dots button {
	height: 12px;
	width: 12px;
	background: #a1a1a1;
	border-radius: 50%;
	margin-right: 10px;
}

.banner__slider.owl-carousel .owl-dots button.active {
	background: #ffad46;
}

.banner__slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}

/*---------------------
  Trend
-----------------------*/

.trend {
	padding-top: 80px;
	padding-bottom: 50px;
}

.trend__content .section-title h4 {
	font-size: 20px;
}

.trend__content .section-title h4:after {
	bottom: -6px;
}

.trend__item {
	overflow: hidden;
	margin-bottom: 35px;
}

.trend__item__pic {
	float: left;
	margin-right: 25px;
}

.trend__item__text {
	overflow: hidden;
}

.trend__item__text h6 {
	font-size: 14px;
	color: #111111;
	margin-bottom: 5px;
}

.trend__item__text .rating {
	line-height: 18px;
	margin-bottom: 6px;
}

.trend__item__text .rating i {
	font-size: 10px;
	color: #e3c01c;
	margin-right: -4px;
}

.trend__item__text .rating i:last-child {
	margin-right: 0;
}

.trend__item__text .product__price {
	color: #111111;
	font-weight: 600;
}

.trend__item__text .product__price span {
	font-size: 14px;
	color: #b1b0b0;
	text-decoration: line-through;
	margin-left: 4px;
}

/*---------------------
  Discount
-----------------------*/

.discount__pic img {
	min-width: 100%;
	height: 100%;
}

.discount__text {
	background: #f4f4f4;
	height: 390px;
	padding: 75px 90px 50px;
	text-align: center;
}

.discount__text a {
	font-size: 14px;
	color: #111111;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding: 0 0 3px;
	display: inline-block;
}

.discount__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ffad46;
	content: "";
}

.discount__text__title {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.discount__text__title:after {
	position: absolute;
	left: 50%;
	top: -38px;
	height: 183px;
	width: 183px;
	background: #ffffff;
	content: "";
	border-radius: 50%;
	z-index: -1;
	margin-left: -91.5px;
}

.discount__text__title span {
	font-size: 12px;
	color: #111111;
	font-weight: 500;
	text-transform: uppercase;
}

.discount__text__title h2 {
	font-size: 60px;
	color: #ffad46;
	font-family: "Cookie", cursive;
	line-height: 46px;
	margin-bottom: 10px;
}

.discount__text__title h5 {
	color: #ffad46;
	font-weight: 700;
}

.discount__text__title h5 span {
	font-size: 14px;
	color: #111111;
	margin-right: 4px;
}

.discount__countdown {
	text-align: center;
	margin-bottom: 10px;
}

.countdown__item {
	margin-bottom: 15px;
	float: left;
	width: 25%;
}

.countdown__item:last-child {
	margin-right: 0;
}

.countdown__item span {
	font-size: 30px;
	font-weight: 600;
	color: #111111;
	display: inline-block;
}

.countdown__item p {
	color: #111111;
	margin-bottom: 0;
	display: inline-block;
	font-weight: 500;
}

/*---------------------
  Services
-----------------------*/

.services {
	padding-top: 80px;
	padding-bottom: 50px;
}

.services__item {
	padding-left: 65px;
	position: relative;
	margin-bottom: 20px;
}

.services__item i {
	font-size: 36px;
	color: #ffad46;
	position: absolute;
	left: 0;
	top: 4px;
}

.services__item h6 {
	color: #111111;
	font-weight: 600;
	margin-bottom: 5px;
}

.services__item p {
	margin-bottom: 0;
}

/*---------------------
  Instagram
-----------------------*/

.instagram__item {
	height: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.instagram__item:hover:after {
	opacity: 1;
}

.instagram__item:hover .instagram__text {
	opacity: 1;
	visibility: visible;
}

.instagram__item:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	content: "";
	opacity: 0;
	z-index: -1;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.instagram__text {
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.instagram__text i {
	font-size: 30px;
	color: #0d0d0d;
}

.instagram__text a {
	font-size: 16px;
	color: #0d0d0d;
	font-weight: 500;
	display: block;
	margin-top: 10px;
}

/*---------------------
  Footer
-----------------------*/

.footer {
	padding-top: 30px;
  border-top: 1px solid #02172d;
  background: #02172d;
}

.footer__about {
	margin-bottom: 30px;
}

.footer__about p {
	margin-bottom: 20px;
}

.footer__logo {
	margin-bottom: 20px;
}

.footer__payment a {
	margin-right: 6px;
	margin-bottom: 10px;
	display: inline-block;
}

.footer__payment a:last-child {
	margin-right: 0;
}

.footer__widget {
	margin-bottom: 30px;
}

.footer__widget h6 {
  color: #f5f5f5;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
}

.footer__widget ul li {
	list-style: none;
}

.footer__widget ul li a {
	font-size: 14px;
	color: #dfdfdf;
	line-height: 30px;
}

.footer__newslatter {
	margin-bottom: 30px;
}

.footer__newslatter h6 {
	color: #f5f5f5;
  font-weight: 500;
  font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.footer__newslatter form {
	position: relative;
	margin-bottom: 30px;
}

.footer__newslatter form input {
	height: 52px;
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 50px;
	padding-left: 30px;
	font-size: 14px;
	color: #666666;
}

.footer__newslatter form input::-webkit-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::-moz-placeholder {
	color: #666666;
}

.footer__newslatter form input:-ms-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::-ms-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::placeholder {
	color: #666666;
}

.footer__newslatter form button {
	/*position: absolute;
	right: 4px;
	top: 4px;*/
}

.footer__social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background: #e1e1e1;
	font-size: 15px;
	color: #111111;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 6px;
	margin-bottom: 5px;
}

.footer__social a:last-child {
	margin-right: 0;
}

.footer__copyright__text {
	border-top: 1px solid #475364;
	padding: 15px 0 15px;
	text-align: center;
}

.footer__copyright__text p {
	margin-bottom: 0;
	font-size: 14px;
  color: #dfdfdf;
  line-height: 30px;
}

.footer__copyright__text a {
	color: #5C5C5C;
}

.footer__copyright__text i {
	color: #ffad46;
}

.footer__copyright__text a:hover {
	color: #ffad46;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
	padding-top: 35px;
}

.breadcrumb__links a {
	font-size: 15px;
	font-weight: 500;
	color: #111111;
	margin-right: 18px;
	display: inline-block;
	position: relative;
}

.breadcrumb__links a:after {
	position: absolute;
	right: -14px;
	top: 0;
	content: "ï„…";
	font-family: "FontAwesome";
}

.breadcrumb__links a i {
	margin-right: 5px;
}

.breadcrumb__links span {
	font-size: 15px;
	font-weight: 500;
	color: #888888;
	display: inline-block;
}

.trusted-member {
	background: #cdd7e2;
	background-size: cover;
	position: relative;
}

.trusted-member:after {
  content: '';
  background: #cdd7e2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.trusted-member .container-fluid {
	position: relative;
	z-index: 9;
}

.product-bg {
	background: #ffffff;
	/*background: url(../img/service-categories.jpg) no-repeat;*/
	background-size: 100%;
	position: relative;
  overflow: hidden;
}

.product-bg:after {
  content: '';
  background: #cdd7e2;
  position: absolute;
  top: 7%;
  left: -18%;
  width: 100%;
  height: 850px;
  z-index: 1;
  transform: rotate(247deg); 
}

.product-bg .container-fluid {
	position: relative;
	z-index: 9;
}

.services-bg {
	background: #cdd7e2;
	background-size: cover;
	position: relative;
}

.services-bg:after {
  content: '';
  background: #cdd7e2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.services-bg .container-fluid {
	position: relative;
	z-index: 9;
}

.top-categories {
	background: #ffffff;
	background-size: cover;
	position: relative;
}

.top-categories:after {
  content: '';
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.top-categories .container-fluid {
	position: relative;
	z-index: 9;
}

.categories-bg{
   background: #02172d;
   position: relative;
   overflow: hidden;
}

.categories-bg:after {
  content: '';
  background: #ffad46;
  position: absolute;
  top: 7%;
  right: -19%;
  width: 100%;
  height: 800px;
  z-index: 1;
  transform: rotate(110deg); 
}

.categories-bg .container-fluid {
	position: relative;
	z-index: 9;
}

.service-categories {
	background: #e6ebf1;
	background-size: 100%;
}

.our-brand {
	background: #ffffff;
}

.brand-logos { 
	margin: auto;
	display: block;
}

.about-company {
	background: #f5f5f5;
}

/*---------------------
  Home About
-----------------------*/

.search-box .section-title{
    margin-top: 34px;
    margin-bottom: 15px;
}

.search-box .section-title h2{
	font-size: 32px;
    font-weight: 700;
    color: #3a3a3a;
}

.home-about {
	padding-bottom: 0;
}

.home__about__pic {
	margin-right: -20px;
	padding-right: 30px;
}

.home__about__pic__item {
	height: 620px;
	width: calc(50% - 20px);
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}


.about_us_pic__item {
	width: calc(100% - 2px);
}

.home__about__pic__item__inner {
	height: 300px;
	margin-bottom: 20px;
}

.home__about__text {
	padding-top: 35px;
}

.home__about__text .section-title {
	text-align: left;
	margin-bottom: 24px;
}

.home__about__text span {
	display: block;
	font-size: 16px;
	color: #404D80;
	margin-bottom: 12px;
}

.home__about__text p.para-2 {
	margin-bottom: 40px;
}

.about__text .section-title h2 {
    margin-bottom: 8px;
}

.section-title h2 {
    font-size: 24px;
    color: #263246;
    margin-top: 24px;
    margin-bottom: 5px;
    font-weight: 500;
}

/*---------------------
  Categories
-----------------------*/

.categories {
	overflow: hidden;
	margin-top: 10px;
}

.categories .container-fluid {
	padding-right: 5px;
}

.categories__item {
	height: 314px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.categories__item.categories__large__item {
	height: 638px;
	padding-left: 70px;
}

.categories__item.categories__large__item .categories__text {
	max-width: 480px;
}

.categories__item.categories__large__item .categories__text p {
	margin-bottom: 15px;
}

.categories__text h1 {
	font-family: "Cookie", cursive;
	color: #111111;
	margin-bottom: 5px;
}

.categories__text h4 {
	color: #111111;
	font-weight: 700;
}

.categories__text p {
	margin-bottom: 10px;
}

.categories__text a {
	font-size: 14px;
	color: #111111;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding: 0 0 3px;
	display: inline-block;
}

.categories__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ffad46;
	content: "";
}

/*---------------------
  Product
-----------------------*/

.top-8 .mix, .categories .mix, .service-categories .mix { padding: 0px 5px 10px 5px; }

.product {
	padding-top: 20px;
	padding-bottom: 30px;
}

.filter__controls {
	text-align: right;
	margin-bottom: 50px;
}

.filter__controls li {
	font-size: 14px;
	list-style: none;
	display: inline-block;
	color: #111111;
	margin-right: 35px;
	position: relative;
	cursor: pointer;
}

.filter__controls li.active:after {
	opacity: 1;
}

.filter__controls li:after {
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 2px;
	width: 100%;
	background: #ffad46;
	content: "";
	opacity: 0;
}

.filter__controls li:last-child {
	margin-right: 0;
}

.product__item {
	margin-bottom: 0px;
  /* border: 1px solid #ddd; */
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 10px;
  background: #ffffff;
  height: 100%;
  position: relative;
}

.flag-img {
	width: 30px;
}

.verify-img {
/*	width: 20px;*/
}

.product__item:hover .product__hover li {
	opacity: 1;
	top: 0;
}

.product__item.sale .product__item__pic .label {
	background: #ffad46;
}

.product__item.sale .product__item__text .product__price {
	color: #ffad46;
}

.product__item__pic {
	height: 200px;
	position: relative;
	overflow: hidden;
}

.product__item__pic .label {
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	display: inline-block;
	padding: 2px 8px;
	text-transform: uppercase;
	position: absolute;
	left: 10px;
	top: 10px;
}

.product__item__pic .label.new {
	background: #36a300;
}

.product__item__pic .label.stockout {
	background: #111111;
}

.product__item__pic .label.stockblue {
	background: #0066bd !important;
}

.product__item__pic .label.sale {
	background: #ffad46;
}

.product__hover {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 30px;
	text-align: center;
}

.product__hover li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 100px;
	opacity: 0;
}

.product__hover li:nth-child(1) {
	-webkit-transition: all 0.4s ease 0.1s;
	-o-transition: all 0.4s ease 0.1s;
	transition: all 0.4s ease 0.1s;
}

.product__hover li:nth-child(2) {
	-webkit-transition: all 0.4s ease 0.15s;
	-o-transition: all 0.4s ease 0.15s;
	transition: all 0.4s ease 0.15s;
}

.product__hover li:nth-child(3) {
	-webkit-transition: all 0.4s ease 0.2s;
	-o-transition: all 0.4s ease 0.2s;
	transition: all 0.4s ease 0.2s;
}

.product__hover li:last-child {
	margin-right: 0;
}

.product__hover li:hover a {
	background: #ffad46;
}

.product__hover li:hover a span {
	color: #ffffff;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.product__hover li a {
	font-size: 18px;
	color: #111111;
	display: block;
	height: 45px;
	width: 45px;
	background: #ffffff;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product__hover li a span {
	position: relative;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	display: inline-block;
}

.product__item__text {
    text-align: center;
    padding-top: 22px;
    padding-bottom: 40px !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.product__item__not-text {
	padding-bottom: 1rem !important;
	margin-bottom: 0px !important;
}

.product__item__text h6 a {
	font-size: 14px;
	color: #111111;
}

.product__item__text .rating {
	line-height: 18px;
	margin-bottom: 5px;
}

.product__item__text .rating i {
	font-size: 10px;
	color: #e3c01c;
	margin-right: -4px;
}

.product__item__text .rating i:last-child {
	margin-right: 0;
}

.product__item__text .product__price {
	color: #111111;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    display: block;
}

.product__item__text .product__price span {
	font-size: 14px;
	color: #b1b0b0;
	text-decoration: line-through;
	margin-left: 4px;
}

/*---------------------
  Shop
-----------------------*/

.shop {
	padding-top: 70px;
	padding-bottom: 80px;
}

.sidebar__categories {
	margin-bottom: 50px;
}

.sidebar__categories .section-title {
	margin-bottom: 35px;
}

.sidebar__categories .section-title h4 {
	font-size: 18px;
}

.categories__accordion .card {
	border: none;
	border-radius: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #f2f2f2 !important;
	margin-bottom: 12px;
}

.categories__accordion .card:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none !important;
}

.categories__accordion .card-heading {
	cursor: pointer;
}

.categories__accordion .card-heading a {
	font-size: 14px;
	font-weight: 500;
	color: #111111;
	display: block;
}

.categories__accordion .card-body {
	padding-left: 0;
	padding-top: 6px;
	padding-bottom: 0;
}

.categories__accordion .card-body li {
	list-style: none;
	position: relative;
	padding-left: 16px;
}

.categories__accordion .card-body li:before {
	position: absolute;
	left: 4px;
	top: 14px;
	height: 1px;
	width: 4px;
	background: #666666;
	content: "";
}

.categories__accordion .card-body li a {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.categories__accordion .card-heading a:after,
.categories__accordion .card-heading&gt;a.active[aria-expanded=false]:after {
	content: "ï„‡";
	font-size: 14px;
	font-family: "FontAwesome";
	color: #666666;
	position: absolute;
	right: 30px;
	top: 0px;
}

.categories__accordion .card-heading.active a:after {
	content: "ï„†";
	font-size: 14px;
	font-family: "FontAwesome";
	color: #666666;
	position: absolute;
	right: 30px;
	top: -1px;
}

.categories__accordion .card-heading a[aria-expanded=true]:after,
.categories__accordion .card-heading&gt;a.active:after {
	content: "ï„†";
	font-size: 14px;
	font-family: "FontAwesome";
	color: #666666;
	position: absolute;
	right: 30px;
	top: -1px;
}

.sidebar__filter {
	position: relative;
	margin-bottom: 60px;
}

.sidebar__filter .section-title {
	margin-bottom: 50px;
}

.sidebar__filter .section-title h4 {
	font-size: 18px;
}

.sidebar__filter a {
	font-size: 14px;
	color: #0d0d0d;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	display: inline-block;
	padding: 5px 16px 5px 24px;
	border: 2px solid #ff0000;
	position: absolute;
	right: 0;
	bottom: -5px;
	border-radius: 2px;
}

.filter-range-wrap .range-slider .price-input {
	position: relative;
}

.filter-range-wrap .range-slider .price-input p {
	font-size: 16px;
	color: #0d0d0d;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 0;
}

.filter-range-wrap .range-slider .price-input:after {
	position: absolute;
	left: 81px;
	top: 12px;
	height: 1px;
	width: 5px;
	background: #0d0d0d;
	content: "";
}

.filter-range-wrap .range-slider .price-input input {
	font-size: 16px;
	color: #0d0d0d;
	max-width: 16%;
	border: none;
}

.filter-range-wrap .range-slider .price-input input:nth-child(1) {
	margin-right: 28px;
}

.filter-range-wrap .price-range {
	border-radius: 0;
	margin-bottom: 28px;
}

.filter-range-wrap .price-range.ui-widget-content {
	border: none;
	background: rgba(0, 0, 0, 0.1);
	height: 5px;
}

.filter-range-wrap .price-range.ui-widget-content .ui-slider-handle {
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background: #ffad46;
	border: none;
	outline: none;
	cursor: pointer;
}

.filter-range-wrap .price-range .ui-slider-range {
	background: #ffad46;
	border-radius: 0;
}

.sidebar__sizes,
.sidebar__color {
	margin-bottom: 40px;
}

.sidebar__sizes .section-title,
.sidebar__color .section-title {
	margin-bottom: 35px;
}

.sidebar__sizes .section-title h4,
.sidebar__color .section-title h4 {
	font-size: 18px;
}

.sidebar__sizes .size__list label,
.sidebar__color .size__list label {
	display: block;
	padding-left: 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #444444;
	position: relative;
	cursor: pointer;
}

.sidebar__sizes .size__list label input,
.sidebar__color .size__list label input {
	position: absolute;
	visibility: hidden;
}

.sidebar__sizes .size__list label input:checked~.checkmark,
.sidebar__color .size__list label input:checked~.checkmark {
	border-color: #ffad46;
}

.sidebar__sizes .size__list label input:checked~.checkmark:after,
.sidebar__color .size__list label input:checked~.checkmark:after {
	border-color: #ffad46;
	opacity: 1;
}

.sidebar__sizes .size__list label .checkmark,
.sidebar__color .size__list label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.sidebar__sizes .size__list label .checkmark:after,
.sidebar__color .size__list label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.sidebar__color .color__list label {
	text-transform: capitalize;
}

.pagination__option li {
	list-style-type: none;
}

.pagination__option li a {
	display: inline-block;
	height: 40px;
	width: 40px;
	border: 1px solid #d5d5d5;
	border-radius: 50%;
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	margin-right: 6px;
}

.pagination__option li a.active{
	background: #0d0d0d;
	border-color: #0d0d0d;
	color: #ffffff;
}

.pagination__option li:last-child a{
	margin-right: 0;
}

.pagination__option a i {
	font-weight: 600;
}

.pagination__option a:hover {
	background: #0d0d0d;
	border-color: #0d0d0d;
	color: #ffffff;
}

.title-login {
    font-weight: 500;
    color: #444;
}

.login__form, .register__form {
	max-width: 520px;
	width: 100%;
	padding: 10px;
  background: #fff;
  box-shadow: 0 0 8px #ccc;
  border-radius: 5px;
}

.register__form {
	max-width:  800px;
	width: 100%;
}

/*---------------------
  Product Details
-----------------------*/

.product-details {
	padding-top: 70px;
	padding-bottom: 50px;
}

.product__details__pic {
	overflow: hidden;
}

.product__details__pic__left {
	width: 22%;
	max-height: 574px;
	float: left;
	overflow-y: auto;
}

.product__details__pic__left .pt {
	display: block;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}

.product__details__pic__left .pt::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.product__details__pic__left .pt.active::after {
	opacity: 0.3;
}

.product__details__pic__left .pt:last-child {
	margin-bottom: 0;
}

.product__details__pic__left .pt img {
	min-width: 100%;
}

.product__details__slider__content {
	width: calc(78% - 20px);
	float: left;
	margin-left: 20px;
}

.product__details__pic__slider.owl-carousel .owl-nav button {
	position: absolute;
	left: 10px;
	top: 50%;
	font-size: 22px;
	color: #111111;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	line-height: 44px;
	text-align: center;
	margin-top: -20px;
}

.product__details__pic__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 10px;
}

.product__details__text h3 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.product__details__text h3 span {
	display: block;
	font-size: 14px;
	color: #444444;
	text-transform: none;
	font-weight: 400;
	margin-top: 5px;
}

.product__details__text .rating {
	margin-bottom: 16px;
}

.product__details__text .rating i {
	font-size: 12px;
	color: #e3c01c;
	margin-right: -4px;
}

.product__details__text .rating span {
	font-size: 12px;
	color: #666666;
	margin-left: 5px;
}

.product__details__text p {
	color: #444444;
	margin-bottom: 28px;
}

.product__details__price {
	font-size: 30px;
	font-weight: 600;
	color: #ffad46;
	margin-bottom: 30px;
}

.product__details__price span {
	font-size: 18px;
	color: #b1b0b0;
	text-decoration: line-through;
	margin-left: 10px;
	display: inline-block;
}

.quantity {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.quantity&gt;span {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	float: left;
	margin-top: 14px;
	margin-right: 15px;
}

.pro-qty {
	height: 50px;
	width: 150px;
	border: 1px solid #ebebeb;
	border-radius: 50px;
	padding: 0 20px;
	overflow: hidden;
	display: inline-block;
}

.pro-qty .qtybtn {
	font-size: 14px;
	color: #666666;
	cursor: pointer;
	float: left;
	width: 12px;
	line-height: 46px;
}

.pro-qty input {
	font-size: 14px;
	color: #666666;
	font-weight: 500;
	border: none;
	float: left;
	width: 84px;
	text-align: center;
	height: 48px;
}

.product__details__button {
	overflow: hidden;
	margin-bottom: 25px;
}

.product__details__button .cart-btn {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	background: #ffad46;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 30px 15px;
	border-radius: 50px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product__details__button ul {
	float: left;
}

.product__details__button ul li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}

.product__details__button ul li:last-child {
	margin-right: 0;
}

.product__details__button ul li a {
	display: inline-block;
	height: 50px;
	width: 50px;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	padding-top: 1px;
}

.product__details__button ul li a span {
	font-size: 18px;
	color: #666666;
}

.product__details__widget {
	border-top: 1px solid #ebebeb;
	padding-top: 35px;
}

.product__details__widget ul li {
	list-style: none;
	margin-bottom: 10px;
}

.product__details__widget ul li:last-child {
	margin-bottom: 0;
}

.product__details__widget ul li span {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #111111;
	width: 150px;
	float: left;
}

.product__details__widget ul li .stock__checkbox {
	overflow: hidden;
}

.product__details__widget ul li .stock__checkbox label {
	display: block;
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
	position: relative;
	cursor: pointer;
}

.product__details__widget ul li .stock__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.product__details__widget ul li .stock__checkbox label input:checked~.checkmark {
	border-color: #ffad46;
}

.product__details__widget ul li .stock__checkbox label input:checked~.checkmark:after {
	border-color: #ffad46;
	opacity: 1;
}

.product__details__widget ul li .stock__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: 5px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.product__details__widget ul li .stock__checkbox label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.product__details__widget ul li .color__checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-right: 20px;
}

.product__details__widget ul li .color__checkbox label.active input~.checkmark:after {
	border-color: #ffffff;
	opacity: 1;
}

.product__details__widget ul li .color__checkbox label:last-child {
	margin-right: 0;
}

.product__details__widget ul li .color__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.product__details__widget ul li .color__checkbox label input:checked~.checkmark:after {
	border-color: #ffffff;
	opacity: 1;
}

.product__details__widget ul li .color__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: -10px;
	height: 20px;
	width: 20px;
	background: #e31e2f;
	border-radius: 50%;
	content: "";
}

.product__details__widget ul li .color__checkbox label .checkmark.black-bg {
	background: #111111;
}

.product__details__widget ul li .color__checkbox label .checkmark.grey-bg {
	background: #e4aa8b;
}

.product__details__widget ul li .color__checkbox label .checkmark:after {
	position: absolute;
	left: 3px;
	top: 5px;
	width: 13px;
	height: 6px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.product__details__widget ul li .size__btn label {
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 0;
}

.product__details__widget ul li .size__btn label:last-child {
	margin-right: 0;
}

.product__details__widget ul li .size__btn label.active {
	color: #ffad46;
}

.product__details__widget ul li .size__btn label input {
	position: absolute;
	visibility: hidden;
}

.product__details__widget ul li p {
	margin-bottom: 0;
	color: #666666;
}

.product__details__tab {
	padding-top: 80px;
	margin-bottom: 65px;
}

.nav {
	border-bottom: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-bottom: 40px;
}

.nav::before {
	position: absolute;
	left: 0;
	top: 13px;
	height: 1px;
	width: 335px;
	background: #e1e1e1;
	content: "";
}

.nav::after {
	position: absolute;
	right: 0;
	top: 13px;
	height: 1px;
	width: 335px;
	background: #e1e1e1;
	content: "";
}

.nav-item {
	margin-right: 10px;
}

.nav-item:last-child {
	margin-right: 0;
}

.nav-item .nav-link {
	    font-size: 14px;
    color: #666666;
    font-weight: 500;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}

.nav-item .nav-link.active {
	color: #111111;
}

.tab-content .tab-pane h6 {
	color: #666666;
	font-weight: 600;
	margin-bottom: 24px;
}

.tab-content .tab-pane p:last-child {
	margin-bottom: 0;
}

.related__title h5 {
	font-size: 20px;
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
}

/*---------------------
  Shop Cart
-----------------------*/

.shop-cart {
	padding-top: 70px;
	padding-bottom: 90px;
}

.shop__cart__table {
	margin-bottom: 30px;
}

.shop__cart__table table {
	width: 100%;
}

.shop__cart__table thead {
	border-bottom: 1px solid #f2f2f2;
}

.shop__cart__table thead th {
	font-size: 18px;
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.shop__cart__table tbody tr {
	border-bottom: 1px solid #f2f2f2;
}

.shop__cart__table tbody tr td {
	padding: 30px 0;
}

.shop__cart__table tbody tr .cart__product__item {
	overflow: hidden;
	width: 585px;
}

.shop__cart__table tbody tr .cart__product__item img {
	float: left;
	margin-right: 25px;
}

.shop__cart__table tbody tr .cart__product__item .cart__product__item__title {
	overflow: hidden;
	padding-top: 23px;
}

.shop__cart__table tbody tr .cart__product__item .cart__product__item__title h6 {
	color: #111111;
	font-weight: 600;
}

.shop__cart__table tbody tr .cart__product__item .cart__product__item__title .rating i {
	font-size: 10px;
	color: #e3c01c;
	margin-right: -4px;
}

.shop__cart__table tbody tr .cart__price {
	font-size: 16px;
	color: #ffad46;
	font-weight: 600;
	width: 190px;
}

.shop__cart__table tbody tr .cart__quantity {
	width: 190px;
}

.shop__cart__table tbody tr .cart__quantity .pro-qty {
	border: none;
	padding: 0;
	width: 110px;
	border-radius: 0;
}

.shop__cart__table tbody tr .cart__quantity .pro-qty input {
	color: #444444;
}

.shop__cart__table tbody tr .cart__quantity .pro-qty .qtybtn {
	font-size: 16px;
	color: #444444;
}

.shop__cart__table tbody tr .cart__total {
	font-size: 16px;
	color: #ffad46;
	font-weight: 600;
	width: 150px;
}

.shop__cart__table tbody tr .cart__close {
	text-align: right;
}

.shop__cart__table tbody tr .cart__close span {
	height: 45px;
	width: 45px;
	background: #f2f2f2;
	border-radius: 50%;
	font-size: 18px;
	color: #111111;
	line-height: 44px;
	text-align: center;
	display: inline-block;
	font-weight: 600;
	cursor: pointer;
}

.cart__btn {
	margin-bottom: 50px;
}

.cart__btn.update__btn {
	text-align: right;
}

.cart__btn a {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding: 14px 30px 12px;
	background: #f5f5f5;
}

.cart__btn a span {
	color: #ffad46;
	font-size: 14px;
	margin-right: 5px;
}

.discount__content h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 30px;
}

.discount__content form {
	position: relative;
	width: 370px;
	display: inline-block;
}

.discount__content form input {
	height: 52px;
	width: 100%;
	border: 1px solid #444444;
	border-radius: 50px;
	padding-left: 30px;
	padding-right: 115px;
	font-size: 14px;
	color: #444444;
}

.discount__content form input::-webkit-input-placeholder {
	color: #444444;
}

.discount__content form input::-moz-placeholder {
	color: #444444;
}

.discount__content form input:-ms-input-placeholder {
	color: #444444;
}

.discount__content form input::-ms-input-placeholder {
	color: #444444;
}

.discount__content form input::placeholder {
	color: #444444;
}

.discount__content form button {
	position: absolute;
	right: 4px;
	top: 4px;
}

.cart__total__procced {
	background: #f5f5f5;
	padding: 40px;
}

.cart__total__procced h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.cart__total__procced ul {
	margin-bottom: 25px;
}

.cart__total__procced ul li {
	list-style: none;
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	overflow: hidden;
	line-height: 40px;
}

.cart__total__procced ul li span {
	color: #ffad46;
	float: right;
}

.cart__total__procced .primary-btn {
	display: block;
	border-radius: 50px;
	text-align: center;
	padding: 12px 0 10px;
}

/*---------------------
  Checkout
-----------------------*/

.checkout {
	padding-top: 80px;
	padding-bottom: 70px;
}

.coupon__link {
	font-size: 14px;
	color: #444444;
	padding: 14px 0;
	background: #f5f5f5;
	border-top: 2px solid #ffad46;
	text-align: center;
	margin-bottom: 50px;
}

.coupon__link a {
	font-size: 14px;
	color: #444444;
}

.coupon__link span {
	font-size: 14px;
	color: #ffad46;
}

.checkout__form h5 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.checkout__form .checkout__form__input p {
	color: #444444;
	font-weight: 500;
	margin-bottom: 10px;
}

.checkout__form .checkout__form__input p span {
	color: #ffad46;
}

.checkout__form .checkout__form__input input {
	height: 50px;
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	margin-bottom: 25px;
	font-size: 14px;
	padding-left: 20px;
	color: #666666;
}

.checkout__form .checkout__form__input input::-webkit-input-placeholder {
	color: #666666;
}

.checkout__form .checkout__form__input input::-moz-placeholder {
	color: #666666;
}

.checkout__form .checkout__form__input input:-ms-input-placeholder {
	color: #666666;
}

.checkout__form .checkout__form__input input::-ms-input-placeholder {
	color: #666666;
}

.checkout__form .checkout__form__input input::placeholder {
	color: #666666;
}

.checkout__form .checkout__form__checkbox {
	margin-bottom: 20px;
}

.checkout__form .checkout__form__checkbox label {
	display: block;
	padding-left: 24px;
	font-size: 14px;
	color: #444444;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	margin-bottom: 16px;
}

.checkout__form .checkout__form__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.checkout__form .checkout__form__checkbox label input:checked~.checkmark {
	border-color: #ffad46;
}

.checkout__form .checkout__form__checkbox label input:checked~.checkmark:after {
	border-color: #ffad46;
	opacity: 1;
}

.checkout__form .checkout__form__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.checkout__form .checkout__form__checkbox label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.checkout__form .checkout__form__checkbox p {
	margin-bottom: 0;
}

.checkout__order {
	background: #f5f5f5;
	padding: 30px;
}

.checkout__order h5 {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 18px;
}

.checkout__order .site-btn {
	width: 100%;
}

.checkout__order__product {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 22px;
}

.checkout__order__product ul li {
	list-style: none;
	font-size: 14px;
	color: #444444;
	font-weight: 500;
	overflow: hidden;
	margin-bottom: 14px;
	line-height: 24px;
}

.checkout__order__product ul li:last-child {
	margin-bottom: 0;
}

.checkout__order__product ul li span {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	float: right;
}

.checkout__order__product ul li .top__text {
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	float: left;
}

.checkout__order__product ul li .top__text__right {
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	float: right;
}

.checkout__order__total {
	padding-top: 12px;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.checkout__order__total ul li {
	list-style: none;
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	overflow: hidden;
	line-height: 40px;
}

.checkout__order__total ul li span {
	color: #ffad46;
	float: right;
}

.checkout__order__widget {
	padding-bottom: 10px;
}

.checkout__order__widget label {
	display: block;
	padding-left: 25px;
	font-size: 14px;
	font-weight: 500;
	color: #111111;
	position: relative;
	cursor: pointer;
	margin-bottom: 14px;
}

.checkout__order__widget label input {
	position: absolute;
	visibility: hidden;
}

.checkout__order__widget label input:checked~.checkmark {
	border-color: #ffad46;
}

.checkout__order__widget label input:checked~.checkmark:after {
	border-color: #ffad46;
	opacity: 1;
}

.checkout__order__widget label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.checkout__order__widget label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

/*---------------------
    Blog
-----------------------*/

.blog {
	padding-top: 70px;
	padding-bottom: 80px;
}

.blog__item {
	margin-bottom: 35px;
}

.blog__item__pic {
	height: 240px;
}

.blog__item__pic.large__item {
	height: 540px;
}

.blog__item__text {
	padding: 25px 20px 0 0;
	margin-right: 30px;
	background: #ffffff;
	margin-top: -54px;
}

.blog__item__text h6 {
	margin-bottom: 6px;
}

.blog__item__text h6 a {
	color: #111111;
	font-weight: 600;
	line-height: 21px;
}

.blog__item__text ul li {
	font-size: 12px;
	color: #888888;
	display: inline-block;
	list-style: none;
	margin-right: 25px;
	position: relative;
}

.blog__item__text ul li span {
	color: #111111;
}

.blog__item__text ul li:after {
	position: absolute;
	right: -17px;
	top: 0px;
	content: "|";
}

.blog__item__text ul li:last-child {
	margin-right: 0;
}

.blog__item__text ul li:last-child:after {
	display: none;
}

.primary-btn.load-btn {
	color: #111111;
	background: #f2f2f2;
	padding: 12px 85px 10px;
	border-radius: 50px;
}

/*---------------------
  Blog Sidebar
-----------------------*/

.blog__sidebar {
	padding-left: 40px;
}

.blog__sidebar__item {
	margin-bottom: 50px;
}

.blog__sidebar__item:last-child {
	margin-bottom: 0;
}

.blog__sidebar__item .section-title {
	margin-bottom: 40px;
}

.blog__sidebar__item .section-title h4 {
	font-size: 16px;
}

.blog__sidebar__item .section-title h4:after {
	bottom: -7px;
}

.blog__sidebar__item ul li {
	list-style: none;
	line-height: 30px;
}

.blog__sidebar__item ul li a {
	font-size: 14px;
	color: #111111;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__sidebar__item ul li a:hover {
	color: #ffad46;
}

.blog__sidebar__item ul li a:hover span {
	color: #111111;
}

.blog__sidebar__item ul li a span {
	float: right;
	color: #888888;
}

.blog__feature__item {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.blog__feature__item:last-child {
	margin-bottom: 0;
}

.blog__feature__item__pic {
	float: left;
	margin-right: 25px;
}

.blog__feature__item__text {
	overflow: hidden;
}

.blog__feature__item__text h6 {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	line-height: 21px;
	margin-bottom: 5px;
}

.blog__feature__item__text span {
	font-size: 12px;
	color: #888888;
	display: block;
}

.blog__sidebar__tags a {
	display: inline-block;
	font-size: 13px;
	color: #666666;
	border: 1px solid #f2f2f2;
	padding: 8px 14px 7px;
	margin-right: 6px;
	margin-bottom: 10px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__sidebar__tags a:hover {
	color: #111111;
}

.blog__sidebar__tags a:last-child {
	margin-right: 0;
}

/*---------------------
  Blog Details
-----------------------*/

.blog-details {
	padding-top: 80px;
	padding-bottom: 80px;
}

.blog__details__item {
	background: #ffffff;
	margin-bottom: 24px;
}

.blog__details__item__title {
	background: #ffffff;
	padding-top: 30px;
	padding-right: 30px;
	margin-top: -100px;
	position: relative;
	margin-right: 50px;
}

.blog__details__item__title .tip {
	font-size: 12px;
	color: #ffffff;
	background: #ffad46;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	padding: 2px 11px 1px;
	border-radius: 5px;
}

.blog__details__item__title h4 {
	color: #111111;
	font-weight: 600;
	line-height: 39px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.blog__details__item__title ul li {
	font-size: 12px;
	color: #888888;
	display: inline-block;
	list-style: none;
	margin-right: 25px;
	position: relative;
}

.blog__details__item__title ul li span {
	color: #111111;
}

.blog__details__item__title ul li:after {
	position: absolute;
	right: -17px;
	top: 0px;
	content: "|";
}

.blog__details__item__title ul li:last-child {
	margin-right: 0;
}

.blog__details__item__title ul li:last-child:after {
	display: none;
}

.blog__details__desc {
	margin-bottom: 40px;
}

.blog__details__desc p {
	font-size: 15px;
	color: #444444;
	line-height: 27px;
}

.blog__details__desc p:last-child {
	margin-bottom: 0;
}

.blog__details__quote {
	border-top: 2px solid #ffad46;
	position: relative;
	padding-top: 22px;
	margin-bottom: 20px;
}

.blog__details__quote .icon {
	height: 30px;
	width: 30px;
	font-size: 18px;
	color: #ffad46;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: -11px;
}

.blog__details__quote p {
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	font-style: italic;
	line-height: 30px;
	margin-bottom: 0;
}

.blog__details__tags {
	margin-bottom: 50px;
}

.blog__details__tags a {
	display: inline-block;
	font-size: 13px;
	color: #666666;
	border: 1px solid #f2f2f2;
	padding: 8px 14px 7px;
	margin-right: 6px;
	margin-bottom: 10px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__details__tags a:hover {
	color: #111111;
}

.blog__details__tags a:last-child {
	margin-right: 0;
}

.blog__details__btns {
	background: #f5f5f5;
	padding: 14px 30px;
	margin-bottom: 55px;
}

.blog__details__btn__item.blog__details__btn__item--next {
	text-align: right;
}

.blog__details__btn__item.blog__details__btn__item--next h6 a i {
	margin-right: 0;
	margin-left: 5px;
}

.blog__details__btn__item h6 a {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #111111;
}

.blog__details__btn__item h6 a i {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.blog__details__comment {
	position: relative;
}

.blog__details__comment h5 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.blog__details__comment .leave-btn {
	font-size: 14px;
	font-weight: 700;
	color: #111111;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 0;
}

.blog__details__comment .leave-btn:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 1px;
	width: 100%;
	background: #ffad46;
	content: "";
}

.blog__comment__item {
	margin-bottom: 35px;
}

.blog__comment__item:last-child {
	margin-bottom: 0;
}

.blog__comment__item.blog__comment__item--reply {
	padding-left: 115px;
}

.blog__comment__item__pic {
	float: left;
	margin-right: 25px;
}

.blog__comment__item__pic img {
	border-radius: 50%;
}

.blog__comment__item__text {
	overflow: hidden;
}

.blog__comment__item__text h6 {
	color: #111111;
	font-weight: 600;
	margin-bottom: 14px;
}

.blog__comment__item__text p {
	font-size: 15px;
	color: #444444;
	line-height: 26px;
}

.blog__comment__item__text ul li {
	list-style: none;
	font-size: 12px;
	color: #888888;
	display: inline-block;
	margin-right: 25px;
}

.blog__comment__item__text ul li:last-child {
	margin-right: 0;
}

.blog__comment__item__text ul li i {
	font-size: 14px;
	color: #ffad46;
	margin-right: 5px;
}

/*---------------------
  Contact
-----------------------*/

.contact {
	padding-top: 80px;
	padding-bottom: 80px;
}

.contact__address {
	margin-bottom: 45px;
}

.contact__address h5 {
	color: #111111;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.contact__address ul li {
	list-style: none;
	position: relative;
	margin-bottom: 20px;
}

.contact__address ul li:last-child {
	margin-bottom: 0;
}

.contact__address ul li h6 {
	color: #111111;
	font-weight: 600;
	margin-bottom: 10px;
}

.contact__address ul li h6 i {
	font-size: 16px;
	color: #ffad46;
	margin-right: 5px;
}

.contact__address ul li p {
	margin-bottom: 0;
	font-size: 15px;
	color: #444444;
}

.contact__address ul li span {
	font-size: 15px;
	color: #444444;
	display: inline-block;
	margin-right: 25px;
	position: relative;
}

.contact__address ul li span:after {
	position: absolute;
	right: -15px;
	top: 11px;
	content: "|";
	line-height: 0;
}

.contact__address ul li span:last-child {
	margin-right: 0;
}

.contact__address ul li span:last-child:after {
	display: none;
}

.contact__form h5 {
	color: #111111;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.contact__form form input {
	height: 40px;
  width: 100%;
  padding-left: 20px;
  font-size: 14px;
  color: #444444;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin-bottom: 20px;
}

.contact__form form input::-webkit-input-placeholder {
	color: #444444;
}

.contact__form form input::-moz-placeholder {
	color: #444444;
}

.contact__form form input:-ms-input-placeholder {
	color: #444444;
}

.contact__form form input::-ms-input-placeholder {
	color: #444444;
}

.contact__form form input::placeholder {
	color: #444444;
}

.contact__form form textarea {
	height: 130px;
	width: 100%;
	padding-left: 20px;
	padding-top: 12px;
	font-size: 14px;
	color: #444444;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	margin-bottom: 14px;
	resize: none;
}

.contact__form form textarea::-webkit-input-placeholder {
	color: #444444;
}

.contact__form form textarea::-moz-placeholder {
	color: #444444;
}

.contact__form form textarea:-ms-input-placeholder {
	color: #444444;
}

.contact__form form textarea::-ms-input-placeholder {
	color: #444444;
}

.contact__form form textarea::placeholder {
	color: #444444;
}

.contact__map {
	height: 780px;
}

.contact__map iframe {
	width: 100%;
}

.bg-white-color .tab-content .tab-pane.active {
	overflow: auto;
  white-space: nowrap;
  display: flex;
  margin-bottom: 20px;
}


.bg-white-color .tab-content .tab-pane::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.bg-white-color .tab-content .tab-pane::-webkit-scrollbar
{
	height: 6px;
	background-color: #F5F5F5;
}

.bg-white-color .tab-content .tab-pane::-webkit-scrollbar-thumb
{
	background-color: #a1a1a1;
}


.subtitle-country li {
	list-style-type: none;
	font-size: 0.95rem;
	color: #222222;
}

.subtitle-country li a {
    color: #333333;
    /* text-decoration: underline; */
    border: 1px solid #333333;
    padding: 4px 8px;
    border-radius: 50px;
}

.about-tabing { margin-bottom: 15px !important; }

.about-tabing:after, .about-tabing:before { display: none; }

.about-tabing.nav-pills .nav-link {
	color: #ffffff;
  font-weight: 500;
  font-size: 1.1rem;
  background: #02172d;
  border-radius: 0;
  line-height: 32px;
  margin-bottom: 3px;
}


.about-tabing.nav-pills .nav-link.active, .about-tabing.nav-pills .nav-link:hover {
	background: #ffad46;
}

.about-company .tab-content p{
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #222222;
    text-align: justify;
}
 

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1600px) and (max-width: 1900px) {
	.header {
		padding: 0 85px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.header__menu ul li {
		margin-right: 20px;
	}
	.header {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header__menu ul li {
		margin-right: 20px;
	}
	.header__right__auth {
		margin-right: 5px;
	}
	.sidebar__filter a {
		padding: 5px 15px 5px 15px;
	}
	.nav::before {
		width: 240px;
	}
	.nav::after {
		width: 240px;
	}
}

/* Tablet Device = 768px */

/*@media only screen and (min-width: 768px) and (max-width: 991px) {*/
	.filter__controls li {
		margin-right: 15px;
	}
	.discount__pic img {
		height: auto;
	}
	.discount__text {
		height: auto;
	}
	.sidebar__filter a {
		position: relative;
		bottom: 0;
	}
	.filter-range-wrap .range-slider .price-input input {
		max-width: 27%;
	}
	.filter-range-wrap .range-slider .price-input {
		margin-bottom: 20px;
	}
	.product__details__pic {
		margin-bottom: 50px;
	}
	.nav::before {
		width: 125px;
	}
	.nav::after {
		width: 125px;
	}
	.discount__content {
		margin-bottom: 40px;
	}
	.checkout__order {
		margin-top: 20px;
	}
	.blog__sidebar {
		padding-left: 0;
	}
	.canvas__open {
		display: block;
		font-size: 22px;
		color: #222;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		border: 1px solid #323232;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 24px;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		top: 0;
		right: -300px;
		width: 300px;
		height: 100%;
		background: #ffffff;
		padding: 90px 20px 30px 30px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		right: 0;
	}
	.offcanvas__close {
		position: absolute;
		width: 40px;
		height: 40px;
		right: 30px;
		top: 25px;
		border: 1px solid #ddd;
		border-radius: 50%;
		font-size: 26px;
		text-align: center;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		cursor: pointer;
	}
	.offcanvas__menu {
		display: none;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #111111;
		font-weight: 600;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}
	.slicknav_nav {
		display: block !important;
	}
	.offcanvas__logo {
		margin-bottom: 25px;
	}
	.offcanvas__widget {
		text-align: center;
		margin-bottom: 20px;
	}
	.offcanvas__widget li {
		list-style: none;
		display: inline-block;
		font-size: 18px;
		color: #111111;
		margin-right: 20px;
		cursor: pointer;
	}
	.offcanvas__widget li:last-child {
		margin-right: 0;
	}
	.offcanvas__widget li a {
		font-size: 18px;
		color: #111111;
		position: relative;
	}
	.offcanvas__widget li a .tip {
		position: absolute;
		right: -12px;
		top: -11px;
		height: 18px;
		width: 18px;
		background: #111111;
		font-size: 10px;
		font-weight: 500;
		color: #ffffff;
		line-height: 18px;
		text-align: center;
		border-radius: 50%;
	}
	.offcanvas__auth a {
		font-size: 15px;
		color: #111111;
		position: relative;
		margin-right: 8px;
		font-weight: 500;
	}
	.offcanvas__auth a:last-child {
		margin-right: 0;
	}
	.offcanvas__auth a:last-child:after {
		display: none;
	}
	.offcanvas__auth a:after {
		position: absolute;
		right: -8px;
		top: -2px;
		content: "/";
		font-size: 13px;
	}


	.offcanvas__nav {
		text-align: left;
		margin-bottom: 20px;
	}
	.offcanvas__nav li {
		list-style: none;
    display: block;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    position: relative;
	}
	.offcanvas__nav li:last-child {
		margin-right: 0;
	}
	.offcanvas__nav li a {
		font-size: 14px;
    color: #333;
    position: relative;
    display: block;
    border-bottom: 1px solid #eee;
    padding: 8px 0 8px 25px;
	}

	.offcanvas__nav li:before{
		    content: '\f2d5';
    position: absolute;
    left: 0px;
    top: 2px;
    font-family: 'FontAwesome';
    z-index: 99;
    color: #ffad46;
	}

/*}*/

/* Wide Mobile = 480px */

.headfixright, .headfull {
	display: none;
}


@media only screen and (max-width: 991px) {
	.header__right__widget li {
		margin-right: 0;
	}
 .headfix {
		display: block;
	}
/*	.headfull { display: block; }*/

	.search-btn-wrap {
		color: transparent;
		padding: 5px;
	}

	 .search-btn-wrap:before {
    content: '\f002';
    position: absolute;
    left: 0px;
    right: 0;
    top: 6px;
    font-family: 'FontAwesome';
    width: 20px;
    height: 20px;
    z-index: 99;
    color: #f5f5f5;
    display: block;
    margin: auto;
}
}

@media only screen and (max-width: 575px) {
.input-box {
	border: 0 !important;
}

.wel-come {
	display: none;
}

}

@media only screen and (max-width: 767px) {
	.headfixright {
	display: block;
}


	.headfix2 {
		display: none;
	}

	.showsearch .search-inner { margin-top: 0 !important; }
	.search-main .container {
		max-width: 100% !important;
	}
	.search-box {
		    padding: 1rem 0;
	}
	.search-card{
		padding: 15px 25px;
	}
	.canvas__open {
		display: block;
		font-size: 22px;
		color: #222;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		border: 1px solid #323232;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 24px;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition:
	}
}

.header-search {
	display: none;
}
.showsearch {
	display: block;
}
	/* Drop Down */

	/*.yourform {
	 position: absolute;
	 width: 280px;
	 top: 25%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 margin-right: -50%;
}*/
 .dropdownWrapper {
	 box-sizing: border-box;
    position: relative;
    width: 100%;
}
 .dropdownWrapper .dropdown {
	 transition: 0.2s;
    z-index: 1;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    height: 36px;
    cursor: pointer;
    line-height: 32px;
    padding: 3px 10px;
}
 .dropdownWrapper .dropdown::selection {
	 background: transparent;
}
 .dropdownWrapper .dropdown:after {
	 transition: 0.1s;
	 display: initial;
	 color: #ccc;
	 cursor: pointer;
	 position: absolute;
	 right: 8px;
	 top: 50%;
	 transform: translateY(-50%);
	 font-weight: 900;
}

 .dropdownWrapper .dropdown.active:after {
	 color: #fff;
	 transform: translateY(-50%) rotateX(180deg);
	 transition: 0.1s;
}
 .dropdownWrapper .dropdown-itemsWrapper {
    top: calc(100% + 10px);
    opacity: 1;
    z-index: 1;
    color: #111;
    font-size: 16px;
    transition: 0.2s;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    overflow-y: auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0;
    padding: 0;
}
 .dropdownWrapper .dropdown-itemsWrapper::-webkit-scrollbar {
	 background: #fff;
	 width: 8px;
	 border-bottom-right-radius: 4px;
}
 .dropdownWrapper .dropdown-itemsWrapper::-webkit-scrollbar-track {
	 padding-left: 1px;
	 border-left: 1px solid #ff8000;
	 -webkit-box-shadow: none;
}
 .dropdownWrapper .dropdown-itemsWrapper::-webkit-scrollbar-thumb {
	 box-sizing: border-box;
	 position: absolute;
	 margin-left: 1px;
	 background: #ccc;
	 -webkit-box-shadow: none;
}
 .dropdownWrapper .dropdown-itemsWrapper.inactive {
	 border: 0px;
	 opacity: 0;
	 height: 0px;
}
 .dropdownWrapper .dropdown-itemsWrapper li {
    margin: 0px;
    transition: 0.1s;
    box-shadow: 0 3px 5px #ccc;
    cursor: pointer;
    list-style: none;
    padding: 8px 10px;
    background: #fff;
    width: auto;
    height: auto;
    border-top: none;
}
 .dropdownWrapper .dropdown-itemsWrapper li::selection {
	 background: transparent;
}
 .dropdownWrapper .dropdown-itemsWrapper li:hover {
	 background: #EEEEEE;
	}

.product__item__text .product_title {
	text-transform: capitalize;
	color: #282222;
}

.product__item__text .product_discription {
    font-size: 0.85rem;
    letter-spacing: 0.03rem;
    color: #9e9e9e;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0 !important;
    margin-bottom: 10px;
    /*min-height: 48px;*/
}
.product__item__text .product_country{
	font-size: 0.9rem;
  font-weight: 500;
}

.product__item__text .product_currency{
		font-weight: 500;
	}

.product__item__text .product_category{
    font-size: 0.85rem;
    font-style: italic;
    margin-top: 3px;
    font-weight: 500;
    color: #666666;
	}

.product__item__text .product_company {
	font-size: 0.9rem;
    margin-top: 3px;
    font-weight: 400;
    color: #9e9e9e;
}

.wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
	padding:5px;
  	height:50px;
}

.list {
    position:absolute;
    left:0px;
    top:0px;
  	min-width:3000px;
  	margin-left:12px;
    margin-top:0px;
}

.list li{
	display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}

.scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:11px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:#fff;
}

.scroller-right{
  float:right;
}

.scroller-left {
  float:left;
}

/*--------------------*/

.scrtabs-tabs-movable-container .nav::before, .scrtabs-tabs-movable-container .nav::after {
	background: none;
}

.scrtabs-tab-container * {
  box-sizing: border-box; }

.scrtabs-tab-container {
  height: 52px; }
  .scrtabs-tab-container .tab-content {
    clear: left; }

.scrtabs-tab-container .scrtabs-tabs-movable-container &gt; .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

.scrtabs-tabs-fixed-container {
  float: left;
     height: 52px; 
    overflow: hidden;
    width: 100%;
    background: #f9f9f9;
}

.scrtabs-tabs-movable-container .nav.nav-tabs {
	padding: 12px 0px;
	margin-bottom: 0;
}

.scrtabs-tabs-movable-container {
  position: relative;
  transition: transform 2s; }
  .scrtabs-tabs-movable-container .tab-content {
    display: none; }

.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container &gt; ul.nav-tabs {
  padding-right: 0; }

.scrtabs-tab-scroll-arrow {
  border: 0px solid #dddddd;
  border-top: none;
  cursor: pointer;
  display: none;
  float: left;
  font-size: 12px;
  height: 100%;
  padding-left: 0.5em;
  padding-top: 1.1em;
  width: 20px; }
  .scrtabs-tab-scroll-arrow:hover {
    background-color: none; }

.scrtabs-tab-scroll-arrow &gt; span {
  border-right: 2px solid #ffad46;
  border-bottom: 2px solid #ffad46;
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg); }
  .scrtabs-tab-scroll-arrow &gt; span:hover {
     }

.scrtabs-tab-scroll-arrow-left &gt; span {
  transform: rotate(135deg); }

.scrtabs-tab-scroll-arrow-right {
  padding-left: 0.4em; }

.scrtabs-tab-scroll-arrow,
.scrtabs-tab-scroll-arrow .scrtabs-click-target {
  cursor: pointer; }

.scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
  cursor: default; }

.scrtabs-tab-scroll-arrow.scrtabs-disable,
.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
  color: #ddd;
  cursor: default; }
  .scrtabs-tab-scroll-arrow.scrtabs-disable &gt; span,
  .scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target &gt; span {
    border-color: #ddd; }

.scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
  background-color: initial; }

.scrtabs-tabs-fixed-container ul.nav-tabs &gt; li {
  white-space: nowrap; 
  margin-right: 0;
  padding-right: 10px;
}

.nav-tabs .dropdown-menu {
  border-top-color: transparent;
  margin-top: 0; }
 .scrtabs-tabs-movable-container .nav-item .nav-link {
    font-size: 14px;
    color: #bbb;
    font-weight: 400;
    border: 1px solid #bbb;
    padding: 5px 15px;
    border-radius: 50px;
    background: #ffffff;
 }

 .scrtabs-tabs-movable-container .nav-item .nav-link:hover {
 	  color: #ffad46;
    border: 1px solid #ffad46;
 }

 .scrtabs-tabs-movable-container .nav-item .nav-link.active {
 		color: #ffad46;
    border: 1px solid #ffad46;
 }

.scrtabs-tabs-movable-container ~ .tab-content {
	padding-top: 5px;
}

.categoryling-inner-wrap {
    background: #f8f8f8;
    border-radius: 15px;
    overflow: hidden;
}

.categoryling-inner-wrap img {
	width: 100%;
}

.categoryling-inner-wrap .product_title {
	color: #000;
}

.header__right__widget.navbar-nav .nav-item.dropdown a {
	background: none; 
    width: auto !important;
    height: auto !important;  
    text-align: left !important;
    border-radius: 0px !important;
    border: 0 !important;
}

.header__right__widget.navbar-nav .nav-item.dropdown {
	vertical-align: middle;
}

.wel-come {
	font-size: 1rem;
}

.header__right__widget.navbar-nav .nav-item.dropdown .dropdown-menu {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.header__right__widget.navbar-nav .nav-item.dropdown .dropdown-menu a{
	font-size: 15px;
	color: #333;
	line-height: 24px;
	padding: 0.3rem 1rem;
	    display: flex;
    align-items: center;
    justify-content: left;
}

.header__right__widget.navbar-nav .nav-item.dropdown .dropdown-menu a:hover{
	background: #f5f5f5;
}

.profile-dropdown {
    left: auto !important;
    right: 0 !important;
    transform: translate3d(0px, 35px, 0px) !important;
    width: 200px;
}

.u-profile i {
    font-size: 2rem;
    color: #ffad46;
    display: inline-block;
    margin-top: 0px;
    margin-left: 4px;
}

.header__right__widget.navbar-nav .nav-item.dropdown .dropdown-menu a i.fa {
    color: #ffad46;
    width: 20px;
    text-align: left;
}

.header__right__widget.navbar-nav .nav-item.dropdown a:after{
	color: #ffad46;
}

.content-area {
	background: #fff;
  -webkit-box-shadow: 2px 2px 3px rgb(0 0 0 / 10%);
  box-shadow: 2px 2px 3px rgb(0 0 0 / 10%);
  width: 100%;
}
.plan-container-wrapper {
	width: 100%;
}
.select-option {
  height: 48px;
  background: #ffad46;
  line-height: 40px !important;
}
.plan-container-wrapper ul li.select-tpye-img {
	height: 60px;
  line-height: 48px;
  text-align: center;
}
.plan-name {
  min-width: 210px;
  text-align: left;
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9;
}

.plan-name ul li{
	font-weight: 500;
	color: #444444;
  line-height: 30px;

}

.plan-common {
  min-width: 205px;
}

.plan-common ul li{
	color: #444444;
  line-height: 30px;
  text-align: center;
}

.plan-container-wrapper ul li {
	border-bottom: 1px solid #eee;
	padding: 0.4rem 0.95rem;
}

.plan-container-wrapper tr td{
	padding: 0;
  border: 1px solid #dee2e6;
}

.plan-container-wrapper ul li.select-option, .plan-container-wrapper ul li.select-tpye-img {
	/*border-bottom: 0px solid #eee;*/
}

.product-table-wrapper .table tr th:not(.product-id), .product-table-wrapper .table tr td:not(.product-id){
	min-width: 120px;
}
.product-table-wrapper .table tr th.product-id{
	min-width: 20px;
}
.product-table-wrapper .table tr th.product-description {
	min-width: 350px;
}

.plan-container-wrapper ul li.select-option input[type="radio"]{
	cursor: pointer;
}

ul.active-background {
    background: #f7f7f7;
}

.chat-containerdedede {
	display: flex;
    align-items: center;
    justify-content: end;    
}

.chat-inner-container {
	border-radius: 10px;
	position: relative;
}

.chat-containerdedede .chat-inner-container {
	margin-right: 2.9rem;
	box-shadow: 1px 1px 3px #ababab;
}

.chat-containerdedede .chat-inner-container:after{
    content: '';
    position: absolute;
    top: 0px;
    right: -34px;
    border: 20px solid transparent;
    border-left: 20px solid #dedede;
}

.chat-containerc6ffcf {
    display: flex;
    align-items: center;
    justify-content: start;
}

.chat-containerc6ffcf .chat-inner-container {
	margin-left: 2.9rem;
	box-shadow: 1px 1px 3px #ababab;
}

.chat-containerc6ffcf .chat-inner-container:after {
	content: '';
    position: absolute;
    top: 0px;
    left: -34px;
    border: 20px solid transparent;
    border-right: 20px solid #c6ffcf;
}

.srch {
    position: relative;
    padding: 5px 10px;
    box-sizing: border-box;
    box-shadow: rgb(127 127 127 / 10%) 0px 4px 4px;
    border-radius: 2.5rem;
    border: 1px solid #eee;
    background: #fff;
    max-width: 550px;
    margin: auto;
}

.search-btn-inner {
	right: 10px !important;
}

.vertical-center-1.slider {
  width: 100%;
   margin: 0; 
  background: url(../img/slider-bg5.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px 15px;
  background-position: center;
}

.vertical-center-1.slider .slick-slide {
	position: relative;
	/*border: 1px solid rgb(116 116 116 / 50%);
	border-radius: 8px;*/
}

.vertical-center-1.slider .slick-slide img {
	max-height: 250px;
	display: block;
	margin: auto;
}

.vertical-center-1.slider .caption {
    bottom: 15px !important;
    color: #262626;
    background: none;
    border: none;
  }

.vertical-center-1.slider .caption p {
    color: #ffad46;
}

.product-list-content h4 {
	text-transform: uppercase;
	margin-bottom: 5px;
	text-align: center;
	font-size: 1rem;
}

.product-list-content p {
	text-align: justify;
	margin-bottom: 0;
}

.vertical-center-1.slider .slick-slide a {
  min-height: 350px;
  display: flex;
}

.bg-notbook {
  background: url(../img/bg-notbook-1.png);
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  background-color: #f3ede4;
  box-shadow: 1px 5px 4px #c5c5c5;
  position: relative;
  border-radius: 0 0 25px 25px;
  overflow: hidden;
}

.bg-notbook:before {
	content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/line-bg.png);
  background-repeat: repeat;
  z-index: 1;
  opacity: 0.3;
}

.bg-notbook:after {
	content: '';
    position: absolute;
    left: 0;
    top: auto;
    bottom: -7px;
    width: 100%;
    height: 24px;
    background: url(../img/bottom-design.png);
    background-repeat: repeat-x;
    z-index: 2;
    opacity: 0.5;
    border-radius: 0 0 25px 25px;
}

.bg-notbook .headmain, .bg-notbook .bodymain {
	position: relative;
	z-index: 2;
}

.bg-notbook .headmain .headright {
	background: none;
}

.bg-notbook .bg-gray {
   background-image: linear-gradient( to top, hsl(36deg 21% 75% / 55%), hsl(0deg 0% 100% / 0%) );
}

.about-company-title {
    background: url(../img/sticker-about.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    display: table;
    margin: auto;
    padding: 20px 25px 30px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    transform: rotate(356deg);
}

.bg-notbook .slick-dots li.slick-active button:before {
	    color: #ffad46;
}

.bg-notbook .slick-dots li button:before{
	    font-size: 30px;
	    color: #ffad46; 
}

.bg-notbook .slick-dots {
    position: absolute;
    top: 182px;
    bottom: auto;
    right: -185px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    transform: rotate(270deg);
}

.bg-notbook .slick-dots li {
    width: 6px;
}

.product-list-content {
    border: 2px dashed #666;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.sticker-image {
	max-width: 190px;
  margin-left: -45px;
  transform: rotate(8deg);
  opacity: 0.8;
}

.headmain .headright ul li a.selected {
	color: #ffad46;
}

.vertical-center-2.slider {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}

.vertical-center-2.slider .slick-slide img {
    max-height: 350px;
}

.bg-notbook .vertical-center-2.slider .slick-dots {
  right: -240px;
}

.vertical-center-2.slider .caption {
  bottom: 5px !important;
  background: rgb(255 255 255 / 62%);
  padding: 8px;
}

.vertical-center-2.slider .caption  p {
	margin-bottom: 0;
}

.contact__widget__item h4 {
	color: #263246;
  margin-top: 16px;
  margin-bottom: 5px;
}

.contact__widget__item p, .contact__widget__item p span {
	color: #9B9EA3 !important;
  margin-bottom: 0;
  text-align: center;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 26px;
}

.contact__widget__item p a{
	color: #9B9EA3 !important;
}

.contact__widget__item p a:hover {
	text-decoration: underline;
	color: #ffad46 !important;
}

.contact__widget__item i.fa {
	display: block;
    font-size: 3rem;
    color: #ffad46;
    margin-bottom: 10px;
}

.product-enquery-main {
    background: #fff;
}

.product-enquery-main .slick-dots {
    position: absolute;
    top: 182px;
    bottom: auto;
    right: -200px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    transform: rotate(270deg);
}


.product-enquery-main .slick-dots li.slick-active button:before {
	    color: #ffad46;
}

.product-enquery-main .slick-dots li button:before{
	    font-size: 30px;
	    color: #ffad46; 
}

.product-enquery-main .vertical-center-2.slider .caption {
	bottom: 15px !important;
}

.product-enquery-main .title-head {
	font-size: 17px;
}
.prod-listed.product__item__text{
	padding-bottom: 5px !important;
}
.prod-listed.product__item__text li {
	margin-bottom: 5px !important;
}

.product-enquery-main .vertical-center-2.slider {
    box-shadow: 0px 1px 5px #d3d3d3;
}

.plan-page-wrapper .plan-container-wrapper{
    display: inline-table;
}

.plan-page-wrapper .plan-container-wrapper ul li {
	list-style-type: none;
}

.plan-page-wrapper .plan-container-wrapper {
	background: #fff;
  box-shadow: 0px 0px 1px #cbcbcb;
}

.plan-page-wrapper .plan-container-wrapper ul li:nth-child(even) {
    background: #fbfbfb;
} 

/*.plan-page-wrapper .plan-container-wrapper ul li:hover:nth-child(even) {
    background: #e7e7e7;
} */</pre></body></html>