.product-section{
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
	padding: 15px 15px 0 15px;
}
.product_cart:first-child{
      padding-top: 50px;
}
.product-section p span {
    text-align: right;
    float: right;
}
.new-address p{
      margin-bottom: 0.5rem;
}
.my-order-sec{
	background-color: #f1f3f6;
}
.address-form {
    background: #f5faff;
    padding: 20px;
    border: 1px solid #e0e0e0;
}
.btn-success .fa-star{
	font-size: 11px;
}
.edit-prof h6{
	color: #999;
    font-size: 14px;
}
.remove-wishlist{
	color: #c2c2c2;
    font-size: 18px;
}
.total_amount{
	border-top: 1px dashed #e0e0e0;
    border-bottom: 1px dashed #e0e0e0;
    font-weight: 500;
    padding: 10px 0;
    font-size: 17px !important;
}
.galley-sec .product-title{
	text-align: center;
	padding: 10px;
	text-transform: capitalize;
}
.social-sharing {
    display: inline-flex;
}
.social-sharing li {
    margin-right: 10px;
}
.social-sharing .fa{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    background-color: #395aa1;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.social-sharing .fa-whatsapp{
     background-color: #71c16a !important;
}
.social-sharing .fa-linkedin{
     background-color: #0c78b9 !important;
}
.social-sharing .fa-twitter{
     background-color: #3c9cd8 !important;
}
.social-sharing .fa-pinterest-p{
     background-color: #d0202b !important;
}
.social-sharing .fa-envelope-o{
     background-color: #343434 !important;
}
.btn-pink {
    width: 95px;
    text-align: center;
    color: white;
    background-color: #ff708e;
    border-radius: 0;
    border: none;
    height: 30px;
    font-size: 15px;
    padding: 0px;
    line-height: 30px;
    position: relative;
}
.btn-pink::before {
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: #000;
    transition: width 0.5s;
}
.btn-pink:hover::before {
    width: 100%;
    z-index: -1;
    color: #fff;
}
.btn-pink:hover{
   color: #fff;
   z-index: 99;
}
.add-cart {
    width: 95px;
    display: block;
    background: #000;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    text-align: center;
    position: absolute;
    /*bottom: 10px;*/
    left: 50%;
    transform: translateX(-50%);
}
.add-cart::before {
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: #ff708e;
    transition: width 0.5s;
}
.add-cart:hover::before {
    width: 100%;
    z-index: -1;
    color: #fff;
}
.add-cart:hover{
    color: #fff;
}
.shop-now-btn{
    position: relative;
}
.shop-now-btn::before {
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #ff708e;
    transition: width 0.5s;
    z-index: 1;
}
.shop-now-btn:hover::before {
    width: 100%;
    color: #fff;
    z-index: -1;
}
.shop-now-btn:hover{
    z-index: 9;
}
.view_all{
   position: relative;
   border: none;
}
.view_all::before{
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #000;
    transition: width 0.5s;
    z-index: 1; 
}
.view_all:hover::before {
    width: 100%;
    color: #fff;
    z-index: -1;
}
.view_all:hover{
   z-index: 9;  
   color: #fff;
}
.search-btn{
    display: none !important;
}
.btn-black{
    width: 100px;
    display: block;
    background: #000;
    color: #fff;
    height: 30px;
    margin-top: 5px;
    text-align: center;
    border: none;
    position: relative;
}

.btn-black::before {
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: #ff708e;
    transition: width 0.5s;
}
.btn-black:hover::before {
    width: 100%;
    z-index: -1;
    color: #fff;
}
.btn-black:hover{
    color: #fff;
      z-index: 9;
}
.stars {
    color: #0066c0;
    font-size: 13px;
    font-weight: bold;
}
.header-search-cate .form-control {
    border: none;
    font-size: 15px;
}
.user_password{
      margin: 0 0px 40px;
}
.otp_head{
	text-align: center;
}
legend{
    margin-bottom: 1.5rem;
}
.reason-sec .col-md-11 {
    padding-left: 0;
}
.product-open .form-control{
  height: auto;
}
.reason-sec .form-group {
    margin-bottom: 0rem;
}
.form-footers{
  margin-top: 40px;
}
.reason-sec .form-control {
    height: auto;
    display: inline;
}
.continue_btn{
    width: 50%;
}
.checkout-title h1 {
    font-size: 25px;
}
.checkout-title h2 {
    font-size: 25px;
}
.prdDescs-buynow:hover {
    color: #fff;
}
.prdDesc-buynow:hover{
	color: #fff;
}
.paycard img {
    width: 220px;
}
.mem-login .form-group{
	margin: 0 auto;
}
.min{
	margin-right: 5px;
}
.max{
	margin-left: 5px;
}
.forgot_password{
  max-width: 500px;
}
.fb-login{
	background-color: #334aa7;
}
.googleBtn{
   background-color: #e83d2a;
}
.save_price{
	color: #388e3c !important;
    font-weight: 500;
}
.product-section p{
	font-size: 13px;
	color: #212121;
}
.heading_cart{
	border-bottom: solid 1px #f1f3f6;
	margin-bottom: 15px;
}
.product-section.price-details{
	padding-bottom: 5px;
}
.product-section.price-details p {
    margin: 12px 0;
}
.heading_cart h2{
	font-size: 18px;
    margin-top: 0px; 
    padding: 0 15px;
}
.price{
    font-size: 15px;
    font-weight: 300;
}
.product-title {
    margin-bottom: 0;
}
.product-price{
    color: #B12704;
    font-size: 15px;
}
.item-section{
	padding: 20px 0;
    border-bottom: solid 1px #f1f3f6;
}
.product-section .btn {
     background: #fb641b;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border: none;
    color: #fff !important;
    width: 100%;
    height: 40px;
    font-size: 17px;
}
.lg-space {
    margin-top: 0px;
}
.product-section .btn a{
	color: #fff;
}
.remove_item a {
 color: #212121;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 20px;
    font-size: 13px;
}
 .increment_item .form-control{
    text-align: center;
    background-color: #fff !important;
    margin: 0 10px;
    box-shadow: none;
    height: 30px;
 }
.place_order{
	border-top: 1px solid #f0f0f0;
    background: #fff;
    padding: 16px 22px;
    box-shadow: 0 -2px 10px 0 rgba(0,0,0,.1);
    display: block;
}
.product_cart h4 a {
	font-size: 18px;
    color: #212121;
    font-weight: normal;
}
.size-item{
	color: #878787 !important;
}
.item-section figure img{
    width: 100%;
    height: 160px;
    object-fit: contain;
}
.tab-content .row.row-sm {
    margin-left: 15px;
    margin-right: 15px;
}
.dashboard-content h2 {
    margin-top: 0;
}
.popularity_space{
	width: 100% !important;
	margin: 0 0px;
}
.sortby_tabmenu{
   display: inline-flex;
   margin-top: 15px;
   justify-content: flex-end;
   padding-left: 0;
   padding-right: 0;
}
.sortby_tabmenu .nav>li {
    display: initial;
}
.prod_select .tab-content>.active {
    display: block;
    width: 100%;
    padding: 0px;
    border: none; 
    box-shadow: none;
    margin-left: 0px;
    margin-right: 0px;
}
.login-panel.panel .row {
    margin-left: 0;
    margin-right: 0;
}
.dropdown {
  position: relative;
  display: inline-block;
  height: 40px;
  cursor: pointer;
}
.tab-section {
    margin-top: 30px;
}
.max-widthlogin{
   max-width: 450px;
    display: block;
    margin: 0 auto; 
}
.section_category{
    width:100%;
}
.foo-social ul {
    display: inline-flex;
}
.footer-section ul {
    list-style: none;
    padding-left: 0;
}
.foo-social ul li {
    width: 35px;
    height: 35px;
    display: block;
    margin-left: 10px;
   
    line-height: 35px;
    text-align: center;
}
.foo-social ul li a {
    color: #fff;
}
.foo-social ul li:nth-child(1) {
     background: #3e70af;
}
.foo-social ul li:nth-child(2) {
    background-color: #05acce;
}
.foo-social ul li:nth-child(3) {
    background-color: #3fbde9;
}
.foo-social ul li:nth-child(4) {
    background-color: #b8529e;
}
.foo-social ul li:nth-child(5) {
    background-color: #e20017;
}
.footer-section ul li {
    margin-right: 10px;
    line-height: 2em;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 242px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 0px 0px;
  z-index: 999999;
  top: 25px;
  text-align: left;
  right: -60px;
}
.dropdown-content::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: #fff;
    transform: rotate(45deg);
    margin: 0 auto;
    position: absolute;
    left: 47%;
    top: -8px;
}
.dropdown-content p a span {
    color: #2874f0;
    text-align: right;
    float: right;
    font-size: 13px;
    padding-right: 8px;
}
.dropdown span:hover i {
    transform: rotate(180deg);
}
.dropdown:hover .dropdown-content p a {
    color: #333;
    padding-left: 15px;
    font-size: 13px;
    max-width: 245px;
    display: block;
}
.dropdown:hover .dropdown-content .fa{
	color: #2874f1;
}
.dropdown:hover .dropdown-content p{
    margin-bottom: 0rem;
    border-bottom: solid 1px #ddd;
    height: 50px;
    line-height: 50px;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.tab-section .nav-tabs{
    border-bottom: none !important;
}
.product-desc ul{
	list-style-type: initial !important;
    margin-left: 15px;
}
.product-desc ul li{
	margin-bottom: 5px;
    color:#636466;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
}
.tab-section .nav-item{
    display:inline-flex;
    width: 19%;
}
.social-sec ul{
    display: inline-flex;
    margin-bottom: 0px;
}
.social-sec ul li{
    line-height: 40px;
     width: 220px;
    text-align: center;
    border-radius: 4px;
}
.form-footer{
    margin-bottom: 1rem;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
}
.form-footer-right{
    margin-left: 15px;
    margin-right: 15px;
}
.row.my-account .row {
    margin-left: 0;
    margin-right: 0;
}
.row.sortby_tabmenu .tab-content{
	width: 100%;
}
.form-control:disabled, .form-control[readonly] {
    background: #fff;
    height: 30px;
}
.form-control.validationCheck {
    min-height: auto !important;
}
.star-rating {
  line-height:32px;
  font-size:1em;
}
.star-rating .fa-star{
    color: #ffa41c;
    text-shadow: #a26b01 1px 1px;
}
.fa-star-half-o{
    color: #ffa41c;
    text-shadow: #a26b01 1px 1px;
}
.fa-star-o{
    color: #ffa41c;
    text-shadow: #a26b01 1px 1px;
}
.social-sec ul li a{
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.social-sec ul li span{
    font-size: 20px;
    margin-right: 15px;
    border-right: solid 1px #fff;
    padding-right: 15px;
    font-weight: bold;
}
.social-sec ul li:nth-child(1){
    background-color: #4a67b7;
    margin-right: 5px;
}
.social-sec ul li:nth-child(2){
    
    background-color: #dd4b39;
}
.bg-lights {
    background: #f5faff;
    padding: 20px;
    border: 1px solid #e0e0e0;
}
.btn-white{
	background-color: #fff !important;
}
.edit-prof .form-control{
	font-size: 14px !important;
	height: 45px;
}
.product_carousel_section{
	position: relative;
    background-color: #fff;
    border-top: solid 1px #ccc;
}
.wishlist{
    display: inline-block; 
    cursor: pointer;
    margin-right: 10px;
    color: #e95144;
}
.list-group h5 { 
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 10px;
}
.container.category-section {
    max-width: 1200px;
}
.pd-right{
	padding-right: 3px;
}
.pd-left{
	padding-left: 3px;
}
.left-space{
	padding-left: 12px;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
}
.sortby_tabmenu .tab-content>.active {
    display: block;
    width: 100%;
    padding: 0px;
    border: none;
    box-shadow: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
}
.sortby_tabmenu .nav>li{
	width: auto;
}
.sortby_tabmenu .nav.nav-tabs{
	border-bottom: none;
}
.sortby_tabmenu .nav-tabs > li > a {
    padding: 0px 0px 8px 0px !important;
    font-size: 14px;
    color: #878787;
    margin: 0 12px;
}
.sort-by{
 font-size: 14px;
}
.breadcrumb-item {
    font-size: 14px;
}
 .sortby_tabmenu .nav-tabs .nav-link.active {
    color: #2874f0 !important;
    border-bottom: solid 2px #2874f0;
    margin-bottom: 1px;
}
.category-sidebar{
	margin-bottom: 40px;
	padding-left: 0;
	padding-right: 8px;
}
.price-field{
	width: 100%;
    border:none;
    padding: .75rem 0rem;  
    font-size: 12px;
    border: solid 1px #ddd;
    text-align: center;
    outline: none;
}
.price-field::placeholder {
     color: #212121;
     opacity: 1;
}
.price-field:-ms-input-placeholder {
     color: #212121;
     opacity: 1;
}
.category-sidebar article{
    background-color: #fff;
    padding: 0px 5px;
    box-shadow: #ddd 0 0 7px;
}
.category-sidebar input[type=checkbox], input[type=radio]{
	margin-right: 8px;
}
.category-sec .product {
    margin-bottom: 0;
    padding-bottom: 20px;
    border: solid 1px #ddd;
    height: 450px;
}
.category-sec .truncate {
    height: 165px;
}
.category-sidebar label{
	margin: 0px;
	color: #212121;
	font-size: 13px;
}
.category-sec .breadcrumb-nav {
	width: 100%;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1.5rem;
}
.category-sec .product-image img {
    display: block;
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.sorting-categaory{
	width: 100% !important;
    border:none !important;
	color: #9e9e9e
}
.recent-image-big img {
    width: 500px;
    height: 300px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.remove-res{
   font-size: 18px;
   margin-left: 5px;
}
.news-letter{
	width: 100%;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}
.news-letter .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}
.row.prod_select {
    padding-bottom: 10px;
}
.sortby_tabmenu .nav-tabs > li > a:hover {
    text-decoration: none !important;
}
.row.prod_select .tab-content{
    width: 100%;
}
.list-group.bdr::before {
    content: "";
    width: 80%;
    height: 1px;
    display: block;
    background: #ddd;
    top: 61.5%;
    position: absolute;
    z-index: 99;
}
.category-sec .row.product_bg{
	 box-shadow: #ccc 0 0 5px;
}
.product_carousel_section .owl-carousel .owl-stage-outer{
    padding: 0px;
}

.footer-bottom ul {
    display: inline-flex;
    float: right;
}
.footer-bottom ul li {
    margin-right: 10px;
}
.top-header-nav li:before {
    content: "";
    position: absolute;
    right: -9px;
    top: 4px;
    width: 1px;
    height: 12px;
    background: #fff;
}
.top-header-nav li:nth-child(2):before {
  content: none;
}
.footer-bottom-sec{
  background-color: #fff;
}
.footer-logo img {
    height: 50px;
    margin-top: -20px;
}
.top-header-nav li a {
    color: #f5f5f5;
    font-size: 12px;
    line-height: normal;
    position: relative;
    letter-spacing: 0.5px;
}
.top-header-right-nav {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
ul.top-header-right-nav li a{
    color: #f5f5f5;
    font-size: 12px;
}
.social-media{
    float: right;
}
.social-media .fa-shopping-cart{
	font-size: 16px;
    margin-right: 5px;
}
#currency{
    background: #fff;
    width: 60px;
    height: 25px;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-left: 4px;
    box-shadow: #a8a8a8 0px 1px 4px inset;
}
.social-media span{
    color: #f5f5f5;
    margin-right: 10px;
    font-weight: 500;
    font-size: 12px;
}
.top-header-right-nav li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    line-height: normal;
}
.top-header-nav li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #222;
    transition: .5s;
}
.top-header-nav li a:focus, .top-header-nav li a:hover {
    color: #fff;
}
.align-items-center {
    align-items: center!important;
}
.most_selling{
   background-color:#fff;  
   background-size: cover;
    background-repeat: no-repeat;
    margin-bottom:0px;
    margin-top:-10px;
    padding: 40px 0px;
    max-width: 1366px;
    margin: auto;    
}
.prod_heading h1{
    font-size: 22px;
    line-height: 45px;
    text-transform: uppercase;   
}
.single-category-box {
   margin-bottom: 30px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.signup-form h2 {
    text-align: center;
    font-size: 34px;
    position: relative;
    top: 10px;
}
.social-btn .btn:first-child {
    margin-left: 0;
}
.social-btn .btn-danger {
    background: #df4930;
}
.social-btn .btn {
    color: #fff;
    margin: 0px 0 0 15px;
    font-size: 15px;
    border-radius: 50px;
    font-weight: normal;
    border: none;
    height: 35px;
    transition: all 0.4s;
}
.social-btn .btn i {
    float: left;
    margin: 10px 11px;
    font-size: 20px;
}
.or-seperator {
    margin: 50px 0 15px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}
.or-seperator b {
    padding: 0 10px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    position: relative;
    top: -22px;
    z-index: 1;
}
.social-btn .btn-primary {
    background: #507cc0;
}
.single-category-box.women img{
    height: 400px;
    object-fit: cover;
}
.single-category-box.men img{
    height: 400px;
    object-fit: cover;
}
.single-category-box:before {
   /* content: "";*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    transition: .5s;
    opacity: .45;
    z-index: 2;
}
.single-category-box img {
    transition: .5s;
    width: 100%;
}
.single-category-box .category-content {
    position: absolute;
    bottom: 0px;
    transform: translateY(-50%);
    left: 5%;
    right: 0;
    z-index: 3;
    background: #fff;
    opacity: 0.7;
    width: 40%;
    padding: 10px;
}

.single-category-box .link-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.single-category-box .category-content h3 {
    margin-bottom: 0;
    color: #252525;
    font-size: 14px;
    font-weight: normal;
}
.single-category-box .category-content .btn-light {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    border: 1px solid;
}
.single-category-box .category-content .btn {
    margin-top: 22px;
}
.single-category-box:focus img, .single-category-box:hover img {
    transform: scale(1.1);
}
.facility-area {
    background-color: #f5f5f5;
    padding-top: 35px;
    padding-bottom: 35px;
}
.facility-box {
    text-align: center;
}
.facility-box .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 25px;
    color: #222;
    line-height: 80px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.facility-box .icon:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: 6px;
    border-radius: 50%;
}
.facility-box h3 {
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
}
.facility-box:focus .icon i, .facility-box:hover .icon i {
    transform: rotateY(-180deg);
}
.facility-box .icon i {
    transition: .5s;
}
.testimonials-area.bg2 {
    background-image: url(https://themenick.in/project/shope/resources/media/testimonials-bg_1601046570_0.jpg);
    background-attachment: fixed;
}
.testimonials-area {
    position: relative;
    z-index: 1;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://themenick.in/project/shope/resources/media/testimonials-bg_1601046570_0.jpg);
}
.testimonials-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #222;
    opacity: .7;
}
.single-testimonials {
    text-align: center;
    margin: 0 auto;
    max-width: 745px;
}
.single-testimonials .client-image {
    margin-bottom: 30px;
}
.single-testimonials .client-image img {
    width: 65px!important;
    border-radius: 50%;
    height: 65px !important;
    display: inline-block!important;
}
.single-testimonials p {
    color: #fff;
    margin-bottom: 0;
    font-style: italic;
    line-height: 1.9;
}
.single-testimonials .client-info {
    margin-top: 25px;
}
.single-testimonials .client-info h4 {
    font-size: 18px;
    color: #fff;
}
.single-testimonials .client-info span {
    display: block;
    color: #fff;
    font-size: 13px;
    opacity: .95;
}
/*-----------------------popup offer-------------------------------*/
.call_us{
    float: left;
    font-size: 18px;
    font-weight: 700;
    width: 50%;
    margin-left: 28%;
    border-radius: 7px
}
.bg_color{
    height: auto!important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: #d91b5d!important;   
}
.phone_num{
  font-size: 26px;
    margin-top: -20px; 
    margin-bottom: -30px;
}
.uscall{
   padding-left: 12rem;
    color: #fff; 
}
.popupbtn{
  color: #fff;
    opacity: 0.9;
    font-size: 28px;  
}
.offer-image {
    background-color:#f7f7f7;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    height: auto;
    width: 100%;
}
.question{
      text-align: left; 
      padding: 38px 4px 3px 0px;
}
.question p{
      max-width: 100%!important;
      margin-left: 25px;
}
.question ul{
  list-style-type: disc!important; 
  margin-left: 70px;
}
.form-footer a{
  font-size: 15px;  
}
/*-----------------------popup offer-------------------------------*/
/*-----------------------banner-one css-------------------------------*/
.footer-logo{
    height: 50px;
}
.category-boxes.large-item img {
    height: 500px;
    object-fit: cover;
}
.category-boxes.large-item {
    height: 500px;
}
.mg-decrease-top{
	margin-top: -100px;
}
.mg-decrease-top-50{
    margin-top: -50px;
}
.banner_imggess.second-sec .banner-image{
    border:solid 8px #fff;
    box-shadow: 0 11px 21px rgba(162,158,158,.38);
}
.banner_imggess.second-sec .topcat-title h1{
    padding-bottom: 50px;
}
.banner_three{
    background-color:#E1EBF9;  
}
.banner_imgess{
   padding:0.5% 0% 1%; 
   text-align: center; 
   margin: 1% 0 2%;
   padding: 2%;
}

.bane_ime{
 text-align:left;
 color:white;
 padding:0;
 margin-left:13%;
 margin-top:5%   
}
.bane_text{
   font-size:28px;
   font-weight:700; 
}
.bane_font{
  font-weight:700;
  font-size:28px;
  line-height:1.5rem;
  padding:0;margin:0  
}
.bane_curerted{
    font-size:17px;
    padding-bottom:22px;
}
.baner_handpick{
   text-align:left;
   color:white;
   padding:0;
   margin-left:13%;
   margin-top:5% 
}
.baner_handpick1{
   font-size:28px;
   font-weight:700; 
}
.baner_handpick2{
  font-weight:700;
  font-size:28px;
  line-height:1.5rem;
  padding:0;
  margin:0  
}
.baner_handpick3{
    font-size:17px;
    padding-bottom:22px;
}
/*-----------------------banner-one css end-------------------------------*/
.loginbbb {
   color: #fff!important;
    border-bottom: 1px solid!important;
    width: 261px;
}
.tiles {
    border: 1px solid #ddd;
     margin-top: 20px; 
}
.drop_down{
    color:#fff;
    position: relative;
    left: 10px;
    font-size: 10px;
}
.myprofiless{
    color: #fff;
}
.myprofiless a{
  padding-top: 10px;
}
.ordermy{
   color: #fff; 
}
.bg-home_page_40_1 {
    width: 100%;
    height: auto;
}
.bg-home_page_40_1 img{
	margin: 20px auto;
}
.product-addon{
    max-width:750px;
    width:100%;
    border-radius:.2rem;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:99999999;
    background:#fff;
    overflow:auto;
    display:none;
}
.overlay-addon{
    position:fixed;
    max-width:100%!important;
    width:100%;
    top:0;
    left:0;
    height:100vh;
    background:rgba(0,0,0,.3);
    z-index:999999;
    display:none;
}
.close-proceed{
    float:right;
    color:#fff;
    cursor:pointer;
    font-size:2.2rem;
    padding-right:1rem;
}
.gifteselling{
    background-image:
    url(https://themenick.com/project/bakersdelight/cms/resources/media/slider/1596052165_banner-boxcurcile_0.jpg);
    min-height: 200px !important;    
}
.view_feater{
   float: right; 
}
.view_all{
    width: 150px;
    text-align: center;
    color: white;   
    background-color: #ff708e;
    border-radius: 0;
}
 p a:hover{
     color:#000;
 }

.category-boxes {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.category-boxes img {
    border-radius: 5px;
    width: 100%;
    transition: .5s;
    height: 400px;
    object-fit: cover;
}
.category-boxes:hover img {
    transform: scale(1.1);
}
.category-boxes .content {
    font-family: 'Roboto', sans-serif;
    width: 68%;
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translateX(-50%);
    background: #fff;
    text-align: center;
    padding: 20px 40px;
}
.category-boxes.large-item .content {
    width: 68%;
    position: absolute;
    left: 50%;
    top: 66%;
    transform: translateX(-50%);
    background: #fff;
    text-align: center;
    padding: 20px 40px;
}
.category-boxes .content h3 {
    color: #000;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}
.category-boxes .content span {
    display: block;
    color: #000;
    margin-top: 10px;
}
.category-boxes .content .shop-now-btn {
    margin-top: 15px;
    display: inline-block; 
    padding: 0px 25px;
    line-height: normal;
    border-radius: 0;
    transition: .5s;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    background: #111111;
}
.banner-image {
  overflow: hidden; 
  transition: all .3s ease-in-out;
}
.banner-image:hover img {
    transform: scale(1.1);
}
.banner_imggess .banner-image {
    border-radius: 0px 40px 0px 40px;
}
.banner img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: all 1s ease;
}
.banner_imggess .banner img {
    height: 380px;
    object-fit: cover;
}
.addon-header{
    width:100%;
   background-color: #812990;
    color: #FFF;
    padding: 10px 5px;
    font-size: 18px;
    text-align:center;
}
.addon-footer{
    width:100%;
    padding:1rem;
    background:rgba(0,0,0,.02);
    display:table;
}
.addon-footer button{
    float:right;
}
.rel-products{
    padding:1rem;
    width:100%;
    display:table;
    height:300px;
    overflow-y:scroll;
}
.rel-products .pro-duct{
    max-width:calc(100% / 4 - 2rem);
    width:100%;
    float:left;
    margin:1rem;
    box-shadow:1px 1px 4px 1px lightgray;
    height:220px;
    position:relative;
}
.pro-duct h4{
    font-size:1.3rem;
    padding:.5rem 1rem;
}
.pro-duct p{
    margin-top: -2rem;
    padding: 0px 10px;
}
.pro-duct p span{
    font-size:1.2rem;
}
.addon-p{
    position:absolute;
    z-index:9999999;
    display:block;
}
/*ends css*/
.yes a{
   font-weight: 500!important;
   font-size: 15px;
}
#useropt{
  display: table;
  float: left;  
}
.logo-section img {
    margin: 0 auto;
    display: block;
    height: 50px;
}
#useropt .menu.sf-arrows .sf-with-ul::after  {
    display:none!important;
}
#useropt .sf-with-ul::after{
  display:none!important;  
}
.header-left_top{
   float: right; 
   position: relative;
    right:0px;
}
.left {
    float: left !important;
}
ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}
.view_profile {
  min-width: 280px!important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 34px;
}
.twohor{
  color: #ED217C;
  line-height: 16px;
  font-weight: 900!important;
  font-size: 14px;  
  text-transform: capitalize;
}
.page-description-content table th {
    border: 1px solid #787878 !important;
    text-align: center;
    padding:8px 5px;
}
.page-description-content table thead tr th strong{
    font-weight: 600;
}
.left .bg-express_delivery_1 img{
    width: 28px;
    height: 33px;
}
.righttop ul li a{
 padding: -1px 0px!important;
 color:#696969;
 text-transform: capitalize; 
 font-size: 14px;
}
.main-nav ul li ul li {
     text-transform: capitalize; 
     font-weight: 100;
     font-size: 13px;
     padding: 0px 0px;
}
.righttop ul li ul{
   margin-top: -12px; 
}
.righttop ul li ul li a{
    margin: 0;
    position: relative; 
    color:#fff!important;
   padding: 8px 0px!important;
   font-weight: 100;
}
.skill_section img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.guarantee{
 border: 1px solid #ED217C;
    padding: 20px 0px 0px 0px;
}
.guarantee h1{
    text-align:center;
    color:#ED217C;
}
.deloverri_home{
   padding: 30px 0px; 
}
.section-specialities {
    background-color: #fff;
    padding: 17px 0;
    margin-top: 20px;
}
.skill_section, .skill_section span {  
    text-align: center;
}
.skill_section {
   padding: 80px 0px 0px;
    margin-bottom: 0px;
    border-radius: 3px;
    height: 110px;
    margin-bottom: 20px;
}
.hone_gie{
      margin-top: -20px;
    margin-bottom: 100px; 
}
.skill_section span {
    width: 100px;
    height: 100px;
    line-height: 100px;
    position: absolute;
    top:0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
    border: 0px solid #fff;
    transition: all .5s;
}
.topcat-title h1{
    font-weight:700!important;
    font-size:22px;
    text-align: center;
    position: relative;
    padding-top: 0px;
    margin-bottom: 25px;
    line-height: 1.5;  
    color: rgba(0, 0, 0, 0.87)!important;  
    text-transform: uppercase; 
}
.static {
    position: absolute;  
    display: none;
}
.static:hover {
    opacity: 0;
}
.cake_proess img{
 margin: 0 auto;
}
.cake_proess{
	border: 1mm ridge rgba(233, 28, 105, 0.96);
    border-radius: 35px;
    height: 140px;
}
.product-tag {
    padding: 2px 10px; 
    left: 5px;
    color: #FFF;
    font-size: 12px;
    position: absolute;
    top: 5px;
    z-index: 9999;       
}
.slide-card-without-city:hover{
    box-shadow: 0px 1px 5px #00000029 !important;
}
.z-depth-0 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.slide-card-without-city {
    display: inline-block;
    padding: 0;
    overflow: hidden;
    background-color: white;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 65px;
}
.green {
    background-color: #ff708e !important;
}
.wave-effect:before {
    content: '';
    top: 0;
    left: 44px;
    width: 100%;
    height: 15px;
    width: 39px;
    animation: slide 1.1s infinite;
    position: absolute;
    background: #fff;
    filter: blur(6px);
    opacity: 0.5; 
}
@keyframes slide {
    0% {transform:translateX(-100%);}
    100% {transform:translateX(100%);}
} 
.bottom_border{
  text-align: center;
    color: #636466;
    font-size: 16px;
    max-width: 125px!important;
    border-radius: 10px;
    margin-top: 0%;
    background-color: #d91b5d;
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 1px;
}
.topcat-title h1::after {
    position: absolute;
    content: none;
    width: 336px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    border-bottom: 1px solid #333;
}
.stars-container {
    position: relative;
    display: inline-block;
    color: #d91b5d;
}
.stars-container::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    color: lightgray;
}
.stars-100::after {
    width: 100%;
}
.stars-container::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    color: #ffb503 !important;
    overflow: hidden;
}
a {
    text-decoration: none!important;
}
.delivery{
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 100;
}
.delivery_my{
 font-size: 12px;
    color: #666;
    text-transform: capitalize;
    margin-top: 3px; 
    font-weight: 700!important;
}
.header-menu_left{
    margin-top: 5px;
}
.header-menu_left ul li a {
    font-size: 15px;
}
.header-menu_left ul li{
  padding: 0px;  
}
.view_profile li{
   position: relative;
    left: 8px; 
}
.item_list{
    font-size: 14px;
    color: #878787; 
}
.browser-default{
    width: 200px;
    float: right;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    padding: 0px 8px;;
    color: #212121;
    font-size: 13px;
}
.prod_select{
    margin-bottom: 20px;
}
#header_title span{
    text-transform:capitalize!important;
}
.prod{
    display:none;
}
.footer_texts{
    background-color: #f1f3f6;
    padding-top: 1rem;
    padding-bottom: 1rem;
    max-width: 1366px;
    margin: auto;
}
.page-description-content h1 {
    color: #666;
    margin-bottom: 10px;
}
.page-description-content h2, .page-description-content h1 {
    color: #666;
    margin-bottom: 10px;
}
.page-description-content h2 {
    font-size: 20px;
}
.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px;
}
.left-align {
    text-align: left;
}
.page-description-content {
    color: #787878;
}
.page-description-content p {
    margin-top: 10px;
    font-size: 14px;
    text-align: justify;
}
.page-description-content h1 {
    font-size: 22px;
}
.page-description-content table td {
    border: 1px solid #888;
    text-align: center;
    padding: 5px;
}
.page-description-content table {
    width: 100% !important;
}
.twohours{ 
 text-transform: capitalize;
 font-weight: 900;
}
.profile{
    color:#ED217C; 
    line-height: 16px;
}
.myprofile{
  font-size:13px; 
  color:#333;
}
.header-rightshopping{
    float:right;
    position: relative;
    left: -30px;
    top: 0px;
}
.menu.sf-arrows .submanu .sf-with-ul::after {
    content: none;
    position: absolute;
    top: 50%;
    display: inline-block;
    right: .8rem;
    font-family: 'porto';
    transform: translateY(-50%);
    font-size: 1.3rem;
    line-height: 1;
    margin-top: -1px
}
.menu.sf-arrows ul .submanu .sf-with-ul::after {
    content: none;
    right: 1rem
}
.loginbtn{
  background: #ffffff;
  border: 1px solid #d4d0d0;
  color: #ED217C;
  padding: 2px 10px;
  font-size: 14px  
}
.review{
  display:inline-block;
  color:#e7711b;
  font-size:14px;
  text-align:center;   
}
.truncate {  
   padding: 15px;
   height: 150px;
   position: relative;
}
 .product-images {
    overflow: hidden;
    position: relative;
}
.product-images img {
    transition: .5s;
    width: 100%;
}
.white {
    background-image: linear-gradient(to bottom right, #efeeee, #b35671);
    padding: 20px;
}
.footer-highlights .highlight {
    padding: 20px 18px 15px;
    border-right: 1px solid #d91b5d;
}
.footer-highlights .highlight:last-child{
    border:none;
}
.row.footer-highlights {
    margin: 0;
    background-color: #FFF;
}
.footer-highlights .iconContainer {
    margin-right: 12px;    
}
.bg-shield  img{
    width: 45px;
    height: 45px;
}
.footer-highlights .sub-title {
    font-size: 14px;
    color: rgb(28,28,28);
}
.footer-highlights .title {
    font-size: 22px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
    text-transform: capitalize;
}
.footer-highlights .sub-title {
    font-size: 14px;
    color: rgb(28,28,28);
}
.prdDesc-buynow {
    background: #ff9f00;
    width: 100%;
    height: 45px;
    color: #fff;
}
.prdDescs-buynow{
  background-color: #fb641b;
  width: 100%;
  font-size: 16px;
  height: 45px;
  color: #fff;
}
.product-rating{
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}

[type="radio"]:checked,
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {position: relative; padding-left: 24px; cursor: pointer; display: inline-block;}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {content: none; width: 12px; height: 12px; background: #DA0E68; position: absolute; top:15px; left: 4px; border-color: #DA0E68; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
[type="radio"]:not(:checked) + label:after {opacity: 0; -webkit-transform: scale(0); transform: scale(0); }
[type="radio"]:checked + label:after {opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    transition: .2s;
}
[type="radio"]:checked + label:before{
    border: 2px solid #DA0E68!important;
    display: none;
}
[type="checkbox"]:not(.filled-in) + label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    transition: .2s;
}
[type="checkbox"] + label {
    height: 37px;
}
.cake_message{
  border: 1px solid #DFDFDF;
  box-shadow: 0px 1px 2px #00000029;
  padding: 0 10px;
  width: 100%;
  margin-bottom: 0;height: 43px;
  display:block;  
}
/* Radio Buttons
   ========================================================================== */
/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
/* Focused styles */
[type="radio"].tabbed:focus + label:before {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}
[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}
/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}
/* Checkboxes
   ========================================================================== */
[type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          text-transform: capitalize;
          color: #212121;
}
[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: .2s;
  transition: .2s;  
}
[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}
[type="checkbox"].tabbed:focus + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
      border-right: 2px solid #da0e68;
    border-bottom: 2px solid #da0e68;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}
/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}
[type="checkbox"].filled-in + label:after {
  border-radius: 2px;
}
[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
          transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}
[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
          transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.mobilecheck{
    margin-bottom:10px; 
}
.radioeffect{
    margin-left: 10px;
}
.form-group.radioeffect label {
    margin: 0;
    margin-top:5px; 
}
.mobilecheck .radioeffect{
    margin-left: 10px;
    display: inline-flex;
}
.mobilecheck .radioeffect input[type=radio]{
	margin-top: 4px;
}
.mobilecheck .radioeffect [type="radio"]:not(:checked) + label{
	 padding-left: 10px;
	 color: #111;
}
.mobilecheck .radioeffect [type="radio"]:checked + label{
	padding-left: 10px;
	color: #111;
}
.product-desc-content ul{
      padding: 0px 3px 0px 35px; 
	  list-style: inside;
}
.product-rating i{
   position: relative;
    display: inline-block;
    color: #ffb503; 
}
.product-rew{
	height: 410px;
    background: #f2f2f2;
    padding: 20px;
}
.perc_total{
 position: relative;
    display: inline-block;
    color: #131320;
    font-size:13px;
}
.main_pric{
	display: inline-flex;
	width: 100%;
}
.main_pric p{
	width: 24%;
    text-align: right;
    line-height: 25px;
    font-size: 16px;
    color: #555;
    margin-bottom: 0px;
    margin-right: 10px;
}
.main_price{
	display: inline-flex;
	width: 100%;
}
.main_price p{
    font-size: 16px;
    color: #555;
    width: 32%;
    margin-bottom: 0px;
    text-align: right;
    margin-right: 10px;
}
.end_timer{
	display: inline-flex;
    width: 100%;
}
.off-proce{
   color: #26a541; 
   font-size: 13px;
}
span.product-timer span{
	padding: 0px;
}
.end_timer p{
	font-size: 16px;
    color: #111; 
    margin-bottom: 0px;
    padding-top: 2px;
}
.flaver_cecke{
     display:table;
     float:left;  
     position: relative;
     left: 0px;
     padding-left: 0px;
}
.input-field{
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: -14px; 
}
.value_checkbox{
    position: relative;
    top: 0px;
    font-size: 14px;   
}
.increment_item{
	display: inline-flex;
	margin: 12px 0;
}
.media-heading a {
    color: #212121;
    font-weight: normal;
}
.save-price { 
    font-size: 12px;
    color: #26a541;
    padding-left: 5px;
}
.price strong{
	color: #212121;
	font-size: 15px;
}
.cart_detail{
	background-color: #ffffff;;
}
.min a{
	width: 30px;
    height: 30px;
    display: block;
    border: solid 1px #e0e0e0;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #c2c2c2;
}
.max a{
	width: 30px;
    height: 30px;
    display: block;
    border: solid 1px #e0e0e0;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #c2c2c2;
}
.progress {
    background-color: #ff708e;
    height: 8px;    
}
.btnees{
 background-color:#fb641b; 
 border: none;
 color:#fff;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    text-transform: uppercase;
}
.product_review h4{
    font-size: 16px;
    margin-bottom: 5px;  
    color:#000;
    font-weight: 500;
}
.Rev_rating_wrapper{
    width: 100%;
    background: #f3f3f3;
    margin-right: 20px;
    padding: 15px;
    border: solid 1px #ddd;
}
.review_base{
   width: 100%;
   font-size: 17px;
   font-weight: 500; 
}
.starss i{
    position: relative;
    display: inline-block;
    color:#ffb503;
}
span.product-timer{
    margin: 5px 0 0 0;
}
h5.texes{
	padding-left: 26%;
    font-size: 16px;
    color: #111;
    font-weight: 500;
}
span.product-timer span {
    width: 35px; 
    color: #111;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    text-transform: lowercase !important;
}
.product0_search{
  margin-top:0px;  
}
.help h3{
    font-size: 30px;
    padding-top: 60px;
}
.mobile-logo{
    display: none;
}
.mobile-menu-toggler [class^="icon-"]:before{
    color: #000;
}
/*Logo carousel*/
#clients {
  display: block;
  margin-left: auto;
  margin-right: auto;}
#clients .clients-wrap {
  display: block;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;}
#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;}
#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 200px;
  line-height: 100px;
  text-align: center; 
  margin:0 5px 0 5px;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}

#clients .clients-wrap ul li img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;}
/*Logo carousel*/
.Handpicked {
    text-align:left;
    color:white;
    padding:0;
    margin-top:11%
}
.handpick{
    font-size:28px;
    font-weight:700;
    margin-bottom: 10px;
    color:#fff;
}
.forher{
 font-weight:700;
 font-size:28px;
 color:#fff;
 line-height:1.5rem;
 padding:0;
 margin:0   
}
.hand_text{
  font-size:15px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.product-name{
    display: inline-flex;
    float: left;
    padding: 10px 5px 15px 10px;
    width: 70%;
}
.pro_img img{
    display: inline-flex;
    float: left; width: 30%; 
    height: 50px;
    border: 1px solid #ccc;
}
.product-1-qty {
    border: 1px #ddd dotted;
    display: inline-flex;
}
.product-1 a {
    color: #000;
    font-size: 22px;
    padding: 0px 20px;  
    line-height: 40px;
    background-color: #e1e6ea;
}
.product-1 input[type="text"] {
    width: 60px;
    text-align: center;
    border: none;
}
.product-single-details h1 {
    font-size: 20px;
    padding-top: 10px;
}
.single-info-list li {
    font-size: 13px;
}
.single-info-list li strong {
    color: #636466;
}
.product-single-details .product-price {
    font-size: 28px;
    padding-top: 10px;
}
.old-price {
    color: #565959;
    font-size: 12px;
    text-decoration: line-through;
}
.input-title{
    font-size: 1rem;
}
.single-info-list {
    border-bottom: 1px solid #dae2e6;
    padding-bottom: 20px;
}
.tab-section .nav-item .nav-link.active {
    background: #000 !important;
    color: #fff !important; 
}
.tab-section .nav-tabs .nav-item .nav-link {
    width: 100%;
    text-align: center;
    background-color: #eee;
    padding: 0px !important;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #282d3b;
}
.tab-section .nav-tabs .nav-item {
    margin-right:1%;
}
.tab-content>.active { 
    box-shadow: #ccc 0 0 5px;
    margin-bottom: 20px;
}
.tab-content h5 {
    color: #000;
}
.email-val{
    position: relative;
}
.email-val input {
    border: none;
    width: 100%;
    height: 40px;
    outline: 0;
    -webkit-appearance: none;
    font: 14px/21px "Open Sans", sans-serif;
    color: #7b7f83;
    padding: 0 20px 0 30px;
    border-bottom: solid 1px #ddd !important;
    border-radius: 0;
}
.email-val:before {
    content: "\f003";
    position: absolute;
    font-family: FontAwesome; 
    color: #7b7f83;
    font-size: 18px;
    top: 8px;
}
.shadowpan {
    padding-left: 0px;
    padding-right: 0px;
}
.password-val input {
   border: none;
    width: 100%;
    height: 40px;
    outline: 0;
    -webkit-appearance: none;
    font: 14px/21px "Open Sans", sans-serif;
    color: #7b7f83;
    padding: 0 20px 0 30px;
    border-bottom: solid 1px #ddd !important;
    border-radius: 0;
}
.password-val{
    position: relative;
}
.password-val:before { 
    content: "\f070";
    position: absolute;
    font-family: FontAwesome;
    color: #7b7f83;
    font-size: 18px;
    top: 8px;
}
.login-social .login-with-social ul li a {
    display: block;
    font: normal 400 1rem / 1.4 "Open Sans", sans-serif;
    color: #fff;
    font-weight: bold;
}
.login-social .login-with-social ul li {
    text-align: left;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
    width: 47%;
}
.loginFacebook .fa-facebook {
    width: 45px;
    background: #2c4196;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 5px;
}
.loginGoogle .fa-google {
    width: 45px;
    background: #db311f;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 5px;
}
.form-footer {
    margin-bottom: 1rem;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    justify-content: space-between;
}
.form-footer a {
    font-size: 15px;
}
.continue-guest {
    float: right;
    font-family: "Open Sans", sans-serif;
    color: #007bc4; 
    font-weight: 600;
}
.register-form .form-control {
    border-radius: 0;
    height: 45px;
}
.otp-input {
    border: solid 1px #ddd;
    height: 40px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*--------------Checkout Page css start ---------------*/

.page-description-content {
    color: #787878;
}
.bg-home_page_40_1 {
    width: 100%;
    height: auto;
    margin-left: 35%;
}
.footer_texts {
    background-color: #f1f3f6;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.checkout-order-con p {
    margin-bottom: 0px;
}
.page-description-content h1 {
    font-size: 22px;
}
.page-description-content h2, .page-description-content h1 {
    color: #666;
    margin-bottom: 10px;
}
.page-description-content table td {
    border: 1px solid #888;
    text-align: center;
    padding: 5px;
}
.section-specialities {
    background-color: #fff;
    padding: 17px 0;
    margin-top: 20px;
}
.skill_section {
    padding: 80px 0px 0px;
    margin-bottom: 0px;
    border-radius: 3px;
    height: 110px;
    margin-bottom: 20px;
}
.skill_section span {
    width: 100px;
    height: 100px;
    line-height: 100px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
    border: 0px solid #fff;
    transition: all .5s;
}
.skill_section img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.skill_section, .skill_section span {
    /* background-color: #FFF; */
    text-align: center;
}
.page-description-content p {
    margin-top: 10px;
    font-size: 14px;
    text-align: justify;
}
.page-description-content table {
    width: 100% !important;
}
.product-name{
    display: inline-flex;
    float: left;
    padding: 10px 5px 15px 10px;
    width: 70%;
}
.pro_img img{
    display: inline-flex;
    float: left;
    width: 50px; 
    height: 50px;
    border: 1px solid #ccc;
}
thead{
    border-bottom: 1px solid #dfdfdf;
}
.pro-table{
    width: 100%;
}
.checkout-order-sec {
    width: 100%;
    overflow: hidden;
    display: block;
}
.pro-first{
    width:300px;
}
.pro-seconf{
    width:108px;
    display: inline-flex;
    padding-top: 11px;
}
.pro-thired{
    width:100px;
}
.checkout-order-sec tr{
    border-bottom: solid 1px #ddd;
}


@media only screen and (min-width: 320px) and (max-width: 768px){
.pro-table{
    width: 100%;
}

.pro-first{
    width:300px;
}
.pro-seconf{
    width:100px;
}
.pro-thired{
    width:100px;
} 
.subtotal{
    margin-left: -14px!important
}
.shipping_total_price{
     margin-left: -14px!important
}
.pro-fourth{
  width:100px;   
}    
.shrink{
    width:100px!important;
} 
.pro-table{
    width: 503px;
}
.shrinks{
 width:150px!important;   
}
.bg-home_page_40_1 {
    width: 100%;
    height: auto;
    margin-left: 0%;
}
.pro_img img{
    display: inline-flex;
    float: left;
    width: 50px; 
    height: 50px;
    border: 1px solid #ccc;
}
.cart-pages{    
    width:1000px;
    overflow:auto;
    display:flex;
}
.checkout-order-con {
    padding: 10px 0px 0px 0px;
    color: #000;
    overflow: auto!important;
    border-bottom: 1px solid #dfdfdf;
}

.loginBtn-f {
    padding: 8px 14px 12px 42px;
    position: relative;
    left: 0px;
} 
}

/*--------------Checkout Page css end ---------------*/




































