

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
	font-family: 'hanimation';
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
    color: #000000;
    direction: rtl;
}

div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style: none;
	margin-bottom: 0px;
}

p {
	font-family: 'hanimation';
	font-size: 14px;
	line-height: 1.7;
	font-weight: 400;
	color: #828282;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a:active {
	position: relative;
	color: #FF6347;
}

p a:hover {
	color: #FFFFFF;
	background: #ffa07f;
}

p a:hover::after {
	opacity: 0.2;
}

::selection {}

p::selection {}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

.form-control {
	color: #db5246;
}

section {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.fill_height {
	height: 100%;
}

.super_container {
	width: 100%;
	overflow: hidden;
}

.prlx_parent {
	overflow: hidden;
}

.prlx {
	height: 130% !important;
}

.nopadding {
	padding: 0px !important;
}

.button {
	display: inline-block;
	background: #329daa !important;
	border-radius: 5px;
	height: 48px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.button a {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 48px;
	color: #FFFFFF;
	padding-left: 35px;
	padding-right: 35px;
}

.button:hover {
	opacity: 0.8;
}

/*********************************
3. Header
*********************************/
.header {
	position: fixed;
	width: 100%;
	z-index: 99999;
}

.top_bar {
	width: 100%;
	height: 35px;
	background: #f7f7f7;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
	z-index: 2;
}

.header.scrolled .top_bar {
	display: none;
}

.top_bar_contact {
	display: inline-block;
}

.top_bar_contact_item {
	font-size: 14px;
	font-weight: 300;
	line-height: 35px;
    margin-left: 40px;
    font-family: sans-serif;
}

.top_bar_contact_item:not(:first-child) {
	margin-right: 0px;
}

.top_bar_contact_item a {
	font-size: 14px;
	font-weight: 300;
	line-height: 35px;
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.top_bar_contact_item a:hover {
	color: #8a8a8a;
}

.top_bar_contact_item:last-child {
	margin-right: 0px;
}

.top_bar_icon {
	display: inline-block;
    margin-left: 4px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.top_bar_menu {
	display: inline-block;
}


.standard_dropdown li {
	display: inline-block;
	position: relative;
}

.standard_dropdown li li {
	display: block;
	width: 100%;
}

.standard_dropdown li li a {
	display: block;
	width: 100%;
	border-bottom: solid 1px #f2f2f2;
	font-size: 14px;
}

.standard_dropdown li:last-child a {
	border-bottom: none;
}

.standard_dropdown li.hassubs>a i {
	display: inline-block;
	margin-left: 5px;
}

.standard_dropdown li a {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	line-height: 35px;
	white-space: nowrap;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.standard_dropdown li a:hover {
	color: #329daa;
}

.standard_dropdown li a i {
	display: none;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
    font-size: 8px;
    margin-right: 5px;
}

.standard_dropdown li ul {
	display: block;
	position: absolute;
	top: 120%;
    right: 0;
	width: auto;
	visibility: hidden;
	opacity: 0;
	background: #f7f6f4;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999999999;
	border: 1px solid #ddd;
    border-top: 0;
    text-align: right;
}

.standard_dropdown li:hover>ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.standard_dropdown ul ul {
	left: 100%;
	top: 0 !important;
}

.top_bar_user {
	display: inline-block;
    margin-right: 35px;
}

.user_icon {
	display: inline-block;
	margin-left: 7px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	width: 15px;
}

.user_icon img {
	width: 100%;
}

.top_bar_user div {
	display: inline-block;
}

.top_bar_user div:nth-child(2) {
	margin-right: 21px;
}

.top_bar_user div:nth-child(2)::after {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -13px;
	width: 1px;
	height: 17px;
	background: rgba(0, 0, 0, 0.1);
	content: '';
}

.top_bar_user a {
	font-size: 16px;
	font-weight: 300;
	line-height: 56px;
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.top_bar_user a:hover {
	color: #8a8a8a;
}

/*********************************
3.2 Header Main
*********************************/

.header_main {
	z-index: 1;
}

.header.scrolled .header_main {
	display: none;
}

.header_main_item {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.logo_container {
	height: 175px;
}

.logo {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.logo a {
	font-size: 36px;
	font-weight: 500;
	color: #329daa;
}

.header_search {
	height: 175px;
}

.header_search_content {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header_search_form_container {
	width: 100%;
	height: 50px;
	border: solid 1px #e5e5e5;
	border-radius: 5px;
}

.header_search_form {
	width: 100%;
	height: 100%;
}

.header_search_input {
	display: block;
	position: relative;
	width: calc((100% - 50px) * 0.601);
	height: 100%;
	line-height: 50px;
	border: none !important;
	outline: none !important;
	padding-left: 26px;
	color: #7f7f7f;
	float: left;
}

.header_search_input::-webkit-input-placeholder {
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
}

.header_search_input:-moz-placeholder

/* older Firefox*/
	{
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
}

.header_search_input::-moz-placeholder

/* Firefox 19+ */
	{
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
}

.header_search_input:-ms-input-placeholder {
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
}

.header_search_input::input-placeholder {
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
}

.custom_dropdown {
	width: calc((100% - 50px) * 0.399);
	height: 50px;
	float: left;
	padding-left: 26px;
}

.custom_dropdown::before {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 28px;
	background: #e5e5e5;
	content: '';
}

.custom_dropdown_list i {
	display: inline-block;
	color: #a3a3a3;
	font-size: 10px;
	margin-left: 3px;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}

.custom_dropdown_placeholder {
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	color: #a3a3a3;
	line-height: 48px;
	cursor: pointer;
}

.custom_dropdown_placeholder i {}

.custom_list {
	text-align: left;
	position: absolute;
	padding: 0;
	top: 75px;
	left: -15px;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: all 0.2s ease;
}

.custom_list.active {
	visibility: visible;
	opacity: 1;
	top: 50px;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}

.custom_list li {
	height: 35px;
	padding-left: 15px;
	padding-right: 15px;
	background: #FFFFFF;
}

.custom_list li a {
	display: block;
	color: #a3a3a3;
	line-height: 35px;
	border-bottom: solid 1px #ededed;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.custom_list li a:hover {
	color: #329daa;
}

select {
	display: inline;
	border: 0;
	width: auto;
	margin-left: 10px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-bottom: 2px solid #555;
	color: #7b00ff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

select:hover {
	cursor: pointer;
}

select option {
	border: 0;
	border-bottom: 1px solid #555;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.header_search_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background: #329daa;
	border: none;
	outline: none;
	cursor: pointer;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.wishlist_cart {
	height: 175px;
}

.wishlist {
	margin-right: 50px;
}

.wishlist_icon img {}

.wishlist_content {
	margin-left: 14px;
}

.wishlist_text a {
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.wishlist_text a:hover {
	color: #329daa;
}

.wishlist_count {
	margin-top: -2px;
	color: #a3a3a3;
	font-size: 14px;
}

.cart_count {
	position: absolute;
	bottom: 54px;
	right: 20px;
	width: 20px;
	height: 20px;
	background: #329daa;
	border-radius: 50%;
	text-align: center;
}

.cart_count span {
	display: block;
	line-height: 21px;
	font-size: 10px;
	color: #FFFFFF;
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
	transform: translateY(1px);
}

.cart_icon img {
	/* width: 100%; */
	line-height: 38px;
}

.cart_content {
	margin-left: 28px;
}

.cart_text a {
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.cart_text a:hover {
	color: #329daa;
}

.cart_price {
	font-size: 14px;
	color: #a3a3a3;
	margin-top: -2px;
}

/*********************************
3.3 Main Navigation
*********************************/

.main_nav {
	width: 100%;
	border-top: solid 1px #f2f2f2;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	background: #FFFFFF;
}

.header.scrolled .main_nav {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main_nav_content {
	width: 100%;
	height: 60px;
}

.cat_menu_container {
	width: 293px;
	height: 100%;
	background: #329daa;
	padding-left: 35px;
	cursor: pointer;
	z-index: 1;
}

.cat_menu_title {
	height: 100%;
}

.cat_burger {
	width: 18px;
	height: 14px;
}

.cat_burger span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
}

.cat_burger span:nth-child(2) {
	top: 6px;
}

.cat_burger span:nth-child(3) {
	top: 12px;
}

.cat_menu_text {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-left: 20px;
}

.cat_menu_container ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	/*visibility: hidden;
	opacity: 0;*/
	min-width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}

.cat_menu_container>ul {
	padding-top: 13px;
}

.cat_menu_container:hover .cat_menu {
	visibility: visible;
	opacity: 1;
}

.cat_menu li {
	display: block;
	position: relative;
	width: auto;
	height: 46px;
	border-bottom: solid 1px #f2f2f2;
	padding-left: 35px;
	padding-right: 30px;
	white-space: nowrap;
}

.cat_menu li.hassubs>a i {
	display: block;
}

.cat_menu li a {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	line-height: 46px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.cat_menu li a:hover {
	color: #329daa;
}

.cat_menu li a i {
	display: none;
	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;
	font-size: 12px;
}

.cat_menu li ul {
	display: block;
	position: absolute;
	top: 35px;
	left: 100%;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

.cat_menu li:hover>ul {
	top: 0;
	visibility: visible;
	opacity: 1;
}

.main_nav_dropdown li {
    margin-left: 15px;
}

.main_nav_dropdown li:last-child {
	margin-left: 0px;
}

/*.main_nav_dropdown li a {
    font-size: 15px;
    font-weight: 500;
    color: rgb(118, 118, 118);
    text-transform: uppercase;
}*/
.main_nav_dropdown li li {
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 0px;
	border-bottom: solid 1px #e6e6e6;
}

.menu_trigger_container {
	display: none;
	width: auto;
	height: 100%;
	padding-right: 25px;
	padding-left: 25px;
	cursor: pointer;
	position: absolute;
    right: 140px;
}

.menu_trigger {
	height: 100%;
}

.menu_burger_inner {
	display: inline-block;
}

.menu_trigger_text {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-right: 16px;
}

.page_menu {
	margin-top: 0px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.page_menu_content {
	height: 0px;
	background: #329daa;
	padding-left: 15px;
	padding-right: 15px;
	max-height: 500px;
    overflow: auto;
    text-align: right;
}

.page_menu_search {
	/* display: none; */
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.page_menu_search_input {
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	border: none;
	outline: none;
    padding-right: 25px;
}

.page_menu_item {
	display: block;
	position: relative;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    vertical-align: middle;
    text-align: right;
}

.page_menu_item>a {
    display: block;
    color: #FFFFFF !important;
    font-weight: normal;
    height: 40px;
    line-height: 42px;
    font-size: 18px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.page_menu_item>a:hover {
	color: #b5aec4;
}

.page_menu_item a i {
	display: none;
    margin-right: 8px;
    font-size: 12px;
}

.page_menu_item.has-children>a>i {
	display: inline-block;
}

.page_menu_selection {
	margin: 0;
	width: 100%;
	height: 0px;
	overflow: hidden;
	z-index: 1;
}

.page_menu_selection li {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 33px;
}

.page_menu_selection li a {
	display: block;
    color: #FFFFFF !important;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}

.page_menu_selection li a:hover {
	color: #b5aec4;
}

.page_menu_selection li:last-child a {
	border-bottom: none;
}

.menu_contact_item {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
    margin-left: 40px;
    color: #FFFFFF;
    font-family: sans-serif;
}

.menu_contact_item:not(:first-child) {
	margin-left: 0px;
}

.menu_contact_item a {
	font-size: 15px;
	font-weight: 300;
	line-height: 56px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_contact_item a:hover {
	color: #FFFFFF;
}



.menu_contact_icon {
	display: inline-block;
    margin-left: 14px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

/*********************************
4. Banner
*********************************/

.banner {
	width: 100%;
	padding-top: 68px;
	padding-bottom: 83px;
	overflow: hidden;
}

.banner_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.banner_content {
	z-index: 1;
}

.banner_text {
	
	font-weight: 500;
	line-height: 1.166;
	color: #7599b2;
	text-transform: uppercase;
	letter-spacing: 0.038em;
}

.banner_price {}

.banner_price {
	font-size: 30px;
	color: #df3b3b;
	margin-top: 87px;
}

.banner_price span {
	display: inline-block;
	position: relative;
	color: #7e8285;
	margin-right: 14px;
}

.banner_price span::after {
	display: block;
	position: absolute;
	top: 21px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #8d8d8d;
	content: '';
}

.banner_product_name {
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	margin-top: 8px;
}

.banner_button {
	margin-top: 42px;
}

.banner_product_image {
	position: absolute;
	top: -5px;
	right: -52px;
	z-index: 0;
}

/*********************************
5. Characteristics
*********************************/

.characteristics {
	padding-top: 70px;
	padding-bottom: 70px;
}

.char_item {
	width: 100%;
	height: 100px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	border: solid 1px #e8e8e8;
	padding-left: 36px;
}

.char_icon {
	margin-right: 24px;
}

.char_content {
	transform: translate(-1px, 3px);
}

.char_title {
	font-size: 14px;
	font-weight: 500;
	color: #000000;
}

.char_subtitle {
	font-size: 12px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
	margin-top: 3px;
}

/*********************************
6. Deals of the week
*********************************/

.deals_featured {
	width: 100%;
}

/*********************************
6.1 Deals
*********************************/

.deals {
	width: 36%;
	margin-right: 7%;
	padding-top: 85px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 35px;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.deals_title {
	position: absolute;
	top: 27px;
	left: 40px;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}

.deals_slider_container {
	width: 100%;
}

.deals_item {
	width: 100% !important;
}

.deals_image {
	width: 100%;
}

.deals_image img {
	width: 100%;
}

.deals_content {
	margin-top: 33px;
}

.deals_item_category a {
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
}

.deals_item_price_a {
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
}

.deals_item_name {
	font-size: 24px;
	font-weight: 400;
	color: #000000;
}

.deals_item_price {
	font-size: 24px;
	font-weight: 500;
	color: #df3b3b;
}

.available {
	margin-top: 19px;
}

.available_title {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 400;
}

.available_title span {
	font-weight: 700;
}

.sold_title {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 400;
}

.sold_title span {
	font-weight: 700;
}

.available_bar {
	width: 100%;
	height: 10px;
	background: #e8e8e8;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 5px;
}

.available_bar span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-radius: 5px;
	background: #329daa;
}

.deals_timer {
	margin-top: 30px;
}

.deals_timer_title {
	font-size: 14px;
	font-weight: 500;
	color: #000000;
}

.deals_timer_subtitle {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}

.deals_timer_content {
	padding-bottom: 17px;
}

.deals_timer_box {
	width: 173px;
	padding-left: 3px;
	padding-right: 3px;
	border: solid 1px #cccccc;
	border-radius: 5px;
	margin-right: 1px;
}

.deals_timer_unit {
	width: 33.33333333%;
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 3px;
	padding-bottom: 2px;
	float: left;
}

.deals_timer_unit:first-child::after,
.deals_timer_unit:nth-child(2)::after {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	width: 1px;
	height: 25px;
	background: #e5e5e5;
	content: '';
}

.deals_timer_unit span {
	position: absolute;
	display: block;
	bottom: -22px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 8px;
	color: rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}

.deals_slider_nav_container {
	position: absolute;
	top: 20px;
	right: 40px;
}

.deals_slider_nav {
	display: inline-block;
	cursor: pointer;
}

.deals_slider_nav i {
	font-size: 18px;
	padding: 10px;
	color: #666666;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.deals_slider_nav:hover i {
	color: #000000;
}

.deals_slider_nav:active i {
	color: #df3b3b;
}

.deals_slider_prev {
	margin-right: 4px;
}

/*********************************
6.2 Featured
*********************************/

.featured {
	width: 57%;
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
}

.tabbed_container {
	width: 100%;
}

.tabs {
	width: 100%;
}

.tabs ul li {
	font-size: 18px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.5);
	float: left;
	margin-right: 53px;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.tabs ul li:hover {
	color: rgba(0, 0, 0, 0.8);
}

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

.tabs ul li.active {
	color: rgba(0, 0, 0, 0.8);
}

.tabs_line {
	width: 100%;
	height: 1px;
	background: #dadada;
	margin-top: 12px;
}

.tabs.tabs-right .tabs_line {
	margin-top: 39px;
}

.tabs_line span {
	position: absolute;
	top: -1px;
	left: 0;
	width: 80px;
	height: 2px;
	background: #329daa;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.tabs.tabs-right ul {
	float: right;
}

.product_panel {
	display: none;
	margin-left: -60px;
	margin-right: -60px;
}

.product_panel.active {
	display: block;
}

.featured_slider {
	width: 100%;
}

.featured_slider .slick-list {
	padding-left: 20px;
	padding-right: 20px;
}

.featured_slider .slick-track {
	padding-bottom: 120px;
}

.featured_slider_item {
	height: 263px;
	width: 25%;
}

.slick-active .product_item:hover {
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
	z-index: 10;
}

.product_image {
	width: 100%;
	height: 115px;
}

.product_image img {
	display: block;
	position: relative;
	max-width: 100%;
}

.product_content {
	width: 100%;
}

.product_price {
	font-size: 16px;
	font-weight: 500;
	margin-top: 25px;
	color: #329daa;
}

.product_price.discount {
	color: #df3b3b;
}

.product_price span {
	font-size: 12px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	margin-left: 10px;
}

.product_name {
	margin-top: 4px;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0 10px;
}

.product_name div {
	width: 100%;

}

.product_name div a:hover {
	color: #329daa;
}

.product_color {
	margin-top: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.product_extras {
	width: 100%;
	background: #FFFFFF;
	-webkit-transition: max-height 200ms ease;
	-moz-transition: max-height 200ms ease;
	-ms-transition: max-height 200ms ease;
	-o-transition: max-height 200ms ease;
	transition: max-height 200ms ease;
}

.slick-active .product_item:hover .product_extras {
	max-height: 300px;
}

.slick-active .product_item:hover .product_color,
.slick-active .product_item:hover .product_cart_button {
	visibility: visible;
	opacity: 1;
}

.product_item:hover .product_color,
.product_item:hover .product_cart_button {
	visibility: visible;
	opacity: 1;
}

.product_color input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    width: 23px;
    height: 21px;
    border: none;
    outline: none;
    cursor: pointer;
	font-size: 12px;
	margin-left: 10px;
	border-radius: 2px;
}

.product_color input:checked::after {
	display: block;
	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%);
    font-family: 'Font Awesome 5 Free';
    content: '\f192';
	color: #FFFFFF;
}

.product_cart_button:hover {
	background: rgb(39, 40, 44);
}

.featured_slider .slick-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100px;
}

.featured_slider .slick-slide {
	outline: none;
}

.featured_slider .slick-dots li {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: none;
	outline: none;
	padding: 0px;
	margin: 0px;
	border-radius: 50%;
	content: '';
	background: #e8e8e8;
	margin-right: 20px;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.featured_slider .slick-dots li:hover {
	background: #329daa;
}

.featured_slider .slick-dots li.slick-active {
	background: #329daa;
}

.featured_slider .slick-dots li {
	background: #329daa;
}

.featured_slider .slick-dots li:last-child {
	margin-right: 0px;
}

.featured_slider .slick-dots li button {
	display: none;
}

.featured_slider_dots_cover {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100px;
	width: 100px;
	height: 30px;
	background: #FFFFFF;
	z-index: 1;
	display: none;
}

.product_fav {
	position: absolute;
	top: 33px;
	left: 12px;
	width: 36px;
	height: 36px;
	background: #FFFFFF;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.product_fav:hover {
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.product_item:hover .product_fav {
	top: 18px;
}

.product_fav i {
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #cccccc;
	line-height: 36px;
	pointer-events: none;
	z-index: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.product_fav.active i {
	color: red;
}

.product_item:hover .product_fav {
	visibility: visible;
	opacity: 1;
}

.product_marks {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.slick-active .product_marks {
	display: block;
}

.product_marks {
	display: block;
}

.product_item:hover .product_marks {
	top: 18px;
	right: 18px;
}

.product_mark {
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #FFFFFF;
	text-align: center;
	line-height: 36px;
	font-size: 12px;
}

.product_new {
	display: none;
	background: #329daa;
	visibility: hidden;
	opacity: 0;
}

.product_discount {
	display: none;
	background: #df3b3b;
	visibility: hidden;
	opacity: 0;
}

.product_item.is_new .product_new,
.product_item.discount .product_discount {
	display: inline-block;
	visibility: visible;
	opacity: 1;
}

/*********************************
7. Popular Categories
*********************************/

.popular_categories {
	padding-top: 88px;
	padding-bottom: 90px;
}

.popular_categories_title {
	font-size: 30px;
	font-weight: 500;
	color: #000000;
	line-height: 1.2;
}

.popular_categories_slider_nav {
	margin-top: 27px;
}

.popular_categories_nav {
	display: inline-block;
	width: 36px;
	height: 36px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	margin-right: 16px;
}

.popular_categories_nav:last-child {
	margin-right: 0px;
}

.popular_categories_nav i {
	line-height: 36px;
	color: #e5e5e5;
	font-size: 18px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.popular_categories_nav:hover i {
	color: #474747;
}

.popular_categories_link {
	margin-top: 40px;
}

.popular_categories_link a {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #329daa;
}

.popular_category {
	height: 216px;
	padding-left: 40px;
	padding-right: 40px;
}

.popular_categories_slider .owl-item:nth-child(even) {
	background: #eff6fa;
}

.popular_category_image img {
	max-height: 100%;
	max-width: 100%;
}

.popular_category_text {
	margin-top: 20px;
	line-height: 1.714;
	text-align: center;
}

/*********************************
8. Banner 2
*********************************/

.banner_2 {
	width: 100%;
}

.banner_2_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.banner_2_item {
	height: 580px;
}

.banner_2_content {
	padding-top: 145px;
}

.banner_2_image_container {
	width: 100%;
	height: 100%;
}

.banner_2_image {
	min-width: 100%;
	width: calc(44.8vw);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.banner_2_image img {
	width: 100%;
}

.banner_2_category {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}

.banner_2_title {
	font-size: 30px;
	font-weight: 500;
	color: #000000;
	margin-top: 11px;
}

.banner_2_text {
	font-size: 16px;
	font-weight: 300;
	color: #828282;
	line-height: 1.5;
	margin-top: 9px;
}

.banner_2_rating {
	margin-top: 18px;
}

.rating_r i::before {
	font-family: 'FontAwesome';
	content: "\f006";
	font-style: normal;
	font-size: 19px;
	margin-right: 4px;
	color: #f5e211;
}

.rating_r_1 i:first-child::before {
	content: "\f005";
}

.rating_r_2 i:first-child::before {
	content: "\f005";
}

.rating_r_2 i:nth-child(2)::before {
	content: "\f005";
}

.rating_r_3 i:first-child::before {
	content: "\f005";
}

.rating_r_3 i:nth-child(2)::before {
	content: "\f005";
}

.rating_r_3 i:nth-child(3)::before {
	content: "\f005";
}

.rating_r_4 i:first-child::before {
	content: "\f005";
}

.rating_r_4 i:nth-child(2)::before {
	content: "\f005";
}

.rating_r_4 i:nth-child(3)::before {
	content: "\f005";
}

.rating_r_4 i:nth-child(4)::before {
	content: "\f005";
}

.rating_r_5 i:first-child::before {
	content: "\f005";
}

.rating_r_5 i:nth-child(2)::before {
	content: "\f005";
}

.rating_r_5 i:nth-child(3)::before {
	content: "\f005";
}

.rating_r_5 i:nth-child(4)::before {
	content: "\f005";
}

.rating_r_5 i:nth-child(5)::before {
	content: "\f005";
}

.banner_2_button {
	margin-top: 43px;
}

.banner_2_dots {
	position: absolute;
	bottom: 40px;
	left: calc((100% - 1170px) / 2 + 15px);
	z-index: 1000000;
}

.banner_2_dots .owl-dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #FFFFFF;
	border-radius: 50%;
	margin-right: 16px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.banner_2_dots .owl-dot:last-child {
	margin-right: 0px;
}

.banner_2_dots .owl-dot.active {
	background: #329daa;
	box-shadow: none;
}

/*********************************
9. Hot New Arrivals
*********************************/

.new_arrivals {
	width: 100%;
	padding-top: 96px;
	padding-bottom: 96px;
}

.new_arrivals_title {
	position: absolute;
	left: 0;
	top: -7px;
	font-size: 24px;
	font-weight: 500;
	font-weight: 700;
	text-transform: uppercase;
	
	margin-bottom: -29px;
}

.arrivals_slider {
	width: 100%;
}

.arrivals_slider .slick-list {
	padding-left: 20px;
	padding-right: 20px;
}

.arrivals_slider .slick-track {
	padding-bottom: 80px;
}

.arrivals_slider_item {
	visibility: hidden;
	height: 263px;
	width: 25%;
}

.arrivals_slider .slick-active .arrivals_slider_item {
	visibility: visible;
}

.arrival {
	visibility: visible;
}

.border_active.active {
	display: block;
}

.border_active {
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
	width: 1px;
	height: 183px;
	background: #e5e5e5;
	content: '';
	z-index: 1;
}

.arrivals_slider .slick-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 50px;
}

.arrivals_slider .slick-slide {
	outline: none;
}

.arrivals_slider .slick-dots li {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: none;
	outline: none;
	padding: 0px;
	margin: 0px;
	border-radius: 50%;
	content: '';
	background: #e8e8e8;
	margin-right: 20px;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.arrivals_slider .slick-dots li:hover {
	background: #329daa;
}

.arrivals_slider .slick-dots li.slick-active {
	background: #329daa;
}

.arrivals_slider .slick-dots li:last-child {
	margin-right: 0px;
}

.arrivals_slider .slick-dots li button {
	display: none;
}

.arrivals_slider_dots_cover {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100px;
	width: 100px;
	height: 30px;
	background: #FFFFFF;
	z-index: 1;
	display: none;
}

.arrivals_single {
	width: 100%;
	padding-top: 73px;
}

.arrivals_single>div {
	width: 212px;
	float: right;
}

.arrivals_single_image {
	width: 100%;
}

.arrivals_single_image img {
	max-width: 100%;
}

.arrivals_single_content {
	width: 100%;
}

.arrivals_single_button {
	position: relative;
	left: 0px;
	width: 100%;
	height: 48px;
	background: #329daa;
	border: none;
	outline: none;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 19px;
	border-radius: 5px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.arrivals_single_button:hover {
	background: rgba(14, 140, 228, 0.8);
}

.arrivals_single_category {
	margin-top: 27px;
}

.arrivals_single_category a {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.arrivals_single_category a:hover {
	color: #329daa;
}

.arrivals_single_name_container {
	width: 100%;
}

.arrivals_single_name {
	margin-top: 2px;
	float: left;
}

.arrivals_single_name a {
	font-size: 16px;
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.arrivals_single_name a:hover {
	color: #329daa;
}

.arrivals_single_price {
	font-size: 16px;
	font-weight: 500;
	float: right;
}

.arrivals_single_rating {
	margin-top: 9px;
}

.arrivals_single_marks {
	display: block;
	position: absolute;
	top: -15px;
	left: 0px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.arrivals_single_marks .product_mark {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #FFFFFF;
	text-align: center;
	line-height: 36px;
	font-size: 12px;
}

.arrivals_single_marks .product_new {
	display: block;
	background: #329daa;
	visibility: visible;
	opacity: 1;
}

.arrivals_single_marks .product_discount {
	display: block;
	background: #df3b3b;
	visibility: visible;
	opacity: 1;
}

.arrivals_single .product_fav {
	position: absolute;
	top: -15px;
	right: 0px;
	width: 36px;
	height: 36px;
	background: #FFFFFF;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.product_fav:hover {
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.product_fav i {
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #cccccc;
	line-height: 36px;
	pointer-events: none;
	z-index: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.product_fav.active i {
	color: red;
}

/*********************************
10. Hot Best Sellers
*********************************/

.best_sellers {
	padding-top: 56px;
	background: #eff6fa;
	padding-bottom: 50px;
	margin-top: -77px;
}

.bestsellers_panel {
	display: none;
	width: 100%;
	padding-top: 50px;
}

.bestsellers_panel.active {
	display: block;
	padding-top: 50px;
}

.bestsellers_slider {
	width: calc(100% + 30px);
	left: -15px;
	padding-bottom: 67px;
}

.bestsellers_item {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 25px;
}

.bestsellers_slider .slick-slide>div:first-child {
	margin-bottom: 30px;
}

.bestsellers_slider .slick-slide {
	outline: none;
}

.bestsellers_slider .slick-slide {
	margin: 0 15px;
}

.bestsellers_image {
	width: 115px;
	height: 115px;
}

.bestsellers_image img {
	max-width: 100%;
	max-height: 100%;
}

.bestsellers_content {
	padding-left: 25px;
}

.bestsellers_category a {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.bestsellers_category a:hover {
	color: #329daa;
}

.bestsellers_name {
	margin-top: 2px;
}

.bestsellers_name a {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.bestsellers_name a:hover {
	color: #329daa;
}

.bestsellers_rating {
	margin-top: 9px;
}

.bestsellers_rating i::before {
	font-size: 13px;
	margin-right: 8px;
}

.bestsellers_price {
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
}

.bestsellers_item.discount .bestsellers_price {
	color: #df3b3b;
}

.bestsellers_price span {
	position: relative;
	font-size: 12px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	margin-left: 9px;
}

.bestsellers_price span::after {
	display: block;
	position: absolute;
	left: -2px;
	top: 6px;
	width: calc(100% + 4px);
	height: 1px;
	background: #8d8d8d;
	z-index: 1;
	content: '';
}

.bestsellers_fav {
	display: none;
	position: absolute;
	top: 30px;
	right: 29px;
}

.bestsellers_fav.active {
	display: block;
}

.bestsellers_fav i {
	font-size: 13px;
	color: #df3b3b;
}

.bestsellers_marks {
	position: absolute;
	left: 18px;
	top: 18px;
}

.bestsellers_mark {
	display: none;
	width: 36px;
	height: 36px;
	font-size: 10px;
	font-weight: 500;
	color: #FFFFFF;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
}

.bestsellers_discount {
	background: #df3b3b;
}

.bestsellers_item.discount .bestsellers_discount,
.bestsellers_item.is_new .bestsellers_new {
	display: block;
}

.bestsellers_new {
	background: #329daa;
}

.bestsellers_slider .slick-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
}

.bestsellers_slider .slick-dots li {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: none;
	outline: none;
	padding: 0px;
	margin: 0px;
	border-radius: 50%;
	content: '';
	background: #e8e8e8;
	margin-right: 20px;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.bestsellers_slider .slick-dots li:hover {
	background: #329daa;
}

.bestsellers_slider .slick-dots li.slick-active {
	background: #329daa;
}

.bestsellers_slider .slick-dots li:last-child {
	margin-right: 0px;
}

.bestsellers_slider .slick-dots li button {
	display: none;
}

/*********************************
11. Adverts
*********************************/

.adverts {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

.advert {
	width: 100%;
	height: 180px;
	border: solid 1px #e8e8e8;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.advert_content {
	padding-left: 30px;
}

.advert_subtitle {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 26px;
}

.advert_title a {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}

.advert_title a:hover {
	color: #329daa;
}

.advert_title_2 a {
	font-size: 18px;
	font-weight: 500;
	color: #329daa;
}

.advert_title_2 a:hover {
	opacity: 0.8;
}

.advert_text {
	color: #828282;
	margin-top: 10px;
}

.advert_image {
	width: 178px;
	height: 100%;
}

.advert_image img {
	display: block;
	max-width: 100%;
}

.trends {
	padding-top: 50px;
	padding-bottom: 50px;
	padding: 50px 40px;
}

.trends_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(203, 225, 238, 0.3);
}

.trends_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.trends_container {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    padding-left: 40px;
    text-align: right;
    direction: ltr;
}

.trends_title {
	padding-left: 50px;
}

.trends_text {
	margin-top: 17px;
}

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

.trends_slider_nav {
	margin-top: 27px;
}

.trends_nav {
	display: inline-block;
	width: 36px;
	height: 36px;
	border: 2px solid #dadada;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	margin-right: 16px;
}

.trends_nav:last-child {
	margin-right: 0px;
}

.trends_nav i {
	line-height: 32px;
	color: #949494;
	font-size: 18px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trends_nav:hover i {
	color: #474747;
}

.trends_item {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 0px;
	padding: 100px 10px 5px 10px;
}

.trends_image {
	width: 100%;
	height: 120px;
}

.trends_image img {
	/* width: auto !important; */
	max-width: 100% !important;
}

.trends_category a {
    font-size: 15px;
	color: rgba(0, 0, 0, 0.5);
}

.trends_category a:hover {
	color: #329daa;
}

.trends_content {
	margin-top: 50px;
	/* margin: 0px; */
	padding: 0px 25px;
}

.trends_name {
    float: unset;
}

.trends_name a {
    font-size: 18px;
	color: #000000;
}

.trends_name a:hover {
	color: #329daa;
}

.trends_price {
	font-size: 16px;
	font-weight: 500;
	float: right;
}

.trends_fav {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 36px;
	height: 36px;
	background: #FFFFFF;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	cursor: pointer;
}

.trends_fav.active {
	visibility: visible;
	opacity: 1;
}

.trends_fav:hover {
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.trends_item:hover .trends_fav {
	visibility: visible;
	opacity: 1;
	top: 18px;
}

.trends_fav i {
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #cccccc;
	line-height: 36px;
	pointer-events: none;
	z-index: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trends_fav.active i {
	color: red;
}

.trends_item:hover .trends_fav {
	visibility: visible;
	opacity: 1;
}

.trends_marks {
	position: absolute;
	left: 18px;
	top: 18px;
}

.trends_mark {
	display: none;
	width: 36px;
	height: 36px;
	font-size: 10px;
	font-weight: 500;
	color: #FFFFFF;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
}

.trends_discount {
	background: #df3b3b;
}

.trends_item.discount .trends_discount,
.trends_item.is_new .trends_new {
	display: block;
}

.trends_new {
	background: #329daa;
}

.reviews {
	padding-top: 50px;
	padding-bottom: 10px;
}

.reviews_title_container {
	border-bottom: solid 1px #dadada;
}

.reviews_title {
	font-weight: 500;
	margin-bottom: 14px;
}

.reviews_all {
	position: absolute;
	right: 0;
	bottom: 14px;
}

.reviews_all a {
	font-size: 10px;
	color: #329daa;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.reviews_all a:hover {
	opacity: 0.8;
}

.reviews_slider_container {
	padding-top: 25px;
	/* padding: 25px 60px; */
}

.review {
	width: 100%;
}

/* fix ux */

@media only screen and (max-width: 1024px) {
	.review {
		flex-direction: column !important;
		align-items: center !important;
	}

	.review_content {
		padding: 3rem 0;
		padding-left: 0 !important;
	}
}

.review_image {
	width: 275px;
	height: 190px;
}

.review_image img {
	max-width: 100%;
}

.review_content {
	padding-left: 30px;
	margin-top: -4px;
}

.review_name {
	font-size: 16px;
	font-weight: 500;
}

.review_rating_container {
	margin-top: 1px;
}

.review_rating {
	display: inline-block;
}

.review_rating i::before {
	font-size: 13px;
	margin-right: 8px;
}

.review_time {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
}

.review_text {
	margin-top: 12px;
}

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

.reviews_dots {
	position: absolute;
	bottom: -69px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}

.reviews_dots .owl-dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #e8e8e8;
	border-radius: 50%;
	margin-right: 16px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.reviews_dots .owl-dot:last-child {
	margin-right: 0px;
}

.reviews_dots .owl-dot.active {
	background: #329daa;
	box-shadow: none;
}

.viewed {
	background: #eff6fa;
	padding: 50px 0;
}

.viewed_title_container {
	border-bottom: solid 1px #dadada;
}

.viewed_title {
	margin-bottom: 14px;
}

.viewed_nav_container {
	position: absolute;
	right: -5px;
	bottom: 14px;
}

.viewed_nav {
	display: inline-block;
	cursor: pointer;
}

.viewed_nav i {
	color: #ffffff;
	font-size: 18px;
	padding: 10px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	background: #329daa;
	border-radius: 2px;
}

.viewed_nav:hover i {
	color: #606264;
}

.viewed_prev {
	margin-right: 15px;
}

.viewed_slider_container {
	padding-top: 15px;
}

.viewed_item {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

.viewed_image {
	width: 115px;
	height: 115px;
}

.viewed_image img {
	display: block;
	max-width: 100%;
}

.viewed_content {
	width: 100%;
	margin-top: 25px;
}

.viewed_price {
	font-size: 16px;
	color: #000000;
	font-weight: 500;
}

.viewed .product_name {
	margin-top: 3px;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0 10px;
}

.viewed_item.discount .viewed_price {
	color: #df3b3b;
}

.viewed_price span {
	position: relative;
	font-size: 12px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	margin-left: 8px;
}

.viewed_price span::after {
	display: block;
	position: absolute;
	top: 6px;
	left: -2px;
	width: calc(100% + 4px);
	height: 1px;
	background: #8d8d8d;
	content: '';
}

.viewed_name {
	margin-top: 3px;
}

.viewed_name a {
	font-size: 14px;
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.viewed_name a:hover {
	color: #329daa;
}

.item_marks {
	position: absolute;
	top: 18px;
	left: 18px;
}

.item_mark {
	display: none;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
}

.item_discount {
	background: #df3b3b;
	margin-right: 5px;
}

.item_new {
	background: #329daa;
}

.viewed_item.discount .item_discount {
	display: inline-block;
}

.viewed_item.is_new .item_new {
	display: inline-block;
}

.brands {
	width: 100%;
	padding-top: 73px;
	padding-bottom: 50px;
}

.brands_slider_container {
	height: 130px;
	border: solid 1px #e8e8e8;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	padding-left: 97px;
	padding-right: 97px;
}

.brands_slider {
	height: 100%;
}

.brands_item {
	height: 100%;
}

.brands_item img {
	max-width: 100%;
}

.brands_nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 5px;
	cursor: pointer;
}

.brands_nav i {
	color: #e5e5e5;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.brands_nav:hover i {
	color: #676767;
}

.brands_prev {
	left: 40px;
}

.brands_next {
	right: 40px;
}

.newsletter {
	width: 100%;
	background: #329daa;
	padding-top: 60px;
	padding-bottom: 60px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.newsletter_container {
	width: 100%;
}

.newsletter_title_container {
    width: 40%;
    padding-right: 95px;
    text-align: right;
}

.newsletter_icon {
	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;
}

.newsletter_title {
    font-size: 28px;
    color: #ffffff;
}

.newsletter_text {
    letter-spacing: 1px;
}

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

.newsletter_icon img {
	max-width: 100%;
}

.newsletter_content {
	width: 60%;
}

.newsletter_form {
	position: relative;
	width: 569px;
    float: right;
}

.newsletter_input {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    padding-right: 25px;
    font-size: 16px;
    outline: none;
    color: #329daa;
    padding-left: 160px;
}

.newsletter_input:focus {
	border: solid 1px rgba(14, 140, 228, 0.3);
	box-shadow: 0px 1px 5px rgba(14, 140, 228, 0.3);
}

.newsletter_input::-webkit-input-placeholder {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.3);
}

.newsletter_input:-moz-placeholder {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.3);
}

.newsletter_input::-moz-placeholder {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.3);
}

.newsletter_input:-ms-input-placeholder {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.3);
}

.newsletter_input::input-placeholder {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.3);
}

.newsletter_button {
    position: absolute;
    top: 0;
    left: 0;
    width: 153px;
    height: 50px;
    background: #5bb1bb;
    color: #FFFFFF;
    line-height: 50px;
    font-size: 18px;
    border: none;
    outline: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

.newsletter_button:hover {
	opacity: 0.8;
}

.newsletter_unsubscribe_link {
	float: right;
	text-align: right;
	height: 50px;
}

.newsletter_unsubscribe_link a {
	font-size: 10px;
	color: #329daa;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 50px;
}

.newsletter_unsubscribe_link a:hover {
	color: #0d82d3;
}

/*********************************
17. Footer
*********************************/

.footer {
	padding-top: 52px;
    padding-bottom: 40px;
    text-align: right;
}

.footer .logo_container {
	height: auto;
	margin-bottom: 18px;
}



.footer .logo a {
	color: #000000;
}

.footer_title {
	font-size: 16px;
    font-weight: 600;
    color: #616060;
    
}

.footer_phone {
	font-size: 18px;
	font-weight: 500;
	color: #329daa;
	margin-top: 13px;
}

.footer_contact_text {
	margin-top: 10px;
}

.footer_contact_text p {
	margin-bottom: 0px;
}

.footer_social {
	margin-top: 27px;
}

.footer_social ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #329daa;
	border-radius: 3px;
	cursor: pointer;
    margin-left: 8px;
	text-align: center;
}

.footer_social ul li i {
	color: #ffffff !important;
	line-height: 30px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.footer_social ul li:hover i {
	color: #329daa;
}

.footer_subtitle {
	font-size: 12px;
	color: #000000;
}

.footer_column ul:first-of-type {
	margin-top: 21px;
}

.footer_column ul {
	margin-top: 7px;
}

.footer_list li {
	margin-bottom: 6px;
}

.footer_list li a {
	font-size: 15px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.footer_list li a:hover {
	color: #329daa;
}

.footer_list_2 {
	margin-top: 42px !important;
}

.copyright {
	width: 100%;
	background: #fafafa;
}

.copyright_container {
	width: 100%;
	height: 56px;
}

.copyright_content {
	font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    font-family: sans-serif;
}

.copyright_content span {
	font-weight: 500;
}

.logos {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.logos_list li {
    display: inline-block;
    margin-left: 16px;
}

.logos_list li:last-child {
	margin-left: 0px;
}

.owl-carousel {
    direction: ltr;
}

.main_nav {
	width: 100%;
	border-top: solid 0px #f2f2f2;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	background: #FFFFFF;
}

.main_nav_menu {
    margin-left: 0 !important;
    margin-right: 60px !important;
}

.login-search {
    margin-right: auto !important;
}

.logo-main .line {
	line-height: 85px;
}

.logo-main {
	border-left: 1px solid #d8d1ca;
}

.slider,
.slider>div {
	background-position: center center;
	display: block;
	width: 100%;
	height: 625px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	-moz-transition: transform .4s;
	-o-transition: transform .4s;
	-webkit-transition: transform .4s;
	transition: transform .4s;
}

.slider>div {
	position: absolute;
}

.slider>i {
	color: #5bbd72;
	position: absolute;
	font-size: 60px;
	margin: 20px;
	top: 40%;
	text-shadow: 0 10px 2px #223422;
	transition: .3s;
	width: 30px;
	padding: 10px 13px;
	background: #fff;
	background: rgba(255, 255, 255, .3);
	cursor: pointer;
	line-height: 0;
	box-sizing: content-box;
	border-radius: 3px;
	z-index: 4;
}

.slider>i svg {
	margin-top: 3px;
}

.slider>.left {
	left: -100px;
}

.slider>.right {
	right: -100px;
}

.slider:hover>.left {
	left: 0;
}

.slider:hover>.right {
	right: 0;
}

.slider>i:hover {
	background: #fff;
	background: rgba(255, 255, 255, .8);
	transform: translateX(-2px);
}

.slider>i.right:hover {
	transform: translateX(2px);
}

.slider>i.right:active,
.slider>i.left:active {
	transform: translateY(1px);
}

.slider:hover>div {
	transform: scale(1.01);
}

.hoverZoomOff:hover>div {
	transform: scale(1);
}

.slider>ul {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 4;
	padding: 0;
	margin: 0;
	transform: translateX(-50%);
}

.slider>ul>li {
	padding: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	list-style: none;
	float: left;
	margin: 10px 4px 0;
	cursor: pointer;
	border: 1px solid #fff;
	-moz-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.slider>ul>.showli {
	background-color: #0e8fa0;
	-moz-animation: boing .5s forwards;
	-o-animation: boing .5s forwards;
	-webkit-animation: boing .5s forwards;
	animation: boing .5s forwards;
}

.slider>ul>li:hover {
	background-color: #0e8fa0;
}

.slider>.show {
	z-index: 1;
}

.hideDots>ul {
	display: none;
}

.showArrows>.left {
	left: 0;
}

.showArrows>.right {
	right: 0;
}

.titleBar {
	z-index: 2;
	display: inline-block;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	width: 100%;
	bottom: 0;
	transform: translateY(100%);
	padding: 15px 135px;
	transition: .3s;
	color: #fff;
}

.titleBar h1 {
	
	font-size: 32px;
	font-weight: 600;
}

.titleBar * {
	transform: translate(-20px, 30px);
	transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
	opacity: 0;
}

.titleBarTop .titleBar * {
	transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
	transform: translate(0);
	opacity: 1;
}

.titleBarTop .titleBar {
	top: 0;
	bottom: initial;
	transform: translateY(-100%);
}

.slider>div span {
	display: block;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	bottom: 0;
	color: #fff;
	text-align: center;
	padding: 0;
	width: 100%;
}


@keyframes boing {
	0% {
		transform: scale(1.2);
	}

	40% {
		transform: scale(.6);
	}

	60% {
		transform: scale(1.2);
	}

	80% {
		transform: scale(.8);
	}

	100% {
		transform: scale(1);
	}
}

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

#slider2 {
	max-width: 30%;
	margin-right: 20px;
}

.row2Wrap {
	display: flex;
}

.content {
	padding: 50px;
	margin-bottom: 100px;
}


.content {
	padding: 10px 15vw;
}

.titleBar {
	z-index: 2;
	display: inline-block;
	background: hsla(0, 0%, 0%, 0.3);
	position: absolute;
	width: 100%;
	bottom: 0;
	transform: translateY(100%);
	padding: 15px 135px;
	transition: .3s;
	color: #fff;
}

.contain {
	padding: 20px 20px;
}

.rounded img {
	height: 275px;
	max-width: 100%;
	border-radius: 50%;
	object-fit: contain;
}

.rounded a {
	color: #747474;
}

.sec-title {
	position: relative;
	display: block;
	margin-top: -5px;
	padding-bottom: 50px;
}

.sec-title.max-width {
	max-width: 650px;
	margin: -5px auto 0;
}

.sec-title.with-text {
	padding-bottom: 30px;
}

.sec-title p {
	color: #e9212e;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 7px;
	
}

.sec-title .title {
	position: relative;
	display: block;
	color: #27282c;
	font-size: 31px;
	line-height: 44px;
	margin-top: 7px;
	font-weight: 700;
	text-transform: uppercase;
	
}

.sec-title .title.clr-white {
	color: #ffffff;
}

.sec-title .title span {
	font-weight: 400;
}

.sec-title .bottom-text {
	color: #7c7e84;
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
	text-transform: none;
	margin: 0px 0 0;
	
}

.main-section {
	padding: 70px 0px;
}

.sec-title p {
	color: #2aa5b5;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 0px;
	text-transform: capitalize;
	
}

.rounded {
	text-align: center;
}

.rounded h3 {
	color: #747474;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 15px;
}

.new_arrivals {
	width: 100%;
	padding-top: 74px;
	padding-bottom: 96px;
	padding: 49px 203px;
}





.product_item {
	position: relative;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	background: #FFFFFF;
	cursor: pointer;
	padding-top: 0px;
	z-index: 0;
}

.product_cart_button {
	position: relative;
	left: 0px;
	width: 100%;
	height: 48px;
	background: #329daa;
	border: none;
	outline: none;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 10px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.product_item:hover .product_extras {
	max-height: 300px;
}

.section1 {
	padding: 70px 0;
}

.trends_content {
	margin-top: 100px;
    padding: 10px 25px;
	text-align: center;
}

.viewed_nav_container2 {
	position: absolute;
	right: 0px;
	bottom: -160px;
	z-index: 999;
}

.viewed_nav_container1 {
	position: absolute;
	left: 0px;
	bottom: -160px;
	z-index: 999;
}

.slider-viewed .product_item {
	border: 1px solid #ddd;
}

.slider-viewed .viewed_nav_container1 {
    position: absolute;
    left: 0;
    bottom: 42%;
    margin: auto;
    z-index: 999;
}

.slider-viewed .viewed_nav_container2 {
    position: absolute;
    right: 0;
    bottom: 42%;
    margin: auto;
    z-index: 999;
}

.slider-viewed .viewed_slider_container {
	padding-top: 0px;
}

.sec-title.with-text {
	padding-bottom: 35px;
}

.item_banner {
	padding: 0px 5px;
}

.item_banner img {
	width: 100%
}

.blog .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 190px;
}

.review_name a {
	color: #555 !important;
}

.newsletter_text p:last-child {
	margin-bottom: 0;
	color: #ffffff;
}

.footer_list_2 {
	margin-top: 18px !important;
}

.copyright {
	width: 100%;
	background: #ededed;
}

.copyright_content a {
	font-weight: bold;
    color: #329daa !important;
    font-size: 13px;
    
}

#search-menu {
	position: fixed;
	width: 100%;
	top: 140px;
	left: 0;
	right: 0;
	white-space: nowrap;
	z-index: 9999;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 500ms ease all;
	-moz-transition: 500ms ease all;
	transition: 500ms ease all;
}

#search-menu.toggled {
	top: 140px;
	opacity: 1;
	visibility: visible;
	background: #fff;
}

#search-menu .wrapper {
	position: relative;
	border: 1px solid #ddd;
}

#search-menu .wrapper input {
    width: 90%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
    color: #737272;
    font-weight: 500;
    float: right;
    padding: 20px;
}

#search-menu .wrapper input::placeholder {
	color: #d0d0d0;
}

#search-menu .wrapper input:focus {
	outline: none;
}

#search-menu .wrapper button {
    position: absolute;
    display: block;
    width: 10%;
    left: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #bfbfbf;
    font-size: 45px;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
    cursor: pointer;
    border-bottom: 1px solid #dddddd;
}

#search-menu .wrapper button i {
	font-size: 36px;
}

#search-menu .wrapper button:hover {
	color: #000000;
}

#search-menu .wrapper button:focus {
	outline: none;
}

#search-icon {
	cursor: pointer;
	color: #bfbfbf;
	text-align: center;
	-webkit-transition: 500ms ease all;
	-moz-transition: 500ms ease all;
	transition: 500ms ease all;
}

#search-icon:hover {
	color: #fff;
}



.main_nav_dropdown .hassubs a {
	font-size: 15px;
	font-weight: 500;
	color: rgb(118, 118, 118);
	text-transform: unset;
	font-size: 16px;
	font-weight: 300;
	color: #000;
}

.sub-menu a {
	font-size: 15px;
	font-weight: 500;
	color: rgb(118, 118, 118);
	text-transform: uppercase;
	line-height: 50px !important;
}

.login-search li:hover {
	border-top: 3px solid #0b9aab;
}

.img-h {
	height: 26px;
}


.card {
	margin-top: auto;
	margin-bottom: auto;
	background-color: #fafafa;
}

.social_icon span {
	font-size: 60px;
	margin-left: 10px;
	color: #FFC312;
}

.social_icon span:hover {
	color: white;
	cursor: pointer;
}

.card-header h3 {
	color: #2e2e2e;
}

.social_icon {
	position: absolute;
	right: 20px;
	top: -45px;
}

.input-group-prepend span {
	width: 50px;
	background-color: #FFC312;
	color: black;
	border: 0 !important;
}

input:focus {
	outline: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;

}

.remember {
	color: white;
}

.remember input {
	width: 20px;
	height: 20px;
	margin-left: 15px;
	margin-right: 5px;
}

.login_btn {
	color: white;
	background-color: #1a94a3;
	width: 100%;
	padding: 15px;
}

.login_btn:hover {
	color: white;
	background-color: #0b98aa;
}

.links {
	color: white;
}

.links a {
	margin-left: 4px;
}

.standard_dropdown li .sub2 {
	display: block;
	position: absolute;
	top: 120%;
    left: 0 !important;
    right: auto;
}

.form-control {
	display: block;
	width: 100%;
	padding: 15px .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #e3e3e3;
	border-radius: .25rem;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.links a {
	text-transform: unset;
	font-weight: 400 !important;

}

.top_bar_dropdown li {
	display: inline-block;
	position: relative;
	height: auto;
}

@media only screen and (max-width: 575px) {
	.main_nav_content {
		height: unset !important;
		background: #fff !important;
	}

	.main_nav {
		width: calc(100% + 30px);
		margin-left: -30px;
		margin-right: -20px;
		margin-top: 0px;
	}

	.menu_trigger_container {
		display: none;
		width: auto;
		height: 100%;
		padding-right: 25px;
		padding-left: 25px;
		cursor: pointer;
		margin-top: 32px;
	}

	.menu_trigger_text {
		display: inline-block;
		font-size: 18px;
		font-weight: 500;
		color: #3e9ea9;
		text-transform: uppercase;
		margin-right: 16px;
	}

	.cat_burger span {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #378b95;
	}

	.menu_trigger {
		height: 100%;
        margin-left: 33px;
	}

	.review_image {
		width: 100%;
		height: 190px;
	}
}

.item_banner img {
	width: 100%;
	height: 400px;
}


.home_content img {
	width: auto !important;
	height: 130px;
	border-radius: 100%;
	object-fit: contain;
}


/*********************************
6. Shop Sidebar
*********************************/

.shop_sidebar {
	width: 100%;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
}

.sidebar_title {
	font-size: 25px;
	font-weight: 500;
}

.sidebar_categories {
	margin-top: 20px;
}

.sidebar_categories li {
	margin-bottom: 7px;
}

.sidebar_categories li a {
	color: #4b5050;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	font-size: 17px;
}

.sidebar_categories li a:hover {
	color: #329daa;
}

.filter_by_section {
	margin-top: 45px;
}

.filter_price {
	margin-top: 28px;
}

.slider_range {
	max-width: 195px;
}

.filter_price p {
	display: inline-block;
	font-size: 12px;
	font-weight: 500 !important;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 0px;
}

.sidebar_subtitle {
	font-size: 23px;
	font-weight: 500;
	margin-top: 25px;
}

.filter_price p input {
	font-size: 12px;
	font-weight: 500 !important;
	color: rgba(0, 0, 0, 0.5)
}

.amount {
	margin-top: 18px;
}

.color_subtitle {
	margin-top: 27px;
}

.colors_list {
	margin-top: 14px;
}

.color {
	display: inline-block;
	margin-right: 6px;
}

.color a {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 2px;
}

.brands_subtitle {
	margin-top: 27px;
}

.brands_list {
	margin-top: 12px;
}

.brand {
	margin-bottom: 7px;
}

.brand a {
	color: #4b5050;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	font-size: 17px;
}

.brand a:hover {
	color: #329daa;
}

.home {
	width: 100%;
	height: 80px;
	background: transparent;
}

.home_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.home_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: #cde4f1;*/
	/*background: linear-gradient(#FFFFFF, #cde4f1);*/
	opacity: 0.9;
}

.home_content {
	width: 100%;
	height: 100%;
}

/*********************************
5. Shop
*********************************/
/*********************************
5. Shop
*********************************/

.shop {
	background: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 139px;
}

.shop_content {
	width: 100%;
}

.shop_bar {
    z-index: 1;
    margin-bottom: 20px;
}



.shop_product_count span {
	color: #329daa;
	margin-left: 6px;
}

.shop_sorting {
	margin-top: 15px;
	text-align: right;
}

.shop_sorting span {
	display: inline-block;
	font-weight: 500;
}

.shop_sorting>ul {
	display: inline-block;
	position: relative;
	margin-left: 6px;
}

.shop_sorting ul li {
	color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.shop_sorting ul li:hover {
	color: rgba(0, 0, 0, 0.8);
}

.shop_sorting ul li i {
	display: inline-block;
	font-size: 10px;
	color: rgba(0, 0, 0, 0.5);
	margin-left: 4px;
	vertical-align: middle;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}

.shop_sorting ul li ul {
	display: block;
	position: absolute;
	top: calc(100% + 15px);
	left: 0;
	text-align: left;
	background: #f7f6f4;
	width: auto;
	padding-top: 0;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.shop_sorting ul li:hover ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.shop_sorting ul li ul li {
	padding: 6px 8px;
	line-height: inherit !important;
	border: 0;
	
	font-size: 14px;
	color: #329daa;
	border-bottom: 1px solid #ddd !important;
}

.shop_sorting ul li ul a:last-child li {
	border-bottom: none !important;
}

.home_content {
	width: 100%;
	height: 100%;
	/*background: url(../images/bggg.png);*/
}

.home h2 {
	color: #fff;
}

.home h2 {
	color: #2e2e2e;
}



/*********************************
4. Contact
*********************************/

.contact_info {
	width: 100%;
	padding-top: 70px;
}

.contact_info_item {
	width: calc((100% - 60px) / 3);
    height: 120px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-right: 32px;
    padding-left: 15px;
}

.contact_info_image {
	width: 35px;
	height: 35px;
	text-align: center;
}

.contact_info_image img {
	max-width: 100%;
}

.contact_info_content {
	padding-right: 17px;
    text-align: right;
}

.contact_info_title {
	font-weight: 500;
	font-size: 20px;
}

.contact_info_text {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.5);
}

.contact_form {
	padding-top: 40px;
}

.contact_form_container {
	text-align: right;
}

.contact_form_title {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 37px;
	text-align: right;
}

.contact_form_inputs {
	margin-bottom: 30px;
}

.input_field {
    width: calc((100% - 60px) / 3);
    height: 50px;
    padding-right: 25px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    outline: none;
    color: #3d3f40;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 18px;
}

.input_field:focus,
.text_field:focus {
	border-color: #b2b2b2;
}

.input_field:hover,
.text_field:hover {
	border-color: #b2b2b2;
}

.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder {
	font-size: 16px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.3);
}

.input_field:-moz-placeholder,
.text_field:-moz-placeholder {
	font-size: 16px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.3);
}

.input_field::-moz-placeholder,
.text_field::-moz-placeholder {
	font-size: 16px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.3);
}

.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder {
	font-size: 16px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.3);
}

.input_field::input-placeholder,
.text_field::input-placeholder {
	font-size: 16px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.3);
}

.text_field {
	width: 100%;
	height: 160px;
	padding-left: 25px;
	padding-top: 15px;
	border: solid 1px #e5e5e5;
	border-radius: 5px;
	color: #0e8ce4;
	outline: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.contact_submit_button {
	padding-left: 35px;
	padding-right: 35px;
	color: #FFFFFF;
	font-size: 18px;
	border: none;
	outline: none;
	cursor: pointer;
	margin-top: 24px;
}

.panel {
	width: 100%;
	height: 50px;
	background: #fafafa;
	margin-top: 120px;
}

/*********************************
4.2 Contact Map
*********************************/

.contact_map {
	width: 100%;
}

.google_map {
	width: 100%;
	height: 400px;
}

.map_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#map {
	width: 100%;
	height: calc(100% + 30px);
}

.contact_form {
	padding-top: 40px;
	padding-bottom: 54px;
}

.blog p {
	color: #7c7e84;
	font-size: 17px;
}

.blog img {
	width: 100%
}

.cart_section {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 85px;
	text-align: right;
}

.cart_title {
	font-size: 30px;
	font-weight: 500;
}


.cart_list {
	border: solid 1px #e8e8e8;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.cart_item {
	width: 100%;
	padding: 15px;
	padding-right: 46px;
}

.cart_item_image {
	width: 133px;
	height: 133px;
	float: left;
}

.cart_item_image img {
	max-width: 100%;
	/* border: 1px solid #ddd; */
	background: #e6f1f7;
}

.cart_item_info {
	width: calc(100% - 133px);
	float: left;
	padding-top: 18px;
}

.cart_item_name {
	margin-left: 7.53%;
}

.cart_item_title {
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
}

.cart_item_text {
	font-size: 18px;
	margin-top: 35px;
}

.cart_item_text span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 11px;
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
	margin: 0 auto;
}

.cart_item_price {
	text-align: right;
}

.cart_item_total {
	text-align: right;
}

.order_total {
	width: 100%;
	margin-top: 30px;
	border: solid 4px #e8e8e8;
	padding: 15px;
}

.order_total_title {
	display: inline-block;
    font-size: 25px;
	color: rgba(0, 0, 0, 0.5);
	line-height: 60px;
}

.order_total_amount {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	margin-right: 26px;
	line-height: 60px;
}

.cart_buttons {
	margin-top: 60px;
	text-align: left;
}

.cart_button_clear {
    display: inline-block;
    border: none;
    font-size: 23px;
    font-weight: 400;
    line-height: 48px;
    color: rgb(255, 255, 255);
    background: #0b9aab;
    border: solid 1px #0b9aab;
    padding-left: 65px;
    padding-right: 65px;
    outline: none;
    cursor: pointer;
    margin-left: 26px;
    padding-bottom: 3rem;
}

.cart_button_clear:hover {
	border-color: #0e8ce4;
	color: #0e8ce4;
}

.cart_button_checkout {
	display: inline-block;
	border: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 48px;
	color: #FFFFFF;
	padding-left: 35px;
	padding-right: 35px;
	outline: none;
	cursor: pointer;
	vertical-align: top;
}

.cart_items {
	margin-top: 40px;
}

@media (min-width: 768px) {
	.text-md-right {
		text-align: left;
	}
}

@media(max-width: 767px) {
	.input_field {
		width: 100%;
		margin-bottom: 13px;
	}

	.contact_info_item {
		width: 100%;
		height: 100px;
		border: solid 1px #e8e8e8;
		box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
		padding-left: 32px;
		padding-right: 15px;
		margin-bottom: 13px;
	}
}


@media only screen and (max-width: 991px) {
	.main_nav {
		margin-top: 0px !important;
	}

	.main_nav_content {
		background: #fafafa !important;
	;
	}

	.cat_burger span {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background: #18909f !important;
	}

	.home {
		height: 10px;
		padding-top: 30px;
	}
	.home_content img {
		/*width: auto !important;*/
		height: 345px !important;
		/*border-radius: 100%;*/
		/*object-fit: contain;*/
	}
}
.register .sec-title .title {
	position: relative;
	display: block;
	color: #27282c;
	font-size: 31px;
	line-height: 44px;
	margin-top: 7px;
	font-weight: 700;
	text-transform: unset;
	
}

.register .login_btn {
	margin-top: 50px
}

@media (min-width: 768px) {
	.text-md-right {
		text-align: right !important;
	}
}

.panel {
	width: 100%;
	height: unset;
	background: #fff;
	margin-top: 70px;
	margin-bottom: 80px;
}

.footer .col-lg-3:last-of-type {
	display: none;
}

.box {
	width: 100%;
	height: 550px;
	border: 4px double #cccccc29;
}

ul {
	list-style: none;
}

ul.smal_sample li {
	width: 24.1%;
	float: left;
	margin: 0 0.4%;
	border: 1px solid #ccc;
}

ul.smal_sample li img {
	width: 100%;
}



.sliderarrow {
	position: absolute;
	top: 200px;
	background: red;
	width: 40px;
	height: 40px;
	font-size: 25px;
	left: 34px;
	color: #fff !important;
	padding: 2px;
	border-radius: 50px;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

.item img,
.item iframe,
.item video {
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	border: 0;
	display: block;
	margin: 0 auto;
}

.one-product {
	max-width: 500px;
	width: 100%;
}

.one-product__slider {
	width: 60%;
	padding: 2rem;
	display: inline-block;
	padding-top: 10%;
}

.one-product__slider_navigation {
	width: 100px;
	display: inline-block;
	vertical-align: top;
	padding-top: 15%;
}

.one-product__slider_navigation .item {
	padding: 0.8rem 1.5rem;
	margin: 2%;
	width: 80px !important;
	height: 80px;
}

.one-product__slider_navigation .item img {
	max-width: 70px;
}

.one-product__slider_navigation .cont-btn {
	width: 0;
	height: 0;
	display: block;
}

.one-product__slider_navigation .button-prev-slider {
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 20px solid #522b2a;
}

.one-product__slider_navigation .button-next-slider {
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 20px solid #522b2a;
}

.zoomContainer {
	z-index: 9000;
}

@media screen and (max-width: 500px) {
	.one-product__slider {
		width: 100%;
	}

	.one-product__slider_navigation {
		width: 100%;
	}
}



.product-content {
	border: 1px solid #dfe5e9;
	margin-bottom: 20px;
	margin-top: 12px;
	background: #fff
}

.product-content .carousel-control.left {
	margin-left: 0
}

.product-content .product-image {
	background-color: #fff;
	display: block;
	min-height: 238px;
	overflow: hidden;
	position: relative
}

.product-content .product-deatil {
	border-bottom: 1px solid #dfe5e9;
	padding-bottom: 17px;
	padding-left: 16px;
	padding-top: 16px;
	position: relative;
	background: #fff
}

.product-content .product-deatil h5 a {
	color: #2f383d;
	font-size: 15px;
	line-height: 19px;
	text-decoration: none;
	padding-left: 0;
	margin-left: 0
}

.product-content .product-deatil h5 a span {
	color: #9aa7af;
	display: block;
	font-size: 13px
}

.product-content .product-deatil span.tag1 {
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	height: 50px;
	padding: 13px 0;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 10px;
	width: 50px
}

.product-content .product-deatil span.sale {
	background-color: #21c2f8
}

.product-content .product-deatil span.discount {
	background-color: #71e134
}

.product-content .product-deatil span.hot {
	background-color: #fa9442
}

.product-content .description {
	font-size: 12.5px;
	line-height: 20px;
	padding: 10px 14px 16px 19px;
	background: #fff
}

.product-content .product-info {
	padding: 11px 19px 10px 20px
}

.product-content .product-info a.add-to-cart {
	color: #2f383d;
	font-size: 13px;
	padding-left: 16px
}

.product-content name.a {
	padding: 5px 10px;
	margin-left: 16px
}

.product-info.smart-form .btn {
	padding: 6px 12px;
	margin-left: 12px;
	margin-top: -10px
}

.product-entry .product-deatil {
	border-bottom: 1px solid #dfe5e9;
	padding-bottom: 17px;
	padding-left: 16px;
	padding-top: 16px;
	position: relative
}

.product-entry .product-deatil h5 a {
	color: #2f383d;
	font-size: 15px;
	line-height: 19px;
	text-decoration: none
}

.product-entry .product-deatil h5 a span {
	color: #9aa7af;
	display: block;
	font-size: 13px
}

.load-more-btn {
	background-color: #21c2f8;
	border-bottom: 2px solid #037ca5;
	border-radius: 2px;
	border-top: 2px solid #0cf;
	margin-top: 20px;
	padding: 9px 0;
	width: 100%
}

.product-block .product-deatil p.price-container span,
.product-content .product-deatil p.price-container span,
.product-entry .product-deatil p.price-container span,
.shipping table tbody tr td p.price-container span,
.shopping-items table tbody tr td p.price-container span {
	color: #21c2f8;
	
	font-size: 24px;
	line-height: 20px
}

.product-info.smart-form .rating label {
	margin-top: 0
}

.product-wrap .product-image span.tag2 {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	padding: 10px 0;
	color: #fff;
	font-size: 11px;
	text-align: center
}

.product-wrap .product-image span.sale {
	background-color: #57889c
}

.product-wrap .product-image span.hot {
	background-color: #a90329
}

.shop-btn {
	position: relative
}

.shop-btn>span {
	background: #a90329;
	display: inline-block;
	font-size: 10px;
	box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
	font-weight: 700;
	border-radius: 50%;
	padding: 2px 4px 3px !important;
	text-align: center;
	line-height: normal;
	width: 19px;
	top: -7px;
	left: -7px
}



.description-tabs .tab-content {
	padding: 10px 0
}

.product-deatil {
	padding: 30px 30px 50px
}

.product-deatil hr+.description-tabs {
	padding: 0 0 5px !important
}

.product-deatil .carousel-control.left,
.product-deatil .carousel-control.right {
	background: none !important
}

.product-deatil .glyphicon {
	color: #3276b1
}

.product-deatil .product-image {
	border-right: none !important
}

.product-deatil .name {
	margin-top: 0;
	margin-bottom: 0
}

.product-deatil .name small {
	display: block
}

.product-deatil .name a {
	margin-left: 0
}

.product-deatil .price-container {
	font-size: 24px;
	margin: 0;
	font-weight: 300
}

.product-deatil .price-container small {
	font-size: 12px
}

.product-deatil .fa-2x {
	font-size: 16px !important
}

.product-deatil .fa-2x>h5 {
	font-size: 12px;
	margin: 0
}

.product-deatil .fa-2x+a,
.product-deatil .fa-2x+a+a {
	font-size: 13px
}

.profile-message ul {
	list-style: none;
}

.product-deatil .certified {
	margin-top: 10px
}

.product-deatil .certified ul {
	padding-left: 0
}

.product-deatil .certified ul li:not(first-child) {
	margin-left: -3px
}

.product-deatil .certified ul li {
	display: inline-block;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	padding: 13px 19px
}

.product-deatil .certified ul li:first-child {
	border-right: none
}

.product-deatil .certified ul li a {
	text-align: left;
	font-size: 12px;
	color: #6d7a83;
	line-height: 16px;
	text-decoration: none
}

.product-deatil .certified ul li a span {
	display: block;
	color: #21c2f8;
	font-size: 13px;
	font-weight: 700;
	text-align: center
}

.product-deatil .message-text {
	width: calc(100% - 70px)
}

@media only screen and (min-width:1024px) {
	.product-content div[class*=col-md-4] {
		padding-right: 0
	}

	.product-content div[class*=col-md-8] {
		padding: 0 13px 0 0
	}

	.product-wrap div[class*=col-md-5] {
		padding-right: 0
	}

	.product-wrap div[class*=col-md-7] {
		padding: 0 13px 0 0
	}

	.product-content .product-image {
		border-right: 1px solid #dfe5e9
	}

	.product-content .product-info {
		position: relative
	}
}

.message img.online {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-left: 13px;
    margin-bottom: 14px;
}

.sliderarrow {
	position: absolute;
	top: 200px;
	background: #44a2ac;
	width: 40px;
	height: 40px;
	font-size: 25px;
	cursor: pointer;
	left: 34px;
	color: #fff !important;
	padding: 2px;
	border-radius: 50px;
}

#imageDisplay {
	border: 1px solid rgb(232, 232, 232);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;
}

ul.smal_sample li {
	width: 24.1%;
	float: left;
	margin: 0 0.4%;
	border: 0px solid #ccc;
	cursor: pointer;
}

ul.smal_sample li img {
	width: 100%;
	border: 1px solid rgb(232, 232, 232);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;
	margin-top: 10px;
}

.product-details {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 60px 0px;
}

#right {
	position: absolute;
	top: 103px;
	background: #a3a3a3;
	width: 30px;
	height: 30px;
	font-size: 18px;
	cursor: pointer;
	left: -74px;
	color: #fff !important;
	padding: 2px;
	border-radius: 0px;
}

#left {
	position: absolute;
	top: 103px;
	background: #a3a3a3;
	width: 30px;
	height: 30px;
	font-size: 18px;
	cursor: pointer;
	left: 92px;
	color: #fff !important;
	padding: 2px;
	border-radius: 0px;
}

.btn-success {
	color: #fff;
	background-color: #0b9aab;
	border-color: #0b9aab;
}

#myTab li a {
	display: block;
	padding: 19px 15px;
	color: #635554;
	font-weight: bold;
	
	border: 1px solid transparent;
	font-size: 16px;
}

#myTab .active a {
	background: #f7f6f4;
	color: #0099a8;
	background-color: #f7f6f4;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-top: 3px solid #0099a8;
	margin-bottom: -1px;
}

textarea {
	display: block;
	width: 100%;
	padding: 12px 1.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	height: 275px;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #e3e3e3;
	border-radius: .25rem;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.margin-top-10 {
	margin: 25px 0px;
}

.btn-link {
	font-weight: 400;
	color: #329daa;
	background-color: transparent;
}

.btn-primary {
	color: #fff;
	background-color: #0b9aab;
	border-color: #329daa;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0b9aab;
	border-color: #0b9aab;
}

.message {
	margin: 20px 0px;
}

.message-text a {
	color: #404142;
}

.text-primary {
	color: #ffc74a !important;
}

.fa-2x {
	font-size: 18px;
	margin-bottom: 16px;
}

.btn-group>.btn:first-child {
	margin-left: 0;
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

.table-items img {
	width: 75px;
	/* height: 150px; */
}

.table>thead>tr>th {
	border: 1px solid #e8e8e8 !important;
	background: #fafafa;
	padding: 15px 30px;
	font-size: 14px;
	color: #333;
	
}



.table td,
.table th {
	padding: .75rem;
	vertical-align: middle;
	border: 1px solid #f3f3f3;
	text-align: center;
}



.table td a {
	color: #000000;
}

a:hover {
	color: #ffffff;
	text-decoration: unset;
}

h2.bg-success {
	padding: 15px;
}

.required-lbl {
	color: red;
}

label[for="billinginformation"] {
	display: inline;
	float: left;
	margin: 0px 45px 0px 0px;
}

.card-expiry {
	padding-left: 0px;
}

.confirm-btn {
	float: right;
}

.bg-primary {
	padding: 10px;
}

label {
	margin-bottom: 0px;
}

.payment {
	padding: 60px 0px
}

.payment .bg-primary {
	background-color: #e1eef5 !important;
	height: 47px;
	border-radius: 2px;
	font-size: 15px;
}

label[for="billinginformation"] {
	display: inline;
	float: left;
	margin: 2px 45px 0px 7px;
	font-weight: 400;
	color: #323232;
}

.required-lbl {
	color: red;
	display: none;
}

.control-label {
	margin-bottom: 1px;
}

@media(max-width: 767px) {

	#right,
	#left {
		display: none;
	}
}




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

.rate:not(:checked)>input {
	position: absolute;
	top: unset;
	visibility: hidden;
}

.rate:not(:checked)>label {
	float: right;
	width: 1em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 30px;
	color: #ccc;
	transition: .3s;
}

.rate:not(:checked)>label:before {
	content: '★ ';
}

.rate>input:checked~label {
	color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
	color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
	color: #c59b08;
}

.form-radio .product_extras {
	overflow: unset;
	padding: 0 20px;
	padding-bottom: 15px;
	text-align: right;
}

.form-radio .product_color {
	visibility: visible;
	opacity: unset;
}

.form-radio .btn-success {
	margin-top: 40px;
	cursor: pointer;
}

.product_image {
	width: 100%;
	height: 188px;
}

@media screen and (max-width: 979px) {
	.b-list-project--items li .b-list-progect--example {
		width: 300px;
	}

	.b-list-project--items li .b-list-progect--example img {
		width: 100%;
	}
}

@media screen and (max-width: 479px) {
	.b-list-project--items li {
		width: 166px;
	}
}

.b-option--resize {
	display: inline-block;
	vertical-align: middle;
	margin-left: 47px;
}

.b-option--resize .fa {
	font-size: 1.69231em;
	line-height: 1;
	color: white;
	cursor: pointer;
	margin-right: 9px;
}

.b-option--resize .fa.fa-horizontal {
	-moz-transform: rotate(270deg);
	/* Ð”Ð»Ñ Firefox */
	-ms-transform: rotate(270deg);
	/* Ð”Ð»Ñ IE */
	-webkit-transform: rotate(270deg);
	/* Ð”Ð»Ñ Safari, Chrome, iOS */
	-o-transform: rotate(270deg);
	/* Ð”Ð»Ñ Opera */
	transform: rotate(270deg);
}

.b-option--resize .fa.fa-current,
.b-option--resize .fa:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1023px) {
	.b-option--resize {
		display: none;
	}
}

.b-option-item {
	float: right;
	border-left: 1px solid #e88153;
	height: 66px;
	padding: 0 23px 0 26px;
	cursor: pointer;
}

.b-option-item:first-child {
	padding-right: 0;
}

.b-option-item:hover {
	opacity: 0.7;
}

@media screen and (max-width: 479px) {
	.b-option-item {
		padding: 0 11px 0;
	}
}

.f-option-item {
	color: white;
	line-height: 65px;
}

.f-option-item.b-option-close {
	vertical-align: middle;
	font-size: 28px;
}

.f-option-item.b-option-close:hover {
	color: white;
}

@media screen and (max-width: 479px) {
	.f-option-item.b-option-close {
		font-size: 18px;
	}
}

.f-option-item.b-option-cart {
	vertical-align: middle;
	font-size: 18px;
}

.f-option-item.b-option-cart:hover {
	color: white;
}

.f-option-item.b-option-cart .fa {
	font-size: 28px;
	vertical-align: middle;
}

@media screen and (max-width: 479px) {
	.f-option-item.b-option-cart .fa {
		font-size: 18px;
	}
}

.f-option-item.b-option-cart span {
	margin: 0 0 0 10px;
}

@media screen and (max-width: 639px) {
	.f-option-item.b-option-cart span {
		display: none;
	}
}

.b-product-cart {
	width: 100%;
}

.b-product-cart table {
	width: 100%;
	border-collapse: collapse;
}

.b-product-cart th {
	border: 1px solid #dfdfdf;
	background: #fafafa;
	padding: 1em;
}

@media screen and (max-width: 639px) {
	.b-product-cart th {
		padding: 0.5em;
	}
}

@media screen and (max-width: 767px) {
	.b-product-cart th:nth-child(4) {
		display: none;
	}
}

.b-product-cart th span {
	color: #515151;
}

.b-product-cart td {
	border: 1px solid #dfdfdf;
	background: white;
	padding: 1em;
	vertical-align: top;
}

@media screen and (max-width: 639px) {
	.b-product-cart td {
		padding: 0.5em;
	}
}

@media screen and (max-width: 767px) {
	.b-product-cart td:nth-child(4) {
		display: none;
	}
}

.b-product-cart span {
	display: block;
	line-height: 20px;
}

.b-product-cart a span.f-primary-b {
	font-size: 1.38462em;
	line-height: 1.2;
	position: absolute;
	padding: 10px 15px;
	color: #fff;
	background: #0a97a8;
	opacity: 0.9;
}

.b-product-cart span span {
	display: inline;
}

.b-product-cart p {
	font-size: 1em;
}

.b-product-cart .b-product-card__info_count {
	margin-right: 0;
}

.b-product-cart .b-align-middle {
	vertical-align: middle;
}



.b-product-cart-small+.b-product-cart-small {
	border-top: 0 none;
}

.b-product-cart-small__header {
	padding: 0.9em 0.9em 0.7em;
	border-bottom: 1px solid #dedede;
	box-shadow: 0 -1px 1px #e8e8e8 inset;
	background: #0a97a8;
}

.b-product-cart-small__header .c-default {
	color: #fff;
}

.b-product-cart-small__content {
	padding: 1em;
}

.b-product-cart-small__content_row-half {
	float: left;
	width: 50%;
}

.b-product-cart-small__content_row-half:first-child {
	padding-right: 0.4em;
}

.b-product-cart-small__content_row-half:last-child {
	padding-left: 0.4em;
}

.b-product-cart-small__content_info_row {
	border-bottom: 1px solid #dedede;
	padding: 8px 0 5px;
	overflow: hidden;
}

.b-product-cart-small__content_info_row:first-child {
	padding-top: 0;
}

.b-product-cart-small__content_info_value {
	float: right;
}

.b-product-cart-small__content_info_title {
	float: left;
	line-height: 16px;
}

.b-product-cart-small__content_info {
	margin-bottom: 1em;
}

.f-product-cart-small__content_info {
	font-size: 0.92308em;
	line-height: 2;
}

.f-product-cart-small__content_row {
	font-size: 0.92308em;
	line-height: 2;
}

.b-product-card .b-stars-group {
	display: inline-block;
}

.b-product-card .b-btn {
	padding: 7px 9px 6px 9px;
	line-height: 16px;
	min-height: 30px;
}

.b-product-card .b-tag {
	margin-top: 0;
	margin-bottom: 0;
}

.b-product-card .form-control {
	display: inline-block;
}

.b-product-card__visual-wrap {
	float: left;
	margin-right: 30px;
	width: 380px;
}

@media screen and (max-width: 767px) {
	.b-product-card__visual-wrap {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}

.b-product-card__visual {
	margin-bottom: 22px;
}

.b-product-card__visual-thumb {
	border: 0;
	box-shadow: none;
}

.b-product-card__info {
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.b-product-card__info {
		margin-top: 30px;
	}
}

.b-product-card__info_row {
	border-bottom: 1px solid #f1f1f1;
	padding: 10px 0;
}

.b-product-card__info_row:last-child {
	border-bottom: 0 none;
}

.f-product-card__info_price {
	font-size: 1.38462em;
	line-height: 1.2;
	position: absolute;
	padding: 10px 15px;
	color: #fff;
	background: #0a97a8;
	opacity: 0.9;
}

.b-product-card__info_title {
	display: inline-block;
	width: 70px;
	margin-right: 1.5em;
}

.b-product-card__info_title:after {
	content: ":";
	float: right;
	position: relative;
	left: 0.7em;
}

.b-product-card__info_like {
	background-color: #049ab0;
	display: inline-block;
	line-height: 17px;
}

.b-product-card__info_like:hover {
	background-color: #2bc2d5;
}

.b-product-card__info_count {
	width: 60px;
	display: inline-block;
	margin-right: 0.3em;
}

@media screen and (max-width: 979px) {
	.b-product-card__info_count {
		min-width: 86px;
	}
}

.b-product-card__info_add {
	display: inline-block;
	margin-right: 0.3em;
	font-size: 0.92308em;
	line-height: 1.2;
	margin-top: 10px;
}

.b-product-card__info_add i {
	font-size: 1.07692em;
	line-height: 1.2;
}

.b-product-card__info_code {
	display: inline-block;
	margin-right: 0.3em;
}

.f-product-card__info_description {
	font-size: 0.92308em;
	line-height: 2;
}

textarea.b-product-card-textarea {
	height: 222px;
}

.b-container-login-page {
	margin-top: 43px;
	margin-bottom: 47px;
}

.b-log-in-form {
	border-right: 1px solid #ebebeb;
	padding-right: 10px;
}

.b-log-in-form .b-hr {
	margin: 14px 0 25px;
	max-width: 470px;
}

@media screen and (max-width: 979px) {
	.b-log-in-form {
		border-right: 0;
		margin-bottom: 20px;
	}
}

.b-social-links-box {
	margin: 4rem 0;
}

.b-social__item {
	display: inline-block;
	vertical-align: middle;
	border-radius: 2px;
	border-bottom: 3px solid;
	height: 33px;
	width: 105px;
	margin: 0 7px 0 0;
}

.b-social__item .fa {
	position: relative;
	padding: 2px 8px 0 8px;
	margin: 0 2px 0 0;
}

.b-social__item .fa:after {
	content: '';
	display: block;
	height: 30px;
	position: absolute;
	top: 0;
	left: 100%;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.b-social__item:last-child {
	margin: 0;
}

.b-social__item.b-social__item--fb {
	background: #3b5998;
	border-bottom-color: #31497d;
}

.b-social__item.b-social__item--fb:hover {
	background: #31497d;
}

.b-social__item.b-social__item--tw,
.b-social__item.b-social__item--g {
	background: #56adee;
	border-bottom-color: #468ec3;
}

.b-social__item.b-social__item--tw:hover,
.b-social__item.b-social__item--g:hover {
	background: #468ec3;
}

.b-social__item.b-social__item--ld {
	background: #0182b3;
	border-bottom-color: #0182b3;
}

.b-social__item.b-social__item--ld:hover {
	background: #016287;
	border-bottom-color: #016287;
}

.f-social__item {
	font-size: 1.07692em;
	line-height: 1.85714;
	color: white;
}

.f-social__item:hover {
	color: white;
}

.f-social__item .fa {
	font-size: 1.23077em;
	line-height: 1.625;
}

.b-education-box .b-some-examples__item {
	margin: 10px 0 20px;
}

.b-education-detail-box .b-information-box__name {
	width: 112px;
}

.b-sort-panel__inner__portfolio.b-sort-panel__inner {
	margin: 40px 0 0;
}

.b-portfolio-item {
	padding: 27px 0 29px;
	border-top: 1px solid #e3e3e3;
}

.b-portfolio-item:first-child {
	border: 0;
}

.b-portfolio_image {
	position: relative;
}

.b-portfolio_image img {
	border-radius: 2px;
	width: 100%;
}

.b-portfolio_image .b-item-hover-action {
	border-radius: 2px;
}

@media screen and (max-width: 979px) {
	.b-portfolio_image {
		margin-bottom: 15px;
	}
}

.f-portfolio_info_title {
	font-size: 1.84615em;
	line-height: 1;
	color: #0a97a8;
	text-transform: uppercase;
}

.f-portfolio_info_title a {
	color: #0a97a8;
}

.f-portfolio_info_title a:hover {
	color: #666666;
}

.b-portfolio_info_rating {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 7px 0 6px 5px;
	margin: 9px 0 0;
}

.b-portfolio_info_rating .b-stars-group {
	display: inline-block;
	vertical-align: middle;
}

.b-portfolio_info_rating .b-portfolio_rating_category {
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.b-portfolio_info_rating .b-portfolio_rating_category {
		display: block;
	}
}

.product_image img {
	display: block;
	position: relative;
	width: 100%;
	height: 150px !important;
	margin: auto;
	object-fit: contain;
}

.owl-carousel .owl-item img {
	display: block;
	width: 80%;
	height: 215px !important;
}

.product_image {
	width: 100%;
	height: 215px;
}

.trends .owl-carousel .owl-item img {
	display: block;
	width: 80%;
	height: 297px;
	margin-top: 15px;
}

.product_name div a {
	font-size: 14px;
	font-weight: 500;
	margin-top: 0;
	color: #777;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.order .form-control {
	display: block;
	width: 100%;
	padding: 5px 13px;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #e3e3e3;
	border-radius: .25rem;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select {
	display: inline;
	border: 0;
	width: auto;
	margin-left: 10px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-bottom: 2px solid #555;
	color: #7b00ff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #e3e3e3;
	padding: 3px 29px;
}

.btn-danger {
	color: #fff;
	background-color: #ffffff;
	border-color: #ffffff;
}

.cart_button_clear {
	display: inline-block;
	border: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 48px;
	color: rgb(255, 255, 255);
	background: #0b9aab;
	border: solid 1px #0b9aab;
	padding-left: 35px;
	padding-right: 35px;
	outline: none;
	cursor: pointer;
	margin-right: 26px;
	padding-bottom: 3rem;
}

.cart_button_clear:hover {
	border-color: #ffffff;
	color: #ffffff;
}

.product_item {
	margin-bottom: 25px;
	border: 1px solid #ddd;
}

.checkout {
	padding: 50px
}

.b-product-cart-small__header {
	padding: 20px 14px;
	border-bottom: 1px solid #dedede;
	box-shadow: 0 -1px 1px #e8e8e8 inset;
	background: #0a97a8;
}

.b-product-cart-small {
	border: 1px solid #dedede;
	margin-bottom: 20px;
}

.checkout select {
	display: inline;
	border: 0;
	width: auto;
	margin-left: 10px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-bottom: 2px solid #555;
	color: #7b00ff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #e3e3e3;
	padding: 10px 29px;
	width: 79%;
}

.b-btn-sm {
	border-radius: 2px;
	padding: 11px 10px 9px;
	border-width: 0 0 1px 0;
	min-width: 70px;
	margin-right: 3px;
	background: #0a97a8;
	color: #fff;
}

.checkout .form-control {
	display: block;
	width: 100%;
	padding: 15px .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-image: none;
	margin-bottom: 10px;
	background-clip: padding-box;
	border: 1px solid #e3e3e3;
	border-radius: .25rem;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.b-product-cart-small__content_info_row {
	border-bottom: 0px solid #dedede;
	padding: 8px 0 5px;
	overflow: hidden;
}

.b-product-cart-small__header {
	padding: 20px 14px;
	border-bottom: 0px solid #dedede;
	box-shadow: 0 -1px 1px #e8e8e8 inset;
	background: #0a97a8;
}

.select-padding {
	padding: 0px 15px
}

.visable-xs {
	display: none;
}

@media (max-width:767px) {
	.hidden-xs {
		display: none
	}

	.visable-xs {
		display: block;
	}
}

.rounded a {
	color: #484848;
	font-size: 19px;
}

.rounded a:hover {
	color: #329daa;
}

.form-radio .btn-success {
	margin-top: 20px;
	cursor: pointer;
	padding: 9px 20px;
	border-radius: 0;
}



.btn-glass .btn-group>.btn:first-child {
	margin-left: 0;
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
	background: #e14242;
	color: #fff;
}

.btn-glass .fa-star {
	margin: 0px 10px;
}

/*.cart_section .row {
    margin-bottom:75px;
    margin: 0px 15px 
}*/
.brsnds .slider-viewed .product_item {
	border: unset;
}

.brsnds .owl-carousel .owl-stage-outer {
	display: block;
	height: 187px;
	border: solid 1px #e8e8e8;
	border-radius: 6px;

}

.view {
	border: 0px solid #ddd !important;
}

.brsnds .slider-viewed .viewed_nav_container1 {
	position: absolute;
	left: -244px !important;
	;
	bottom: -109px !important;
	;
	z-index: 999;
	background: unset;
}

.brsnds .viewed_nav i {
	color: #6d6d6d;
	font-size: 18px;
	padding: 10px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	background: unset;
	border-radius: 2px;
}

.brsnds .slider-viewed .viewed_nav_container2 {
	position: absolute;
	right: -244px !important;
	bottom: -109px !important;
	;
	z-index: 999;
}

.brsnds .product_image {
	width: 100%;
	height: 179px;
}

#carousel1_indicator .fa {
	color: #fff;
	background: #007f8e;
	padding: 15px;
}

.carousel {
	position: relative;
	border: 2px solid #f3f3f3;
	height: 360px;
	padding: 5px 65px;
}



.carousel-indicators li {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 12px;
	height: 7px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgb(128, 191, 199);
}

.carousel-indicators .active {
	background-color: #dcdcdc;
}

.brsnds .owl-carousel .owl-item img {
	display: block;
	width: 50% !important;
	height: 85px !important;
	border-radius: 65px;
}



.about {
	padding: 70px 0px;
	text-align: right;
}

.about .img-about img {
	border-radius: 3px;
    height: 350px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
    width: 100%;
}

.page-content {
	margin-top: 145px;
}

.login-search li {
	height: 60px;
    width: 57px;
    text-align: center;
    border-right: 1px solid #d8d1ca;
    float: left;
    margin-left: 0px;
}

.login-search li:first-child {
    border-left: 1px solid #d8d1ca;
}

.a-line {
	line-height: 53px !important;
}

.img-h {
	height: 22px;
}

.cart_count {
	position: absolute;
	bottom: 36px;
	right: 17px;
	width: 15px;
	height: 15px;
	background: #329daa;
	border-radius: 50%;
	text-align: center;
}

.cart_count span {
	display: block;
	line-height: 17px;
	font-size: 9px;
	color: #FFFFFF;
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
	transform: translateY(1px);
}

.main_nav_dropdown .hassubs a {
	font-size: 15px;
	font-weight: 500;
	color: rgb(118, 118, 118);
	text-transform: unset;
	font-size: 16px;
	font-weight: 300;
	color: #000;
}

.logo-main .line {
	line-height: 60px;
}

.logo-main img {
	height: 55px;
    margin-left: 20px;
	max-width: 100%;
}

.page-content {
	margin-top: 95px;
}

.sub-menu li:last-child {
	margin-right: 0px;
}

#search-menu.toggled {
	top: 95px;
	opacity: 1;
	visibility: visible;
	background: #fff;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 150px !important;
	margin: auto;
	object-fit: contain;
}

.breadcrumbs {
	background: none repeat scroll 0 0 #f5f5f5;
	font-size: 11px;
	padding: 10px 0px;
	direction: rtl;
}

.breadcrumbs ul {
	margin: 0px 15px 0px 0;
	padding: 0px;
}

.breadcrumbs li {
	display: inline;
}

.breadcrumbs a {
	color: #666;
	font-size: 16px;
}

.breadcrumbs strong {
	font-size: 16px;
	color: #3ba1ae;
}

.breadcrumbs span {
	color: #ccc;
	display: inline-block;
	font-size: 13px;
	margin: 0 5px;
}

.breadcrumbs .fa {
	margin: 0px 8px;
}



.shop .product_image img {
	display: block;
	position: relative;
	width: 85%;
	height: auto;
	margin: auto;
	object-fit: contain;
}

.product_image {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.shop .border_active.active {
	display: none;
}



.shop .product_name {
	margin-top: 4px;
	overflow: hidden;
	margin-bottom: 30px;
}

.shop .product_item {
	position: relative;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	background: #FFFFFF;
	cursor: pointer;
	padding-top: 0px;
	z-index: 0;
}

.shop {
	background: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 50px;
}

.breadcrumbs {
	background: none repeat scroll 0 0 #f5f5f5;
	font-size: 11px;
	padding: 10px 0px;
	direction: rtl;
	padding-left: 40px;
	padding-right: 40px;
}





.product-details .carousel {
	position: relative;
	border: 2px solid #f3f3f3;
	height: 550px;
	padding: 85px 135px;
}

.breadcrumbs {
	background: none repeat scroll 0 0 #f5f5f5;
	font-size: 11px;
	padding: 10px 0px;
	direction: ltr;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	display: none;
}

.shop .standard_dropdown {
    text-align: right;
    direction: rtl;
    margin-bottom: 10px;

	background-color: #f5f5f5;
}

.product-details {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 0px 0px;
}

.details-aside {
	background-color: #f7f6f4;
}

/*.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 71px;
    height: 64px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
     background-color:unset; 
}
.product-details .carousel {
    position: relative;
    border: 0px solid #f3f3f3;
    height: 550px;
    padding: 85px 135px;
}
.carousel-indicators .first {
    background: url(https://static.zennioptical.com/production/products/general/19/54/195430-eyeglasses-front-view.jpg?output-quality=80&resize=200px:*);
}
.carousel-indicators .sec {
    background-color: unset;
    background: url(http://nzarty.com/images/categories/20865609751580723091.jpg);
}*/
.product-details .carousel {
	position: relative;
	border: 0px solid #f3f3f3;
	height: 450px;
	padding: 50px 135px;
}

.details-aside {
	background-color: #f7f6f4;
	padding: 40px 45px;
}

.name {
	font-size: 20px;
	
}

.det .price-container {
	margin-top: -20px;
	color: #453635;
	
}

.det {
	background: #fff;
	padding: 20px;
	padding-bottom: 15px;
	color: #453635;
	text-align: right;
}

.btn-try {
	width: 100%;
	height: 53px;
}

.btn-success:hover {
	color: #fff;
	background-color: #329daa;
	border-color: #329daa;
}

.btn-glass {
	margin-top: 20px;
}

.btn-glass .btn-info {
	color: #0b9aab !important;
	background-color: #ffffff !important;
	margin-left: 0px;
	width: 100%;
	border-width: 3px;
	padding: 12px;
	margin-bottom: 1rem;
	border-color: #b2e0e5 !important;
	font-size: 18px;
	border-radius: 0;
	box-shadow: unset !important;
	
}

.btn-glass .btn-info:hover {
	border-color: #53bac5 !important;
}

#myTab {
	background: #fff;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.description-tabs .tab-content {
	padding: 10px 0;
	background: #f7f6f4;
}

#myTab li {
	border-color: #d8d1ca;
	position: relative;
	cursor: pointer;
}

.description-tabs .tab-content {
	padding: 10px 40px;
	background: #f7f6f4;
	border-bottom: 1px solid #ddd;
	text-align: right;
}

#myTab .form-control {
	display: block;
	width: 100%;
	padding: 15px .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #e3e3e3;
	border-radius: .25rem;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-bottom: 20px;
}

.description-tabs {
	padding: 0px 0 5px !important;
	text-align: left;
}

.shop_product_count {
	font-size: 16px;
	font-weight: 500;
	background: #f5f5f5;
	padding: 6px;
	margin-top: 15px;
	text-align: right;
}

.pro-name a {
	color: #5a5a5a;
	font-size: 18px;
}

@media(max-width: 767px) {
	.top_bar_contact_item {
		display: none;
	}

	.colorChangeMob {
		margin-top: 0.2rem;
	}

	.checkoutBtnMob {
		display: block;
		margin: 0.5rem auto;
	}

	.checkout select {
		display: block;
		margin: 0 auto;
	}

	.glasses_form_button {
		width: auto !important;
		margin-bottom: 5px;
	}

	#finalCanvas {
		width: 100% !important;
	}
}

/* fix some ux */
/* fix some responsive */
@media(max-width: 1200px) and (min-width: 767px) {
	.btn-glass .col-sm-12.col-md-6.col-lg-6 {
		padding: 0;
		max-width: 100%;
	}

	.btn-try {
		width: auto;
	}
}

input[type='submit'] {
	cursor: pointer;
}

.det h4 a {

	color: #0b9aab;
}

h4 a:hover {
	color: #0b9aab !important;
	text-decoration: unset;
}

.main_nav_menu:not(.login-search) .standard_dropdown.main_nav_dropdown li a {
	
    font-size: 18px;
    color: #555;
    padding: 12.7px 0px;
}

.main_nav_menu .standard_dropdown.main_nav_dropdown li .sub-menu a {
	padding: 6px 0;
	color: #0099a8;
	line-height: inherit !important;
    font-size: 16px;
	border: 0;
}

.top_bar_user li ul li {
	border-bottom: 1px solid #ddd;

}

.top_bar_user li ul li a {
	line-height: inherit;
	padding: 4px 10px;
    font-size: 15px;
	color: #0099a8;
	
}

.top_bar_content {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.top_bar_icon img {
	height: 16px;
}

.top_bar_contact_item:not(:first-child) img {
	width: 15px;
	height: auto;
}

.lang a {
	font-family: 'hanimation';
}

.profile {
	
	font-size: 15px;
	color: #444 !important;

}

a,
button {
	outline: 0 !important;
}

.try-on {
    background: #329daa;
    border: none;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    width: calc(100% - 50px);
    padding: 8px;
    border-left: 2px solid #fff;
    transition: .3s;
	border-radius: 0;
}

.product_cart_button-small {
	background: #329daa;
	border: none;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
	padding: 8px 10px;
	float: left;
	width: 50px;
	transition: .3s;
}

.try-on:hover,
.product_cart_button-small:hover {
	background: #62747e;
}

.tab-pane form.well input#name {
	margin-bottom: 10px;
}

.product-details aside {
	border-right: 1px solid #ddd;
}


.rating i {
	display: inline-block;
	color: #c5c5c5;
	font-size: 25px;
	text-shadow: 1px 0 1px #b3b3b3;
	font-style: normal;
}

/** Colors */
[data-rating^="1"] .star-1 {
	color: #FFC107;
}

[data-rating^="1.5"] .star-2 {
	color: #FFC107;
}

[data-rating^="2"] .star-1 {
	color: #FFC107;
}

[data-rating^="2"] .star-2 {
	color: #FFC107;
}

[data-rating^="2.5"] .star-3 {
	color: #FFC107;
}

[data-rating^="3"] .star-1 {
	color: #FFC107;
}

[data-rating^="3"] .star-2 {
	color: #FFC107;
}

[data-rating^="3"] .star-3 {
	color: #FFC107;
}

[data-rating^="3.5"] .star-4 {
	color: #FFC107;
}

[data-rating^="4"] .star-1 {
	color: #FFC107;
}

[data-rating^="4"] .star-2 {
	color: #FFC107;
}

[data-rating^="4"] .star-3 {
	color: #FFC107;
}

[data-rating^="4"] .star-4 {
	color: #FFC107;
}

[data-rating^="4.5"] .star-5 {
	color: #FFC107;
}

[data-rating="5"] i {
	color: #FFC107;
}

.review-text {
	font-weight: bold;
	color: #555;
	text-align: right;
	font-size: 16px;
	margin-bottom: 7px;
}



.pdp-reviews {
	padding-top: 25px;
}

.pdp-reviews .rating {
	text-align: right;
}

.rev-num {
	color: #0b9aab;
}

.share {
    text-align: right;
	padding-top: 25px;
}

.share-text {
	font-weight: bold;
	color: #555;
	
	font-size: 16px;
	margin-bottom: 10px;
}


.share li {
	display: inline-block;
	font-size: 22px;
	margin-left: 15px;
}

.share li a {
	color: #0b99aa;
}

.product-d-img {
	height: 100%;
}

.product-d-img .nav-tabs {
	width: 100%;
	border: 0 !important;
	text-align: center;
	flex-wrap: unset;
	display: inline-block;
	margin-bottom: 25px;
}

.product-d-img .nav-tabs img {
	width: 50px;
}

.product-d-img .nav-tabs .nav-item {
	margin-bottom: 0;
	display: inline-block;
}

.product-d-img #myTab li a {
	padding: 12px 15px;
	border: 0;
	border-top: 3px solid transparent;
}

.product-d-img #myTab a.active {
	background: none;
	color: #0099a8;
	background-color: unset;
	border: 0;
	border-bottom-color: unset;
	border-top: 3px solid #0099a8;
	margin-bottom: 0;
	border-radius: 0;
	padding: 12px 15px;
}

.product-d-img .color-name {
	text-align: center;
	font-weight: normal;
	text-transform: capitalize;
	
	font-size: 15px;
	margin-top: 7px;
	color: #555;
	font-style: italic;
	display: block;
	opacity: 0;
}

.product-d-img #myTab a.active .color-name {
	opacity: 1
}

/*.product-d-img .carousel-indicators {*/
/*    bottom: auto;*/
/*    left: auto;*/
/*    top: 30%;*/
/*    margin: 0;*/
/*    right: 20px;*/
/*    display: block;*/
/*    margin-right: 8px;*/
/*}*/

.product-d-img .carousel-indicators li {
	display: block;
	width: 10px;
	height: 10px;
	margin-bottom: 15px;
	background-color: #0099a8;
	cursor: pointer;
	opacity: .25;
}

.product-d-img .carousel-indicators li.active {
	opacity: 1;
}

.deg360 {
	cursor: pointer;
	position: absolute;
	top: 20%;
	z-index: 99;
    right: 20px;
}


.product-d-img .carousel .carousel-item img {
	height: 350px;
	object-fit: contain;
	width: auto !important;
	max-width: 100%;
	margin: 0 auto;
}

.modal {
	z-index: 9999999;
}


.modal-360 button.close {
	text-align: right;
	position: absolute;
	right: -11px;
	display: inline-block;
	background: #403f3f;
	width: 25px;
	text-align: center;
	border-radius: 50%;
	opacity: 1 !important;
	color: #fff !important;
	font-weight: normal;
	top: -8px;
	cursor: pointer;
	z-index: 999;
}

.modal-360 iframe {
	box-shadow: unset !important;
	width: 100%;
	margin: 15px 0 0 !important;
}

.modal-360.show .modal-dialog {
	-webkit-transform: translate(0, 20%);
	transform: translate(0, 20%);
}

.shop_content .hassubs .sub-menu a {
	padding: 6px 0;
	line-height: inherit !important;
	border: 0;
	
	font-size: 14px;
	color: #555;
}

.no-product {
	margin-top: 50px;
	text-align: center;
}

.shop-mgt {
	margin-top: 30px;
}

#governorat_id {
	margin: 0;
}

.gender span {
	margin-right: 30px;
}

.gender span input {
	margin-right: 5px;
}

.btn-save {
	height: auto !important;
	line-height: initial;
	padding: 7px 20px;
	border-radius: 3px;
	margin-top: 10px;
	margin-bottom: 0;
}

.btn-sync {
	padding: 3px 8px;
	border-radius: 2px;
	font-size: 15px;
}

.alert p {
	margin: 0;
	color: #4e4e4e;
	
}

.blog-card {
    text-align: center;
}

.blog-card img {
    height: 200px;
    width: auto;
    object-fit: contain;
    max-width: 100%;
}

.blog-card .blog-content {
	margin-top: 15px;
}

.blog-card .blog-content h3  {
	margin: 0;
}

.blog-card .blog-content h3 a {
	color: #555 !important;
    font-size: 19px;
    font-family: sans-serif;
}

.blog-card .blog-content .blog_time {
	color: #0b9aab;
}
.blog-card .blog-content .blog_text {
	margin-top: 6px;
}

.glasses {
	margin: 50px 0;
}

.glasses .carousel {
	height: 200px;
}

.glasses .carousel .carousel-inner {
    height: 100%;
}

.glasses .carousel .carousel-inner .carousel-item {
	height: 100%;
}

.glasses .carousel .carousel-inner .carousel-item img {
    height: 100%;
    object-fit: contain;
}

.glasses_form_button {
	margin-top: 20px;
    text-align: center;
}

.glasses_submit_button {
    color: #fff !important;
    font-size: 18px !important;
	display: inline-flex;
	align-items: center;
}
.carousel-inner {
    height: 100%;
}

.twoD_head {
    display: none !important;
}

#MSXLayer a.closeLayer {
    font-size: 28px !important;
    line-height: 29px !important;
    right: -13px !important;
}

#MSXLayer {
	height: 530px !important;
	margin-top: 100px !important;
	z-index: 9999999999999999 !important;
	border: 2px solid #e2e2e2 !important;
	width: 959px !important;
}



.explanation {
    margin-top: 0 !important;
}

#TwoD_Actions {
    position: relative;
    top: -20px;
}

.btns-try .glasses_form_button {
    margin-top: 20px;
    display: inline-block;
	margin-right: 8px;
	text-align: left;
}

.show-desc {
	background: #329daa;
    padding: 5px;
    color: #fff !important;
    border-radius: 2px;
}

.guide {
	width: 400px;
	float: left;
	margin-top: -1px;
}

.quick {
	outline: 0 !important;
	border: 0;
	box-shadow: unset !important;
	border-radius: 0;
	width: 100%;
	background: #0099a8 !important;
}

.guide .dropdown-menu {
	right: 0;
	padding: 10px !important;
	text-align: right;
	transform: unset !important;
	top: 100% !important;
	border-radius: 0;
	max-height: 500px;
	overflow: auto;
	margin-top: -1px;
}

.guide .dropdown-menu .dropdown-item {
	padding: 0;
}

.guide .dropdown-menu .guide-text {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.guide .dropdown-menu .guide-text:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}


@media only screen and (max-width: 1199px) {
	.main_nav_menu {
        margin-right: 30px !important;
    }
    
    .login-search {
        margin-right: auto !important;
    }

	.cat_menu_container {
		width: 211px;
		padding-left: 25px;
	}

	.main_nav_dropdown li a {
		font-size: 16px;
	}

	.char_item {
		padding-left: 25px;
	}

	.deals_timer_box {
		width: 150px;
	}

	.deals_timer_unit {
		font-size: 20px;
	}

	.banner_2_dots {
		left: calc((100% - 960px) / 2 + 15px);
	}

	.arrivals_single>div {
		padding-left: 24px;
	}

	.arrivals_single_marks {
		left: 24px;
	}

	.newsletter_form {
		width: 456px;
	}

	.login-search li {
		width: 45px;
	}
	.img-h {
		height: 19px;
	}

	.rounded img {
		height: 200px;
	}
	.rounded a {
		font-size: 17px;
	}
}


@media only screen and (max-width: 991px) {
	/*#TwoD_Actions {*/
	/*	top: 30px;*/
	/*}*/
	.trends_item {
		padding: 50px 10px 5px 10px;
	}

	.trends_content {
		margin-top: 50px;
	}
	
	.all-cat .rounded {
		margin-bottom: 20px;
	}
	#search-menu .wrapper input {
		font-size: 17px;
		color: #737272;
		font-weight: normal;
		padding: 10px;
	}

	#search-menu .wrapper button {
		font-size: 30px;
		border-bottom: 1px solid #dddddd;
	}

	#search-menu .wrapper button i {
		font-size: 23px;
	}

	.login-search {
		display: block !important;
	}

	.header_search {
		height: 50px;
	}

	.custom_dropdown {
		text-align: left;
	}

	.main_nav {
		margin-top: 56px;
	}

	.main_nav_menu {
		display: none;
	}

	.logo_container,
	.wishlist_cart {
		height: 125px;
	}

	.main_nav_content {
		background: #0e8ce4;
	}

	.menu_trigger_container {
		display: block;
		margin: 0 !important;
	}

	.menu_trigger_text {
		display: none;
	}

	.top_bar {
		height: 40px;
	}

	.top_bar_contact_item {
		font-size: 12px;
		margin-right: 20px;
		line-height: 40px;
	}

	.top_bar_contact_item a {
		font-size: 12px;
		line-height: 40px;
	}

	.top_bar_icon {
		margin-right: 4px;
	}

	.top_bar_icon img {
		width: 70%;
	}

	

	.top_bar_user a {
		font-size: 12px;
		line-height: 40px;
	}

	.user_icon {
		-webkit-transform: translateY(-1px);
		-moz-transform: translateY(-1px);
		-ms-transform: translateY(-1px);
		-o-transform: translateY(-1px);
		transform: translateY(-1px);
		width: 12px;
	}

	.cat_menu_container ul {
		visibility: hidden;
		opacity: 0;
	}

	.char_col:not(:last-child):not(:nth-child(3)) {
		margin-bottom: 30px;
	}

	.char_item {
		padding-left: 36px;
	}

	.deals {
		width: 100%;
		margin-right: 0px;
	}

	.featured {
		width: 100%;
	}

	.popular_categories_slider_container {
		margin-top: 15px;
	}

	.banner_2_dots {
		left: calc((100% - 720px) / 2 + 15px);
	}

	.tabs {
		padding-top: 80px;
	}

	.tabs.tabs-right ul {
		float: left;
	}

	.arrivals_single {
		display: none;
	}

	.advert_col {
		margin-bottom: 30px;
	}

	.advert_col:last-child {
		margin-bottom: 0px;
	}

	.trends_slider_container {
		margin-top: 15px;
	}

	.newsletter_title_container {
		width: 100%;
	}

	.newsletter_content {
		width: 100%;
		margin-top: 30px;
	}

	.newsletter_form {
		width: calc(100% - 114px);
	}

	.footer_col:not(:last-child) {
		margin-bottom: 40px;
	}

	.search-li {
		display: none !important;
	}

	.item_banner img {
		height: 280px;
	}
}




@media only screen and (max-width: 767px) {
	.top_bar_user {
		margin-left: 0;
		float: right;
		margin-right: 25px;
	}

	.menu_trigger_container {
		right: 120px;
	}

	.top_bar_menu {
		margin-left: 35px;
	}

	.logo-main img {
		height: 45px;
	    margin-left: 15px;
	}

	.top_bar_content {
		width: 100%;
	}

	.page-content {
		margin-top: 150px;
	}

	.header_search {
		display: none;
	}

	.page_menu_search {
		display: block;
	}

	.main_nav {
		margin-top: 0px;
	}

	.banner_product_image {
		opacity: 0.5;
		width: 60vw;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.banner_product_image img {
		width: 100%;
	}

	.char_col:nth-child(3) {
		margin-bottom: 30px;
	}

	.char_item {
		padding-left: 36px;
	}

	.banner_2_item {
		height: auto;
		padding-top: 85px;
		padding-bottom: 105px;
	}

	.banner_2_content {
		padding-top: 0px;
	}

	.banner_2_image_container {
		margin-top: 60px;
	}

	.banner_2_image {
		position: relative;
		top: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.banner_2_dots {
		left: calc((100% - 540px) / 2 + 15px);
	}

	.cart_buttons {
		margin-top: 25px;
		text-align: left;
	}

	.footer_column ul:first-of-type {
		margin-top: 2px;
	}

	.footer_column {
		margin-bottom: 20px;
	}

	.footer_col:not(:last-child) {
		margin-bottom: 20px;
	}
}

/************
11. 575px
************/
.product-details .carousel {
	padding: 0 !important;
}
@media only screen and (max-width: 575px) {

	.product-details .carousel {
		padding: 0 !important;
		height: 365px;
		/*padding: 0;*/
		/*height: 290px;*/
	}
	h2 {
		font-size: 24px;
	}

	p {
		font-size: 13px;
	}

	.newsletter_input {
		padding-right: 25px;
	}
	

	.logo_container,
	.wishlist_cart {
		height: 72px;
	}

	.logo a {
		font-size: 24px;
	}

	.cat_menu_container {
		width: auto;
		padding-right: 15px;
	}

	.cat_menu_text {
		font-size: 13px;
		margin-left: 12px;
	}

	.cat_burger {
		width: 16px;
		height: 12px;
	}

	.cat_burger span:nth-child(2) {
		top: 5px;
	}

	.cat_burger span:nth-child(3) {
		top: 10px;
	}

	.menu_trigger_text {
		font-size: 13px;
		margin-right: 10px;
	}

	.wishlist {
		margin-right: 23px;
	}

	.wishlist_content {
		margin-left: 6px;
	}

	.wishlist_text {
		display: none;
	}

	.cart_text {
		display: none;
	}

	.wishlist_text a,
	.cart_text a {
		font-size: 14px;
	}

	.wishlist_count,
	.cart_price {
		font-size: 12px;
	}

	.wishlist_icon {
		width: 20px;
	}

	.cart_content {
		margin-left: 18px;
	}


	.rounded a {
		font-size: 17px;
	}

	.rounded img {
		height: 175px;
	}

	.all-cat .rounded {
		margin-bottom: 20px;
	}

	.slider, .slider>div {
		height: 300px;
	}

	.titleBar {
		display: none;
	}

	.item_banner img {
		height: auto;
	}
	
	.logo-main img {
		margin-right: 10px;
	}

	.top_bar_user {
		margin-right: 0px;
	}

	.top_bar_menu {
		margin-left: 0;
	}

	.header_search {
		display: none;
	}

	.main_nav {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 0px;
	}

	.main_nav_content {
		height: 35px;
	}

	.cat_menu_container {
		padding-left: 15px;
	}

	.menu_trigger_container {
		padding-right: 21px;
	}

	.cat_menu li {
		height: 36px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.cat_menu li a {
		font-size: 13px;
		line-height: 36px;
	}

	.cat_menu li ul {
		left: 50%;
		z-index: 10;
	}

	.page_menu_item>a {
        font-size: 16px;
	}

	.page_menu_selection li a {
		font-size: 14px;
	}

	.banner_product_image {
		right: 15px;
	}

	

	.button a {
		font-size: 12px;
		line-height: 32px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.banner {
		/*height: calc(100vh - 125px);*/
		height: 310px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.banner_content {
		position: absolute;
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
	}

	.banner_text {
		font-size: 24px;
	}

	.banner_price {
		font-size: 18px;
		margin-top: 23px;
	}

	.banner_price span::after {
		top: 13px;
	}

	.banner_product_name {
		font-size: 13px;
	}

	.banner_button {
		margin-top: 35px;
	}

	.deals {
		padding-left: 15px;
		padding-right: 15px;
	}

	.deals_title {
		left: 15px;
		font-size: 16px;
	}

	.deals_slider_nav_container {
		right: 5px;
	}

	.deals_item_name,
	.deals_item_price {
		font-size: 20px;
	}

	.deals_item_category a,
	.deals_item_price_a {
		font-size: 12px;
	}

	.deals_timer_unit {
		font-size: 16px;
	}

	.product_panel {
		margin-left: 0px;
		margin-right: 0px;
	}

	.popular_categories_slider_nav {
		display: none;
	}

	.popular_categories_link {
		margin-top: 23px;
	}

	.banner_2_item {
		padding-bottom: 85px;
	}

	.banner_2_dots {
		display: none;
	}

	.banner_2_title {
		font-size: 24px;
	}

	.banner_2_text {
		font-size: 13px;
	}

	.rating_r i::before {
		font-size: 14px;
	}

	.banner_2_button {
		margin-top: 30px;
	}

	.tabs ul li {
		font-size: 14px;
		margin-right: 30px;
	}

	.bestsellers_slider {
		padding-bottom: 0px;
	}

	.newsletter_form {
		float: none;
		width: 100%;
	}

	.newsletter_title_container {
	    padding-right: 0px;
		text-align: center;
	}

	.newsletter_unsubscribe_link {
		float: none;
		text-align: center;
		margin-top: 10px;
		height: auto;
	}

	.newsletter_unsubscribe_link a {
		line-height: 1;
	}

	.newsletter_title {
		font-size: 16px;
	}

	.newsletter_icon {
        position: relative;
        width: 40px;
        top: auto;
        -webkit-transform: translate(50%, 0px);
        -moz-transform: translate(50%, 0px);
        -ms-transform: translate(50%, 0px);
        -o-transform: translate(50%, 0px);
        transform: translate(50%, 0px);
        right: 50%;
        margin-bottom: 20px;
	}

	

	

	.newsletter_input::-webkit-input-placeholder {
		font-size: 13px;
	}

	.newsletter_input:-moz-placeholder {
		font-size: 13px;
	}

	.newsletter_input::-moz-placeholder {
		font-size: 13px;
	}

	.newsletter_input:-ms-input-placeholder {
		font-size: 13px;
	}

	.newsletter_input::input-placeholder {
		font-size: 13px;
	}

	.copyright_container {
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
	}

	.logos {
        margin-top: 10px;
        margin-right: auto !important;
        margin-left: auto !important;
	}

	.popular_categories_title {
		font-size: 24px;
	}

	.tabs.tabs-right .tabs_line {
		margin-top: 52px;
	}

	.tabs_line span {
		display: none;
	}

	.advert_content {
		padding-left: 15px;
	}

	.advert_text {
		font-size: 13px;
	}

	.advert_image {
		width: 125px;
	}

	.reviews {
		padding-bottom: 80px;
	}

	.reviews_all a span {
		display: none;
	}

	.reviews_dots {
		display: none;
	}

	.newsletter_button {
		position: unset;
		border-radius: 4px;
		margin-top: 20px;
	}

	.newsletter_form {
		text-align: center;
	}

	.reviews.blog {
		padding-bottom: 0;
    }
    
    
    .sub-menu.sub2 .card {
        width: 100%;
        text-align: center;
	}

	.sub-menu.sub2 .card .card-header h3 {
		font-size: 16px;
		margin: 0;
	}

	.sub-menu.sub2 .card .card-body {
		padding: 8px;
	}
	.sub-menu.sub2 .card 	.form-control {
		padding: 5px;
		font-family: sans-serif;
	}

	.sub-menu.sub2 .card .login_btn {
		padding: 4px;
	}

	.glasses_submit_button {
		font-size: 15px !important;
		padding: 5px !important;
		height: auto;
	}
}


.offers {
	padding-top: 80px;
}

.offers .product_image img {
	height: 250px !important;
	width: 100%;
	object-fit: unset;
}

.offers .pro-name {
	padding: 5px 10px;
	height: 60px;
	overflow: hidden;
}

.description-page {
	margin: 40px 0;
	text-align: right;
}

.btn.rotate-anti-clock-wise {
	position: absolute;
	top: 380px;
	right: 50%;
	background: #329daa;
	color: #fff;
}

.btn.rotate-with-clock-wise {
	position: absolute;
	top: 380px;
	right: 35%;
	background: #329daa;
	color: #fff;
}

.btn.rotate-with-clock-wise i {
	transform: rotateY(180deg);
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {
	.product_image img {
		height: 110px !important;
	}
	.product_price {
		margin-top: 5px;
	}

	.product_color input {
		width: 17px;
		height: 15px;
		margin-left: 2px;
	}

	.product_marks {
		top: 0;
		right: 0;
	}

	.try-on {
		font-size: 14px;
		padding: 5px;
		border-radius: 0;
	}
	.product_cart_button-small {
		font-size: 14px;
		padding: 5px;
	}

	.product_mark {
		width: 30px;
		height: 30px;
		line-height: 31px;
		font-size: 10px;
	}

	.arrival {
		padding: 0 5px;
	}
}

/************
13. 479px
************/

@media only screen and (max-width: 450px) {
	.menu_contact_item {
		display: block;
		margin: 10px 0;
	}

	.menu_contact_item a {
		line-height: initial;
	}

	.guide {
		width: 100%;
		float: unset;
	}
}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {}
.newsletter_icon {
	position: relative;
	width: 40px;
	top: auto;
	-webkit-transform: translate(-50%, 0px);
	-moz-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
	left: 50%;
	margin-bottom: 20px;
}





.newsletter_input::-webkit-input-placeholder {
	font-size: 13px;
}

.newsletter_input:-moz-placeholder {
	font-size: 13px;
}

.newsletter_input::-moz-placeholder {
	font-size: 13px;
}

.newsletter_input:-ms-input-placeholder {
	font-size: 13px;
}

.newsletter_input::input-placeholder {
	font-size: 13px;
}

.copyright_container {
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.logos {
	margin-top: 10px;
}

.popular_categories_title {
	font-size: 24px;
}

.tabs.tabs-right .tabs_line {
	margin-top: 52px;
}

.tabs_line span {
	display: none;
}

.advert_content {
	padding-left: 15px;
}

.advert_text {
	font-size: 13px;
}

.advert_image {
	width: 125px;
}

.reviews {
	padding-bottom: 80px;
}

.reviews_all a span {
	display: none;
}

.reviews_dots {
	display: none;
}

.newsletter_button {
	position: unset;
	border-radius: 4px;
	margin-top: 20px;
}

.newsletter_form {
	text-align: center;
}

.reviews.blog {
	padding-bottom: 0;
}

.sub-menu.sub2 .card {
	width: 100%;
}

.sub-menu.sub2 .card .card-header h3 {
	font-size: 16px;
	margin: 0;
}

.sub-menu.sub2 .card .card-body {
	padding: 8px;
}
.sub-menu.sub2 .card 	.form-control {
	padding: 5px;
	font-family: sans-serif;
}

.sub-menu.sub2 .card .login_btn {
	padding: 4px;
}

.glasses_submit_button {
	font-size: 15px !important;
	padding: 5px !important;
	height: auto;
}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {}

/************
12. 480px
************/

.offers {
padding-top: 80px;
}

.offers .product_image img {
height: 250px !important;
width: 100%;
object-fit: unset;
}

.offers .pro-name {
padding: 5px 10px;
height: 60px;
overflow: hidden;
}

.description-page {
margin: 40px 0;
}

.btn.rotate-anti-clock-wise {
position: absolute;
top: 330px;
right: 50%;
background: #329daa;
color: #fff;
}

.btn.rotate-with-clock-wise {
position: absolute;
top: 330px;
right: 35%;
background: #329daa;
color: #fff;
}

.btn.rotate-with-clock-wise i {
transform: rotateY(180deg);
}

@media only screen and (max-width: 480px) {
.product_image img {
	height: 110px !important;
}
.product_price {
	margin-top: 5px;
}

.product_color input {
	width: 17px;
	height: 15px;
	margin-right: 2px;
}

.product_marks {
	top: 5px;
}

.try-on {
	font-size: 14px;
	padding: 5px;
	border-radius: 0;
}
.product_cart_button-small {
	font-size: 14px;
	padding: 5px;
}

.product_mark {
	width: 30px;
	height: 30px;
	line-height: 31px;
	font-size: 10px;
}

.arrival {
	padding: 0 5px;
}
}

/************
13. 479px
************/

@media only screen and (max-width: 450px) {
.menu_contact_item {
	display: block;
	margin: 10px 0;
}

.menu_contact_item a {
	line-height: initial;
}


.guide {
	width: 100%;
	float: unset;
}


}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {}


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

.modal-dialog-centered .modal-content {
display: block;
margin: 0 auto;
}

@media (min-width: 576px)
{
.modal-dialog-centered {
	min-height: calc(100% - (1.75rem * 2));
}

}
@media (min-width: 768px) {

/* show 3 items */


.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
	transition: none;
}

.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  position: relative;
  transform: translate3d(0, 0, 0);
}

.carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	display: block;
	visibility: visible;
}

/* left or forward direction */
.active.carousel-item-left + .carousel-item-next.carousel-item-left,
.carousel-item-next.carousel-item-left + .carousel-item,
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
	position: relative;
	transform: translate3d(-100%, 0, 0);
	visibility: visible;
}

/* farthest right hidden item must be abso position for animations */
.carousel-inner .carousel-item-prev.carousel-item-right {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	visibility: visible;
}

/* right or prev direction */
.active.carousel-item-right + .carousel-item-prev.carousel-item-right,
.carousel-item-prev.carousel-item-right + .carousel-item,
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
	position: relative;
	transform: translate3d(100%, 0, 0);
	visibility: visible;
	display: block;
	visibility: visible;
}

}

/* Bootstrap Lightbox using Modal */

#profile-grid { overflow: auto; white-space: normal; } 
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }

#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}
.glasses .carousel .carousel-inner .carousel-item img {
	height: 57px;
	object-fit: contain;

}
/*.glasses .carousel .panel {*/
/*	width: 30%;*/
/*	height: unset;*/
/*	background: #fff;*/
/*	text-align: center;*/
/*	margin-top: 0px;*/
/*	margin-bottom: 0px;*/
/*	display: inline-block;*/
/*	border: 1px solid #555;*/
/*	margin: 0 2px;*/
/*}*/
.glasses .carousel .panel {
	width: 100%;
	height: unset;
	background: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}
.glasses .carousel {
height: 85px;
}
.glasses .carousel .fa{
font-weight: 900;
color: #329daa;
}
.category-main
{
	padding: 50px ;
}
.img-group img 
{
	width:100%
}
.text-center h2{
    font-weight: 500;
    font-size: 1.6em;
}

.text-center h2 span{
    font-weight: 800;
}

.text-center p{
    max-width: 500px;
    margin: 0 auto;
    color: #6c757d;
    line-height: 1.5;
    font-size: 1em;
}

.category-main .col{
    width: 33.3333333%;
    overflow: hidden;
    padding: 15px;
}

.category-main .col .card{
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.category-main .col img{
    width: 100%;
    height: auto;
    border: 0;
}

.category-main .col .card-body{
    padding: 0 15px 15px 15px;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.category-main .card-body h5{
    font-size: 24px;
    margin: 7px 0;
}

.category-main .card:hover{
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}

.category-main .card p{
    color: #6c757d;
}

.category-main .card-body .date-author span{
    color: #e74c3c;
}

.category-main .card-body h5 a{
    color: #222;
}

@media(min-width: 577px) and (max-width: 768px){
    .category-main .col{
        width: 50%;
    }
}

@media(max-width: 576px){
    .category-main .col{
        width: 100%;
    }
}

.category-main .card img  {
    width: 100%;
    height: 250px;
}
.category-main .card {
    text-align: right;
    direction: rtl;
}
.date-author{
	margin-top: 0 !important;
	margin-bottom: 5px;
}
.date-author .fa{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #329daa;
}
.category-main .card-body .date-author span {
    color: #868686;
    margin: 0px 12px;
}

.sitemap-navigation {
	display: inline-block;
	width: unset;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
}
.sitemap-navigation ul, .sitemap-navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.sitemap-navigation a {
	display: inline-block;
}
.sitemap-navigation .menu-item::before, .sitemap-navigation > .menu-item-has-children > .sub-menu::before {
	content: "";
	display: block;
	position: relative;
	left: 50%;
	margin-left: -2px;
	width: 100%;
	border-left: #4088c1 solid 4px;
	height: 2em;
}
.sitemap-navigation > .menu-item-has-children::before {
	display: none;
}
.sitemap-navigation > .menu-item-has-children > .sub-menu {
	display: flex;
	justify-content: space-between;
	border-top: #4088c1 solid 4px;
	margin-top: 2em;
}
.sitemap-navigation > .menu-item-has-children > .sub-menu::before {
	position: absolute;
	top: -2em;
	margin-top: -4px;
}
.sitemap-navigation > .menu-item-has-children > .sub-menu > .menu-item {
	flex: 1 0 auto;
	margin-top: -4px;
	padding-left: 1em;
	padding-right: 1em;
}
.sitemap-navigation > .menu-item-has-children > .sub-menu > .menu-item:first-child::before, .sitemap-navigation > .menu-item-has-children > .sub-menu > .menu-item:last-child::before {
	background: #fefeff;
}
.sitemap-navigation > .menu-item-has-children > .sub-menu > .menu-item:first-child::before {

	right: auto;
	left: 50%;
	width: 100%;
	border-left: none;
	border-left: #4088c1 solid 4px;
}

.sitemap-wrapper {
	padding: 2rem;
	text-align: center;
}
.sitemap-navigation a {
	background: #69dccd;
	border-radius: 0.25em;
	color: white;
	text-decoration: none;
	padding: 1em;
	transition: 0.25s;
}
.sitemap-navigation a:hover {
	background: #04a4a2;
}
.sitemap-navigation > .menu-item-has-children > a {
	background: #4088c1;
	font-size: 1.2rem;
}

.sitemap-navigation > .menu-item-has-children > .sub-menu > .menu-item > a {
	background: #525252;
	font-weight: 700;
}


 .sitemap-navigation > .menu-item-has-children > .sub-menu > .menu-item:last-child::before {
	background: #fefeff;
	right: 50%;
	left: unset;
	margin-left: -2px;
	width: 100%;
	border-right: #4088c1 solid 4px;
	height: 2em;
}
.sitemap-navigation > .menu-item-has-children > .sub-menu > .menu-item > a {
	background: #525252;
	font-weight: 400;
}
.sitemap-navigation a {
	background: #4088c1;
	border-radius: 0.25em;
	color: white;
	text-decoration: none;
	padding: 1px 14px;
	transition: 0.25s;
}
.form-radio .btn-success {
	margin-top: 20px;
	cursor: pointer;
	padding: 9px 20px;
	border-radius: 0;
	background: #0099a8;
}
.rssCnts .item img {
	max-width: 100%;
	width: 50px;
	border: 0;
	display: block;
	margin: 1px;
}

.itemExpand a:first-of-type
{
	display:inline-block;
}
.itemExpand span
{
	margin-bottom: 5px;
	margin-left: 5px;
}
.rssCnts {
	padding-top: 50px;
	direction: rtl;
	text-align: right;
}

.rssCnts a:hover{
	color: blue !important;
}
.content-sm {
	display: none;
}

.slider-sm-device {
  margin-top: 40px;
}



@media(max-width:768px)
{
  /*.product-d-img .carousel-indicators*/
  /*{*/
	/*  display: none;*/
  /*}*/
  .content-sm {
	  display: block;
  }

  .content-lg {
	  display: none;
  }
}

.demo-mob {
	color: #007b8f !important;
	background-color: transparent;
	border: 2px solid #b2e0e5;
	padding: 3px 10px;
	font-size: 18px;
	display: none;
	width: fit-content;
	margin: 14px auto;
	margin-bottom: 17px;
}

@media(max-width:768px)
{
	.demo-web {
		display: none;
	}

	.demo-mob {
		display: block;
	}
}

.person-img {
	margin: 20px 0
}

.person-img .owl-item img {
	height: 78px !important;
    border: 1px solid #ddd;
    padding: 3px;
    cursor: pointer;
}

.person-img.owl-theme .owl-nav {
	margin: 0;
    background: unset;
    position: absolute;
    bottom: 0;
	top: 50%;
	left: 0;
    right: 0;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: -1;
}

.person-img.owl-theme .owl-nav [class*='owl-'] {
    background: unset;
    color: #0099a8;
    font-size: 22px;
    position: absolute;
    margin: 0;
    padding: 0;
}

.person-img.owl-theme .owl-nav .owl-prev {
	left: -30px;
}

.person-img.owl-theme .owl-nav .owl-next {
	right: -30px;
}


@media(max-width:768px)
{
	.person-img .owl-item img {
		height: 48px !important;
	}
	.person-img.owl-theme .owl-nav .owl-next {
		right: -20px;
	}
	.person-img.owl-theme .owl-nav .owl-prev {
		left: -20px;
	}
	.person-img.owl-theme .owl-nav {
		top: 47%;
	}
}


@media(max-width:992px) {
	.new-style .glasses_submit_button{
		display: flex;
		margin-bottom: 8px;
		width: 100%;
		border-radius: 0;
		justify-content: center;
		font-size: 18px !important;
		padding: 7px !important;
	}

	.new-style button.glasses_submit_button{
		background: #fff !important;
		border: 2px solid #329daa !important;
		color: #329daa !important;
		font-weight: bold;
	}
}



.standard_dropdown.main_nav_dropdown.mr li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn.btn-secondary.dropdown-toggle.quick {
	font-size: initial;
}

.messenger-message-inner{
	position: initial !important;
}

.messenger-message.message.alert.error.message-error.alert-error.messenger-will-hide-after {
	margin: 0 !important;
}






.card {
	margin-top: auto;
	margin-bottom: 17px;
	background-color: #fafafa;
}
.category-main .card-body h5 {
	font-size: 23px;
	margin: 7px 0;
	color: #555;
}

.home h2 {
	color: #555555;
	font-size: 28px;
}

.home h2 {
	color: #555555;
	font-size: 34px;
	margin-top: 52px;
}



@media only screen and (max-width: 991px)
{
	.home
	{
		height: unset;
		padding-top: 0px;
	}
	.home h2 {
		color: #555555;
		font-size: 34px;
		margin-top: 10px;
	}
}
