.cartCount {
    background: none repeat scroll 0 0 #c71d22;
    border-radius: 100px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    float: none;
    font-size: 12px;
    height: 20px;
    left: 29px;
    line-height: 0;
    padding: 10px 0 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -11px;
    width: 20px;
}

.errorBox2,
.succssBox2 {
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
    width: 100%;
    height: auto;
    background: url(../assets/images/error-icon.png) no-repeat 10px center;
    color: #6e0505;
    margin-bottom: 10px;
    border-radius: 25px;
    border: #fd9191 solid 1px;
}

.infoBox {
    width: 100%;
    height: auto;
    background: #F9A135 10px center;
    color: #6e0505;
    margin-bottom: 10px;
}

.succssBox2 {
    background: url(../assets/images/success-icon.png) no-repeat 10px center;
    color: #105906;
    border: #9af28e solid 1px;
}

.errorBox2 p,
.succssBox2 p,
.infoBox p {
    padding: 10px;
    margin: 0 0 0 35px !important;
}

.infoBox {
    color: #000;
}

.errorBox,
.succssBox {
    width: 98%;
    height: auto;
    background: url(../assets/images/error-icon.png) no-repeat 10px center;
    color: #fd9191;
    float: left;
    font-family: 'Open Sans', sans-serif;
    border-radius: 25px;
    border: #fd9191 solid 1px;
}

.succssBox {
    background: url(../assets/images/success-icon.png) no-repeat 10px center;
    color: #105906;
    border: #9af28e solid 1px;
}

.errorBox p {
    padding: 10px;
    margin: 0 0 0 35px !important;
    width: 90%;
    color: #F00;
    font-weight: bold;
    font-size: 14px;
}

.succssBox p {
    padding: 10px;
    margin: 0 0 0 35px !important;
    width: 90%;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.errorBox span,
.succssBox span {
    padding: 10px;
    margin: 0 0 0 35px;
    width: 100%;
}

input.submit_btn {
    display: none;
}


/*popup*/

#shading {
    display: none;
    background-image: url(../assets/images/blank.png);
    background-repeat: repeat;
}

article.popup {
    display: none;
    width: auto;
    height: auto;
    position: fixed;
    top: 45%;
    left: 45%;
    z-index: 99999;
}

.register-btn {
    float: left;
}

.or-h2 {
    float: left;
    padding: 10px 10px 0px 10px;
    font-size: 16px;
}

#guest-check {
    width: 100%;
    float: left;
}

.mrg-bt {
    margin-bottom: 10px;
}


/* Sort by*/

.title-sec {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.title-sec h3 {
    color: #000;
    float: left;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.norecords {
    width: 100%!important;
    height: 100px!important;
    text-align: center;
    line-height: 100px!important;
}


/*.productSort{ float:right; width:165px;}
.productSort .srt-text{ float:left; width:55px; font-size:13px; color:#f25f60; font-weight:600; display:block; padding-right:10px; line-height:35px;}
.productSort .sort-price{ float:left; width:110px; }
.productSort .chzn-container-single .chzn-single{  height:35px; border-radius:0px;  font-size:12px; line-height:15px; outline:none;}
.productSort .chzn-results{ border-radius:0px; font-size:12px !important; }*/


/* Pagination */

#pagination {
    width: auto;
    height: 30px;
    border-radius: 3px;
    float: right;
    margin: 30px 0px 30px 0;
    clear: both;
}

#pagination ul {
    width: auto;
    height: 31px;
    margin: 5px 10px 9px 5px;
}

#pagination li {
    width: 30px;
    height: 30px;
    display: inline;
    text-align: center;
    overflow: hidden;
    line-height: 30px;
    text-indent: 0;
    border-radius: 3px;
}

#pagination li a {
    color: #6d6e71;
    width: 30px;
    height: 30px;
    float: left;
    border: #e4e4e4 solid 1px;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.10);
    margin: 0 2px;
    border-radius: 3px;
}

#pagination li a:hover,
#pagination li.active a {
    font-weight: bold;
    color: #FFF;
    background: #e91a1a;
}

#pagination li a:hover,
#pagination li a.active {
    box-shadow: none;
    color: #FFF !important;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    background: #e91a1a;
}

a.leftArrow {
    background: #FFF url(../assets/images/pagiRight.png) no-repeat left top 2px;
}

a.leftArrow:hover {
    background: #e91a1a url(../assets/images/pagiRight.png) no-repeat left bottom !important;
}

.rightArrow {
    background: #FFF url(../assets/images/pagiLeft.png) no-repeat top 2px center;
}

a.rightArrow:hover {
    background: #e91a1a url(../assets/images/pagiLeft.png) no-repeat left bottom !important;
}

.discount_price {
    color: #a0a0a0;
    font-size: 15px;
    padding-right: 6px;
    text-decoration: line-through;
}

input:invalid,
textarea:invalid {
    background-color: #FFF!important;
}

.payment-method {
    width: 100%;
    float: left;
}

.bldng li {
    width: auto !important;
    float: left;
    margin-right: 12px;
}

.bldng li span {
    margin-left: 10px;
}

.payment-method h2 {
    margin-bottom: 10px;
}

.payment-method p {
    font-size: 13px;
}

#shop_address p a {
    color: #000;
}

#shop_address p a:hover {
    color: #f05523;
    text-decoration: underline;
}

.address-part p a {
    color: #000;
}

.address-part p a:hover {
    color: #f05523;
    text-decoration: underline;
}

#shop_address p {
    line-height: 22px;
}

#shop_address p {
    color: #000;
    float: left;
    height: auto;
    line-height: 22px;
    padding: 10px 0;
    width: 100%;
}

.bldng {
    margin-bottom: 30px;
    float: left;
}

.bldng li a {
    color: #331407;
    text-decoration: underline;
}

.bldng li a:hover {
    color: #cc4318;
}

.none {
    display: none!important;
}

.bldng input[type="radio"]+label span {
    margin: 0px 8px 0 0;
}

.bldng input[type="radio"]:not(old)+label {
    margin-left: 0px;
    padding-left: 0px;
}

li em {
    font-style: normal;
    color: #F00;
    font-size: 14px;
}

.list-mrg .button {
    float: left;
}

.pay-method .button {
    float: left;
    margin-top: 40px;
}

.input-controls h4.cash {
    font-size: 12px;
    margin-left: 20px;
}

.billingStep h4 {
    color: #231f20;
    float: left;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    margin-top: 10px;
    width: 100%;
}

li.txtarea {
    height: auto !important;
}

.wish-table .table-top {
    border: none;
}

.wish-table tr {
    border-bottom: 1px solid #bfbfbf;
}

.wish-table .cartImage {
    height: auto;
    width: 119px;
    float: left;
}

.wish-table {
    text-align: left;
}

td.grd_total {
    text-align: center;
}

td.grd_total p .qty {
    font-weight: 800;
    padding: 5px;
}

td.grd_total p {
    float: left;
    margin-left: 10px;
    color: #312c2c;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}

.address-items li .dot-del {
    left: 90% !important;
}

.accordion li li.enable a {
    color: #060e9f!important;
    font-weight: 600;
}


/*ul.account-form > li{height:41px!important;}*/

ul.account-form>li.full-box {
    height: auto!important;
}

ul.account-forms>li {
    height: auto!important;
}

.chzn-required {
    border: 1px solid #EE0000!important;
}

.breadCrumbs {
    display: block !important;
}

.cartList td.cartImg {
    height: auto!important;
}

.refine-head {
    width: 100%;
    height: auto;
    float: left;
    background: #3e3d3d;
    display: none;
}

.refine-head h3 {
    width: 100%;
    height: auto;
    float: left;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    background: url(../assets/images/refine.png) no-repeat left 10px center;
    padding: 10px 0 10px 40px;
    position: relative;
    cursor: pointer;
}

.refine-head h3:after {
    content: '';
    width: 11px;
    height: 18px;
    float: none;
    position: absolute;
    right: 14px;
    top: 50%;
    background: url(../assets/images/toggle.png) no-repeat right;
    margin: -9px 0 0 0;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.refine-head h3.add-arrow:after {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

nav ul>li.sale a:hover {
    color: #fff;
}

.forgot .loginForm a.forg-btn,
.forgot .loginForm .forg-btn {
    float: left;
    margin-left: 5px;
    padding: 18px 25px;
}

.product-grid li .product .product-content .plus {
    display: block;
}

.product-grid li .product .product-content .add-btn {
    background: none !important;
}

.product-grid li .product .product-content .plus .plus-counter {
    width: 29px;
    height: 29px;
    background: #66c6ec url(../assets/images/plus.svg) no-repeat center center;
    position: absolute;
    border-radius: 30px;
    background-size: 13px;
    z-index: 999;
    text-indent: -100px;
    overflow: hidden;
}
.custom-field{color:#000 !important; font-weight:600;}

.guest-btn{
color: #FFF !important;
background-color: #44b9e8 !important;
border-color: #66c6ec !important;
}
.guest-btn:hover{
	background-color: #66c6ec !important;
	color:#212529 !important;
}

.header-top .head-right ul li .cart{
	mask-size: 30px;

-webkit-mask-size: 30px;
}

.header-top .head-right ul li .user{
		mask-size: 30px;

-webkit-mask-size: 30px;
}

         @media (max-width: 991.98px) {
            .header-top .head-right ul li .cart-no {
              width: 22px;
              height: 22px;
                        line-height: 22px; 
              font-size: 12px;
} }
/*.pay-option li{width:100%;}*/