body {
    font-size: 12px !important;
    font-family: 'Work Sans', sans-serif;
}

.ff-sans {
    font-family: 'Work Sans', sans-serif;
    /*src: url('/fonts/open-sans.semibold.ttf');*/
    /*letter-spacing: 0.3px;*/
}

.fw-600 {
    font-weight: 600 !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-15 {
    font-size: 15px !important;
    color: #000 !important;
}

.ml-5 {
    margin-left: 5px !important;
}

#ml-15 {
    margin-left: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.color-black {
    color: #000 !important;
}

.green-text {
    color: #3fba7d;
}

.fw-100 {
    font-weight: 100 !important;
}

.color-red {
    color: #ad1e56 !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-18 {
    font-size: 18px;
}

.fs-25 {
    /*font-weight:bolder;*/
    font-size: 25px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Work Sans', sans-serif;
}
.camera_wrap img {
    object-fit: cover;
}
.loader-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 999999;
}
.camera_pie {
    display: none;
}
.cssload-loader {
	position: relative;
	width: 37px;
	height: 37px;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	perspective: 460px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;	
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
		-o-animation: cssload-rotate-one 1.15s linear infinite;
		-ms-animation: cssload-rotate-one 1.15s linear infinite;
		-webkit-animation: cssload-rotate-one 1.15s linear infinite;
		-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 2px solid rgb(0,0,0);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
		-o-animation: cssload-rotate-two 1.15s linear infinite;
		-ms-animation: cssload-rotate-two 1.15s linear infinite;
		-webkit-animation: cssload-rotate-two 1.15s linear infinite;
		-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 2px solid rgb(0,0,0);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
		-o-animation: cssload-rotate-three 1.15s linear infinite;
		-ms-animation: cssload-rotate-three 1.15s linear infinite;
		-webkit-animation: cssload-rotate-three 1.15s linear infinite;
		-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 2px solid rgb(0,0,0);
}







@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

/*=======================   checkbox*/

.check-container {
    display: block;
    position: relative;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 12px;
    /* cursor: pointer; */
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container .check {
    position: absolute;
    opacity: 0 !important;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff !important;
    border: 1px solid #ddd;
    border-radius: 2px;
}


/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: #1A78E5 !important;
    border: 1px solid #1A78E5;
}
.checkmark-label {
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.container input:checked~.checkmark ~ .checkmark-label {
    color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.label-compare {
    cursor: pointer;
    margin-left: 8px;
}
.container input:checked~.checkmark:after {
    display: block;
}





/*===============================  navbar*/
.menu.home-one-menu>nav>ul>li>a {
    border-left: 0;
    margin: 0;
    padding: 7px 15px !important;
    border-right: 1px solid #ffffff;
    /*border-right: 1px solid #69a041;*/
    font-size: 14px !important;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.header-top-padding {
    padding: 7px 0;
}

.search-header {
    padding: 0px 0px;
    /*padding-top:10px;*/
}

.middleBar .header-items .header-item {
    display: inline-block !important;
    /*padding:10px 0px;*/
    /*padding-top: 12px;*/
    /*font-size:20px !important;*/
}

.mr-5 {
    margin-right: 5px !important;
}

.middleBar .header-items .header-item a {
    position: relative;
    display: block;
    /*width: 40px;*/
    line-height: 0;
    color: #666666 !important;
    margin: 0 auto;
    height: 20px;
    position: relative;
}

.middleBar .header-items .header-item span {
    font-size: 10px !important;
    font-weight: 500 !important;
    /*text-align: center;*/
}

.middleBar .btn.btn-default {
    color: #ffffff !important;
    background-color: #32322f;
    border: 1px solid #32322f !important;
}

.middleBar .btn-lg {
    padding: 0px 15px !important;
    width: 100% !important;
    height: 40px !important;
    /*font-size: 18px !important;*/
    font-weight: 100 !important;
    /*line-height: 1.33 !important;*/
    border-radius: 6px !important;
}

#searchInput {
    background: #f1f1f1;
    height: 45px;
    width: 100% !important;
    /* max-width: 200px; */
    color: #888;
    padding-left: 5px;
    /*padding:0px 10px 0px 10px !important;*/
    border: 1px solid #f1f1f1;
    border-top-left-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
}

/*.search input[type="search"] {
    background: #f1f1f1;
    height: 45px;
    width: 100% !important; 
     max-width: 200px; 
    color: #888;
    padding-left: 5px;
    padding:0px 10px 0px 10px !important;
    border: 1px solid #f1f1f1;
}*/
.input-lg {
    height: 40px !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    line-height: 1.33 !important;
    border-radius: 0px !important;
    color: #333 !important;
}

.searchinputbx {
    padding-right: 0px !important;
    padding: 0;
}

.searchbtn {
    padding-left: 0px !important;
    padding-right: 0;
}

.header-icons {
    font-size: 15px;
    color: black;
    font-weight: 600;
}

.mobile-icon {
    font-size: 28px;
    /*font-weight:600;*/
}

.cart {
    background: #ddd;
    /*width:100% !important;*/
    height: 40px;
    padding-top: 5px;
    font-size: 10px;
}

.header-item a {
    /*text-align: center !important;*/

    /*    padding-bottom: 0px !important;*/
}

#icon-name {
    margin-top: -10px !important;

}

.deals {
    background: #ee404c;
    /* margin-top:-1px;*/
}

.deals a {
    font-weight: 100 !important;
    /*padding-top: 10px  !important;*/
}

/*.dealsspan{
    font-weight: 100 !important;
    padding :0 5px  !important;
}*/
/*.cart a i{
    margin-left:-16px;
}*/
.cart-text {
    font-size: 16px;
    line-height: 18px;
}

.cart3 .centered {
    position: absolute;
    top: 52%;
    /*left: 10%;*/
    left: 31px;
    transform: translate(-50%, -50%);
}

.cart3 figcaption {
    position: absolute;
    top: -2px;
    left: 16px;
    color: #69a041;
    font-weight: 600;
}

.menu.home-one-menu>nav>ul>li>a {
    font-family: 'Work Sans', sans-serif;
}

.fw-500 {
    font-weight: 500 !important;
}

/*.section-icon{
        padding: 11px 10px;
    }*/


.navbar-scrollup {
    margin-top: 0px !important;
    margin-bottom: 0px !important;

}


/*======================== submenu*/
.new_menu {
    /*width:400px !important;*/
    background-color: #fff !important;
    color: #32322f !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
    padding: 15px !important;
}

.new_menu .single-mega-1 li:first-child a:before {
    border: 0px solid #ababab;
    width: 0px;
    margin-right: 0px;
}

.new_menu .single-mega-1 li a {
    color: #828282;
    line-height: 10px;
    font-size: 12px;
    font-family: 'Work Sans', sans-serif;
}

.new_menu .single-mega-1 li a {
    padding: 10px 0px 10px 0px;
}
.new_menu .single-mega-1 li:hover > a {
    color: #000000;
}

.bottombefore h4:before {
    content: "";
    width: 40px;
    height: 3px;
    display: inline-block;
    background: #69a041;
    position: absolute;
    bottom: 0;
}

.new_menu .bottombefore h4 {
    font-family: 'Work Sans', sans-serif;
}

.single-mega-1 li:first-child a {
    margin-left: 0px;
}

/*=============================================  category*/
.filter-title h2:before {
    background: none;
    background: #69a041;
    content: "";
    height: 4px;
    left: 38%;
    margin-top: 9px;
    position: absolute;
    top: 29px;
    width: 62px;
    border-radius: 5px;
    /*margin:auto !important;*/
}

.filter-title h2 {
    display: inline-block;
    color: #313131;
    font-size: 31px !important;
    /* font-size: 24px; */
    /*font-weight: 600;*/
    line-height: 1.2;
    padding-bottom: 15px;
    position: relative;
    text-transform: initial;
    margin-top: 0;
}

.filter-title span {
    color: #333;
    font-weight: 100 !important;
}

/*.cat h2:before {
    background: #69a041 none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 5px;
    left: 0;
    margin: auto 0 !important;
    text-align: center;
    position: absolute;
    width: 60px;
}*/

.carousel-title:after {
    background: #69a041 none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 170px;
    display: none;
}

.cat {
    /*    position: relative;
    width: 100%;
    margin-bottom: 30px;*/
    border-bottom: 0px solid rgba(0, 0, 0, 0.1) !important;
}

.slider-product {
    margin: 0px 0 50px 0 !important;
}

.slider-product .product-details {
    height: 166px !important;
    /*border: 1px solid RED;*/
    position: relative;
}

.slider-product .new-product {
    position: absolute;
    top: 10px;
    left: 10px;
}

.slider-product .cat-img {
    position: relative;
}

.category-active {
    -webkit-box-shadow: 4px 4px 20px 4px #ebebeb;
    box-shadow: 4px 4px 20px 4px #ebebeb;
}

.cat-name1 {
    line-height: 1.3 !important;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

/*=================================================   Brands  */
.brand-box {
    height: 148px;
    width: 165px;
    padding: 30px 20px 20px 20px;
    border-radius: 0%;
}


/*================================================subscription form*/
.big-subscription-form .form-control {
    height: 44px !important;
    border-top-left-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
}
.big-subscription-form .btn.btn-default {
    color: #ffffff;
    background-color: #1A78E5  !important;
    border: 1px solid #1A78E5  !important;
    border-radius: 0px;
    width: 100%;
    height: 44px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 170px;

    /*margin-top:1px;*/
}

.big-subscription-form .subscribe {
    /*background: #ddd;*/
    /*background: #eee;*/
    padding: 3% 25% 0 25%;
}

.big-subscription-form .subscribe-form {
    background: #efefef;
    /*padding:2% 20%;*/
    padding: 20px 40px;
}


/*.big-subscription-form .subscribe-red-btn{
     background-color: #ee404c !important;
     border: 1px solid #ee404c !important;
}*/
.pl-0 {
    padding-left: 0px !important;
}

/*.pr-0{
    padding-right: 0px;
}*/
.subscription-bg {
    background: url('images/subscription-bg.png');
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
}

/*================================================= Service*/

.offerbtn {
    background: #ffbd24 !important;
}

/*.offerbtn h3 {
    color: #000;
    font-size: 16px;
}*/
.service-icon i {
    /* color: #59b210; */
    color: #69a041;
    font-size: 40px;
    transition: .3s;
}

/*=================================================== Footer*/


.footer-title h4:after {
    background: none;
    background: #b1b1b1;
    content: "";
    height: 2px;
    left: 15px;
    margin-top: 18px;
    position: absolute;
    top: 13px;
    width: 36px;
    border-radius: 5px;
    font-weight: bold;
}

.footer-lists ul li a:before {
    content: "";
    display: inline-block;
    margin: 0 0px 0 0;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    vertical-align: 1px;
}

.footer-lists ul li a {
    font-size: 11px;
}

.gray-title {
    color: #b1b1b1 !important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}

/*.footer-lists .social-links ul li a{
    font-size: 18px;
}*/
.footer-lists .social-links ul li a {
    background: none repeat scroll 0 0;
    color: #fff !important;
    color: black;
    display: inline-block;
    font-size: 17px !important;
    width: 19px;
    z-index: 1;
}

.subscribe-btn {
    right: 1px;
    top: 2px;
    background: #121213;
    color: #ccc;
    padding: 0 5px;
    border-left: 1px solid #bbb;
    border-radius: 0px;
    text-transform: unset;
    font-size: 11px;
    font-weight: 500;
}

.subscribe-inputbox {
    height: 40px !important;
    background: #333333 !important;
    color: #999999 !important;
    border-radius: 0px !important;
    border: 1px solid #bbb !important;
}

.subscribe-div-padding {
    padding: 0px 0px;
}

.whatsapp-icon {
    float: left;
    padding-right: 15px;
    margin-top: 10px !important;
}

.enquiry {
    margin-bottom: 0px;
}

.footerlink {
    font-size: 12px;
    color: #b1b1b1;
}

.footer-enquiry-textcolor {
    color: #b1b1b1 !important;
    font-size: 12px;
}

.enquiry-no {
    font-size: 20px !important;
}

/*================================== product details*/



.product-details-icons {
    font-size: 20px !important;
    font-weight: 500;
}

.product-details-icons-text {
    font-size: 12px !important;
    font-weight: 500;
}

.blue-icon {
    color: #69a041;
    font-weight: 600;
}

.unfield-star {
    color: #ddd !important;
}

.breadcrumb-list ul li {
    margin-right: 15px !important;
    margin-bottom: 0px;
    font-weight: 500;
}


/*.product-detail{
        margin-top: -5px;
}*/
.product-name {
    line-height: 1.3 !important;
    /*font-family: 'Open Sans', sans-serif !important;*/
    font-weight: 600;
}



.specification-link {
    font-size: 14px !important;
    color: #4493c4 !important;
    text-decoration: underline !important;
    font-weight: 600;
}

.emi {
    /*padding-top:12px;*/
    /*background:#000;*/
    /*color:#fff;*/
    /*font-size:13px;*/
    /*margin-top: -7px;*/
}

.emi span {
    padding: 2px 4px;
    background: #000;
    color: #fff;
    /*    font-weight: 500 !important;*/
    font-size: 12px !important;
}

.chkpincode {
    font-size: 12px;
    width: 500px !important;
    max-width: 230px !important;
}

.go-btn {
    margin-left: 0px !important;
    width: 100% !important;
}

.go-btn button {
    margin-left: 0px !important;
    font-weight: 400 !important;
    /*margin-bottom: 1px;*/
}

.square-icon {
    margin-top: -12px !important;
}

.circle {
    border: 2px solid #000;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    width: 20px;
    padding-left: 5px;
    padding-top: 2px;
    color: #000;
    /*cursor: auto;*/
}



.accordian-panel {
    margin-bottom: -10px !important;
    /*padding-left:1px;*/
    border: 0px solid #cdcbcb;
    border-radius: 0px !important;
    border: 1px solid #fff;
    /*border:1px solid red;*/
}

.form-label {
    width: 100%;
    /*height: 34px;*/
    font-size: 14px;
    font-weight: 100;
    color: #555;
    border: 0px solid #ccc;
    padding-bottom: 5px;
}

.review-form {
    padding: 20px 0px;
}

.review-form textarea {
    border-radius: 0px;
    height: 110px;
}

.review-user {
    background: #c2c2c2;
    /*padding:12px 0px 12px 0px;*/
    border-radius: 50%;
    height: 40px !important;
    width: 40px !important;
    margin-top: 8px;
    margin-right: 12px;
}

.div-float {
    float: left;
}

.p0 {
    padding: 0px;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-2 {
    padding-top: 2px !important;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-41 {
    padding-left: 41px;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.chkbx {
    height: 18px;
    width: 18px;
    border-radius: 0px !important;
    background: red;
}


.check-mark {
    position: absolute;
    top: 1px;
    left: 0;
    padding-top: 10px !important;
    height: 20px;
    width: 20px;
}

/*.container .check-mark:after {
    left: 5px;
    top: 3px;
}*/












/*======================    shop*/
.range-input {
    /*border-color: #fff;*/
    color: #888;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    border: 1px solid #ccc;
    width: 100% !important;
    height: 28px !important;
    font-size: 12px !important;
    padding: 10px 3px !important;
}

.price-range-form {
    padding: 0;
    height: 40px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    border: 0px solid #ccc;


}

.range-btn {
    /*padding: 0px 6px !important;*/
    height: 28px !important;
    font-size: 12px !important;
    padding: 5px 7px !important;
    /*width:20px !important;*/
}

.list-product {
    text-align: center;
    border: 2px solid #EDEDED;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 0 15px;
    position: relative;
    /* overflow: hidden; */
    min-height: 120px;
    box-sizing: border-box;
    padding: 0 8px 15px;
    background: #ffffff none repeat scroll 0 0;
    transition: all .4s cubic-bezier(.25, .74, .22, .99);
}
.list-product .product-img img {
    transition: all .4s cubic-bezier(.25, .74, .22, .99);
}

/* .list-product:hover {
    border: 2px solid transparent;
    -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 25px 45px rgba(0, 0, 0, .10);
    -ms-box-shadow: 0 25px 45px rgba(0, 0, 0, .10);
    -o-box-shadow: 0 25px 45px rgba(0, 0, 0, .10);
    box-shadow: 0 25px 45px rgba(0, 0, 0, .10);
} */
.list-product:after {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 10%;
    top: 18%;
    content: '';
    -webkit-box-shadow: 0 15px 45px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 15px 45px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 15px 45px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 15px 45px rgba(0, 0, 0, 0);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0);
    z-index: -1;
    transition: all .4s cubic-bezier(.25, .74, .22, .99);
}
.list-product:hover {
    border: 2px solid transparent;
}
.list-product:hover:after {
    -webkit-box-shadow: 0 15px 45px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 15px 45px rgba(0, 0, 0, .45);
    -ms-box-shadow: 0 15px 45px rgba(0, 0, 0, .45);
    -o-box-shadow: 0 15px 45px rgba(0, 0, 0, .45);
    box-shadow: 0 15px 45px rgba(0, 0, 0, .45);
}

.list-product:hover .product-img img {
    transform: scale(1.1);
}

/*.service{
    background: #ffbd24 none repeat scroll 0 0 !important;
    height:200px;
}*/
.service {
    background: #ffbd24 none repeat scroll 0 0 !important;
    height: 100px;
    width: 280px;
    margin: auto;
    padding-top: 22px !important;

}

.service h3 {
    color: #222 !important;
    font-size: 15px;
    font-weight: 600;
}

.list-product .product-img {
    overflow: hidden;
    padding-top: 15px;
    transition: 0.5s ease;
    /*padding-bottom:15px;*/
    /* height: 237px; */
    /*border: 1px solid;*/
}

/*.list-product .product-img{
    height: 222px; 
    border: 1px solid;
}*/
.list-product .product-img img {
    margin: auto !important;
    /* max-height: 219px; */
}

.list-product .product-name {
    font-size: 15px;
    text-height: font-size;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
}

.list-product .product-details {
    height: 110px;
    /*border:1px solid;*/
    position: relative
}
.list-product .add-cart {
    margin-right: 0;
    margin-left: auto;
}

.list-product .product-details .compare {
    /*padding:0px 0px 0px 0px;*/
    /* padding-bottom: 10px; */
    /*border:1px solid;*/
    position: absolute;
    bottom: 0;
}

.table-title h4 {
    text-transform: unset;
}

.product-list-form {
    margin-top: 40px;
    padding: 0px 0;
    border-bottom: 0px solid rgba(0, 0, 0, .1);
}

.img-center {
    margin: auto;
}

.filter-title h4:after {
    background: none;
    background: #1A78E5;
    content: "";
    height: 3px;
    left: 0;
    margin-top: 9px;
    position: absolute;
    top: 13px;
    width: 40px;
    border-radius: 5px;
    display: none;
}

.filter-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    margin-bottom: 10px;
}

.form-title:after {
    /* background: rgba(146, 194, 52, 0.85) none repeat scroll 0 0; */
    background: #fff;
    content: "";
    height: 2px;
    left: 0;
    margin-top: 9px;
    position: absolute;
    top: 100%;
    width: 60%;
}

.cat-name {
    border: 1px solid black;
    padding: 15px 14px 15px 18px;
    background: #000;
    color: #fff !important;
    margin: 0px 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #69a041 none repeat scroll 0 0;
    height: 15px;
    top: -7px;
    width: 15px;
}

.ui-slider-horizontal .ui-slider-range {
    background: #69a041 none repeat scroll 0 0;
    background: #69a041 none repeat scroll 0 0;
    height: 3px;
}

.ui-widget-content {
    background: #333;
}

.ui-slider-horizontal {
    height: .3em;
}

.range-input {
    width: 100%;
}

.color-span {
    height: 15px;
    width: 15px;
    left: 20%;
}

.color-name-span {
    left: 28%;
}

.black {
    background: #000;
}

.silver {
    background: #e8e7e7;
}

.popover-radio {
    -webkit-appearance: checkbox;
    /* Chrome, Safari, Opera */
    -moz-appearance: checkbox;
    /* Firefox */
    -ms-appearance: checkbox;
    /* not currently supported */
}

/*============ 9th March ===========*/
/*submenu*/
.thirdmg li {
    padding: 0px;
    margin-left: 0px;
}

.li-border-left {
    border-left: 1px solid #969696;
}

.li-padding-top {
    margin-top: 15px;
}

.sublist-top {
    margin-top: 0px !important;
}

/*product details*/

.breadcrumb-list {
    margin-bottom: 5px;
}

.breadcrumb-list ul {
    border-bottom: 0px solid rgba(0, 0, 0, .1) !important;
    padding-top: 10px !important;
}

.detail-links {
    padding: 0 0px !important;
}

.detail-links ul {
    width: 100%;
}

.detail-links1 ul li {
    float: left;
    margin-right: 26px;
}

.detail-links-border {
    border-bottom: 1px solid #c2c2c2;
    padding: 2px 0px 10px 0px !important;
}

.detail-links .product-rating {
    padding: 0px 0px 4% 0px !important;
}

.detail-links .product-rating ul li {
    margin-top: -2px;
}

.warrenty-box {
    background: #f1f1f1;
    padding: 10px 15px;
}

.price-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.mrp-price {
    font-size: 25px;
    font-weight: bolder;
    color: #000;
}

.ext-price {
    font-size: 25px;
    font-weight: bolder;
    color: #ad1e56;
    /*margin:0px 0px 0px 10px;*/
}

.ext-warrenty-price {
    font-size: 25px;
}

.mt-10 {
    margin-top: 10px !important;
}

.buynow-btn {
    background: #ad1e56;
    border: 1px solid #ad1e56 !important;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    font-weight: bold;
    margin-left: 0;
    width: 100%;
    float: left;
}

.additional-offer {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, .6);
    line-height: 1.5;
    font-weight: 400;
}

.freebies-box {
    font-size: 14px !important;
    padding: 0 0px;
    font-weight: 500;
    color: #000;
}

.freebies-emi {
    font-weight: 600;
    /* float: initial; */
    padding: 0px 23px;
    /* text-align: right; */
}

.pr-12 {
    padding-right: 12px;
}

/*also changed in .check-container class*/

.pt-5 {
    padding-top: 10px !important;
}

.add-icon {
    color: #000;
    margin-top: 10px !important;
    font-size: 30px;

}

.features-list ul li {
    width: 50%;
    font-weight: 600;
    color: #555;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.9;
    padding-right: 25px;
}

.features-title {
    padding-bottom: 22px;
    text-align: left;
}

.features-title h3:after {
    background: none;
    background: #69a041;
    content: "";
    height: 3px;
    left: 0;
    margin-top: 15px;
    position: absolute;
    top: 14px;
    width: 45px;
    border-radius: 5px;
}

.view-specification {
    padding: 10px 0px 15px 0;

}

.features {
    font-size: 20px;
    color: #000;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    margin-top: 25px;
    line-height: 1.6;
}

/*==== 10th march =====*/

#ex-warrenty {
    /*    margin-top:-4px;*/
    /*margin-right:8px;*/
    float: left !important;
    padding-bottom: 5px !important;
    margin-left: -10px !important;
    margin-right: 10px !important;
}

.exchange-box {
    padding: -1px 0 20px 0
}

.emi1 p {
    margin: 0 0 0px;
}

.padding-lr-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.ouof-stock-btn {
    background: #d7d7d7;
    border: 1px solid #d7d7d7 !important;
    color: #fff;
    font-size: 17px !important;
    font-weight: 100 !important;
    padding: 13px 22px;
}

.accordian-table {
    /*border:1px solid #e8e8e8;*/
    border-top: 1px solid #e8e8e8 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    width: 100%;
    margin: 0;
}

.accordian-tr {
    border-top: 1px solid #e8e8e8 !important;
}

.accordian-tr-td {
    border-left: 1px solid #e8e8e8 !important;
}

.accordian-table tr td {
    padding: 2px 18px !important;
    /*border:1px solid red !important;*/
    /* width:50%; */
    /*border-left:1px solid #e8e8e8 !important;*/
    font-size: 13px;
    /*     border-top:1px solid #e8e8e8 !important;
     border-left:1px solid #e8e8e8 !important;*/
}

.general-feature {
    font-family: 'Work Sans', sans-serif;
    font-weight: bolder;
}

.subaccordian-title {
    font-weight: bolder !important;
    color: #000;
}

/*------*/
.panel-default>.panel-heading a {
    display: block;
    padding: 17px 15px;
    /*border:1px solid #cdcbcb;*/
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 100;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    /*margin-right: 10px;*/

    height: 22px;
    width: 22px;
    border: 1px solid #777;
    background: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    /*margin-left:15px !important;*/
    /*        padding-left: -4px;
        padding-top: 5px;
        margin-top:-5px;*/
    /*margin-left:15px !important;*/
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.panel-default>.panel-heading a:after {
    content: "\002b";
    font-size: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*    .in{
       content: "\2212";
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);  
    }*/

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-heading {
    padding: 0;
    /*border:0px solid #cdcbcb;*/
}

.accordian-panel .panel-heading {
    /*        padding:0;*/
    border: 1px solid #cdcbcb !important;
    background: #f1f1f1
}

.panel-group .panel a>.panel-body {
    border-top: 1px solid #cdcbcb;
}

.review-title {
    padding-bottom: 13px;
}

.review-title h3:after {
    background: none;
    background: #69a041;
    content: "";
    height: 3px;
    left: 0;
    margin-top: 15px;
    position: absolute;
    top: 15px;
    width: 45px;
    border-radius: 5px;
}

.review-btn {
    font-size: 14px !important;
    /*            border-radius: 0px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;*/
}

.review-ratings {
    width: 70%;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 12px 10px 12px 15px;
    margin-bottom: 20px;
}

.rating-box-padding {
    padding: 10px 0 10px;
}

/*=============================    popover*/
.popover {
    /*width:500px !important;*/
    max-width: 450px;
    width: 300px;
    padding: 15px;
    border-radius: 30px !important;
    font-family: 'Work Sans', sans-serif;
}

.color-blue {
    color: #69a041;
}

.popovrtext {
    width: 90%;
    font-size: 12px;
    padding-top: 14px;
    font-weight: 500 !important;
    font-family: 'Work Sans', sans-serif;
}

.popovrchebx {
    width: 10%;
    font-size: 12px !important;
}

#popover-title {
    color: #187fba;
    font-weight: 600;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*navbar*/
.header-middle-toppadding {
    /*padding: 24px 0 !important;*/
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

#search-form {
    padding-top: 0px !important;
    margin-top: 5px !important;
    ;
}

.section-icon {
    position: static;
}

/*check deals class also*/
/*shop*/
.shop-checkmark {
    left: 8px;
    height: 16px !important;
    width: 16px !important;

}

.container .shop-checkmark:after {
    left: 5px !important;
    top: 1px !important;
}

.mt-7 {
    margin-top: 7px !important;
}

/*11th march*/
.review-para {
    padding: 0 0 20px 0px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.7;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pb-30 {
    padding-bottom: 22px !important;
}


/*===============================  about*/

.about-para {
    font-size: 18px !important;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding-bottom: 10px;
    text-align: justify;
    color: #000;
    padding-left: 23px !important;
    width: 50%;
    display: inline-block;
}

.about {
    padding: 20px 0px;
}

.about-title {
    text-align: left;
    padding-top: 20px;
    /* padding-left: 22px !important; */
}

.about-title h2:before {
    background: none;
    background: #69a041;
    content: "";
    height: 3px;
    left: 0;
    margin-top: 9px;
    position: absolute;
    top: 29px;
    width: 93px;
    border-radius: 5px;
}

/*==================  store-locator,  Career*/

.career-para {
    font-size: 22px !important;
    line-height: 1.0;
    font-weight: 500;
    letter-spacing: 0.3px;
    /*padding-bottom: 10px;*/
    text-align: justify;
    color: #000;
    padding-left: 23px !important;
    padding: 20px 10px 10px 40px !important;
    background: #f1f1f1;
    border-radius: 35px;
    height: 170px;
    width: 80%;
    border: 1px solid #ddd;
}

.quote {
    font-size: 20px;
    padding: 10px 0 15px 0;
    line-height: 1.5;
}

.career {
    padding: 20px 30px;
}

.send-resume {
    font-size: 16px;
    font-weight: 500;
    /*margin-top:40px;*/
    /*margin-bottom: 150px;*/
    /*padding-left:50px !important;*/
}

.send-resume {
    /*    font-size: 16px;
    font-weight: 500;*/
    margin-top: 65px;
    margin-bottom: 150px;
    padding-left: 10px !important;
}

.stevejobs {
    font-size: 18px;
    font-weight: 600;
}

.store-icon {
    float: left !important;
    /*font-size: 20px;*/
    /*margin-top: 15px;*/
}

.pr-0 {
    padding-right: 0px !important;
}

.location-dropdown {
    height: 55px;
    border-radius: 0px !important;
    width: 250px !important;
    /*padding:0 10px !important;*/
    margin-left: 0px;
    /*padding:50px;*/
}

.store-locator {
    border: 1px solid #ddd !important;
    /*margin-top:40px;*/
    padding: 0px 0px 21px 0px !important;
    /*height:500px;*/
}

.store-locator .service-text {
    margin-left: 0px;
    width: 87% !important;
    /*padding-left: 0px;*/
    /*padding-top: 7px !important;*/
    /*margin-top:20px !important;*/
}

.store-locator .filter-title h4 {
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #fff;
}

.store-locator .filter-title {
    margin-left: 45px;
}

.store-locator .service-text span {
    font-size: 14px;
    font-weight: 500;
    margin-left: 0px;
    /*float: left !important;*/
    padding-top: 17px !important;
    margin-top: 20px !important;


}

.store-locator .single-service {
    padding: 0px 0 5px 0;
    background: #fff;
    margin-top: 14px;
}

.add-icon-mob {
    display: none;
    color: #000;
}

.our-price {
    margin-left: 5px;
    /* float: left    */
}

.our-price-title {
    padding-left: 0px;
}

.ext-warnty {
    /* margin-left: 22px; */
}

.accordian-table {
    margin-top: 0px !important;
}

.close-search {
    display: none;
}

@media (max-width:991px) {
    .circle {
        border: 2px solid #000;
        border-radius: 50%;
        display: inline-block;
        height: 17px;
        width: 17px;
        padding-left: 5px;
        padding-top: 2px;
        color: #000;
        /*cursor: auto;*/
    }

    .catalog-wrapper .form-title {
        font-size: 16px;
    }

    .filter-title h4 {
        font-size: 15px !important;
    }

    .our-price-title {
        padding-left: 0px !important;
    }

    .our-price {
        margin-left: 9px;
        /* float: left    */
    }

    /*    #ext-warnty{
        margin-left: 22px;
    }*/
    .add-icon-mob {
        /*border: 1px solid !important;*/
        display: block;
        color: #000 !important;
    }

    .single-service {
        background: #F7F7F7 none repeat scroll 0 0;
        overflow: hidden;
        padding: 15px 30px;
        margin-top: 10px;
    }

    .big-subscription-form .subscribe {
        padding: 45PX 25PX 0;
    }

    .subscription-bg {
        /* background: url(images/subscription-bg.png); */
        background: none;
        background-size: contain;
        height: 70px;
        width: 100%;
        background-repeat: no-repeat;
    }


    .slider-area.section-pbottom {
        padding-bottom: 0;
        padding-top: 0px;
        margin-top: 50px;
    }
    .section-pbottom {
        padding-bottom: 40px;
        padding-top: 0px;
    }

    .price-range-form {
        margin-bottom: 100px;
    }

    .price-range-form .searchbtn {
        text-align: center;
        padding-top: 10px;
        /* margin-left: 25px; */
        padding-right: 0px;
    }

    .range-btn {
        width: 50px;
        /*margin-left:100px;*/
    }

    .detail-links-border {
        border-bottom: 1px solid #c2c2c2;
        padding: 0px 0px 20px 0px !important;
        /*height: auto;*/
        /*padding-bottom: 40px*/
    }

    /*    .prodetl-icon-list{
        border: 1px solid;
        width: 40%;
        text-align: left;
        padding:5px 0px 5px 0px;
    }*/
    .detail-links .list-unstyled {
        padding-left: 20px;
        list-style: none;
    }

    .view-specification {
        padding: 10px 0px 25px 0;
    }

    .mrp-price {
        font-size: 13px;
        /*        font-weight: bolder;
        color: #000;*/
    }

    .ext-price {
        font-size: 13px;
        /*        font-weight: bolder;
        color:#ad1e56;*/
        margin: 0px 0px 0px 0px;
    }

    .ext-warrenty-price {
        font-size: 10px;
    }

    .warrenty-box .price-title,
    .warrenty-box .ext-price,
    .warrenty-box .mrp-price {
        font-size: 22px;
    }

    .warrenty-box .mrp-price,
    .warrenty-box .ext-price {
        margin-bottom: 15px;
    }

    .price-title {
        font-size: 10px;
        font-weight: 600;
        color: #000;
    }

    .warrenty-plus {
        display: none;
    }

    /*    .warrenty-box {
        background: #f1f1f1;
        padding: 10px 15px;
        margin-top: 100px;
    }*/

}


.store-locator .single-service .store-icon {
    /*padding: 17px 5px 5px 12px !important;*/
    margin-top: 5px;
    width: 13% !important;
    float: left;
    /*border: 1px solid #ddd;*/
    text-align: center;
    /*margin-left:2px;*/
}

.store-locator .filter-title h4:after {
    background: none;
    background: #69a041;
    content: "";
    height: 3px;
    left: 0;
    margin-top: 9px;
    position: absolute;
    top: 18px;
    width: 45px;
    border-radius: 5px;
}

.storelocator-title {
    padding-bottom: 2px;
}

.storelocator-title h2:before {
    height: 3px;
    left: 0%;
    top: 32px;
    width: 100px;
    /*margin:auto !important;*/
}

.store-title {
    text-align: left;
    padding-top: 38px;
    padding-left: 110px !important;
    margin-bottom: 0px;
}

.width-100 {
    width: 100% !important;
}

#map {
    width: 100%;
    height: 450px;
    padding-right: 0px;
    border-left: 15px solid #f1efe9;
    border-top: 15px solid #f1efe9;
    border-bottom: 15px solid #f1efe9;
}

.store-content {
    padding-left: 68px !important;
}

/*==================================  contact*/
.enquiry-call {
    color: #000 !important;
    font-size: 16px;
}

.contact-para p {
    color: #6f6f6f;
    font-size: 13px;
    line-height: 24px;
    margin: 0 0 8px 0px !important;
}

.contact-no {
    font-size: 28px !important;
    color: #f1414a !important;
    font-weight: 600;
}

.contactus-div {
    margin-top: 60px;
}

.contactus-div .footer-top-list {
    width: 100%;
}

.contactus-div .footer-top-list .whatsapp-icon {
    width: 20%;
    height: 100px
}

.contactus-div .footer-top-list .whatsapp-icon img {
    width: 80%;
    padding-top: 15px;
    text-align: center;
    margin: auto
}

.contactus-div .footer-top-list .enquiry-text {
    width: 80%;
}

.myaccount {
    width: 180px !important;
    margin-left: -40px !important;
    margin-top: -5px;
    padding: 10px 0 12px 0 !important;
    z-index: 9999;
}

.arraydown {
    text-align: center;
    font-size: 16px;
    margin-top: -10px;
    line-height: 0px !important;
}

.myaccount li {
    width: 100% !important;
}

.myaccount .single-mega-1 li {
    padding: 5px 0 5px 15px !important;
    /*width: 100%;*/
    text-align: left;
}

/*.myaccount-title{
    font-size: 12px !important;
}*/
.myaccount-list .menu.home-one-menu nav ul li a {
    font-size: 10px !important;
    text-align: left !important;
    padding: 0px 0px 0px 0px !important;
    letter-spacing: 0px;
}

#aboutus p {
    color: #000 !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px !important;
    line-height: 24px !important;
    /*    margin-bottom: 31px !important;*/
    margin: 0 0px 31px 0px !important;
}

#aboutus h3 {

    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    line-height: 24px !important;
    /*    margin-bottom: 31px !important;*/
    margin: 0 0px 31px 0px !important;
}

#aboutus ul {
    list-style: disc;
    line-height: 24px;
}

#aboutus ul li {

    color: #000 !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px !important;
    /*    margin-bottom: 31px !important;*/
    margin: 0px 0px 0px 30px !important;
}

.store-right-padding {
    padding-right: 0px !important;
}

/*.careers-heading{
        text-align: left;
        padding-top: 22px !important;
        padding-left:22px !important;
    }*/
.carrier-title {
    margin-top: 20px;
    margin-bottom: 50px !important;
}

.send-resume-div p {
    color: #000;
}

.store-locator .service-text span {
    color: #000 !important;
}

.buynw-btn-div {
    margin-bottom: 15px;
}

@media (min-width:768px) and (max-width:991px) {
    .cart3 figcaption {
        position: absolute;
        top: 10px;
        left: 29% !important;
        color: #69a041;
        font-weight: 600;
    }
}

@media (max-width:991px) {
    .detail-links-border {
        border-bottom: 1px solid #c2c2c2;
        /* padding: 0px 0px 75px 0px !important; */
        /*height: auto;*/
        /*padding-bottom: 100px*/
    }

    .prodetl-icon-list {
        /*border: 1px solid;*/
        width: 40%;
        text-align: left;
        padding: 5px 0px 8px 0px;
    }

    /*    .cart3 figcaption{
        position: absolute; 
        top:10px; 
        left: 29% !important;
    }*/
    .about-title {
        margin-top: 40px;
    }

    .store-title {
        text-align: left;
        padding-top: 78px;
        padding-left: 22px !important;
        margin-bottom: 0px;
    }

    .store-content {
        padding-left: 0px !important;
    }

    .store-right-padding {
        padding-right: 15px !important;
        /*padding-left:10px;*/
    }

    .store-right-padding .about-title {
        padding-left: 0px !important;
    }

    .carrier {
        padding: 0 22px;
    }

    /*    .careers-heading{
        text-align: left;
        padding-top: 0px !important;
        padding-left:22px !important;
    }*/
    /*    .carrier-title{
        margin-top:20px !important;
        
    padding: 0 22px;
    }*/

    .career-para {
        font-size: 22px !important;
        line-height: 1.0;
        font-weight: 500;
        letter-spacing: 0.3px;
        /*padding-bottom: 10px;*/
        text-align: justify;
        color: #000;
        padding-left: 23px !important;
        padding: 20px 15px 10px 20px !important;
        background: #f1f1f1;
        border-radius: 35px;
        height: 170px;
        width: 100% !important;
        border: 1px solid #ddd;
    }

    .quote {
        font-size: 13px;
        padding: 10px 0 15px 10px;
        line-height: 1.5;
    }

    .stevejobs {
        font-size: 14px;
        font-weight: 600;
        padding-left: 10px;
    }

    .contact-text .service-text {
        margin-left: 0px;
        width: 100% !important;
    }

    .buynow-btn {
        background: #ad1e56;
        border: 1px solid #ad1e56 !important;
        color: #fff;
        font-size: 18px !important;
        /* font-weight: 100 !important; */
        /* padding: 12px 55px; */
        /*        float: unset;*/
        float: right;
        /*margin:10px 0*/
        width: 100%;
    }


    .freebies-box-div11 {
        padding: 0 0px;
    }

    .additional-offer {
        font-size: 12px;
        font-weight: 500;
        /*padding-top: 4px !important;*/
        margin-top: 12px !important;
        /*     padding-top: 10px;
        margin-top: 10px !important;*/
        font-family: 'Work Sans', sans-serif;
    }

    .freebies-box {
        font-size: 10px !important;
        padding: 0 0px;
        font-weight: 500;
        color: #000;
    }

    .freebies-box img {
        width: 24%;
    }

    .freebies-emi {
        font-weight: 600;
        padding-top: 15px;
        text-align: center;
    }

    .features-list ul li {
        width: 100%;
        font-weight: 600;
        color: #555;
        font-size: 14px;
        font-family: 'Work Sans', sans-serif;
        line-height: 1.9;
    }

    .warrenty-box {
        /* padding:10px 0 310px 0px;  */
        /*padding:10px 25px;*/
    }

}


.about-title h2 span {
    color: #000;
    font-weight: normal;
}

.cust_care_txt{
    margin-top: 35px;
}

.b_txt{
    font-size: 16px;
}

.storelocator-title span {
    color: #000 !important;
    font-weight: normal;
}


/*personal details*/
.personal-details {
    padding-top: 20px;
    text-align: center;
    /* padding-left: 15px; */
}

.personal-details label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    /*padding: 10px 0 8px 15px ;*/
    padding: 5px 0px 0px 0px;
    color: #000;
}

.personal-details .input-labels {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 14px;
    /*padding: 10px 0 8px 15px ;*/
    padding: 5px 0px 0px 0px;
    color: #000;
}

.personal-details .form-group .input-label {
    /* padding: 0 0 4px 0px; */
    margin-bottom: 12px;
}

/*.personal-details select{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 400;
    font-size:14px;
    padding: 10px 0 8px 15px ;
    color:#000;
}*/

.personal-details .form-control {
    height: 54px;
    padding: 6px 20px;
    font-size: 16px;
    color: #000;
    border-radius: 0px;
    font-weight: 500;
    border-radius: 10px;
    /*MARGIN-TOP:0PX;*/
}
.input-group-addon {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.personal-details .update-btn {
    width: 100%;
    height: 55px;
    color: #fff;
    background: #f13e47;
    border: 1px solid #f13e47;
    font-size: 20px;
    line-height: 20px;
}

.personal-details .newsletter-check {
    padding: 10px 0 10px 14px !important;
    margin: 5px 0 30px 0;
    text-decoration: underline;
    font-size: 15px;
}

.personal-details .same-as-above {
    padding: 10px 0 10px 14px !important;
    margin: 5px 0 15px 0 !important;
    text-decoration: underline !important;
    font-size: 15px;
}

.personal-details .same-as-above .check-mark:after {
    left: 5px;
    top: 1px;
}

.personal-details .newsletter-check .check-mark {
    top: 15px !important;
}

.personal-details .complete-profile {
    background: #006eb2;
    color: #fff;
    padding: 20px 0px;
    width: 89%;
    text-align: center;
    font-size: 19px;
    line-height: 1.3;
    /*margin-left: 10px;*/
}

.exclusive-offer-bg {
    background: url('images/exclusive-offer-bg2.png');
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
}

.exclusive-offer-div {
    padding: 140px 0 0 50px;
}



.personal-details .form-group {
    margin-bottom: 15px;
}

.changepwd-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 0 8px 0px !important;
    color: #000;
}

/*.changepwd-form-group{
    margin-bottom: 25px !important;
}*/
.update-pwd {
    margin-top: 25px !important;
}

.update-pwd .update-btn {
    font-size: 16px;
}

.update-details p {
    margin: 0px 0px 27px 0px !important;
}

.subscribe-input {
    padding: 10px 0 8px 0px !important;
    font-weight: 600 !important;
    /*    padding-bottom: 13px !important;*/
}

.changepwd-form-group {
    margin-bottom: 25px !important;
}








.ml-25 {
    margin-left: 25px;
}

.unsubscribe {
    padding: 0px 0 40px 14px !important;
    font-size: 14px;
    font-weight: 600 !important;
    margin-top: 22px !important;
    margin-bottom: 15px !important;
}

.registration input {
    margin-bottom: 22px;
}

.registration form {
    margin-top: 40px !important;
}

.reg-frm-grp {
    margin-bottom: 20px !important;
}

/*.login form{
    margin-top: 32px !important; 
}*/




.login form {
    margin-top: 30px !important;
}

.changepwd-form-group1 {
    margin-bottom: 22px !important;
}

.personal-details .form-group .field {
    width: 100% !important;
}

/*.personal-details .login label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 400;
    font-size:14px;
    padding: 10px 0 0px 15px ;
    color:#000;
}*/

.personal-details .login .loginlb {
    width: 100%;
    text-align: right;
    text-decoration: underline;
    font-weight: 500;
    font-size: 13px;
    padding: 0px 0 15px 15px !important;
    color: #000;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.login .newuser {
    width: 100%;
    /*text-align: center !important;*/
    padding-top: 15px;
    font-size: 14px;
    color: #509bca;
    text-decoration: underline;
    font-weight: 600;
    text-align: center;
}

.newuser a {
    font-size: 13px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 15;
    z-index: 2;
    display: block;
    width: 50px;
    height: auto;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    margin-top: 11px;
    /*padding:0px 0 0 0;*/
}

.registration h3 {
    color: #026fb2 !important;
}

.registration .register-with {
    font-size: 16px;
    padding-bottom: 10px;
}

.registration .login-link {
    font-size: 13px;
}

.registration .login-link a {
    font-size: 13px;
    color: #5b9ecb;
    text-transform: lowercase;
}

.registrationfrm form {
    margin-top: 30px;
}

#ChangepwdForm {
    padding-top: 15px;
}

/*shopping cart*/
.check-btn {
    border-radius: 0px;
    /*height:0px;*/
    padding: 15px 18px;
    color: #ddd;
    font-size: 14px;

}

.personal-details .checkout-section .input-lg {
    /*padding: 10px 18px !important;*/
    height: 52px !important;
}

.checkout-section .Check-availability {
    color: #026fb2 !important;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
}

.checkout-section .check-availability {
    color: #026fb2 !important;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 7px;
}

.checkout-section .error-message {
    padding-top: 5px;
    color: #f67173;
    font-size: 13px;
    font-weight: 600;
}

.checkout-section table {
    border: 1px solid #ccc;
}

.checkout-section table tr td {
    /*border:1px solid #ccc;*/
    padding: 18px 32px !important;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.checkout-section .free {
    color: #97b867;
}

.checkout-section .grand-total {
    font-size: 20px;
    font-weight: 600;
    color: #ad1e56;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.state-error {
    /*    padding-top:0px;*/
    color: #f67173 !important;
    /*color:#00f !important;*/
    font-size: 13px;
    font-weight: 500;
    font-style: normal !important;
    float: left;
}

/*.shopping-cart-title{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}*/

.shopping-cart {
    /* padding: 25px 10px 0 10px !important; */

    /*margin: 0px !important;*/
}

.shopping-cart table {
    width: 100% !important;
    border: 1px solid #ddd;
}

.shopping-cart table th {
    background-color: #f3f3f3;
    padding: 15px 20px !important;
    border-color: #f3f3f3 !important;
    font-size: 14px;
    text-align: center;
}

.shopping-cart table tr:nth-of-type(odd) {
    background-color: #fff;
}

.shopping-cart table tr td {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    width: 140px;
    padding: 29px 5px 30px 5px !important;
    vertical-align: middle;
}

.shopping-cart .remove {
    color: #f67173 !important;
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px;
}

.shopping-cart table tr td .form-control {
    display: -webkit-inline-box !important;
    display: -webkit-box !important;
    padding: 10px 0px !important;
    border: 1px solid #ddd;
    height: 38px;
    /*width: 85%;*/
    margin: auto !important;
    text-align: center;

    border: px solid;
    float: left;
    position: relative;
    left: 13px;
    /*right: 20px;*/
    width: 58px
}

/*.span-text{
    border:1px solid; 
    height:81px; 
    vertical-align: middle; 
    margin-left: 18px;
    padding-top: 28px !important;
}*/
.continue-shopping {
    text-decoration: underline;
}

.mb-0 {
    margin-bottom: 0px;
}

.cart-title {
    text-align: left;
    padding-top: 10px;
    padding-left: 10px !important;
    margin-bottom: 0px !important;
}

.cart-title h2:before {
    background: none;
    background: #69a041;
    content: "";
    height: 3px;
    left: 0;
    margin-top: 9px;
    position: absolute;
    top: 35px;
    width: 86px;
    border-radius: 5px;
}

.pt-0 {
    padding-top: 0px;
}

.cart-title .filter-title h2 {
    padding-bottom: 3px;
}

/*order process*/

.summary {
    font-size: 20px;
    padding-bottom: 5px;
    color: #000;
}

/* Style the tab */
.tab {
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    background-color: #fff;
    margin-bottom: 12px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    /*padding: 14px 16px;*/
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 0px;
    /*    padding: 35px 35px;*/
    border: 0px solid #ddd;
    height: 100%;
    /*height: auto !important;*/
}

/* .inner-tabcontent {
    border: 1px solid #ddd;
    padding: 35px 35px;
} */

.tabcontent .form-group {
    margin-bottom: 0px;
}

.tabcontent .tabform-group {
    margin-bottom: 20px !important;
}

.tabcontent .update-btn {
    /*margin-top: 15px !important;*/
    margin-bottom: 5px !important;
    height: 45px !important;
    font-size: 18px;
}

.forgotpwd {
    padding: 0px 0px 0px 0px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.forgotpwd {
    padding: 7px 0 !important;
}

.subtabcontent {
    border: 0px solid;
}

.modenames {
    font-size: 14px !important;
    color: #000;
    font-weight: 500;
    background: #000;
    padding: 15px 20px !important;
    width: 27%;
    border: 1px solid #ddd !important;
}

.subtabcontent button.active {
    background-color: #000;
    color: #fff;
}

.subtabcontent button:hover {
    background-color: #000;
    color: #fff;
}

.paymentmode-content {
    border: 0px solid;
    height: auto;
    padding: 0 0px;
}

.select-bank {
    font-size: 14px !important;
    color: #000;
    font-weight: 600;
    padding-top: 30px;
}

/*.personal-details .subtabcontent .newsletter-check {
    padding: 5px 0px 0px 5px !important;
    position: absolute;
    top: 50px !important;
    left: 0;
    height: 10px !important;
    width: 10px !important;
    background-color: #fff !important;
    border: 1px solid RED !IMPORTANT;
}*/
.personal-details .shopping-cart .newsletter-check {
    padding: 10px 20px 0 5px !important;
    text-decoration: none;
    font-size: 15px;
    /*margin-right: 40px;*/
}

#Credit-debit .form-group {
    margin-right: 20px;
}

.personal-details .shopping-cart .check-mark {
    position: absolute;
    top: 1px;
    left: 0;
    padding-top: 10px !important;
    height: 15px;
    width: 15px;
}

.paymentmode-content {
    padding-left: 0px;
    padding-right: 0px;
}

.net-banking {
    /*height: 20px;*/
    padding: 20px 0px 0 0px;
}

.net-banking a {
    color: #69a041;
    line-height: 1.2 !important;
}

.net-banking h4 {
    padding: 0px
}

.net-banking p {
    font-size: 12px;
    padding: 0px 0px 17px 0px;
    line-height: 1.5;
    margin: 0px;
}

.shopping-cart .emi-table th {
    text-align: center;
    background-color: #f4f4f4;
    padding: 15px 15px !important;
    border-color: #eee !important;
    font-size: 14px;
    font-weight: 500;
}

.shopping-cart .emi-table td {
    text-align: center;
    /*background-color: #f3f3f3;*/
    padding: 15px 15px !important;
    border-color: #f3f3f3 !important;
    font-size: 12px;
    font-weight: 500;
}






/*===============*/
/*.nav-tabs{
     margin-bottom: 12px;
}
.nav-tabs{
    border-bottom: 0px;
}
.tabcontent1 {
    display: block;
    padding: 35px 35px;
    border: 1px solid #ddd;
    border: 1px solid red;
    height: 100%;
}
.tab-pane{
    height: 100% !important;
    padding: 0px !important;
}

.tab1 single-tabs{
    padding: 14px 16px;
    text-align: left;
}
*/
.single-tabs {
    border: 1px solid #ddd !important;
    height: 10%;
    margin-right: 35px;
    font-size: 16px !important;
    vertical-align: middle;
    background: #fff !important;
    padding: 0 0 0 1px !important;
    color: #d2d2d2;
}

.main-tab:hover {
    color: #000;
    background-color: #fff !important;
}

.main-tab.active {
    color: #000;
    background-color: #fff !important;
}

.main-tab.active i {
    color: #f13e47;
}

.single-tabs button {
    height: 100%;
    width: 100%;
}

.main-tab .complete {
    color: #2ba12b;
}

.single-tabs i {
    font-size: 28px !important;
    padding-right: 20px;
    vertical-align: middle;
}

/*
.single-tabs a{
    border:0px solid; 
    height: 100% !important; 
    width:100%;
    text-align: center;
    font-size:14px !important;
    vertical-align: middle;
    padding: 25px 0 0 0 !important;
}*/

.haveaccount {
    padding-left: 55px !important;
}

.order-date {
    font-size: 12px;
    color: #444;
    line-height: 1.9;
    font-weight: 600;
}

.order-date a {
    color: #5794c5;
}

/*.download{
    
}*/
.delivered {
    font-size: 16px;
    color: #68af38;
    font-weight: 600;
}

.delivery-on {
    font-size: 16px;
    color: #f24952;
    font-weight: 600;
}

.red-buy-btn {
    background: #f13e47 !important;
    border: 1px solid #f13e47 !important;
}

.img-height {
    height: 80px !important;
}

.wishlist-pro-title {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
}

.buy-btn {
    font-weight: 600 !important;
    font-size: 18px !important;
    padding: 10px 8px 10px 8px;
    /*padding: 0px 0px !important;*/
    height: 52px !important;
    background: #d7d7d7;
    border: 1px solid #d7d7d7 !important;
    color: #fff;
}



.dealsforyou {
    background: #f3f3f3;
    border: 1px solid #EDEDED;
    height: 270px;
    padding: 25px;
    border-radius: 10px;
}

.dealsforyou img {
    height: 100%;
    margin: auto;
}

.bottom-hr {
    border: 1px solid #eee;
    /*padding: 20px;*/
    /* margin: 0 25px; */
    /*margin-top: 20px !important;*/
}

.coupon-code {
    font-size: 16px;
    color: #646464;
    font-weight: 500;
    margin-bottom: 10px;
}

.coupon {
    border: 1px solid #EDEDED;;
    padding: 30px 15px;
    width: 100%;
    font-size: 22px;
    color: #1178b7;
    text-align: left;
    vertical-align: middle;
    border-radius: 10px;
}


.vl {
    border-left: 1px solid #ccc;
    height: 260px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    /*        top: 165px;*/
    top: 70px;
    padding-top: 85px;
}

.or {
    height: 45px;
    width: 45px;
    background: #ddd;
    border-radius: 50%;
    margin-left: -50%;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    padding: 12px 0 0 0;
}

.ccavenue {
    float: right !important;
}



.tabcontent1 {
    display: block;
    height: 58%;
}

.tabcontent2 {
    /*        height:80%;*/
    height: auto;
}

.tabcontent3 {
    height: 90%;
    /*height:auto !important;*/
    /*border: 1px solid #ddd;*/
}

.product-rating .rating-icons {
    text-align: left;
}

.subscription-email-bg {
    background: #fff !important;
}

#wishlist {
    height: 20px;
}

/*radio button*/

/* Hide the browser's default radio button */
.radiobtn {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input~.radio {
    background-color: #fff;
    border: 1px solid #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked~.radio {
    background-color: #fff;
    border: 1px solid #ccc;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked~.radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .radio:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
}

.radio {
    position: relative;
    display: block;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.radio-btn-label {
    font-size: 12px !important;
    padding: 0px 8px 0px 0px !important;
    color: #000;
}

/* /radio button*/

@media (max-width:991px) {
    .shopping-cart table tr td {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        padding: 29px 5px 30px 5px !important;
        vertical-align: middle;
        /*border: 1px solid;*/
    }

    .buy-btn {
        font-weight: 600 !important;
        font-size: 12px !important;
        height: 52px !important;
        background: #d7d7d7;
        border: 1px solid #d7d7d7 !important;
        color: #fff;
        width: 100%;
    }


    .tabcontent {
        display: none;
        padding: 35px 0px;
        border: 0px solid #ddd;
        height: auto;
    }

    .haveaccount {
        padding-left: 0px !important;
        padding-top: 30px;
    }

    /* .tabform-group {
        text-align: center;
    } */

    .forgotpwd {
        text-align: right !important;
        width: 100%;
    }

    .asguest {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

    .vl {
        border-left: 0px solid #ccc;
    }

    .or {
        margin-top: 320px;
    }

    .single-tabs {
        border: 1px solid #ddd !important;
        height: 15%;
        margin-right: 0px;
        font-size: 16px !important;
        vertical-align: middle;
        background: #fff !important;
        padding: 0 0 0 1px !important;
        color: #d2d2d2;
    }

    .ccavenue {
        float: none !important;
    }

    .cart-title {
        padding: 50px 0 0 0;
        /*        top:20px;
        bottom: 10px;*/
    }

    .modenames {
        width: 100%;
    }

    .product-rating .rating-icons {
        text-align: center;
    }

    .middleBar .header-items .header-item a {
        position: relative;
        display: block;
        /*width: 40px;*/
        line-height: 15px;
        color: #666666;
        margin: 0 auto;
        height: 20px;
        position: relative;
        /*font-size:10px;*/
    }

    .myaccount-list .menu.home-one-menu nav ul li a {
        font-size: 10px !important;
        text-align: left !important;
        padding: 0px 0px 0px 0px !important;
        letter-spacing: 0px;
    }

    .arraydown {
        text-align: center;
        font-size: 16px;
        margin-top: 0px;
    }

    #wishlist {
        height: 10px;
    }
}

a {
    font-family: 'Work Sans', sans-serif;
}

.thankyou {
    margin-bottom: 10px !important;
}

.forms {
    padding: 10px 0px;
}

.pt-10 {
    padding-top: 10px !important;
}

.personal-details .checkout-section label {
    display: inline-block !important;
    width: 100% !important;
    margin-bottom: 0px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 0px 0px 0px 0px !important;
    color: #000 !important;
}

.personal-details shopping-cart-inputs .input-lg {
    height: 100% !important;
}

.quantity-minus {
    /*    border:1px solid; 
    float: left; 
    border-radius: 50%; 
    width: 20px; 
    height: 20px; 
    position: absolute; */
    left: 0px;
}

.quantity {
    border: 1px solid #ddd;
    float: left;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    vertical-align: middle;
    color: #ddd;
    cursor: pointer;
    /*padding-top: -50px !important;*/
}

/*.quantity:after {
    content: "\002b";
    font-size: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}*/

/*.panel-default>.panel-heading a:after {
    content: "\002b";
    font-size: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.form-group input:before {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 100;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
     margin-right: 10px; 
    height: 22px;
    width: 22px;
    border: 1px solid #777;
    background: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
     margin-left: 15px !important; 
     margin-left: 15px !important; 
}*/


.viewallbottom {
    color: #69a041 !important;
    font-size: 15px;
    padding-right: 115px;
    padding-bottom: 25px;
}

.coupon-success {
    display: block;
    margin-top: 0px;
    padding: 5px 3px;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    color: #026fb2;
    text-align: left;
    display: none;
    /*                            cursor: not-allowed;
    background-color: #eee;
    opacity: 1;*/
}

.form-control[readonly],
fieldset[readonly] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

/* newly added css */
.contact_us {
    padding: 0px 50px;
}

.bookbtn {
    background: #ad1e56;
    border: 1px solid #ad1e56 !important;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    font-weight: bold;
    margin-left: 0;
    width: 140px;
    margin-bottom: 10px;
    width: 100%;
}

.bookbtn:hover {
    /* text-decoration: none; */
    color: #69a041;
}

.modal-content.model_data {
    background-color: rgb(255, 255, 255);
    width: 100%;
    margin-top: 0px;
}

.close_book_now {
    float: right;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {

    border-top: none;
}

.modal-content.model_data button.gss_submit {
    color: #fff;
    background-color: #0e0e0e;
    border-color: #0e0e0e;
    width: 100%;
    height: 60px;
    font-size: 24px;
}

.modal-content.model_data button.gss_submit:hover {
    color: rgb(0, 175, 0);
}


.comment>textarea {
    width: 100%;
    min-height: 145px;
    padding: 15px;
}

.give-rating input[type="submit"] {
    font-size: 18px;
    padding: 15px 0;
    font-weight: bold;
    margin-left: 0;
    width: 140px;
}

.write-review .btn {
    font-size: 18px;
    padding: 15px 0;
    font-weight: bold;
    margin-left: 0;
    text-transform: none;
    width: 180px;
}

/* .btn.btn-success.gss_submit {
    background-color: #000;
    color: #fff;
} */

/* .btn.btn-success.gss_submit {
    border-radius: 0;
    padding: 8px 0;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #000;
    margin: 1%;
    width: 100%;
} */

/* .btn.btn-success.gss_submit:hover {
    color: #69a041;
    text-decoration: none;
} */

.btn.btn-dark {
    background-color: #000;
    color: #fff;
}

.btn.btn-dark {
    border-radius: 0;

    font-size: 18px;
    font-weight: bold;
    border: 2px solid #000;
    margin: 1%;

    /* text-transform: uppercase; */
}

.btn.btn-dark:hover {
    color: #69a041;
    text-decoration: none;
}

.container-fluid {
    margin-top: 60px;
}

.give-rating.rating {
    margin-top: 25px;
    font-size: 20px;
}

#clearfilter {
    text-decoration: underline;
    color: #ffffff;
    margin-left: 10px;
    cursor: pointer;
}

/* enquiry form css of cantact us page  */
.enquiry_form {
    padding-bottom: 18px;
    border-radius: 10px;
    border: 2px solid #EDEDED;
}

.jconfirm-title-c {
    text-align: center;
}

.jconfirm-buttons {
    margin-right: 2%;
}

label.error {
    margin-top: 0px;
    padding: 5px 3px;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 13px;
    color: #f67173;
    text-align: left;
    font-weight: 400;
}

/* loader in CSS */
#circleG {
    width: 34px;
    margin: auto;
}

.circleG {
    background-color: rgb(255, 255, 255);
    float: left;
    height: 7px;
    margin-left: 4px;
    width: 7px;
    animation-name: bounce_circleG;
    -o-animation-name: bounce_circleG;
    -ms-animation-name: bounce_circleG;
    -webkit-animation-name: bounce_circleG;
    -moz-animation-name: bounce_circleG;
    animation-duration: 1.2675s;
    -o-animation-duration: 1.2675s;
    -ms-animation-duration: 1.2675s;
    -webkit-animation-duration: 1.2675s;
    -moz-animation-duration: 1.2675s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#circleG_1 {
    animation-delay: 0.2495s;
    -o-animation-delay: 0.2495s;
    -ms-animation-delay: 0.2495s;
    -webkit-animation-delay: 0.2495s;
    -moz-animation-delay: 0.2495s;
}

#circleG_2 {
    animation-delay: 0.5955s;
    -o-animation-delay: 0.5955s;
    -ms-animation-delay: 0.5955s;
    -webkit-animation-delay: 0.5955s;
    -moz-animation-delay: 0.5955s;
}

#circleG_3 {
    animation-delay: 0.7585s;
    -o-animation-delay: 0.7585s;
    -ms-animation-delay: 0.7585s;
    -webkit-animation-delay: 0.7585s;
    -moz-animation-delay: 0.7585s;
}



@keyframes bounce_circleG {
    0% {}

    50% {
        background-color: rgb(0, 0, 0);
    }

    100% {}
}

@-o-keyframes bounce_circleG {
    0% {}

    50% {
        background-color: rgb(0, 0, 0);
    }

    100% {}
}

@-ms-keyframes bounce_circleG {
    0% {}

    50% {
        background-color: rgb(0, 0, 0);
    }

    100% {}
}

@-webkit-keyframes bounce_circleG {
    0% {}

    50% {
        background-color: rgb(0, 0, 0);
    }

    100% {}
}

@-moz-keyframes bounce_circleG {
    0% {}

    50% {
        background-color: rgb(0, 0, 0);
    }

    100% {}
}


@media (min-width:768px) {

    .section-icon {
        /*margin-top: 11px;*/
    }

    .header-icons {
        font-size: 16px;
        font-weight: 500;
    }

    .middleBar .header-items .header-item span {
        font-size: 10px !important;
        /*font-weight: 500 !important;*/
        line-height: 20px;
    }

    .cart a i {
        margin-left: -5px;
    }

    .middleBar .header-items .header-item a {
        position: relative;
        display: block;
        /*width: 40px;*/
        line-height: 1.2;
        color: #35404f;
        margin: 0 auto;
        height: 20px;
        position: relative;
    }

    .search-header {
        padding: 10px 0;
    }

    .cart {
        background: #ddd;
        /* width: 100% !important; */
        height: 40px;
        padding-top: 10px;
        font-size: 10px;
    }

    .cart2 {
        background: #ddd;
        /* width: 100% !important; */
        height: 40px;
        /*padding-top: 10px;*/
        font-size: 10px;
    }

    .cart3 {
        /* background: #ddd; */
        /* width: 100% !important; */
        height: 40px;
        /* padding-top: 5px; */
        font-size: 10px;
    }

    .cart3 a {
        margin-top: 2px !important;
    }

    /*    .middleBar .header-items .header-item {
    display: inline-block !important;
    padding:0px 0px;
    padding-top: 12px;
    font-size:20px !important;
}*/
}

@media (min-width:601px) and (max-width:800px) {
    .cart3 .centered {
        position: absolute;
        top: 50%;
        left: 39%;
        /*        top: 66%;
        left: 29%;*/
        transform: translate(-50%, -50%);
    }
}

@media (min-width:401px) and (max-width:600px) {
    .cart3 .centered {
        position: absolute;
        top: 50%;
        left: 49%;
        /*        top: 66%;
        left: 29%;*/
        transform: translate(-50%, -50%);
    }
}


@media (min-width:768px) and (max-width:1200px) {
    .cart3 .centered {
        position: absolute;
        top: 35%;
        left: 46% !important;
        /*         top: 35%;
        left: 45% !important;*/
        transform: translate(-50%, -50%);
    }
    .shopping-cart table tr td .form-control {
        width: 38px;
    }
}

@media (max-width:991px) {
    .shopping-cart table tr td .form-control {
        width: 38px;
    }
    .exclusive-offer-div {
        padding: 50px 13px 0px 13px !important;
    }

    .personal-details .complete-profile {
        background: #006eb2;
        color: #fff;
        /*padding:0px 0px;*/
        width: 100%;
        text-align: center;
        font-size: 19px;
        line-height: 1.3;
        /*margin-left: 10px;*/
    }

    /*    .exclusive-offer-bg{
        width:89%;
    }*/
    .exclusive-offer-bg {
        background: url(images/exclusive-offer-bg2.png);
        background-size: contain;
        height: 100px;
        width: 100%;
        background-repeat: no-repeat;
    }
}

@media (max-width:767px) {
    /* .section-icon .middleBar .header-items .header-item {
        margin: 10px 0px;
    } */
    .registrationfrm{

        width: 100% !important;
    }
    .about-para {
        padding-left: 0 !important;
        width: 100%;
    }
    .middleBar .header-items .header-item {
        width: 55px;
    }
    .filter-title h2 {
        font-size: 20px !important;
    }
    .cart-title h2:before{    margin-top: 0;}
    .filter-title h4 {
        font-size: 16px !important;
        /* margin-top: 5px; */
        margin-bottom: 10px;
    }

    .categoryies-option label {
        font-size: 14px;
    }

    .logo {
        margin: auto;
    }
    

    .searchinputbx {
        padding-left: 0% !important;
    }

    /*    .cart3 .centered {
        position: absolute;
        top: 50%;
        left: 33%;
        top: 66%;
        left: 29%;
        transform: translate(-50%, -50%);
    }*/
    .product-rating {
        text-align: left !important;
    }
    .big-subscription-form .form-control {
        border-radius: 10px !important;
    }
    .big-subscription-form .btn.btn-default {
        color: #ffffff;
        border-radius: 10px;
        width: auto;
        margin-top: 1px;
        margin-top: 10px !important;
        margin: auto;
    }

    .cart3 figcaption {
        position: absolute;
        top: 7px;
        left: 30% !important;
        color: #69a041;
        font-weight: 600;
    }

    .mob-acc {
        position: relative;
    }

    .catalog-wrapper .form-title {
        font-size: 16px;
        padding: 10px;
    }

    .mob-acc:after,
    .mob-acc:before {
        content: "";
        width: 2px;
        height: 15px;
        position: absolute;
        top: 13px;
        right: 20px;
        background: #ffffff;
        z-index: 9;
        transition: .5s ease;
    }

    .mob-acc:after {
        transform: rotate(90deg);
    }

    .mob-acc.active:before {
        transform: rotate(270deg);
    }

    #clearfilter label {
        font-size: 16px !important;
        margin: 0;
    }
    .table-resposive thead {
        display: none;
    }
    .table-resposive .img-responsive {
        padding: 0 !important;
        margin: 0 auto;
    }
    .table-resposive tbody,
    .table-resposive th,
    .table-resposive td,
    .table-resposive tr {
        display: block;
        width: 100% !important;
    }
    .table-resposive tr:nth-child(n+2) {
        border-top: 1px solid black;    
    }
    .shopping-cart table.table-resposive td {
        padding: 10px 10px 15px 135px !important;
        position: relative;
    }
    .table-resposive td:before {
        content: attr(data-column);
        color: #000;
        font-weight: bold;
        white-space: nowrap;
        position: absolute;
        left: 25px;
        top: 50%;
        transform: translateY(-50%);
    }
    .shop-qty {
        width: 125px !important;
        margin: 0 auto;
        height: 45px;
    }
}

#check{
    height: 15px;
    width: 15px;
}

@media (max-width: 766px) {
    .grid-space-1 div[class*="col-"] {
        padding: 0 1px;
    }
}

@media (max-width:400px) {
    .cart3 .centered {
        position: absolute;
        top: 50%;
        left: 49%;
        /*        top: 66%;
        left: 29%;*/
        transform: translate(-50%, -50%);
    }
}


/* -------------------shivam CSS------------------- */
  /* -------------------T & C CSS------------------- */
  .terms-title h2:before {
    background: none;
    background: #066fb0;
    content: "";
    height: 3px;
    left: 0;
    margin-top: 9px;
    position: absolute;
    top: 29px;
    width: 180px;
    border-radius: 5px;
}
.cookbook-description{
    padding: 10px 30px;
}
.cookbook-description .container{
    margin: 25px 0px;
}
.cookbook-mobile-image{
		display: none;
}
.cookbook-btn-wrap{
    margin: 25px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cookbook-btn-wrap .blue-btn{
    background-color: #003150;
    color: white;
    width: 220px;
    margin-right: 30px;
    padding: 5px 20px;
    white-space: pre-wrap;

}
.warranty-form-wrap{
    padding:10px 50px;
    max-width:600px;
    width: 100%;
    border:1px solid black;
    border-radius: 20px;
    margin:20px auto;
}
.warranty-form .form-group{
    width:100%;
}
.warranty-form .form-group.df{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.warranty-form .form-group.df div:first-child{
    width:35%;
}
.warranty-form .form-group.df div:last-child{
    width:50%;
}
.warranty-form .form-group input,.warranty-form .form-group select{
    width:100%;
    padding:10px;
    border:1px solid #888888;
    outline:none;
    border-radius:10px;
}
.warranty-form .form-group label{
    display:block;
    color: #ba1863;
}
.warranty-form.product-page .form-group label {
    display: block;
    color: #1A78E5;
}
.modal#warranty-popup{
    top: 50%;
    transform: translateY(-50%);
}
#warranty-popup .modal-dialog .modal-content{
    background-color: #dadada;
}
#warranty-popup .modal-dialog .modal-content .modal-body{
    padding: 0px 15px 30px 15px;
}
#warranty-popup .modal-dialog .modal-content .modal-header{
    padding: 10px 10px 0px 0px;
}
.warranty-text h3{
    color: #222;
}
.warranty-popup-content{
    width: 60%;
    margin: 0 auto;
}
.warranty-popup-content .email-form{
    padding: 0px 20px;
}
.email-form form input{
    width: 80%;
    padding: 10px 15px;
    border: 1px solid #afafaa;
    margin-bottom: 10px;
}
.email-form form input::placeholder{
    text-align: center;
}
.email-form form button{
    margin: 0;
}
.product-code-image-wrap{
    display: flex;
    justify-content: center;
}
.warranty-form .form-group.df.product-code div:first-child{
    width: 50%;
}
.warranty-form .form-group.df.product-code div:last-child{
    width: 45%;
}
.form-group.df.product-code div:last-child a{
    font-size: 18px;
    vertical-align: middle;
    text-decoration: underline;
    color: #00adff;
}
.eligibilty strong {
    margin-bottom: 10px;
    display: block;
}

/* .eligibilty .coupon-code-field .form-control {
    height: 46px !important;
    width: calc(100% - 65px);
    margin-bottom: 6px;
} */

.eligibilty .coupon-code-field .btn {
    padding: 8px 13px;
    width: 80px;
    font-size: 12px;
}
.product-row.warranty{
    display: none;
    width: 60%;
}
@media (min-width:768px) {
    .modal#warranty-popup .modal-dialog {
        width: 60%;
    }
}