.register_login .wishlist-btn2,
.register_login .cartlist-btn2 {
    padding: 0px;
    text-align: center;
    border-radius: 50%;
    font-size: 19px;
    left: 0;
    top: -3px;
    color: #ffa800;
    display: inline-block;
}

.register_login .wishlist-btn1 {
    color: #ffffff;
}

.register_login .cartlist-btn1 {
    margin-left: 14px;
}

.register_login .cartlist-btn1 span {
    position: absolute;
    top: -2px;
    font-size: 10px;
    background: white;
    min-width: 17px;
    left: 50%;
    border-radius: 100%;
    color: black;
    font-weight: bold;
}

.register_login .cartlist-btn .cart-total {
    left: 0;
    border-radius: 0;
    position: relative;
    display: inline-block;
    width: 132px;
}

.loginorregister form {
    border: 3px solid #f1f1f1;
}

.loginorregister form .col-6 {
    display: inline-block;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 49%;
    padding: 0;
}

.loginorregister form .col-6,
.loginorregister form .col-12 {
    display: inline-block;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0;
}

.modal-header .close {
    cursor: pointer;
    outline: none;
}

.loginorregister input[type=text],
.loginorregister input[type=password] {
    width: 100%;
    padding: 4px 4px;
    margin: 8px 0;
    display: inline-block;
    border: 0;
    font-size: 13px;
    border-bottom: 2px solid #aba9a9;
    box-sizing: border-box;
    outline: none;
    margin-top: 3px;
}

.loginorregister label {
    display: block;
    margin-bottom: 0;
}

.loginorregister button.submit, .loginorregister button.cancelbtn {
    background-color: #ffa800;
    color: white;
    padding: 5px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 17px;
}

.loginorregister button:hover {
    opacity: 0.8;
    outline: none;
}

.loginorregister button.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
    float: none;
    font-size: 12px;
    opacity: 1;
    font-weight: normal;
}

.loginorregister .imgcontainer {
    text-align: center;
}

.loginorregister img.avatar {
    width: 40%;
    border-radius: 50%;
}

.loginorregister .imgcontainer img {
    width: 100px;
}

.loginorregister .container {
    padding: 16px;
}

.loginorregister span.psw {
    float: right;
}

.headingbtns span.active {
    background: transparent;
    opacity: 1;
}

.headingbtns span {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    opacity: .5;
    vertical-align: top;
    padding: 0px 8px;
}

.headingbtns span.middle {
    padding: 0px;
}

.headingbtns span hr {
    margin: 0 0;
}

.headingbtns span.active hr {
    margin: 3px 0 0;
}

.headingbtns span:hover {
    background: #ffb832;
}

.headingbtns span.active hr {
    background-color: #ffd835;
    display: block;
    height: 3px;
    margin: 0px 0 0;
    width: 50px;
}

.headingbtns span p {
    margin: 0;
    text-align: center;
    font-weight: bold;
    opacity: 1;
    color: black;
}

.sort-by {
    font-size: 14px;
    float: right;
    margin-right: -9px;
    font-weight: bold;
}

.sort-by label {
    font-size: 14px;
}

.sort-by select {
    color: black;
    font-weight: bold;
    border: 1px solid #eb8546;
    border-radius: 10px;
    outline: none;
}

.sort-by select option {
    color: black;
    font-weight: bold;
    border: 1px solid #eb8546;
    border-radius: 10px;
    font-size: 10px;
}

.product-item .pi-links .cart-button {
    position: absolute;
    bottom: 100%;
    width: 100%;
	    right: 0;
	display: none;
}
.product-item  .prices *{
    font-size: 17px;
}
.product-item .mrpprice {
    margin: 0px 20px;
}
.product-item .priceper {
    color: green;
    font-weight: bold;
}

.product-item .pi-links.actived .cart-button {
    display: inline-block;
}

.product-item .pi-links .cart-button .cart_count_wrapper {
    display: inline-block;
}

.product-item .pi-links .cart-button .cart_count_wrapper input {
    background: black;
    width: 33px;
    border: 0px;
    border-radius: 10px;
    color: white;
    font-size: 22px;
    padding: 0px;
	cursor:pointer;
}

.product-item .pi-links .cart-button .cart_count_wrapper input[type="text"] {
    background: white;
    border: 1px solid black;
    width: 58px;
    border-radius: 4px;
    top: -4px;
    position: relative;
    color: black;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.product-item .pi-links .cart-button .addtocart {
    display: none;
    cursor: pointer;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    padding: 4px 10px;
    border: 2px solid;
    font-size: 10px;
    position: relative;
    top: -5px;
    background: rgba(140, 136, 136, 1);
    background: -moz-linear-gradient(to bottom, rgb(229, 97, 15) 0%, rgb(254, 167, 0) 53%, rgb(232, 80, 14) 100%);
    background: -webkit-linear-gradient(to bottom, rgb(229, 97, 15) 0%, rgb(254, 167, 0) 53%, rgb(232, 80, 14) 100%);
    background: -o-linear-gradient(to bottom, rgb(229, 97, 15) 0%, rgb(254, 167, 0) 53%, rgb(232, 80, 14) 100%);
    background: -ms-linear-gradient(to bottom, rgb(229, 97, 15) 0%, rgb(254, 167, 0) 53%, rgb(232, 80, 14) 100%);
    background: linear-gradient(to bottom, rgb(229, 97, 15) 0%, rgb(254, 167, 0) 53%, rgb(232, 80, 14) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8c8888', endColorstr='#912b20', GradientType=0);
}

.product-item .pi-links .cart-button .home_deals_cta_btn {
    cursor: pointer;
    background: white;
    color: black;
    font-weight: bold;
    font-size: 9px;
    width: 103px;
    height: auto;
    line-height: 18px;
    padding-top: 0;
    float: right;
    padding: 6px;
    border: 1px solid black;
}
.checklistempty{
	text-align:center;
}
.product-item .product .price {
    position: absolute;
    z-index: 2;
    background: white;
    font-weight: bold;
    color: black;
    padding: 0px 8px;
}

.product-item .pi-links .cart-button {}

.producttypes div,.productsizes div {
    padding: 2px 28px;
    font-weight: bold;
    display: inline-block;
    background: #cad8d8;
    color: black;
    border: 1px solid black;
    cursor: pointer;
    margin: 5px;
    position: relative;
}

.productsizes div, .producttypes div {
    background: #ffffff;
    color: black;
    font-size: 9px;
}

.productsizes div:nth-child(1){
	/*margin-left: 0;*/
}

.producttypes div.active{
    background: #1f7576;
    color: white;
}
.productsizes div.active {
    background: #000000;
    color: white;
}
.producttypes div img,.productsizes div img {
    opacity: 0;
    position: absolute;
    right: 0;
    top: -4px;
}

.producttypes div.active img,.productsizes div.active img {
    opacity: 1;
}

.producttypes div b,.productsizes div b {
    position: absolute;
    left: -5px;
    top: -5px;
    color: white;
    background: black;
    min-width: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
}
.productcolors div {
    padding: 12px 19px;
    font-weight: bold;
    display: inline-block;
    color: black;
    cursor: pointer;
    margin: 5px;
    position: relative;
    border-radius: 15px;
}
.productcolors div span{
	display:none;
}
.productcolors div img {
    opacity: 0;
    position: absolute;
    right: 0;
    top: -4px;
}
.productcolors div.active img {
    opacity: 1;
}


.single-deal {
    position: relative;
    margin-bottom: 30px;
}

.single-deal .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-deal:hover .overlay {
    opacity: .5;
    visibility: visible;
}

.single-deal .deal-details {
    position: absolute;
    left: 50%;
    top: 115%;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-deal:hover .deal-details {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.single-deal .deal-details h6 {
    color: #fff;
    text-transform: uppercase;
}


/* about */

.hovereffect {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.hovereffect h5 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.8em;
    letter-spacing: 5px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 80px;
}

.hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    letter-spacing: 3px;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 50px 0 0;
    padding: 7px 30px;
    font-weight: 600;
    background: transparent;
    border: 1px solid #fff;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover h5,
.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}


/* //about */


/* ----------------------
  Latest product section
------------------------*/

.top-letest-product-section {
    padding-bottom: 60px;
}

.top-letest-product-section .section-title {
    margin-bottom: 21px;
}

.product-slider .owl-nav {
    position: absolute;
    top: calc(50% - 60px);
    width: 100%;
    left: 0;
}

.product-slider .owl-nav button.owl-next,
.product-slider .owl-nav button.owl-prev {
    color: #a4a4a4;
    font-size: 42px;
    position: relative;
    background: none;
    border: none;
}

.product-slider .owl-nav button.owl-next {
    float: right;
    right: -92px;
}

.product-slider .owl-nav button.owl-prev {
    float: left;
    left: -92px;
}

.product-item {
    position: relative;
    display: block;
}

.product-item .pimg {
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 380px;
}

.product-item .pimg img {
    width: 100%;
    transition: 2s;
}

.product-item .count-box,  .product-details .count-box {
    position: absolute;
    right: 0px;
    top: -13px;
    z-index: 1;
    
   
    

}
.product-item .count-box span, .product-details .count-box span{
background: black;
border: 2px solid #e5610f;
 border-radius: 50%;
    padding: 5px;
	    text-align: center;
    color: white;
    font-weight: bold;
}
.product-item .pimg:hover img {
    transform: scale(1.2, 1.2);
}

.product-item .pi-links {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 18px;
    z-index:1;
    padding-right: 15px;
    text-align: right;
}

.product-item .pi-links a {
    display: inline-table;
    width: 36px;
    height: 36px;
    margin: 0px 6px;
    background: #fff;
    border-radius: 60px;
    font-size: 18px;
    line-height: 18px;
    padding-top: 9px;
    overflow: hidden;
    color: #000;
    position: relative;
    -webkit-box-shadow: 1px 0 10px 5px rgb(0 0 0 / 20%);
    box-shadow: 1px 0 10px 5px rgb(0 0 0 / 20%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    cursor: pointer;
}

.product-item .pi-links a i {
    display: inline-block;
    color: #000;
}

.product-item .pi-links a.add-card {
    padding-top: 8px;
    cursor: pointer;
}

.product-item .pi-links a.add-card span {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    right: 19px;
    top: 20px;
    opacity: 0;
}

.product-item .pi-links a.add-card:hover, .product-item .pi-links.actived a.add-card {
    width: 148px;
    padding: 8px 18px 0;
    text-align: left;
}

.product-item .pi-links a.add-card:hover span, .product-item .pi-links.actived a.add-card span {
    opacity: 1;
    top: 10px;
    -webkit-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    transition: all 0.4s ease 0.3s;
}

.product-item .pi-text {
    padding-top: 22px;
}

.product-item .pi-text h6 {
    float: right;
    padding-left: 40px;
    overflow: hidden;
    font-weight: 700;
    color: #111111;
}

.product-item .pi-text p {
    font-size: 11px;
    color: #111111;
    margin-bottom: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-slider .owl-nav {
    position: absolute;
    top: calc(50% - 60px);
    width: 100%;
    left: 0;
}

.product-slider .owl-nav div.owl-next,
.product-slider .owl-nav div.owl-prev {
    color: #a4a4a4;
    font-size: 42px;
    position: relative;
}

.product-slider .owl-nav div.owl-next {
    float: right;
    right: -92px;
}

.product-slider .owl-nav div.owl-prev {
    float: left;
    left: -92px;
}


/* ----------------------
  close Latest product section
------------------------*/


/* ----------------
  Banner section
---------------------*/

.banner {
    padding: 50px 34px 47px;
    position: relative;
    margin-bottom: 70px;
}

.banner .tag-new {
    position: absolute;
    right: 26px;
    top: 27px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background: #50e550;
    line-height: 1;
    text-transform: uppercase;
    padding: 7px 16px 1px;
    border-radius: 80px;
}

.banner span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 5px;
    display: block;
}

.banner h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #282828;
}


/* buttons */

.site-btn {
    display: inline-block;
    border: none;
    font-size: 14px;
    font-weight: 600;
    min-width: 167px;
    padding: 18px 47px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    background: #f51167;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
    outline: none;
}

.site-btn:hover {
    color: #fff;
}

.site-btn.sb-white {
    background: #fff;
    color: #111111;
}

.site-btn.sb-line {
    background: transparent;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
}

.site-btn.sb-dark {
    background: #413a3a;
}

.site-btn.sb-dark.sb-line {
    background-color: transparent;
    color: #111111;
    -webkit-box-shadow: inset 0 0 0 1px #111111;
    box-shadow: inset 0 0 0 1px #111111;
}


/* -----------------------
  Product filter section
-------------------------*/

.product-filter-section {
    padding-bottom: 60px;
}

.product-filter-section .section-title {
    margin-bottom: 22px;
    margin-top: 20px;
    border-bottom: 3px solid #efefef;
}

.product-filter-menu {
    list-style: none;
    margin: 0 -10px;
    padding-bottom: 15px;
}

.product-filter-menu li {
    margin: 0 3px 10px;
    display: inline-block;
}
.product-filter-menu li a {
    color: #111111;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    background: #ebebeb;
    display: block;
    width: 100%;
    padding: 5px 14px;
    border-radius: 31px;
}
.product-filter-menu li a.active {
    background: #e5610f;
    color: white;
}

/* -----------------------
  Close Product filter section
-------------------------*/

.quote {
    text-align: center;
    padding: 29px;
}

.quote h1 {
    font-family: Rokkitt, serif;
    color: #333;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 8.5px;
    margin: 0;
}

.quote hr {
    display: inline-block;
    border: 2px solid black;
    width: 153px;
    margin: 0;
}

.quote p {
    font-size: 16px;
    line-height: 29px;
}

.home2 .list {
    display: inline-block;
    float: left;
    margin-bottom: 18px;
    min-height: 117px;
}

.home2 .list .img {
    display: inline-block;
    padding: 0;
    float: left;
}

.home2 .list .d {
    display: inline-block;
    padding: 0;
    float: left;
}

.home2 .list .d h3 {
    font-weight: bold;
    color: black;
    font-size: 14px;
}

.home2 .list .d p {
    font-size: 13px;
}

.mainheading {
    background-image: url(images/parallax-1.jpg);
    background-position: 50% 248px;
    padding-top: 104px !important;
    padding-bottom: 110px !important;
    position: relative;
    padding: 0;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center 0;
    background-attachment: fixed;
    overflow: hidden;
}

.mainheading.services {
    padding-top: 54px !important;
    padding-bottom: 27px !important;
}

.mainheading .data {
    text-align: center;
    width: 100%;
    color: white;
    margin: 0 auto;
    position: relative;
}

.mainheading .data h3 {
    font-family: Rokkitt, serif;
    color: #333;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 8.5px;
    margin: 0;
    color: white;
}

.mainheading .data p {
    margin: 0 25%;
    font-size: 16px;
    line-height: 29px;
    color: white;
    width: 50%;
    display: inline-block;
}

.mainheading .data hr {
    display: inline-block;
    border: 2px solid #ffa800;
    width: 153px;
    margin: 0;
    color: white;
}



/*--login--*/

.login-page {
    padding: 2em 0;
}

.login-left {
    padding: 0;
   display: inline-block;    float: left;
}
.login-right { padding: 0;
display: inline-block;
}
.login-left h3,
.login-right h3 {
    color: #000;
    font-size: 1.5em;
    padding-bottom: 0.5em;
    font-weight: 600;
}

.login-left p,
.login-right p {
    color: #555;
    display: block;
    font-size: 1.1em;
    margin: 0 0 2em 0;
    line-height: 1.5em;
}

.acount-btn {
    background: #E24425;
    color: #FFF;
    font-size: 1em;
    padding: 0.7em 1.2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    text-transform: uppercase;
}

.acount-btn:hover,
.login-right input[type="submit"]:hover {
    background: #5BBD50;
    text-decoration: none;
    color: #fff;
	cursor:pointer;
}

.login-right form {
    padding: 1em 0;
}

.login-right form div {
    padding: 0 0 2em 0;
}

.login-right span {
    color: #555;
    font-size: 1em;
    padding-bottom: 0.2em;
    display: block;
    text-transform: uppercase;
}

.login-right input[type="text"],
.login-right input[type="password"] {
    border: 1px solid #a1292b63;
    outline-color: #fb4d01;
    width: 96%;
    font-size: 0.8125em;
    padding: 0.5em;
}

.login-right input[type="submit"] {
    background: #E24425;
    color: #FFF;
    font-size: 1em;
    padding: 0.3em 1.2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    outline: none;
}

a.forgot {
    font-size: 1em;
    margin-right: 11px;
    color: black;
}

.acount-btn:hover,
.login-right input[type="submit"]:hover {
    background: #940000;
    text-decoration: none;
    color: #fff;
}

div.register-page{
    text-align: center;
    padding-top: 32px;
}
div.register-page label {
    display: inline-block;
}
div.register-page .register-top-grid h3,
div.register-page .register-bottom-grid h3 {
    color: #000000;
    font-size: 1.4em;
    padding-bottom: 15px;
    margin: 0;
    font-weight: 600;
}

div.register-page .register-top-grid div, div.register-page .register-bottom-grid div {
    width: 49%;
    margin: 10px 0;
    display: inline-block;
}

div.register-page .register-top-grid span,
div.register-page .register-bottom-grid span {
    color: #555;
    font-size: 1.1em;
    padding-bottom: 0.2em;
    display: block;
    text-transform: uppercase;
    margin-left: 1%;
	text-align: left;
}

div.register-page .main {
    background: #F8F8F8;
}

div.register-page .register-top-grid input[type="text"],
div.register-page .register-top-grid input[type="email"],
div.register-page .register-bottom-grid input[type="password"], div.register-page textarea{
    border: 1px solid #a1292b63;
    outline-color: #fb4d01;
    width: 98%;
    font-size: 0.8125em;
    padding: 0.5em;    resize: vertical;
    margin: 0 1%;
}

div.register-page .checkbox,
.completeorder-page .checkbox {
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 1.1em;
    line-height: 27px;
    cursor: pointer;
}

div.register-page .checkbox,
.completeorder .checkbox {
  display: inline-block;
    position: relative;
    font-size: 0.85em;
    color: #555;
}

div.register-page .checkbox:last-child,
.completeorder .checkbox:last-child {
    margin-bottom: 0;
}

div.register-page .news-letter,
.completeorder .save-address {
    color: #555;
    font-weight: 600;
    font-size: 0.85em;
    margin-bottom: 1em;
    display: block;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    clear: both;
}

div.register-page .checkbox i,
.completeorder .checkbox i {
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    border: 2px solid #a5282a;
    border-radius: 50%;
}

.completeorder .checkbox i {
    bottom: 1px;
    left: -6px;
    position: relative;
    display: inline-block;
    top: 6px;
}
.completeorder .checkbox{
	cursor:pointer;
}

div.register-page .checkbox input + i:after,
.completeorder .checkbox input + i:after {
    content: '';
    background: url("images/tick1.png") no-repeat 1px 2px;
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}

.checkbox input + i:after,
.completeorder input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

div.register-page .checkbox input,
.completeorder .checkbox input {
    position: absolute;
    left: -9999px;
}

.checkbox input:checked + i:after {
    opacity: 1;
}

div.register-page .news-letter:hover {
    color: #00BFF0;
}

div.register-page .register-but {
    margin-top: 1em;
    text-align: right;
}

div.register-bottom-grid {
    margin-top: 3em;
}
input {
    outline: none;
}

.profile-page {
    border: 1px solid #f351534a;
    margin-top: 41px;
    margin-bottom: 43px;
}
.profile-page legend {
    padding: 3px 20px;
    font-weight: bold;
    color: #fff;
    background: #ffa800;
    position: relative;
    font-size: 19px;
}
.profile-page .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-weight: bold;
    color: black;
}

.profile-page .form-horizontal .control-label .verifier{
	
}
.profile-page .form-horizontal .control-label .verifier input[type="text"]{
	
}
.profile-page .form-horizontal .control-label .verifier input[type="button"] {
    cursor: pointer;
    background: #009b9c;
    border: 0;
    padding: 2px 10px;
    color: white;
    font-family: monospace;
	margin: 0;
    margin-left: -6px;
}

.profile-page .buttons {
    text-align: right;
    padding: 12px;
    float: none;
}

.profile-page [type="submit"], .ordercomplete-page [type="submit"], .register-page [type="submit"] {
    margin: 30px 6px;
    width: 200px;
    color: #fff;
	font-size: 12px;
    background-color: #ffa800;
    border-color: #6d6d6d;
    font-weight: bold;
    border: 0;
    padding: 5px;
    cursor: pointer;
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.profile-page .col-sm-9 {
    display: inline-block;
    width: 74%;
}
.profile-page .col-sm-10 {
    display: inline-block;
    width: 82%;
}
.profile-page .form-horizontal .control-label {
    margin-bottom: 0;
    font-weight: bold;
    color: black;
    padding: 10px;
    text-align: right;
}
.profile-page .custom-radio {
    margin-top: 9px;
    padding: 0;
}
.form-group {
    margin-bottom: 0rem;
}

.myorderlist .typename {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    color: black;
}

.myorderlist .ordetypes {
    list-style: none;
    padding: 0;
    text-align: right;
    float: right;
}

.myorderlist .ordetypes li {
    width: 110px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0);
    border: solid rgba(153, 153, 153, 1) 1px;
    font-family: Arial;
    text-align: center;
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 16px;
    cursor: pointer;
    display: inline-block;
    color: rgb(0, 0, 0);
}

.myorderlist .ordetypes li a {
    color: rgb(0, 0, 0);
}
.myorderlist .ordetypes li.active{
background: #ffa800;
}
.myorderlist .ordetypes li.active a{
color: white;
}

.myorderlist .well {
    margin-top: 20px;
}

.myorderlist .ordertable {
    width: 100%;
}

.myorderlist .ordertable tr {
    border-bottom: 2px solid;
    font-size: 12px;
    text-align: left;
}

.myorderlist .ordertable .first {
    background: #000000a3;
    font-size: 15px;
    padding: 10px;
    margin: 2px;
    height: 20px;
    color: white;
    text-align: center;
    text-transform: lowercase;
}

.myorderlist .ordertable .ordercancelform [type="submit"] {
    margin: 0;
    width: 97px;
    padding: 3px;
    margin-bottom: 10px;
}

.myorderlist .ordertable a .reorder {
    color: #fff;
    background-color: #ffa800;
    border-color: #6d6d6d;
    font-weight: bold;
    border: 0;
    padding: 2px 9px;
    cursor: pointer;
    margin-bottom: 7px;
}

.myorderlist .ordertable a .reorder.paynow {
    background-color: #059c2b;
}




.completeorder .myaddresslist {
    color: black;
    font-weight: bold;
    border: 1px solid;
	cursor:pointer;
}

.completeorder .noaddressfound {
    margin: 10px;
    font-size: 30px;
    text-align: center;
    color: red;
    font-weight: bold;
    margin-bottom: 100px;
}

.completeorder .ordercompleted {
    margin-top: 19px;
    font-size: 23px;
    background: #e4e4e4;
    padding: 9px;
    text-align: center;
    margin-bottom: 150px;
}
.completeorder .ordercompleted .repayments{
    margin-top: 23px;
    width: 100%;
    margin-bottom: 20px;
}
.completeorder .ordercompleted .repayments a{
	
	
}
.completeorder .ordercompleted .repayments a font{
    background: white;
    padding: 5px;
    margin: 20px;
    font-weight: bold;
    font-size: 13px;
    border-radius: 10px;
    border: 1px solid;
}
.completeorder .addresslist {
    width: 31%;
    float: left;
    margin: 10px;
    position: relative;
    border: 2px solid #00000069;
    padding: 8px;
    border-radius: 20px;
    text-align: left;
}
.completeorderaddress{
	text-align:center;
}

input {
    outline: none;
}

.completeorder .addresslist [type="submit"] {
    width: 27px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -8px;
    margin: 0;
    height: 27px;
    padding: 1px;
    background-color: #969696;
    border-color: #6d6d6d;
    outline: none;
}

.completeorder .addresslist [type="button"] {
    background: #a1292b;
    color: white;
    padding: 5px 4px;
    font-size: 11px;
    width: 100%;
    margin-top: 11px;
	cursor:pointer;
}



.checkout {
    margin-left: 13px;
    margin-top: 16px;
}
.checkout .a .title {
    font-size: 29px;
    color: black;
    padding: 0px 20px;
    font-weight: bold;
    border-bottom: 2px solid black;
    border: 1px solid #eee;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    margin-bottom: 22px;
    text-align: center;
    font-family: 'Righteous', cursive;
}

.checkout .btns {
    text-align: right;
    min-height: 44px;
    float: none;
}
.checkout .btns .content{
    text-align: right;
}
.checkout .branchtitle{
	
	
}

#checkingout .checkingoutproducts {
    width: 100%;
    margin-bottom: 0;
}
#checkingout .checkingoutproducts {
    width: inherit;
}

#checkingout .checkingoutproducts .checkoutlist {
    position: relative;
    border-bottom: 1px solid #cecaca;
    margin-top: 30px;
    color: #d9d9d9;
    padding-bottom: 31px;
}
#checkingout .checkingoutproducts .checkoutlist .box1 {
    width: 33px;
    margin-right: 10px;
    position: relative;
}
#checkingout .checkingoutproducts .link-default:hover {
    color: #f16121;
}
#checkingout .checkingoutproducts .link-default {
    color: #2b2c2f;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-word;
    width: 74%;
    display: block;
}
#checkingout .checkingoutproducts .checkoutlist .xbox {
    display: inline-flex;
}
#checkingout .form-group {
    position: relative;
    margin-bottom: 0;
}
#checkingout .tqy-change .stepper {
    display: inline-block;
    width: auto;
    min-width: 31px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

#checkingout .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset -3px -4px 0px 0px rgb(161, 41, 43);
    box-shadow: inset -3px -4px 0px 0px rgb(161, 41, 43);
    border-color: #a1292b;
    background-color: #f5f5f5;
    min-height: 41px;
    resize: vertical;
}
#checkingout .tqy-change .stepper input[type="text"] {
    padding: 20px 0;
    text-align: center;
    height: 81px;
    font-size: 13px;
    width: 100%;
    color: #333;
    background-color: transparent;
}

#checkingout .tqy-change .stepper-arrow {
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 20px;
    font-size: 29px;
    font-family: "Material Design Icons";
    color: #74706f;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
#checkingout .tqy-change .stepper-arrow.up {
    top: 0;
    margin-top: 0;
}
#checkingout .stepper-arrow.up:before {
    content: "+";
    font-weight: bold;
    font-size: 19px;
}




#checkingout form[name="coupon2"], #checkingout form[name="zipcode2"], form[name="distance2"] {
    margin: 10px;
    text-align: left;
    margin-left: 0px;
    position: relative;
}
#checkingout form[name="coupon2"] input, form[name="zipcode2"] input, form[name="distance2"] input {
    padding: 5px;
    border: none;
    width: 89%;
    border-radius: 20px;
}
#checkingout form[name="coupon2"] input{
	text-transform:uppercase;
}

form[name="distance2"] select {
    padding: 8px;
    border: 1px solid;
    font-weight: bold;
    border-radius: 20px;
    font-size: 12px;
}
form[name="distance2"] input[name="complexnumber"] {
    font-size: 14px;
    padding: 5px;
    position: relative;
    top: 0px;
    max-width: 196px;
    display: none;
    border: 2px solid #b3aeae;
    border-radius: 33px;
}
form[name="distance2"] a.complexnumber {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    background: black;
    padding: 1px 17px;
    border-radius: 20px;
    cursor: pointer;
    position: absolute;
    top: 39px;
    z-index: 1;
	display: none;
}
form[name="distance2"] img {
    height: 35px;
    cursor: pointer;
    position: absolute;
    left: 102%;
    top: -3px;
}
#checkingout #googlemapload {
    width:100%;
	height:500px;
}

#checkingout form[name="zipcode2"] input {
    padding: 8px;
}
#checkingout .ziptext {
    text-align: center;
    font-weight: bold;
    color: green;
    font-size: 17px;
    position: relative;
}
#checkingout .ziptext input {
    border: none;
    background: none;
    color: red;
    font-size: 15px;
    position: absolute;
    top: -6px;
}

*{
	outline:none;
}
.checkout form[name="zipcode2"] [name="zipcodeapply"], 
.checkout form[name="distance2"] [name="distanceapply"],
#checkingout form[name="coupon2"] [name="couponapply"] {
    background: #ffa800;
    border: 2px solid #a2700e;
    width: 71px;
    position: absolute;
    right: 0;
    height: 31px;
    padding: 0px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
.ziptext {
    font-size: 16px;
    background: black;
    margin-bottom: 15px;
    color: white;
    padding: 2px 23px;
}
.ziptext [name="zipcoderemove"]{
    background: red;
    border: none;
    color: white;
    margin-left: 20px;
    width: 26px;
    border-radius: 50%;
    height: 26px;
    cursor: pointer;
}
[name="couponremove"]{
    float: left;
    margin-top: -2px;
    background: red;
    border: none;
    color: white;
    height: 26px;
    cursor: pointer;
    padding: 0px 19px;
}

.zipdiv, .distdiv {
    width: 259px;
    display: inline-block;
    border: 2px solid #b3aeae;
    border-radius: 33px;
    position: relative;
}

#checkingout .tqy-change .stepper-arrow.down {
    bottom: 7px;
}
.stepper-arrow.down:before {
    content: "-";
    font-weight: bold;
    font-size: 19px;
}
#checkingout .tqy-change .stepper-arrow {
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 20px;
    font-size: 29px;
    font-family: "Material Design Icons";
    color: #74706f;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
#checkingout .checkoutsize {
    float: left;
    margin: 3px 8px;
    color: black;
    font-size: 12px;
}

#checkingout .table .checkoutlist .box2 {
    width: 93px;
    margin-right: 10px;
}
#checkingout .table .checkoutlist .box3 {
    position: relative;
    width: 81%;
    float: right;
}
#checkingout .table .checkoutlist .box4 {
    position: absolute;
    right: 0;
    top: -27px;
}
#checkingout [name="remove"] {
    font-size: 25px;
    line-height: 25px;
    cursor: pointer;
}
#checkingout [name="remove"]:hover{
    color: red;
}
#checkingout [name="remove"]:before {
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#checkingout [name="remove"]:before {
    content: "X";
}
#checkingout .xbox .h5 {
    line-height: 1.5;
    font-size: 14px;
    color: #848484;
}
#checkingout .checkoutprice {
    font-weight: bold;
}
#checkingout .checkoutprice .ab2 {
    font-size: 12px;
    color: #614e17;
}

.checkout .checkingout{
    width: 100%;
}

.checkingout .turn_ux .turn_uy {
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    color: #94353c;
    padding: 7px;
}

.checkingout .turn_ux .turn_uy .maintxt{
	display: inline-block;
}
.checkingout .turn_ux .turn_uy .subtotal {
    font-size: 15px;
    font-weight: bold;
    width: 100px;
    float: right;
    text-align: right;
    padding-right: 13px;
    color: #94353c;
}
.checkingout .checklisttotalcount {
    width: 100%;
    padding: 10px;
    color: #efefef;
    background-color: #7d7d7d;
}
.checkingout .checklisttotalcount .n {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
}
.checkingout .maintotalprice {
    float: right;
    text-align: center;
}

.checkingout .checkoutbtn {
    font-size: 15px;
    font-weight: bold;
    float: right;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.checkingout .checkoutbtn a input {
    float: none;
    font-size: 14px;
    padding: 12px;
    background:#fdab0f;
    color: white;
    border: 0;
    position: relative;
    top: -3px;
    font-weight: bold;
    cursor: pointer;
}

#checkingout .checkingoutproducts .checkoutlist,
#checkingout .checkingoutproducts .checkoutlist .xbox {
    height: 100px;
}
#checkingout .checkingoutproducts .checkoutlist .box1 {
    width: 33px;
}
#checkingout .checkingoutproducts .checkoutlist .box2 {
    width: 81px;
}
#checkingout .checkingoutproducts .checkoutlist .box3 {
    margin-left: 10px;
    margin-top: 10px;
}
#checkingout .checkingoutproducts .checkoutlist .xbox {
    float: left;
}

.discounttable{
margin-bottom: 30px;
}
.discounttable h1{
    color: black;
    font-size: 22px;
}
.discounttable table{
border: 5px solid #aa4622;
    border-radius: 10px;
}
.discounttable table tr {
    background-color: #020604;
    color: white;
    font-size: 11px;
}


.ordercomplete-page {
    width: 100%;
    margin: 40px 0px;
}

.ordercomplete-page .breadcrumb{
    background-color: #ffffff;
}
.ordercomplete-page legend {
    padding: 10px;
    font-weight: bold;
    color: #fff;
    background: #fdab0f;
    position: relative;
    font-size: 20px;
}
.ordercomplete-page .loadmydetails {
    float: right;
    background: black;
    font-size: 17px;
    padding: 2px 11px;
    color: white;
    border-radius: 36px;
}
.ordercomplete-page .formlabel {
    display: block;
    text-align: left;
    color: black;
    font-weight: bold;
    padding-right: 10px;
    margin: 0;
}

.ordercomplete-page .formdetails {
    width: 100%;
    display: inline-block;
}

.ordercomplete-page .form-group {
    margin-bottom: 6px;
    padding: 0;
}

.ordercomplete-page .left .formdetails input{
    width: 99%;
}


.productdetails {
    position: relative;
    float: left;
    border-top: 2px solid black;
    width: 100%;
    border-bottom: 10px solid #0000008f;
    display: none;
}
.productdetails:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 28px;
    background-image: url(images/line.png);
    background-size: 100% 100%;
    margin: auto 45%;
}
.productdetails .details {
    margin-top: 30px;
}

.productdetails .productsizet {
margin-top: 18px;
    font-size: 12px;
    color: black;
    font-weight: bold;
}
.productdetails .details .images {
    width: 30%;
}
.productdetails .details .images .left {
    width: 15%;
    float: left;
}
.productdetails .details .images .left div {
    position: relative;
    cursor: pointer;
}
.productdetails .details .images .left img {
    border: 1px solid black;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    background-color: #444;
}
.productdetails .details .images .left img.active{
    -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
}
.productdetails .details .images .img {
    width: 85%;
    float: left;
    padding: 19px;
    padding-top: 0;
    transition: 1s;
}
.productdetails .details .images .wishlist-btn {
    display: inline-table;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 60px;
    font-size: 18px;
    line-height: 18px;
    padding-top: 9px;
    overflow: hidden;
    color: #000;
    position: absolute;
    -webkit-box-shadow: 1px 0 32px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 32px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    cursor: pointer;
    right: 0;
    margin: 10px;
}

.productdetails .details .images .img .zoom {
    overflow: hidden;
    border: 1px solid;
}
.productdetails .details .images .img img {
    width: 100%;
    transition: 1s;
}
.productdetails .details .info {
    width: 70%;
    float: left;
    padding-top: 0;
    padding: 17px;
}
.sharingbtns button{
	cursor:pointer;
}
.productdetails .details .info .cart-button {
    text-align: left;
}
.count_container.cart_count_wrapper {
    display: inline-block;
    margin: 0px 0px 0px 0px;
}
.reviewicon {
    position: absolute;
    right: 27px;
    color: white;
    bottom: 78px;
    background: #383848;
    padding: 0 10px;
    border-radius: 20px;
    cursor: pointer;
    top: 17px;
    height: 28px;
    z-index: 1;
}
.reviewicon img {
    width: 27px;
}
.reviewform.contactus form {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}
.reviewform.contactus form [type="submit"]{
    margin-top: 20px;
    background-color: #b3790a;
    border-color: #4e4d4a;
	}
	
	

.reviewform .t {
    font-size: 14px;
    font-weight: bold;
    padding-top: 11px;
}

.reviewform .stars .stars.starfull {
    background-image: url(images/starfull.png);
    width: 27px;
    height: 25px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.reviewform .stars .stars.star {
    background-image: url(images/star.png);
    width: 27px;
    height: 25px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.reviewform .stars .stars.starhalf {
    background-image: url(images/starhalf.png);
    width: 27px;
    height: 25px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.reviewform .stars .stars .left {
    position: absolute;
    left: 0;
    width: 13.5px;
    height: 25px;
    top: 0;
    cursor: pointer;
}

.reviewform .stars .stars .right {
    position: absolute;
    right: 0;
    width: 13.5px;
    height: 25px;
    top: 0;
    cursor: pointer;
}
.reviewform.contactus form [type="submit"] {
    margin-top: 20px;
    background-color: #b3790a;
    border-color: #4e4d4a;
    color: white;
    cursor: pointer;
}
.reviewform #text{
    display: inline-block;
    height: 23px;
    position: relative;
    top: -6px;
}
.product-details .title.mainname{
	font-size: 28px;
    margin-top: 25px;
}

.product-reviewslists .review {
    width: 100%;
    border-bottom: 1px solid black;
    margin-bottom: 50px;
    position: relative;
    padding-left: 66px;
}
.product-reviewslists .review .fa-quote-left {
    position: absolute;
    left: 7px;
    font-size: 50px;
}
.product-reviewslists {
    margin-top: 20px;
}
.product-reviewslists h3 span{
    float: right;
    font-size: 14px;
    color: #9e5006;
    font-weight: bold;
}
.product-reviewslists .time{
    float: right;
    color: black;
    font-weight: bold;
    font-size: 12px;
}
.product-reviewslists .reviewprevnext {
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
}
.product-reviewslists .reviewprevnext a {
    background: black;
    margin: 11px;
    padding: 3px 27px;
    display: inline-block;
    color: white;
    font-weight: bold;
    border-radius: 10px;
}
.starli .star5, .starli .star4, .starli .star3 {
    background-color: #16be48;
}
.product-reviewslists .starli .starcolor {
    left: 0;
    position: absolute;
    width: 0;
    height: 5px;
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.4s 0.3s cubic-bezier(0,0,0.3,1);
}
.product-reviewslists .starli .starprogress {
    width: 100%;
}
.product-reviewslists .starli .starbgcolor {
    height: 5px;
    position: relative;
    background: #8d8d8d;
    margin-top: 4px;
    width: 100%;
}
.product-reviewslists .starli .star5,
.product-reviewslists .starli .star4,
.product-reviewslists .starli .star3 {
    background-color: #16be48;
}
.product-reviewslists .starli .star2 {
    background-color: #ff9f00;
}
.product-reviewslists .starli .star1 {
    background-color: #ff6161;
}
.product-reviewslists .product-reviewstars{
    float: left;
    width: 16%;
    margin-right: 2%;
}
.product-reviewslists .product-reviews{
    width: 82%;
    display: inline-block;
}
.product-reviewslists .starli table .td2 {
    width: 100%;
}
.product-reviewslists .starli table .td3 {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 2px;
    left: 6px;
    width: 60px;
}
.productdetails .home_deals_cta_btn {
    border: 0px;
    text-align: center;
    width: 90px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    padding: 7px 0px 7px 0px;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 0px;
    position: relative;
    top: -2px;
    background: linear-gradient(90deg, rgb(187, 0, 80)0%, rgb(146, 0, 62)51%, rgb(187, 0, 80)100%);
    background: -moz-linear-gradient(90deg, rgb(187, 0, 80)0%, rgb(146, 0, 62)51%, rgb(187, 0, 80)100%);
    background: -webkit-linear-gradient(90deg, rgb(187, 0, 80)0%, rgb(146, 0, 62)51%, rgb(187, 0, 80)100%);
    background: -o-linear-gradient(90deg, rgb(187, 0, 80)0%, rgb(146, 0, 62)51%, rgb(187, 0, 80)100%);
}
.productdetails .count_container input {
    height: 28px;
    width: 42px;
    text-align: center;
    border: 0;
	cursor:pointer;
}
.productdetails .sharingbtns{
width: 100%;
}
.productdetails .sharingbtns h2{
	    font-size: 25px;
    margin-top: 20px;
    font-weight: bold;
    color: black;
}
.productdetails  .sharingbtns h2 .ratings{
    font-size: 15px;
    color: #9a9898;
    float: right;
    margin-right: 30px;
}
.productdetails .pname{
    font-weight: bold;
    margin-bottom: 26px;
}
.productdetails .price {
    float: none;
    font-size: 28px;
    color: black;
    margin-right: 40px;
}
.productdetails .priceper {
    color: green;
    font-weight: bold;
}

.form-group.half {
    width: 49.4%;
}


@media screen and (max-width: 300px) {
    .loginorregister span.psw {
        display: block;
        float: none;
    }
    .loginorregister .cancelbtn {
        width: 100%;
    }
}
*{
	outline:none;
}

@media screen and (max-width: 930px) {
#checkingout .checkingoutproducts, .pricesdetails-right {
    width: 100%;
    float: none;
    max-width: 100%;
}


}
@media (max-width:769px){

#checkingout .checkingoutproducts .checkoutlist .xbox {
    float: none;
}
#checkingout .checkingoutproducts .checkoutlist, #checkingout .checkingoutproducts .checkoutlist .xbox {
    height: auto;
    position: relative;
}
#checkingout .checkingoutproducts .checkoutlist .box3 {
    margin-left: 10px;
    margin-top: 10px;
    display: block;
}
#checkingout .checkingoutproducts .checkoutlist .box4 {
    float: right;
    position: absolute;
    top: 0px;
    right: 0;
}

.home2 {
    max-width: 100%;
}
.home2 .mainimg{
	
}
.home2 .mainimg img {

}
.home2 .list {
    min-height: 169px;
}
.footer_area .InfoSection .copywrite {
    float: none;
    margin: 10px;
}
.footer_area .InfoSection div {
    display: block;
    margin: 3px;
}
.footer_area .InfoSection .contact {
    float: none;
}
.mainheading {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
}
.mainheading .data h3 {
    font-size: 21px;
}
	
.product-filter-section .section-title h2{
	    font-size: 21px;
}

.product-slider .owl-nav button.owl-next {
    float: right;
    right: 0;
}
.product-slider .owl-nav button.owl-prev {
    float: left;
    left: 0;
}
.topBarWrapper {
    height: auto;
}
.topBarWrapper .pull-left {
    float: none;
    text-align: center;
}
.topBarWrapper .pull-right{
	text-align: center;
	    float: none;
}


}
.m-memu{
float: left;
    margin: 4px;
    margin-right: 20px;
	cursor:pointer;
	}
	
	
	
	

.ordercomplete-page legend , .profile-page legend, 
.profile-lists .grid.active, 
.myorderlist .ordetypes li.active, 
.checkingout .checkoutbtn a input,
.reviewform.contactus form [type="submit"],
.btn-black.remove, .btn-main.checkout{
    color: #000;
    background: rgba(254, 250, 241, 1);
}
.btn-black.remove:hover, .btn-main.checkout:hover {
	color: #ffffff;
	background: #645e5e;
}
.profile-lists .grid.active .desc, .myorderlist .ordetypes li.active a{
    color: #000;
}

.profile-page [type="submit"], .ordercomplete-page [type="submit"], .register-page [type="submit"] {
    color: #000;
    background-color: #ff98002b;
}
	
.productdetails .home_deals_cta_btn {
    background: linear-gradient(
90deg
, rgb(237 200 90)0%, rgb(239 189 74)51%, rgb(255 199 73)100%);
    color: #fff;
}

	
@media (max-width:500px){
.footer_area .footer-title:after {
    top: 39px;
}
.footer_area .InfoSection {
    margin-top: 10px;
    padding: 0;
    text-align: center;
}
.banner h2 {
    font-size: 26px;
}
.site-btn {
    font-size: 13px;
    font-weight: 600;
    min-width: 167px;
    padding: 9px 37px 9px;
}
.banner {
    padding: 50px 34px 47px;
    position: relative;
    margin-bottom: 70px;
    background-position: -249px 60%;
    background-size: 200% 90%;
    background-repeat: no-repeat;
}
.home2 .mainimg img {
    width: 100%;
}
.home_slider .home_slider_content {
    position: absolute;
    top: 39%;
}
.mainheading .data h3 {
    padding: 20px;
}
.modal-dialog {
    margin: 6% 0px;
    width: 100%;
}
.checkout .checkingout img {
    width: auto;
    height: 250px;
    margin: 17px;
}
.mywalletpage .account_grid{
	overflow: auto;
    width: 100%;
}
.login-left p, .login-right p {
    margin: -1px 4px 0em -1px;
}
.login-right {
    margin-top: 35px;
}

.login-right input[type="submit"] {
    float: left;
    width: 157px;
    position: relative;
    top: -5px;
    margin-right: 10px;
}
div.register-bottom-grid {
    margin-top: 1em;
}
div.register-page .register-top-grid div, div.register-page .register-bottom-grid div {
    width: 100%;
    margin: 10px 0;
    display: inline-block;
}

div.register-page .register-bottom-grid p {
    margin: 0;
    position: relative !important;
}
.register-page [type="submit"] {
    margin: 3px 6px;
    margin-bottom: 25px;
}
.login-right input[type="text"], .login-right input[type="password"] {
    width: 100%;
}
div.register-page {
    padding-top: 48px;
    padding: 0;
    margin-top: 23px;
}
div.register-page .register-top-grid{
    padding: 0;
}
div.register-page .register-bottom-grid{
    padding: 0;
}
.mainheading.services {
    padding-top: 2px !important;
    padding-bottom: 5px !important;
}

.product-filter-menu {
    list-style: none;
    margin: 0 0px;
    padding-bottom: 15px;
    width: 100%;
    display: block;
    margin-top: 42px;
}
.product-filter-menu li {
    margin: 4px 0;
    display: inline-block;
    width: 100%;
}

.sort-by {
    margin-right: 8px;
    margin-top: 10px;
}

.m-memu{
    float: left;
    margin: 13px;
}
.m-memu i{
}
.burger i {
    color: #FFFFFF;
    font-size: 27px;
}
.m-memu i.active{
	background: #e5610f;
    color: white;
}
.product-filter-menu{
	display:none;
}
.product-filter-section .section-title {
    min-height: 80px;
}
.product-filter-menu {
    margin-top: 0;
}


.checkout {
    margin-left: 13px;
	margin-right: 13px;
    margin-top: 16px;
    padding: 0;
	margin: 0;
}
.checkout .a .title {
    font-size: 20px;
}
.ziptext {
    font-size: 10px;
}
.ziptext [name="zipcoderemove"] {
    width: 20px;
    height: 20px;
}
.checkingout .turn_ux .turn_uy .subtotal {
    font-size: 12px;
    width: auto;
    float: none;
}
.checkingout .turn_ux .turn_uy .maintxt {
    display: inline-block;
    float: left;
}
.checkingout .turn_ux .turn_uy {
    font-size: 12px;
}
.discounttable table {
    padding: 0;
    margin: 0;
    width: 100%;
}
.zipdiv {
    width: 100%;
    padding: 0px 18px;
}


.profile-lists .grid {
    width: 41%;
    margin: 0px 10px;
}
.profile-page .form-horizontal .control-label.col-sm-2{
    float: left;
    width: 111px;
}
.profile-page .form-horizontal .control-label.col-sm-10{
	    width: auto;
}
.profile-page .col-sm-10 {
    display: inline-block;
    width: 100%;
}

.profile-page fieldset {
    margin-top: 38px;
}
.profile-page textarea[name="address"]{
	    height: 154px;
}
.address-page .addresslist {
    width: calc(100% - 10px);
    margin: 13px 0px;
}
.profile-page .passwordchangeform .control-label{
	text-align: left;
}
.passwordchangeform .col-sm-9{
	    width: 100%;
}
.top_bar_content.ml-auto {
    width: 100%;
    text-align: right;
}
.main_menu_content, .register_login {
    display: inline-block !important;
}
.main_menu_list {
    margin-left: 50px;
    display: none;
}
.burger {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: -7px;
    left: -15px;
}
.logo {
    padding-left: 36px;
}
.mobilemenu .hassubs.menu_item .mainmenu{
	display: none;
}
.mobilemenu .hassubs.menu_item:hover .mainmenu{
	display: block;
}
.mobilemenu .hassubs.menu_item:hover a {
    color: #000000;
}
.mobilemenu .hassubs.menu_item{
	    padding: 2px 17px;
}
.mobilemenu .hassubs.menu_item .submenu{
	background: white;
    padding: 2px 11px;
	font-size: 12px;
}
.mobilemenu .hassubs.menu_item .submenu h3 {
    background: #ffa800;
    padding: 4px 11px;
    color: white;
    font-size: 12px;
}
.mobilemenu .hassubs.menu_item a h5{
	    font-size: 9px;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: white;
    text-decoration: none;
}

.myorderlist .ordetypes {
    list-style: none;
    padding: 0;
    text-align: center;
    
    float: none;
}
.myorderlist .ordetypes li{
	margin: 3px;
}
.myorderlist .ordertable td:nth-child(4){
	display: none;
}

.topBarWrapper a {
    padding: 15px 0;
    color: #948d8d;
    font-size: 11px;
}


}




#scroll {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 2;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(images/move-top.png) no-repeat 0px 0px;
}
#scroll:hover {
z-index: 22;	
}
#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
.winandrefer .referlink [type="button"] {
    float: right;
    background: no-repeat;
    border: 0;
    color: #0043ff;
    font-weight: bold;
    cursor: pointer;
}

.main_menu_search {
    display: none;
}
@media (max-width:1000px){
.searchform {
    display: none;
}
.main_menu_search {
    display: inline-block;
}
}