/*--
    Theme Name: QuickTech Limited
    Author: QuickTech Limited 
    Author URI: http://quicktech-ltd.com
    Description: QuicTech Theme is very great theme
 
--*/

@import url('https://fonts.googleapis.com/css?family=Questrial|Raleway:400,500,600,700,800,900&display=swap');
body {
    line-height: 1.8;
    font-size: 14px;
    color: #555;
    font-family: 'Questrial', sans-serif;
    font-size: 14px;
}
.container{
    max-width:1275px;
}
button,
button:focus {
    outline: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
}


li {
    display: inline-block;
    list-style: none;
}


a,
a:hover,
a:focus {
    color: #222;
    text-decoration: none;
    outline-offset: 0;
    outline:0;
    transition: 0.35s ease-in-out;
}

button,
button:focus {
    text-decoration: none;
    background: transparent;
    border: 0;
}

.form-control,
.form-control:focus,
input,
input:focus {
    outline: 0;
    border: 0;
}



.mrt-30 {
    margin-top: 30px;
}

.capitalize {
    text-transform: capitalize;
}

.allcaps {
    text-transform: uppercase;
}

p {
    margin: 0;
    padding: 0;
}

button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
}

.tooltip-inner {
    min-width: 80px;
    padding: 10px 0;
    margin-right: 5px;
    border-radius: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.section-padding {
    padding: 30px 0;
}

.section-tpadding {
    padding-top: 30px;
}

.section-bpadding {
    padding-bottom: 30px;
}

.pb30 {
    padding-bottom: 30px
}

.pb20 {
    padding-bottom: 20px
}

.mb20 {
    margin-bottom: 20px;
    display: block;
}

.form-control.is-invalid {
    border: 1px solid #e74c3c !important;
}

.invalid-feedback {
    color: #e74c3c;
}

.form-control {
    border-radius: 0;
    border: 1px solid transparent;
    box-shadow: 0 0;
    transition: 0.35s ease-in-out;
}

.contact-form input {
    height: 40px !important;
}

.form-control:focus {
    border: 1px solid #319848;
    box-shadow: 0 0;
    outline: 0;
}

.paddleft-120 {
    padding-left: 120px;
}

.white-color,.white-color:hover,.white-color:focus{
    color:#fff;
}
ul.details-size li{
    margin-right: 10px;
}
 .custom-radio:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio:checked + label, .custom-radio:not(:checked) + label {
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    color: #666;
}
.custom-radio:checked + label:before, .custom-radio:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    /* border-radius: 100%; */
    background: #fff;
}
.custom-radio:checked + label:after, .custom-radio:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #319848;
    position: absolute;
    top: 7px;
    left: 7px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
ul.mtree.transit li.mtree-open > a {
    background: #222;
    color: #fff;
    padding: 6px 8px;
}
.custom-radio:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

 .custom-radio-small:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio-small:checked + label, .custom-radio-small:not(:checked) + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    color: #666;
}
#search-data .btn-success {
    background: #319848;
    border: 1px solid transparent;
}
.wish-button button {
    background: #222;
    color: #fff;
    padding: 1px 8px;
    border-radius: 5px;
    cursor: pointer;
}
.custom-radio-small:checked + label:before, .custom-radio-small:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    /* border-radius: 100%; */
    background: #fff;
}
.custom-radio-small:checked + label:after, .custom-radio-small:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #319848;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio-small:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio-small:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*====HEADER TOP CSS START====*/
.header-top {
    background: #008000;
    border-bottom: 1px solid #ddd;
}
.header-top-left {
    margin-top: 8px;
}
.header-top-left p {
    font-size: 16px;
    font-weight: 800;
    color:#000;
}
.header-top-left ul {
    text-align: left;
}
.header-top-left ul li {
    margin-right: 15px;
}
.header-top-left ul li a i {
    margin-right: 6px;
}
.header-top-left ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 800;
}
.header-top-right ul {
    text-align: right;
}
.header-top-right ul li {
    border-left: 1px solid #999;
    padding: 6px 10px;
}
.header-top-right ul li:last-child {
    border-right:1px solid #999;
}
.header-top-right ul li a {
    color: #000;
    text-transform: uppercase;
}
.footer-icon a i,
.header-top-right ul li a i {
    background: ;
    height: 25px;
    width: ;
    width: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}
.footer-icon a i {
    border-radius: 50%;
    margin-right:1px;
    margin-bottom:5px;
}

.is-sticky .head {
    z-index: 999 !important;
    width: 100%;
    position: absolute;
}
.is-sticky .main-header {
    background: #fff;
    z-index: 999999 !important;
    padding-top: 20px;
    padding-bottom: 0;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.anchor {
    cursor: pointer;
}
@media only screen and (min-width:320px) and (max-width:767px) {
#head-phone {
    display: none !important;
}
}
.common_slider_arrow .owl-nav .owl-next i, .common_slider_arrow .owl-nav .owl-prev i {
    background: #222 !important;
    color: #fff !important;
    padding: 10px 10px !important;
    margin-left: 5px;
    transition:0.35s;
}
.common_slider_arrow .owl-nav .owl-next i:hover, .common_slider_arrow .owl-nav .owl-prev i:hover{
    background:#319848 !important;
}
.common_slider_arrow .owl-nav {
    position: absolute;
    right: -9px;
    top: -51px;
}
.offercategory-img {
    height: 195px;
}
/*====HEADER TOP CSS END====*/

/*====MAIN HEADER CSS START====*/
.main-search form {
	border: 1px solid #ff0000;
	height: 42px;
	background: #ff0000;
	border-radius: 5px;
	margin-left: -82px;
}
.main-search form input {
    line-height: 37px;
    width: 80%;
    float: left;
    margin-left: 5%;
    background: #ff0000;
}
.login-button {
    background: #319848;
    border:2px solid #319848;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 5px;
    margin-left: 27px;
}
.login-button:hover{
    background: transparent;
}
.btn.btn-facebook {
    background: #4267B2;
    color: #fff;
}
.btn.btn-gmail {
    background: #E6605E;
    color: #fff;
}
.btn.btn-facebook i,.btn.btn-gmail i {
    margin-right: 5px;
}
.socialdropdown {
    position: relative;
}
.socialdropdown-panel {
    position: absolute;
    left: 0;
    top: 130%;
    opacity: 0;
    background: #fff;
    padding: 8px 15px;
    border: 1px solid #3A4750;
    z-index: 99;
    visibility: hidden;
    transition: 0.35s all;
}
.socialdropdown:hover .socialdropdown-panel{
    opacity: 1;
    top: 117%;
    visibility: visible;
}
.head-phone a {
    background: #319848;
    color: #fff;
    display: block;
    font-weight: 900;
    font-size: 18px;
    padding: 6px 0;
    margin-top: 12px;
    border-radius: 5px;
}
.main-search form i {
    line-height: 40px;
    width: 10%;
    margin-left: 5%;
    /* border-left: 1px solid #3A4750; */
    /* background: #3A4750; */
    color: #fff;
}
#mega-menu ul li ul li a {
    background: #fff;
    padding: 4px 0 !important;
    text-transform: capitalize;
    font-weight: 400;
}
#mega-menu ul li ul li{
    background: red !important;
}
#mega-menu ul li ul li a::after,#mega-menu ul li ul li a:hover::before{
    width:0 !important;
}
.header-cell {
    margin-top: 22px;
}
.cart-items ul {
    text-align: right;
}
.cart-items li {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    color: #000;
    margin-right: 10px;
}
.cart-items ul li i {
    font-size: 22px;
    /* margin-top: 2px; */
    margin-right: 12px;
}
.count-total h6 {
    padding: 3px 0px;
    font-weight: 300;
    font-size: 14px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
.form-group.selectfont select {
    font-size: 13px;
    color: #666;
}
.main-header {
    padding: 25px 0;
    background: #fff;
}
.logo {
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: left;
    margin-left: 32px;
}
.logo img {
    margin-top: -17px;
    margin-left: -50px;
}
.mobile-header-top {
    padding-top: 10px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}
.cartTable {
    position: relative;
}
.mobile-icon {
    float: right;
    margin-top: -39px;
}
.hc-nav-trigger {
    top: 20px !important;
    color: #D8DD34 !important;
    font-size: 23px !important;
}
.mobile-header-top{
    display: none;
}
.mobile-logo {
    text-align: left;
    margin-top: 0px;
    width: 100px;
    height: 65px;
    float: left;
    margin-left: 45px;
}
@media only screen and (min-width:320px) and (max-width:560px) {
.main-search form {
    margin-top: -14px;
    margin-bottom: 11px;
}

  } 

/*====MAIN MENU CSS END====*/

/*====MENU AND SLIDER START====*/

/*.sidebar-menu {
    height: 445px;
    background: #fff;
    margin: 18px 0;
    border: 2px solid #319848;
    border-radius: 5px;
}*/
.sidebar-menu {
    height: 415px;
    background: #fff;
    /* margin: 18px 0; */
    border: 1px solid #EEEEEE;
    /* border-radius: 5px; */
}
.sidebar-menu ul {
    text-align: left;
}
.sidebar-menu ul li {
	display: block;
	position: relative;
	background: #008000;
	border-bottom: 1px solid #ddd;
}
.sidebar-menu ul li a {
	display: inline-block;
	width: 100%;
	padding: 0px 24px;
	color: #222;
	font-weight: 500;
	position: relative;
	/* margin: 2px 0; */
	z-index: 1;
	margin-top: 5px;
}
.view-all a {
	background: #008000;
	display: block;
	padding: 5px 12px;
	color: #fff;
	/* margin-top: 0px; */
	font-size: 19px;
	text-transform: capitalize;
	font-weight: 600;
}
.cart-items .cart {
    position: relative;
    margin-top: 16px;
}

.wishlist-product small {
    margin-top: 1px;
    /* display: block; */
    position: absolute;
    left: 22px;
    top: -15px;
    height: 25px;
    width: 25px;
    background: #008000;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #fff;
}
.cartTable.cart small {
    margin-top: 1px;
    /* display: block; */
    position: absolute;
    left: 22px;
    top: -15px;
    height: 25px;
    width: 25px;
    background: #008000;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #fff;
}
.wishlist-product {
    position: relative;
}
.cart-items .cart {
    position: relative;
    margin-top: 22px;
}
.cart-quantity .btn-info {
    background: #319848;
    border-color: #319848;
}
.cart a span {
    position: absolute;
    right: -17px;
    top: -15px;
    background: #319848;
    color: #fff;
    border-radius: 50px;
    padding: 1px 10px;
}
.hcart-inner {
    position: absolute;
    left: -220px;
    top: 160%;
    z-index: 9;
    background: #fff;
    width: 400px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    transition: 0.35s all;
    opacity: 0;
    visibility: hidden;
}
.cart:hover .hcart-inner {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.hcart-inner .cart-remove {
    cursor: pointer;
    margin-top: 5px;
}

.hcart-inner td img {
    width: 60px;
}
.hcart-inner .hname {
    color: #222;
    font-size: 12px;
    margin-top: 17px;
}
.hcart-inner  .hprice {
    color: #319848;
    font-size: 10px;
    margin-top: 4px;
}
.hcart-inner .cart-remove i{
    color: #888;
}
.hcart-inner td i {
    color: #777777 !important;
}
.hcart-inner-item {
    border-bottom: 1px solid #ddd;
    padding: 14px 0;
}
.hcart-inner-item:last-child{
   border-bottom: 1px solid transparent;
}
.hview-cart a {
    background: #319848;
    display: block;
    text-align: center;
    padding: 6px 0;
    margin-top: 30px;
    border-radius: 5px;
}

.sidebar-menu ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    background: #b9cd3f;
    content: "";
    height: 100%;
    z-index: -1;
    transition: 0.5s all;
}
.sidebar-menu ul li:hover::before{
    width:100%;
}
.sidebar-menu ul li a span {
    width: 90%;
    float: left;
    font-size:15px;
    font-weight:600;
}
.sidebar-menu ul li a i {
    margin: 7px 0;
    float: right;
    width: 10%;
    text-align: right;
}


.sidebar-menu ul li #mega-menu {
    position: absolute !important;
    left: 110%;
    background: #fff;
    top: 0;
    width: 650px;
    z-index: 999;
    overflow: hidden;
    display: block;
    padding: 30px;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    border:1px solid #ddd;
}

.sidebar-menu ul li:hover #mega-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
}

#mega-menu ul li .anchor::after {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 100%;
    content: "";
    background: #319848;
}

#mega-menu span {
     width: 48%; 
    float: left; 
     margin-right: 1%; 
    margin-bottom: 10px; 
}

#mega-menu ul li {
    padding: 2px 12px;
    margin: 4px 0;
}
#mega-menu ul {
    text-align: left;
    margin-left: 5px;
}
.mega-title {
    background: #008000;
    color: #fff !important;
    padding: 4px 15px !important;
    font-weight: 400 !important;
}
.mega-title::after, .mega-title:hover::after, .mega-title:hover::before {
    width: 0 !important;
}
#mega-menu ul li a:hover {
    color: #319848;
}
#mega-menu ul li, #mega-menu ul li a, #mega-menu ul li a:after, #mega-menu ul li a:before {
    margin: 0;
    padding: 0;
    border: 0;
}
#mega-menu ul li a:after{
    width:0;
}
.single-advertisment {
    margin-top: 18px;
    height: 195px;
    overflow: hidden;
}
.single-advertisment img {
    width: 100%;
    transition: 0.5s all;
}
.single-advertisment img:hover {
    transform: scale(1.1);
}
#discountslider .slider-item{
    overflow: hidden;
}
#discountslider .slider-item img{
    transition: all 0.5s;
}
#discountslider .slider-item img:hover{
    transform: scale(1.1);
}
/*====MENU AND SLIDER END====*/
.main-menu-area {
    background: #EEEEEE;
}
ul.mtree.transit li.mtree-node > a::before {
    font-weight: 900;
    color: #555;
}

.main-menu ul li .category,.main-menu ul li .category:hover {
    padding: 15px 26px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    background: #008000;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}
.main-menu ul li .category i {
    padding-left: 26px;
}

.main-menu {
    text-align: left;
    margin-left:-9px !important;
}
/*====MENU AND SLIDER START====*/

.harea-single-ad {
    margin-bottom: 20px;
}
.cart-items .cart {
    position: relative;
    margin-top: 16px;
}
.cart-items .cart {
    position: relative;
    margin-top: 8px;
    border-radius: 5px;
    margin-left: 10px;
}
.cart-items .cart a strong {
    color: #222;
    font-weight: 400;
    padding: 0 8px;
    margin-left: 15px;
}
.cartTable.cart img {
    background: #319848;
    padding: 5px 0;
    padding-right: 16px;
    padding-left: 10px;
}
.cart-quantity .btn-info {
    background: #319A46;
    border-color: #319A46;
}
.coupon_inner {
    padding: 10px 20px 25px;
}
.coupon_code.right {
    border: 1px solid #ddd;
    margin-top: 10px;
}
.payment .coupon_code.right {
    margin-top: 0;
}

#paywithBkash label,#paywithRoket label {
    background: transparent;
    border: transparent;
    text-align: left;
    padding: 0;
}
#paywithBkash input,#paywithRoket input {
    border: 1px solid #ddd;
    text-align: left;
}
.paymodalcontent p {
    padding: 6px 0;
}
.paymodalcontent {
    text-align: left;
}
.paymodalcontent button {
    margin-top: 15px;
    padding: 8px 12px;
}
.cart_subtotal p {
    font-weight: 600;
    font-size: 14px;
}
.coupon_inner p {
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #222;
}

.coupon_code.right h3 {
    background: #D8DD34;
    color: #fff;
    font-size: 18px;
    padding: 12px 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
}
.checkout_btn a {
    background: #50a447;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 14px;
    line-height: 30px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 0;
}
.checkout_btn a:hover {
    background: #363f4d;
    color: #ffffff;
}
.checkout_btn {
    text-align: right;
}
.cart_subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wishlist-item {
    right: 162px;
    top: -11px;
    background: #D8DD34;
    color: #fff;
    border-radius: 50px;
    padding: 1px 10px;
    color: #000;
    font-weight: 800;
    position: absolute;
}
.cart a span {
    position: absolute;
    right: 44px;
    top: -20px;
    background: #D8DD34;
    color: #fff;
    border-radius: 50px;
    padding: 1px 10px;
    color: #000;
    font-weight: 800;
}
.hcart-inner {
    position: absolute;
    left: -220px;
    top: 160%;
    z-index: 9;
    background: #fff;
    width: 400px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    transition: 0.35s all;
    opacity: 0;
    visibility: hidden;
}
.cart:hover .hcart-inner {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.hcart-inner .cart-remove {
    cursor: pointer;
    margin-top: 5px;
}

.hcart-inner td img {
    width: 60px;
}
.hcart-inner .hname {
    color: #222;
    font-size: 12px;
    margin-top: 17px;
}
.hcart-inner  .hprice {
    color: #319848;
    font-size: 10px;
    margin-top: 4px;
}
.hcart-inner .cart-remove i{
    color: #888;
}
.hcart-inner td i {
    color: #777777 !important;
}
.hcart-inner-item {
    border-bottom: 1px solid #ddd;
    padding: 14px 0;
}
.hcart-inner-item:last-child{
   border-bottom: 1px solid transparent;
}
.hview-cart a {
    background: #319848;
    display: block;
    text-align: center;
    padding: 6px 0;
    margin-top: 30px;
    border-top: ;
    border-radius: 5px;
}

.single-advertisment {
    margin-top: 18px;
    height: 195px;
    overflow: hidden;
}
.single-advertisment img {
    width: 100%;
    transition: 0.5s all;
}
.single-advertisment img:hover {
    transform: scale(1.1);
}
#discountslider .slider-item{
    overflow: hidden;
}
#discountslider .slider-item img{
    transition: all 0.5s;
}
#discountslider .slider-item img:hover{
    transform: scale(1.1);
}
/*====MENU AND SLIDER END====*/




.mobile-header-inner .toggle {
    top: 16px;
    left: 74px;
}

.mobile-header-design {
    height: 0;
}

.marquee-body {
    margin-top: 22px;
}

.mobile-header-inner ul li i {
    color: #fff;
    font-size: 16px;
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #fff;
}

.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav li.nav-back a:hover {
    background: #D8DD34;
}

.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
    background: #fff;
    border-top: 1px solid #D8DD34;
    border-bottom: 1px solid #D8DD34;
}

.hc-offcanvas-nav a[href]:not([href="#"]) > span.nav-next {
    border-left: 1px solid #D8DD34;
}

.hc-offcanvas-nav a {
    border-bottom: 1px solid #319848;
}

.hc-offcanvas-nav span.nav-next::before,
.hc-offcanvas-nav li.nav-back span::before {
    border-top: 2px solid #222;
    border-left: 2px solid #222;
}

.hc-offcanvas-nav li.nav-parent a {
    padding-right: 58px;
}

.nav-content a {
    color: #222;
}

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
    border-top: 2px solid #222;
    border-left: 2px solid #222;
}

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::before {
    border-top: 2px solid #222;
    border-left: 2px solid #222;
}

.hc-offcanvas-nav:not(.touch-device) a:hover {
    color: #222;
}

.hc-offcanvas-nav:not(.touch-device) a:hover {
    background: #D8DD34;
    color: #fff;
}

.mobile-header {
    display: none;
}

.mobile-icon .toggle i {
    position: fixed;
    top: 21%;
    color: #fff;
    font-size: 24px;
    left: 58%;
}

/*====MOBILE MENU CSS END====*/

/*====HOT SLIDER CSS START====*/
.hot-deal-section {
    background: #F5F5F5;
    margin: 20px 0;
}
.common-slider .owl-nav button.owl-prev {
    background: #fff;
    left: 0%;
    position: absolute;
    height: 40px !important;
    width: 40px !important;
    z-index: 999999;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
    border-radius: 50px;
    box-shadow: 0px 0px 4px 2px #999;
    opacity: 0;
    transition: 0.35s all;
}

.common-slider .owl-nav button.owl-prev:focus,
.common-slider .owl-nav button.owl-prev:focus {
    outline: 0;
}

.common-slider .owl-nav button.owl-next {
    right: 0%;
    position: absolute;
    height: 40px !important;
    width: 40px !important;
    z-index: 999999;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 4px 2px #999;
    opacity: 0;
    transition: 0.35s all;
}


.brand-slider:hover .common-slider .owl-nav button.owl-prev,
.brand-slider:hover .common-slider .owl-nav button.owl-next {
    opacity: 1;
}

.common-slider .owl-nav button i {
    font-size: 28px !important;
    color: #888;
}

.common-slider.common-slider .owl-dots {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(-50%, -50%);
}

.common-slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    left: 50%;
}

#common-slider button.owl-dot {
    background: #fff;
    color: inherit;
    font: inherit;
    height: 8px;
    width: 22px;
    margin: 10px 2px;
    padding: 0 !important;
    display: inline-block;
}
.main-menu ul li a {
    font-weight: 600;
    padding: 0 13px;
}
#common-slider button.owl-dot.active {
    background: #44A08D;
    transition: 0.35s;
}

/*====BRAND SLIDER CSS END====*/

/*====MAIN SLIDER CSS START====*/
.mainslider-item,
.mainslider {
    height: 430px !important;
}

.mainslider-item img {
    height: 100%;
}

.mainslider .owl-nav button.owl-prev {
    background: rgba(0, 0, 0, 0.3);
    left: 0%;
    position: absolute;
    height: 65px !important;
    width: 35px !important;
    z-index: 999999;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}

.mainslider .owl-nav button.owl-prev:hover {
    background: #002E5D;
}

.mainslider .owl-nav button.owl-next {
    background: rgba(0, 0, 0, 0.3);
    right: 0%;
    position: absolute;
    height: 65px !important;
    width: 35px !important;
    z-index: 999999;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}

.mainslider .owl-nav button.owl-next:hover {
    background: #002E5D;
}

.mainslider .owl-nav button i {
    font-size: 28px !important;
    color: #fff;
}
.menuandslider .col-lg-6, 
.menuandslider .col-md-6, 
.menuandslider .col-sm-6, 
.menuandslider .col-lg-3, 
.menuandslider .col-md-3, 
.menuandslider .col-sm-3 {
    padding-right: 5px;
}

#mainslider{
    margin-bottom: 18px;
    margin-top: 18px;
}
#mainslider .owl-dots{
    bottom: 10%;
}
#discountslider, #discountslider .slider-item {
    height: 150px;
}
#discountslider .owl-dots{
    bottom: 10%;
}
.dark-bg{
    background: #F5F5F5;
}
.custom-tree ul li {
    display: block;
    text-align: left;
}
ul.mtree li::before {
    display: none;
}
.custom-tree {
    border: 1px solid #ddd;
    padding: 15px;
}
.custom-tree .title {
    padding: 15px 0;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.custom-tree ul.mtree {
    padding: 0;
}
.custom-tree ul.mtree li a {
    text-transform: capitalize !important;
    color: #333;
    font-weight: 400 !important;
    padding: 10px 0;
    font-size: 16px;
}
ul.mtree.transit li.mtree-node > ul > li:last-child {
    border-color: transparent;
}
ul.mtree.transit li.mtree-active > a {
    background: transparent;
    color: #333;
}
ul.mtree.bubba li.mtree-node > a::after {
    display: none;
}
ul.mtree.bubba li.mtree-node > a::before {
    font-weight: 900;
    color: #333;
}
.custom-tree ul.mtree li a:hover {
    background: transparent;
    color: #309A47;
    margin-left: 5px;
}
.custom-tree .title h6{
    font-weight: 600;
    text-transform: uppercase;

}
.custom-tree ul.mtree.transit {
    background: transparent;
}
.hcategory {
    background: #fff;
    padding: 15px;
    margin: 8px 0;
    border-radius: 5px;
}
.hcategory img {
    height: 140px !important;
}
.hcategory p {
    color: #555;
    margin-top: 8px;
}
.hcategory:hover p {
    color: #309A47;
}
/*====MAIN SLIDER CSS END====*/

/*====PRODUCT SECTION CSS START====*/

.categorylistcarea {
    height: 400px;
}

.categorylisttitle {
    background: #309A47;
    padding: 8px 16px;
    margin-right: 10px;
    margin-top:5px;
}

.categorylisttitle p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.read-more-target {
    display: block;
    width: 100%;
}

.categorylist li:last-child {
    border-bottom: transparent !important;
}

.categorylist li a:hover {
    color: #309A47;
}

/*read more menu*/
.read-more-state {
    display: none;
}

.read-more-target {
    font-size: 0;
    max-height: 0;
    opacity: 0;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    font-size: inherit;
    max-height: 999em;
    opacity: 1;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'Read more';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Read less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
}

.categorylist {
    padding: 20px;
    overflow: hidden;
    height: 688px;
    margin-right: 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.categoryscrollhide li:last-child a {
    border-bottom: 0;
}
.product .col-sm-10,
.product .col-sm-2,
.product .col-md-10,
.product .col-md-2,
.product .col-lg-2,
.product .col-lg-3, .product .col-md-4, .product col-sm-12, .product .col-lg-9, .product .col-md-8, .product .col-md-6, .product .col-sm-6, .product .col-sm-12 {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.customadvertisment {
    padding-left: 8px;
    margin-top: -3px;
}
.categoryscrollhide {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    box-sizing: content-box;
    padding-right: 16px;
}

.categorylist li {
    display: block;
}

.categorylist li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    text-align: left;
    text-transform: capitalize;
}

.read-more-trigger {
    box-shadow: 0px 0px 12px 4px #f5f5f5;
    display: inline-block;
    width: 100%;
    padding: 10px 18px;
    background: #fff;
    font-size: 14px;
}
.otherpage.customadvertisment {
    margin-top: 20px;
    margin-bottom: 20px;
}
.hovercategory a {
    background: #309A47;
    color: #fff !important;
    padding: 7px 16px;
    font-weight: 600;
    margin-right: 10px;
}
li.hovercategory {
    position: relative;
    float: left;
}
.hidemenu.sidebar-menu {
    position: absolute;
    width: 94%;
    background: #fff;
    z-index: 9999;
    top: -13px;
    left: 13px;
}


/*======category menu end========*/

/*======HOME PRODUCT START========*/
.product {
    overflow: hidden;
}

.productslider-item {
    height: 350px;
}

.commonsliderdots .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    text-align: center;
}

.commonsliderdots .owl-dots .owl-dot {
    background: transparent;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: 0 6px;
    border: 2px solid #fff;
}

.commonsliderdots .owl-dots .owl-dot.active {
    background: #fff;
}
.productslider-item {
    height: 614px !important;
    border: 1px solid #e9e9e9;
    margin-right: 10px;
}
.section-title {
    text-align: left;
    margin-bottom: 15px;
    border-bottom: 2px solid #ddd;
    padding: 0 6px;
}
.product.home .hproduct-item {
    margin-bottom: 2px;
}
.section-title h4 {
    display: inline-block;
    color: #222;
    margin-bottom: 0px;
    padding: 5px 0px;
    margin-left: -6px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 900;
    border-bottom: 3px solid #1855A1;
}
.category-sec .col-lg-2, .category-sec .col-md-3, .category-sec .col-sm-4 {
    padding: 0 8px;
}

.hot-deal-section .col-sm-12 {
    padding: 0 6px;
}

.hproduct-item {
    border: 1px solid #ddd;
    transition: 0.35s all;
    overflow:hidden;
    position: relative;
}
.hproduct-info {
    text-align: left;
}
.hproduct-img img {
    width: 100%;
    margin-top: 0;
}
.hproduct-sub {
    font-size: 12px;
    font-weight: 600;
    color: #EF2C4A;
}

.hproduct-item:hover {
    box-shadow: 0px 0px 13px 4px #cecece;
}

.hproduct-info {
    padding: 5px;
    overflow: hidden;
    background: #f3f3f3;
}

.hproduct-name {
    color: #6d6d6d;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.shortdescription ul {
    text-align: center;
    margin: 10px 0;
    line-height: 2.2;
    color: #888;
}
.hproduct-price {
    display: block;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
    color: #333333;
    font-weight: 600;
    font-size: 18px;
}
.hproduct-price span {
    position: relative;
    z-index: 1;
    color: #309A47;
    font-weight: 600;
    margin-left: 10px;
    font-size: 25px;
}
.hproduct-price span::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    background: #888;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
}

.hproduct-add a {
    color: #0BC5D8;
    text-transform: capitalize;
}

.hproduct-add {
    display: inline-block;
    float: right;
    font-weight: 800
}

.productbtn{
    position: relative;
}
.bwid50 a, .bwid50 button {
    width: 50%;
    float: left;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    padding: 4px 6px;
    text-align: center;
}
.wishcompare ul li a {
    border: 1px solid #ddd;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    display: inline-block;
    margin: 0 4px;
}
.wishcompare ul li a i {
    line-height: 35px;
    color: #979797;
    font-weight: 900;
    font-size: 15px;
}
.wishcompare {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 100%;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all;
    z-index: 999;
}
.hproduct-item:hover .wishcompare {
    bottom: 53px;
    visibility: visible;
    opacity: 1;
}
.wishcompare ul li a:hover {
    background: #309A47;
    border-color: #309A47;
}
.wishcompare ul li a:hover i {
    color: #fff;
}
.productbtn .viewbtn {
    /* position: absolute; */
    bottom: 0;
    z-index: 99;
    left: -70px;
    width: 50%;
    /* visibility: hidden; */
    /* opacity: 0; */
    transition: 0.35s all;
}
.bwid50.viewbtn a {
    background: #008000;
    color: #fff;
    width: 100%;
    display: inline-block;
}
.hproduct-item:hover .productbtn .viewbtn {
    left: 0;
    visibility: visible;
    opacity: 1;
}
.productbtn .cartbtn {
    position: absolute;
    /* bottom: 0; */
    z-index: 99;
    right: 0;
    width: 50%;
    /* visibility: hidden; */
    /* opacity: 0; */
    transition: 0.35s all;
}
.hproduct-item:hover .productbtn .cartbtn {
    right: 0;
    visibility: visible;
    opacity: 1;
}

.bwid50.cartbtn button {
    background: #ff0000;
    color: #fff;
    width: 100%;
    display: inline-block;
}

 .ordernow a {
    background: #309A47;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 5px;
    width: 70%;
    margin: 0px auto;
    padding: 8px 0;
    overflow: hidden;
    text-transform: capitalize;
    position: absolute;
    top: 45%;
    transform: scale(0);
    left: 0;
    right: 0;
    z-index: 9999;
    opacity: 0;
    transition: 0.5s all;
    font-weight: 600;
    font-size: 16px;
}
.hproduct-item:hover .ordernow a{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.productbtn .bwid25 .wish i {
    color: #F00;
    font-size: 18px;
    margin-top: 5px;
}
.single-custom-advertisment {
    margin-top: 9px;
}
.single-custom-advertisment{
    overflow: hidden;
}

.productslider-item {
    height: 362px;
}
#sticker-sticky-wrapper {
    height: 100px !important;
}
/*====PRODUCT SECTION CSS END====*/
.howtoorder {
    background: #295498;
}

.howtoorder-title h4 {
    color: #fff;
}

.howtoorder-title {
    text-align: center;
    padding-bottom: 20px;
}

.dot {
    height: 10px;
    width: 10px;
    background: #EF2C4A;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.dot::before {
    position: absolute;
    right: 0;
    top: 50%;
    height: 3px;
    width: 118px;
    content: "";
    background: #EF2C4A;
    transform: translateY(-50%);
    z-index: 1;
}

.dot::after {
    position: absolute;
    left: 0;
    top: 50%;
    height: 3px;
    width: 118px;
    content: "";
    background: #EF2C4A;
    transform: translateY(-50%);
    z-index: 1;
}
.order-box {
    position: relative;
    z-index: 99;
    height: 135px;
    text-align: center;
    border: 3px solid #f5f5f5;
    padding: 31px 0px;
    width: 18%;
    float: left;
    margin: 0% 1%;
}

.orderlinerow {
    overflow: hidden;
}

.order-box .content {
    color: #fff;
    margin-top: 12px;
}

.order-box .content p {
    text-transform: capitalize;
    font-size: 12px;
}
.order-img img {
    width: 32px;
}
.orbottombor {
    position: absolute;
    left: 100%;
    top: 50%;
    background: transparent;
    border-bottom: 3px solid #fff;
    width: 25px;
    transform: translateY(-50%);
}

.orbottomdot {
    position: absolute;
    left: -14px;
    top: 50%;
    height: 0;
    width: 0;
    content: "";
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid #fff;
    transform: translateY(-50%);
}
.ortomdot {
    position: absolute;
    left: -7%;
    top: 50%;
    height: 0;
    width: 0;
    content: "";
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid #fff;
    transform: translateY(-50%);
}

.ortopbor {
    position: absolute;
    left: 100%;
    top: 50%;
    background: transparent;
    border-bottom: 3px solid #fff;
    width: 25px;
    transform: translateY(-50%);
}

/*=======how to roder end=========*/

/*=======testimonial css start=========*/
.testimonial-body {
    width: 700px;
    margin: 0 auto;
    text-align: center;
}

.testimonial .howtoorder-title h4 {
    color: #222;
}

.client-img {
    margin: 0 auto;
    width: 100px;
}

.client-img img {
    height: 100px;
    border: 4px solid #EF2C4A;
    border-radius: 50%;
    width: 100px;
}

.client-speech {
    text-align: center;
    position: relative;
}

.client-speech p {
    font-weight: 600;
    font-size: 14px;
    padding: 20px 30px;
}

.quoleft {
    position: absolute;
    left: 0%;
    top: 0%;
    height: 32px;
    width: 32px !important;
}

.quoright {
    position: absolute;
    right: 0%;
    bottom: 0%;
    height: 32px;
    width: 32px !important;
}

.clientname p {
    font-weight: 900;
    font-size: 16px;
    color: #222;
    text-transform: capitalize;
}

.clientdes p {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
}

.testimonial-body .owl-dot {
    height: 10px;
    width: 10px;
    background: #295498 !important;
    margin: 0 3px;
    border-radius: 50%;
}

.testimonial-body .owl-dot.active {
    background: #EF2C4A !important;
}

/*=======testimonial css end=========*/

/*=======partner css start=========*/
.partner {
    background: #295498;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.partner-item {
    overflow: hidden;
    height: 200px;
    border-right: 3px solid #45769F;
    border-radius: 10px;
}

.partner-item.brnone {
    border-color: transparent;
}

.partner-logo {
    width: 30%;
    float: left;
    margin-top: 31px;
}

.partner-speech {
    width: 70%;
    float: right;
    color: #fff;
    padding: 28px 20px;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
}

/*=======partner css end=========*/

/*=======medicalhistory css start=========*/
.mhistory {
    background: #fff;
}
/*=======medicalhistory css end=========*/

/*=======newsletter css start=========*/

#scrollUp {
    height: 64px;
    width: 64px;
    background-image: url('../images/top.png');
    right: 20px;
    text-indent: -999999px;
    display: inline-block;
    background-repeat: no-repeat;
    bottom:80px;
}
.marquee-news {
    background: #008000;
    color: #60aa46;
    padding: 20px 0;
    width: 100%;
    z-index: 9;
}
.marquee-news marquee {
    margin: 0;
    font-weight: 600;
    color: #ddd;
    margin-top: 2px;
    font-size: 16px;
}
.copyright p {
	color: #000;
}

/*=======newsletter css end=========*/

/*=======footer css start=========*/
.footer-widget {
    text-align: left;
}
.footer-widget h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000;
}
.instagram-thumb li a img {
    border-radius: 5px;
}
.footer-top-area {
    background: #008000;
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 1px solid #ddd;
}

.social a {
    background-color: #2c2c2c;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 13px;
    height: 33px;
    line-height: 33px;
    margin-right: 10px;
    text-align: center;
    width: 33px;
}
.facebook {
    background: #4267B2 !important;
}
.youtube {
    background: red;
}
.fa.fa-linkedin.linkedin {
    background: #0077B5;
}
.twitter {
    background: #59B4FA !important;
}
.fa.fa-google-plus.googleplus {
    background: #4587F5;
}
.instagram {
    background: #C85192  !important;
}
.pinterest {
    background: #BA0000 !important;
}
.social a:hover {
    background: #309A47;
}

.footer-widget .social {
    margin-top: 20px;
}

.footer-widget h3 {
    border-bottom: 2px solid #309A47;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    text-transform: uppercase;
    line-height: 5px;
    display: inline-block;
    margin-bottom: 20px;
}
.footer-menu li {
    width: 100%;
}

.footer-menu li a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    /* line-height: 40px; */
    text-transform: uppercase;
    color: #242424;
}

.footer-menu li:last-child a {
    padding-bottom: 0;
}

ul.footer-menu li a:hover {
    color: #309A47;
    padding-left: 2px;
}


.footer-widget p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    /* margin-top: 22px; */
    text-transform: uppercase;
    margin-bottom: 6px;
    font-style: italic;
}
.footer-widget input {
    background-color: #fff;
    border: medium none;
    width: 70%;
    float: left;
    height: 100%;
}
.footer-widget form {
    width: 100%;
    background: #fff;
    overflow: hidden;
    height: 45px;
    position: relative;
}

.footer-widget button ,.footer-widget button:hover{
    background: #309A47;
    width: 31%;
    float: left;
    color: #fff;
    height: 100%;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
}
.footer-widget button:hover {
    color: #EF2C4A
}

.widget-icon a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
    position: relative;
    text-align: center;
}

.widget-icon a:hover {
    color: #EB3B60;
}


ul.footer-contact li {
    clear: both;
    display: inline-block;
    color: #242424;
    font-weight: 600;
    font-size: 18px;
}
.footer-contact {
    margin-top: 12px;
}
ul.footer-contact li a {
    color:#242424;
    font-size: 18px;
}
.footer-logo {
    margin-bottom: 10px;
}
.footer-contact li i {
    border-radius: 0;
    color: #d5d5d5;
    float: left;
    font-size: 16px;
    height: 34px;
    line-height: 29px;
    margin-right: 8px;
    text-align: center;
    width: 37px;
    border: 2px solid #222;
    border-radius: 5px;
}
.footer-info-label {
    font-size: 18px;
    font-weight: 800;
}
.copyright a {
    font-weight: 600;
    color: #309A47 !important;
}
ul.instagram-thumb {
    margin: 0 -10px;
    margin-top: 15px;
}

.instagram-thumb li {
    float: left;
    margin-bottom: 8px;
    margin-top: 0px;
    padding: 0 5px;
    width: 33.3333%;
}

.instagram-thumb img {
    width: 100%;
}

.instagram-thumb a {
    position: relative;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    height: 80px;
}

ul.instagram-thumb li a::before,
ul.instagram-thumb li a::after {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0;
    top: 0;
    transform: scaleY(0);
    transition: all 0.5s ease 0s;
    width: 100%;
}

ul.instagram-thumb li a::after {
    transform: scaleX(0);
}

ul.instagram-thumb li a:hover:before {
    transform: scaleY(1);
    opacity: .4;
}

ul.instagram-thumb li a:hover:after {
    transform: scaleX(1);
    opacity: .4;
}

.footer-bottom-area {
    background: #fff;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 13px;
}

.copyright {
    text-align: center;
    font-size: 18px;
}
.copyright strong {
    color: #fff;
    margin-right: 5px;
}
.flogo {
    display: inline-block;
    width: 150px;
    margin-top: 11px;
}

.footer-bottom-area.paddleft-120 {
    background: #002E5D;
}

footer {
    padding: 0 0;
}
.copyright a {
    font-weight: 600;
    color: #fff !important;
}

.copyright a {
    color: #fff;
}

.payment {
    text-align: right;
}
.shoppingCartPopup {
    width: 410px;
    position: fixed;
    right: 0;
    z-index: 99999;
    top: 50%;
    background: #ddd;
}
.cart-product-item img {
    width: 20%;
    float: left;
}
.nameqty {
    width: 40%;
    float: left;
    text-align: left;
    padding-left: 8px;
    padding-top: 8px;
}
.subtotalprice {
    width: 20%;
    float: left;
    text-align: left;
}

.cart-product-item {
    display: inline-block;
    padding: 5px 12px;
    border-bottom: 1px solid #fff;
}
.cart-product-item:last-child{
    border-bottom: transparent;
}
.nameqty p{
    font-size:12px;
}
/*=======footer css end=========*/

/*=======category css start=========*/
.category-sec {
    margin-bottom: 20px;
}
.hproduct-item {
    border: 1px solid #e9e9e9;
    transition: 0.35s all;
    margin-bottom: 10px;
    /* padding: 5px; */
    border-radius: 5px;
}
.custom-breadcrumb {
    background: #EFF0F5;
    text-align: left;
    padding: 14px 0;
    margin-top:10px;
}
.mainbreadcrumb {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}
.mainbreadcrumb::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(79,79,79,0.7);
    z-index: -1;
}
.breadcrumb-text h3 {
    color: #fff;
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 4px;
}
.breadcrumb-text ul li a {
    color: #fff !important;
    font-size: 16px;
    margin-right: 5px;
}
.breadcrumb-text ul li.active a{
    color: #FDAF17;
}
.cattitle {
    background: #295498;
    padding: 12px 20px;
    color: #fff;
    margin-top: 20px;
}

.shop-side-bar {
    text-align: left;
    box-shadow: 0px 0px 11px 4px #f5f5f5;
    margin: 12px 0;
}

.checkbox {
    padding: 20px;
}
.checkbox ul li a {
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    margin: 8px 0px;
    display: inline-block;
    font-size: 12px;
}
.checkbox ul li {
    width: 100%;
}
.checkbox ul li input {
    width: 10%;
    float: left;
}
.checkbox ul li label {
    width: 80%;
    float: left;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 8px;
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: 600;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px;
}

.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
    cursor: not-allowed;
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.price-range-block.custompricing {
    padding: 20px;
    margin: 0;
    margin-bottom: 60px;
}

.custompricing .sliderText {
    width: 100%;
}

.custompricing #slider-range {
    width: 100%;
}

.custompricing .ui-widget-header {
    background: #295498;
}

.custompricing #slider-range {
    width: 100%;
    background: #EF2C4A;
}

.custompricing .ui-state-default {
    background: #EF2C4A;
    border-color: #EF2C4A;
}

.custompricing .price-range-field {
    width: 40%;
    float: left;
    margin: 0 8px;
}

.custompricing #min_price,
.custompricing #max_price {
    border: 1px solid #999;
}

#price-range-submit,
#searchResults {
    display: none !important;
}

.prosearchbar {
    text-align: left;
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 8px;
    border: 3px solid #f1f1f1;
    padding: 6px 15px;
}
.prosearchbar form input {
    border: 1px solid #999;
    border-radius: 5px;
    padding-left: 8px;
}
.viewbar {
    width: 20%;
    float: left;
}

.viewbar ul li a {
    display: inline-block;
    margin-right: 8px;
}

.viewbar ul li a i {
    color: #295498;
    font-size: 20px;
}

.viewbar ul li.active a i {
    color: #EF2C4A;
}

.shortbar {
    width: 100%;
    float: left;
}

.shortbar p {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
input.filterbtn {
    background: #309A47;
    color: #fff;
    padding: 0 20px;
    text-transform: capitalize;
    border-radius: 5px;
    border: 1px solid #309A47;
    cursor: pointer;
}
.shortbar select {
    border: 1px solid #999;
    padding: 3px 5px;
    border-radius: 5px;
    color: #666;
}

.custompaginate {
    width: 50%;
    float: right;
    text-align: right;
}

.custompaginate ul li a {
    background: #444444;
    padding: 6px 14px;
    color: #fff;
}
.custompaginate ul li a:hover{
    background: #309A47;
    color: #fff;
}
.custompaginate .page-link{
    border:0;
} 
.custompaginate .page-item:first-child .page-link,.custompaginate .page-item:last-child .page-link{
    border-radius: 0;
}
.custompaginate .page-item.active .page-link {
    background: #309A47;
    outline: 0;
    border: 0;
    padding: 6px 14px;
}
.custompaginate .page-item .page-link:focus{
    outline: 0;
    box-shadow: 0 0;
}
.page-item.disabled span {
    background: #444444 !important;
    color: #fff !important;
    padding: 6px 14px;
}
.custompaginate .pagination {
    text-align: ;
    float: right;
}
.custompaginate ul li{
    margin: 0 2px;
    border-radius: 0px;
}
.custompaginate ul li a {
    padding: 6px 14px !important;
    border-radius: 0px;
}
.custompaginate.down {
    width: 100%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 50px;
    border: 3px solid #F1F1F1;
    padding: 7px 7px;
}
.custompaginate.down .pagination {
    float: left;
}

/*=======category css end=========*/

/*=======login registration css start=========*/

/*-----------------------------------
17. login-area
-------------------------------------*/
.login-area {
    background: #efefef none repeat scroll 0 0;
    padding: 80px 0;
}

.login-content {
    background: #fff none repeat scroll 0 0;
    margin: 10px 20px;
    text-align: left;
    box-shadow: 0 0;
    border: 1px solid #ddd;
    padding: 30px;
}
#loginreg .nav-tabs {
    border: 1px solid transparent;
}
.social-sign ul li {
    display: block;
    width: 50%;
}
.social-sign a {
    background: #3e5c98 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 14px;
    margin-right: 10px;
    padding: 9px 15px;
    margin: 15px 0;
}
.logincpage {
    margin-top: 80px;
}
.regcpage {
    margin-top: 100px;
}
.nav.nav-tabs.loginreg {
    margin-top: 12px;
    border: 0px;
}
.resendcode {
    margin: 6px 15px;
    color: #319848;
}
.nav.nav-tabs.loginreg a {
    color: #319848;
    font-weight: 600;
}
#regregister .nav-tabs {
    border-bottom: 1px solid transparent;
}
.social-sign a i {
    margin-right: 3px;
}

.social-sign a.twitter {
    background: #22A9E0;
}

.login-title {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 13px;
    margin-top: 0;
    text-transform: uppercase;
}


.login-content form label {
    color: #444;
    margin-bottom: 5px;
}

.login-content form input,.login-content form select, .login-content form textarea {
    border: 1px solid #EFF0F5;
    box-shadow: none;
    font-size: 13px;
    height: 45px;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 5px;
    background: #EFF0F5;
    border-radius: 5px;
}

.login-content form textarea,
.login-content form textarea:focus {
    height: auto;
    border: 1px solid #e3e3e3;
}

.login-content form input.login-sub {
    background: #349B47  none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 0 40px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: inherit;
    cursor: pointer;
}
.otherbutton {
    background: #222;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 13px;
    display: inline-block;
    font-weight: 600;
    border-radius: 5px;
    border: 2px solid #222;
    transition: 0.35s all;
}
.otherbutton.login{
    padding: 8px 20px;
}
.otherbutton:hover{
    background: transparent;
    color: #222;
}
.login-content form input.login-sub:hover {
    background: #515151;
}

.sign-up-today ul li {
    display: block;
}

.login-lost span.log-rem input {
    height: inherit;
    margin-right: 5px;
    position: relative;
    top: 2px;
    width: inherit;
}



.login-lost span.forgot-login {
    float: right;
}

.login-lost span.forgot-login a {
    color: #444;
}

.login-lost span.forgot-login a:hover {
    color: #FE4847
}

.sign-up-today {
    margin-top: 32px;
}
.login-content.reg {
    position: relative;
}
.login-content.reg .or {
    position: absolute;
    left: -63px;
    top: 50%;
    transform: translateY(-50%);
    background: #EF2C4A;
    color: #fff;
    width: 55px;
    text-align: center;
    height: 55px;
    border: 2px solid #295498;
    border-radius: 50%;
}
.login-content.reg .or p {
    line-height: 50px;
    font-weight: 600;
    font-size: 18px;
}

.sign-up-today ul li {
    margin-bottom: 10px;
}

.sign-up-today ul li span {}

.sign-up-today ul li span i {
    color: #666;
    display: inline-block;
    font-size: 15px;
    margin-right: 6px;
}

.sign-up-today ul li span p {
    color: #666;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    text-transform: capitalize;
}

.login-content p {
    margin-bottom: 14px;
}

.login-content textarea,
.login-content textarea:hover {
    border: 1px solid #ddd;
}

.logincustomer ul li a {
    color: #222 !important;
}
/*=======login registration css end=========*/
/*=======cart css start=========*/
.cartinfohead {
    text-align: left;
    background: #fafafa;
    padding: 8px 10px;
    margin: 16px 0;
}

.productcart-info-title {
    text-transform: uppercase;
    color: #777;
    padding: 0 22px;
}
.count-total li {
    display: block;
    padding: 0;
    line-height: 40px;
}
.carttotalinfo .title {
    font-weight: 900;
    color: #222;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}
.carttotalinfo {
    box-shadow: 0px 0px 8px 4px #f5f5f5;
    margin: 16px 0;
    padding: 20px 12px;
    text-align: left;
    overflow: hidden;
}

.product-basic {
    margin-bottom: 50px;
}

.productcart-item {
    box-shadow: 0px 0px 8px 4px #f5f5f5;
    text-align: left;
    margin-bottom: 20px;
    padding: 10px;
}
.cart-quantity .btn.btn-info:focus {
    box-shadow: 0 0 !important;
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.productcart-img {
    width: 30%;
    height: 100px;
    float: left;
}

.productcart-text {
    width: 60%;
    float: left;
    margin-left: 10%;
}

.productcart-text .pcart-name {
    color: #222;
}

.cart-box {
    font-size: 12px;
}

.productcart-price p {
    font-weight: 600;
}

.cart-remove {
    font-size: 24px;
    padding: 0px 12px;
    margin-top: 0px;
    text-transform: capitalize;
    display: inline-block;
    margin-left: -15px;
}

.cart-remove i {
    color: #EF2C4A;
}

.quantity-left-minus,
.quantity-right-plus {
    padding: 6px 16px;
    background: #b9cd3f;
    border-radius: 5px;
    cursor: pointer;
}

.quantity-left-minus:focus,
.quantity-right-plus:focus {
    outline: 0;
    background: #f5f5f5;
}

.cart-quantity input,
.cart-quantity input:focus {
    border: 4px solid #f5f5f5;
}

.selectlocation i {
    width: 20%;
    float: left;
    font-size: 29px;
    color: #888;
    margin-top: 0px;
}

.selectlocation form {
    width: 80%;
    float: left;
}

.selectlocation form select {
    border: 1px solid #ddd;
    width: 100%;
    height: 34px;
    border-radius: 5px;
}

.selectlocation {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin: 8px 0;
}

.ordersummary .title {
    color: #222;
    font-size: 16px;
}

.count-total p {
    width: 60%;
    float: left;
}

.count-total span {
    float: right;
    width: 30%;
    margin-left: 10%;
    text-align: right;
    color: #222;
    font-weight: 600;
}

.count-total {
    margin: 14px 0;
    overflow: hidden;
}

.ordersummary {
    border-bottom: 1px solid #ddd;
}

.count-total.ctotalprice p {
    color: #222;
    font-weight: 600;
}

.count-total.ctotalprice span {
    color: #EF2C4A;
    font-weight: 600;
}

.checkout a {
    background: #4E047D;
    display: block;
    color: #fff;
    text-align: center;
    padding: 8px 4px;
    border-radius: 5px;
    transition: 0.35s all;
}

.checkout a:hover {
    background: #319848;
}
.isDisabled{
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 0.5 !important;
    background: #888 !important;
}
 .selectship input {
    width: 28px;
    background: transparent;
    color: #222;
    font-weight: 600;
}

/*=======cart css end=========*/

/*=====product details css start======*/
.productarea .col-lg-3, .productarea .col-md-6, .productarea .col-sm-12{
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.productdetails-slider {
    height: 500px;
    z-index: 999;
    overflow: hidden;
    padding: 15px;
}
.delivery-product {
    overflow: hidden;
    text-align: left;
    border: 1px solid #ddd;
    padding: 12px 3px;
}
.details-social-icon ul li a, .details-social-icon ul li a i {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-right: 5px;
}
.details-social-icon ul li {
    display: inline-block;
}
.details-social-icon {
    margin-top: 20px;
}
.delivery-product ul li {
    padding: 5px 0;
}
.delivery-product{
    overflow: hidden;
    text-align: left;
    border: 1px solid #ddd;
    padding: 12px 3px;
}
.relatedproduct .product-description-title {
    margin-bottom: 20px;
}
.payment-option {
    padding-right: 50px;
    margin: 10px 0;
}
.question {
    text-align: left;}
.answer {
    text-align: left;
    padding: 0 11px;
}
.question-item {
    overflow: hidden;
    background: #f7f7f7;
    margin: 8px 0;
    padding: 10px 9px;
}
.question strong {
    background: #222;
    color: #fff;
    padding: 4px 10px;
    position: relative;
}
.otheroptions {
    display: inline-block;
}
.otheroptions .wishlist {
    background: #1855A1;
    color: #fff;
}
.otheroptions li a {
    padding: 15px 13px;
    text-transform: ;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin: 0 4px;
}
.otheroptions .compare {
    background: #555;
    color: #fff;
}
.quickorder li a {
    background: #12743E;
    color: #fff;
    padding: 10px 28px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    margin: 0 5px;
    letter-space: ;
    letter-spacing: 1px;
    margin-top: 8px;
}
form.commentform.reviewform select {
    border: 1px solid #ddd !important;
}
.commentform textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding:10px;
}
.question p {
    padding: 8px 0;
}
.question span {
    font-size: 12px;
    margin-left: 16px;
}
.question strong::after {
    position: absolute;
    top: 0;
    right: -16px;
    content: "";
    width: 0px;
    height: 0px;
    border-left: solid 16px #222;
    border-bottom: solid 13px transparent;
    border-top: solid 13px transparent;
}
.commentform {
    text-align: left;
    padding: 10px 0;
}
.commentform button {
    background: #319848;
    color: #fff;
    padding: 5px 22px;
    text-transform: capitalize;
}
.dsize {
    display: inline-block;
    margin-left: 0px;
    float:left;
}
.dsize span {
    margin-right: 6px;
}
.product-description ul li {
    width: 100%;
    float: left;
    margin-left: 24px;
    position: relative;
    z-index: 1;
    display: block;
}
.product-description ul li::after {
    height: 5px;
    width: 5px;
    content: "";
    left: -14px;
    top: 11px;
    z-index: 99;
    position: absolute;
    border-radius: 50px;
}
.product-description p {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    color: #000;
}
.product-description h3 {
    margin-top: 40px;
}
.swiper-container {
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}
.swiper-button-prev.swiper-button-white {
    left: 0;
}
.swiper-button-next, .swiper-button-prev {
    background: rgba(0, 46, 93, 1);
    padding: 0;
}
.swiper-button-next.swiper-button-white {
    right: 0 !important;
}
.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #002E5D;
}
.swiper-slide img {
	height: 100%;
}
.productdetails-info {
    text-align: left;
    border: 1px solid #888;
    padding: 18px 18px;
    border-radius: 5px;
    margin-top: 40px;
    margin-right: 15px;
}
.productdetails-info {
    text-align: left;
}
.dproduct-name {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: #222;
}
.pratting ul li i {
    color: #EF2C4A;
    font-size: 12px;
}
.pratting ul {
    display: inline-block;
}
.pratting p {
    display: inline-block;
}
.dbrand span {
    color: #295498;
}
.dbform {
    margin: 20px 0;
}
.dbform label span{
    color: #EF2C4A;
}
.dbform label {
    display: block;
    font-size: 18px;
}
.dbform select {
    width: 60%;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 10px;
    margin-bottom: 12px;
}

.dbutton {
    padding: 8px 27px;
    background: #319848;
    color: #fff;
    cursor: pointer;
    transition: 0.35s all;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    margin: 0 5px;
}
.submit-btn:hover ,.submit-btn:focus{
    background: #515151;
}
.dbform {
    margin: 10px 0;
}
.dbform input {
    border: 2px solid #F5F5F5 !important;
    height: 37px;
    margin-bottom: 20px;
    padding: 0 14px;
    width: 74px;
    font-weight: 900;
}
.dtitle {
    font-weight: 600;
    margin-bottom: 15px;
}
.dmitem span {
    margin-left: 9px;
}
.dmore-info {
    text-align: left;
    background: #f5f5f5;
    padding: 20px;
}
.dmitem {
    margin: 15px 0;
    font-size: 12px;
}

.product-description img {
    position: absolute;
    top: 0;
    right: -100%;
    padding: 24px 42px;
    height: 330px;
}
.hproduct-img {
    height: 200px;
    position: relative;
    overflow: hidden;
}
.hproduct-img img{
    overflow: hidden;
    transition: 0.35s all;
}
.hproduct-item:hover .hproduct-img img {
    transform: scale(1.1);
}
.discount span {
    color: #fff;
    display: block;
    margin-top: -26px;
    font-size: 11px;
}
.discount {
    position: absolute;
    background: #D94939;
    width: 104px;
    color: #fff;
    top: -12px;
    left: -39px;
    transform: rotate(-50deg);
    padding-top: 20px;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
}
.hot-deal-section .col-lg-2, .hot-deal-section .col-md-3, .hot-deal-section .col-sm-6 {
    margin: 0;
    padding: 0 6px;
}
.product-description-title {
    background: #008000;
    overflow: hidden;
    margin-top: 35px;
    padding: 10px 15px;
    text-align: left;
    border: 1px solid #008000;
}
.product-description-title p{
    font-weight: 600;
    font-size: 22px;
    color:#ffffff;
    font-weight: 800;
}
.product-description-details {
    text-align: left;
    border: 1px solid #12743E;
    padding: 22px 25px;
    overflow: hidden;
}
.product-description-details li{
    display: block;
}
.hcart-inner-item img {
    height: 46px !important;
}
.cpaginate .page-item span {
    padding: 8px 14px;
    width: 35px;
}
.cpaginate .page-item {
    width: 28px;
    margin: 0 5px;
}
.faandmessagenger a {
    font-weight: 900;
    font-size: 22px;
    margin-top: 20px;
    display: inline-block;
    color: #50a447;
}
.faandmessagenger a i {
    height: 40px;
    width: 40px;
    border: 3px solid #319848;
    border-radius: 50px;
    margin-right: 8px;
    font-size: 22px;
    line-height: 37px;
    text-align: center;
    color: #222;
}
.dbutton.addcartbutton {
    background: #281F4E;
}
/*=====product details css end======*/
.search-product-inner {
    position: absolute;
    top: 100px;
    left: 23%;
    z-index: 1;
    background: #fff;
    max-height: 400px;
    overflow: auto;
    width: 450px;
}
#search-data td img{
    height: 50px;
    width: 50px;
}
.video_url i{
    background: #EF2C4A;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
/*=========payment page css start==========*/
.paymentoption .payment-radio{
  font-size: 1.8em;
  margin: 0;
  padding: 1em;
  list-style-type: none;
}
  
  .payment-radio li{ float: left; margin-right: 0.5em; }

  .payment-radio label{
    padding: 20px;
    color: #ccc;
    border: solid 3px #ccc;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: all .2s linear;    
    transition: all .2s linear;
    margin-bottom: 0;
    width: 100%;
    background: #ddd;
    color: #555;
    text-transform: capitalize;
    font-weight: 600;
    border-radius:5px;
  }
  .payment-radio input[type="radio"]{ display: none; }
  
 .payment-radio input[type="radio"]:checked + label{ 
    border-color: #319848 ;
    color: #319848 ;
  }
 .payment-radio li {
    float: left;
    margin-right: 0.5em;
    width: 32%;
}
.submit-button{
    text-align: left;
}
.submit-button input {
    color: #fff;
    background: #319848;
    padding: 15px 16px;
    border-radius: 5px;
    margin-top: 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 900;
    font-size: 14px;
}
.nav-parent a {
    text-transform: capitalize !important;
}
.product.commonproductarea {
    margin: 0 0;
}
.homepaginate.custompaginate {
    float: left;
    width: 100%;
    margin: 40px 0;
}
.homepaginate.custompaginate ul{
    float: left;
    margin-left: -12px;
}

/*=========payment page css end==========*/


/*=========prescription upload page css start==========*/
.prescription-title p {
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 18px;
}
.prescription-option a {
    display: block;
    height: 120px;
    width: 250px;
    margin: 0 auto;
    background: #f9f9f9;
    line-height: 120px;
    text-transform: capitalize;
    font-weight: 600;
    box-shadow: 0px 2px 10px 3px #ddd;
}
.hcustomerpanel {
    top: 75px;
    transition: 0.5s all;
    opacity: 0;
    visibility: hidden;
}
.haccount a {
    padding-bottom: 5px;
}
.haccount.logpad {
    padding-bottom: 10px;
}
.newupload.smbottom {
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
}

.newupload.smbottom::after {
    position: absolute;
    left: 30%;
    top: 100%;
    width: 5px;
    height: 58%;
    content: "";
    background: #EF2C4A;
    z-index: -1;
}
.newupload.smbottom::before {
    position: absolute;
    right: 30%;
    top: 100%;
    width: 5px;
    height: 58%;
    content: "";
    background: #295498;
    z-index: -1;
}
.newupload.smbottom i {
    margin-right: 6px;
    color: #EF2C4A;
}
.myupload i {
    margin-right: 6px;
    color: #295498;
}

.haccount:hover .hcustomerpanel {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
.newupload.smbottom {
    margin-bottom: 70px;
}
.newupload i{
    animation: lafabe 1s infinite linear;
}

@-webkit-keyframes lafabe {
         from {
                -webkit-transform: translateY(0px);
        }
        to {
                -webkit-transform: translateY(-5px);
        }
}
.prescription-info {
    text-align: left;
    border: 2px solid #ddd;
    margin-right: 80px;
    padding: 30px;
}
.presguidelist li {
    display: block;
    margin: 10px 0;
}
.presguidelist li i {
    color: #EF2C4A;
    margin-right: 8px;
}
.prescription-info p {
    font-weight: 600;
}
.myupload i {
        -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
        from {
                -webkit-transform: rotate(0deg);
        }
        to {
                -webkit-transform: rotate(359deg);
        }
}
.upload-prescription {
    text-align: left;
    background: #f5f5f5;
    padding: 30px;
    margin-left: 20px;
}
.upload-prescription textarea,.upload-prescription textarea:focus {
    border: 1px solid #999;
    border-radius: 5px;
    margin-bottom: 1px solid #ddd !important;
}
.upload-prescription input {
    margin-left: -15px;
}
.upload-prescription label {
    color: #222;
    font-weight: 600;
}
.upload-prescription button {
    background: #EF2C4A;
    color: #fff;
    padding: 6px 20px;
    text-transform: capitalize;
    cursor: pointer;
}
.upload-prescription input,.upload-prescription input:focus {
    margin-left: -15px;
    background: #F5F5F5;
}
.upload.prescription-info {
    margin-top: 20%;
}

.cprofile-sidebar {
    text-align: left;
    padding: 30px;
    background: #F1F1F1;
    height:100%;
}
.cprofile-sidebar ul li {
    display: block;
    padding: 6px 0;
}
.cprofile-sidebar ul li.active{
    color: #295498;
}
.cprofile-sidebar ul li i {
    color: #295498;
    margin-right: 8px;
}
.cprofile-sidebar ul li {
    display: block;
    padding: 6px 0;
}
.cprofile-details {
    margin-top: 40px;
}
.account-title {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    padding-bottom: 20px;
}
.cprofile-details table thead {
    background: #295498;
    text-align: left;
}
.cprofile-details table thead th,.cprofile-details table thead th a{
    color:#fff;
}
.cprofile-details table tbody {
    text-align: left;
}
.view-details,.view-details:hover,.view-details:focus{
    background: #EF2C4A;
    color: #fff;
    border-radius: 5px;
    padding: 8px 12px;
    text-transform: capitalize;
}
.fb-share-button a {
    background: #4267B2;
    color: #fff;
    font-size: 14px;
    padding: 4px 16px;
    margin-top: 0;
}
.fb-share-button a i {
    background: #4267B2;
    border-radius: 0;
    color: #fff;
    border: transparent;
    font-size: 16px;
    height: 0;
    width: 0;
    line-height: 0;
    margin-left: 5px;
}
.fb-share-button {
    display: inline-block;
    margin-left: 10px;
}
.prescription-details .image {
    width: 38%;
    float: left;
}
.prescription-details .image img {
    width: 100% !important;
    margin-left: -11px;
}
.prescription-details .message {
    width: 60%;
    float: right;
    border:1px solid #ddd;
    padding: 20px;
}
.prescription-details .customer img {
    width: 50px;
}
.customer-conversion {
    background: #fff;
    padding: 14px 9px;
    margin-top: 20px;
    border: 2px solid #ddd;
    border-radius: 5px;
}
.customer-care {
    text-align: right;
    margin: 30px 0;
}
.customer-care img {
    float: right;
    width: 50px;
}

.customer-care strong {
    margin-top: 15px;
    float: right;
    margin-right: 6px;
}
.customer-care-conversion {
    float: left;
    width: 100%;
    border: 2px solid #ddd;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
}
.customer-conversion p{
    margin:0;
}

.conver-time {
    color: #888;
    font-size: 12px;
    margin-left: 23px;
    display: inline-block;
    margin-bottom: 10px;
}
.sendbutton {
    background: #EF2C4A;
    border: 0;
    color: #fff;
    padding: 6px 20px;
    text-transform: capitalize;
    border-radius: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.adminmessage p {
    margin: 0;
}
.adminmessage span {
    font-size: 12px;
    color: #888;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.prescription-details .customer {
    text-align: left;
}
.customer-care-conversion textarea {
    border: 1px solid #ddd;
    border-radius: 5px;
}


/*=========prescription upload page css end==========*/

/*=========blog page css start==========*/

/*===============event start====================*/
#event {
    background: #f8f9fa;
}

.single-event-inner {
    background: #fff;
    padding: 30px;
    margin: 30px 0;
}

.event-image img {
    width: 100%;
}

.event-title {
    margin-top: 0;
    color: #5ebf55;
    text-transform: capitalize;
    transition: 0.35s all;
}

.event-title:hover {
    color: #555;
}

.event-date li {
    display: inline-block;
    margin-right: 22px;
    color: #555;
}

.event-date li i {
    color: #5ebf55;
    margin-right: 5px;
    font-size: 16px;
}

.event-description {
    padding-top: 10px;
    color: #555;
    line-height: 1.8;
}

.countdown .item {
    height: 88px;
    display: inline-block;
    line-height: 65px;
    text-align: center;
    width: 90px;
    border: 2px solid #5ebf55;
    margin-right: 5px;
    border-radius: 50%;
}

.countdown span {
    color: #5ebf55;
    font-size: 14px;
}
.event-info {
    text-align: left;
}
.countdown .label {
    display: block;
    color: #5ebf55;
    text-transform: capitalize;
    margin-top: -22px;
}
.event-info .button a {
    background: #319848;
    color: #fff;
    padding: 5px 13px;
    text-transform: capitalize;
    margin-top: 15px;
    display: inline-block;
}

/*========event  end===========*/

/*=========contact page==========*/
#contact-area {
    padding: 40px 0;
}
.sub-title {
    text-align: left;
    padding-bottom: 20px;
}

.contact-link li {
    display: block;
    text-align: left;
    box-shadow: 0 0 4px #ddd;
    padding: 20px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.cmn_form input, .cmn_form textarea {
    border: 1px solid #ddd;
}
.icon-box {
    font-weight: 600;
    margin: 10px 0;
 }
 .cmn_form button {
    background: #319848;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 12px;
    float: left;
    cursor: pointer;
}
.single-page {
    text-align: left;
    padding-left: 10px;
}
.complain-box {
    background: #fff;
    text-align: left;
    padding: 30px;
}
.complain-box input{
    background: #eee !important;
}
.form-control.textbg {
    background: #eee !important;
}
.complain-box {
    background: #fff;
    text-align: left;
    padding: 30px;
}
.complain-box input{
    background: #eee !important;
}
.form-control.textbg {
    background: #eee !important;
}

.show-cart-body img {
    height: 70px;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
    margin-left: -80px !important;
}

/*===========Subscibe Css =============*/
.subscriber {
    text-align: center;
}
.subscriber form {
    border: 3px solid #60aa46;
    overflow: hidden;
    border-radius: 0 50px 50px 0;
    margin-bottom: 15px;
}
.subscriber input {
    width: 70%;
    float: left;
    background: transparent;
    padding: 10px;
}
.subscriber button {
    width: 30%;
    float: left;
    background: #ff0000;
    padding: 10px 0;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}


/*===========Product Tab Css===========*/

.custom-tab {
    float: right;
}
.home-ads {
    display: block !important;
}
.ads {
    padding-right: 20px;
}
.ads img {
    width: 100%;
}
.product-tab-nav {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    margin-top: 12px;
}
.tab-category {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 20px;
    font-weight: 800;
    color: #000;
    /* margin-bottom: 6px; */
}
.tab-category a {
   margin-left: 10px;
    background: #008000;
    padding: 12px 40px;
}

.nav-item a {
    font-size: 17px;
    font-weight: 600;
    padding: 0 9px;
}

ul.menunav > li > a {
    color: #000;
    font-size: 16px;
    line-height: 19px;
    padding: 16px 10px;
    text-decoration: none;
    border-right: 1px solid #ddd;
    position: relative;
    transition: all .5s ease;
}
ul.menunav > li > a:hover {
    background: #008000;
    color:#fff;
}

ul.menunav > li.sa-stacker > a {
  color: #000;
  padding: 16px 16px;
  border: transparent;
}
ul.menunav>li.sa-stacker>a:hover{ 
  background-color: transparent; 
}
ul.menunav>li.sa-stacker.sa-open>a{ -webkit-border-bottom-right-radius: 0;
 -webkit-border-bottom-left-radius: 0; 
 -moz-border-radius-bottomright: 0; 
 -moz-border-radius-bottomleft: 0;
 border-bottom-right-radius: 0; 
 border-bottom-left-radius: 0; }
ul.menunav>li.sa-stacker>ul>li.submenu>span.sa-anchor-replacement{ color: #FFF;
 padding: 10px 20px; }

ul.menunav>li>ul{ 
  background-color:#50a447; 
 list-style: none;
  margin: 0; 
  min-width: 160px; 
  padding: 0; }
ul.menunav>li>ul>li>a{ color: #FFF; 
  display: block; 
  padding: 10px 20px;
   text-decoration: none;
    }
ul.menunav>li>ul>li>a:hover{
 background-color: transparent; 
}

ul.menunav>li.sa-open>ul>li>ul{ background-color: #F9F9F9;
 list-style: none;
  margin: 0; 
  padding: 0 0 5px 0; 
}
ul.menunav>li.sa-open>ul>li>ul>li>a{ color: #555;
 display: block;
  font-size: 14px;
   padding: 8px 20px 8px 25px; 
   text-decoration: none; white-space: nowrap; 
 }
ul.menunav>li.sa-open>ul>li>ul>li>a:hover{ background-color: #EEE; }

.sa-stacker a::after {
  /*content: "\f0c9";*/
  content: "SEE MORE \f0c9";
  font-family: FontAwesome;
}
.sa-stacker.sa-open ul li a::after {
  content: "";
}
.pro-name {
        padding: 15px;
    background: #008000;
    border: 1px solid #008000;
}
.pro-name p {
    text-align: left;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 2px;
}
.relatedproduct .product-description-title {
    /* margin-bottom: 20px; */
    margin-top: 0;
    margin-bottom: 15px;
}
.details-widget {
    padding: 15px;
}
.relatedproduct {
    border: 1px solid #3b9d47;
    width: 100%;
    padding: 0 18px;
}
.details-product {
    border: 1px solid #12743e;
}
.delevery-description {
    border: 1px solid #50a447;
    margin-top: 15px;
}
.delevery-description .product-description-title {
    margin: 0;
}
.details-widget ul li i {
    font-size: 18px;
    margin-right: 8px;
    color: #3d9d48;
}
.details-widget ul li {
    text-align: left;
    display: block;
    font-size: 16px;
}
.details-widget ul {
    margin-left: 30px;
}
.details-widget h2 i {
    color: #3d9d48;
    margin-right: 10px;
    font-size: 22px;
}

.details-widget h2 {
    text-align: left;
    font-size: 20px;
    margin: 10px 0;
    font-weight: 800;
}
.productdetails-info p {
    text-align: left;
    font-size: 25px;
}
.pro-code p {
    font-size: 16px;
}
.pro-code strong {
    margin-right: 10px;
}
.faandmessagenger img {
    width: 100px;
}
.quickorder {
    margin-bottom: 15px;
}
.show-cart-body thead {
    background: #b9cd3f;
}

.app-area {
    height: 85px;
}
.app-area img {
    width: 150px;
}
.payment-logo img {
    width: 155px;
}
.adbanner-top img {
	width: 100%;
}
