﻿.login_bg
{
    background-image: url("../img/bg-login.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size:100%;
}
.GridPager a, .GridPager span
{
    display: block;
    height: 20px;
    width: 20px;
    text-align: center;
    text-decoration: none;
}
.GridPager a
{
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}
.GridPager span
{
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}

/*Loading Overlay*/
.loading-overlay
{
    display: none;
    background: transparent url('../images/Icon/overlay.png');
    height: 100%;
    left: 0;
    position: fixed;
    _position: absolute;
    _height: 1020px;
    top: 0;
    width: 100%;
    z-index: 1200;
}
.ajax-loader-outer
{
    background: #fff url('../images/Icon/loadsmart.gif') no-repeat 5px 5px;
    margin: 291px auto 0 auto;
    width: 135px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 12px 0 12px 45px;
    font-size: 13px;
    color: #000;
    font-family: Segoe UI,Lucida Grande,Arial,Helvetica,sans-serif;
    height: 45px;
    -moz-box-shadow: 2px 2px 3px #C2C2C2;
    -webkit-box-shadow: 2px 2px 3px #C2C2C2;
    box-shadow: 2px 2px 3px #C2C2C2;
}
#load
{
    background: url('../images/Icon/ezgif.gif') no-repeat center center rgba(0,0,0,0.25);
    height: 100%;
    left: 0;
    position: fixed;
    _position: absolute;
    _height: 1020px;
    top: 0;
    width: 100%;
    z-index: 1200;
}

.fleft
{
    float: left;
}
.fright
{
    float: right;
}
.aleft
{
    text-align: left;
}
.aright
{
    text-align: right;
}
.acenter
{
    text-align: center;
}
.ajustify
{
    text-align: justify;
}
.ribbon
{
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span
{
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F79E05 0%, #8F5408 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}
.ribbon span::before
{
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #8F5408;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F5408;
}
.ribbon span::after
{
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F5408;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F5408;
}

.ajax__calendar
{
    z-index: 99999999999 !important;
}


.img-size
{
    width: 160px!important;
    height: 160px!important;
    box-sizing: content-box;
}

.img-category
{
    width: 90px!important;
    height: 90px!important;
	border:1px solid #ecebeb;
    box-sizing: content-box;
}
.img-cart
{
    width: 90px!important;
    height: 90px!important;
	
    box-sizing: content-box;
}

@media (max-width: 450px){
	
.img-category {
     width: 92px!important;
    height: auto!important;
}
.img-cart
{
    width: 90px!important;
    height: 90px!important;
	
    box-sizing: content-box;
}
}


.zoom
{
    padding: 30px; /* background-color: green; */
    transition: transform .2s; /* width: 200px; */ /* height: 200px; */
    margin: 0 auto;
}

.zoom:hover
{
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari 3-8 */
    transform: scale(1.3);
}



.border
{
    border: 1px solid #f4f4f4;
}


.price-old
{
    color: #999; /* font-size: 13px; */
    font-weight: 200;
    text-decoration: line-through;
}

.price-text
{
    font-size: 16px;
}

.offer-text
{
    font-size: 9px !important;
    z-index: 999 !important;
}

.xzoom-gallery
{
    margin-top: 10px;
}

.xzoom
{
    margin-top: 40px;
}

.input-text.qty.text {
	background: #fff;
	padding: 5px 10px 5px 15px;
	border: solid #ccc 1px;
	font-size: 20px;
	font-weight: 400;
	width: 65px;
	color: #272727;
	border-radius: 0;
}


.multiColorBlock {
    height: 35px;
    width: 35px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 13px 13px 0;
    border: 1px solid #ebebeb;
    float: left;
}

@media screen and (min-width: 769px) {
    .multiColorBlock {
        height:35px;
        width: 35px;
    }
}

.multiColorBlock.active {
    border: 2px solid #51cccc;
    padding: 2px;
}

.multiColorElement {
    width: 100%;
    display: -ms-grid;
    display: grid;
    background-size: 100%;
}




.codCheckForm {
    border: .5px solid rgba(0,0,0,.3);
    border-radius: 5px;
    margin-bottom: 0;
    position: relative;
    padding: 2px;
    margin-top: 0
}

.codCheckForm input {
    font-family: montserrat,sans-serif;
    color: #000;
    display: inline-block;
    width: calc(100% - 145px);
    height: auto;
}

.codCheckForm button,.codCheckForm input {
    font-size: 12px;
    padding: 10px 13px;
    border: none;
}

.codCheckForm button {
    background: transparent;
    font-family: montserrat-bold,sans-serif;
    color: #42a2a2;
    text-transform: uppercase;
    vertical-align: middle;
}

.codCheckForm label {
    font-family: montserrat,sans-serif;
    font-size: 12px;
    color: rgba(0,0,0,.5);
    position: absolute;
    left: 15px;
    top: 13px;
    pointer-events: none;
    margin: 0;
    transition: all .1s ease;
    opacity: 1
}

.codCheckForm input:focus~label,.codCheckForm input:not([value=""])~label {
    background: #fff;
    font-size: 11px;
    color: #000;
    padding: 0 4px;
    top: -6px;
    left: 12px;
}

select {
    border: 1px solid #DDD;
    border-radius: 4px 4px 4px 4px;
    padding: 8px;
}


.product_detail .tab_bar_section ul.nav.nav-tabs li a {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 0 25px;
	height: 50px;
	border: none !important;
	line-height: 52px;
	background: #f3f3f3;
	border-radius: 0;
}

.product_detail .tab_bar_section ul.nav.nav-tabs li a.active {
	background: #039ee3;
	color: #fff;
}

.product_detail .tab_bar_section .nav-tabs .nav-item {
	margin-bottom: 0;
	float: left;
}

.product_detail .tab_bar_section {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.product_detail .tab_bar_section .tab-content {
	float: left;
	width: 100%;
	padding: 35px 0;
}

.product_review .rating i {
	font-size: 13px;
}

.product_review .rating {
	margin-top: 5px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.shopping-cart tr th {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	text-transform: none;
}

.shopping-cart thead {
	background: #f6f6f6;
}

.shopping-cart thead th {
	padding: 18px 25px 18px !important;
}

.shopping-cart div.media a {
	padding: 0;
	margin-right: 20px;
	border: none;
	border-radius: 0;
}

.media a {
	padding: 0;
	margin-right: 20px!important;
	
}

.shopping-cart table tbody tr td {
	padding: 25px 0;
}

.shopping-cart #Quantity1,
.shopping-cart #Quantity2 {
	width: 45px;
	margin: 32px auto 0;
	box-shadow: none;
	border-radius: 0;
	border: solid #ccc 1px;
	height: 45px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	box-shadow: inset 0 0 10px -4px #ccc;
}

.shopping-cart td.price-cnt {
	font-size: 16px;
	font-weight: 400;
	padding-top: 32px;
	color: #333;
}

.coupon {
	float: left;
}

.shopping-cart table tbody tr td.caupon {
	padding: 20px 0 20px;
}

.shopping-cart table tbody tr td.caupon .coupon #coupon_code {
	border: solid #ccc 1px;
	padding: 9px 15px;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #333;
}

.shopping-cart .button {
	padding: 10px 15px;
	border: none;
	background: #2f2f2f;
	color: #fff;
	margin-left: -1px;
	transition: ease all 0.5s;
}

.shopping-cart .button:hover,
.shopping-cart .button:focus {
	color: #fff;
	background: #0163d2;
}

.product-table {
	float: left;
	width: 100%;
	overflow: auto;
}

.shopping-cart .media-object {
	width: auto;
	height: 110px;
	border: solid #ddd 1px;
	padding: 0;
}

.shopping-cart h4 {
	font-size: 16px;
	text-transform: none;
	margin-bottom: 0;
	line-height: 24px;
	font-weight: 600;
	margin-top: 30px;
}

.product-table .media-body span {
	font-size: 13px;
	font-weight: 500;
	margin-top: 5px;
	float: left;
	margin-right: 5px;
}

.price_table {
	/* margin: 44px 0 0; */
	font-size: 16px;
	font-weight: 400;
	color: #333;
	font-family: poppins;
}

.product-table table.table thead th {
	vertical-align: bottom;
	border-bottom: 3px solid #dee2e6;
	border-top: none;
}

.product-table .bt_main {
	font-size: 13px;
	font-weight: 400;
	min-width: auto;
	padding: 0px 20px;
	height: 45px;
	line-height: 45px;
	/* margin: 33px 0 0 30px; */
}

.shopping-cart table tbody tr.cart-form td {
	padding: 20px 20px 20px;
}

.hizoom {
    position: relative;
    z-index:10;
}

.hizoom .magnifier {
    box-sizing: border-box;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    cursor: move;
}

.hizoom .small {
    position: absolute;
    border: none;
}

.hizoom .big {
    position: absolute;
    border: 1px solid #ddd;
}

.hizoom .small {
    top: 0;
    left: 0;
    cursor: move;
}

.hizoom .big {
    overflow: hidden;
    display: none;
}

.hizoom .small img,
.hizoom .big img {
    position: absolute;
    top: 0;
    left: 0;
}




.ps-product--sidebar .ps-product__thumbnail {
    max-width: 70px;
}
.ps-product--sidebar > * {
    width: 100%;
}
.ps-product__thumbnail {
    position: relative;
}
.ps-product--sidebar .ps-product__content {
    padding-left: 20px;
}
.ps-product--sidebar .ps-product__content a {
    display: block;
    font-size: 13px;
    color: #222222;
    font-weight: 500;
}
.ps-product--sidebar .ps-product__content p {
    color: #222;

}
.ps-product--sidebar .ps-product__content p del {
    color: #777;
}
.ps-product__thumbnail a img {
    width: 70px;
}
.ps-product--sidebar {
    display: inline-flex;
    margin-bottom: 20px;
}

.ps-product--sidebar .ps-product__content a:hover {
    color: #597434;
}

.ps-filter__header .form-group {
       margin-right: 1rem;
    display: block;
    margin-bottom: 8px;
    margin: 4px 0;
}
.ps-filter__header .form-group label {
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: middle;
    color: black;
}
.ps-filter__header label {
       font-weight: 700;
}

.ps-filter.ps-filter__trigger {
    margin: 0 16px 20px 16px;
}

.ps-filter__header .form-group label {
    float: left;
    width: 8%;
    padding: 2px 0;
}
select#select-sort {
    width: 19%;
    padding: 0;
    vertical-align: middle;
    background-color: #d3d3d375;
    font-size: 12px;
    padding: 5px;
    font-weight: 500;
}

/*cart page new css*/
.ps-page {
    padding-top: 5rem;
}
.ps-shopping-cart {
    padding-bottom: 5rem;
}
.ps-block--shopping-cart {
    margin-bottom: 5rem;
}
.ps-block--cart-item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 2rem;
    padding-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
}

.ps-block--cart-item > .ps-block__thumbnail {
    max-width: 100px;
}
.ps-block--cart-item > * {
    width: 100%;
}
.ps-block--cart-item > .ps-block__content {
    max-width: calc(100% - 140px);
    position: relative;
    padding-left: 2rem;
    padding-right: 0;
}
.ps-block--cart-item > .ps-block__content .ps-btn--close {
    position: absolute;
    top: 0;
    right: 0;
}
.ps-btn--close.ps-btn--no-boder {
    border: none;
}
.ps-btn--close {
    display: inline-block;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #9e9e9e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.ps-btn--close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.ps-btn--close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.ps-btn--close:before, .ps-btn--close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 60%;
    background-color: #716e6d;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ps-block__content a.ps-block__title {
    font-weight: 600;
	font-size: 1.1em;
}
.ps-block__desc p {
    display: inline-block;
    padding: 0 15% 0 0;
    color: #222;
    font-weight: 500;
}
/*.ps-block--cart-item .input-group {
      float: left;
    max-width: 100px;
}*/

.input-group-prepend {
    margin-right: -1px;
}
.ps-block__thumbnail img {
    width: 100%;
    border: 1px solid #8080804f;
}
.ps-block--cart-item .input-group .btn {
  color: #777;
    vertical-align: middle;
    font-size: 16px;
padding: 0px 12px;
    border: none;
    background-color: transparent;
}
.ps-block--cart-item .input-group input {
    height: 30px;
    text-align: center;
    background-color: transparent;
    border: none;
}

.ps-block--cart-item .ps-block__action p {
    margin-bottom: 0;
    float: right;
    line-height: 3rem;
        display: inline-block;
    color: #222;
    width: 49%;

}

.ps-block--cart-item .ps-block__action::after {
    clear: both;
    content: "";
    display: table;
}
a.ps-btn.ps-btn--outline.ps-btn--black.ps-btn--fullwidth {
    display: inline;
    border: none;
    border-right: 1px solid lightgrey;
    border-radius: 0;
    color: #1db0bf;
    padding: 0 10px;
    font-size: 14px;
        font-weight: 500;
}
a.ps-btn.ps-btn--outline.ps-btn--black.ps-btn--fullwidth i {
    padding: 0 8px;
}
a.ps-btn.ps-btn--outline.ps-btn--black.ps-btn--fullwidth:last-child {
    border: none;
}


button.ps-btn.ps-btn--lg.ps-btn--fullwidth.ps-btn--curve.checkoutButton {
    border-radius: 5px;
    padding: 12px;
    font-size: 16px;
    margin: 0 0 15px 0;
}
.ps-form--cart-process .submit button {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}
.ps-btn--lg, button.ps-btn--lg {
    padding: 1.5rem 4rem;
}
.ps-btn--fullwidth, button.ps-btn--fullwidth {
    width: 100%;
    text-align: center;
}
.ps-btn--curve, button.ps-btn--curve {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.ps-btn, button.ps-btn {
    display: inline-block;
    padding: 3px 18px;
	font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    /* border-radius: 20px; */
    background-color: #c61a32;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ps-block--cart-summary .ps-block__total {
    padding: 1rem 0;
}
.ps-block--cart-summary .ps-block__total h4 {
/* font-size: 0.9rem; */
    font-weight: 600;
}
.ps-block--cart-summary .ps-block__total h4 span {
    float: right;
}
.ps-block--cart-summary .ps-block__total h5 {
   padding-top: 22px;
    margin-bottom: 14px;
	font-size: 1.9rem;
    font-weight: 600;
    border-top: 1px solid #e5e5e5;
}
.ps-block--cart-item > .ps-block__content .ps-btn--close {
    position: absolute;
    top: 0;
    right: 0;
}

.ps-btn--close.ps-btn--no-boder {
    border: none;
}
.ps-btn--close {
    display: inline-block;
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #9e9e9e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.ps-block--shopping-cart > .ps-block__footer .ps-btn {
    margin-bottom: 10px;
}
.ps-btn.ps-btn--black.ps-btn--outline, button.ps-btn.ps-btn--black.ps-btn--outline {
    background-color: transparent;
    border: 1px solid #88b03f;
    color: #88b03f;
}


.ps-form--cart-process figure {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}
.ps-block--cart-summary figure figcaption {
    display: block;
	font-size: 1.9rem;
    color: #222;
    font-weight: 600;
    margin-bottom: 1em;
}
.ps-form--cart-process .form-control {
    background-color: transparent;
    border: 1px solid #e6e5e5;
    height: 38px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
        font-size: 13px;
    border-radius: 40px;
}
p.alert_box.success.relative.m_bottom_10.fw_light, .ps-form--cart-process p {
    font-size: 14px;
    line-height: 1.6em;
    color: #777;
    padding-top: 4px;

}
.ps-form--cart-process .form-group {
    margin-bottom: 10px;
}
.ps-form--cart-process figure button {
    background-color: #555;
}
.ps-block--cart-summary .ps-block__total h5 span {
    float: right;
}

.form-control{
      -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
        outline: none;
}

.ps-btn:hover, .ps-btn:active, button.ps-btn:hover, button.ps-btn:active {
    background-color: #222;
    color: #fff;
}

.ps-btn--close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 767px){
  a.ps-btn.ps-btn--outline.ps-btn--black.ps-btn--fullwidth {
    font-size: 11px !important;
}
.register-peace {
    margin: 0 !important;
    font-size: 10px !important;
}
.ps-block__content a.ps-block__title {
  
        font-size: 12px !important;

  }
/*  ul.box-shadow.paymentNote{
    text-align: left !important;
  }*/
  ul.box-shadow.paymentNote p{
           font-size: 14px !important;
            padding: 0 !important;
  }
    ul.box-shadow.paymentNote .flat-short{
          font-size: 12px !important;
    }
  b.cod-b {
    font-size: 25px !important;
   
    font-weight: 700 !important;
}
p.flat-short {
    font-size: 12px !important;
}
b.payment-methodb {
    font-size: 22px !important;
}

.paymentNote sup{
      font-size: 17px !important;

}
.ps-filter__header .form-group label{
    width: 22% !important;
}
select#select-sort {
    width: 47% !important;
    }
    p.rs-set{
          width: 75% !important;
    }

    button.btn.btn-primary.btn-set-adress {
    width: 100% !important;
    font-size: 12px !important;
      padding: 8px !important;
}
.heart-icon i.fa.fa-heart {
        padding: 10px !important;
    font-size: 15px !important;
}
.heart-icon i.fas.fa-cart-arrow-down {
    padding: 9px 11px!important;
    font-size: 21px !important;
}
.product-details-content .pro-details-size button.color_button.tr_all.active{
      margin: 0px 15px;
}
.heart-icon button{
  padding: 0;
}
li.shopping-set {
    font-size: 12px !important;
}
li.shopping-set button i {
    font-size: 23px !important;
}
}



/*checkout page new-csss*/


.main-login-info {
    padding: 35px 0 26px;
    margin: 0 25px;
}
hr.checkout-hr {
    padding: 0px;
    margin: 8px 0 5px;
}
h4.info-log {
    font-size: 13px;
    color: #69a918;
    font-family: 'Roboto', sans-serif;
}

p.place-order {
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

p.place-order a {
    color: red;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
       position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-weight: 500;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #969696;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
        height: 12px;
    background: #2c6e36;
    position: absolute;
    top: 3px;
    left: 3px;

    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);
}

p.payemnt-details {
    margin: 0;
}

p.product-name {
    font-weight: 600;
    font-size: 15px;
}

.ps-block-item-set{
  border-bottom: 1px dashed #e5e5e5;
}
.new-table-product tbody tr th {
    color: #000;
    font-size: 14px;
}

.new-table-product tbody tr td b{
color: #000;
}

.register-peace {
    margin: 28px;
    background-color: #d3d3d38a;
    border: none;
    border-radius: 9px;
    padding: 10px 0;
    text-align: center;
    font-weight: 500;
    color: #0000008a;
}

.register-peace a {
    color: #f97773;
    font-weight: 500;
}

b.cod-b {
    font-size: 42px;
    color: #fd2e2e;
    font-weight: 500;
}
b.payment-methodb {
    font-size: 32px;
}
.ps-block__action p {
/*    color: #000 !important;
    font-weight: 600;*/
    float: initial !important;
    /*font-size: 14px;*/
}

.ps-block__action b {
    font-size: 14px;
    text-align: right;
    display: block;
}   

.ex-one{
  color: #000;
  margin-left: 5px;
}

p.rs-set {
    display: inline-block;
       width: 88%;
}
/*
.main-shipping-details {
    padding: 0 16px;
}*/

.main-shipping-details label {
    padding-bottom: 8px;
}

.main-login-info p i {
    padding: 0 10px 0 0;
}

.main-login-info p {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
}
p.user-icon i, p.mobile-icon i, p.message-icon i {
    color: #777777b5;
    font-size: 19px;
}

button.btn.btn-primary.btn-set-adress {
    width: 81%;
    border-radius: 7px;
    padding: 7px;
    margin: 0;
    background-color: #e4e1e1;
    color: black;
    font-size: 13px;    font-weight: 600;
    border: 1px solid #00000036;
    transition: all 0.5s ease-in-out;
  
}
.btn-set-adress i.fa.fa-map-marker {
    font-size: 27px;
    vertical-align: middle;
}
.btn-address {
    text-align: center;
    padding: 26px 0px 0 0;
}
/*
h4.set-logo-info {
    float: left;
    width: 73%;
}*/
p.forget-item {
    padding: 0 !important;
    font-size: 9px;
    color: #8a8a8a;
    text-align: right;
    float: right;
}
p.forget-item a {
   color: red;
}

button.btn.btn-primary.btn-set-adress:active, button.btn.btn-primary.btn-set-adress:hover {
    background-color: #000;
    box-shadow: none;
    color: #fff;
}

#addAddress .modal-content {
    border: none;
    background-color: #000000ba;
    border-radius: 0 !important;
}

#addAddress .modal-header .close {
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    font-weight: 100;
    font-size: 38px;
    text-shadow: 0 0 15px transparent;
    opacity: .9;
    padding: 15px 19px;
}
#addAddress .modal-header {
    padding: 0;
}
#addAddress input:focus{
  box-shadow: none;
}

#addAddress select{
      color: #ffffff;
    border: 1px solid rgba(142, 142, 142, 0.88) !important;
    border-radius: 4px;
    background: transparent;
    height: 34px;
    font-size: 12px;
   
}

.fon-info ul li {
    display: inline-block;
    padding: 0 40px 0 0;
}
p.shopping-set{
  text-align: center;
}
p.shopping-set button {
     background-color: #88b03f;
    border-radius: 9px;
    padding: 8px 19px;
    margin: 0px 9px 0 9px;
    border: none;
    width: 76%;
    color: #fff;
    font-size: 14px;
    /*font-weight: 600;*/
}
button.placeorderproduct i {
    font-size: 29px;
    font-weight: 100;
    vertical-align: middle;
}
.product-wrap.mb-45 {
    border: 1px solid #b9b3b3;
    border-radius: 10px;
}
.product-wrap.mb-40 {
    border: 1px solid #c5c1c1 !important;
    border-radius: 10px;
}
/*.pr-img {
    height: 500px;
    width: 100%;
    border: 1px solid #8080804f;
}*/
.ps-btn.ps-btn--black.ps-btn--outline:hover, button.ps-btn.ps-btn--black.ps-btn--outline:hover {
    /*background-color: #222;*/
    color: #ffffff;
}
/*
.ps-shopping-cart {
    padding-top: 5rem;
}*/
form#personalForm, form#passwordChange {
    margin: 45px 0 0 0;
}
fieldset {
    /*border: 1px solid #c0c0c0;*/
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    border: none;
    padding: 0;
    white-space: normal;
}

   
.owl-nav button.owl-prev {
      background-color:#80808094 !important;
      border-radius: 50%;
  }
  .owl-nav button.owl-prev span {
      padding: 10px;
      color: white;    top: 0;    font-size: 25px;
  }
  .owl-nav button.owl-next {
      background-color:#80808094 !important;
      border-radius: 50%;
  }
  .owl-nav button.owl-next span {
      padding: 10px;
      color: white;    top: 0;    font-size: 25px;
  }


/*Styling Selectbox*/
/*.dropdown {
      width: 200px;
    display: inline-block;
    border-radius: 5px;
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
}
.dropdown .select {
    min-width: 150px;
    border-radius: 0 !important;
    vertical-align: middle;
    background-color: #d3d3d333;
    padding: 0px 0px 2px 12px;
    text-transform: capitalize;
}*//*
.select .default {
    font-size: 13px;            display: initial;
    color: #000;
}
.dropdown .select > i {
   font-size: 13px;
    color: #000;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
       line-height: 20px;
    padding: 3px 7px;
}*/
/*.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}*//*
.dropdown:active {
    background-color: #f8f8f8
}
.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8
}
.dropdown.active .select > i {
    transform: rotate(-90deg)
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}
.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
} 
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}
.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}*/

#addAddress .modal-dialog.modal-dialog-centered {
    width: 55%;
    margin: 8% auto !important;
}



  #selectstar{
    display: none;
  }


/*my-account page css*/

legend.fs_large_0.d_inline_b.font3 h4 {
    color: #222;
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid lightgrey;
    font-weight: 600;
    padding-bottom: 10px;
}
/*ul.legend-form {
    padding-inline-start: 40px;
}*/

hr.divider_lbrown.m_bottom_25.animated.visible.fadeInLeft.m_bottom_27 {
    padding: 0;
}
.form-group.er{
    margin-bottom: 2.5rem;
}
.form-group.er > label {
    margin-bottom: 1.5rem;
    /*font-weight: 400;*/
    color: #000000;
    line-height: 1em;
    font-size: 14px;
    font-weight: 500;
}

.form-group.er .form-control {
    outline: none;
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color: #eeeeee;
    border-color: #eee;
    font-size: 1.4rem;
    padding: 0 2rem;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
        font-weight: 500;
}

.form-group.er .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
      background-color: white;
    border-color: #222222;
}
button.button_type_2.black.state_2.tr_all.second_font.fs_medium.tt_uppercase.d_inline_b.font3 {
    border: none;
    color: white;
    padding: 9px 27px;
    /*margin: 10px 0;*/
    background-color: #000;
    border-radius: 25px 25px;
    transition: all 0.4s ease-out;
}

button.button_type_2.black.state_2.tr_all.second_font.fs_medium.tt_uppercase.d_inline_b.font3:hover {
    background-color: #eeeeee;
}
button.button_type_2.black.state_2.tr_all.second_font.fs_medium.tt_uppercase.d_inline_b.font3:hover > span{
     color:  #000 !important;
}

button.button_type_2.black.state_2.tr_all.second_font.fs_medium.tt_uppercase.d_inline_b.font3 span.d_inline_b.m_left_10.m_right_10 {
    color: white;    font-weight: 500;
    top: 0px;
  }
address.d_inline_b.font3.seqline {
    font-weight: 500;
    color: #000;
    text-transform: capitalize;    margin-bottom: 0px;
}
.delBG {
    background-color: #e9e9e9;
    border-radius: 50%;
    height: 26px;
    width: 26px;    color: #000;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
    margin-left: 30px;
}


#addresset span, span a {
    color: #fff;
    top:0;
  }
  #addresset span a:hover{
    color: #000;
  }

  button.empty-cart-btn {
    background-color: transparent;
     display: inline;
    border: none;
    border-right: 1px solid lightgrey;
    border-radius: 0;
    color: #1db0bf;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
}
  button.empty-cart-btn i{
    padding: 0 8px;
  }

.input-group-prepend .btn, .input-group-append .btn{
    padding: 10px;
}

.ps-block--cart-item .input-group input{
  margin-bottom: 10px 0;
}

.block-soul b{
      /*font-size: 12px;*/
    text-align: unset;color: #000;
    display: unset;
}

.input-number-block input.form-control {
    margin: 10px 0;
    box-shadow: none;
    font-size: 13px;
    /*border: 1px solid lightgrey;*/
}

.footer-continue .ps-btn.ps-btn--black.ps-btn--outline:hover, .footer-continue button.ps-btn.ps-btn--black.ps-btn--outline:hover{
  background-color: transparent;
}


input:focus{
  box-shadow: none;
}

/*table.table.sku-table.table-responsive {
    display: inline-table ;
}*/
.error {
    color: #de0404;
    font-size: 11px;
    padding: 0;
    margin: 0;
}

.noCart a:hover {
    background-color: lightgrey;
    color: #000;
}

.pull-right.addrers-btn-margin {
    margin-bottom: 52px;
}
.m_bottom_35.full-address-code:nth-child(even) {
    background-color: #d3d3d33b;
    padding: 8px 0px 0px 14px;
}
.m_bottom_35.full-address-code:nth-child(odd) {
    background-color: #fff;
    padding: 8px 0px 0px 14px;
}

h2.fw_light.second_font.color_dark.m_bottom_27.tt_uppercase.font2 {
    font-size: 26px;
    color: #000;
}

.page_section_offset b {
    padding: 15px 0px;
    color: #000;
}

.single-faq-wrap.pt-120.pb-100 {
    padding: 50px;
}
.addres-hard li {
    display: inline-block;
    vertical-align: top;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
    /*height: 230px;*/
}


.single-banner-title {
    color: #000;
    padding: 10% 0;
    text-align: center;
    max-width: 100%;
    width: 42%;
}
.single-banner-title h2 {
    font-weight: 700;
    color: #fff;
}
.single-banner-title p {
    letter-spacing: 1px;
     color: #fff;
    font-size: 17px;
}
.address-btn {
    width: 81%;
    border-radius: 7px;
    padding: 7px;
    background-color: #000000;
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    border: 1px solid #00000036;
    transition: all 0.5s ease-in-out;
    margin: 0 auto;
    cursor: pointer;
}
.address-btn:hover{
	background-color: #000000;
	color: #ffffff;
}
.del-btn{
    background: #e4e1e1;
    cursor: pointer;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

table.table.new-table-product tbody tr {
   border-bottom: 1px solid #e5e5e5;
}

p.alert.alert-danger.register-peace {
    font-size: 16px;    font-family: 'Roboto', sans-serif;
    color: grey;
}
.per-kg {
    color: #8c8c8c !important;
    font-weight: 100;
    font-size: 13px;
}
.block-price-kg p {
    display: inline-block;
    width: 49%;
}
.ps-block--cart-summary {
    width: 80%;
    margin: 0 auto;
}
.ps-block__action .input-group input.form-control {
    width: 64px !important;
    border: 1px solid #ddd !important;
    padding: 15px 0;    box-shadow: none !important;
}
.ps-block__action .input-group {
    margin-top: 10px;
}

.ps-block__thumbnail {
    max-width: 133px;
    max-height: 133px;
    height: 100%;
    width: 100%;
}

@media (max-width: 479px){
  .ps-block--cart-item > .ps-block__content {
    max-width: calc(100% - 0px);
    margin: 0;
       float: right;
    width: 69%;
    padding: 0 18px;
}
.login-register-wrapper h2 {
    font-size: 21px;
}
.detail-order-section h2 {
    font-size: 23px;    padding-top: 19px;
}
.detail-order-section hr {
    padding-bottom: 0px;
}
.ps-block--cart-item .ps-block__action p{
      width: 100% !important;
      line-height: 0 !important;
}
.ps-block--cart-item > .ps-block__thumbnail {
max-width: 78px;
       float: left;

}
.ps-block--cart-summary{
  width: 100%;
}
.block-price-kg p b {
    position: absolute;
}
.ps-block--shopping-cart {
    margin-bottom: 0rem;
}
.ps-block--cart-item{
  padding-bottom: 10px;
      display: inline-block;

}

button.ps-btn.ps-btn--lg.ps-btn--fullwidth.btn--curve.checkoutButton {
    border-radius: 4px !important;
    padding: 12px !important;
    margin-bottom: 17px !important;
}
































