/**
 * Purpletree_Base pts-common
 * 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
 */
/* Add to cart button */

.add-to-cart { 
    border: 0 none;
    border-radius: 0;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 0;
}
.product-overlay .add-to-cart {
    margin-bottom:25px;
}
/* Add to cart button */

/* Product Home Page Size */
.productinfo h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}
/* Product Home Page Size */

/* Title color */
h2.title {
   font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}
/* Title color */

/* product page css */

#advertisement {
    padding-bottom: 45px;
    padding-top:30px;
}

#advertisement img {
    width: 100%;
}

.pagination {
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 0;
    padding-left: 15px;
}

.pagination li:first-child a,
.pagination li:first-child span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination li:last-child a,
.pagination li:last-child span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}

.pagination li a,
.pagination li span {
    background-color: #f0f0e9;
    border: 0;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    margin-right: 5px;
    color: #000;
}

.pagination li a:hover {
    color: #fff;
}

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

.qt-category .panel {
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
}

.qt-category .panel-default .panel-heading {
    background-color: #FFFFFF;
    border: 0 none;
    color: #FFFFFF;
    padding: 5px 20px;
}

.qt-category .panel-default .panel-heading {
    background-color: #FFFFFF;
    border: 0 none;
    color: #FFFFFF;
    padding: 5px 20px;
}

.qt-category .panel-default .panel-heading .panel-title a {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
}

.qt-category .badge {
    background: none;
    border-radius: 10px;
    color: #696763;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.left-sidebar h2,
.brands_products h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 30px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.left-sidebar h2:after,
h2.title:after {
    content: " ";
    position: absolute;
    border: 1px solid #f5f5f5;
    bottom: 8px;
    left: 40%;
    width: 60%;
    height: 0;
    z-index: -2;
}

.left-sidebar h2:before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 130px;
    height: 30px;
    z-index: -1;
    left: 0;
    margin-left: -65px;
}

.panel-body ul {
    padding-left: 20px;
}

.panel-body ul li a {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.brands-name {
    border: 1px solid #F7F7F0;
    padding-bottom: 20px;
    padding-top: 15px;
}

.brands-name .nav-stacked li a {
    background-color: #FFFFFF;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover {
    background-color: #fff;
    color: #696763;
}

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

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

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

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

.features_items {
    overflow: hidden;
}

/* product page css */


/* Product Details CSS */
.product-details {
    overflow: hidden;
}

#qt-similar-product {
    margin-top: 40px;
}

#reviews {
    padding-left: 25px;
    padding-right: 25px;
}

.product-details {
    margin-bottom: 40px;
    overflow: hidden;
    margin-top: 10px;
}

.view-product {
    position: relative;
}

.view-product img {
    border: 1px solid #F7F7F0;
    height: 380px;
    width: 100%;
}

.view-product h3 {
    bottom: 6px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 8px 20px;
    position: absolute;
    right: 0;
}

#qt-similar-product .carousel-inner .item {
    padding-left: 0px;
}

#qt-similar-product .carousel-inner .item img {
    display: inline-block;
    margin-left: 15px;
}

.item-control {
    position: absolute;
    top: 35%;
}

.item-control i {
    color: #FFFFFF;
    font-size: 20px;
    padding: 5px 10px;
}

.item-control i:hover {
    background: #ccccc6;
}

.product-information {
    border: 1px solid #F7F7F0;
    overflow: hidden;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-top: 20px;
    position: relative;
}

.qt-new-img {
    position: absolute;
    top: 0;
    left: 0
}

.product-information h2 {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    margin-top: 0;
}



.shop-details-tab {
    border: 1px solid #F7F7F0;
    margin-bottom: 45px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
        overflow: hidden;
}

.shop-details-tab .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

#reviews ul {
    background: #FFFFFF;
    border: 0 none;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
}

#reviews ul li {
    display: inline-block;
}

#reviews ul li a {
    color: #696763;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding-right: 15px;
}

#reviews ul li a i {
    padding-right: 8px;
}

#reviews ul li a:hover {
    background: #fff;
}

#reviews p {
    color: #827f7f;
}

#reviews form span {
    display: block;
}

#reviews form span input {
    background: #F0F0E9;
    border: 0 none;
    color: #A6A6A1;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    outline: medium none;
    padding: 8px;
    width: 100%;
}

#reviews form span input:last-child {
    margin-left: 0%;
}

#reviews textarea {
    background: #F0F0E9;
    border: medium none;
    color: #A6A6A1;
    height: 195px;
    margin-bottom: 25px;
    margin-top: 15px;
    outline: medium none;
    padding-left: 10px;
    padding-top: 15px;
    resize: none;
    width: 99.5%;
}

#reviews button {
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.brands_products, .side-banner,.price-range{
    margin-bottom:30px;
}

.ui-content{
        border: 1px solid #F7F7F0;
        padding: 15px 9px;
}

.media-body p{
    margin-bottom: 5px;
    font-size: 13px;
    color: #7d7c7c;
}

.star i{
     color: #f5d80f;
}

.price-tab h5{
    font-size:16px;
}

.price-tab h5 del{
    font-size: 14px;
    color: #a7a5a5;
    font-weight: normal;
    padding-left: 15px;
}

.best-seller-main{
    border: 1px solid #F7F7F0;
    padding-bottom: 20px;
    padding-top: 15px;
    margin-bottom: 30px;
}

.best-seller-main > .media{
        border-bottom: 1px solid #f5f5f5;
}

.product-short{
    border: 1px solid #f2f2f2;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 12px 12px;
    margin-bottom: 30px;
}

.product-short p{
    margin-bottom:0px;
}

p.list-view{
        font-size: 15px;
}

p.list-view i{
    padding: 6px 5px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    width: 25px;
    height: 25px;
     text-align: center;
}

p.list-view, .color-black{
    color:#333!important;
}

.selection select{
        background-color: transparent;
    border: none;
}

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

.star-box i{
    color:#f5d80f;
}

.star-box span{
    font-size:12px;
}

.span-value{
    padding-left:30px;
}

.product-brand{
        margin: 10px 0px;
}



.stock {
    font-weight:bold;
}
.stock.available {
    color: #008000;
}

.seller-rating span{
        padding-right: 5px;
}

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

.reviews-seller{
    padding-left:10px;
}

.overview h3{
        font-size: 15px;
}

.overview p{
    font-size: 13px;
    color: #827f7f;
}

.size-o{
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 15px;
    cursor: pointer;
}

.red{
    background-color: #d9534f;
}

.green{
        background-color: #5cb85c;
}

.yellow{
        background-color: #f0ad4e;
}

.blue{
        background-color: #337ab7;
}

.normal{
        background-color: #5bc0de;
}

.overview{
        overflow: hidden;
    margin-bottom: 30px;
}

.overview{
    margin-bottom:20px;
}

.share a:first-child{
        font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
        width: 100px;
    text-align: left;
}

.share a{
    width: 30px;
    height: 30px;
    clear: both;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 6px 0px;
}

.share a:hover{
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.facebook{
    background-color:rgb(59, 89, 152);
}

.twitter{
    background-color:rgb(29, 161, 243);
}

.in-sing{
    background-color:rgb(0, 123, 182);
}

.plus{
    background-color:rgb(0, 123, 182);
}

.rss{
    background-color:rgb(255, 102, 0);
}

.recommended-item-control{
    padding: 0px 11px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: -34px;
}

.description h3{
    font-size:15px;
}

.img-part{
    border: 1px solid #eaeaea;
    position: relative;
}


.list-view-content h2{
    font-size: 24px;
    margin: 0px 0px 10px;
    font-weight: normal;
    color: #565656;
}

.list-view-content p{
    font-size: 13px;
    color: #949393;
    margin-bottom: 20px;
}


.list-view{
    margin-bottom: 30px;
    overflow: hidden;
}

.discount-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.img-part img{
    margin: 0 auto;
}

.description, .specification, .tag, .review {
    margin:30px 0px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: pointer;
    border: transparent;
    background-color: #fff;
    border-bottom: 2px solid #f10f0f;
    border-bottom-color: #f10f0f;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: none;
    border-radius: 4px 4px 0 0;
    color: #4a4949;
}

.description p{
    font-size: 13px;
    color: #827f7f;
}

.description ul{
    padding:0;
}

.description ul li{
    padding: 2px 0px;
    font-size: 13px;
}

.description ul li i{
        padding-right: 5px;
}

.specification p{
    font-size: 13px;
    color: #827f7f;
}

.tag a:first-child{
    color: #333;
    margin-right: 15px;
    background-color: transparent;
}

.tag a{
    background-color: #949191;
    padding: 5px;
    color: #fff;
}

.review p{
    font-size: 13px;
    color: #827f7f;
}

/* cart page css */

.table-responsive .table thead > * {
    background-color: rgba(51, 51, 51, 0.1);
    font-weight: bold;
}

.btn-block input {
    min-width: 40px;
    text-align: center;
}

.reebok{
    color:#4a4a4a;
}

.refresh-btn{
    background-color: #bdbdbd;
    border: 1px solid #bdbdbd;
}

.heading-bg{
    font-size: 30px;
    color: #9a9a9a;
    font-weight: 300;
}

.heading-p{
    font-size:13px;;
}

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

.panel-title>a {
    color: inherit;
    text-transform: uppercase;
    font-size: 14px;
}



.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0px;
}


.pager li a{
    color:#333;
}

.white-dropdown:hover{
    background-color:transparent;
}

.banners > a {
    display: block;
    position: relative;
    overflow: hidden;
}


.pts-category-left{
    border-right: 1px solid #ddd;
    padding: 10px;
    }
    
.pts-category-left .pts-category-left-categorytxt{
    color: #6C7778;
    }
    
.pts-category-left-category-listing ul li a, .pts-category-left-category-listing .pts-slider-input{
    font-size: 13px;
    color: #002F36;
    font-weight: 600;
    text-align: center;
    }

.pts-category-left-category-listing ul li{
    list-style: none;
    }
    
.pts-category-left-category-listing ul{
    padding:0px
    }
    
.pts-category-left .pts-category-checkbox{
    margin-right:5px;
    }
    
.pts-category-left-categorylist{
    border-bottom:1px solid #ddd;
    }
    
.pts-category-left-category-listing ul li a:hover{
    text-decoration:none;
    color:#c45500;
    }
    
.pts-category-left-category-listing .pts-category-sliderValue{
    width: 58px;
    min-width: 58px;
    max-width: 58px;
    display: inline-block;
    min-height: 30px;
    padding: 0px 10px;
    margin: 5px;
    border: 1px solid #ccc;
    margin-right: 20px;
    }
    
#pts-price-slider .ui-slider-handle{
    width:16px !important;
    height:16px !important;
    border:none !important;
    margin-left:-8px !important;
    outline-style:none !important;
    cursor:pointer !important;
    transition:none !important;
    display: block;
    position:absolute;
    margin-top:-6px;
    top:0;
    border-radius:100px;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    }
    
#pts-price-slider{
    border: none !important;
    background: #f4f4f4 !important;
    height: 5px !important;
    border-radius: 0 !important;
    margin: 20px 8px 15px 8px !important;
    display: block;
    position: relative;
    }
    
.pts-category-left-category-listing{
    border: 1px solid #F7F7F0;
    padding: 20px 10px;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
    font-size: 13px;
}

.buttons{
    margin:10px 0px 30px;
}


.checkout-title{
    font-size: 14px;
    background-color: #f1f1f1;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.checkout-title i {
    font-size:18px;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 13px 12px;
    color: #fff;
    margin-right: 15px;
    margin-right: 15px;
}

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

.inner-div{
    border: 1px solid #f1f1f1;
    overflow: hidden;
    padding: 15px 0px 0px 0px;
}

.form-multi:focus, .form-multi:hover{
    border:1px solid #eee;
    background-color:transparent;
    box-shadow:none;
}

.checkout{
    margin-bottom: 15px;
    overflow: hidden;
}

.form-group {
    margin-bottom: 10px;
}

.checkbox label{
    font-size:13px;
}

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

input[type="radio"], input[type="checkbox"] {
    margin: 4px 6px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.coupan-btn{
    padding: 0 10px;
    line-height: 34px;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    text-transform: uppercase;
    width: 125px;
    background-color:#999;
    border-color:#999;
    
}

.coupan-btn:hover{
    background-color:#555;
    border-color:#555;
    
}

.reebok:hover{
    text-decoration:none;
}

.checkout-qty input{
    border-radius: 0px;
    max-width: 50px;
}

.span-btn span i{
    display: block;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.f-bold{
    font-weight:600;
}

.terms label{
    display: block;
    margin-bottom: 8px;
}

.terms label a{
    color: #333;
    font-weight: bold;
}
   
 .order-btn{
    float: right;
    color: #fff;
    width: 190px;
    margin-bottom: 30px;
 }
 
.modal-content{
    padding-top:10px;
    border-radius:0px;
}

.modal{
        padding-top: 86px;
}

.modal-header{
    color:#fff;
}

.modal-title i{
    font-size:22px;
}

.login{
    position:relative;
}

.login input{
        padding: 8px 0px 8px 42px;
}

.login i{
    position: absolute;
    top: 0;
    font-size: 16px;
    width: 34px;
    height: 34px;
    text-align: center;
    background-color: #828282;
    padding: 8px 0px;
    color: #fff;
}

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

.login-social{
        margin-bottom: 15px;
}

.login-social small{
    font-weight: 500;
    margin: 14px 0px;
    display: block;
}

.login-btn {
    color: #fff;
    width: 100px;
}

.new-here h3{
    margin: 0px 0px 10px;
    font-size: 18px;
    color: #696969;
}

.new-here small{
    display: block;
    margin-bottom: 10px;
}

.new-here ul{
    list-style-type: none;
    padding: 0px;
    margin-bottom: 20px;
}

.new-here ul li{
    font-size: 13px;
    margin-bottom: 8px;
    color: #757575;
}

.model-body, .row-b{
        margin: 10px 0px;
}

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

.model-title{
    font-size: 17px;
}

.model-btn{
    opacity: 1;
    background-color: #fff !important;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
}

.font-13{
    font-size:13px;
}

.blog a{
        display: block;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 10px 0px;
}

.author-blog span{
    font-size: 12px;
    padding-right: 15px;
}

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

.blog{
    margin-bottom: 30px;
}

/* blog hover on image */

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin-bottom: 10px;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* blog hover on image */

.blog p{
        font-size: 13px;
    color: #676666;
    line-height: 22px;
}

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

.comment-owner small{
    text-transform: uppercase;
}
.dropdown:hover .my-account, .dropdown:hover .switcher-dropdown {
    display:block;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default{
    color:#fff;
}

.tags{
    padding:10px;
}
.tags a{
    color: #fff;
   font-size: 13px;
    padding: 5px;
    display: inline-block;
    margin-bottom: 2px;
}
.about-us p{
    font-size: 13px;
    color: #676666;
}
.color-white{
    color:#fff;
}



.nav-info li{
    color: #8C8C88;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0px;
}

.icon-1{
    background-image:url(../images/icon-1.png);
    background-repeat:no-repeat;
    background-position: left;
}

.icon-2{
    background-image:url(../images/mail-icon.png);
    background-repeat:no-repeat;
    background-position: left;
}

.icon-3{
    background-image:url(../images/icon-2.png);
    background-repeat:no-repeat;
    background-position: left;
}

.icon-4{
    background-image:url(../images/icon-3.png);
    background-repeat:no-repeat;
    background-position: left;
}

.news{
    border-top: 1px solid #292929;
}
.footer-middle.footer-div img{
    display:inline;
}
.signup h4{
    color:#fff;
    margin-top: 20px;
}

.signup p{
    color:#848283;
}

.m-t-b-18{
    margin:18px 0px;
}

.m-t-b-18 input[type="text"]{
    height:50px;
    padding: 0px 30px;
}

.btn-50 input[type="button"]{
    height:50px;
    padding: 0px 30px;
}

.air{
    float: left;
    width: 25px;
    margin-right: 12px;
}

.social-icon a:hover{
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

#footer {
    margin-top:15px;
}
.switcher-options:hover .mage-dropdown-dialog {
    display:block !important;
}
.form.search.advanced, .form.password.forget {
    width:unset !important;
}
.dropdown-menu.dropdown.switcher-dropdown {
    margin:0;
    min-width:90px;
    text-align:left;
}
#slider-below-block .shoping i {
    padding-right:0 !important;
}
.shoping h4 {
    color: #333;
}
.shoping{
    border: 1px solid #f5f5f5;
    padding: 15px;
    text-align:center;
    background-color: #f3f3f3;
    margin-bottom: 30px;
}

.shoping h5{
        color: #7b7b7b;
}

.shoping i{
    font-size: 30px;
    color: #636161;
    padding-right: 20px;
}
section#slider {
    padding-bottom: 10px !important;
}
#price_to {
    min-width: 75px;
}
#privacy-policy-nav-content a {
    color:#333;
}
.wishlistbttnn:hover {
    border-color:transparent;
}
.swatch-attribute-options {
    margin-left:0;
    margin-bottom:10px;
}

 .fa.fa-envelope, .fa.fa-phone {
    padding-right:4px;
    padding-left:4px;
}
.shop-menu ul li {
    display:inline !important;
}
.dropdown-menu.dropdown.switcher-dropdown li.selected {
    padding-left: 20px;
}
.footer-div ul {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-div ul li a {
    display: block;
}

.footer-contact-div li {
    color: #8C8C88;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0px;
}
.m-t-b-18 input[type="email"] {
    height: 50px;
    padding: 0px 30px;
}

.form.subscribe {
    display: inline-table;
    width: 100%;
    margin-top:5px;
}
.form.subscribe .btn.subscribe {
    position: absolute;
    right: 0;
    height: 32px;
    width: 100px;
}

.shop-menu ul li a {
    cursor:pointer;
}
.special-price .price {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 700;
}
.old-price .price-label, .special-price .price-label {
    display: none;
}
.list-view-content .old-price .price-label, .list-view-content .special-price .price-label {
    display: block;
}
.product.attribute.sku .value {
    display:inline-block;
}
.old-price, .old.price {
    font-size: 14px;
    color: #969696;
    font-weight: normal;
}
.price-box.price-final_price {
    margin-top: 10px;
}
.shop-menu .minicart-wrapper {
    position: absolute;
    width: 79px;
    top: 10px;
    right: 40px;
    margin-left: 0;
}

.shop-menu .fa.fa-shopping-cart {
    position: absolute;
    top: 12px;
    left: -77px;
}
.minicart-wrapper .counter.qty{
    position: absolute;
    top: -11px;
    right: -16px;
    font-size: 12px;
    width: 20px;
    height: 20px !important;
    border-radius: 50% !important;
    color: #fff;
    padding: 0px 3px !important;
    line-height: 20px !important;
}

.contactinfo ul li {
    margin-bottom:0;
    display:inline;
}
.dropdown-toggle-custom:hover,.dropdown-toggle-custom:focus {
    border:none;
    background-color:transparent !important;
}
.form-multi {
    border-color:#eee;
    background-color: transparent;
}
.navbar-nav > li {
    margin-bottom:0;
}
.input-group-btn.search-panel {
    width:110px;
}
.minicart-wrapper > a.action.showcart {
    margin-top:1px;
}
.minicart-wrapper > a.action.showcart > span.text {
    height: auto;
    width: auto;
    clip: unset;
    display:none;
}

.minicart-wrapper .action.showcart::before , .minicart-wrapper .action.showcart.active::before {
    font-size: 26px !important;
    line-height: 20px !important;
}

.header-middle .logo {
    margin: -10px auto 0 0;
    font-size: 20px;
    max-width: 200px;
    height: auto;
}
.header-middle .logo .logo {
    margin: 0 auto;
}
.search-bar > .input-group > .block.block-search .control{
    padding-bottom: 0;
}
.search-bar > .input-group > .block.block-search {
    width: unset;
    float: unset;
}
.block-search .action.search, .block-search .action.search::before, .block-search .action.search::before:hover {
    color:#fff !important;
}
.search-bar .action.search {
    opacity: 1 !important;
    width: 40px !important;
    z-index: 999 !important;
    right: 0 !important;
}
.search-bar > .input-group {
    display: unset;
    }
.footer-div li{
    margin-bottom:0;
	padding-top: 1px;
}

.header-bottom .navigation a {
    font-weight:normal;
}
.header-bottom .navigation .level0 > .level-top {
    color:#fff !important;
}
.header-bottom nav.navigation {
    background:#333;
    width: 86%;
    float: left;
}
.margintop3 {
    margin-top:3px;
}

.mega-dropdown-menu li {
    margin-bottom:0;
}
.dropdown-menu .divider {
    margin:0px 0 9px;
}
/* .product-image-div .product-item-photo:hover {
    z-index: 99999 !important;
    position: relative;
    background-color: rgb(8, 8, 8);
    opacity: 0.5;
} */
section#slider .carousel-inner > .item {
    min-height: 108px;
}
.pages .item {
    margin-right:10px;
    line-height: 23px !important;
}
.pages a, .pages strong.page {
    color: #333;
    padding: 5px 14px !important;
    border: 1px solid #ddd;
    border-radius: 15px;
    background: #fff;
}
.pages .action {
    margin:0 !important;
}
.pages strong.page {
    background:#eee;
        line-height: 23px !important;
}
.pages .action::before {
    margin: 0 0 0 -19px !important;
}
.toolbar-products {
    border: 1px solid #f2f2f2;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 12px 12px;
    margin-bottom: 30px;
}
.modes .modes-mode {
    color:#333 !important;
    padding: 2px 4px;
    border:0px;
    margin-right:2px;
}
.modes-mode::before {
    color:#333 !important;
}
.modes-mode.active::before {
    color:#fff !important;
}
.category-image {
    text-align:center;
}
.category-image .image {
    display:inline-block;
}
.page-layout-2columns-left .column.main {
    width: 76.33333333% !important;
}
.page-layout-2columns-left .sidebar {
    width: 23.667% !important;
}
.filter-options-content > ol > li a .count{
    float:right !important;
    color: #696763;
}
.filter-options-content > ol > li a {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight:500;
}
.filter-options-content > ol > li {
    padding: 5px 20px;
    display:grid;
}
.filter-options-content {
    border: 1px solid #F7F7F0;
    margin-bottom: 35px;
    padding-bottom: 20px;
    padding-top: 15px;
}
.filter-current .filter-label {
    float:left;
}
.filter-current .filter-value {
    padding-left:5px;
}
.filter-current .action {
    float: left;
    margin-top: 4px;
    margin-right: 7px;
    font-weight:500;
}
.filter-current .action span{
    display:none;
}
.fotorama__nav--thumbs {
    margin-top:10px !important;
    margin-bottom:10px !important;
}

.swatch-option.text {
    height: 30px !important;
    width:35px !important;
}
.product-item .price-box {
    margin-bottom:10px;
}
.butnnclass {
    margin-top:20px;
}
.pts_defaultmenu {
    margin-bottom:20px;
}
.page-title-wrapper h1{
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.page-title-wrapper .page-title{
    text-align:left;
}
.btnncompa {
    margin-bottom:25px;
}
.wishlistbttnn {
    margin-bottom: 25px;
    border: 1px solid transparent;
    font-size: 15px;
    padding: 5px 8px;
    border-radius: 0px;
}
.cms-index-index .pts_defaultmenu{
    margin-bottom:0 !important;
}
.product.data.items > .item.title > .switch {
    border-width:0 !important;
    background:#fff !important;
    padding-bottom: 26px !important;
}

.label{
    color:#333 !important;
    font-size:100%;
    padding:0;
}
.inner-div .control {
    margin-bottom: 4px;
    margin-top: 4px;
}
.view-product img {
    width:auto !important;
}
.view-product {
    text-align:center;
}
.product.media .view-product {
    min-height:100px;
}
#qt-similar-product a{
    text-align:center;
}
#qt-similar-product {
    min-height: 100px;
}
.field.qty .control .input-text.qty{
    height: 30px !important;
    width: 50px;
    padding: 3px 5px;
    text-align:center;
}
.product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions {
    padding-top: 1px !important;
}
.field.qty .control{
    margin-top: 3px;
}
.review-form {
    max-width:unset !important;
}
.review-form .label {
    float:left;
}
#reviews textarea {
    margin-top:0 !important;
}
.review-field-text {
    margin-top:10px !important;
}
.legend.review-legend strong, .legend.review-legend span {
    display:inline !important;
}
.pro-change-img {
    max-height: 100px;
}
.product-info-main1 .page-title-wrapper.product h1{
    margin-top:0 !important;
    text-align: left !important;
    font-size:26px !important;
}
.product-info-main1 .product.attribute.overview p {
    padding-top:7px;
}
.product-info-main1 .product.attribute.overview::before {
    content: "Overview";
    font-size: 18px;
}
.fieldset .review-legend.legend {
    margin-bottom: 18px;
    line-height: 2.1;
    font-size: 17px;
}
.page-main > .page-title-wrapper h1.page-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
        margin-bottom: 0px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    display:block !important;
}
.page-main > .page-title-wrapper h1.page-title::before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 220px;
    height: 30px;
    z-index: -1;
    left: 0;
    margin-left: -110px;
}
.page-main > .page-title-wrapper h1.page-title::after {
    content: " ";
    position: absolute;
    border: 1px solid #f5f5f5;
    bottom: 8px;
    left: 25%;
    width: 75%;
    height: 0;
    z-index: -2;
}
.cart.table-wrapper .product-item-photo {
        width:20% !important;
}
.cart.table-wrapper .actions-toolbar > .action, .cart-container .form-cart .action.continue, .cart-container .form-cart .action.clear {
    background:#fff !important;
    border-radius:0 !important;
}

.cart.item td.col.item {
    border-top:0 !important;
}
.product-add-form .tocart {
    padding: 6px 12px !important;
    font-size: 15px !important;
}
.checkout .inner-div {
    padding:20px !important;
}
.field.choice.newsletter .label {
    float:left;
    margin-top:6px;
}
input#newsletter {
    height:32px;
    padding: 0 10px;
}
.field.choice.newsletter .checkbox {
    float:left;
}
.fieldset > .field:not(.choice) > .control {
    width: unset;
    float: unset;
}
.fieldset > .field:not(.choice) > .label {
    padding: .2em .6em .3em;
}

.table-comparison .cell.remove {
    text-align: left !important;
}
.table-comparison .cell.remove .action.delete > span {
    clip:unset !important;
    width:unset !important;
    overflow:unset !important;
}
.contact-form .legend {
    width:auto;
}
form#contact-form {
    width: unset !important;
    float: unset !important;
}
.footer-div ul li strong {
    color:#8C8C88;
    line-height:30px;
}
.form-create-account .hidden-xs{
    text-align:center;
}
.form-create-account {
    width:auto !important;
}
.block-search .action.search::before {
    color:#fff !important;
}
.login input {
    padding:8px !important;
}
.account-nav .item a {
    color:#333;
}
#my-orders-table .shipping {
    background-color:transparent;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
    background-color: transparent;
}
.product-image-div {
    cursor: auto;
}
.product-overlay .overlay-content {
    bottom:40% !important;
}
.contactinfo ul li.welcome {
    font-size: 12px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding:9px 0;
    position: relative;
    display: block;
}
.stock.unavailable {
    color:red;
}

.mega-nav-right {
    display: block !important;
}
.noonmobile {
        display:inline-block !important;
    }
.onmobileonly .mega-nav-right {
    display:none !important;
}
.addwidth14 {
    width:14%;
}
.addwidth86 {
    width:86%;
    float:right;
}
#newsletter-error {
    position:absolute;
}
.block-search .control input{
    background-color:#fff !important;
}
.block-search .label.active + .control input {
    background-color:#fff !important;
}
.navbar-toggle .icon-bar {
    background-color:#fff;
}
.navbar-nav .open .dropdown-menu {
    background-color:#fff;
}
.pages a.page:hover {
    color:#333 !important;
}
.table-comparison .action.towishlist {
    border-radius: 4px;
}
/* owl carousel */

.grocery-div{
    position:relative;
}

.owl-indicators{
    position: absolute;
    top: 0px;
    right: 15px;
}

.owl-left{
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.owl-right{
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

a.owl-left:hover, a.owl-right:hover,
a.owl-left:active, a.owl-right:active,
a.owl-left:visited, a.owl-right:visited,
a.owl-left:focus, a.owl-right:focus{
    color:#333;
}

/* owl carousel */
.topBar .contactinfo ul.nav.nav-pills li, .topBarNav .contactinfo ul.nav.nav-pills li {
    /* padding-top: 9px; */
    padding-right:4px;
}
.product-add-form .fieldset .field.qty {
    padding-right:15px;
}
.product-add-form .fieldset .field.qty, .product-add-form .fieldset .action {
    float:left;
}
.product-add-form .fieldset .field.qty div.control {
    float: left;
    padding-left: 10px;
}
.product-add-form .fieldset .field.qty .label {
    float: left !important;
    padding-top: 10px !important;
}
.product-info-main1 .box-tocart {
    margin-top:20px;
    min-height:60px;
}
.block-actions.filter-actions {
    margin-bottom:10px;
}
.gallery-placeholder .loading-mask {
    z-index:8;
}
.product-overlay {
    z-index:99;
}
.products.list.items .action.towishlist::before, .product-item .tocompare::before {
    content:"";
}
.rating-home {
    text-align: center;
    display: inline-block;
}
.rating-summary .rating-result {
    margin-left: 0;
}
.logo img {
    width: auto;
    max-height: 50px !important;
}
.topli li {
    display: inline-block;
}
.topli {
    display: inline-block;
    float: left;
    margin-left: 0;
    padding: 7px;
}
.topBar ul li {
    display:inline-grid;
}
.list-view-content .wishlistbttnn, .list-view-content .compare-btn {
    margin-bottom: 0 !important;
}
.review-field-ratings .label {
    text-align: left !important;
}
.pts-header.navbar-fixed-top {
    z-index:9;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
    display: block;
}
#menu-fix {
    padding: 5px;
}
.action.back.customization, .fieldset.fieldset-bundle-options .fieldset .field.qty, .fieldset.fieldset-bundle-options .fieldset .action {
    float: unset;
}
.fieldset.fieldset-bundle-options .product-name{
    font-weight:400;
}

.fieldset.fieldset-bundle-options input{
    float:left
}
.modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
    box-shadow: none;
    border-top: 0;
    border-bottom: 0;
}
.input-group.m-t-b-17, .input-group.m-t-b-18 {
	display:block;
}
.minicart-items-wrapper {
	height:auto !important;
	max-height:300px;
}
.products-crosssell .compare-btn, .products-crosssell .compare-btn:hover, .products-crosssell .wishlistbttnn, .products-crosssell .wishlistbttnn:hover {
	margin-bottom:0 !important;
}
.switcher-language {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.form.form-login .fieldset.login .field  .label {
    text-align: left !important;
}