

/*Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,500i,600,600i,700,700i,800');

 /* - General Style //---------------- */ 

::-moz-selection {
 background-color: #793f86;
 color: #FFF;
}
::selection {
	background-color: #793f86;
	color: #FFF;
}
html
{
 overflow: visible !important;
}
body, html {
	height: 100%;
	margin: 0px !important;
	padding: 0;
}
body {
	line-height: 24px;
	color: #666666;
	font-size: 14px;
	/* letter-spacing: 0.3px; */
}
body.homepage
{
	padding-right:0px !important;
}
body.dark-header {
	padding-top: 82px;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
/* 	background: url(../images/Preloader_2.gif) center no-repeat #fff; */
	background: url(../images/loader/loading.gif) center no-repeat #fff;
}
.main {
	position: relative;
	overflow: hidden;
}
img {
	height: auto;
	max-width: 100%;
	border: none;
	outline: none;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
a, a:focus, a:active, a:link, img {
	outline: none;
	text-decoration: none;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #6d6d6d;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
a:hover {
	color: #793f86;
	text-decoration: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
br {
	font-size: 0;
	line-height: 0;
}
/* hr {
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 1px solid #f1f1f1;
	border-bottom: none;
	border-left: none;
	border-right: none;
} */
ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0;
}
.position-r {
	position: relative;
}
.position-s {
	position: static;
}
.position-initial {
	position: initial;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left !important;
}
.align-right {
	text-align: right !important;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p {
	color: #fff;
}
.dark-bg {
	background: #141414;
	color: #fff;
}
.gray-bg {
	background: #f5f5f5;
}

.light-gray-bg {
    background: #fafafa none repeat scroll 0 0;
}

.middle-800 p {
	display: inline-block;
	max-width: 800px;
}
.middle-580 p {
	display: inline-block;
	max-width: 580px;
}

.border-right {
	border-right: 1px solid #e1e1e1;
}

/* - Headings Style   //---------------- */

/* h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #1b2839;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h1 {
	font-size: 43px;
	letter-spacing: 1px; 
	line-height: 40px;
}
h2 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 20px;
	font-weight: 600;
letter-spacing: 3px; 
}
h3 {
	font-size: 21px;
	line-height: 32px;
}
h2.heading {
	font-size: 25px;
	line-height: 32px;
	letter-spacing: 1px;
	position: relative;
}

h4 {
	font-size: 17px;
	line-height: 28px;
}
h5 {
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
}
h6 {
	font-size: 13px;
	line-height: 17px;
	font-weight: 600;
} */
/* - Button Style  //----------------*/ 

/* .btn, button {
	padding: 13px 20px;
	font-size: 16px;
	line-height: 16px;
	border: none;
	font-weight: 500;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}
 */
.btn.full {
	width: 100%;
	text-align: center;
}
.btn.big-width {
	padding: 13px 30px;
}
.btn.big {
	padding: 25px;
}
.btn i.fa {
	font-size: 18px;
	margin: 0 5px;
}
.btn-black {
	color: #fff;
	background: #222;
}
.btn-black:hover {
	color: #fff;
	background: #793f86;
}
.btn-color {
	color: #fff !important;
	background: #793f86;
	border-color: #793f86;
}
.btn-color:hover {
	color: #fff;
	background: #6b3a76;
	border-color: #6b3a76;
}
.btn-white {
	color: #222;
	background: rgba(255,255,255,1);
}
.btn-white:hover {
	color: #222;
	background: #793f86;
}

button:focus {
	outline: none;
}

.btn-sidebar-menu-dropdown {
    display: inline-block;
    color: #fff;
    background-color: #1b2839;
    text-transform: uppercase;
    font-weight: 600;
    padding: 18px 15px;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
}

.btn-sidebar-menu-dropdown:hover, .btn-sidebar-menu-dropdown:focus, .btn-sidebar-menu-dropdown:active {
        color: #fff !important;
    }

/* - Form Style */
* {
	outline: none !important;
}

select {
	background: url(../images/select-icon.png) no-repeat scroll right 50% #fff !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #eaeaea;
	padding: 5px 24px 5px 5px;
	line-height: 18px;
}

.full select {
	width: 100%;
}

/* .main-form textarea {
	max-width: 100%;
}

.main-form input, .main-form textarea, .main-form select {
	background: #fff;
	padding: 7px 15px;
	width: 100%;
	border: 1px solid #eeeeee;
	min-height: 30px;
}

.check-box label {
	color: #222;
	display: inline;
	font-size: 15px;
	font-weight: 400;
}

.checkout-section .check-box input[type="checkbox"] {
	margin: 5px 0 0;
	min-height: 1px;
	display: none;
}

.category-dropdown {
	border: 1px solid #e1e1e1;
    position: absolute;
    left: 0;
    top: 0;
    border-radius : 25px 0 0 25px;
    -moz-border-radius : 25px 0 0 25px;
    -webkit-border-radius : 25px 0 0 25px;
    -o-border-radius : 25px 0 0 25px;

}

.category-dropdown select {
    border: none;
    height: 45px;
    width: 250px;
    padding: 7px 24px 7px 15px;
    border-radius : 0;
    -moz-border-radius : 0;
    -webkit-border-radius : 0;
    -o-border-radius : 0;
}

.select-dropdown fieldset {
	padding: 0;
	line-height: 0;
}

.select-dropdown .ui-state-default {
    border: none; 
    background: rgba(0,0,0,0) url(../images/select-icon.png) no-repeat scroll right 50% !important;
    font-weight: 400;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	color: #666666;
    box-shadow: none;
    display: inline-block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}
 */
.top-link.select-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
	color: #ffffff;
}

.top-link.select-dropdown .ui-state-default {
	background: rgba(0, 0, 0, 0) url("../images/select-icon1.png") no-repeat scroll right 50% !important
}

.category-dropdown .ui-state-default {
	height: 38px;
}

.select-item .ui-state-default {
    margin-top: 2px;
    border: 1px solid #eeeeee;
    padding: 5px;
}

.select-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
	padding: 0;
	font-weight: 400;
}

.category-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
	margin-top: 10px;
	padding-left: 15px;
}

.input-box .ui-state-default {
    border: 1px solid #eeeeee;
    padding: 10px 15px;
    width: 100% !important;
}
/* .input-box input
{
	padding: 6px !important;
    font-size: 13px !important;
} */

.ui-selectmenu-menu  .ui-widget-content {
	background: #fff;
	border-top: 2px solid #793f86;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
	max-height: 350px;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
	background: none;
	font-family: 'Poppins', sans-serif;
	color: #878787;
	font-size: 14px;
	letter-spacing: 0;
}

.ui-selectmenu-menu .ui-state-hover, .ui-selectmenu-menu .ui-widget-content .ui-state-hover, 
.ui-selectmenu-menu .ui-widget-header .ui-state-hover, .ui-selectmenu-menu .ui-state-focus, 
.ui-selectmenu-menu .ui-widget-content .ui-state-focus, .ui-selectmenu-menu .ui-widget-header .ui-state-focus {
	color: #793f86;
	font-weight: 400;
	background: #ebebeb;
}

.ui-selectmenu-menu  .ui-menu .ui-state-focus, .ui-selectmenu-menu  .ui-menu .ui-state-active {
	margin: 0;
}
/* - Spacer Style  //---------------- */

.right-side {
	float: right;
}
.left-side {
	float: left;
}

.plr-20 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.mlr_-20 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.ptb-95 {
	padding-top: 95px;
	padding-bottom: 95px;
}
.pt-95 {
	padding-top: 95px;
}
.pb-95 {
	padding-bottom: 95px;
}

.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.pt-70 {
	padding-top: 70px;
}
.pb-70 {
	padding-bottom: 70px;
}

.p-0 {
	padding: 0px;
}
.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mtb-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mtb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}

.pb-20 {
	padding-bottom: 20px;
}

.m-0 {
	margin: 0px;
}
/* - Newsletter   //----------------- */

#newslater-popup {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

.nl-popup-main {
    display: block;
    background:#171c34;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

.nl-popup-inner {
    border: 2px solid #373c54;
    margin: 20px;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

#newslater-popup .newsletter-inner {
	background: transparent;
	padding: 30px 60px;
}
#newslater-popup .newsletter-inner span {
    color: #793f86;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}
#newslater-popup .newsletter-inner input {
	width: 270px;
	padding: 7px;
}
#newslater-popup button.mfp-close {
    background-color: #171c34;
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
    color: #fff;
    font-size: 35px;
    opacity: 1;
    right: 0;
    top: 0;
}

#newslater-popup .newsletter-inner .main_title {
    color: #fff;
    display: block;
    font-size: 46px;
    margin-bottom: 35px;
}
#newslater-popup .newsletter-inner input {
	margin-bottom: 35px;
}
#newslater-popup .newsletter-inner form button {
	position: relative;
	background: #793f86;
	color: #fff;
	cursor: pointer;
}
#newslater-popup .newsletter-inner p {
    margin-bottom: 22px;
}

/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/

/* - Header Style  //---------------- */

.header-top {
    padding: 10px 0;
    color: #ffffff;
    background: #793f86;
	/* display:none; */
}

.header-top.mobile {
    display: none;
}

.header-middle {
    display: inline-block;
    width: 100%;
}

.header-bottom {
  /*   background: #793f86;
    display: inline-flex;
    width: 100% */
	background: #33c8a5;
    display: inline-flex;
    width: 100%;
    position: absolute;
    top: 100%;
}


.top-right-link {
    color: #ffffff;
}
.logingift
{
	   padding: 35px 0;
}
.logingift ul li a
{
	color:#000 !important;
	  
}

.top-right-link ul li > a span  {
    background: transparent url("../images/sprite.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 20px;
    width: 25px;
    margin-bottom: -4px;
    transition: all 0.4s ease 0s;
}

.top-right-link ul li.login-icon a span {
    background-position: -98px -666px;
}

.top-right-link ul li.login-icon:hover a span {
    background-position: -98px -699px;
}

.top-right-link ul li.track-icon a span {
    background-position: -98px -728px;
}

.top-right-link ul li.track-icon:hover a span {
    background-position: -98px -760px;
}

.top-right-link ul li.gift-icon a span {
    background-position: -98px -792px;
}

.top-right-link ul li.gift-icon:hover a span {
    background-position: -98px -824px;
}

.top-right-link.mobile {
	display: none;
}

.top-right-link ul li.content {
    overflow: visible;
}

.header-middle hr {
	border-color: #e1e1e1;
}

.header-bottom .help-num {
    color: #ffffff;
    padding: 16px 0;
    font-size: 15px;
}

.header-bottom .fa.fa-phone {
    margin-right: 5px;
}

.content-dropdown {
	display: none ;
}

.content-dropdown{
    background: #fff none repeat scroll 0 0;
    border-top: 3px solid #793f86;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    display: none;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 28px;
    transition: all 0.4s ease 0s;
    width: 120px;
    z-index: 4;
}
 
.top-right-link ul li .content-dropdown ul li  {
    font-size: 14px;
    padding: 5px;
    float: none;
    border: none;
    width: 100%;
    padding: 10px 20px 10px 10px;
}

.top-right-link ul li .content-dropdown ul li:hover {
	background: #ebebeb;
}

.top-right-link ul li .content-dropdown ul li > a {
    color: #666666;
}

.top-right-link ul li .content-dropdown ul li:hover a {
    color: #793f86;
}

.top-right-link ul li {
    float: left;
}

.top-right-link ul li  {
    border-right: 1px solid #82e8d0;
    line-height: 17px;
    padding: 0 12px;
    position: relative;
}

.top-right-link ul li a {
    color: #ffffff;
}

.top-right-link ul li a:hover {
    color: #1b2839;
}

.top-right-link ul li:first-child  {
    padding-left: 0;
}

.top-right-link ul li:last-child  {
    border-right: none;
    padding-right: 0;
}

.navbar-header {
    float: none;
}

.navbar-header .navbar-brand {
	height: auto;
	margin-top: 0 !important;
	margin-left: 0 !important;
	padding: 15px 0;
}

.navbar {
	margin-bottom: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
}
header#header {
	top: 0;
	width: 100%;
	z-index: 2;
	border: none;
	padding: 0 ;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.header-right-part {
    margin: 26px 0;
    padding: 0 0 0 200px;
    position: relative;
}

/*.category-dropdown {
    position: absolute;
    left: 0;
    top: 0;
}

.category-dropdown select {
    border: none;
    height: 45px;
    width: 250px;
    padding: 7px 24px 7px 15px;
    border-radius : 0;
    -moz-border-radius : 0;
    -webkit-border-radius : 0;
    -o-border-radius : 0;
}

.header-right-part .category-dropdown select {
    background: rgba(0, 0, 0, 0) url("../images/select-icon.png") no-repeat scroll right 50% !important;
}*/
.navbar-collapse.collapse {
	display: inline-block;
	padding-left: 0;
}
.collapsing {
	display: inline-block;
}
.navbar-collapse > ul {
	float: none !important;
	display: inline-block;
	text-align: left;
}

.nav.navbar-nav {
	display: block;
}

.header-right-link > ul > li {
	float: left;
	padding: 0 5px;
	position: relative;
	overflow: hidden;
}
.header-right-link ul li:hover {
	overflow: visible;
}
.header-right-link ul li.main-search {
	overflow: visible;
}

.search-box {
	position: relative;
}

.search-box input.input-text {
    border: 1px solid #e1e1e1;
    width: 100%;
    padding: 6px 6px 6px 10px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    border-radius : 0 25px 25px 0;
    -moz-border-radius : 0 25px 25px 0;
    -webkit-border-radius : 0 25px 25px 0;
    -o-border-radius : 0 25px 25px 0;
    height: 40px;
}

.search-box button.search-btn {
	background: url("../images/sprite.png") no-repeat scroll -5px -85px #793f86;
	border: none;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
    border-radius : 25px;
    -moz-border-radius : 25px;
    -webkit-border-radius : 25px;
    -o-border-radius : 25px;
}
.search-box button.search-btn:hover {
	background-color: #00b58a; 
}
.header-right-link > ul > li > a {
	padding: 25px 0;
	display: inline-block;
	transition: all 0.4s ease 0s;
}

.header-right-link > ul > li > a span {
	background: url("../images/sprite.png") no-repeat scroll 0 0 ;
	height: 40px;
	width: 40px;
	display: inline-block;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.header-right-link ul li.compare-icon > a span {
	background-position: -5px -231px;
	position: relative;
}

.header-right-link ul li.compare-icon:hover > a span {
	background-position: -5px -267px;
}

.header-right-link ul li.wishlist-icon > a span {
	background-position: -5px -152px;
	position: relative;
}

.header-right-link ul li.wishlist-icon:hover > a span {
	background-position: -5px -188px;
}

.header-right-link ul li.cart-icon > a span {
	background-position: -5px -3px;
	position: relative;
}

.header-right-link ul li.cart-icon:hover > a span {
	background-position: -5px -39px;
}

.header-right-link ul li.cart-icon > a span small.cart-notification {
	background: #1b2839 ;
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	height: 16px;
	line-height: 15px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 5px;
	width: 16px;
}

.side-toggle {
	display: none;
}
/* Navigation Menu Style */

.navbar-nav > li > a {
	padding: 16px 30px;
	font-weight: 600;
	color: #fff;
	font-size: 14px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}
.navbar-nav > li:first-child > a {
	padding-left: 0; 
}

.nav > li {
	position: inherit;
	display: inline-block;
}

.header_search_toggle.mobile-view {
	display: none;
}

.navbar-nav > li.dropdown > a::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    border-style: solid;
    border-width: 11px;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.4s ease 0s;
}

.navbar-nav > li.dropdown:hover > a::after {
    opacity: 1;
}

.header-link-dropdown {
	background: #fff;
    border-top: 3px solid #793f86;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 450px;
    display: inline-block;
    right: 0;
    top: 85px;
    padding: 30px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    z-index: 3;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

.header-right-link > ul > li:hover .header-link-dropdown {
	opacity: 1;
}
.header-right-link .link-dropdown-list > li {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dedede;
}
.cart-dropdown .btn-color.btn {
    font-size: 15px;
    padding: 13px 20px;
    text-transform: none;
}

.sidebar-menu-dropdown {
    width: 100%;
}

.sidebar-menu-dropdown > a span {
  background: url("../images/sprite.png") no-repeat scroll -63px -793px rgba(0, 0, 0, 0);
  display: inline-block;
  height: 20px;
  margin-top:-5px;
  margin-right: 20px;
  width: 22px;
}

.cat-dropdown-main .column-20per {
  height: 0;
}

.sidebar-menu-dropdown .cat-dropdown {
    display: none;
}

.cat-dropdown {
    background-color: #f7f7f7;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: 2;
}

.cat-dropdown .navbar-nav {
    float: none;
    margin: 0;
    width: 100%
}

.cat-dropdown .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.cat-dropdown .sidebar-contant ul li.level {
    float: none;
	border-bottom: 1px solid #e1e1e1;
}

.cat-dropdown .sidebar-contant ul li.level3 {
	border: none;
}


.cat-dropdown .sidebar-contant .navbar-collapse > ul > li:last-child {
    overflow: hidden !important;
}

.cat-dropdown .sidebar-contant ul li.level:hover {
  background-color: #f5f5f5;
}

.cat-dropdown .sidebar-contant > ul > li > a {
  	color: #1f252d;
  	font-size: 14px;
  	padding: 10px 0 10px 20px !important;
}

.cat-dropdown .navbar-nav > li > a {
   	padding: 10px;
   	margin-right: 0px;
   	color: #666666;
   	line-height: 24px;
}

.cat-dropdown .navbar-nav > li > a i {
    font-size: 15px;
    height: 13px;
    margin-right: 10px;
    text-align: center;
    width: 14px;
}

.cat-dropdown .navbar-nav > li > a i.fa.fa-camera-retro, .cat-dropdown .navbar-nav > li > a i.fa.fa-desktop, .cat-dropdown .navbar-nav > li > a i.fa.fa-heart, .cat-dropdown .navbar-nav > li > a i.fa.fa-shopping-bag {
	font-size: 14px;
}

.cat-dropdown .sub-megamenu a.page-scroll:before {
    content:  "ï„…";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 10px;
}

.cat-dropdown .sidebar-contant ul li:hover > a, .cat-dropdown .sidebar-contant ul li:focus > a {
  color: #793f86;
}

.cat-dropdown .nav > li.level .megamenu {
    margin-top: -44px;
    margin-left: -15px;
    left: 16.6667%;
}

.cat-dropdown .nav > li.level:hover .megamenu {
  	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
  	opacity: 1;
  	top: auto;
  	left: 16.6667%;
}

.cat-dropdown .megamenu.full {
    width: 80%;
}

.cat-dropdown .nav > li.level:last-child .megamenu {
    right: auto;
}

/*.category-dropdown {
	border: 1px solid #e1e1e1;
    position: absolute;
    left: 0;
    top: 0;
    border-radius : 25px 0 0 25px;
    -moz-border-radius : 25px 0 0 25px;
    -webkit-border-radius : 25px 0 0 25px;
    -o-border-radius : 25px 0 0 25px;

}

.category-dropdown select {
    border: none;
    height: 38px;
    width: 200px;
}*/

.sub-menu-slider .product-item-details {
    text-align: left;
}

.sub-menu-slider .detail-inner-left ul li button {
	padding: 8px 5px 9px 3px;
}

 .nav > li .menu-label {
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: -2px;
    transition: all 0.4s ease 0s;
}

.menu-label span {
    padding: 0 3px;
    color: #ffffff;
    display: inline-block;
    line-height: initial;
    text-transform: uppercase;
	margin-top:10px;
	position: absolute;
    /* right: 20%; */
	margin-left: 65%;
}
.menu-label span a{
    color:#fa6b6b;  
    font-size: 15px;
	font-weight: 500;
}
.menu-label span::after{
	background: url("../images/sprite.png");
	width: 20px;
	height: 20px;
    content: "";
    top: 6px;
    left: -2px;
    position: absolute;
	display: inline-block;
}

.menu-label span::after {
   
    top: 47px !important;
    left: 94px !important;
   
}

.menu-label .hot-menu {
	background: #ffffff;
}

.menu-label .new-menu {
	background: #1b2839;
}

.menu-label .hot-menu:after {
	/* background-position: -104px -613px; */
}

.menu-label .new-menu:after {
	background-position: -104px -635px;
}

.cart-dropdown ul li a:hover {
	color: #793f86;
}
.cart-dropdown .cart-list li .media {
	padding-right: 25px;
	margin-top: 0;
}
.cart-dropdown .media-body span {
	font-weight: 500;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
}
.cart-dropdown .cart-list li .media .pull-left {
	width: 95px;
	padding-right: 20px;
}
.cart-dropdown .cart-list li .media .pull-left img {
	max-width: 100%;
	border: 1px solid #e1e1e1;
}
.close-cart {
	height: 15px;
	position: absolute;
	right: 0;
	width: 15px;
}
.cart-dropdown .input-text.qty {
	background-color: transparent;
	padding: 7px 13px;
}
.cart-dropdown .cart-price {
	font-weight: 500;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
}
.account-link-dropdown {
	width: 280px;
}
.header-link-dropdown .dropdown-title {
	color: #793f86;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.account-link-dropdown a:hover, .account-link-dropdown a.active {
	color: #793f86;
}
.account-link-dropdown .link-dropdown-list > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
/* --- Megamenu Style --- */

.megamenu {
	background: #ffffff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
	color: #a4a4a4;
	display: none;
	padding: 20px 30px;
	position: absolute;
	top: 100%;
	z-index: 2;
}
.megamenu.full {
	left: 0;
	width: 100%;
}

.nav > li.level:hover .megamenu {
	display: block;
}
.megamenu-inner-top {
    display: inline-block;
    width: 100%;
}
.megamenu .sub-menu-level1 li.level2 {
	float: left;
	min-width: 200px;
}
.megamenu .level2 > a {
	display: inline-block;
	margin-right: 35px;
	color: #793f86;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	max-width: 100%;
}
.megamenu .sub-menu-level2 li.level3 > a {
	color: #666666 !important;
	display: inline-block;
	padding: 3px 0;
}
.megamenu .sub-menu-level2 li.level3 > a:hover {
	color: #793f86 !important;
}
.megamenu .sub-menu-level2 li.level3 > a span {
	float: left;
	font-size: 9px;
	margin-right: 9px;
	margin-top: -1px;
	display:none;
}
.megamenu-inner-top .col-md-10 {
    padding-right: 30px;
}
.megamenu .sub-menu-level1 li.level2:last-child {
    min-width: 170px;
}
/* Main-Header */
.mobilemenu-content .navbar-nav li:last-child {
    position: relative;
}
.mobilemenu-content .navbar-nav li {
    display: block;
}
.mobilemenu-content li:hover a {
    color: #793f86;
}
.mobilemenu-content .megamenu {
    top: 100%;
    right: 0;
}
.position-a.cat-dropdown-main {
    top: 0;
    width: 100%;
    z-index: 2;
}
.mobilemenu-title {
    display: none;
}

.mobilemenu-content li {
    display: inline-block;
}

.mobilemenu-content li a {
    background-color: transparent !important;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 18px 20px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.mobilemenu-content .megamenu li a {
    font-size: 14px;
    text-transform: inherit;
    font-weight: 400;
}

#menu-main > li:hover, .navbar-nav li.active  {
    background: #dc0000;
}

.mobilemenu-content .navbar-nav li.active a, .mobilemenu-content .navbar-nav li:hover a {
    color: #fff;
}

/*magnific-popup-containt*/
.popup-links {
	position: fixed;
	right: 0;
	top: 195px;
}

.popup-links-inner {
	background: #ffffff;
	position: relative;
	right: calc(-100% - -40px);
}

.popup-links ul li {
	background: #1f1f2f;
	color: #fff;
	width: 100%;
	right: 0;
	padding-right: 5px;
	position: relative;
	margin-bottom: 1px;
	transition: all 0.4s ease 0s;
}

.popup-links ul li:hover {
	right: calc(100% - 40px);
}

.popup-links a {
	display: inline-block;
}
.popup-links ul li .icon-text {
	color: #fff;
	background: #1f1f2f;
	line-height: 40px;
}

.popup-links .icon {
	background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll 0 0;
	width: 40px;
	height: 35px;
	display: inline-block;
	float: left;
}

.popup-links ul li.categories .icon {
	background-position: -55px -785px;
}

.popup-links ul li.cart-icon .icon {
	background-position: -6px -343px;
}

.popup-links ul li.account .icon {
	background-position: -45px -192px;
}

.popup-links ul li.search .icon {
	background-position: -5px -85px;
}

.popup-links ul li.scroll .icon {
	background-position: -54px -814px;
}

.popup-position {
	background: #fff;
	margin: 0 auto;
	max-width: 530px;
	position: relative;
}

.popup-detail{
	padding: 30px;
	max-height: 530px;
	overflow-y: auto;
}

.popup-position .mfp-close {
	color: #fff;
}

.popup-title {
	padding: 30px;
	border-bottom: 1px solid #e1e1e1; 
	background: #1b2839;
}

.popup-title .main_title {
	color: #fff;
}
.cate-inner .level {
	border-bottom: 1px solid #e1e1e1;
}

.cate-inner .level:last-child {
	border-bottom: none;
}
.cate-inner li.level a {
	display: block;
	padding: 10px 0;
	text-transform: uppercase;
}

.cate-inner li > a i {
    font-size: 15px;
    height: 13px;
    margin-right: 10px;
    text-align: center;
    width: 14px;
}

.cate-inner .level {
	position: relative;
}

.mega-sub-menu  {
	display: none;
}

.cate-inner .megamenu{
	position: relative;
	opacity: 1;
	box-shadow: none;
	padding: 0;
}

.cate-inner .megamenu-inner-top {
	padding-left: 15px;
}

.cate-inner span.opener {
    background:url(../images/sprite.png) no-repeat scroll 0 0; 
    height: 25px; 
    width: 25px; 
    display: inline-block; 
    position: absolute; 
    right: 0;
    cursor:pointer;
    margin-top: 10px;
    z-index: 1;
}
.cate-inner span.plus {
	background-position: -90px -378px;
}
.cate-inner span.minus {
	background-position: -90px -416px;
}


#cart_popup .cart-dropdown li {
	margin-bottom: 20px;
}

#cart_popup .cart-list li .media .pull-left {
	width: 150px;
}

#cart_popup .close-cart {
	right: 0px;
}

#account_popup .account-inner {
	text-align: center;
	padding: 30px 0;
	border: 1px solid #e1e1e1;

}

#account_popup .popup-detail a {
	text-align: center;
	color: #793f86;
}

#account_popup a:hover .account-inner  {
	color: #1b2839;
}

#account_popup .popup-detail .fa {
	font-size: 40px;
}


/*_______________________________________________________
// CONTANT  //----------------------------
_______________________________________________________*/

/* - Banner Style  //---------------- */
.banner {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: -1px;
}

.banner .btn, .sub-banner-block .btn, .perellex-banner .btn {
	padding: 13px 30px;
	font-size: 20px;
	text-transform: uppercase;
} 

/* main-banner icon start */
.main-banner.owl-carousel .owl-wrapper-outer {
	display: inherit;
	margin-top: 0;
	padding-top: 0;
}

/* main-banner icon end */

.banner-detail {
    left: 0;
    position: absolute;
    top: 30%;
    width: 100%;
}

.banner-detail .banner-detail-inner {
	color: #fff;
	margin-bottom: 40px;
}
.banner-detail .banner-detail-inner .banner-title {
    color: #c8113a;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
}
.banner-detail .banner-detail-inner .banner-title2 {
color: #033b88
}
.banner-detail .banner-detail-inner .banner-title1 {
color: #0ff1ef;
}
.banner-3 .banner-detail .banner-detail-inner .banner-title {
    /* font-style: italic; */
}
.banner-2 .banner-detail .banner-detail-inner .banner-title {
    font-weight: 600;
}
.banner-2 .banner-detail .banner-detail-inner .banner-title span {
    color: #1b2839;
    font-weight: 700;
}

.banner-detail .banner-detail-inner span.slogan {
    color: #1b2839;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    padding: 10px 0;
}


.slogan:before {
    background-color: #793f86;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.slogan:after {
    background-color: #793f86;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 60px;
}

.banner-detail .banner-detail-inner span.offer {
    color: #1f1f2f;
    display: inline-block;
    font-size:18px;
    /* font-style: italic; */
    font-weight: 500;
    margin-top: 0px;
	letter-spacing:0px;
}
.banner-detail .banner-detail-inner span.offer1 {
    color: #fff;
    display: inline-block;
    font-size:18px;
    /* font-style: italic; */
    font-weight: 500;
    margin-top: 0px;
	letter-spacing:0px;
}



.inner-banner1 {
	background: url(../images/inner-banner3.jpg) no-repeat scroll center center;
	padding: 70px 0 60px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bundle-banner {
	background: url(../images/bundle/1.png) no-repeat scroll center center;
	padding: 120px 0 100px !important;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-banner1 .banner-detail {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0 !important;
}
.inner-banner1 .banner-detail h1 {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-align: left;
}
/* Bread-crumb CSS Start */

.bread-crumb {
    margin-top: 10px;
}

.bread-crumb ul li {
	display: inline-block;
	color: #fff;
}
.bread-crumb ul li a {
	color: #fff;
}
.bread-crumb ul li a, .bread-crumb ul li span {
	margin: 0 10px;
	font-weight: 600;
}
.bread-crumb ul li a:hover {
	color: #793f86;
}
.bread-crumb ul li:first-child {
	padding-left: 0;
}
.bread-crumb ul li span {
	color: #793f86;
}
/* Bread-crumb CSS End */

/* - Sub-banner Style  //---------------- */

.sub-banner img {
	transition: none;
}

.sub-banner-block .sub-banner:hover img {
	opacity: 0.6;
}

.sub-banner {
	position: relative;
	overflow: hidden;
	background: #1b2839;
	margin-bottom: -7px !important;
	display: inline-block;
	max-width: 100%;
}
.sub-banner:hover:before {
    top: 50%;
    bottom: 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: rgba(255, 255, 255, 0.5);
}

.sub-banner:before, .sub-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.sub-banner:hover:after {
    left: 50%;
    right: 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: rgba(255, 255, 255, 0.5);
}

.sub-banner:before, .sub-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.sub-banner .sub-banner-detail {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	color: #1f1f2f;
	position: absolute;
	text-align: center;
	left: 50%;
	bottom: 25px;
	padding: 15px 0;
	width: calc(100% - 50px);
	transform: translateX(-50%);
}

.sub-banner .sub-banner-detail .sub-banner-title {
	font-size: 25px;
	color: #fff;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 28px;
}
.sub-banner .sub-banner-detail .sub-banner-title1 {
	font-size: 25px;
	color: #000;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 28px;
}

.banner-top {
    margin-bottom: 15px;
}

.sub-banner .sub-banner-detail .sub-banner-subtitle {
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
	font-size: 18px;
	margin-top: 10px;
}
.sub-banner .sub-banner-detail .sub-banner-type {
	color: #727272;
	font-style: italic;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.sub-banner.sub-banner3 .sub-banner-detail .sub-banner-type {
	text-transform: none;
}
.sub-banner.sub-banner5 .sub-banner-detail .sub-banner-type, .sub-banner.sub-banner7 .sub-banner-detail .sub-banner-type {
	color: #793f86;
}
.sub-banner .sub-banner-detail .offer {
	color: #282828;
	font-size: 50px;
	font-weight: 700;
}
.sub-banner-subtitle span {
	color: #793f86;
}

.sub-banner .sub-banner-detail .sub-banner-title span.color {
	color: #bababa;
	line-height: 32px;
}
.sub-banner .sub-banner-detail .sub-banner-title span {
	font-weight: 300;
}

.sub-banner .sub-banner-detail span.line {
	background: #5b5b5b;
	height: 1px;
	width: 90px;
	display: inline-block;
	margin: 30px 0 25px 0;
}
.sub-banner3 .sub-banner-detail span.line {
	margin: 50px 0;
}

.small-banner {
	margin-bottom: 20px !important;
}

.small-banner:hover img {
	opacity: 0.6;
}

/* Sub Menu Product part */

.sub-menu-slider .product-item {
    display: inline-block;
    max-width: 100%;
}
.sub-menu-slider .product-image {
    max-width: 100%;
}
.sub-menu-slider .pro_cat {
    min-height: auto !important;
}
.sub-menu-slider .product-item-name a {
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/* Product Box part */

.heading-part {
    position: relative;
}

.main_title {
    display: inline-block;
    margin-bottom: 0;
}

.main_title span::after {
    background: #793f86 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -5px;
    width: 50px;
}

.category-bar ul li a.selected {
    pointer-events: none;
}

.category-bar ul li {
	display: inline-block;
}
.category-bar ul li.selected {
	pointer-events: none;
}
.category-bar ul li a {
	display: block;
	padding: 12px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.category-bar ul li a.selected {
	background: #793f86;
	color: #fff;
}

.category-bar ul li:hover a {
	color: #fff;
	background: #793f86; 
}

.tab_cat {
    padding: 0 15px;
    position: relative;
}

.pro_cat {
	position: relative;
}
.owl-carousel .owl-wrapper-outer {
	display: inline-block;
	padding-top: 7px;
	margin-top: -7px;
}

.pro_cat .product-slider-main {
    display: none;
}

.pro_cat .product-slider-main.selected {
    display: block;
}

.product-item {
	position: relative;
}

.product-slider .item, .pro_cat .item, #blog .item {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
    width: 25%;
}
.product-image {
    background: #9d9d9d none repeat scroll 0 0;
    min-width: 70px;
    overflow: hidden;
    position: relative;
}
.product-image img {
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	
}
.pro-cat-slider .product-image img 
{
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	/* width:250px;
	height:250px; */
}

.product-active .product-image img
{
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	width:210px;
	height:210px;
}

.product-item:hover .product-image img {
    opacity: 0.5;
}

.main-label {
    color: #ffffff;
    font-weight: 500;
    line-height: 54px;
    padding-left: 11px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
    width: 55px;
    height: 55px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%; 
    z-index: 1;
}
.sale-label {
    background: #ffe400 none repeat scroll 0 0;
	left: 10px; 
	color: #1b2839;
}

.new-label {
    background: #ff7200 none repeat scroll 0 0;
    right: 10px;
}

.product-item.sold-out::before {
    background: rgba(255,255,255,0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.product-item.sold-out::after {
	background: #fa6b6b;
	content: "Sold out";
	color: #fff;
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    text-transform: uppercase;
    padding: 10px 15px;
    transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
}

.out-stock {
    background: #fa6b6b none repeat scroll 0 0;
    border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-o-border-radius: 40px;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 40%;
    z-index: 1;
}

.product-detail-inner {
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateX(-50%);
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}

.detail-inner-left {
    opacity: 0;
    transform: scale(0.5);
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s
}

.product-item:hover .detail-inner-left {
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}

.product-item-name a {
	font-size: 14px;
	color: #1f1f2f;
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
	white-space: inherit;
    width: 100%;
	line-height:18px;
}
.product-item-name
{    text-align: left;	
}

.product-item-details {
    padding-top: 15px;
    /* text-align: center; */
}
.product-item-details select.selectpicker
{
width:20%;	
}
.list-type .product-item-details, .product-detail-main .product-item-details {
	text-align: left;
}
.special-products-block .product-item-details {
	margin-top: 0;
}
.shop-list-view:hover .product-item-name a, .product-item:hover .product-item-name a, 
.special-products-block:hover .product-item-name a, .sidebar-contant ul li:hover .pro-detail-info a {
	color: #793f86;
}
.product-item-details .price-box .price {
	margin-right: 5px;
	    color: #08a681;
}

.price-box {
    display: inline-block;
}

.price-box .price {
	font-size: 20px;
    font-weight: 500;
    color: #8d8d8d;
/* 	color:#10b58e; */
}
.product-item-details .price-box .price.old-price {
	font-size: 15px;
	font-weight: 400;
	color: #878787;
}
.detail-inner-left ul {
	display: inline-block;
}
.product-item .detail-inner-left ul li {
	float: left;
	padding: 0 4PX;
	position: relative;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.product-item .detail-inner-left ul li:last-child {
	padding-right: 0;
}
.detail-inner-left ul li a {
	background: #fff url("../images/sprite.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 37px;
	width: 37px;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
	transition: all 0.4s ease 0s;
}

.detail-inner-left ul li a:hover {
	background-color: #793f86;
}

.detail-inner-left.right-side ul li a {
    border-right: 1px solid #ff8786;
    padding: 0 18px;
}

.detail-inner-left.right-side ul li:last-child a {
    border-right: medium none;
    padding-right: 0;
}

.detail-inner-left ul li button {
    background-color: #fff;
    border: none;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 8px 15px 9px 6px;
    text-transform: none;
    font-size: 15px;
    transition: all 0.4s ease 0s;
	cursor:pointer;
}

.detail-inner-left ul li button:hover {
    background: #793f86;
    color: #fff;
}

.detail-inner-left ul li button span, .cat-box-inner .cart-link button span {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -11px -319px;
    display: inline-block;
    height: 25px;
    margin-bottom: -8px;
    transition: all 0.6s ease 0s;
    width: 30px;
}

.cat-box-inner .cart-link button span {
	background-position: -46px -234px; 
}

.cat-box-inner .cart-link button:hover span {
	background-position: -46px -266px; 
}


.detail-inner-left ul li button:hover span {
    background-position: -11px -354px;
}

.detail-inner-left ul li.pro-wishlist-icon a {
	background-position: -9px -380px;
}
.detail-inner-left ul li.pro-wishlist-icon a:hover {
	background-position: -9px -417px;
}

.detail-inner-left ul li.pro-compare-icon a {
	background-position: -9px -456px;
}
.detail-inner-left ul li.pro-compare-icon a:hover {
	background-position: -9px -491px;
}

.rating-summary-block .rating-result {
	display: inline-block;
	position: relative;
	width: 71px;
}
.rating-summary-block.big .rating-result {
	width: 88px;
}
.rating-summary-block .rating-result:before {
	color: #c7c7c7;
	content: "ï€…" "ï€…" "ï€…" "ï€…" "ï€…";
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	left: 0;
	letter-spacing: 2px;
	line-height: 16px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.rating-summary-block .rating-result > span {
	display: block;
	overflow: hidden;
}
.rating-summary-block .rating-result > span::before {
	color: #ffaf47;
	content: "ï€…" "ï€…" "ï€…" "ï€…" "ï€…";
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	letter-spacing: 2px;
	line-height: 16px;
	position: relative;
	z-index: 1;
}
.rating-summary-block .rating-result:before, .rating-summary-block .rating-result > span:before {
	font-size: 13px;
	height: 13px;
	line-height: 13px;
}
.rating-summary-block.big .rating-result:before, .rating-summary-block.big .rating-result > span:before {
	font-size: 17px;
	height: 17px;
	line-height: 17px;
}

.fotorama__wrap--css3 .fotorama__stage__shaft {
    margin-left: -1px;
    width: calc(100% - 1px) !important;
}

.pro-media img {
    border: 1px solid #d6d6d6;
}

/* daily-deals Start*/

.daily-deals {
    padding: 0 15px;
}

.daily-deals .price-box {
	margin: 5px 0;
}

.daily-deals .product-detail-inner {
    left: 0;
    top: 0;
    position: relative;
    transform: none;
    margin-top: 13px;
}
.daily-deals .detail-inner-left {
    opacity: 1;
    transform: scale(1);
}

.daily-deals .detail-inner-left ul li button {
    border: 1px solid #e1e1e1;
    padding: 7px 15px 8px 6px
}

.daily-deals .detail-inner-left ul li a {
    border: 1px solid #e1e1e1;
}

.daily-deals .detail-inner-left ul li.pro-wishlist-icon a {
	background-position: -10px -380px;
}

.daily-deals .detail-inner-left ul li.pro-wishlist-icon a:hover {
    background-position: -10px -417px;
}

.daily-deals .product-item-details {
	text-align: left;
	padding: 0;
}

.product-item-details > p {
    line-height: 18px;
    margin-top: 5px;
}

.product-item .detail-inner-left ul li:first-child {
	padding-left: 0;
}

.item-offer-clock p {
    margin-bottom: 10px;
}
.item-offer-clock ul {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.item-offer-clock ul li {
    color: #282828;
    display: inline-block;
    list-style: outside none none;
    vertical-align: top;
}
.item-offer-clock ul li.seperator {
    font-size: 20px;
    line-height: 40px;
}
.item-offer-clock ul li span, .item-offer-clock ul li p {
    color: #282828;
    display: block;
    line-height: 1;
}
.item-offer-clock ul li span {
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 3px;
    text-align: center;
    width: 40px;
    letter-spacing: 0.5px;
}
.item-offer-clock ul li p {
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 34px;
}
/* daily-deals End*/

.product-slider .owl-prev, .product-slider .owl-next, 
#brand-logo .owl-prev, #brand-logo .owl-next, 
#blog .owl-prev, #blog .owl-next, 
.banner .owl-prev, .banner .owl-next,
.client-main  .owl-prev, .client-main  .owl-next, 
.sub-menu-slider .owl-prev, .sub-menu-slider .owl-next, 
.pro_cat .owl-prev, .pro_cat .owl-next,
#top-cat-pro .owl-prev, #top-cat-pro .owl-next {
	background: #f5f5f5;
	position: absolute;
	height: 40px;
	width: 40px;
	text-align: center;
	letter-spacing: 0;
	top: 50%;
	font-size: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.pro_cat .owl-prev, .pro_cat .owl-next, 
#blog .owl-prev, #blog .owl-next,
#top-cat-pro .owl-prev, #top-cat-pro .owl-next,  
#brand-logo .owl-prev, #brand-logo .owl-next {
	top: -46px;
}

.best-seller-pro .owl-prev, .best-seller-pro .owl-next {
	top: calc(0% - 55%);
}

.product-slider .owl-prev, .product-slider .owl-next {
    margin-top: -65px;
    top: 0;
}

.banner .owl-prev, .banner .owl-next {
	background: #fff;
    margin-top: 0;
    transform: translateY(0px);
}

#brand-logo .owl-prev, #brand-logo .owl-next  {
	margin-top: 0px;
}

.product-slider .owl-prev:hover, .product-slider .owl-next:hover, 
#brand-logo .owl-prev:hover, #brand-logo .owl-next:hover, 
#blog .owl-prev:hover, #blog .owl-next:hover, 
.banner .owl-prev:hover ,.banner .owl-next:hover,
.client-main .owl-prev:hover, .client-main .owl-next:hover, 
.sub-menu-slider .owl-next:hover, .sub-menu-slider .owl-prev:hover,
.pro_cat .owl-prev:hover, .pro_cat .owl-next:hover,  
#top-cat-pro .owl-prev:hover, #top-cat-pro .owl-next:hover  {
	background: #793f86;
}

.sub-menu-slider .owl-next {
	top: 20px;
	right: 0px !important;
}

 .sub-menu-slider .owl-prev {
 	top: 20px;
 	left: 0px !important;
 }

.banner .owl-next  {
	right: 20px;
}

.banner .owl-prev {
	left: 20px;
}

.pro_cat .owl-next, #blog .owl-next, #top-cat-pro .owl-next,  #brand-logo .owl-next {
       left: 25%;
}
.newarrivals .product-listing .pro_cat .owl-prev, .newarrivals .product-listing .pro_cat .owl-next
{
	top:-46px;
}
.newarrivals .product-listing .pro_cat .owl-prev
{
	left: 24%;	
}
.newarrivals .product-listing .pro_cat .owl-next
{
	left: 28%;	
}
.product-listing .pro_cat .owl-prev, .product-listing .pro_cat .owl-next
{
	top:-56px;
}
.product-listing .pro_cat .owl-prev
{
 left: 26%;	
}

.product-listing .pro_cat .owl-next
{
left: 30%;	
}
.pro_cat .owl-prev, #blog .owl-prev, #top-cat-pro .owl-prev, #brand-logo .owl-prev {
      left: 21%;
}


.client-main .owl-next {
	right: 0;
}

.client-main .owl-prev {
	left: 0;
} 

.product-slider .owl-next {
	right: 10px;
}

.product-slider .owl-prev {
	right: 60px;
}


.product-slider .owl-prev:after, .product-slider .owl-next:after, 
#brand-logo .owl-prev:after, #brand-logo .owl-next:after, 
#blog .owl-prev::after, #blog .owl-next::after, 
.banner .owl-prev:after, .banner .owl-next:after,
 #top-cat-pro .owl-prev:after, #top-cat-pro .owl-next:after,
.client-main  .owl-prev:after, .client-main  .owl-next:after, 
.sub-menu-slider .owl-prev:after, .sub-menu-slider .owl-next:after,
.pro_cat .owl-prev:after, .pro_cat .owl-next:after   {
	color: #a7a7a7;
	font-size: 25px;
	line-height: 40px;
	font-family: FontAwesome;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.product-slider .owl-prev:after, #brand-logo .owl-prev:after, 
#blog .owl-prev:after, .banner .owl-prev:after,  .owl-prev:after, 
.client-main  .owl-prev:after, .sub-menu-slider .owl-prev:after, .pro_cat .owl-prev:after {
	content: "\f104";
}
.product-slider .owl-next:after, #brand-logo .owl-next:after, 
#blog .owl-next:after, .banner .owl-next:after, #top-cat-pro .owl-next:after, 
.client-main .owl-next:after, .sub-menu-slider .owl-next:after, .pro_cat .owl-next:after {
	content: "\f105";
}
.product-slider .owl-prev:hover:after, #brand-logo .owl-prev:hover:after,
#blog .owl-prev:hover:after, .banner .owl-prev:hover:after, 
.client-main  .owl-prev:hover:after, .sub-menu-slider .owl-prev:hover:after,
.pro_cat .owl-prev:hover:after, #top-cat-pro .owl-prev:hover:after {
	color: #fff;
}
.product-slider .owl-next:hover:after, #brand-logo .owl-next:hover:after,
#top-cat-pro .owl-next:hover:after, #blog .owl-next:hover:after, 
.banner .owl-next:hover:after, .client-main  .owl-next:hover:after, 
.sub-menu-slider .owl-next:hover:after, .pro_cat .owl-next:hover:after {
	color: #fff;
}


/*Our Categories */

.sell-pro .item {
    padding: 0 15px;
}

.item-inner {
    position: relative;
}

.cate-detail {
    background: #793f86;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    bottom: 10px;
    position: absolute;
    left: 50%;
    text-transform: uppercase;
    transform: translateX(-50%);
    width: 100%;
    padding: 10px;
}

/* Sub Menu Product part */
.sub-menu-slider .product-item {
    display: inline-block;
    max-width: 100%;
}
.sub-menu-slider .product-image {
    max-width: 100%;
}
.sub-menu-slider .pro_cat {
    min-height: auto !important;
}
.sub-menu-slider .product-item-name a {
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/* ------------------ */
.shop-list-view {
	margin-bottom: 30px;
	display: inline-block;
}
.shop-list-view .product-item {
	float: left;
	width: 280px;
	margin-right: 20px;
}
.shop-list-view .product-item-name {
	font-size: 16px;
}
.shop-list-view .price-box {
	margin: 3px 0 15px;
	float: none;
}
.shop-list-view .bottom-detail {
	display: inline-block;
}
.shop-list-view .product-item-details, .product-detail-main .product-item-details {
	margin-top: 0;
}

.bottom-detail ul li {
	display: inline-block;
	/* padding: 0 5px; */
}

/* .product-detail-main .bottom-detail ul li {
	padding: 0 10px;
	border-right: 1px solid #cccccc; 
} */

.cart-button .pro-cart-icon {
    margin-top: 9px;
}

.bottom-detail ul li:last-child, .bottom-detail ul li.pro-cart-icon {
    border-right: medium none;
}

.bottom-detail ul li:first-child {
	padding-left: 0;
}

.bottom-detail ul li span {
    background: url("../images/sprite.png") no-repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    margin-bottom: -12px;
    margin-right: 8px;
    height: 37px;
    transition: all 0.4s ease 0s;
    width: 37px;
}

.bottom-detail ul li:hover span  {
	background-color: #793f86;
}
.bottom-detail ul li.pro-cart-icon span {
	background-position: -9px -312px;
}
.bottom-detail ul li.pro-cart-icon:hover span {
	background-position: -9px -347px;
}

.bottom-detail ul li.pro-wishlist-icon span {
	background-position: -10px -381px;
}
.bottom-detail ul li.pro-wishlist-icon:hover span {
	background-position: -10px -418px;
}

.bottom-detail ul li.pro-compare-icon span {
	background-position: -10px -457px;
}
.bottom-detail ul li.pro-compare-icon:hover span {
	background-position: -10px -491px;
}

.bottom-detail ul li.pro-email-icon span {
	background-position: -43px -453px;
}
.bottom-detail ul li.pro-email-icon:hover span {
	background-position: -43px -488px;
}

.bottom-detail.cart-button ul li.pro-cart-icon span {
	margin-top: -10px;
	margin-right: 0;
}
.bottom-detail.cart-button ul li span {
    border: none;
}

.bottom-detail.cart-button ul li:hover span {
    background-color: rgba(0,0,0,0);
}

.product-detail-main .bottom-detail ul li.pro-cart-icon span {
	background-position: -9px -347px;
}

/* Site Services Features Block css Star */
.ser-feature-block {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 20px;
}

.feature-box{
	border-right: 1px solid #e1e1e1;
}

.service-box:last-child .feature-box {
	border-right: none;
}

.feature-detail {
    display: inline-block;
    padding-left: 15px;
}

.ser-feature-block .feature-icon  {
	background: url("../images/shipping_icon.png") no-repeat scroll 0 0;
	color: #737373;
	height: 50px;
	width: 60px;
	float: left;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.ser-feature-block .service-box .ser-title {
	font-size: 20px;
	font-weight: 600;
	color: #1b2839;
	display: inline-block;
	text-transform: uppercase;
}

.ser-feature-block .service-box:hover .ser-title {
	color: #793f86;
	cursor: pointer;
}

.ser-feature-block .feature-box:hover .ser-subtitle {
	color: #793f86;
}
.feature-box .feature-icon.feature1{
	background-position: 0 4px;
}
.feature-box .feature-icon.feature2 {
	background-position: 0 -118px;
}
.feature-box .feature-icon.feature3 {
	background-position: 0 -245px;
}
.feature-box .feature-icon.feature4 {
	background-position: 0 -376px;
}
.feature-box:hover .feature-icon.feature1 {
	background-position: 0 -54px;
}
.feature-box:hover .feature-icon.feature2 {
	background-position: 0 -183px;
}
.feature-box:hover .feature-icon.feature3 {
	background-position: 0 -310px;
}
.feature-box:hover .feature-icon.feature4 {
	background-position: 0 -445px;
}
/* Site Services Features Block css end */

/* perellex block css start*/
.perellex-banner {
    background: rgba(0, 0, 0, 0) url("../images/perellex.jpg") no-repeat fixed center center;
    font-family: "Roboto", sans-serif;
    color: #1f1f2f;
}

.perellex-delail {
    /* background: rgba(255, 114, 0, 0.2); */
    padding: 50px;
}

.perellex-offer {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    position: relative;
}


.perellex-offer span:after {
    background: #793f86;
    bottom: -15px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 48%;
    position: absolute;
    text-align: center;
    width: 50px;
}

.perellex-title {
	color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-top: 30px;
    text-transform: uppercase;
}
.perellex-delail p {
    color: #ffffff;
    font-size: 16px;
    margin: 20px 0;
}
/* perellex block css end */

/* cat-box css Start */
.product-slider .heading-part > h2 {
    display: inline-block;
    margin: 0;
    position: relative;
}

.product-slider .heading-part span {
    background: #793f86 none repeat scroll 0 0;
    content: "";
    height: 3px;
    position: absolute;
    right: -100px;
    top: 45%;
    width: 80px;
}

.cat-img {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.cat-img span {
    background: #fff;
    color: #2a2931;
    position: absolute;
    bottom: 18px;
    font-size: 18px;
    font-weight: 600;
    width: calc(100% - 80px);
    padding: 13px 0;
    left: 50%;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cat-img:hover span {
    -ms-transform: translateX(-50%) scale(0.9);
    -webkit-transform: translateX(-50%) scale(0.9);
    -o-transform: translateX(-50%) scale(0.9);
    transform: translateX(-50%) scale(0.9);
}

.cat-box-inner .pro-media img {
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
}

.cat-img:hover img, .cat-box-inner li:hover .pro-media img {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.cat-box-inner .pro-media {
    margin-right: 20px;
    width: 155px;
    overflow: hidden;
}

.cat-box-inner ul li {
    display: inline-flex;
    float: left;
    clear: both;
    margin-bottom: 5px;
    padding: 15px 0px;
}

.cat-box-inner ul li:first-child {
    padding-top: 0;
}

.cat-box-inner ul li:last-child {
    padding-bottom: 0;
}

.cat-box-inner .cart-link {
    border-top: 1px solid #dedede;
    margin-top: 20px;
}

.cat-box-inner .price-box {
    float: none;
    display: block;
}

.cat-box-inner .cart-link button {
    background-color: transparent;
    border: medium none;
    letter-spacing: 0;
    padding: 0;
    margin-top: 15px;
    font-weight: 400;
    opacity: 0;
}

.cat-box-inner ul li:hover .cart-link button {
    opacity: 1;
}

.cat-box-inner .cart-link button:hover {
    color: #793f86;
}
/* cat-box css End */

/* Special Product Block css Start */
.special-products-block {
	position: relative;
	overflow: hidden;
	margin-top: -7px;
	padding-top: 7px;
}
.special-products-block .product-item {
	max-width: 338px;
	float: left;
	margin-right: 30px;
}
.special-products-block .pro-detail-main {
	margin-left: 368px;
	position: relative;
}
.special-products-block .product-item-details .product-item-name {
	font-size: 22px;
	margin-bottom: 15px;
}
.special-products-block .product-item-details .price-box .price {
	font-size: 20px;
}
.special-products-block .product-item-details .price-box .price.old-price {
	font-size: 16px;
}
.special-products-block .rating-summary-block {
	margin-top: 10px;
	margin-bottom: 10px;
}
.special-products-block .label-review {
	color: #8f8f8f;
	font-size: 12px;
	font-style: italic;
}

.special-products-block .bottom-detail .pro-compare-icon {
	margin-top: 10px;
}
.special-products-block .pro-detail-main .bottom-detail {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.product-item-details .bottom-detail {
	padding: 10px 0;
}
.product-detail-main .product-item-details .product-qty ~ .bottom-detail {
	border: none;
	padding: 0;
}
.product-detail-main .product-item-details .bottom-detail {
	display: inline-block;
}

#special-pro .owl-prev, #special-pro .owl-next {
	position: absolute;
	top: -85px;
	font-size: 0;
}
#special-pro .owl-prev {
	right: 50px;
}
#special-pro .owl-next {
	right: 20px;
}
#special-pro .owl-prev:after, #special-pro .owl-next:after {
	color: #c2c2c2;
	font-family: FontAwesome;
	font-size: 28px;
	line-height: 55px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
#special-pro .owl-prev:hover:after, #special-pro .owl-next:hover:after {
	color: #8a8a8a;
}
#special-pro .owl-prev:after {
	content: "ï„";
}
#special-pro .owl-next:after {
	content: "ï„…";
}

.bottom-detail .btn-black {
    margin-top: 9px;
}
/* Special Product Block css End */

/* Custom News Letter CSS Start */
.newsletter {
    background: #793f86;
}
.newsletter-bg {
    padding: 40px 0;
}
.newsletter-title .main_title {
    font-size: 25px;
    letter-spacing: 1px;
}
.newsletter-title {
    color: #ffffff;
}

.newsletter-title .sub-title {
    font-size: 18px;
}

.newsletter-inner span {
	display: inline-block;
	margin-bottom: 60px;
}
.newsletter-inner p {
	margin-bottom: 35px;
}

.newsletter-box {
    position: relative;
    margin-top: 10px;
}

.newsletter .newsletter-inner form button {
    background: #1b2839 ;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: none;
}
.newsletter-inner input {
    background: #f5f5f5;
    border: none;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 9px 0 9px 20px;
    width: 100%;
}
.newsletter-title .main_title {
    color: #ffffff;
    font-size: 25px;
    letter-spacing: 1px;
}
/* Custom News Letter CSS End */

/* Testimonial CSS Start */
.homepage .client-bg {
	/* background: #793f86; */
	background: url(../images/perellex.jpg)repeat-x;
	position: relative;
	background-position: center;
}

.client-bg {
	background: url(../images/testimonial-bg.jpg) repeat scroll 0 0;
	position: relative;
}

.top-shadow, .bottom-shadow {
    position: absolute;
    width: 100%;
}
.top-shadow {
	top: -2px;
}

.bottom-shadow {
    bottom: 1px;
}

.homepage .client-img {
    margin-right: 0;
    width: 100%;
    text-align: center;
}

.client-img {
    margin-right: 40px;
}

.homepage .client-main .owl-carousel .owl-wrapper-outer {
	padding-top: 10px;
	margin-top: 0;
}

.client-main .item {
	display: inline-block;
	padding-bottom: 60px;
}
.client-main .item p {
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	margin: 0; 
}

.homepage .client-main .item p {
	color: #777;
}

.quote1-img {
	text-align: left;
}

.quote2-img {
	text-align: right;
}

.client-img img{
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
    border:  1px solid #793f86;
    display: inline-block;
    overflow: hidden;
}

.homepage .client-img img{
    border:  1px solid #793f86;
}

.designation {
    color: #221b1f;
    font-size: 20px;
    font-style: italic;
}

.homepage .designation {
    color: #793f86;
}

.quote {
	border-left: 1px solid #e1e1e1;
    max-width: 670px;
    position: relative;
    padding: 30px 40px;
}

.homepage .quote {
	border: none;
	padding: 0 20px;
} 

.homepage .client-main .item .client-title {
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    text-transform: none;
}

.client-main .item .client-title {
	color: #793f86;
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    text-transform: none;
}

.homepage .client-main .item .client-title {
	color: #777;
}

.owl-pagination {
	display: inline-block;
	margin-top: 20px;
}

.owl-pagination .owl-page {
	float: left;
	margin: 0 3px;
}
.owl-pagination .owl-page {
    border: 2px solid #793f86;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    height: 16px;
    width: 16px;
}

.homepage .client-main .owl-pagination .owl-page {
	border: 2px solid #793f86;
}

.owl-pagination .owl-page > span {
	background: #fff;
	display: block;
}

.owl-pagination .owl-page.active > span, .owl-pagination .owl-page:hover > span {
    background: #793f86 none repeat scroll 0 0;
    border: 2px solid #ffffff;
}

.owl-controls .owl-pagination {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -0-transform: translateX(-50%);
    transform: translateX(-50%);
} 

.owl-pagination .owl-page {
    float: left;
    margin: 0 3px;
}

.owl-pagination .owl-page > span {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.client-main .owl-controls .owl-pagination {
	padding-top: 20px;
}

.client-main {
	position: relative;
	overflow: hidden;
}
.client-main .owl-buttons {
    display: none;
}
/* Testimonial CSS End */

/* Blog CSS Start */
.blog-listing .blog-item {
    margin-bottom: 30px;
}

.blog-media {
	overflow: hidden;
	background: #1b2839;
	position: relative;
}
.blog-item .blog-media img {
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
.blog-item:hover .blog-media img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.blog-item a.read {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.blog-title {
    margin-bottom: 10px;
}

.blog-title > a {
    color: #1f1f2f;
    font-size: 16px;
    font-weight: 500;
}


.blog-title > a:hover {
    color: #793f86;
}

.blog-detail > span {
    color: #1f1f2f;
    font-style: italic;
}

.blog-item:hover a.read {
	opacity: 1;
	filter: alpha(opacity=100);
}
.blog-item a.read:after {
	content: "";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 16px;
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	color: #ffffff;
	height: 45px;
	width: 45px;
	padding: 10px;
	text-align: center;
}

.post-date {
	color: #793f86;
	font-style: italic;
}
.blog-detail p {
	margin-bottom: 10px;
}

.blog-detail .post-info ul li {
	display: inline-block;
	margin-right: 15px;
	font-style: italic;
}
.blog-detail .post-info ul li a {
}

.blog-item img {
  width: 100%;
}

.blog-item .blog-effect:before{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
}
.blog-item .blog-effect:after{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
}

.blog-item:hover .blog-effect:before{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.blog-item:hover .blog-effect:after{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.blog-item .blog-effect:before, .blog-item .blog-effect:after{
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
/* Blog CSS End */


/* Brand-Logo CSS Start */
.brand .item {
	text-align: center;
	float:left;
	padding:30px;
}
.brand .item img {
	opacity: 0.5;
}
.brand .item img:hover {
	opacity: 1;
}
/* Brand-Logo CSS End */

/* Sidebar CSS Start */
.gray-box {
	padding-bottom: 25px;
}
.sidebar-title {
	margin-bottom: 15px;
	position: relative;
}

.sidebar-title span::after {
    background: #793f86 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -5px;
    width: 50px;
}

.sidebar-block .sidebar-box {
    position: relative;
}

.sidebar-title h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.listing-box ul li {
	border-bottom: 1px solid #e1e1e1;
}
.listing-box ul li:last-child {
	border-bottom: none;
}
.listing-box ul li a {
	padding: 6px 0px;
	display: inline-block;
	width: 100%;
}
.listing-box ul li:first-child a {
	padding-top: 0;
}

.size ul li {
    margin-bottom: 3px;
}

.inner-title {
	color: #1b2839;
	margin-bottom: 8px;
	display: inline-block;
	font-weight: 600;
	text-decoration: underline;
}

.sidebar-item ul li {
	display: inline-flex;
	padding: 7px 0px;
}
.sidebar-item ul li:first-child {
	padding-top: 0;
}
.sidebar-item .pro-media {
	padding: 0 15px 0 0;
	width: 120px;
}
.sidebar-item-wide .pro-media {
	width: 110px;
}
.pro-detail-info .price-box .price {
	color: #1b2839;
	font-size: 18px;
	font-weight: 600;
	margin-right: 5px;
}
.pro-detail-info .rating-summary-block {
	padding: 0;
}
.sidebar-item .cart-link button {
	background-color: transparent;
	border: none;
	padding: 0;
	font-size: 13px;
	letter-spacing: 0;
	font-weight: 400;
	text-transform: uppercase;
}
.sidebar-item .cart-link button:hover {
	color: #793f86;
}
/* Sidebar CSS END */

/* Sorting CSS Start */
.shorting {
	border-bottom: 1px solid #ededed;
	padding-bottom: 15px;
}
.shorting .view {
	float: left;
	margin-right: 20px;
}
.list-types {
	display: inline-flex;
	float: left;
	margin: 3px 0px 0;
	padding: 0 5px;
}
.list-types.grid {
	border-right: 1px solid #dedede;
}
.list-types-icon {
	background: url(../images/grid-list.png) no-repeat scroll 0 0;
	display: inline-block;
	height: 25px;
	width: 36px;
}
.grid-icon {
	background-position: 0 -6px;
}
.list-icon {
	background-position: -65px -6px;
}
.grid-icon:hover, .list-types.active .grid-icon {
	background-position: 0 -39px;
}
.list-icon:hover, .list-types.active .list-icon {
	background-position: -65px -39px;
}
.list-types a {
	display: inline-flex;
}
.shorting select {
	font-size: 14px;
}
.short-by, .select-item {
	float: left;
	position: relative;
}
.short-by > span, .show-item > span {
	float: left;
	margin: 5px 10px 3px;
}
.compare {
	float: right;
}
.compare .btn {
    font-size: 15px;
    padding: 9px 15px;
    text-transform: none;
}
.pagination-bar {
	text-align: center;
	margin-top: 20px;
}
.pagination-bar ul {
	display: inline-flex;
}
.pagination-bar ul li {
	float: left;
	margin: 0 2px;
}
.pagination-bar ul li a {
	background: #f0f0f0;
	height: 40px;
	width: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px; 
}
.pagination-bar ul li.active a {
	background: #793f86;
	color: #fff;
}
/* Sorting CSS End */

/* Product Detail Page Start */

/* -- Product Zoom Slider Start -- */
.fotorama__nav--thumbs {
	margin-top: 15px;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb {
	height: auto !important;
	margin: 0 8px;
	opacity: 0.3;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
	opacity: 1;
}
.fotorama__img {
	position: relative;
	top: 0 !important;
}
.fotorama__thumb-border {
	display: none !important;
}
.fotorama__nav::before, .fotorama__stage::before {
	background-image: none;
}
.fotorama__nav::after, .fotorama__stage::after {
	background-image: none;
}
/* -- Product Zoom Slider End -- */

.product-detail-main .product-item-details .product-item-name {
	font-size: 22px;
	font-weight:500;	
	margin-bottom: 0;
/* 	text-transform: lowercase; */
	text-transform: none;
}
.product-listing .shop-list-view .product-item {
	margin-bottom: 0;
}
.product-detail-main .price-box .price {
	font-size: 22px;
}
.product-detail-main .rating-summary-block {
	margin-bottom: 20px;
}
.product-info-stock-sku {
	margin-top: 5px;
	margin-bottom: 15px;
}
.product-info-stock-sku > div {
	display: inline-block;
	margin-right: 20px;
}
.product-info-stock-sku label {
	font-weight: 400;
}
.product-info-stock-sku .price-box {
	display: inline-block;
}
.product-info-stock-sku .info-deta {
	text-transform: uppercase;
	font-weight: bold;
	color: #b1b0b0;
}
.form-control {
	border-color: #dedede;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	height: 35px;
    border: 1px solid #dddddd !important;
}
}
.form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.product-qty {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
.custom-qty {
	display: inline-flex;
}
.increase.items, .reduced.items {
	background: transparent;
	border: 1px solid #e1e1e1;
	color: #10b58e;
	padding: 7px;
	float: left;
	border-radius:10%;
}
.product-item-details .increase.items
{
background: transparent;
    border: 1px solid #e1e1e1;
    color: #10b58e;
    /* padding: 5px; */
    /* float: left; */
    border-radius: 10%;
    height: 24px;
    width: 25px;  
    float: none;
    margin: 0px;
    width: 100%;	
}
.product-item-details .reduced.items 
{
	position: relative;
    display: block;
	height: 24px;
    width: 25px;
}
.input-text.qty {
	border: 1px solid #e1e1e1;
/* 	border-radius: 50%; */
/* 	-moz-border-radius: 50%; */
/* 	-webkit-border-radius: 50%; */
/* 	-o-border-radius: 50%; */
	max-width: 85px;
	padding: 4px 10px;
	float: left;
	text-align: center;
	margin: 0 5px;
}
.product-detail-main .input-text.qty
{
	max-width: 45px;
}
.share-link {
    margin-top: 5px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0px;
}
.share-link label {
	font-weight: 600;
	float: left;
/*	margin-top: 6px;*/
	margin-right: 10px;
}

.brand-logo-pro {
    background: #f5f5f5 none repeat scroll 0 0;
}

/* Product Page Tab CSS Start */

/* .product-detail-tab .nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
	color:#777;
}

.nav-tabs {
	border-bottom: 0px solid #e1e1e1 !important;
}
.nav-tabs > li > a {
	border-color: #eee #eee #ddd;
}
.product-detail-tab {
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
} */
/* .product-detail-tab .nav > li > a {
	background-color: #777;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border: none;
	margin-bottom: 10px;
	font-size: 14px;
	letter-spacing: -0.5px;
	color:#fff;
	margin-left:5px;
} */
.es_a {
	background-color: #777;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border: none;
	margin-bottom: 10px;
	font-size: 14px;
	letter-spacing: -0.5px;
	color:#fff !important;
	margin-left:5px;
}
.es_a:hover
{
background-color:#793f86;
}

/* .nav-tabs > li > a.selected, .nav-tabs > li > a.selected:hover, .nav-tabs > li > a.selected:focus {
    background: #793f86;
    border: medium none;
    color: #fff;
}
.tab_content {
	border-bottom: 0px solid #e1e1e1;
	padding: 20px 0;
}
.product-listing .tab_content {
	padding: 0;
	border: none;
}
.Description, .items-Product-Tags, .items-Reviews, .comments-area-main {
	line-height: 25px;
}
.tab_content ul li strong {
	font-weight: 500;
	color: #222;
}
.items-Description, .items-Product-Tags, .items-Reviews {
	display: none;
}
.items-Description.selected, .items-Product-Tags.selected, .items-Reviews.selected {
	display: block;
} */
/* Product Page Tab CSS End */

/* --------------- Comment CSS START ------------------ */
.comment-list > li {
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
}
.comments-area > .comment-list > li:first-child {
	border: none;
	padding-top: 0;
}
.comment-user {
	float: left;
	margin-right: 20px;
}
.comment-detail {
	display: table-cell;
	padding-bottom: 10px;
}
.comment-detail .user-name {
	text-transform: uppercase;
	color: #232323;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.1;
}
ul.child-comment {
	margin-left: 63px;
}
.comment-detail .post-info ul {
	display: inline-flex;
}
.comment-detail .post-info ul li {
	float: left;
	margin-right: 15px;
	font-size: 14px;
	padding: 0;
}

.shop-list-view .product-item-details {
    display: table-cell;
    position: relative;
    text-align: left;
}

.shop-list-view ul li button {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: #232323;
    display: inline-block;
    padding: 0;
    transition: none 0s ease 0s ;
}

.shop-list-view .detail-inner-left {
    display: inline-block;
    padding: 0 0 10px;
    width: 100%;
}
/* --------------- Comment CSS End ------------------ */

/* Product Detail Page CSS End */

/* checkbox CSS Start */
/* .checkbox + label, .radio-button + label {
    cursor: pointer;
    line-height: 17px;
    padding-left: 25px;
    position: relative;
}

.checkbox:checked + label::before {
    background: #793f86 none repeat scroll 0 0;
    border-color: #793f86;
}

.checkbox + label::before, .radio-button + label::before, .checkbox + label::after {
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px;
}

.checkbox + label::before, .radio-button + label::before {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #d7d7d7;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}

.checkbox + label::after {
    background-image: url("../images/check-box-icon.png");
    background-repeat: no-repeat;
    margin-left: 3px;
    margin-top: 3px;
}

.checkbox + label::before, .radio-button + label::before, .checkbox + label::after {
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px;
} */
/* checkbox CSS End */

/* .checkout-section .input-box {
	margin-bottom: 23px;
}

.check-box.left-side {
	margin-top: 10px;
}
.forgot-password {
	color: #0040a5;
	text-decoration: underline;
	font-weight: 600;
	display: inline-block;
}
.contact-info .p-0 {
	border-right: 1px solid #e1e1e1;
}
.contact-info .p-0:last-child {
	border: medium none;
} */

/* Cart Page CSS Start */
.commun-table th span {
	float: left;
	font-size: 14px;
	font-weight: 400;
	clear: both;
}
.commun-table td .product-title {
	min-width: 300px;
}
/* table.table {
	border: 10px solid #f5f5f5;
	border-top: none;
	margin-bottom: 0;
} */
.complete-order-detail table.table {
	border-top: 15px solid #f5f5f5;
}
.commun-table .table thead tr th {
	background: #f5f5f5;
	border-bottom: none;
	padding: 15px;
}
.cart-item-table .table tbody tr td {
	padding: 15px;
	vertical-align: middle;
}
.cart-total-table .table tbody tr td {
	padding: 10px 25px;
	vertical-align: middle;
}
.cart-total-table .table thead tr th {
	padding: 10px 25px;
	vertical-align: middle;
}
.commun-table .table tbody tr:first-child td {
	border-top: medium none;
}
.cart-item-table thead tr th:first-child, .cart-item-table tbody tr td:first-child {
	max-width: 110px;
}
.cart-item-table tbody tr td:last-child, .cart-item-table thead tr th:last-child {
	text-align: center;
}
.commun-table th ul li {
	text-align: left;
	float: left;
	margin-right: 30px;
}
.commun-table th ul li .price {
	font-size: 14px;
}
.commun-table th ul li:last-child {
	margin-right: 0;
	float: right;
}
.complete-order-table tbody tr td:last-child, .complete-order-table thead tr th:last-child {
	text-align: left;
}
.commun-table .table tbody tr td i.cart-remove-item {
	color: #e40b0b;
	font-size: 18px;
	cursor: pointer;
}
.commun-table tbody tr td .input-box select {
	width: 100px;
	padding: 5px;
}
.cart-total-table .table tbody tr td b {
	font-size: 16px;
	color: #222;
}
.cart-total-table .table tbody tr td .price {
	color: #222;
	font-size: 14px;
	font-weight: 500;
}
.estimate select {
	padding: 12px 10px;
}
/* Cart Page CSS End */

/* Checkout Page CSS Start */
.checkout-step {
	display: inline-block;
	width: 100%;
}
.checkout-step ul {
	display: table;
	margin: 0px auto 25px;
}
.checkout-step ul li {
	float: left;
	font-size: 15px;
	color: #793f86;
	cursor: pointer;
}
.checkout-step ul li .step {
	float: left;
}
.checkout-step ul li .step .circle {
	background: #793f86;
	color: #fff;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 3px 11px;
	font-weight: 500;
	font-size: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.checkout-step ul li .step .line {
	background: #793f86 none repeat scroll 0 0;
	float: left;
	height: 7px;
	margin: 12px -1px 12px 0;
	width: 65px;
}
.checkout-step ul li:first-child .step .line {
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-o-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	width: 65px;
}
.checkout-step ul li:last-child .step .line {
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-o-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	width: 65px;
	background: #222;
}
.checkout-step ul li span {
	color: #793f86;
	display: inline-block;
	padding: 6px 15px 6px 6px;
	line-height: 20px;
}
.checkout-step ul li.step-done {
	color: #26537f;
}
.checkout-step ul li.active {
	color: #793f86;
}
.checkout-step ul li.step-done .step .circle, .checkout-step ul li.step-done .step .line {
	background: #26537f;
}
.checkout-step ul li.active .step .circle, .checkout-step ul li.active .step .line {
	background: #793f86;
}
.checkout-step li.active + li .circle, .checkout-step li.active + li + li .circle, .checkout-step li.active + li + li + li .circle, .checkout-step li.active + li .line, .checkout-step li.active + li + li .line, .checkout-step li.active + li + li + li .line {
	background: #222;
}
.checkout-step li.active + li span, .checkout-step li.active + li + li span, .checkout-step li.active + li + li + li span {
	color: #222;
}
.heading-bg h2.heading {
	background: #f0f0f0;
	padding: 8px 17px;
}
.checkout-section h2.heading {
	font-family: "Raleway", sans-serif;
	/* letter-spacing: 1px; */
	font-weight: 500;
}
.payment-option-box {
	padding: 20px;
	border: 1px solid #e1e1e1;
}
.payment-option-box-inner {
	padding: 20px;
	display: inline-block;
	width: 100%;
}
.payment-top-box {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.paypal-box {
	border: 1px solid #ddd;
	float: left;
	padding: 10px;
	position: relative;
	margin-left: 10px;
}
.paypal-top {
	background: #f5f5f5;
	position: absolute;
	top: -15px;
	left: 5px;
	padding: 0 10px;
}
/* Checkout Page CSS Start */

/* Login Register Page CSS Start */
.new-account .link {
	text-decoration: underline;
	color: #222;
}
.new-account .link:hover {
	color: #793f86;
}
/* Login Register Page CSS Start */

/* Account Page CSS Start */
.account-tab > .tab-title-bg {
	display: inline-block;
	padding: 10px 15px;
	width: 100%;
}
.account-tab > span .sub-title {
	font-size: 18px;
}
.account-sidebar .sub-title span {
	background: url("../images/sprite.png") no-repeat scroll -97px -456px;
	display: inline-block;
	height: 21px;
	margin-bottom: -5px;
	width: 21px;
}
.account-sidebar.account-tab .account-tab-inner {
	padding: 0px;
	background: #f0f0f0 none repeat scroll 0 0;
}
.account-sidebar.account-tab > .tab-title-bg {
	padding: 12px 15px;
}
.account-sidebar ul {
	width: 100%;
}
.account-sidebar ul li {
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}
.account-sidebar ul li:last-child {
	border-bottom: none;
}
.account-sidebar ul li a {
	padding: 15px;
	display: inline-block;
	width: 100%;
}
.account-sidebar ul li a .fa {
	position: absolute;
	right: 15px;
	top: 20px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.account-sidebar ul li.active a, .account-sidebar ul li:hover a {
	color: #fff;
	background: #793f86 none repeat scroll 0 0
}
.account-sidebar ul li.active a .fa, .account-sidebar ul li:hover a .fa {
	color: #fff;
	right: 0px;
}
.account-sidebar ul li.active a::after, .account-sidebar ul li:hover a::after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #793f86;
	border-style: solid;
	border-width: 29px 22px 26px 15px;
	top: 0px;
	content: "";
	right: -36px;
	position: absolute;
}
.account-content { 
	padding: 30px !important;
	/* border: 1px dotted #793f86; */
}
.addbox
{
  border: 0px solid #f5f5f5 !important;
}
.cart-total-table .addbox
{
font-family: 'Montserrat', sans-serif;	
border: 1px solid #f5f5f5 !important;
}
.account-content .heading-section {
	display: inline-block;
	width: 100%;
}
.account-content .heading-section .heading {
	padding: 2px 0px;
}
.account-content .heading-section .common-btn {
	margin-top: -4px;
}
.account-content p, .address-box p {
	margin-bottom: 0px;
	margin-top: 5px;
}
.account-content hr {
	margin-top: 5px;
}
.address-box .inner-heading {
	margin-bottom: 10px;
}
/* Account Page CSS Start */

/* Blog Page CSS Start */
.sidebar-box .search-box input.input-text {
    background: #fff none repeat scroll 0 0;
    opacity: 1;
    position: relative;
    width: 100% !important;
    border-radius : 25px;
    -moz-border-radius : 25px;
    -webkit-border-radius : 25px;
    -o-border-radius : 25px;
}
/* Blog Page CSS Start */

/* About Page CSS Start */
.about-title {
	color: #6b6b6b;
	font-size: 35px;
	font-weight: 300;
	line-height: 55px;
}

.heading-part-desc h2.heading {
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 32px;
    text-transform: none;
}
.partner-detail-main {
    height: 100%;
}

.partner-block  {
    display: inline-flex;
    overflow: hidden;
}

.partner-block ul {
    margin-bottom: -1px;
}

.partner-block ul li {
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 16px;
	
}
.partner-block ul li:nth-child(3n) {
    border-right: none;
}

.partner-block ul li span {
    display: inline-block;
    padding: 23px 0;
    width: 100%;
    opacity: 0.5;
    transition: all 0.4s ease 0s;
}

.partner-block ul li span:hover {
  opacity: 0.8;
}

.partner-block ul li.owner-logo span {
    opacity: 1;
    filter: grayscale(100%);
}

.partner-block ul li.owner-logo span:hover {
    background-color: transparent;
    filter: grayscale(0%);
}
.team-item {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.team-item:hover {
    background: #6b6b6b;
}
.team-item:hover img {
    opacity: 0.2;
    transform: scale(1.1);
}
.team-item .team-item-detail {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -40px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.team-item:hover .team-item-detail {
    opacity: 1;
    bottom: 30px;
}
.team-slider {
    position: relative;
}
#team-slider .owl-item .item {
    padding: 0 15px;
}
.customNavigation .btn {
    background: #f6f6f6;
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
    position: absolute;
    top: 50%;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.customNavigation .btn:hover {
    background: #dcbd71;
}
.customNavigation .btn.next {
    right: -40px;
}
.customNavigation .btn.prev {
    left: -40px;
}
.customNavigation .btn i.fa {
    color: #1b2839;
    font-size: 20px;
}

.team-item .sub-title {
    color: #fff;
}

.listing-effect .social_icon {
    margin-top: 25px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.listing-effect:hover .social_icon {
    margin-top: 5px;
}
.listing-effect .social_icon ul li {
    display: inline-block;
    margin: 0 3px;
}
.listing-effect .social_icon ul li i.fa {
    color: #bebebe;
    font-size: 20px;
    height: 40px;
    width: 40px;
    padding: 11px 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.listing-effect .social_icon ul li a i.fa:hover {
    color: #fff;
}
.listing-effect .social_icon ul li a i.fa.fa-facebook:hover {
    background: #3b5998;
}
.listing-effect .social_icon ul li a i.fa.fa-twitter:hover {
    background: #00aced;
}
.listing-effect .social_icon ul li a i.fa.fa-dribbble:hover {
    background: #f7679a;
}
.listing-effect .social_icon ul li a i.fa.fa-pinterest:hover {
    background: #cb2027;
}
.listing-effect .listing-meta {
    color: #fff;
}
/* About Page CSS End */

/* 404 Page CSS Start */
.error-block {
	min-height: 965px;
	position: relative;
	overflow: hidden;
}
.error-block > img {
	height: auto;
	left: -100%;
	margin: auto;
	position: absolute;
	right: -100%;
	top: 0;
}
.error-block-detail {
	text-align: center;
}
.error-block-bg {
	background: url(../images/404-bg.jpg) no-repeat scroll left top;
}
.error-block-detail .main-error-text {
	font-family: "Poppins", sans-serif;
	font-size: 230px;
	color: #222;
	line-height: 180px;
	font-weight: 500;
	margin-bottom: 60px;
}
.error-small-text {
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.error-slogan {
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 30px;
}
.error-block-detail .social_icon {
	margin-bottom: 20px;
}
.big-btn a {
	display: inline-block;
	color: #1b2839;
	background: #dcbd71;
	padding: 20px 50px;
	font-size: 14px;
}
.big-btn a:hover {
	background: #fff;
}
/* 404 Page CSS End */

/* Contact Page CSS Start */
.contact-main iframe {
    min-height: 450px;
    width: 100%;
}

.contact-box .contact-icon {
	height: 27px;
	width: 27px;
	display: inline-block;
	background: url(../images/sprite.png) no-repeat scroll 0 0;
}
.contact-box span {
	display: inline-block;
	font-size: 15px;
	color: #1f1f1f;
	line-height: 1.1;
	margin-bottom: 20px;
	width: 100%;
}
.contact-box p {
	margin-bottom: 0;
}
.contact-box .contact-phone-icon {
	background-position: -101px -502px;
}
.contact-box .contact-mail-icon {
	background-position: -101px -543px;
}
.contact-box .contact-open-icon {
	background-position: -101px -583px;
}
.contact-info .no-padding {
	border-right: 1px solid #e1e1e1;
}
.contact-info .no-padding:last-child {
	border: none;
}
/* Contact Page CSS End */

/* Wishlist Page CSS Start */

.commun-table td .product-title .size-text{
	font-size: 11px;
	color: #7e7e7e;
	font-weight: bold;
	padding: 5px 0px;
}
.commun-table td .product-title .size-text span{
	color: #1b2839;
	padding: 5px 0px;
	display: inherit;
}

/* Wishlist Page CSS End */

/* Compare Page CSS Start */
.compare-infomation{
	overflow-x:auto;
	overflow-y:hidden;
	margin-bottom:80px;
}
.compare-info{
	width:100%;
	max-width:100%;
	border: 15px solid #f5f5f5;
	text-align: center;
}
.compare-info td{
	padding:22px 28px;
	border:1px solid #ebebeb;
	vertical-align:middle;
}
.compare-info td.name, .compare-info td.description{
	vertical-align:top;
}
.compare-info td:first-child{
	padding:22px 20px;
	text-transform:uppercase;
	font-weight:700;
	vertical-align:middle;
}
.compare-info .image img{
	max-width:180px;
	border:0px; 
}
.compare-info .image{
	position:relative; 
}
.compare-info .image a{
	position:absolute;
	top:22px;
	right:40px;
	color:#dcdcdc;
}
.compare-info .image a:hover{
	color:#303030
}
.compare-info .availability{
	color:#793f86;
}
.compare-info .description{
	line-height:1.55em;
}
.compare-info .price{
	margin-bottom:20px;

}
.compare-info .btn-cart{
	margin-bottom: 15px;
}
.compare-info .btn-cart , .compare-info .btn-wishlist {
	width: 100%;
}
.compare-info .btn-cart i, .compare-info .btn-wishlist i{
	font-size: 16px;
	margin-right: 5px;
	vertical-align: top;
	line-height: 20px;
}

.compare-info thead tr th:first-child, .compare-info tbody tr td:first-child {
	max-width: 160px;
}

/* Compare Page CSS End */

/*_______________________________________________________
// FOOTER  //----------------------------
_______________________________________________________*/
/* .footer {
	
	background: rgb(31, 31, 47);
}
.footer, .footer a, .footer p {
	
	color: #fff;
}
.footer a:hover {
	color: #793f86;
}
.footer-top {
	padding: 32px 0px;
}
.footer-middle .f-logo {
	margin-bottom: 20px;
}

.footer-middle {
    padding: 25px 0;
}

.footer-middle-right {
    padding-left: 50px;
}

.footer-top p {
	color: #a4a4a4;
	line-height: 20px;
	margin-bottom: 0;
	margin-left: 240px;
}
ul.social-icon li {
	display: inline-block;
}

ul.social-icon li i.fa {
    color: #793f86;
    font-size: 22px;
    padding: 0 15px;
    text-align: center;
    transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.social-link ul.social-icon li i.fa {
	font-size: 18px;
	height: 36px;
	width: 36px;
	padding: 10px;
}

.footer_social{
	text-align: right;
}

ul.social-icon li i.fa.fa-facebook:hover {
	color: #3b5998;
}
ul.social-icon li i.fa.fa-twitter:hover {
	color: #1dcaff;
}
ul.social-icon li i.fa.fa-linkedin:hover {
	color: #0077b5;
}
ul.social-icon li i.fa.fa-rss:hover {
	color: #ff6600;
}
ul.social-icon li i.fa.fa-pinterest:hover {
	color: #c8232c;
}

.footer-static-block .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
	color:#fff;
}

.footer .title > span {
    border-bottom: 2px solid #793f86;
    bottom: -5px;
    left: 0;
    position: absolute;
    width: 50px;
}

.footer-static-block ul.address-footer li {
	margin-bottom: 0;
}

.footer-static-block ul li {
    padding: 6px 0;
}
.footer-static-block ul li:first-child {
    padding-top: 0;
}
.footer-static-block ul li:last-child {
    padding-bottom: 0;
}
.footer hr {
	border-top: 1px solid #e1e1e1;
}
.footer-static-block li i.fa {
	float: left;
	font-size: 16px;
	color: #793f86;
	margin-top: 5px;
}
.footer-static-block li p {
	margin-left: 25px;
	margin-bottom: 15px;
}
ul.tagcloud li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
ul.tagcloud li a {
	border: 1px solid #444444;
	display: inline-block;
	padding: 5px 10px;
}
.sidebar-block ul.tagcloud li a {
	border-color: #ebebeb;
}
ul.tagcloud li a:hover {
	border-color: #793f86;
}

.footer-static-block li a:hover span {
	color: #793f86;
}
.footer-static-block .field {
	margin-bottom: 5px;
}
.footer-static-block input, .footer-static-block textarea {
	background-color: transparent;
	border: 1px solid #444;
	width: 100% !important;
	padding: 5px;
}

.footer-bottom .site-link li {
	display: inline-block;
}
.footer-bottom .site-link li a {
	padding: 0 10px;
}
.footer-bottom .site-link li:first-child a {
    padding-left: 0;
}
.footer-bottom .site-link li:last-child a {
    padding-right: 0;
}

.payment {
	padding-bottom: 30px; 
}
.payment ul li {
	display: inline-block;
	padding: 0 10px;
}
.payment ul li a {
	display: inline-block;
} */


/* Scroll-top Arrow CSS Start */
.scroll-top {
	bottom: 60px;
	position: fixed;
	right: 10px;
	z-index: 2;
}

.es-level3
{
font-size:13px !important;
}
.es-megamenu-drink
{
width: 40% !important;
position: absolute !important;
left: 20% !important;

}
.es-megamenu-office
{
width: 45% !important;
position: absolute !important;
left: 40% !important;
}

.es-megamenu-gadgets
{
width: 45% !important;
position: absolute !important;
left: 30% !important;
}

.es-page-width
{

width: 32% !important;
position: absolute !important;
left: 50% !important;
}
.es-full
{
width:50% !important; 
}
.es-women-full
{
width:50% !important; 

}
.nav > li .menu-label {
    
    font-size: 12px;
    left: 15px !important;
    top: -8px !important;
    white-space: nowrap !important;
}
.menu-label span {
   
border-radius: 4px !important;
padding: 18px 18px 18px 0px !important;
-moz-box-shadow:    inset 0 0 15px #793f86;
-webkit-box-shadow: inset 0 0 15px #793f86;
box-shadow:         inset 0 0 15px #793f86;
}


.menu-label .hot-menu:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2) !important;
  background-color:#fa6b6b;
  color:#fff !important;
} 

.menu-label .hot-menu a:hover {
color:#fff; 
} 

.es_build
{
background-position: -122px -782px !important;
margin-left: 1px;
}

.es_icon {
   font-size: 22px !important;
   margin: 10px;
}

.es-gift{
background-position: -5px -85px;
}

.es-mb-20 {
    margin-top: 33px !important;
}

.es_bundle
{
display: inline-flex;
padding: 15px 5px 5px 20px;
}
.market_price {
    color: grey;
    text-decoration: line-through;
    font-size: 105%;
    font-family: inherit;
    margin-left: 10%;
}
.selling_price {
    color: #ff7baa;
    font-size: 120%;
    font-family: inherit;
}
.price {
   
    font-weight: 400;
    /* padding-left: 15px; */
    margin-top: 5px;
    text-align: left;
    font-size: 19px;
}
.bundles_item-name {
    margin-top: 10px;
    padding-left: 15px;
}
.clearfix {
    zoom: 1;
}

.bundles_item-name li {
    text-align: left;
    color: #777;
    position: relative;
    float: left;
    font-size: 14px;
    width: auto;
    list-style: none;
    margin: 0 5px 0 0;
    text-decoration: none;
    /* line-height: .9; */
	text-transform: capitalize;
}
 .bundles_item-name li span {
    font-weight: 600;
    padding-left: 5px;
    font-size: 150%;
    vertical-align: middle;
    padding-bottom: 5px;
    display: inline-block;
	color:#000;
}

.bundles_item .bundles_item-element .bundles_item-name {
    margin-top: 10px;
    padding-left: 15px;
}

.limit-width {
    max-width: 1014px;
    margin-left: auto;
    margin-right: auto;
}
.description {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px 10px;
    background: #f3f3f3;
    text-align: center;
}
.description h1, .description h2, .description h3 {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
}

.combo__heading {
    text-align: center;
    margin-bottom: 35px;
    line-height: 2.5;
    font-size: 20px;
}
.es_img {
    width: 100px;
    background: #f8f8f8;
    border: 1px solid #ebebeb;
    margin: 0 auto 10px;
    padding: 10px;
    height: 100px;
}
.toggle-btn.success {
    background: #6b3a76;
    border: solid 1px #6b3a76 !important;
    color: #fff;
}

.toggle-btn {
    text-align: centre;
    margin: 4px;
    padding: 0.3em;
    color: #000;
    background-color: #FFF;
    border-radius: 6px;
    display: inline-block;
    border: solid 1px #CCC;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600 !important;
}

.toggle-btn-grp {
    margin: 20px 0;
}

.toggle-btn-grp.joint-toggle .toggle-btn {
	margin: 0px 0;
	padding: 0.6em;
	/* border-radius: 0; */
	/* border-right-color: white; */
	/*  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2) !important;  */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important; 
	width: 42%;
	text-align: center;
}

.fileuploadbox {
    height: 75px;
    border: 1px dashed #793f86;
    border-radius: 3px;
	/* width:52%; */
}

label.or {
font-size: 12px;
    border: solid 1px #b5b2b2;
    margin-left: 3px;
    /* margin-top: 10px; */
    padding: 4px;
    border-radius: 50%;
    background-color: #c8c4c4;
    color: #ffffff;
    width: 35px;
    text-align: center;
}

.btnnewfileupload {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 94%;
    height: 10%;
    outline: none;
    opacity: 0;
}

.textfileupload {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 70px;
    color: #000;
    font-size: 11px;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

h4.capitalize img {
    padding-right: 8px;
    width: 40px;
}
h4.capitalize {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Raleway,sans-serif;
}

.es_upload
{
padding-left:30px;
}
.es_modal_head
{
color:#fff;
}

.es_modeal
{
margin: 0px;
background: #793f86;
height: 60px;
}
.es_addimg
{
text-align: center;
margin-top: 17px;
color: #fff;
font-size: 16px;
text-transform: uppercase;
}
.es-selected
{
border-radius: 25px 2px 2px 2px !important;
margin-left: -95px !important;
text-align: center !important;
}
.es-selected_front
{
border-radius: 25px 2px 2px 2px !important;
position: relative;
left: -123px;
margin-left:5px;
background:#793f86;

}

.es-selected_1
{
border-radius: 2px 25px 2px 2px !important;
position: relative;
left: -123px;
margin-left:5px;
background: transparent !important;
/* color:#fff !important; */
}


.es-selected_reg{
    border-radius: 2px 25px 2px 2px!important;
	margin-left:5px;
	/* background-color:#777 !important; */
	background-color: transparent;
	/* color:#fff !important; */
}

.es_img1
{
    width: 344.907px;
    height: 447px;
    left: 200px;
    /* top: 8px; */
    /* bottom: 15px; */
    margin-top: 120px;
}

.es_icon_img
{
margin:15px;
}
#addtexttablabel, #addarttablabel, #addimagetablabel {
    width: 140px;
    height: 28px;
    line-height: 28px;
    color: #3c3c3d;
}
.toppanelwrap {
    padding-left: 4px;
    width: 379px;
}
.enter_text_header {
    width: 230px;
    margin-left: 4px;
    margin-bottom: 2px;
}
.enter_text_size_header {
   width: 93px;
    display: inline-block;
    margin-left: -41px;
}
select.textline_select {
    height: 22px;
    vertical-align: top;
    margin-left: 5px;
    font-size: 11px;
    width: 55px;
}
select.textline_select {
    width: 100px;
    height: 33px;
    font-size: 14px;
    margin-left: 8px;
}
#mycontainer select, .mainboxbody select {
    background-color: white;
}
#mycontainer select, .mainboxbody select {
    background-color: #E9E9E9;
    color: #5D5E60;
}
#mycontainer select, .mainboxbody select {
    font-size: 17px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #b0b1b2;
    border-radius: 2px;
    padding-left: 4px;
    background-color: white;
   background-repeat: no-repeat;
    background-position: right center;
    padding-top: 1px;
	padding-left: 4px !important;
	/* 	height:28px; */
}
/* input[type=text], input[type=textbox], checkbox, radio, input[type=number], input[type=tel], input[type=email], input[type=password], select, textarea {
    border: 1px solid #CCCCCC;
} */
user agent stylesheet
select:not(:-internal-list-box) {
    overflow: visible !important;
}
.adjustalltext {
    width: 234px;
    line-height: 24px;
}
.adjustalltextdiv > * {
    font-size: 12px;
}
.adjustalltextdiv > * {
    display: inline-block;
    vertical-align: top;
	margin-top:10px;
}
.adjustalltext {
    width: 311px;
    line-height: 35px;
    text-align: right;
}


.nameNumberTopPanel {
    display: flex;
    white-space: nowrap;
    height: 20px;
}
.es_div_img
{
position: relative;
left: 30%;
top: 10px;
}

.es_items
{
/* border: 3px solid #4b384f !important; */
margin: 0px !important;
margin-top: -20px !important;
border-radius: 0px !important;
padding:10px;
position:relative;
/* left: -95px;
height: 820px;
width: 550px; */
}

.es_swap_product
{
border: 3px solid #4b384f !important ;
margin: 0px !important;
margin-top: -40px !important;
border-radius: 0px !important;
padding:10px;
position:relative;
left: -95px;
/* height: 615px; */
width: 550px;
}

.es_items_1
{
/* border: 3px solid #4b384f !important; */
margin: 0px !important;
margin-top: 0px !important;
border-radius: 0px !important;
padding:10px;
position:relative;/* 
left:-118px; */
}
.elementtitle {
    /* text-align: center; */
    margin-bottom: 2px;
    user-select: none;
}

.buttonbar_div {
    position: relative;
    height: 32px;
    background-color: #d5d4d4;
    padding-top: 1px;
}
.zoomInDesignButton {
   position: absolute;
   left: 80%;
  
}

.zoomInDesignButton_1{
   position: absolute;
   /* left: 80%; */
   left: 266%;
   top: -76px;
}
.smallsize {
    padding: 5px 8px;
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
}

/* .btn {
    background: #000;
    color: #FFFFFF !important;
   border: 1px solid #000 !important; 
}
.btn {
    border-radius: 3px;
    text-decoration: none;
    border-style: none;
    cursor: pointer;
    vertical-align: middle;
} */
.dualbuttonsdiv {
    margin: 4px 0 16px 4px;
}
.dualbuttonsdiv {
    margin-bottom: 14px;
    clear: both;
    overflow: auto;
}
.dualbuttonsdiv {
    margin-top: 5px;
}

.es_button {
    padding: 8px 20px;
    font-size: 12px;
    line-height: 16px;
    border:1px solid #777;
    /* font-weight: 500; */
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 4px;
    -o-border-radius: 25px;
    margin-left: 10px;
	background-color:#fff;
	font-family: 'Poppins', sans-serif;
	
}
.textpaneltext, .artpaneltext {
    font-weight: bold;
    line-height: 26px;
    width: 100px;
}
.addtocartpanel {
    clear: left;
    float: left;
    width: 396px;
    margin-bottom: 20px;
}
.addToCartSize {
    float: left;
    width: 118px;
    margin-left: -46px;
    font-weight: bold;
    font-size: 14px;
	margin-top: 10px;
	text-align:center;
}
.addToCartQuantity {
    float: left;
    width: 187px;
    font-weight: bold;
    font-size: 14px;
	margin-top: 10px;
	text-align:center;
}

.addToCartPrice {
    float: left;
    font-size: 18px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#pricingdetailslink {
    display: block;
    float: right;
    clear: right;
    text-decoration: none;
    font-size: 18px;
}

button.largesize {
    height: 58px;
}
.darkercolor {
    background: #793f86;
   
}
.sizepanelsize {
    font-weight: normal;
    font-size: 14px;
    width: 125px;
}

.designCenterStep {
    display: inline;
}
.subtractQuantity {
    margin-right: 0px;
}
.designCenterStep {
    vertical-align: middle;
}
.subtractQuantity {
    margin-right: 3px;
}
.quantityButtonStep {
    color: black;
    border: 1px solid #5D5E60;
    background: #E9E9E9;
}
.quantityButtonStep {
    color: #000;
    background: #E9E9E9;
}
.quantityButtonStep {
    -webkit-border-radius: 20;
     border-radius: 3px;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    height: 23px;
    width: 25px;
	margin-left: 4px;
}
user agent stylesheet
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    padding: 1px 6px;
}
user agent stylesheet
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}
user agent stylesheet
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}
user agent stylesheet
input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb !important;
}
user agent stylesheet
button {
    -webkit-appearance: button;
}
user agent stylesheet
table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}
.ecomm .center_design_center {
    font-size: 0.85rem;
    margin-top: 1em;
    margin-bottom: 1em;
}

.largesize {
    padding: 14px;
    font-size: 21px;
    line-height: 24px;
    display: inline-block;
}

#productpricediv {
    float: right;
    font-size: 24px;
    font-weight: bold;
}

.es_cart
{
position: relative;
top: -281px;
right: -179px;
}

.es_subtotal
{
white-space: nowrap;
position: relative;
left: -125px;
top: 40px;
}

.es_subtotal_1
{
position: relative;
top: 25px;
left: -97px;
}

.es_black
{
width: 30px;
height: 30px;
background-color: #000;
}

.es_black
{
width: 30px;
height: 30px;
background-color: #000;
}

.es_black
{
width: 30px;
height: 30px;
background-color: #000;
}

.es_black
{
width: 30px;
height: 30px;
background-color: #000;
}

.es_purple
{
width: 30px;
height: 30px;
background-color: purple;
}

.es_red
{
width: 30px;
height: 30px;
background-color: red;
}

.es_grey
{
width: 30px;
height: 30px;
background-color: grey;
}

.es_green
{
width: 30px;
height: 30px;
background-color: green;
}

#productdescriptiontxt {
    padding-top: 5px;
    font-size: 13px;
}

#productdescriptiontxt {
    clear: both;
    padding-top: 5px;
}
#productnamelabel2 {
    width: 250px;
    float: left;
    font-size: 14px;
}
#productpricelabel {
    width: 109px;
    font-size: 18px;
    font-weight: bold;
    float: left;
    text-align: right;
    padding-top: 10px;
}
#productpricelabel, .galleryPrice {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
}
.salePrice + .normalPrice {
    text-decoration: line-through;
	margin-left: 15px;
}
.normalPrice {
    order: 0;
}
#productpricelabel {
    width: 109px;
    font-size: 18px;
    font-weight: bold;
    float: left;
    text-align: right;
    padding-top: 10px;
}
.itemdetailswrap {
    text-align: left;
    width: 414px;
    margin: 0 auto;
}
 .salePrice {
    color: #D73433;
	margin-left: 119px;
}
#designbothdiv {
    float: right;
    clear: right;
    display: none;
    width: 325px;
    margin: 3px 4px 20px 0;
    text-align: right;
    font-size: 12px;
}
#designbothdiv {
   
    margin-bottom: 15px;
    white-space: nowrap;
    margin-right: 61px;
}
.itemdetailswrap {
    text-align: left;
    width: 414px;
    margin: 0 auto;
}
.sizechartmeasurement {
   width: 168px !important;
    line-height: 34px;
    letter-spacing: 0px;
}
.sizechartmeasurement {
    text-align: left;
    font-weight: bold;
}

.sizechartmeasurementvalue {
    width: 40px;
    line-height: 22px;
}
.sizechartmeasurementvalue {
    padding: 0 6px 0 0;
}
.es_fruit_p
{
border:3px solid #793f86 ;
padding: 18px;
margin-top: -40px;
width: 92%;
border-radius: 6px;
}
.btn_01 {
 background: #000;
 color: #FFFFFF !important;
 border: 1px solid #000 !important;
}

.es_tabs_2
{
border: 2px solid #777;
padding: 8px;
background: #fafafa;
}

.es_check
{
width: 140px;
height: 100%;
border: 3px dotted #777;
position: absolute;
top: 356%;
left: -69%;
z-index: 999;
padding: 20px;
}
.clearbutton:hover {
    background: #3C3C3C;
    color: #FFFFFF !important;
    border: 1px solid #000 !important;
}
#artsizediv {
    display: block;
    float: left;
    margin-right: 4px;
}
.clearbutton {
    background: #FFFFFF;
    color: #000 !important;
    border: 1px solid #000 !important;
}
.clearbutton {
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    padding: 5px 8px;
    font-size: 1.0em;
    display: inline-block;
    vertical-align: middle;
}
.clearbutton {
    padding: 4px 5px 5px 5px;
}
.textpaneltext, .artpaneltext {
    font-weight: bold;
    line-height: 26px;
    width: 100px;
}
.es_clear-btn
{
width: 136%;
    position: relative;
    left: -55px;
}
.es_remove-btn
{
margin-left: -40px;
}
#ajaxuploaddiv, #iframeuploaddiv {
    width: 172px;
    padding-left: 4px;
    height: 30px;
}
#ajaxuploaddiv, #iframeuploaddiv {
    width: 165px;
    height: 34px;
    float: left;
    clear: left;
    display: none;
}
.uploadImageButtonColorOverride:hover {
    background: #793f86 !important;
}
.darkercolor:hover {
    background: #777;
}
.uploadImageButtonColorOverride {
   /*  background: #793f86 !important;
    border: 1px solid #793f86 !important; */
     background: #4b384f !important;
    border: 1px solid #4b384f !important; 
}

#upload_image {
    width: 1px;
    height: 1px;
    display: inline;
}
user agent stylesheet
input[type="file" i] {
    align-items: baseline;
    color: inherit;
    text-align: start !important;
}
user agent stylesheet
input[type="hidden" i], input[type="image" i], input[type="file" i] {
    -webkit-appearance: initial;
    background-color: initial;
    cursor: default;
    padding: initial;
    border: initial;
}
user agent stylesheet
input {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
/* user agent stylesheet
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
} */
user agent stylesheet
input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb !important;
}
#buttondiv, #textpaneldiv, #artpaneldiv, #uploadimagepaneldiv, #namenumberpaneldiv {
    text-align: left;
    clear: both;
    min-height: 620px;
}
.ecomm .center_design_center {
    font-size: 0.85rem;
    margin-top: 1em;
    margin-bottom: 1em;
}
#uploadedimageframe, #artpanelframe {
    width: auto;
    box-sizing: border-box;
    margin: 0 8px 8px 8px;
    height: 263px;
    padding: 4px;
}
#uploadedimageframe, #artpanelframe {
    border: 1px solid #dddddd;
    width: 426px;
    padding-bottom: 2px;
    overflow: auto;
    clear: both;
}
user agent stylesheet
div {
    display: block;
}
#buttondiv, #textpaneldiv, #artpaneldiv, #uploadimagepaneldiv, #namenumberpaneldiv {
    text-align: left;
    clear: both;
    min-height: 620px;
}
.ecomm .center_design_center {
    font-size: 0.85rem;
    margin-top: 1em;
    margin-bottom: 1em;
}
body.ecomm {
    margin: 0pt;
    font-size: 16px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}

#uploadHelpLink {
    text-decoration: none;
    line-height: 26px;
}
#pricingdetailslink, #uploadHelpLink, #nameNumberHelpLink, #productdescriptiontxt a, #breadcrumbdiv a, .artsubcategorylink a {
    color: #00bcb4;
}
a {
    text-decoration: none;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
#buttondiv, #textpaneldiv, #artpaneldiv, #uploadimagepaneldiv, #namenumberpaneldiv {
    text-align: left;
    clear: both;
    min-height: 620px;
}
.ecomm .center_design_center {
    font-size: 0.85rem;
    margin-top: 1em;
    margin-bottom: 1em;
}
.ecomm {
    margin: 0pt;
    font-size: 16px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
.enter_name_header {
    width: 210px;
    margin-left: 4px;
}
.enter_name_header {
    width: 216px;
}
.nameNumberTopPanel > * {
    display: inline-block;
}
#namenumberpaneldiv {
    text-align: left;
    clear: both;
    min-height: 620px;
}
.center_design_center input[type=text], .center_design_center input[type=textbox], .center_design_center input[type=tel], .center_design_center input[type=email], .center_design_center input[type=password] {
    padding: 0px 1px 0px 3px;
}
/* input[type=text], input[type=textbox], checkbox, radio, input[type=number], input[type=tel], input[type=email], input[type=password], select, textarea {
    border: 1px solid #CCCCCC;
}
input[type=text], input[type=textbox], input[type=tel], input[type=email], input[type=password], textarea, #sequence {
    padding: 6px 5px 5px 5px;
    font-size: 14px;
}
.name_input {
    font-size: 12px !important;
    font-weight: bold;
    padding: 0;
    border: 1px solid #b0b1b2;
}
.name_input {
    width: 200px;
    height: 20px;
    font-size: 20px !important;
    padding: 5px;
    float: left;
    border: 1px solid #b0b1b2;
}
user agent stylesheet
input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
    padding: 1px 0px;
}
user agent stylesheet
input {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
user agent stylesheet
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}
user agent stylesheet
input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb !important;
}
#namenumbertextlineframe {
    width: 377px;
    height: 208px;
    margin-left: 4px;
    padding: 2px 4px 4px 4px;
    font-weight: bold;
    font-size: 23px;
}
#buttondiv, #textpaneldiv, #artpaneldiv, #uploadimagepaneldiv, #namenumberpaneldiv {
    text-align: left;
    clear: both;
    min-height: 620px;
}
.ecomm .center_design_center {
    font-size: 0.85rem;
    margin-top: 1em;
    margin-bottom: 1em;
}
.enter_name_header {
    width: 210px;
    margin-left: 4px;
}
.enter_name_header {
    width: 216px;
}
.nameNumberTopPanel > * {
    display: inline-block;
}
.enter_number_header, .enter_size_header {
    width: 66px;
}
.enter_number_header, .enter_size_header {
    width: 101px;
}

.center_design_center input[type=text], .center_design_center input[type=textbox], .center_design_center input[type=tel], .center_design_center input[type=email], .center_design_center input[type=password] {
    padding: 0px 1px 0px 3px;
} */
/* input[type=text], input[type=textbox], checkbox, radio, input[type=number], input[type=tel], input[type=email], input[type=password], select, textarea {
    border: 1px solid #CCCCCC;
}
input[type=text], input[type=textbox], input[type=tel], input[type=email], input[type=password], textarea, #sequence {
    padding: 6px 5px 5px 5px;
    font-size: 14px;
}
.name_input {
    font-size: 12px !important;
    font-weight: bold;
    padding: 0;
    border: 1px solid #b0b1b2;
}
.name_input {
    width: 200px;
    height: 20px;
    font-size: 20px !important;
    padding: 5px;
    float: left;
    border: 1px solid #b0b1b2;
}
user agent stylesheet
input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
    padding: 1px 0px;
}
user agent stylesheet
input {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
user agent stylesheet
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}
user agent stylesheet
input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb !important;
}
#namenumbertextlineframe {
    width: 377px;
    height: 208px;
    margin-left: 4px;
    padding: 2px 4px 4px 4px;
    font-weight: bold;
    font-size: 23px;
}
#buttondiv, #textpaneldiv, #artpaneldiv, #uploadimagepaneldiv, #namenumberpaneldiv {
    text-align: left;
    clear: both;
    min-height: 620px;
}
.ecomm .center_design_center {
    font-size: 0.85rem;
    margin-top: 1em;
    margin-bottom: 1em;
}

#namenumbertextlineframe {
    width: 377px;
    height: 208px;
    margin-left: 4px;
    padding: 2px 4px 4px 4px;
    font-weight: bold;
    font-size: 23px;
}
#namenumbertextlineframe {
    clear: both;
    padding: 0 4px;
}
user agent stylesheet
div {
    display: block;
}
#buttondiv, #textpaneldiv, #artpaneldiv, #uploadimagepaneldiv, #namenumberpaneldiv {
    text-align: left;
    clear: both;
    min-height: 620px;
}

.textline_div {
    height: 22px;
    padding: 0 0 4px 0;
}
.textline_div {
    height: 35px;
    padding: 4px 0 0 0;
}
user agent stylesheet
div {
    display: block;
}
#namenumbertextlineframe {
    width: 377px;
    height: 208px;
    margin-left: 4px;
    padding: 2px 4px 4px 4px;
    font-weight: bold;
    font-size: 23px;
}
#buttondiv, #textpaneldiv, #artpaneldiv, #uploadimagepaneldiv, #namenumberpaneldiv {
    text-align: left;
    clear: both;
    min-height: 620px;
}
.ecomm .center_design_center {
    font-size: 0.85rem;
    margin-top: 1em;
    margin-bottom: 1em;
}
.center_design_center input[type=text], .center_design_center input[type=textbox], .center_design_center input[type=tel], .center_design_center input[type=email], .center_design_center input[type=password] {
    padding: 0px 1px 0px 3px;
}
input[type=text], input[type=textbox], checkbox, radio, input[type=number], input[type=tel], input[type=email], input[type=password], select, textarea {
    border: 1px solid #CCCCCC;
}
input[type=text], input[type=textbox], input[type=tel], input[type=email], input[type=password], textarea, #sequence {
    padding: 6px 5px 5px 5px;
    font-size: 14px;
}
.name_input {
    font-size: 12px !important;
    font-weight: bold;
    padding: 0;
    border: 1px solid #b0b1b2;
}
.name_input {
    width: 200px;
    height: 20px;
    font-size: 20px !important;
    padding: 5px;
    float: left;
    border: 1px solid #b0b1b2;
}
user agent stylesheet
input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
    padding: 1px 5px;
}
user agent stylesheet
input {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
user agent stylesheet
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}
user agent stylesheet
input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb !important;
}
#namenumbertextlineframe {
    width: 377px;
    height: 208px;
    margin-left: 4px;
    padding: 2px 4px 4px 4px;
    font-weight: bold;
    font-size: 23px;
}
#buttondiv, #textpaneldiv, #artpaneldiv, #uploadimagepaneldiv, #namenumberpaneldiv {
    text-align: left;
    clear: both;
    min-height: 620px;
}
.ecomm .center_design_center {
    font-size: 0.85rem;
    margin-top: 1em;
    margin-bottom: 1em;
} */

.es_input
{
height: 28px;
width: 45%;
}

.es_select
{
position: relative;
top: -2px;
}
.bold {
    font-weight: bold;
}
.es_nmm_size
{
margin-left: 3px;
width: 20%;
}
.es_tshirt_img
{
position: relative;
left: 55px;
}
.es_italic
{
font-style:italic;
}
.swap_item_select {
    padding-top: 12px;
}

.es_item_select
{
position: relative;
top: -15px;
text-align: center;
padding: 5px;
width: 300%;
}

 .menu-item
 {
  list-style:none;
 } 
         .menu-item1{
            list-style:none;
        } 
        .menu-item1 a{
            padding:10px;
            padding-bottom:10px;
            border:1px solid #793f86;
            color:#fff !important;
            text-decoration:none;
			background-color:#777;
			margin-top: 10px;
            width: 30%;
        }.menu-item1 a:hover{
            background-color:#793f86;
           color:#fff !important;
        }
        .menu-item1 .active{
             background-color:#793f86;
             color:#fff !important;
        
        }  
		
		 .menu-item2{
            list-style:none;
        } 
        .menu-item2 a{
            padding:10px;
            padding-bottom:10px;
            border:1px solid #793f86;
            color:#fff !important;
            text-decoration:none;
			background-color:#777;
			width: 80px;
			margin-top: 10px;
        }
		.menu-item2 a:hover{
             background-color:#793f86;
             color:#fff !important;
        }
        .menu-item2 .active{
             background-color:#793f86;
             color:#fff !important;
    }  
	
	
	 .menu-item3{
            list-style:none;
        } 
        .menu-item3 a{
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 3px;
    color: #707070;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    margin: 0 5px;
    padding: 14px 30px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
   
}
.menu-item3 a:hover{
             background-color:#793f86;
             color:#fff !important;
        }
        .menu-item3 .active{
             background-color:#793f86;
             color:#fff !important;
    }  
.es_selected_front{
    border-radius: 25px 2px 2px 2px !important;
    margin-left: -119px !important;
    text-align: center !important;
}


.show_box1
{		
margin-left: -30px;
}
#productnamelabel2 {
    font-weight: bold;
   
}
.resizable {
    width: 150px;
    height: 150px;
    padding: 0.5em;
    position: absolute;
    z-index: 999;
    left: -133px;
    top: 172px;
    border: 3px dotted #777;
    background: transparent;
}
.es_ribben
{
position: absolute;
right: 26%;
z-index: 1;
top: -3px;
}

.es_ribben_1
{
position: absolute;
    right: 334px;
    z-index: 1;
    top: 9px;
    width: 60px
}
.es_build_gift
{
margin-left: 20px;
}

.es_gift_menu
{
background-color: #fff;
border-radius: 4px;
-moz-box-shadow:    inset 0 0 15px #793f86;
-webkit-box-shadow: inset 0 0 15px #793f86;
box-shadow:         inset 0 0 15px #793f86;
}
.es_gift_menu:hover
{
background-color: #fa6b6b;
border-radius: 4px;
}

.es_gift_menu a:hover
{
color:#fff !important;
}
/* Scroll-top Arrow CSS End */
.es_menu_img
{
width:300px;
height:auto;
}

.marginTop20{
    margin-top: 20px !important;
}
.marginTop6{
    margin-top: 6px !important;
}
.displayFlex{
	display: inline-flex;
}
.float-right{
	float: right !important;
}



/****************************SNACK BAR CSS*********************/
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
/**************************************************************/




/*************************SPAN TOOL TIP CSS************************************/
.requiredvalidation {
    color: red;
    float: left;
    text-align: right;
    width: 99%;
    font-size: 12px;
    
}
.input-box .requiredvalidation
{
position:absolute;
top: 5px;
right: 20px;
z-index:9;	

}

span.validatetooltip
{
  position: absolute;
  width:130px;
  color: #FFFFFF;
  background: #793f86;
   height: 25px;
    line-height: 25px;
  text-align: center;
  border-radius: 6px;
      left: -15%;
    top: 72%;
	font-size:12px;
	box-shadow: 0px 1px 3px #6f6f6f;
}

span.validatetooltip:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #793f86;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
span.validatetooltips
{
  position: absolute;
  width:130px;
  color: #FFFFFF;
  background: #793f86;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 6px;
    left: 16%;
    top: 72%;
    font-size: 12px;
	box-shadow: 0px 1px 3px #6f6f6f;
}
span.validatetooltips:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #793f86;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
/* Tooltip for minimum Qty price - Start */
span.minqtytooltips
{
  position: absolute;
  width:50%;
  color: #FFFFFF;
  background: #793f86;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 6px;
    left: -8%;
    top: 83%;
    font-size: 12px;
	box-shadow: 0px 1px 3px #6f6f6f;
}
span.minqtytooltips:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 45%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #793f86;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
/* Tooltip for minimum Qty price - End */

/* Tooltip for highquantity price - Start */
span.highqtytooltips
{
  position: absolute;
  width:80%;
  color: #FFFFFF;
  background: #793f86;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 6px;
    left: -8%;
    top: 83%;
    font-size: 12px;
	box-shadow: 0px 1px 3px #6f6f6f;
}
span.highqtytooltips:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 25%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #793f86;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

/* Tooltip for highquantity price - End */

/* Tooltip for minimum Qty price - Start */
span.defaulttooltips
{
    position: relative;
    width: 100%;
    color: #FFFFFF;
    background: #793f86;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
    box-shadow: 0px 1px 3px #6f6f6f;
   top:2px;
    
}
span.defaulttooltips:after {
    content: '';
    position: absolute;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #793f86;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: -33%;
    left: 48%;
}
/* Tooltip for minimum Qty price - End */
/*******************************************************************************/


.text_stl {
    background: #f5f5f5;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 10px !important;
}

.title_ship {
    margin: 0;
    font-size: 16px;
}

.ship_cls {
  padding: 10px 15px;
  /*   border: 1px solid #33c8a5; */
    border-radius: 5px;
}

.light_ship {
    font-weight: normal;
}

.red-clr {
    color: #9d261d;
}
.input_ship {
   /*  padding: 4px !important; */
    border-radius: 4px;
	width:100%;
	border:0px;
}
.input_field {
    padding: 4px !important;
    border-radius: 4px;
	font-family: 'Montserrat', sans-serif;
	color: #322f2f;
}
select.span12
{
	border:0px;
}
.form-group input
{
	border:0px;
}
#shiptoSameAsId:checked
{
	cursor: pointer;
    height: 8px;
    border-radius: 50% !important;
    width: 8px !important;
       
	display:block !important;
	padding:5px;
}
#shiptoSameAsId
{
width: 8px !important;
    border: 2px solid #793f86;
    height: 8px;
    display: block !important;
    border-radius: 50% !important;
    top: 7px;
	padding:5px;
}
.md-dialog-content-body
{
display: block;
   
    padding: 0 24px;
    max-height: 65vh;
    overflow: auto;
}
.md-title {
    font-size: 18px !important;
    font-weight: 500;
    letter-spacing: .005em;
    padding: 8px;
}
.reprodtext
{
	    word-break: break-word;
}
.input_date
{
	padding: 4px !important;
    border-radius: 4px;
	border: 1px solid #c4c4c4;
	color: #322f2f;
	font-family: 'Montserrat', sans-serif;
}
.es_check
{
margin-top: 8px;
margin-left: -40px;
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.reqerr {
	color: red;
	text-align: right;
	font-size: 10px;
	float:right;
	position: absolute;
	top: 5px;
	z-index: 1;
	right: 15px;
	width: 40%;
}
.zeropadding{
	padding: 0;
}

/* .productselectli { */
/* 	list-style: none; */
/*     padding: 5px 5px 5px 5%; */
/*     line-height: 20px!important; */
/*     font-size: 13px; */
/*     font-family: 'Open Sans'; */
/* } */

.displaytb {
    display: inline-table;
    padding: 0 5px;
    vertical-align: middle;
    font-weight: 400!important;
    text-align: left;
}
table.shippingtable td
{
 font-weight: 400!important;	
 font-size: 13px;
 padding:8px 5px 5px 5px;
vertical-align: middle;
}

.shipanotheradd
{
	padding:12px;
	font-weight:500;
	color:#000;
}
label.quantitys {
    font-weight: 400!important;
    font-size: 13px;
}

.radioCss{
	    margin-right: 10px !important;
	    width: auto !important;
	    display: flex;
}

.textAlignCentre{
	text-align: center;
}

.clearfixSuccess {
    float: none;
    clear: both;
}

.mt20 {
    margin-top: 20px;
}
.product-color
{
	position: relative;
	clear: both;
}
.prod_artwork
{	
    position: relative;
    clear: both;
    padding-top: 5px;
	font-size: 15px;
    font-weight: bold;
}
li.pro-cart-icon
{
	width:100%;
}
/* .addcartbtn
{
	width:53%;
} */
.product-detail-main .social-icon li
{
	border: 1px solid #793f86 !important;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
#brand-logo .owl-item
{
	box-shadow: inset -1px 0px 11px 1px #88888812;
}
.feature-product-area
{
	    background: none repeat scroll 0 0 #f8f8f8;
}
header.navbar #login-modal
{
	padding-right:0px !important;
}

.featureitems
{
float: left;
margin: 0 5px
}

.featureitems img
{
	width:210px;	
	height:210px;
}
.feature-product-area .md-tab
{
background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 3px;
    color: #707070;
    cursor: pointer;
    font-size: 12px;
    position: relative;
	margin:0px 5px;
    text-decoration: none;
    text-transform: capitalize;	
}
.feature-product-area md-tabs .md-tab.md-active
{
background: #00b58a none repeat scroll 0 0;
    color: #fff;	
	border-bottom:none;
}
.feature-product-area md-tabs .md-tab .md-ripple-container
 {
	color: rgb(0, 181, 138);
 }
.feature-product-area md-tabs md-ink-bar
  {
	color: rgb(0, 181, 138);
    background: rgb(0, 181, 138);  
  }
.feature-product-area md-tabs md-tabs-wrapper
{
border-color: rgb(248, 248, 248);	
}
.feature-product-area md-content
{
background-color: rgba(248, 248, 248, 0);	
}
.product-image img
{
height: 270px;
width: 100%;	
}
button.changeView.mode-grid
{
    background-color: #252525;
    background-image: url(http://cdn.shopify.com/s/files/1/0018/5673/3249/t/3/assets/grid.png?4692061024438222487);
    background-repeat: no-repeat;
    background-position: center center;
}	

button.changeView.mode-grid.active, button.changeView.mode-list.active {
    background-color: #08b38b;
}
button.changeView {
   align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 0px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    border-radius: 0px;
}
.changeView {
    display: inline-block;
    border: none;
    float: left;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.changeView.mode-list {
    background-color: #252525;
    background-image: url(http://cdn.shopify.com/s/files/1/0018/5673/3249/t/3/assets/list.png?4692061024438222487);
    background-repeat: no-repeat;
    background-position: center center;
}
select.option-drop 
{
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
    line-height: 27px;
    padding: 0 15px;
    color: #444;
    font-weight: 400;
    font-size: 13px;
    overflow: hidden;
    background: transparent;
	font-family: 'Montserrat', sans-serif;
}
.select-item
{
margin: 0px 10px 3px;
}
select.option-drop option
{
	padding:10px 5px;
}
/* Product Detail Tab css */
.product-detail-tab md-content
{
	background-color:transparent;
	text-align:justify;
}
.product-detail-tab .md-tab
{
	font-weight:700 !important;
}
.product-detail-tab .md-tab.md-active
{
    border-bottom-color: #fff;
    border-radius: 4px 4px 0 0;
    color: #555;
    cursor: default;
    background-color: #fff;
}
.product-detail-tab .md-tab .md-ripple-container
{
color: #793f86;
}
.product-detail-tab md-tabs md-tabs-wrapper
{
border-color: rgb(230, 230, 230);	

}
.js-qty {
    position: relative;
    margin-bottom: 1em;
    width: 75px;
    overflow: visible;
    float: left;
    margin-right: 1em;
}
.js-qty .js-qty__adjust--plus
{
   /*  top: 0; */
    height: 18px;	
}
.js-qty .js-qty__adjust
{
    position: absolute;
    right: 0;
    width: 25px;
    outline: none;
    border: 1px solid #e8e8e8;
	border-radius:0px;
	z-index:9;
}
.js-qty .js-qty__adjust--minus
{
bottom: 0;
height: 20px;	
}
.js-qty .js-qty__adjust--plus i, .js-qty .js-qty__adjust--minus i
{
	font-size: 11px;
    margin-top: 2px;
    display: block;
}
.js-qty input, .ajaxcart__qty input, .ajaxcart__qty input {
    padding: 11px 20px;
}
.js-qty input, .ajaxcart__qty input, .ajaxcart__qty input {
    display: block;
   /*  background: none; */
    text-align: left;
    width: 100%;
    padding: 10px 10px 9px;
    margin: 0;
    border-radius: 2px;
    outline: none;
	border: 1px solid #ccc;
}
select.selectpicker {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(../images/ico-select.png) !important;
    background-repeat: no-repeat;
    background-position: right 0px top 16px;
    background-color: transparent;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
	    max-width: 100%;
    padding: 5px 12px;
    border-radius: 3px;
}
select.selectstatus
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: right center;
	background-image: url(../images/ico-select.png) !important;
	background-repeat: no-repeat;
	background-position: right 0px top 16px;
	background-color: transparent;
	padding-right: 28px;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
	max-width: 100%;
	padding: 5px 12px;
	border-radius: 3px;
	height: 35px;
	width: 100%;
	color: #322f2f;
	font-family: 'Montserrat', sans-serif;
}

.fotorama
{
border: 1px solid #dddddd;	
}
label.subtitle
{
	font-weight:600;

}


.paginationBtn{
	border: 1px solid silver; */
    -moz-border-radius: 3px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(214, 214, 214, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(214, 214, 214, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(214, 214, 214, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#d6d6d6', GradientType=0);
}

.archive-pages {
	width:100%;
    display: block;
    float: right;
    padding: 22px;
    margin: 0;
    font-size: .9em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.popupbtnnewfileupload{
	position: absolute;
    margin: 0;
    padding: 0;
    width: 95%;
    height: 80%;
    outline: none;
    opacity: 0;
    line-height: 37px;
    height: 75px !important;
    display: block;
    width: 90% !important;
}
/* Login Popup CSS */
.mat-button-color
{
	background-color: #4f3156 !important;
	color:#fff !important;
	padding: 0px 10px !important;
    border-radius: 20px !important;
}
/* ENd of Login Popup Css */
.photo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: transform .5s ease-out;
}
.tile {
    position: relative;
    float: left;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.product-preview .thumbs {
    margin-left: -2%;
    margin-top: 15px;
    padding-top: 10px;
}
.product-preview .thumbs .thumb {
    width: 16%;
    margin-left: 2%;
    margin-bottom: 2%;
    float: left;
}

.product-preview img {
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border 0.2s ease;
    -moz-transition: border 0.2s ease;
    -o-transition: border 0.2s ease;
    transition: border 0.2s ease;
    /* height: 470px; */
}

.thumb video {
    height: 75px;
    cursor: pointer;
    float: left;
    width: 77px;
}
.product-preview video {
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border 0.2s ease;
    -moz-transition: border 0.2s ease;
    -o-transition: border 0.2s ease;
    transition: border 0.2s ease;
    /* height: 470px; */
}



.clearfix {
    float: none;
    clear: both;

}
.modal-open {
    padding-right: 0px !important;
}

md-tabs md-ink-bar
{
    color: rgb(121, 63, 134);
    background: rgb(255, 255, 255);	
}
input.tiny-size
{
padding:8px;	
}
td.leftbox
{
    background-color: #f8f8f8;	
}
.cart-item-table table th, .cart-total-table table th
{
text-transform:uppercase;
font-size:13px;
}
.cart-item-table table, .cart-total-table table
{
font-family: 'Poppins', sans-serif;	
font-weight:500;
font-size:14px;
}
/* .checkoutleft
{

	border: 10px solid white;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0) inset;
	
} */
.formcontent
{
	padding:10px;
}
/* .checkoutright
{
    background-color: #f5f5f5;
    padding-left: 0px;
    padding-right: 0px;
	border: 10px solid white;
    border-radius: 0%;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;

} */
.formcontent .ship_cls
{
	border:0px !important;
}
.checkoutright table
{
	border:0px !important;
}
.ordersum_right
{
/* position: fixed; */
    width: 380px;
    padding-left: 0px;
    margin-left: 0px;
}
}
.ordersum_right table
{
border:0px; 
}
.ordersum_right div.desc, .ordersum_right .qty
{
	font-size:12px;
	padding:8px 0px;
}
.ordersum_subtotal
{
    background-color: #f0f0f0;	border: 1px solid #e6e6e6;
}
.checkout-content .title_ship {
    margin: 0;
    font-size: 16px;
}
.checkout-content .text_stl {
    background: #f5f5f5;
    padding: 2px 15px;
}
.inputemail
{

	    clear: both;
    /* position: relative; */
    display: block;
}
.light_ship
{	
font-family: 'Poppins', sans-serif;
 font-weight: 500 !important;
}
.checkout-content label
{
	font-weight:500;
	    margin-bottom: .2rem;
}
h4.push-down-10
{
	margin-bottom:0px;
}
.checkout-section .input-box {
    margin-bottom: 15px !important;
}
.checkout-section .inputemailbox
{
    margin-bottom: 0px !important;
}
.pdright0
{
	padding-right:0px !important;
}
.pdleft0
{
	padding-left:0px !important;
}
td.stronger {
    font-weight: 600;
    color: #000;
}
.ordersum_button button
{
	text-align:center; margin:5px; font-weight: bolder;
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
}
li.profilename a
{
	font-family: 'Montserrat', sans-serif;
    color: #707070;
	font-size:13px;
	font-weight:600;
}
li.profilename a i
{
	color: #793f86;
    padding-right: 3px;
    font-size: 19px;
}
table.trackordtable
{
font-size: 13px;
    font-weight: 500;	
	border:0px;
}
table.trackordtable tr th
{
   text-align:center;
   font-size:14px;
   text-transform:uppercase;
}
table.trackordtable tr td
{
	text-align:center;
}
.ordersearch
{
padding: 25px;
/*     border: 10px solid white; */
border-radius: 0%;
/* -webkit-box-shadow: 0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;	 */
background-color: #f2f2f2;
    border: 1px solid #eceeef;
}

.loadingPanel
{
	z-index:1080;	
}
.paginationBtn {
 
  float:left;
padding: 7px;
    margin: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #efefef;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: linear-gradient(top, #ffffff 0%,#efefef 100%);
}
}
li.paginationBtn a
{
	 padding:10px;
}
.paginationBtn > li > a {
   border: 1px solid #ddd;
   border-radius: 0px!important;
   float: left;
   padding:10px;
}
.paginationBtn>li>a, .paginationBtn>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
li.displayorder{float:right; padding-top: 12px;}
/* td.image {
    width: 20%;
} */
td.qty
{
    width: 40%;
    font-weight: bold;
    text-align: left;
}
td.price
{
    width: 6%;
}
.vieworders td.cart-product-name
{
	font-size: 14px;
}
.vieworders td.cart-product-name .lead
{
	font-size:14px;
}

table.tablenoborder
{
border:2px solid #f5f5f5;
}
.btn-small
{
	font-size:13px;
	padding: 9px;
}
.list_group_item
{
float: none;
width: 100%;
background-color: #fff;
margin-bottom: 10px;
border: 1px solid #ddd;	
padding: 10px 15px;
-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0), 0 0 40px rgba(0, 0, 0, 0.05) inset;
-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0), 0 0 40px rgba(0, 0, 0, 0.05) inset;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0), 0 0 40px rgba(0, 0, 0, 0.05) inset;
margin-bottom: 10px !important;
}
.list_group_item .product-image
{
width: 25%;
float:left;	
}
.list_group_item .product-image img
{
    height: 200px;
}
.list_group_item .product-item-details
{
float:left;
width: 50%;
padding:10px;
}

.list_group_item .product-item-name a
{
	font-size:16px;
}
.list_group_item .price-box .price
{
	font-size: 16px;
    font-weight: 600;
}
.productartbox
{
	/* background-color: #f0f0f0; */
	padding:10px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
	border: 1px dashed #793f86;
}
md-dialog .personaldtls
{
width: 50% !important;	
}
.profilepop h2.heading {
    background: #472d4d;
    padding: 8px 23px;
	color:white;
	font-family: 'Montserrat', sans-serif;
	font-size:17px;
}
.profilepop .input-box input {
padding: 3px;
font-size: 13px;
border-radius: .25rem;
border: 1px solid #dae4e9;
padding-left: 5px !important;
-webkit-transition: background-color .5s;
transition: background-color .5s;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
margin-bottom: 8px;
}
.profilepop .input-box select {
padding: 3px;
font-size: 13px;
border-radius: .25rem;
border: 1px solid #dae4e9;
padding-left: 5px !important;
-webkit-transition: background-color .5s;
transition: background-color .5s;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
margin-bottom: 8px;
}
.profilepop button.close
{
line-height: 0px;
    color: #fff;
    padding-top: 6px;	
}
.pro_cat .pro-cat-slider .item
{
	width:20%;
}

.deleteIcon{
	color: #e40b0b;
	font-size: 18px;
	cursor: pointer;
	border: none;
	background: none;
}
#pro-cat-slider
{
width: 100%;	
}
.footer-menu li a:hover{
	color:white;
	text-decoration:none;
}
h1.producttitle
{
	font-size: 32px;
}