@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    position: relative;
    background: #F9F9F9;

}
.container-fluid {
    width: 100%;
    padding-right: 30px !important;
    padding-left: 30px !important;
    margin-right: auto;
    margin-left: auto;
}
p{
    text-align: left;
    color: #222;
}
/*===COMMON CSS===*/
button,
button:focus {
    outline: 0;
}
.custome-bg {
    background: #fff;

}
.padding-tb {
    padding-top: 15px;
    padding-bottom: 15px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}


li {
    display: inline-block;
    list-style: none;
}


a,
a:hover,
a:focus {
    color: #222;
    text-decoration: none;
    outline-offset: 0;
    outline:0;
    transition: 0.35s ease-in-out;
    text-align: left;
}

button,
button:focus {
    text-decoration: none;
    background: transparent;
    border: 0;
}

.form-control,
.form-control:focus,
input,
input:focus {
    outline: 0;
    border: 0;
}

img {
    max-width: 100%;
    height: 100%;
}
header{
    padding:0;
}
.mrt-20 {
    margin-top: 20px !important;
}
.mrt-30 {
    margin-top: 30px !important;
}
.mrt-45{
    margin-top:45px !important;
}
.capitalize {
    text-transform: capitalize;
}

.allcaps {
    text-transform: uppercase;
}

p {
    margin: 0;
    padding: 0;
}

button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Raleway', sans-serif;
}
.container{
    max-width:1250px;
}
.tooltip-inner {
    min-width: 80px;
    padding: 10px 0;
    margin-right: 5px;
    border-radius: 0;
}
.anchor{
    cursor: pointer;
    color:#222 !important;
}
.float-left {
    float: left;
}

.float-right {
    float: right;
}
.section-padding {
    padding: 20px 0;
}
.section-tpadding {
    padding-top: 60px;
}

.section-bpadding {
    padding-bottom: 60px;
}
.section-margin {
    margin-bottom: 10px;
}
.mrt-20{
    margin-top: 20px;
}
.mrb-15{
    margin-bottom: 15px;
}
.pb30 {
    padding-bottom: 30px
}

.pb20 {
    padding-bottom: 20px
}

.mb20 {
    margin-bottom: 20px;
    display: block;
}

.form-control.is-invalid {
    border: 1px solid #e74c3c !important;
}

.invalid-feedback {
    color: #e74c3c;
}

.form-control {
    border-radius: 0;
    border: 1px solid transparent;
    box-shadow: 0 0;
    transition: 0.35s ease-in-out;
}

.contact-form input {
    height: 40px !important;
}

.form-control:focus {
    border: 1px solid transparent;
    box-shadow: 0 0;
    outline: 0;
}
.column-ls-5 {
    padding-left: 15px;
    padding-right: 15px;
}
.column-ls-5 {
    width: 20%;
}
.section-title {
    text-align: left;
}
.section-title h1 {
    font-weight: 700;
    color: #444;
    font-size: 22px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.section-title h1:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 100%;
    height: 3px;
    content: "";
    background: #762685;
    transition: all 0.5s;
}
.section-title h1:hover::after {
    width: 50%;
}

.common-btn1:hover {
    background: #762685;
    color: #fff;
}
.common-btn1 {
    border: 2px solid #762685;
    color: #444;
    text-transform: capitalize;
    padding: 8px 15px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
}
/*======HEADER CSS START=======*/
div#sticky-wrapper {
    height: 88px!important;
    transition: 0.35s;
}
.header-top {
    padding: 8px 0;
    background: #FFCC00;
}
.header-top-left ul li a {
    color: #fff;
    font-weight: 600;
}
.header-top-left ul li a i {
    font-size: 16px;
}
.header-top-left {
    text-align: left;
}
.header-top ul li img {
    margin-right: 5px;
}
.header-top-left ul li {
    margin-right: 14px;
}
.header-top-right {
    text-align: right;
}
.header-top-right ul li a {
    color: #fff;
}
.header-top-right ul li a i {
    background: #762685;
    color: #fff;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    margin-left: 7px;
}

.compare-btn,.compare-btn:hover {
    background: #ED8221;
    color: #fff;
    padding: 9px 8px;
    display: block;
    width: 101px;
}
div#sticky-wrapper {
    height: auto !important;
}
 .header {
    background: #fff;
    z-index: 999999999 !important;
    padding: 5px 0;
}
.logo-menu-right {
    text-align: right;
    margin-top: 10px;
    transition: 0.60s all;
}
.is-sticky .logo-menu-right {
    margin-top: 2px;
}
ul.logo-menu {
    text-align: left;
}
ul.logo-menu li a {
    text-transform: uppercase;
    font-weight: 700;
    color: #444;
    margin-right: 15px;
    padding: 30px 0;
    display: inline-block;
    transition:0.60s all;
}
li.clogin i {
    font-size: 28px;
}
ul.logo-menu li a:hover {
    color: #762685;
}
.logo-menu-right ul li {
    margin: 0 6px;
    padding: 0 15px;
}
.logo-menu-right ul li:last-child{
    border-right: 0;
    margin-right:0;
}
li#cartQty {
    background: #762685;
    padding: 10px 15px;
    transition: 0.60s all;
}
.logo-menu-right ul li i{
    transition: 0.35s all;
}
li#cartQty a i {
    transform: scaleX(-1);
    font-size: 40px;
    color: #fff;
}
/*sticky css*/
.main-logo img {
    transition: 0.60s all;
    height: 78px;
}
.modal-dialog {
    margin: 4.75rem auto !important;
}
.is-sticky .main-logo img {
    height: 50px;
}
.is-sticky .logo-menu li a {
    padding: 15px 0;
}
.is-sticky  .logo-menu-right ul li i {
    font-size: 20px;
}
.is-sticky li#cartQty {
    padding: 0px 3px;
}
li.wishlistcart div {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color: #762685;
}
li.wishlistcart div span {
    color: #222;
    display: block;
}
li.wishlistcart i {
    margin-top: 0;
    margin-right: 15px;
    font-size: 32px;
    color: #555;
}
.shoppingcount {
    padding: 0 5px;
    position: absolute;
    top: 1px;
    left: 49%;
    background: #fff;
    color: #222;
    border-radius: 50px;
    z-index: 1;
    font-size: 13px;
}
.vertical-menu-area {
    background: #FFCC00;
}
.vertical-menu {
    text-align: left;
}
.vertical-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    padding: 12px 0;
    display: inline-block;
    font-size: 14px;
    margin-right: 25px;
}
#hovercategory {
    color: #fff !important;
    background: #762685;
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    display: block !important;
    margin-right: 0;
}
.clogin {
    position: relative;
}
.customer-login {
    position: absolute;
    left: -243px;
    text-align: left;
    background: #eee;
    width: 300px;
    border-radius: 5px;
    top: 182%;
    z-index: 99;
}
.customer-login-header {
    background: -moz-linear-gradient(0deg,#FE7E29 0%,#FF9D03 100%);
    padding: 10px 18px;
    border-radius: 5px 5px 0px 0px;
}
.customer-login-header p{
    color: #fff;
    font-weight: 900;
    font-size: 16px;
}
.customer-login .form-group:last-child {
    margin-bottom: 0;
}
.customer-login form {
    padding: 20px;
}
.customer-login label {
    font-weight: 600;
    color: #888;
}
.customer-login input{
    border-radius: 5px;
    border: 1px solid #EEEEEE;
}
.cbutton{
    background: linear-gradient(0deg,#FE7E29 0%,#FF9D03 100%);
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}
.customer-login .cbutton {
    padding: 8px 25px;
}
form.custom-register {
    padding-bottom: 0 !important;
}
#cloginpanel{
    display: none;
}
.loginpanel-footer {
    padding: 0px 30px;
    padding-bottom: 20px;
    margin-top: 25px;
}
.loginpanel-footer p {
    text-align: left;
    margin: 9px 0;
    font-weight: 600;
}
.loginpanel-footer p a {
    color: #6B70FE;
}
.loginpanel-footer p a:hover {
    text-decoration: underline;
}
ul.customer-login-panel li {
    display: block !important;
    padding: 11px 20px;
    border-right:transparent;
}
ul.customer-login-panel li i {
    margin-right: 5px;
}
.main-search {
    margin-top: 12px;
}
.main-search form {
    border-radius: 5px;
    background: #fff;
    display: flex;
    width: 100%;
    margin: 0 0 !important;
}
.main-search {
    margin: 8px 0;
}
.searchimg {
    width: auto;
    display: flex;
    text-align: center;
    border-right: 1px solid #ddd;
}
.searchimg select, .searchimg select:focus {
	width: 100%;
	outline: 0;
	border: 0;
	padding: 0 5px;
	background: #fff;
	/* border-radius: 3px; */
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
.main-search form input {
    width: 70%;
    float: left;
    padding: 10px 10px;
    background: #fff;
}
.hsearch-box .nice-select {
    width: 100%;
    float: left;
    border-radius: 0;
}
.searchimg .open {
    border:1px solid #ddd;
}
.searchimg .open .list {
    height: 300px;
    overflow-y: scroll;
    scrollbar-width: thin;
    width: 200px;
}
.main-logo {
    text-align: left;
}
.nice-select span {
    background: transparent !important;
    color: #222 !important;
    margin: 0 0 !important;
    line-height: 20px !important;
}
.main-search .nice-select {
    border: transparent !important;
}
.main-search form input::placeholder{
    text-transform: capitalize;
}
.nice-select .list, .nice-select .list .option {
    width: 100%;
    display: block;
    color: #222 !important;
}
.nice-select {
    width: 100%;
}
.main-search form button {
	width: 20%;
	float: left;
	padding: 12px 0;
	text-align: center;
	font-weight: 900;
	text-transform: capitalize;
	font-size: 14px;
	background: #762685;
	color: #fff;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.sidebar-menu ul li a img {
    height: 28px;
    width: 28px;
    object-fit: contain;
    margin-right: 8px;
    background: #ddd;
    border-radius: 50%;
    border: 2px solid #FFCC00;
    transition: 0.35s all;
}
.sidebar-menu ul li a:hover  img {
    border-color: #762685 !important;
}
.hhotline a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 17px 0;
    display: inline-block;
}
.hoffer {
    background: #762685;
    padding: 8px 0;
}
.hoffer div {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}
.hoffer a {
    color: #fff;
    display: block;
    text-align: left;
    padding: 0 20px;
}
.hoffer a i {
    font-size: 35px;
    color: #fff;
}
.hoffer div span {
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
}
/*==========header top end======== */

/*==========mobile menu start======== */
.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
    background: #fff !important;
}
.hc-offcanvas-nav span.nav-next::before, .hc-offcanvas-nav li.nav-back span::before {
    border-top: 1px solid #222 !important;
    border-left: 1px solid #222 !important;
}
.hc-offcanvas-nav li {
    text-transform: capitalize;
}
.nav-content h2 {
    color: #762685;
    font-weight: 900;
    font-size: 18px;
    padding: 15px 16px;
    font-family: 'PT Sans', sans-serif;
}
.hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a {
    background: #444;
    border-color: transparent;
    color: #fff;
}
.hc-offcanvas-nav:not(.touch-device) a:hover {
    background: transparent;
    color: #222;
    border-color: transparent;
    border-top: 1px solid transparent;
}
.hc-offcanvas-nav li.nav-close a:hover, .hc-offcanvas-nav li.nav-back a:hover {
    background: transparent;
}
.nav-close span {
    display: none;
}
.hc-offcanvas-nav a[href]:not([href="#"]) > span.nav-next {
    border-left: 1px solid transparent;
}
.hc-offcanvas-nav span::before{
    color:#222;
}
.first-nav li a:hover .nav-next::before {
    border-color: #fff !important;
}
.hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item {
    padding: 10px 15px;
    font-size: 14px;
    color: #222;
    border-bottom: 1px solid #ddd;
}
.nav-close {
    background: #555;
}
.nav-close a {
    padding: 9px;
    font-weight: 400 !important;
    color: #fff !important;
}
.marchant-login .nav-item {
    background: #fff;
    padding: 13px 20px;
    margin: 12px 0;
    text-align: center;
    border-radius: 50px;
}
.marchant-login a,.marchant-login a:hover,.marchant-login a:hover .marchant-login .nav-item {
    color: #222 !important;
    background:#fff !important;
}
.mobile-icon{
    display: none;
}
/*==========mobile menu end======== */

/*==========slider top start======== */
.sidebar-menu {
    background: #f4f4f4;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
}
.sidebar-menu ul li {
    display: block;
    position: relative;
}
.sidebar-menu ul li a {
    padding: 6px 20px;
    display: block;
    font-weight: 600;
    color: #555;
    border-bottom: 1px solid #ddd;
    position: relative;
    text-transform: capitalize;
}
.sidebar-menu ul li a:hover {
    background: #f9f9f9;
    color: #762685;
}
.sidebar-menu ul li a::after {
    position: absolute;
    right: 20px;
    display:none;
    top:50%;
    transform: translateY(-50%);
    transition: all 0.35s;
}
.sidebar-menu ul li a:hover::after {
    position: absolute;
    display:block;
}
.sidebar-submenu {
    position: absolute;
    left: 311px;
    z-index: 9;
    background: #fff;
    top: 0;
    visibility: hidden;
    opacity: 0;
    border-left: 1px solid #ddd;
    width: 235px;
    transition: 0.35s all;
}
.sidebar-menu ul li:hover .sidebar-submenu{
    visibility: visible;
    opacity: 1;
}
.sidebar-submenu li a {
    border-color: transparent !important;
}
.sidebar-submenu > li {
    position: relative !important;
}
.sidebar-childmenu {
    position: absolute;
    right: -100%;
    background: #fff;
    width: 100%;
    border-left: 1px solid #ddd;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    height: auto;
}
ul.sidebar-submenu li a {
    padding: 10px 12px;
}
.sidebar-submenu > li:hover .sidebar-childmenu{
    visibility: visible;
    opacity: 1;
}

.sidebar-childmenu li a:after{
    content: "" !important;
}
.vertical-menu ul li {
    position: relative;
    display: block !important;
}
.vertical-menu ul li a {
    display: block;
}
.hidemenu.sidebar-menu.hidemenu-bar {
    top: 0;
}
.hidemenu.sidebar-menu {
    position: absolute;
    width: 94%;
    background: #fff;
    z-index: 9999;
    top: -15px;
    left: 10px;
}

.mainslider {
    position: relative;
}
.mainslider, .slider-item {
    height: 480px;
    margin-top: 7px;
}
.slider-item img {
    /* object-fit: contain; */
    width: 100%;
}
.margin-reduce {
    padding-left: 0;
}
.mainslider .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 10px;
    z-index: 999;
}
.mainslider .owl-dot {
    background: #fff !important;
    height: 8px;
    width: 20px;
    margin: 0 2px;
    border-radius: 10px;
}
.mainslider .owl-dot.active {
    background: linear-gradient(0deg,#fff 0%,#222 100%) !important;
   
}
/*==========slider top end======== */

/*==========banner start======== */
.home-banner {
    height: 155px;
    margin-top: 20px;
    padding: 0 8px;
}
.hbanner-item, .hbanner-item img {
    height: 100%;
    width: 100%;
}
.home-banner .col-sm-4 {
    padding-left: 7px;
    padding-right: 7px;
}

/*==========banner end======== */


/*==========category top start======== */
.category-section {
    padding: 15px 0;
}
.category-thumb {
    text-align: center;
    background: #F9F9F9;
}
.category-thumb .image {
    height: 90px;
    width: 100%;
    text-align: center;
}
.category-thumb .image img {
    object-fit: contain;
    transform: scale(1);
    transition: 0.35s all;
    overflow:hidden;
}
.category-thumb {
    text-align: center;
    background: #F9F9F9;
    padding: 15px;
    border-radius: 5px;
}
.category-thumb .text p {
    text-align: center;
    font-weight: 600;
    transition: 0.35s all;
    margin-top: 8px;
}
.category-thumb:hover.category-thumb .text p{
    color :#762685;
}
.category-thumb:hover.category-thumb .image img{
    transform: scale(1.1);
}
.banner-effect {
    position: relative;
    overflow:hidden;
}
.banner-effect:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.5s;
    right: 0;
    text-align: center;
    border-radius: 50%;
}
.banner-effect:hover:after {
    transform: scale(1.5);
}
.category-section .col-lg-3, .category-section .col-md-3, .category-section .col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
}
.category-tab-menu .nav-tabs{
    border-color: transparent;
}
.category-tab-menu {
    padding: 15px;
    background: #E9F6F7;
}
.category-tab-menu ul li a {
    padding: 8px 25px;
    display: inline-block;
    font-weight: 900;
    border: 1px solid #ddd;
    margin-right: 10px;
    border-radius: 50px;
}
.category-tab-menu ul li a.active {
    background: #762685;
    color: #fff;
}
.category-section .tab-content {
    margin: 15px 0;
}

.category-thumb-seeall, .category-thumb-seeall a {
	text-align: center;
	padding-top: 12px !important;
	padding-bottom: 8px !important;
}
.category-thumb-seeall a {
    font-weight: 900;
    color: #555;
    padding: 100px 0;
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
}

.productdetails-slider {
    border: 1px solid #ddd;
    padding: 15px;
}
/*==========category top end======== */

/*==========product design  start======== */
.home-product {
    margin-bottom: 15px;
    background: #F9F9F9;
}

.home-product .col-sm-2 {
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #ddd;
}
.home-product .single-product .image {
    overflow: hidden;
    padding: 15px;
    position: relative;
}
.single-product .percent {
    position: absolute;
    background: #FFCC00;
    top: 15px;
    left: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1px 5px;
}
.pimage {
	height: 200px;
}
.home-product .single-product .image img {
	height: 100% !important;
	width: 100%;
	object-fit: contain;
}
.section-bar {
    margin-bottom: 20px;
}
.section-bar .title {
    display: block;
    text-align: left;
}
.section-title .link {
    text-align: right;
}
.section-title .link a {
    font-weight: 600;
    font-size: 16px;
}
.section-bar .title h4 {
    display: inline-block;
    color: #555;
    text-transform: capitalize;
    font-weight: 600;
    padding-right: 21px;
    margin-right: 15px;
    font-size: 21px;
    margin-bottom: 0;
    margin-top: 10px;
}
.offer-time-counter, .offer-time-counter p {
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 0;
    font-weight: 600;
}
.sell-all-button{
    text-align: right;
}
.sell-all-button a {
    background: #762685;
    color: #fff;
    padding: 10px 22px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 50px;
}
.single-product {
    overflow: hidden;
    background: #fff;
    margin: 10px 0;
    transition: 0.35s all;
    border: 1px solid #eee;
}
.single-product:hover {
    -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 18%);
}
.home-product .col-sm-3 {
	padding-left: 0;
	padding-right: 0;
}
.single-product .image {
    padding: 15px;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #dddddd45;
    margin-bottom: 10px;
    position: relative;
    height: 220px;
}
.single-product .image:after {
    content: "";
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background: rgba(229, 241, 255, 0.1) none repeat scroll 0% 0%;
}
.single-product .image:hover:after {
    display: none;
}
.homepage-col-nopadding .col-sm-3{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.single-product .image img {
    transition: all 0.35s;
    margin: 0 auto;
    height: 195px;
    width: 100%;
    object-fit: contain;
}

/*.single-product:hover.single-product .image img{
    transform: scale(1.1);
}*/
.single-product .text {
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.single-product .name {
    text-transform: capitalize;
    color: #444;
    font-weight: 600;
    text-align: center !important;
}
.single-product .newprice {
    color: #762685;
    font-weight: 600;
    padding: 5px 0;
    text-align: center;
}
.single-product .newprice del {
    color: #444;
}

/*==========product design  end======== */
/*====== Tab product start ======*/
.hometab-product {
    background: #F9F9F9;
}
.arrival-banner {
    margin-bottom: 15px;
}
.category-tab-menu {
    padding: 15px;
    background: #fff;
}
/*====== Tab product end ======*/

/*==========footer top  start======== */
.trendbanner-item .image {
    height: 300px;
    position: relative;
}
.trendbanner-item .image img {
    width: 100%;
}
.trendbanner-item .text-area {
    padding-top: 12px;
    padding-left: 10px;
}
.discovernow-item {
    overflow: hidden;
    height: 100%;
}
.discovernow-item .image {
    width: 60%;
    height: 270px;
    float: left;
}
.discovernow-item  .text-area {
    width: 40%;
    float: left;
    background: #fff;
    height: 100%;
    position: relative;
}
.discovernow-item .text-area .text {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.footer-bar {
    display: none;
}
footer{
    padding-bottom: 0 !important;
}
.footer-logo {
    width: 150px;
}
.single-footer-app {
    float: left;
    width: 45%;
    margin-right: 6px;
}
.single-footer-app img {
    height: 45px;
}
.footer-app {
    margin-bottom: 25px;
    overflow: hidden;
}
.social-footer li a i {
    margin-right: 12px;
    font-size: 20px;
}
.fcompany li {
    margin-bottom: 18px;
    overflow: hidden;
    display: block;
}
.fcompany i {
    width: 20%;
    float: left;
    color: #222;
    font-size: 18px;
}
.fcompany span {
    float: left;
    width: 80%;
    color: #222;
    text-align: left;
}
.footer-top-area {
    background-color: #762685;
    padding: 40px 0;
    background-image: url('../images/subscribe2.png');
}
.footer-menu p {
    font-size: 16px;
    padding-right: 50px;
    margin: 20px 0;
}
.footer-menu {
    text-align: left;
}
.footer-top-left h4 {
    padding: 0;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left;
    margin-top: 10px;
}
.footer-top-right {
    text-align: right;
}
.footer-top-right a {
    color: #fff;
    font-weight: 900;
    text-transform: capitalize;
    background: #FFCC00;
    padding: 12px 18px;
    display: inline-block;
    font-size: 16px;
    border-radius: 50px;
}
/*==========footer top  end======== */

/*==========footer ad  start======== */
.footer-ad{
    background: #F4F4F4;
    padding: 20px 0;
}
.single-footer-ad{
    text-align: center;
}
.single-footer-ad .image {
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    background: #ddd;
    line-height: 70px;
    margin: 0 auto;
}
.single-footer-ad .image img {
    width: 35px;
    height: 35px;
}
.single-footer-ad .text h5 {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-top: 8px;
    display: inline-block;
}
/*==========footer ad  end======== */

/*==========footer ad  start======== */

.footer-top {
    padding-top: 60px;
    padding-bottom: 50px;
}
.footer-menu .title {
    color: #222;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}
.footer-menu .fmain-menu li {
    display: block !important;
}
.fmain-menu li {
    display: block !important;
}
.fmain-menu li a {
    text-transform: capitalize;
    color: #555;
    padding: 5px 0;
    display: inline-block;
    font-size: 15px;
    padding: 2px 0!important;
    margin: 7px -2px;
    border-bottom: 1px solid transparent;
    text-align: left;
}
.footer-menu .fmain-menu li a:hover {
    border-color: #222;
    color : #222
}

.fsocial li {
    margin-right: 20px;
}
.fhelp-line a {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 16px;
    display: inline-block;
}
.footer-bottom {
    border-top: 2px solid #ddd;
}
.footer-bottom {
    border-top: 1px solid #ddd;
}

.footer-bottom-left h5 {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-top: 26px;
}
.footer-bottom-right .text p {
    color: #222;
    margin: 23px 0;
    text-align: center;
    text-transform: uppercase;
}
.fcompany li {
    margin-bottom: 18px;
    overflow: hidden;
    display: block;
}
ul.fsocial li a {
    background: #eee;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 18px;
}
.loginsidebar {
    background: #fff;
    position: fixed;
    right: -18em;
    top: 0;
    box-sizing: border-box;
    z-index: 20;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 335px;
    opacity: 0;
    visibility: hidden;
}
.loginsidebar ul li {
    display: block;
    text-align: left;
}
.loginsidebar ul li a {
    padding: 15px 20px;
    display: block;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}
.loginsidebar ul li a:hover {
    color: #762685;
}
.loginsidebar .customer-register {
    padding: 0;
    margin: 0;
}
.loginsidebar.active {
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}

.loginsidebar  .customer-register .title {
    background: #F2FBFE;
    margin: 0;
    padding: 15px 0;
    margin-bottom: 15px;
}
.overlay {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,1);
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s all;
    visibility: hidden;
}
.overlay.active {
    opacity: 0.8;
    visibility: visible;
    z-index: 9999;
}
.loginsidebar  .open-login i {
    color: #762685;
    font-weight: 900;
    font-size: 23px;
    position: absolute;
    right: 30px;
    top: 15px;
    cursor: pointer;
}
li.clogin i {
    font-size: 28px;
    color: #222;
    cursor: pointer;
}
/*==========footer ad  end======== */


/*
===========================================================
                category page
===========================================================
*/
.sidebar {
    border-right:1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.sidebar-menu i {
    float: right;
    margin-top: 6px;
}
.breadcrumb-area{
    padding: 15px 0;
}

.dark-bg {
    background: #E9F6F7;
}
.custom-breadcrumb {
    text-align: left;
}
.custom-breadcrumb ul li span i {
    color: #222;
}
.custom-breadcrumb ul li span {
    color: #222;
}

.custom-breadcrumb ul li a {
    text-transform: capitalize;
    color: #222 !important;
}
.common-design {
    padding-bottom: 40px;
}
.sidebar-category ul li a {
    text-transform: capitalize;
    font-weight: 400;
    color: #555;
    font-size: 14px;
}
.sidebar-vandor-shop .custom-sidebar {
    padding: 0 18px;
}
.vandor-banner {
    height: 215px;
    width: 100%;
}
.vandor-banner img {
    height: 100%;
    width: 100%;
}

.sidebar.sidebar-vandor-shop {
    border-top: 1px solid #ddd;
}

.vandor-shop .product-sorting  {
    text-align: left;
}
.vandor-shop .product-sorting p {
    display: inline-block;
}
.product-sorting p {
    display: inline-block;
}
.product-sorting form {
    display: inline-block;
}
.product-sorting {
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
}
.product-sorting form select {
    border: 1px solid #ddd;
    height: 35px;
}

.sortnav {
    text-align: right;
    margin-top: 8px;
}
.sortnav .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.sortnav .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.sortnav .page-link:focus {
    box-shadow: 0 0 !important;
}
.sortnav .pagination li {
    margin-right: 3px;
}
.sortnav .pagination li a.page-link {
   border: none;
}
.sortnav ul li a {
    background: #762685;
    color: #fff;
    padding: 8px 18px;
    border-radius: 0 !important;
}
.sortnav .page-item.active .page-link {
    background: #762685;
    border: 1px solid #ddd;
    color: #0b0b0b;
    padding: 8px 18px;
}
.sortnav li.disabled span {
    background: #fff;
    padding: 8px 15px;
}
.custom-sidebar ul li {
    display: block;
    text-align: left;
}
ul.mtree li::before {
    display: none;
}
.custom-sidebar {
    background: #fff;
}
.custom-sidebar .title {
    padding: 15px 20px;
    text-align: left;
    color: #222;
    border-bottom: 1px solid #ddd;
}
.custom-sidebar ul.mtree {
    padding: 0;
}
.custom-sidebar ul.mtree li a {
    text-transform: capitalize !important;
    color: #555;
    font-weight: 600 !important;
    padding: 10px 0;
    font-size: 14px;
}
.custom-sidebar ul.mtree.transit li.mtree-node > a::before {
    color: #FF6A5D;
    font-weight: 900;
    position: absolute;
    right: 20px;
    font-size: 18px;
}
ul.mtree.transit li.mtree-node > ul > li:last-child {
    border-color: transparent;
}
ul.mtree.transit li.mtree-active > a {
    background: transparent;
    color: #333;
}
ul.mtree.bubba li.mtree-node > a::after {
    display: none;
}
ul.mtree.bubba li.mtree-node > a::before {
    font-weight: 900;
    color: #333;
}
.custom-sidebar ul.mtree li a:hover {
    background: transparent;
    color: #FF3366;
    margin-left: 5px;
}
.custom-sidebar .title h6{
    font-weight: 600;
    text-transform: uppercase;

}
.custom-sidebar ul.mtree.transit {
    background: transparent;
}
.sorting-nav {
    border: 1px solid #ddd;
    padding: 8px 15px;
    background: #fff;
    margin-bottom: 10px;
}
.cat-name {
    text-align: left;
    margin-top: 7px;
}
section.section-margin.common-design {
    padding: 25px 0;
    background: #F9F9F9;
}
.sidebar-brand ul {
    margin-top: 10px;
    text-align: left;
}
.sidebar-brand ul li {
    display: inline-block;
}
.sidebar-brand ul li a {
    border: 1px solid #D41688;
    padding: 8px 8px;
    display: inline-block;
    margin: 5px 2px;
    border-radius: 5px;
}
.sidebar-brand ul li a:hover{
    background: #762685;
    color: #fff;
}
.sidebar-price form {
    margin-top: 20px;
}
.sidebar-price form .form-group {
    display: inline-block;
}
.sidebar-price form input {
    border: 1px solid #ddd;
    display: inline-block;
    width: 100px;
    height: 40px;
    text-align: center;
    margin: 0 8px;
    border-radius: 5px;
}
.sfilter {
    background: #762685;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.single-ads{
    margin-top: 20px;
}
.sortnav.text-left {
    margin-top: 30px;
}
.wsubmit {
    background: linear-gradient(0deg,#FE7E29 0%,#FF9D03 100%);
    color: #fff;
    padding: 10px 12px;
    font-weight: 600;
}
/*==========category page end==============*/


/*============details css start=============*/
.pshort-description-text .form-group {
    text-align: left;
    margin: 10px 0;
}
.dcartbtn, .dwishlistbtn {
    margin-top: 15px;
}
.product-details th, .product-details td, .product-details tr {
    color: #222;
    text-align: left;
    line-height: 1.9;
}
button.dcartbtn.buy {
    margin-left: 12px;
}
.additionalshipping {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}
.details-form label strong {
    color: #222;
}
.details-login-first {
    color: #222;
    margin-bottom: 10px;
    font-size: 16px;
}
.sortnav.text-left {
    margin-bottom: 20px;
}
.productshort-description {
    background: #fff;
    padding: 20px;
}
.swiper-container {
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}
.swiper-button-prev.swiper-button-white {
	left: 0;
	display:none;
}
.swiper-button-next, .swiper-button-prev {
	background: rgba(0, 46, 93, 1);
	padding: 0;
}
.swiper-button-next.swiper-button-white {
	right: 0 !important;
	display:none;
}
.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100px;
	opacity: 0.4;
	padding: 3px;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border: 1px solid #002E5D;
}
.vandor-shop {
    background: #fff;
}
.vandor-shop h5 {
    text-transform: capitalize;
    color: #555;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
    margin-bottom: 15px;
}
.vshop-img {
    height: 120px;
    width: 120px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 20px;
}
.vshop-address {
    text-align: center;
    padding: 15px 0;
}
.vshop-visit {
    background: -webkit-linear-gradient(to right,#F33799,#c40680 52%,#FF7438);
    background: -o-linear-gradient(to right,#F33799,#c40680 52%,#FF7438);
    background: #762685;
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 5px;
    display: block;
}
.pshort-description-text .name {
    font-weight: 600;
    color: #555;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    text-transform:capitalize;
}
.pshort-description-text .pdiscount {
    font-weight: 600;
    color: #888;
}
.mainshort-text {
    padding: 20px 0;
}
.pratting {
    text-align: left;
}
.pratting .star  {
    display: inline-block;
}
.pratting .star span {
    color: #FF5E62;
    display: inline-block;
}
.pratting .star i {
    color: #ff5e62;
    font-size: 12px;
}
.pratting .star {
    display: inline-block;
}
.pratting .count {
    display: inline-block;
}
.pratting .count p,.pratting .count span {
    display: inline-block;
    color: #222;
}
.pratting .count p {
    border-left: 2px solid #888;
    padding: 0 6px;
    margin: 0 4px;
}
.pratting {
    text-align: left;
    padding: 8px 0;
}
.pshort-description-text .price h5,.pshort-description-text .price p {
    display: inline-block;
    color: #222
}
.pshort-description-text .oldprice span {
    font-weight: 900;
    margin-left: 8px;
    color: #FF5E62;
}
.pshort-description-text .price {
    text-align: left;
}

.pshort-description-text .brand {
    padding-bottom: 8px;
    font-weight: 600;
}

.quantity-left-minus,
.quantity-right-plus {
    padding: 6px 16px;
    background: #f5f5f5;
    border-radius: 5px;
    cursor: pointer;
}

.quantity-left-minus:focus,
.quantity-right-plus:focus {
    outline: 0;
    background: #f5f5f5;
}
.input-group-btn button,.input-group-btn button:focus {
    background: #ddd;
    border-radius: 0;
    padding: 10px 20px;
}
#quantity {
    border: 1px solid #ddd;
    width: 60px;
    text-align: center;
}
.brand span {
    border: 1px solid #999;
    padding: 5px 11px;
    display: inline-block;
}
.pshort-description-text .price {
    text-align: left;
    margin-bottom: 18px;
}
.details-form .from-group {
    display: inline-block;
    float: left;
}
.dcartbtn, .dcartbtn:focus {
    background: #762685;
    color: #fff;
    padding: 10px 16px;
    margin-right: 12px;
}
a.dwishlistbtn {
    display: inline-block;
}
a.dwishlistbtn:hover{
    color:#fff;
}
.sname {
    width: 80%;
    float: left;
}
.edit-shippinginfo {
    margin-bottom: 20px;
}
.faddress {
    font-weight: 400 !important;
    margin-top: 15px;
    background: #ddd;
    padding: 12px 10px;
    border-radius: 5px;
}
.edit-shippinginfo .sedit {
    color: #222 !important;
    font-weight: 600;
}
.details-size {
    text-align: left;
}
.shoppingcart {
    position: relative;
}
.cfixed-width {
    width: 25%;
}

.dwishlistbtn {
    background: #762685;
    color: #fff;
    padding: 10px 16px;
}
.dmytab .nav {
    margin: 20px 0;
}
.dmytab nav .active {
    background: #762685 !important;
    color: #fff !important;
}
.dmytab {
    margin: 30px 0;
}
.dmytab nav a {
    padding: 12px 24px;
}
.dmytab .tab-pane p {
    padding: 5px 0;
    line-height: 1.8;
}
.person-review h4 {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #762685;
    display: inline-block;
    padding: 6px 8px;
    border-radius: 10px 10px 0 10px;
}
.person-review {
    text-align: left;
    margin-bottom: 20px;
}
.reiveiw-title i {
    color: #888;
    font-size: 20px;
    margin-left: 5px;
}
.person-review .review {
    margin-left: 80px;
    padding: 10px 10px;
}
.person-review .review ul li i {
    color: #FF5E62;
    font-size: 10px;
}
.get-review{
    text-align: left;
}
.reiveiw-title h5 {
    text-align: left;
    color: #222;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 14px;
    padding: 5px 0;
}
.get-review .form-control {
    border: 1px solid #ddd;
}

.get-review label {
    text-align: left;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    color: #888;
}
.reviewbtn {
    background: #762685;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.discount {
    position: absolute;
    top: 0;
    right: 0;
    background: #762685;
    color: #fff;
    padding: 4px 8px;
}
.product-details ul li {
    display: block;
    color: #222;
    text-align: left;
    margin: 6px 0;
}
#additinal-details {
    text-align: left;
    color: #222;
}
#additinal-details h5 {
    margin-bottom: 15px;
}
.white-color,.white-color:hover,.white-color:focus{
    color:#fff;
}
ul.details-size li{
    margin-right: 10px;
}
.custom-radio:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio:checked + label, .custom-radio:not(:checked) + label {
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    color: #666;
}
.custom-radio:checked + label:before, .custom-radio:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    /* border-radius: 100%; */
    background: #fff;
}
.custom-radio:checked + label:after, .custom-radio:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #FF6161;
    position: absolute;
    top: 7px;
    left: 7px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

 .custom-radio-small:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio-small:checked + label, .custom-radio-small:not(:checked) + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    color: #666;
}
#search-data .btn-success {
    background: #762685;
    border: 1px solid transparent;
}
.wish-button button {
    background: #762685;
    color: #fff;
    padding: 8px 8px;
}
.btn.cart-remove i {
    color: #D7157D;
}
.custom-radio-small:checked + label:before, .custom-radio-small:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    /* border-radius: 100%; */
    background: #fff;
}
.custom-radio-small:checked + label:after, .custom-radio-small:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #FF6161;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio-small:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio-small:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.similer-product p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
/*============details css end=============*/

/*========cart page css start ============*/
.cart_subtotal p {
    font-weight: 600;
    font-size: 14px;
}
#quantity-left {
    float: left;
    width: 40px;
    padding: 0;
    height: 38px;
}
#quantity {
    border: 1px solid #ddd;
    width: 30px !important;
    text-align: center;
    padding: 0 !important;
}
.coupon_inner p {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}
.coupon_code.right h3 {
    background: #762685;
    color: #fff;
    font-size: 18px;
    padding: 12px 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
}
.checkout_btn button,.checkout_btn a {
    background: #762685;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 14px;
    line-height: 30px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    margin-top: 15px;
}
.checkout_btn {
    text-align: center;
}
.coupon_inner {
    border: 1px solid #ddd;
    padding: 16px 18px;
}
.cart_subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 18px 20px;
    margin: 0;
}
.cart a span {
    position: absolute;
    right: -17px;
    top: -15px;
    background: #FF3366;
    color: #fff;
    border-radius: 50px;
    padding: 1px 10px;
}
.white-background {
    background: #fff;
    padding: 20px;
}
.show-cart-body .table-bordered td, .show-cart-body .table-bordered th {
    border: 1px solid #dee2e6;
    padding: 22px 12px;
    text-align: left;
}
.show-cart-body.wishlist tbody tr td a {
    display: block;
    text-transform: capitalize;
    margin: 4px 0;
}
.cuppon-apply .discountfield {
    border: 1px solid #222;
    height: 42px;
    padding: 2px 8px;
}
.cuppon-apply{
    text-align: left;
    margin-top: 40px;
}
.cuppon-apply .discountfield {
    border: 1px solid #222;
    float: left;
    height: 48px;
}
.discountbtn {
    background: #762685;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 8px;
    display: inline-block;
}
.cuppon-apply p{
    font-weight: 600;
    font-size:16px;
    margin-bottom: 15px;
}
.mobile-cuppon {
    display:none;
}

#loader {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
}
#loader img {
    height: 200px;
    margin-top: 200px;
}
img.img-90 {
    height: 90px;
}
/*========cart page css end ============*/

/*========shipping page css start ============*/
.shipping-info label {
    color: #222;
}
.shipping-info {
    text-align: left;
}
.shipping-info .title h4{
    font-size: 18px;
    color:#222 ;
    margin-bottom: 20px;
}
.shipping-info input {
    border: 1px solid #222;
}
.shipping-info input,.shipping-info input:focus,.shipping-info select,.shipping-info select:focus,.shipping-info textarea,.shipping-info textarea:focus {
    border: 1px solid #888;
}
.shipping-info form label {
    color: #222;
}
.shipping-info form label span {
    color: #FF6460;
}
.shipping-info .title span {
    font-size: 12px;
}
/*========shipping page css end ============*/

/*========about us css start ============*/
.learn-more {
    text-align: left;
}
.learn-more .title h4 {
    color: #222;
    margin-bottom: 15px;
}
.learn-more p {
    margin-bottom: 10px;
    line-height: 1.8;
}
/*========about us css end ============*/

/*========contact us css start ============*/
#contact-area {
    padding: 20px 0;
    text-align: left;
}
ul.contact-link {
    overflow: hidden;
}
.googlemap {
    border: 10px solid #ddd;
    width: 98%;
    height: 300px;
}
.googlemap iframe {
    height: 100%;
    width: 100%;
}
 #contact-area textarea,
    #contact-area input {
    border: 1px solid #ddd;
}
#contact-area button {
    background: #232F3E;
    padding: 10px 15px;
    display:inline-block;
    margin-top:10px;
    color:#fff;
}
.contact-link li {
    display: block;
    width: 48%;
    float: left;
    background: #ddd;
    margin-right: 10px;
    padding: 25px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.contact-link li:last-child {
    width: 98%;
}
#contact-area {
    padding: 20px 0;
}

.contact-link li i {
    margin-right: 5px;
}
.icon-box {
    color: #762685;
    text-align: left;
    margin-bottom: 9px;
}
.sub-title h6 {
    color: #222;
    text-align: left;
    margin-bottom: 10px;
}
.cmn_form label {
    color: #444;
    text-align: left;
    display: block;
    margin-bottom: 11px;
}

/*========contact us css end ============*/

/*========Register css start ============*/
.customer-register {
    margin-top: 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
}
.customer-register form {
    background: #fff;
    padding: 30px;
    text-align: left;
    font-weight: 600;
}
.customer-register .title {
    padding-top: 34px;
    text-align: left;
}
.title p {
    padding-left: 23px;
}
.customer-register .title h5 {
    text-align: left;
    font-weight: 600;
    color: #762685;
    font-size: 22px;
    padding-left: 26px;
}
.customer-register form label{
    text-align: left;
    color: #222;
}
.customer-register form input,.customer-register form input:focus{
    height: 40px;
    border: 1px solid #ddd;
}
.registerbtn {
    background: #762685;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    padding: 0 25px;
    height: 45px !important;
    width: 100%;
    transition : 0.35s all;
}
.mcontent-body .registerbtn:focus, .mcontent-body .registerbtn:hover {
	background: #F26823;
	border-radius: 50px;
}
.allready-caccount {
    padding: 0px 35px;
    padding-bottom: 30px;
    text-align: center;
}
.allready-caccount a {
    color: #2F3C7E;
    font-weight: 600;
}
/*========Register css end ============*/

/*========Vandor Shop css start ============*/
.custom-sidebar.vandor-shop .title,.custom-sidebar.vandor-shop .title h5 {
    border-color: transparent;
    padding:0;
    margin-top: 10px;
}
.vlogo {
    border: 1px solid #5555;
    margin-bottom: 22px;
    padding: 20px;
    height: 120px;
}
.vandor-contact ul li a, .vandor-contact ul li a.anchor, .vandor-contact ul li a.anchor:hover {
    color: #222;
    line-height: 1.8;
}
.vandor-contact ul li {
    margin-bottom: 10px;
}
/*========Vandor Shop css end ============*/

/*========Customer Account css start ============*/

.customer-sidebar{
    background:#fff;
    border:1px solid #e8ebf3;
}
.customer-bg {
    background: #fff;
    padding: 30px;
}
.customer-info .title {
    font-size: 18px;
    text-transform: capitalize;
    padding: 18px 12px;
    font-weight: 600;
    color: #555;
    border-bottom: 1px solid #e8ebf3;

}
.customer-info .image {
    width: 90px;
    margin: 0 auto;
    padding-top: 20px;
    height:90px;
}
.customer-info .name {
    padding: 0 20px;
    text-align: center;
    margin-top: 8px;
    padding-bottom: 20px;
}
.customer-info .name p {
    font-weight: 600;
    color: #555;
}
.customer-menu ul li {
    border-bottom: 1px solid #e8ebf3;
    border-top: 1px solid #e8ebf3;
    display: block;
}
.customer-menu ul li a {
    display: block;
    padding: 10px 20px;
    color:#555;
}
.customer-menu ul li.active a{
    background:#F9FAFF;
    color:#6069C6;
    border-right: 2px solid #6069C6;
}

.customer-menu ul li.active a i{
    color:#6069C6;
}

.customer-menu ul li a i {
    color: #555;
    font-size: 18px;
    margin-right: 4px;
}
.customer-body {
    background: #fff;
    border: 1px solid #e8ebf3;
}
.customer-body .title {
    padding: 12px 16px;
    border-bottom: 1px solid #e8ebf3;
}
.customer-body .title p {
    font-size: 18px;
    font-weight: 600;
    color: #555;
}
.customer-menu ul li a:hover,.customer-menu ul li a:hover i{
    color: #6069C6;
}
.cbmain-content {
    padding: 30px;
}
.customer-custom-form input,.customer-custom-form input:focus {
    border-color: #e8ebf3;
    height: 40px;
    border-radius: 5px;
    outline: 0;
}
.customer-custom-form textarea,.customer-custom-form textarea:focus {
    border-color: #e8ebf3;
    border-radius: 5px;
    outline: 0;
}
.customer-custom-form label {
    font-weight: 600;
    color: #555;
}
.customer-custom-form .select2-container {
    width: 100% !important;
    height: 38px !important;
    line-height: 40px !important;
}
.customer-custom-form .select2-selection--single{
    border: 1px solid #e8ebf3;
    height: 38px !important;
}
/*========Customer Account css end ============*/

/*========Marchant account css start ============*/
.marchant-login {
    padding: 32px 0;
}
.customer-register form {
    background: #fff;
    padding-bottom: 0;
    text-align: left;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}
.customer-register.marchantl-pannel {
    background: #fff;
    padding-bottom: 30px;
    margin-top: 0;
    border-radius: 5px;
}
.marchantl-pannel .loginpanel-footer p a {
    color: #6A71FE !important;
}
.mheader-top {
    background: #fff;
    padding: 12px 0;
    padding-left: 230px;
    border-bottom: 2px solid #C8C2F0;
}
.mleft-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 215px;
    background: #762685;
    z-index: 9;
    overflow-y: scroll;
    height: 100vh;
}
.main-logo {
    text-align: left;
}
.mlogo {
    background: #fff;
    border-radius: 50%;
    height: 140px;
}
.mcontent {
    padding-left: 215px;
    background: #E9F6F7;
}
.mleft-nav ul li {
    display: block;
    text-align: left;
    padding: 0 10px;
}
.mleft-nav ul li a {
    color: #fff;
    border: 1px solid #FF7259;
    display: block;
    padding: 10px 12px;
    margin: 10px 0;
}

.mleft-nav ul li a:hover{
    color: #222;
}
.elogo {
    text-align: left;
    float: left;
    margin-top: 8px;
}
.mleft-nav .title a {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
}
.mleft-nav .title {
    padding: 22px 10px;
    text-align: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #B0A99A;
    background: #ddd;
}
.mheader-top-right {
    text-align: right;
    padding-right: 25px;
}
.mheader-top-right ul li a {
    padding: 8px 0;
    display: inline-block;
}
 .mheader-top-left ul {
        display: inline-block;
        float: left;
        margin: 0 13px;
        margin-top: 11px;
        display: none;
}
.close-mleft-nav {
    position: absolute;
    right: -37px;
    top: 0;
    background: #222;
    z-index: -1;
    display: none;
}
.close-mleft-nav a {
    padding: 9px 14px;
    display: inline-block;
}
.offer-time-counter .wrapper span {
    color: #fff;
}
.offer-time-counter .wrapper .label {
    display: none;
}
.offer-time-counter #days, .offer-time-counter #hours, .offer-time-counter #minutes, .offer-time-counter #seconds {
    float: left;
}
.offer-time-counter {
    width: 100%;
}
.maincontent.special-offer {
    padding-top: 15px;
}
.ppoint {
    position: absolute;
    top: 8px;
    left: 6px;
    background: #FE7E29;
    color: #fff;
    padding: 4px 10px;
    border-radius: 16px;
}
.wrapper {
    width: 64px !important;
    float: left;
    background: #762685;
    padding: 0 0 !important;
    margin: 0 5px !important;
    height: 35px;
    line-height: 34px;
}
.offer-time-counter .col-xs-6, .offer-time-counter .col-sm-3{
    width: 64px !important;
    margin: 0 5px;
}
.offer-time-counter p {
    float: left;
    margin-left: 23px;
}
/*========Marchant account css end ============*/

/*========Marchant account css end ============*/
.admin-login .customer-register {
    margin-top: 140px;
    position: relative;
    margin-bottom: 70px;
    z-index: 9;
}
.admin-logo {
    position: absolute;
    text-align: center;
    top: -70px;
    background: #fff !important;
    width: 100px;
    height: 100px;
    transform: translateX(-50%);
    left: 50%;
    padding: 7px;
    border-radius: 50%;
    line-height: 100px;
}
.admin-logo img {
    height: 80px;
    width: 80px;
    margin-bottom: 12px;
}
.admin-login::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(233,246,247,0.9);
}
.adminl-panel .title h5 {
    color: #222;
}

.flash-message {
    position: absolute;
    left: 0;
    right: 0;
    width: 98%;
    margin: 0 auto;
    top: 5px;
    z-index: 99999;
}
.cprofile-details label {
    color: #222;
    float: left;
}
.cprofile-details form {
    margin-bottom: 50px;
}
.shoppingfee {
    text-align: center;
    border: 1px solid #FF655F;
    display: inline-block;
    color: #FF655F;
    padding: 5px 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.cprofile-details .form-control{
    border-color: #888;
}
.flash-message .alert-success {
    color: #fff;
    background-color: #FE7E29;
    border-color: #FE7E29;
    border-radius: 0;
    text-align: left;
}
.flash-message .alert-danger {
    color: #fff;
    background-color: #FE7E29;
    border-color: #FE7E29;
    border-radius: 0;
    text-align: left;
}
.flash-message .alert-warning {
    color: #fff;
    background-color: #FE7E29;
    border-color: #FE7E29;
    border-radius: 0;
    text-align: left;
}
.flash-message .alert-info {
    color: #fff;
    background-color: #FE7E29;
    border-color: #FE7E29;
    border-radius: 0;
    text-align: left;
}
.flash-message .alert span i {
    background: rgb(255, 255, 255,0.5);
    border-radius: 50%;
    text-align: center;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.flash-message .alert strong {
    border-left: 2px solid rgba(255,255,255,0.5);
    padding: 7px 7px;
    margin: 0 7px;
}
.flash-message .close {
    color: #fff;
    opacity: 1;
    margin-top: 2px;
}
.mcontent-body {
    padding: 20px 10px;
}
.seller-dbox p{
    color: #fff;
    text-align: left;
}
.seller-dbox h5{
    color: #fff;
    text-align: left;
}
.seller-dbox {
    padding: 18px 24px;
    border-radius: 5px;
    margin: 8px 0;
}
.seller-dbox.sbg-info {
    background: linear-gradient(-90deg,#8149F8 0%,#7694FD 107%);
}
.seller-dbox.sbg-warning {
    background: linear-gradient(-90deg,#FD5C2D 0%,#F7871D 107%);
}
.seller-dbox.sbg-error {
    background: linear-gradient(-90deg,#E82B66 0%,#FA5233 107%);
}
.seller-dbox.sbg-primary {
    background: linear-gradient(-90deg,#22CEFE 0%,#128DFF 107%);
}
.seller-dbox .icon i {
    color: #fff;
    margin-top: 8px;
    font-size: 33px;
}
.seller-breadcrumb {
    margin-left: -10px;
    background: #ECE9FF;
    padding: 10px 0;
}
.seller-breadcrumb-right {
    text-align: right;
    padding-right: 20px;
}
.seller-breadcrumb-left {
    padding-left: 20px;
}
.seller-breadcrumb-right ul li a.active {
    color: #A558F7;
}
.custom-form {
    background: #fff;
    padding: 20px;
}
.custom-form form input, .custom-form form input:focus, .custom-form form select, .custom-form form select:focus {
    border: 1px solid #888;
    font-size: 14px;
    height: 40px;
}
.custom-form form textarea, .custom-form form textarea:focus {
    border: 1px solid #888;
    font-size: 14px;
}
.custom-form .registerbtn {
    border-color: transparent;
}
.customer-register.customerrpanel form {
    padding-bottom: 20px;
}
.form-group.display-inline {
    display: inline-block;
}
.resendcode {
    margin-left: 10px;
    color: #3A91FD;
}
.custom-form form label {
    font-weight: 600;
    color: #555;
}
.selleredit {
    margin-top: 5px;
    height: 50px;
    width: 50px;
}
.select2-selection.select2-selection--single {
    height: 40px;
    border-radius: 0;
}
.mcontent .flash-message{
    width:100%;
    top:0;
    z-index: 999;
}
.select2-results__option{
    display: block;
    background: transparent !important;
    color: #222 !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    display: block;
    background: transparent !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}
.custom-form .btn-success, .custom-form .btn-success:focus {
    background: #218838;
    height: 40px;
    border: 1px solid #218838;
    box-shadow: 0 0;
    outline: 0 0;
}
.custom-form .btn-danger, .custom-form .btn-danger:focus {
    background: #C82333;
    height: 40px;
    border: 1px solid #C82333;
    box-shadow: 0 0;
    outline: 0 0;
}
.custom-select  .select2-selection--multiple {
    height: auto !important;
     border-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #FF6161;
    border: 1px solid #FF6161;
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #fff;
}
.edit_icon{
    background: #762685;
}
.nav-content .marchant-login {
    padding: 0 10px;
}
/*========Marchant account css end ============*/


/*===========Customer profile css start============*/

.cprofile-sidebar {
    text-align: left;
    padding: 30px;
    background: #762685;
    height: 100%;
}
.cprofile-sidebar ul li {
    display: block;
    padding: 6px 0;
}
.cprofile-sidebar ul li a{
    color: #fff;
}
.cprofile-sidebar ul li.active{
    color: #fff;
}
.cprofile-sidebar ul li i {
    color: #fff;
    margin-right: 8px;
}
.cprofile-sidebar ul li {
    display: block;
    padding: 12px 0;
}
.cprofile-details {
    margin-top: 40px;
}
.account-title {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    padding-bottom: 20px;
}
.cprofile-details table thead {
    background: #295498;
    text-align: left;
}
.cprofile-details table thead th,.cprofile-details table thead th a{
    color:#fff;
}
.customer-register form {
    padding-bottom: 25px;
}
/*===========Customer profile css end============*/

/*=== payment page css start ===*/

.payment-page {
    text-align: left;
}
.payment-page .card-header button, .payment-page .card-header button:focus {
    display: block;
    padding: 10px 16px;
    color: #fff;
    width: 100%;
    text-align: left;
    outline: 0;
    border: 0px solid transparent;
}
.payment-page .card-header {
    padding: 0 0 !important;
    background: #232F3E;
    color: #fff !important;
}
.payment-page form input,.payment-page form input:focus, .payment-page form select,.payment-page form select:focus {
    border: 1px solid #ddd;
}
.payment-page #collapseOne {
    padding: 10px 20px;
}
.payment-page form #collapseOne label {
    color: #222;
}
#editshippingadderess .cprofile-details {
    margin: 0;
}

.paymentoption .payment-radio{
  font-size: 1.8em;
  margin: 0;
  padding: 1em;
  list-style-type: none;
}
  
  .payment-radio li{ float: left; margin-right: 0.5em; }

  .payment-radio label{
    padding: 30px;
    color: #ccc;
    border: solid 3px #ccc;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: all .2s linear;    
    transition: all .2s linear;
    margin-bottom: 0;
    width: 100%;
    background: #ddd;
    color: #555;
    text-transform: capitalize;
    font-weight: 600;
    border-radius:5px;
  }
.paywithBkash label {
    background: transparent;
    border: transparent;
    text-align: left;
    padding: 0;
}
.paywithBkash input {
    border: 1px solid #ddd;
}
#paywithRoket label {
    background: transparent;
    border: transparent;
    text-align: left;
    padding: 0;
}
#paywithRoket input {
    border: 1px solid #ddd;
}
.paymodalcontent p {
    padding: 6px 0;
}
.paymodalcontent {
    text-align: left;
}
.paymodalcontent button {
    margin-top: 15px;
    padding: 8px 12px;
}
  .payment-radio input[type="radio"]{ display: none; }
  
 .payment-radio input[type="radio"]:checked + label{ 
    border-color: #F57C2C ;
    color: #F57C2C ;
}
.payment-radio li {
    float: left;
    margin-right: 0.5em;
    width: 32%;
}
.submit-button{
    text-align: left;
}
.submit-button input {
    color: #fff;
    background: #F57C2C;
    padding: 15px 16px;
    border-radius: 5px;
    margin-top: 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 900;
    font-size: 14px;
}
.nav-parent a {
    text-transform: capitalize !important;
}
.product.commonproductarea {
    margin: 0 0;
}
.homepaginate.custompaginate {
    float: left;
    width: 100%;
    margin: 40px 0;
}
.homepaginate.custompaginate ul{
    float: left;
    margin-left: -12px;
}
.modal-header h5,.modal-body h4{
    color:#222;
}
.payment-radio p {
    text-align: center;
    margin-top: 10px;
}
.paymodalcontent p{
    text-align: left;
    margin-top: 0;
}
.card-header button,.card-header button:hover {
    color: #fff;
}
.paymodalcontent .from-group {
    margin-bottom: 10px;
}
.paymodalcontent  label{
    margin-bottom: 10px;
}
.codform,.bkashform {
    display: none;
}
.select-payment-option label {
    border: 1px solid #ddd;
    padding: 11px 27px;
    background: #4c74ec;
    color: #fff;
}
.select-payment-option label {
    padding: 11px 27px;
    border: 1px solid #762685;
    color: #222;
    border-radius: 5px;
    background: #4c74ec;
    color: #fff !important;
}
.select-payment-option .form-group{
    display: inline-block;
    margin-right: 12px;
}
.select-payment-option input::checked{
    background: #222;
}
.paymentoption .payment-radio{
  font-size: 1.8em;
  margin: 0;
  padding: 1em;
  list-style-type: none;
}
.show-cart-body .card-header {
    background: #762685!important;
    text-align: left !important;
}
.show-cart-body .card-body {
    text-align: left !important;
}
.show-cart-body input,.show-cart-body input:focus,
 .show-cart-body textarea,.show-cart-body textarea:focus,
  .show-cart-body select,.show-cart-body select:focus {
    border: 1px solid #ddd;
}
.show-cart-body .collapse {
    padding: 0 20px;
    margin-bottom: 20px;
}
.show-cart-body form label {
    text-align: left;
    display: block;
    color: #222;
    margin-top: 20px;
}
.set-shipping input {
    border: 1px solid #ddd !important;
}
.show-cart-body .card-header h2 {
    font-size: 18px;
}
.select-payment-option input::checked{
    background: #222;
}
.cactive {
    background: #FF9999 !important;
    border-color: #FF9999 !important;
}
.submit-button{
    text-align: left;
}
.submit-button input {
    color: #fff;
    background: #FF3366;
    padding: 15px 16px;
    border-radius: 5px;
    margin-top: 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 900;
    font-size: 14px;
}
.set-shipping p {
    font-size: 14px !important;
    margin: 5px 0;
    font-weight: 500;
}

.hidetime{
    display: none;
}
.showtime{
    display: block !important;
}
.checkout .select-payment-option input {
    height: 0;
}
.nav-parent a {
    text-transform: capitalize !important;
}
.product.commonproductarea {
    margin: 0 0;
}
.homepaginate.custompaginate {
    float: left;
    width: 100%;
    margin: 40px 0;
}
.show-cart-body strong {
    color: #222;
}
/*=== payment page css end ===*/

.single-page h5 {
    text-align: left;
    color: #000;
}
.single-page p {
    font-size: 15px;
    line-height: 30px;
}


/*=================Css By Milon=============*/
.megamenu {
    width: 1135px;
    background: #F5F5F5;
    position: fixed;
    left: 50%;
    top: 78px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s all;
    padding: 6px 10px;
    margin-left: -580px;
    overflow-y: scroll;
}
.megamenu-list {
    width: 100%;
    float: left;
}
.overlay-bg {
    position: fixed;
    top: 78px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.35s all;
}
.main-menu ul li:hover .overlay-bg {
    visibility: visible;
    opacity: 1;
}
.megamenu-list ul li {
    display: block;
    float: left;
    text-align: left;
    padding: 5px 0 !important;
}
.megamenu-list ul li a {
    color: #000 !important;
}
.main-menu {
    text-align: left;
}
.main-menu > ul > li:hover > .megamenu {
    visibility: visible;
}
.main-menu ul li {
    padding: 15px 5px;
}
.main-menu ul li a {
    font-weight: 900;
    text-transform: uppercase;
    color: #222;
    position: relative;
    padding: 15px 8px;
    display: inline-block;
}
.main-menu > ul > li:hover > .megamenu {
    visibility: visible;
    opacity: 1;
}
.childmenu li {
    display: block !important;
    width: 100% !important;
    padding: 5px 0px !important;
}
.childmenu li a {
    text-transform: capitalize !important;
    font-weight: 400 !important;
    transition: all .5s ease;
}
.childmenu li a:hover {
    font-weight: 800 !important;
}

.custom-category {
    font-size: 15px;
    margin-bottom: 15px;
    color: #FB6D3C !important;
}
.mega-menu-ul {
    width: 25%;
    float: left;
    padding: 0px 22px;
}
.megamenu-list ul li a {
    padding: 0px 0;
}
.megamenu-list ul li a.custom-category {

    margin-bottom: 10px;
    display: inline-block;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 13px;
}

.scroll {
    position: fixed;
    right: 0px;
    bottom: 2px;
    background: #762685;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    text-align: center;
    border-radius: 50px 0 0 50px;
    z-index: 999999999;
    content: "";
    color: #fff;
    padding: 10px;
}

.scroll i{
    color: #fff;
    font-size:25px;
    line-height: 50px;
}

/*============Brand Area Css=========== */
.brands-thumb .image {
    height: 220px;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0px 0px 46px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 46px -5px rgba(0,0,0,0.2);
}
.brands-thumb .image img {
    padding: 10px;
}
.brands-thumb p {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}

/*===============Cart Area Css================ */

.cart-area ul li a {
    text-transform: uppercase;
}
.cart-area {
    margin-bottom: 8px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
    position: absolute;
    left: 50%;
    bottom: -38px;
    display: inline-block;
    transform: translateY(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 99999999;
    background: #fff;
    padding: 15px 0;
}
.cart-area .cart-btn {
    background: #762685;
    padding: 5px;
    color: #fff;
    display: inline-block;
}
.cart-area .wish-btn {
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    color: #fff!important;
    background: #FFCC00;
}
.single-product:hover .cart-area {
    visibility: visible;
    opacity: 1;
    transition: all .5s ease;
    bottom: -13px;
}
.hcart-area {
    position: absolute;
    right: 16px;
    top: 15px;
    width: 45px;
    background: #fff;
    height: auto;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
}
.single-product:hover .hcart-area {
    visibility: visible;
    opacity: 1;
}
.hcart-area ul li {
    display: block;
}
.hcart-area ul li a {
    font-size: 20px;
    font-weight: 800;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
}
.hcart-area ul li a i {
    color: #222;
}
.hcart-area ul li a:hover i {
    color: #762685;
}
.shop-thumb {
	margin-bottom: 10px;
	text-align: center;
	background: #ddd;
	padding: 15px;
}
.shop-thumb .image {
	height: 90px;
	text-align: center;
}
.shop-thumb .text p {
	text-align: center;
	text-transform: capitalize;
	padding-top: 5px;
}
.brands-thumb {
    margin-bottom: 10px;
    position: relative;
}
.brands-thumb .text {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center;
}

.searchicon .hsearch {
    position: absolute;
    right: 0;
    bottom: -88px;
    background: #0a225f;
    padding: 15px 15px;
    border-radius: 5px;
    z-index: 9;
}
.searchicon .hsearch input {
    height: 40px;
    padding: 0 16px;
}

.search-product-inner {
    position: absolute;
    top: 104px;
    left: 275px;
    z-index: 1;
    background: #fff;
    max-height: 400px;
    overflow: auto;
    width: 450px;
}
.searchicon .hsearch {
    position: absolute;
    right: 0;
    bottom: -88px;
    background: #0a225f;
    padding: 15px 15px;
    border-radius: 5px;
    z-index: 9;
}
.searchicon .hsearch input {
    height: 40px;
    padding: 0 16px;
}
.search-product-inner {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    background: #fff;
    max-height: 400px;
    overflow: auto;
    width: 450px;
}
.cat-chechbox p {
    text-transform: capitalize;
    margin-left: 20px;
}
.cat-name {
    text-align: left;
}
.cat-name strong {
    color: #222;
}  
.category.adsection .single-advertisment .image {
    height: 200px;
} 

.cat-chechbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cat-chechbox a {
    display: block;
    width: 100%;
    padding-left: 30px;
}

/* Hide the browser's default checkbox */
.cat-chechbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */


/* When the checkbox is checked, add a blue background */
.cat-chechbox input:checked ~ .checkmark {
  background-color: #F13598;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cat-chechbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cat-chechbox .checkmark::after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.scrollClass {
    max-height: 250px;
	overflow:hidden;
	overflow-y: scroll; 
}
.category-checkbox {
	padding: 20px;
	background: #fff;
	
}
.scrol


.ls-cat-count {
    text-align: right;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.ls-button{
    border-top: 1px solid #ddd;
    margin-top: 20px;
}
.ls-button input {
    background: #FF2B88;
    color: #fff;
    width: 100%;
    padding: 11px 0;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}
.ui-slider-handle.ui-corner-all.ui-state-default:hover:active:focus {
    background: #935DBF !important;
    border: 1px solid #935DBF !important;
}
#search-data img {
    height: 40px;
}


.order-track input,.order-track input:focus {
    border: 1px solid #ddd;
}
.login-content.order-track h2 {
    color: #000;
    text-align: left;
    margin-bottom: 10px;
}
.order-track .login-sub {
    background: linear-gradient(0deg,#FE7E29 0%,#FF9D03 100%) !important;
    padding: 9px 10px;
    border-radius: 50px;
    border-color: transparent;
    color: #fff;
}
.backend_img {
	width: 80px;
	float: left;
	margin: 10px 0;
    height: 80px;
}
.cprofile-details button {
	display: block;
	font-size:25px;
}

.seller-mobile-menu {
    display:none;
}

/*===Mega Menu Height Css ===*/

.mega-menu-ul.mega-list1 {
    height: 228px;
    overflow: hidden;
}

.mega-menu-ul.mega-list2 {
    height: 65px;
    overflow: hidden;
}
.mega-menu-ul.mega-list5 {
    margin-top: -50px;
    height: 30px;
}
.mega-menu-ul.mega-list6 {
    margin-top: -20px;
    height: 100px;
}
.mega-menu-ul.mega-list3 {
    height: 118px;
    overflow: hidden;
}
.mega-menu-ul.mega-list4 {
    height: 118px;
    overflow: hidden;
}
.mega-menu-ul.mega-list7 {
    height: 28px;
    overflow: hidden;
}
.mega-menu-ul.mega-list11 {
    margin-top: -87px;
    height: 101px;
}
.mega-menu-ul.mega-list8 {
    height: 28px;
    overflow: hidden;
}
.mega-menu-ul.mega-list9 {
    height: 28px;
    overflow: hidden;
}
.mega-menu-ul.mega-list12 {
    margin-top: -118px;
    height: 244px;
}
.mega-menu-ul.mega-list13 {
    margin-top: -144px;
    height: 246px;
}
.mega-menu-ul.mega-list10 {
    height: 171px;
    overflow: hidden;
}
/*====================*/

.mega-menu-ul.mega-list14 {
    height: 189px;
    overflow: hidden;
}
.mega-menu-ul.mega-list15 {
    height: 28px;
    overflow: hidden;
}
.mega-menu-ul.mega-list19 {
    margin-top: -162px;
    height: 120px;
}
.mega-menu-ul.mega-list16 {
    height: 28px;
    overflow: hidden;
}
.mega-menu-ul.mega-list20 {
    margin-top: -41px;
    height: 100px;
    overflow: hidden;
}
.mega-menu-ul.mega-list21 {
    margin-top: -161px;
    height: 137px;
    overflow: hidden;
}
.mega-menu-ul.mega-list17 {
    height: 190px;
    overflow: hidden;
}
.mega-menu-ul.mega-list22 {
    margin-top: -22px;
    height: 207px;
}
.mega-menu-ul.mega-list18 {
    height: 35px;
    overflow: hidden;
}
.mega-menu-ul.mega-list41 {
    height: 139px;
    overflow: hidden;
}
/*=======================*/


.mega-menu-ul.mega-list23 {
    height: 227px;
    overflow: hidden;
}
.mega-menu-ul.mega-list24 {
    height: 227px;
}
.mega-menu-ul.mega-list25 {
    height: 138px;
    overflow: hidden;
}
.mega-menu-ul.mega-list26 {
    height: 137px;
    overflow: hidden;
}
.mega-menu-ul.mega-list27 {
    margin-top: 0px;
    height: 171px;
}
.mega-menu-ul.mega-list28 {
    height: 100px;
    overflow: hidden;
    margin-top: -81px;
}
.mega-menu-ul.mega-list29 {
    height: 81px;
    overflow: hidden;
    margin-top: -80px;
}

.mega-menu-ul.mega-list30 {
    margin-top: -169px;
    height: 260px;
    overflow: hidden;
}
/*=========================*/
.mega-menu-ul.mega-list31 {
    height: 170px;
    overflow: hidden;
}
.mega-menu-ul.mega-list32 {
    height: 140px;
    overflow: hidden;
}
.mega-menu-ul.mega-list36 {
    margin-top: -214px;
    height: 35px;
    overflow: hidden;
}
.mega-menu-ul.mega-list37 {
    margin-top: -180px;
    height: 35px;
    overflow: hidden;
}
.mega-menu-ul.mega-list38 {
    margin-top: -155px;
    height: 169px;
}
.mega-menu-ul.mega-list39 {
    margin-top: -244px;
    height: 84px;
    overflow: hidden;
}
.mega-menu-ul.mega-list40 {
    margin-top: -160px;
    height: 112px;
    overflow: hidden;
}
.mega-menu-ul.mega-list33 {
    height: 224px;
    overflow: hidden;
}
.mega-menu-ul.mega-list34 {
    height: 123px;
    overflow: hidden;
}
.mega-menu-ul.mega-list35 {
    height: 260px;
    overflow: hidden;
    margin-top: -37px;
}

/*================================*/
.megamenu-list ul li {
    display: block;
    float: left;
    text-align: left;
    padding: 1px 0 !important;
    font-size: 13px;
}

.cust-cate1 .custom-category {
     color: #ee5f73 !important; 
}
.cust-cate2 .custom-category {
     color: #fb56c1 !important; 
}
.cust-cate3 .custom-category {
     color: #f26a10 !important; 
}
.cust-cate4 .custom-category {
     color: #f2c210 !important; 
}

.offer-cat .custom-category{
    color:#0db7af !important;
}

.cust-cate1 {
    position: relative;
}
.cust-cate1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #ee5f73;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
}
.cust-cate1:hover::after {
    visibility: visible;
    opacity: 1;
}
.cust-cate2 {
    position: relative;
}
.cust-cate2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #fb56c1;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
}
.cust-cate2:hover::after {
    visibility: visible;
    opacity: 1;
}
.cust-cate3 {
    position: relative;
}
.cust-cate3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #f26a10;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
}
.cust-cate3:hover::after {
    visibility: visible;
    opacity: 1;
}
.cust-cate4 {
    position: relative;
}
.cust-cate4::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #f2c210;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
}
.cust-cate4:hover::after {
    visibility: visible;
    opacity: 1;
}
.offer-cat {
    position: relative;
}
.offer-cat::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #0db7af;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
}
.offer-cat:hover::after {
    visibility: visible;
    opacity: 1;
}

.cart_offer {
    width: 100%;
}
.cart_offer label {
    width: 80%;
    float: left;
    color: #222;
    text-align: left;
    font-weight: 600;
}
.cart_offer span {
    width: 15%;
    float: right;
}
.cart_offer:checked,.cart_offer [type="radio"]:not(:checked) {
    position: relative;
    z-index: 999 !important;
    left: 0;
}
.curateshopbanner-item {
    height: 330px;
    width: 100%;
}
.hotdealbanner-item {
    height: 200px;
    position: relative;
}
.hotdealbanner-item .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding:0 18px;
}
.styletosteal-item {
    height: 370px;
    position: relative;
}
.styletosteal-item .text {
    position: absolute;
    left: 20px;
    bottom: ;
    bottom: 15px;
}
.single-offer {
    padding: 80px 50px;
    background: #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
}
.single-offer p {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 1.8;
}

/*=====additional css========*/
.sortdiv-menu {
    text-align: left;
}
.single-sortdiv {
    text-align: left;
    background:#f8f8f8;
    padding: 20px;
}
.sortdiv-menu ul li i {
    font-weight: ;
    font-size: 12px;
    color: #888;
}
.sortdiv-menu ul li {
    margin-right: 18px;
}
.single-sortdiv.bundle-div {
    display: none;
}

.single-sortdiv.size-div {
    display: none;
}
.zindex {
    display: none !important;
}
.single-sortdiv .cat-chechbox {
    padding-left: 0px !important;
}
.single-sortdiv li a {
    padding-left: 20px;
    display: inline-block;
}
.single-sortdiv ul li {

    padding-right: 14px;
}

/*========= tab design ===========*/
.v-tab {
  display: flex;
  height: 100%;
}
.v-tab_tab-head {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 100%;
    width: 200px;
}
.v-tab_tab-head li {
    cursor: pointer;
    padding-left: 15px;
    height: 35px;
    line-height: 35px;
    color: #333;
    border-bottom: 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: left;
}
.v-tab_tab-head li:hover {
  background-color: #f5f5f5;
  color: #000;
}
.v-tab_tab-head li.active {
    background: #f0f0f0;
}
.v-tab_content ul li {
    display: block;
    text-align: left;
    margin-bottom: 18px;
}
.v-tab_container {
  border-left: 1px solid #ccc;
  float: left;
  width: 500px;
  min-height: 132px;
}

.v-tab_content {
  padding: 10px 20px;
  display: none;
}
.v-tab_content > :first-child {
  margin-top: 0;
}

.ffilter-body {
    position: fixed;
    bottom: 0;
    display: none;
    background: #fff;
    z-index: 999;
    height: 100%;
    width: 100%;
}
.ffilter-head {
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    margin-top: 10px;
}
.fsort-body {
        position: fixed;
        bottom: 0;
        display: none;
        height: 100%;
        width: 100%;
        z-index: 999999999;
        background: #fff;
}
/*======welcome modal=========*/
 #myModal2 .close {
            position: absolute;
            right: 0;
            top: 0;
            background: #C9151B;
            color: #fff;
            opacity: 1 !important;
            height: 35px;
            width: 35px;
            line-height: 20px;
            padding: 0 0;
            z-index: 99;
            border-radius: 5px;
        }
        #myModal2 .modal-header {
            border: none;
            padding: 0;
        }
        #myModal2 .modal-body {
            border: 12px solid #F06925;
            padding: 0;
        }
        #myModal2 .modal-dialog.modal-lg {
            margin: 3.75rem auto !important;
        }
        #myModal2 .modal-dialog {
        	margin: 7.75rem auto !important;
        }
        .modal-auth ul li {
            display: inline-block;
        }
        .modal-auth ul li a {
            padding: 12px 18px;
            display: block;
            width: 100px;
            text-align: center;
            margin: 0 12px;
            color:#fff;
            font-weight:600;
        }
        .modal-auth {
            margin-top: 15px;
        }
        .modal-auth ul li a:hover{
            border-radius: 5px;
        }
        .modal-auth ul li.register a {
            background: #F06925;
        }
        .modal-auth ul li.login a {
            background: #762685;
        }
        .emodal-content {
            text-align: center;
            margin-bottom: 30px;
            padding: 25px 0;
        }
        .modal-logo {
            margin-top: 25px;
            margin-bottom: 20px;
        }
        .emodal-content h3 {
        	color: #222;
        }
        .modal-auth ul li.circle {
        	color: #222 !important;
        	border: 2px solid #222;
        	padding: 7px 9px;
        	border-radius: 50%;
        	font-weight: 600;
        }
        .home-product-bg .single-product {
        	margin: 0;
        }
.action_buttons.dropdown button {
	background: #762685 !important;
}


/*=== Quick view product css===*/

.modal-quantity-part {
    width:100%;
}
.modal-cart-part{
    width: 100%;
}
.modal-quantity-part-input {
    width:90%;
}
.modal-quantity-part-label {
    width:10%;
}
.modal-quantity-area {
     padding-top: 0; 
}

.quickModal {
    border-bottom: none !important;
}
.modal-dproduct-name {
    border-bottom: 1px solid #ddd;
    font-weight:normal;
}

.modal-header.quickModal {
    position: absolute;
    right: 0;
    top: -10px;
    border-bottom: none;
    z-index:9999999;
}

.quickModal .swiper-button-next.swiper-button-white {
    display: none !important;
}
.modal-pro-list li {
    display: block;
}
.modal-pro-list li span {
    min-width: 110px;
    display: inline-block;
}
.modal-pro-list li small {
    font-size: 14px;
}
.modal-pro-list {
    padding-top: 10px;
}
.value-slider .swiper-button-next.swiper-button-white,
.value-slider .swiper-button-prev.swiper-button-white {
    display: none !important;
}
.value-slider img {
    height: auto;
}

.modal-product-description-details {
    padding:5px 0;
}

.socialLogin {
    overflow: hidden;
    margin-top: 5px;
    padding: 0px 30px;
}
.socialLogin ul li {
    width: 48%;
    float: left;
}
.socialLogin ul li.gmail {
    margin-left: 10px;
}
.socialLogin ul li a {
    display: block;
    border-radius: 5px;
    border-bottom: 0px !important;
}
.loginsidebar .customer-register form {
    padding-bottom: 0px !important;
}
.socialLogin ul li a, .socialLogin ul li a:hover {
    display: block;
    padding: 9px 0;
    text-align: center;
    color: #fff;
    border-radius: 0;
}
.socialLogin ul li a {
    display: block;
    border-radius: 0;
}
.btn.btn-facebook {
    background: #4267B2;
    color: #fff;
}
.btn.btn-gmail {
    background: #E6605E;
    color: #fff;
}
.btn.btn-facebook i,.btn.btn-gmail i {
    margin-right: 5px;
}

/*Top item Css*/
.top-item img {
	width: 35px;
	border-radius: 50%;
}
.top-item {
    background: #fff;
    text-align: left;
    padding: 2px 5px;
    border-radius: 50px;
}
.top-item span {
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
}
.top-item a {
    width: 100%;
    display: block;
}
.top-item:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
}
.itemIcon {
    float: right;
}
.itemIcon {
    float: right;
    padding-right: 10px;
    margin-top: 8px;
    opacity: 0;
}
.top-item:hover .itemIcon {
    opacity: 1;
}
.horizontal-ads {
    height: 350px;
}
.horizontal-ads img{
    width: 100%;
}
.horizontal-big-ads {
    height: 80px;
}
.horizontal-big-ads img{
    width: 100%;
}
/* client slider */
.categorySlider .owl-nav button.owl-prev,
.brandSlider .owl-nav button.owl-prev {
    top: 42%;
    left: -20px;
    position: absolute;
    height: 40px !important;
    width: 40px !important;
    z-index: 999999;
    transform: translateY(-50%);
    transition: 0.5s all;
    border: 1px solid #762685;
    border-radius: 50%;
}

.categorySlider .owl-nav button.owl-prev:hover,
.brandSlider .owl-nav button.owl-prev:hover {
    background: #762685;
}

.categorySlider .owl-nav button.owl-prev:hover i,
.brandSlider .owl-nav button.owl-prev:hover i {
    color: #fff;
}
.categorySlider .owl-nav button.owl-next,
.brandSlider .owl-nav button.owl-next {
    top: 42%;
    right: -20px;
    position: absolute;
    height: 40px !important;
    width: 40px !important;
    z-index: 999999;
    transform: translateY(-50%);
    transition: 0.5s all;
    border: 1px solid #762685;
    border-radius: 50%;
}

.categorySlider .owl-nav button.owl-next:hover,
.brandSlider .owl-nav button.owl-next:hover {
    background: #762685;
}

.categorySlider .owl-nav button.owl-next:hover i,
.brandSlider .owl-nav button.owl-next:hover i {
    color: #fff;
}

.categorySlider .owl-nav button i,
.brandSlider .owl-nav button i {
    font-size: 28px !important;
    color: #762685;
}

.mobile-cart-area {
    display: none;
    color: #fff;
}

.single-page {
    color: #000;
}

.slider-section {
	width: 100%;
	overflow: hidden;
}


/**/
.quicktech-call{
    padding:10px 20px;
    background-color:#FFCC00;
    margin-top:13px;
    border-radius:4px;
}
.quicktech-call a{
  color:black;
  font-weight:600;
}
/**/






