﻿/**
 * Purpletree_Base theme2
 * 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 !important;
    position: relative;
    font-weight: 400;
}
/* Color */
.qt-category .panel-default .panel-heading .panel-title a:hover{
    color:#febd69;
}

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

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

.reebok:hover{
    color:#febd69;
}
.share a:first-child{
    color: #febd69;
}
#reviews button {
    background: #febd69;
}
.pagination li a:hover {
    background: #febd69;
}
.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
    border-color: #febd69;
}
/* Color */
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, 'Roboto', sans-serif !important;;
}

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

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

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

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

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

.pts-dropdown .pts-dropdown-menu{
  visibility: hidden !important;
  opacity: 0 !important;
  left:-50px !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;
  left:0px !important;
  -prefixes-transition-delay: 0s, 0s !important;
  box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.5);
}

.caret{
	transform: rotate(-90deg) !important;
}
.mega-nav li:hover .caret{
	transform: rotate(0deg) !important;
}
.pts-header-account-info:hover .caret{
	transform: rotate(0deg) !important;
} 
.pts-currency-strong:hover .caret{
	transform: rotate(0deg) !important;
}
.switcher-options button:hover .caret{
	transform: rotate(0deg) !important;
}

.add-to-cart{
	font-family: poppins, 'Roboto', sans-serif !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}

@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 .minicart-wrapper {
       float:right !important;
    
    }
    .minicart-wrapper .counter.qty{right:0 !important;}
}
/*************************
*******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: 14px;
    color: #fff;
    font-family:poppins, 'Roboto', sans-serif !important;;
}

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

.header-middle .container .row {
    border-bottom: 1px solid #f5f5f5;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    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:hover,
.dropdown-menu li a:focus {
    background-color: transparent;
    color: #ce8322 !important;
    text-decoration: none;
}
.pts-signin-button a:hover, .pts-signin-button a:focus{
    color:#fff !important
}
.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 !important;;
    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: #febd69;
    background: #fff;
}




/*************************
*******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: 30px;
}

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

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

.footer-div h2 {
    color: #adadad;
    font-family:poppins, 'Roboto', sans-serif !important;;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    text-transform: uppercase;
}

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

.footer-div ul li a {
    color: #8C8C88;
    font-family:poppins, 'Roboto', sans-serif !important;
    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 !important;
    font-weight: 300;
    margin-left: 15px;
}

.footer-bottom p span a {
    color: #febd69;
    font-style: italic;
    text-decoration: underline;
}
.pts-footer-back li, .pts-footer li, .pts-footer-back h2, .pts-footer h2 {
    font-family: poppins,arial,sans-serif !important;
}

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

#slider {
    padding-bottom: 45px;
}

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

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

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

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

.right {
    right: 0;
}

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




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: #febd69;
    border-radius: 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}

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

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

.features_items {
    overflow: hidden;
}

h2.title {
    color: #5f5f5f;
    
}

.product-image-div {
    border: none;
    overflow: hidden;
    cursor: pointer;
}
.product-image-div:hover{
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
	 border: none;
}
.product-div {
    position: relative;
}
.productinfo h2 {
    color: #5f5e5d;
    }

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

.product-overlay {
    background: rgba(8, 8, 8, 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;
}

.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 !important;;
    font-size: 24px;
    font-weight: 700;
}

.product-div:hover .product-overlay {
    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: #febd69;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
}


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

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

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

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

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

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

.login-register{
        padding: 10px 0px;
}
.pts-header-account-info > strong > .login-register {
    padding:0;
    margin-top: -3px;
}

/* Search Bar Css */

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

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

/* Search Bar Css */




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

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

.compare-btn:hover{
    margin-bottom: 25px;

    font-size: 15px;
    padding: 5px 8px;
    border-radius: 0px;
}

.h-color{
        color: #febd69;
}

.discount-banner-right{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    background-color: #febd69;
    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: #febd69;
    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 a, .product-content p{
    color: #696763;
 }
 .product-content p,.product-content a{
    margin-bottom: 3px;
    font-size: 12px;
 }
 
 .ratings{
    margin-bottom: 3px;
 }
 
 .ratings i{
    color:#f5d808;
 }
 
.reco-btn{
        background-color: #efae5a;
	color:#fff !important;
    border: none;
    border-radius: 0px;
    font-size: 12px;
}

.reco-btn:hover{
    background-color: #febd69;
    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:#febd69;
    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;
}



.footer-div h2 i{
        display:none;
    }
    
#pts-price-slider .ui-slider-handle{
    background: #febd69;
}

.panel-default>.panel-heading .badge {
    color: #333;
    background-color: transparent;
}

.panel-default>.panel-heading {
    background-image: none;
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

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

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

.author-blog span i {
    color: #febd69;
    padding-right: 5px;
}

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

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

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

.btn-danger {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: none;
}

.btn-red {
    background-color: #febd69;
    border: 1px solid #febd69;
    color:#fff !important;
}

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

.btn-primary {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: none;
}

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

.red-font {
    color: #61605f;
}

address h3 i {
    color: #febd69;
}

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

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

.btn-default {
    text-shadow: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: none;
    border-color: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #febd69;
}
.fa-heart-o::before {
    color: #febd69;
}
.item-control i{
        background: #febd69;
}

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

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

.my-menu li a:hover{
    color:#febd69;
    text-shadow:none;
    font-weight:normal;
    font-size:13px;
}

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

.form-multi{
    background: #eee;
    border: 1px solid transparent;
    color: #A6A6A1;
    font-family:poppins, 'Roboto', sans-serif !important;;
    font-size: 14px;
    outline: medium none;
    padding: 8px;
    width: 100%;
    outline:none;
    border-radius:0px;
    font-size: 12px;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu > li > a {font-family:poppins, 'Roboto', sans-serif !important;; font-size:13px;}

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

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

.title-store{
        background-color: #232f42;
}

.title-store h3{
    font-size: 16px;
    font-weight: normal;
    padding: 12px 10px;
    color: #fff;
    text-transform: uppercase;
    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: #febd69;
    color: #000;
    text-align: center;
    padding: 6px 0px;
}

.social-user a:hover{
    background-color: #232f42;
    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: #febd69;
}

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

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

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

.store-btn:hover{
    background-color: #232f42;
    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 */

.qt-category .panel-default .panel-heading .panel-title a:hover{
    color:#febd69;
}

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

.panel-body ul li{
    padding:3px 0px
}
/* custom css */
.block-search {
    width:100% !important;
    float:left !important;
}
.block-search .action.search::before {
    color: #666666 !important;
    font-size: 33px !important;
}
.block-search .action.search {
    background: #febd69 !important;
    right:0 !important;
    height:36px;
    width:45px;
	    padding: 0 !important;
}
.block-search .action.search[disabled] {
    opacity:.8 !important;
}
.pts-currency-select.btn.btn-link.btn-block > a{
    padding: 1px 14px;
}
.dropdown-menu.dropdown.switcher-dropdown li:last-child {
        padding-bottom: 4px;
}
.pts-signin-button a {
    color:#666666 !important;
}
.pts-signin-button > div {
    background: #febd69;
    width: 100%;
    text-align: center;
    border-radius: 4px;
}
.dropdown-menu.dropdown.switcher-dropdown li.selected {
    padding-left: 15px;
    color: #ce8322;
    font-weight:600;
    cursor: unset;
}
.switcher-options button {
    padding:0;
}
.pts-currency-select.btn.btn-link.btn-block:hover {
    text-decoration:none;
}
.pts-currency-select.btn.btn-link.btn-block {
    line-height: 1;
    text-align: left;
    padding: 0;
}
.block-search input {
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.search-autocomplete {
    background-color: #febd69;
    border: none;
    color: #666666;
}
.pts-header-account-info .caret {
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 0;
}
.minicart-wrapper {
    float:left;
    margin-left:0;
}
.minicart-wrapper .action.showcart::before, .minicart-wrapper .action.showcart.active::before {
    font-size: 40px !important;
    line-height: 0.7 !important;
    color:#fff;
    float: right;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
    display: block;
}
.minicart-wrapper > a.action.showcart {
    width: 77px;
}
.counter-number {
    color:#333 !important;
}
.minicart-wrapper .counter.qty {
    width: 23px;
    height: 23px !important;
    padding: 2px 3px 0px 3px !important;
}
.minicart-wrapper .action.showcart:hover::before {
    color:#fff !important;
}
.cms-index-index .page-main {
    margin-top:0;
}
.block-search .control {
    padding-bottom:4px !important;
}
.pts-logo img {
    max-height: 40px;
    width: auto;
}
.pts-slider .pts-carousel-item {
    min-height: 108px;
}
.header-bottom nav.navigation {
    background: #232F42 !important;
}
.block-search .label::before {
    color:#fff;
}
.pts-footer ul li a {
    padding:0;
    font-size:13px;
}
.minicart-wrapper .counter.qty {
    top: -8px;
    right: -10px;
}
button.border-radius-0.action.subscribe {
    position:absolute;
}
.navbar-nav {
    background-color:transparent;
}
.product-addto-links .fa-heart-o::before {
    color: #333;
}
.product-addto-links .compare-btn:hover .fa-heart-o::before {
    color: #fff;
}
.action.wishlistbttnn.btn.btn-default.h-color:hover i::before {
    color: #fff;
}
.noonmobile {
    display:block !important;
}
.onmobileonly #switcher-language button {
    font-size: 12px;
    margin-top: -11px;
}
.onmobileonly .dropdown-menu.dropdown.switcher-dropdown {
    right:30px !important;
    left:unset !important;
}


element {

    padding-left: 10px;

}
.pts-menu .row a, .pts-navbar .row a, .pts-currency .btn-group button {

    font-size: 11px;

}
.pts-menu .row a, .pts-navbar .row a, .pts-currency .btn-group button {

    font-size: 12px;
    font-family: arial,sans-serif;
    color: #dddddd;

}
.login-register p a {

    font-size: 12px;
    color: #fff;
    font-family:poppins, 'Roboto', sans-serif !important;;

}
.pts-header-account-info a {

    color: #fff !important;

}
.login-register a {
    padding-left: 5px;
}
.compare-btn:hover {
    border-color:#febd69;
}
.table-comparison .action.towishlist {
    border: 1px solid transparent;
    font-size: 15px;
    padding: 5px 8px;
}
.table-comparison .action.towishlist:hover {
    background-color:#febd69;
}
.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: #febd69;
    border-color: #febd69;
    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: #efae5a;
    border-color: #efae5a;
    color:#fff;
}
.butnnclass button.action.tocart {
    background-color:#F5F5ED;
    color:#696763;
}
.butnnclass button.action.tocart:hover {
    background-color:#febd69;
    color:#fff;
}
.minicart-items .action.edit:hover::before, .minicart-items .action.delete:hover::before {
    color: #febd69;
}
.swatch-option.selected {
    outline-color: #febd69 !important;
}
.fotorama__thumb-border {
    border-color: #febd69 !important;
}
._keyfocus :focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: 0 0 3px 1px #febd69;
}
.modes-mode:not(.active):hover {
    background-color:#efae5a !important;
}
.pages a.page {
     color: #febd69 !important;
}
#pts-account-hover:hover #pts-account-hover1 .dropdown-menu {
    display:block;
}
.table-comparison .action.towishlist::before {
    color: #febd69;
}
.topBar a:hover, .topBar a:focus, .topBar button:hover, .topBar button:focus, .topBar ul.topBarNav li a:hover,.topBar ul.topBarNav li a:focus, .account-nav .item a:hover,.account-nav .item a:focus {
    color: #febd69;
}
.owl-left, .owl-right{
    background-color: #f2f2f2;
    color:#333;
}
.pts-currency-strong .caret {
    margin-left:3px;
}
#pts-account-hover {
    padding-top: 2px;
}
.headerptsmarklinks li a{
			color:#ffffff;
			font-size:11px;
		}
.headerptsmarklinks {
    float:left;
}
.headerptsmarklinks li {
line-height:10px;
    float:left;
    list-style:none;
    margin-top:1px;
}