﻿/**
 * Purpletree_Base theme1
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Purpletree License that is bundled with this package in the file license.txt.
 * It is also available through online at this URL: https://www.purpletreesoftware.com/license.html
 *
 * @category    Purpletree
 * @package     Purpletree_Base
 * @author      Purpletree Software
 * @copyright   Copyright (c) 2018
 * @license     https://www.purpletreesoftware.com/license.html
 */
@import url(https://fonts.googleapis.com/css?family=Poppins:300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Abel);
body {
    font-family: poppins,  'Roboto', sans-serif;
    position: relative;
}

.product-image-div .product-div .product-overlay .overlay-content .viewbtnn{display:none !important;}
.product-image-div .product-div .product-overlay{cursor: pointer;}

.product-image-div .product-div .product-overlay-1 .overlay-content .viewbtnn{display:none !important;}
.product-image-div .product-div .product-overlay-1{cursor: pointer;}
ul li {
    list-style: none;
}
b, strong, span{font-weight: normal !important;font-family:poppins !important}
a:hover {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

a {
    -webkit-transition: 300ms;
    transition: 300ms;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal !important;
    font-family: poppins, poppins, 'Roboto', sans-serif;
}

.btn:hover,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.container{
    width:96%;
}

.navbar-toggle {
    background-color: #000;
}

a#scrollUp {
    bottom: 0px;
    right: 10px;
    padding: 5px 10px;
    background: #e50640;
    color: #FFF;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}

a#scrollUp i {
    font-size: 30px;
}


/*************************
*******Header CSS******
**************************/

.header_top {
    background: none repeat scroll 0 0 #333;
}

.contactinfo ul li:first-child {
    /* margin-left: -15px; */
}

.contactinfo ul li a {
    font-size: 13px;
    color: #fff;
	padding: 0px 20px;
    font-family: poppins, 'Roboto', sans-serif;
}

.contactinfo ul li a:hover {
    background: inherit;
}

.header-middle .container .row {
    border-bottom: 1px solid #f5f5f5;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 12px;
    padding-top: 20px;
}

.header-middle .container .row .col-sm-4 {
    padding-left: 0;
}

.header-middle .container .row .col-sm-8 {
    padding-right: 0;
}


.btn-group.open .dropdown-toggle {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
        color: #fff;
}

.dropdown-menu li a {
      font-family: poppins, 'Roboto', sans-serif;
}
.dropdown-menu li a:hover{
        background-color: transparent;
    color: #e50640;
    font-family: poppins, 'Roboto', sans-serif;
    text-decoration: none;
}


.dropdown-menu li a:focus {
    background-color: #e50640;
    color: #333;
    font-family: poppins, 'Roboto', sans-serif;
    text-decoration: none;
}


.shop-menu ul li {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.shop-menu ul li:last-child {
    padding-right: 0;
}

.shop-menu ul li a {
    background: #FFFFFF;
    color: #696763;
    font-family: poppins, 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    padding-right: 0;
    //margin-top: 10px;
}

.shop-menu ul li a i {
    margin-right: 3px;
}

.shop-menu ul li a:hover {
    color: #e50640;
    background: #fff;
}

.header-bottom {
    /* margin-top: 30px; */
    background-color: #fff;
	box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.5);
}



@media(max-width:768px)
{
	.contactinfo ul li:first-child {
		margin-left: -15px;
	}

}
/*************************
*******Footer CSS******
**************************/

#footer {
    background: #333;
}

.footer-top .container {
    border-bottom: 1px solid #E0E0DA;
    padding-bottom: 20px;
}



.footer-top .col-sm-3 {
    overflow: hidden;
}

.footer-div {
    margin-bottom: 15px;
}

.m-t-30{
        margin-top: 30px;
}

.footer-div .container {
   padding-top: 15px;
}

.footer-div h2 {
    color: #adadad;
    font-family: poppins, 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
}

.blog h4{
    margin-top:15px;
}

.footer-div h2 i {
    margin-right: 15px;
}

.footer-div ul li a {
    color: #8C8C88;
    font-family: poppins, 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0;
}

.footer-div ul li a i {
    margin-right: 18px;
}

.footer-div ul li a:hover {
    background: none;
    color: #d0d0d0;
}


.footer-bottom {
    background: #191919;
    padding-top: 10px;
}

.footer-bottom p {
    color: #adacac;
    font-family: poppins, 'Roboto', sans-serif;
    font-weight: 300;
    margin-left: 15px;
}

.footer-bottom p span a {
    color: #e50640;
    font-style: italic;
    text-decoration: underline;
}


/*************************
******* Home ******
**************************/

#slider {
    padding-bottom: 10px;
}

.carousel-indicators li {
    background: #C4C4BE;
}

.carousel-indicators li.active {
    background: #e50640;
}

.control-carousel {
    position: absolute;
    top: 40%;
    font-size: 60px;
    color: #C2C2C1;
    margin: 0 50px;
}

.control-carousel:hover {
    color: #e50640;
}

.right {
    right: 0;
}

.qt-category {
    border: 1px solid #F7F7F0;
    margin-bottom: 35px;
    padding-bottom: 20px;
    padding-top: 15px;
}
/*================abhi css===============*/

.pts-dropdown .pts-dropdown-menu{
  visibility: hidden !important;
  opacity: 0 !important;
  top:80px !important;
  -prefixes-transition-property: opacity, visibility !important;
  -prefixes-transition-duration: 0s, 0s !important;
  -prefixes-transition-delay: 0s, 0s !important;
}

.pts-dropdown:hover .pts-dropdown-menu {
  visibility: visible !important;
  opacity: 1 !important;
  top:50px !important;
  -prefixes-transition-delay: 0s, 0s !important;
}
.fa-compress, .fa-heart{
	color: #fff;
    /* font-size: 20px; */
    height: 30px;
    background: #e50640;
    border: 1px solid #e50640;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    text-align: center;
    line-height: 1.4;
}
.compare-btn:hover .fa-compress{
    color:#fff !important;
}
.minicart-wrapper{
	top:0 !important;
}
.showcart{
	 /* font-size: 20px; */
    height: 30px;
    background: #e50640 !important;
    border: 1px solid #e50640;
    border-radius: 50%;
    //padding: 5px;
    width: 30px;
    text-align: center;
    line-height: 1.4;
}
.showcart:before{
	color: #fff !important;
    margin-top: 3px !important;
}

.product-item .price-box .price {
 
    font-weight: 700 !important;
}
.switcher-language {padding: 0px 20px;}
.mega-nav li a{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.mega-nav li ul li a{
	text-transform: capitalize !important;
	font-family: poppins;
}
.catalog-category-view .butnnclass  .add-to-cart{
	
	font-family:poppins !important
}

.catalog-category-view .filter-options-content{
	border:none !important;
	padding-top:0 !important;
	padding-bottom:15 !important;
	margin-bottom:0px !important
}
.catalog-category-view .filter-options-content ol li{
	padding: 5px 0px !important;
}
.filter-options-content > ol > li a{font-family:poppins !important;text-transform:capitalize}
.catalog-category-view .sorter, .toolbar-amount{padding:0px !important}
.product-info-stock-sku .stock, .available {
    color: #008000;
    padding-bottom: 16px;
}
.catalog-product-view .product-options-bottom .box-tocart {
    margin: 0px 0 !important;
}
.block-subtitle {
    display: inline-block;
    margin-bottom: 24px;
}
.contactinfo ul li.welcome{font-family:poppins, 'Roboto', sans-serif !important;font-weight:lighter !important;font-size:13px !important}

@media(max-width: 768px){
	.switcher-language {padding: 0px 2px;}
	.contactinfo ul li a {
		padding: 0px 2px;

	}
}


@media(max-width: 768px){
    .page-layout-checkout .opc-estimated-wrapper .showcart {
        font-size: 20px;
        height: auto;
        background: #e50640 !important;
        border: 1px solid #e50640;
        border-radius: 0%;
        //padding: 5px;
        width: auto;
        text-align: center;
        line-height: 0;
    
    }
    .minicart-wrapper .counter.qty{right:-48px !important;}
}

.minicart-wrapper:hover .showcart:before{
	color:#fff !important;
}

.showcart .text{
	line-height: 2;
    margin-left: 4px !important;
}
.cms-homepage-theme-1
#images_block{
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.7);
    padding: 5px;
}
.cms-homepage-theme-1
#slider-below-block
.shoping{
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    background: #b5f5f5 !important;
    border: none !important;
}
.add-to-cart{
	//font-family: poppins, 'Roboto', sans-serif !important;
}

.catalog-product-view .product-addto-links .fa-compress {
   color:#e50640;
    /* font-size: 20px; */
    height: auto;
    background: none;
    border: none;
    border-radius: 0px;
    padding: 0px;
    width: auto;
    text-align: center;
    line-height: 1.4;
}
.catalog-category-view .overlay-content .fa-compress {
   color:#e50640;
    /* font-size: 20px; */
    height: auto;
    background: none;
    border: none;
    border-radius: 0px;
    padding: 0px;
    width: auto;
    text-align: center;
    line-height: 1.4;
}
.catalog-product-view .product-addto-links .fa-heart {
   
    /* font-size: 20px; */
    height: auto;
    background: none;
    border: none;
    border-radius: 0px;
    padding: 0px;
    width: auto;
    text-align: center;
    line-height: 1.4;
}

@media(max-width:768px){
    .pts-wishlist-compare-account{padding:0;}
}

/*===============end abhi css=================*/

h2.title:before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 220px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -110px;
}


.shipping {
    background-color: #F2F2F2;
    margin-top: 40px;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
}



.tooltip-inner {
    background-color: #e50640;
    border-radius: 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #e50640;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.padding-right {
    padding-right: 0;
}

.features_items {
    overflow: hidden;
}

h2.title {
    color: #e50640;
    
}

.product-image-div {
    border: 1px solid #F7F7F5;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
}
.product-image-div:hover{
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
}

.product-div {
    position: relative;
}
.productinfo h2 {
    color: #e50640;
    }

.productinfo p {
    font-family: poppins, 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #696763;
}

.product-overlay {
    background: rgba(243, 237, 237, 0.5);
    top: 0;
    display: none;
    height: 0;
    position: absolute;
    -webkit-transition: height 500ms ease 0s;
    transition: height 500ms ease 0s;
    width: 100%;
    display: block;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}

.product-overlay .overlay-content {
    bottom: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.product-overlay h2 {
    color: #fff;
    font-family: poppins, 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.product-div:hover .product-overlay {
    display: block;
    height: 100%;
}
/*==================change class=============*/
.product-overlay-1 {
    z-index: 99;
}
.product-overlay-1 .add-to-cart {
    margin-bottom: 25px;
}
.product-overlay-1 {
    background: rgba(243, 237, 237, 0.5);
    top: 0;
    display: none;
    height: 0;
    position: absolute;
    -webkit-transition: height 500ms ease 0s;
    transition: height 500ms ease 0s;
    width: 100%;
    display: block;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}
.product-overlay-1 .overlay-content {
    bottom: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.product-overlay-1 .overlay-content {
    bottom: 40% !important;
}
.product-overlay-1 h2 {
    color: #fff;
    font-family: poppins, 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.product-div:hover .product-overlay-1 {
    display: block;
    height: 100%;
}

/*================*/
.productinfo img {
    width: 100%;
}

.productinfo {
    position: relative;
        border: 1px solid #f2f2f2;
}


.add-to-cart {
    background: #F5F5ED;
    
}

.add-to-cart:hover {
    background: #e50640;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
}


.add-to-cart i {
    margin-right: 5px;
}

.add-to-cart:hover {
    background: #e50640 !important;
    color: #FFFFFF !important;
}

.login-register  p{
        margin: 0px 0px 0px 15px;
        font-size: 12px;
        color:#fff;
}

.login-register p a{
    font-size: 12px;
    color: #fff;
    font-family: poppins, 'Roboto', sans-serif;
}

.login-register p a:hover{
    color: #e50640;
   }

.white-dropdown{
    background-color: transparent;
    margin: 0px;
    color:#fff;
    border-radius:0px;
    border: none;
	font-size: 13px;
}

.login-register{
        padding: 7px 0px 8px 0;
}

/* Search Bar Css */

.search-btn{
    background-color: #e50640;
    color: #fff;
    border-radius: 0px;
    border-color: #e50640;
}

.border-radius-0{
    border-radius:0px;
}

/* Search Bar Css */



/* mega menu css */
.mega-dropdown {
  position: static !important;
  
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    
    
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
 
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
    font-size: 15px;
    color: #e50640;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
    text-transform: capitalize;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: 0px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    z-index: 9;
}

.mega-nav li a{
    color: #333;
    font-size: 15px;
}



.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #e50640;
}
.nav>li>a:hover, .nav>li>a:focus .nav>li{
	background:#eee
}
.mega-nav-right li a {
    /*color: #333;*/
    text-transform: capitalize;
    font-size: 15px;
}

.mega-nav-right li ul li a {
    color: #333;
    text-transform: capitalize;
    font-size: 13px;
}

.fixed-header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #fff;
}

@media(max-width:768px){
    .mega-nav-right li a {
        color: #fff;
        text-transform: capitalize;
        font-size: 15px;
    }
}

/* mega menu css */

.cart-value{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    background-color: #e50640;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    padding: 3px 6px;
}

.offer-btn{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background-color: #e50640;
    width: 100px;
    margin: 0 auto;
    padding: 6px 0px;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
}

.compare-btn{
    margin-bottom: 25px;
    border: 1px solid transparent;
    font-size: 15px;
    padding: 5px 8px;
    border-radius: 0px;
    color:#e50640;
}

.compare-btn:hover{
    margin-bottom: 25px;
    border: 1px solid transparent;
    font-size: 15px;
    padding: 5px 8px;
    border-radius: 0px;
}

.h-color{
        color: #e50640;
}

.discount-banner-right{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    background-color: #e50640;
    color: #fff;
    border-radius: 50%;
}

.discount-banner-right h5{
        text-align: center;
    font-size: 16px;
}

.discount-banner-right h5 span{
        display: block;
    font-size: 13px;
}

.discount-banner-left{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
    background-color: #e50640;
    color: #fff;
    border-radius: 50%;
}

.discount-banner-left h5{
        text-align: center;
    font-size: 16px;
}

.discount-banner-left h5 span{
        display: block;
    font-size: 13px;
}

.m-b-30{
    margin-bottom:30px;
}

.product-img{
    width: 50%;
    float: left;
    clear: both;
}

.product-img img{
    width: 100%;
   }
   
 .product-content{
    width: 47%;
    float: left;
	margin-left:3%;
 }
 
 .main-div{
     border: 1px solid #efefef;
    overflow: hidden;
    padding: 10px;
    margin-bottom:30px;
 }

 .main-div:hover{
    box-shadow: 1px 3px 5px #ccc;
    cursor:pointer;
 }
 
 .product-content p{
    margin-bottom: 3px;
    font-size: 13px;
    color: #696763;
 }
 
 .ratings{
    margin-bottom: 3px;
 }
 
 .ratings i{
    color:#f5d808;
 }
 
.reco-btn{
        background-color: #F5F5ED;
    border: none;
    border-radius: 0px;
    font-size: 12px;
}

.reco-btn:hover{
    background-color: #e50640;
    color:#fff;
    
}

.reco-btn i{
        padding-right: 4px;
}

.hover-effect:hover{
    opacity:0.7;
    cursor:pointer;
}

/* client slider  */

/* carousel */
.media-carousel
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* client slider  */

.footer-middle a{
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    background-color: #191919;
    margin-right: 5px;
    border-radius: 4px;
    color: #fff;
    padding: 10px 0px;
}

.footer-middle a:hover{
    background-color:#e50640;
    color:#fff;
}

.navbar-collapse {
    max-height: none;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
  -webkit-overflow-scrolling: touch;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
    margin: 0 auto;
}

.rating-home{
        padding: 4px 0px 14px;
}

.rating-home i{
        color: #f5d80f;
}

.height-34 {
    height: 34px;
    padding: 0px 8px;
    background-color: transparent;
    color:#696763!important;
}

.height-34:hover{
    background-color: transparent;
    color:#696763 !important;
}

.height-34 option:hover{
    background-color: transparent;
    color:#696763!important;
}

.carousel-indicators{
    z-index:1;
}

.navbar-brand {
    float: left;
    padding: 7px 0;
    font-size: 18px;
    line-height: 20px;
    
}

.navbar-brand img{
    width:135px;
}

.footer-div h2 i{
        display:none;
    }

.author-blog span i {
    color: #e50640;
    
}

.left-sidebar h2, .brands_products h2{
        color: #e50640;
}

.tags a{
        background-color: #e50640;
}

.comment-owner h3 {
    color: #e50640;
}

.btn-danger {
    color: #fff;
    background-color: #e50640;
    border-color: #e50640;
}

.btn-red {
    background-color: #e50640;
    border: 1px solid #e50640;
    color:#fff !important;
}
.list-view-content a {
    color: #e50640;
}
.minicart-wrapper:hover  .minicart-wrapper:hover .action.showcart, .action.remind, .butnnclass, .pages a.page {
    color: #e50640 !important;
}
 .product-item-link {
        color: #696763 !important;
 }
.cms-content a {
    color: #e50640;
}
.modes .modes-mode {
    background-color:#fff;
}

.fa-heart-o::before:hover {
    color:#fff !important;
}
.modes-mode.active::before {
    color: #f50e0e !important;
}
.btn-red:hover {
    background-color: #c50638;
    border: 1px solid #c50638;
    color: #fff;
}

.panel-title>a:hover {
    color: #e50640;
}

.red-font{
        color: #e50640;
}

address h3 i{
     color: #e50640;
}

.checkout-title i{
        background-color: #e50640;
}

.product-brand p span {
    padding-left: 10px;
    color: #e50640;
}

.view-product h3{
        background: #e50640;
}

.item-control i{
        background: #e50640;
}

.recommended-item-control{
        background-color: #e50640;
}

#pts-price-slider .ui-slider-handle{
        background: #e50640;
}

p.list-view i{
        background-color: #e42336;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#footer-quickshop-desc li a:hover #footer-quickshop-desc li{
	background:transparent !important;
}
.footer-nav li i {
    color: #e50640;
}

del{
    font-size: 14px;
    color: #969696;
    font-weight: normal;
}

/* multilevel dropdown */

.dropdown-menu{
    border-radius:0px;
}

.my-menu li a{
    color:#333;
}

.home-heading{
    font-family: poppins, 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px;
    text-transform: capitalize;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececea;
    color:#e50640;
}

.home-heading span{
    border-bottom: 3px solid #333;
    padding-bottom: 8px;
}





.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
    border-color: transparent;
}

/* multilevel dropdown */

/* breadcrumb */
.breadcrumb li a{
    color:#000
}

.active-class{
    color: #e50640 !important;
}

.title-store{
        background-color: #e50640;
}

.title-store h3{
    font-size: 16px;
    font-weight: normal;
    padding: 12px 10px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0px;
    text-shadow: 0px 4px 1px #252525;
}

.profile-image{
    background-color: #f5f5f5;
    position: relative;
    height: 100px;
}

.profile-image img{
    width: 110px;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    border: 5px solid #e6e6e4;
    border-radius: 50%;
}

.info h3{
    margin-top: 57px;
    font-size: 16px;
}

.review-user i{
    color: #f3d607;
}

.review-user span{
        padding-left: 10px;
}

.m-b-10{
    margin-bottom:10px;
}

.social-user a{
    display: inline-block;
    width: 30px;
    height: 30px;
       background-color: #e50640;
    color: #fff;
    text-align: center;
    padding: 6px 0px;
}

.social-user a:hover{
    background-color: #333333;
    color: #fff;
    /* transition: 0.5s ease;
    transform: rotate(360deg); */
}

.more-info p{
    margin-bottom: 0;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 0px;
    font-size: 13px;
    color: #525050;
}

.more-info p i{
    font-size: 15px;
    padding-right: 5px;
    color: #333;
}

.more-info p a{
     color: #525050;
}

.more-info p a:hover{
     color: #e50640;
}

/* .more-info p:last-child{
    border-bottom:1px solid transparent;
} */

.info{
    border: 1px solid #f4f4f4;
    padding: 0px 15px;
}

.store-btn{
    background-color: #e50640;
    border-radius: 2px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 13px;
    color:#fff;
}

.store-btn:hover{
    background-color: #333;
    color:#fff;
}

.short-by{
    float:left;
}

.short-by label{
    font-weight:normal;
}

.short-by select{
    width: 130px;
    border: 1px solid #e8e8e8;
    padding: 6px 8px;
}

.short-by-1{
    float:right;
}

.short-by-1 label{
    font-weight:normal;
}

.short-by-1 select{
    width: 100px;
    border: 1px solid #e8e8e8;
    padding: 6px 8px;
}

.short{
    overflow:hidden;
    }
/* breadcrumb */
.panel-body ul li{
    padding:3px 0px
}
/* Color */
.qt-category .panel-default .panel-heading .panel-title a:hover{
    color:#e50640;
}

.panel-body ul li a:hover{
    color:#e50640;
}

.pagination .active span:focus {
    background-color: #e50640;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
    background-color: transparent;
    color: #e50640;
}
.action.primary, a.action.primary {
    background: #e50640;
    border-color: #e50640;
}
.pts-newbtn,.pts-newbtn-next span {
    background: #e50640 !important;
    border-color: #e50640 !important;
}
.action.primary:hover,.action.primary:active,.action.primary:focus {
        background: #f2134d;
border-color: #f2134d;
}
.page-main > .page-title-wrapper h1.page-title {
    color: #e50640;
}
.product.data.items > .item.title.active > .switch {
    border-bottom: 2px solid #e50640 !important;
}
.btn-default.disabled, .btn-default.disabled:focus {
    background-color:#e50640;
}
.filter-current .action {
    color:#e50640 !important;
}
.filter-current .action::before{
    color:#e50640 !important;
}
.filter-options-content > ol > li a:hover {
    color:#e50640 !important;
}
.mega-menu .dropdown-header a {
    color:#e50640 !important;
}
.header-bottom .navigation a:focus, .header-bottom .navigation a:hover, .header-bottom .navigation a:active {
    color:#e50640 !important;
}
.search-bar .action.search {
    background-color: #e50640 !important;
    border-color: #e50640 !important;
}
.minicart-wrapper .action.showcart::before:hover {
        color:#e50640;
}
.minicart-wrapper .counter.qty{
    background-color: #e50640 !important;
}
.shop-menu .fa.fa-shopping-cart:hover {
    color:#e50640;
}
.minicart-items .product-item-name a {
    color:#333 !important;
}
.special-price .price {
    color: #e50640;
}
.footer-contact-div i {
    color: #e50640;
}
.dropdown-menu.dropdown.switcher-dropdown li.selected {
    color: #e50640;
    
}
a, a:visited {
    color:#e50640;
}
a:hover,a:focus {
    color: #da0035;
 }
 .checkout-payment-method .payment-option-title .action-toggle {
     color: #e50640;
 }
 .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default{
    background-color:#e50640;
 }
 .blog a:hover{
    color:#e50640;
}
.terms label a:hover{
    color: #e50640;
   }
   
.white-dropdown:hover{
    color:#e50640;
}
#reviews ul li a:hover {
    color: #e50640;
}
#reviews ul li a i {
    color: #e50640;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #e50640;
}
.tooltip-inner {
    background-color: #e50640;
}
.modal-header .action-close::before{
    line-height: 23px;
    color: #fff;
}
.modal-header{
    background-color:#e50640;
}

.reebok:hover{
    color:#e50640;
}
.share a:first-child{
    color: #e50640;
}
#reviews button {
    background: #e50640;
}
.pagination li a:hover {
    background: #e50640;
}
.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
    border-color: #e50640;
}
/* Color */
.footer-middle.footer-div i {
    color: #fff;
}
.swatch-option.selected {
    outline-color: #e50640 !important;
}
.fotorama__thumb-border {
    border-color: #e50640 !important;
}
._keyfocus :focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: 0 0 3px 1px #f3ecee;
}
.modes-mode:not(.active):hover {
    background-color:#F97D7D !important;
}
@media (min-width: 769px) and (max-width: 991px) {
    .minicart-wrapper .action.showcart .counter.qty {
        right:-38px;
    }
}

@media only screen and (max-width:768px) {
    .shop-menu .nav.navbar-nav {
        margin-left:0 !important;
    }
    .shop-menu ul li {
        padding-left: 6px;
        padding-right: 20px;
    }
    .shop-menu ul li:last-child {
    padding-right: 0;
    display: table !important;
    margin-top: 35px;
    }
    .minicart-wrapper .block-minicart {
    left: -23px;
}
}
@media only screen and (max-width:768px) {
	.shop-menu ul li {
		padding-right: 6px;
	}
}
.minicart-items .action.edit:hover::before, .minicart-items .action.delete:hover::before {
    color: #e50640;
}
.table-comparison .action.towishlist {
    border: 1px solid transparent;
    font-size: 15px;
    padding: 5px 8px;
}
.table-comparison .action.towishlist:hover {
    background-color:#e50640;
}
.table-comparison .action.towishlist:hover::before {
    color: #fff;
}
.block-compare .action.compare, .cart-summary .actions-toolbar > .primary button, .cart-summary .form.giftregistry .fieldset .action.primary, .paypal-review .block .actions-toolbar .action.primary, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .action-gift, button.action.update, button.action.share, button.action.tocart {
    background: #e50640;
    border-color: #e50640;
    color:#fff;
}
.butnnclass button.action.tocart {
    background-color:#F5F5ED;
    color:#696763;
}
.butnnclass button.action.tocart:hover {
    background-color:#e50640;
    color:#fff;
}
.abs-revert-secondary-color:hover, .block-compare .action.compare:hover, .cart-summary .actions-toolbar > .primary button:hover, .cart-summary .form.giftregistry .fieldset .action.primary:hover, .paypal-review .block .actions-toolbar .action.primary:hover, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .action-gift:hover,button.action.update:hover, button.action.share:hover, button.action.tocart:hover {
    background: #f2134d;
    border-color: #f2134d;
    color:#fff;
}
.table-comparison .action.towishlist::before {
    color: #e50640;
}
.owl-left, .owl-right{
    background-color: #e50640; 
    color:#fff;
}
.login-register a {
    color:#fff;
	font-size: 13px;
}
.login-register a:hover {
    color:#e50640;
}
.header-bottom.sticky.pts_defaultmenu.fixed-header .nav.navbar-right.mega-nav-right {
    position: absolute;
    right: 22px;
    top: 0;
    z-index: 99;
}
.minicart-wrapper > a.action.showcart > span.text {
    display:inline-block;
}
.shop-menu .minicart-wrapper {
    right:unset;
}
a.add-to-cart {
    color:#fff !important;
    background-color:#E50640;
}
.headerptsmarklinks li:nth-child(2) {
    margin-left:6px;
}
.headerptsmarklinks li a{
    color:#ffffff;
}
.headerptsmarklinks {
    float:left;
}
.headerptsmarklinks li {
    float:left;
    list-style:none;
    margin-top:8px;
	margin-right: 10px;
}
.headerptsmarklinks li a:hover {
    color:#e50640;
}
.pts-brand-support{
	background-color: #f1f1f1;
padding: 10px 20px;
height: 480px;
}
.pts-brand-support .media-heading {
    margin-top: 6px;
    font-size: 17px;
    font-family: arial,sans-serif;
    color: #4C4C4C;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 8px;
}
.pts-brand-support i{
    border-radius: 50%;
    font-size: 25px;
    width: 60px;
    height: 60px;
    float: left;
    line-height: 2.3;
    text-align: center;
    background: #fff;
    color: #F3A847;
    }
	
.pts-featured-category-wrap {
    background-color: #f1f1f1;
    padding: 10px;
}	
.pts-popular .col-md-12 h3, .pts-blog h3, .pts-brand-support h3 {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    margin-bottom: 20px;	
}
.footer-middle ul li {
    display: inline-block;
	margin-top: 40px;
}

#menu-fix img {
    width: auto;
    max-height: 50px !important;
}