body{
    background-color: #f7f7f7;
}
pre {
    font-family: 'Roboto';
}
#qrImage img {
	width: 100%;
	padding: 20px 0;
	min-height: 300px;
	max-height: 350px;
}
.copyRightSctn p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color:  #999999;
}
.copyRightSctn {
    padding: 10px 0;
}

.hidden {
    display: none;
}
.navbar-toggler:focus, .navbar-toggler:hover{
    outline: none;
}
.navbar-dark .navbar-toggler{
border: none;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    text-align: center;
}
.tabCarousels .nav-tabs .nav-link:focus{
    outline: none;
}
ul{
    list-style: none;
    padding: 0;
}
a:focus{
    outline: none;
    border: none;
}
a{
    text-decoration: none;
    color: #000;
}
p{
    margin: 0;
}
.cartTable td img {
	width: 100px;
	height: 125px;
}
.new {
	background-color: #3badb0;
	padding: 2px 5px;
	color: #fff;
	position: absolute;
	top: 30px;
    font-size: 14px;
    font-weight: 400;
}
a:hover{
    text-decoration: none;
}
.socialMediaSctn .container {
    max-width: 1495px;
}
.logoSection .container{
    max-width: 1495px;
}
.LogInSctn .d-inline.logIn a{
    color :#BE393E;
}
.LogInSctn .d-inline.logIn a:hover{
    color: #BE393E;
}
.LogInSctn {
    float: right;
    font-size: 14px;
    display: flex;
}
.loginForm a.Orange {
    text-decoration: underline;
}
.loginForm a.Orange:hover {
    color: #be393e;
    text-decoration: underline;
}
.LogInSctn a{
    color: #BE393E;
}
.logoSection .form-control{
    font-size: 12px;
    padding: 1.3rem .75rem;
}
.btn.border-left-0.border{
    padding: 0 .75rem;
}
.user_login:hover .dropdown-menu.AccountDropdown {
    display: block;
}
.dropdown-menu.AccountDropdown {
    display: none;
    left: -120px;
    top: 40px;
}
a.dropdown-item:hover {
    color: #BE393E;
    background-color: transparent;
}

.nav-link.dropdown-toggle i{
    color: #555;
}
.menuList .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 62px;
    border: 1px solid #dddddd;
}
.sort .dropdown-menu {
    z-index: 1;
}
.menuList .dropdown-item{
    border-bottom: 1px solid #dddddd;
    padding: 5px 0;
}
.menuList .dropdown-item:hover{
    background-color: transparent;
    color: #BE393E;
}
.menuList .dropdown-item:last-child{
    border-bottom: 0px solid #dddddd;
}
.pre {
    margin-left: 10px;
    font-size: 18px;
    color: #fff;
}
.nxt{
    font-size: 18px;
    color: #fff; 
    margin-right: 10px;
}
.menuList .nav-item.dropdown .dropdown-menu {
    top: 44px;
    left: -45px;
}
.btn.border-left-0.border:hover{
    background-color: none;
}
.btn.border-left-0.border:focus{
    box-shadow: none;
}
.nav-tabs{
    border-bottom: 1px solid #dddddd;
}
.tabCarousels #nav-tab {
    display: flex;
    justify-content: center;
}
.tabCarousels .nav-tabs .nav-link{
   color: #BE393E;
   font-weight: 500;
   font-size: 15px;
}
.tabCarousels .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 1px solid #BE393E;
}
.tabCarousels .nav-tabs .nav-link.active{
    border: none;
    background-color: transparent;
    border-bottom: 1px solid rgb(255, 106, 40);
}
.tabCarousels .owl-nav {
    position: absolute;
    right: 32px;
    top: -63px;
}
.onsaleProducts .owl-carousel .owl-nav.disabled{
    display: block;
}
.tabCarousels .owl-prev i, .tabCarousels .owl-next i{
    background-color: #BE393E;
    padding: 5px 10px;
    font-size: 20px;
    margin: 1px;
    color: #fff; 
} 
.tabCarousels .owl-prev i:hover, .tabCarousels .owl-next i:hover{
    background-color: #BE393E;
}
.tabCarousels .owl-prev i{
    position: relative;
    right: 35px;
}
.owl-prev i, .owl-next i{
    position: relative;
}
.tabCarousels .owl-next i{
    position: relative;
    right: 0;
}

/* .d-inline.cart i{
    color: #BE393E;
} */
/* .d-inline.cart i:hover{
    cursor: pointer;
    color: #BE393E;
} */
.d-inline.cart .dropdown:hover {
	color:#BE393E;
}
.details {
    display: flex;
    align-items: center;
    justify-content: center;
}
.details h6 {
    font-weight: 500;
}
/* .d-inline.cart i, .d-inline.cart a{
    border: 1px solid #dee2e6;
    padding: 9px 7px;
} */
.d-inline.logIn {
    margin-right: 15px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.LogInSctn.header{
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.max-length {
	opacity: 0;
	position: absolute;
	right: 6px;
    top: 5px;
	font-size: 14px;
}
span.toggle-password {
    position: absolute;
    bottom: 8px;
    right: 8px;
}
.toggle-password, .toggle-webpassword, .toggle-confirmpassword {
    top: 40px;
    position: absolute;
    z-index: 2;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    color: #363636;
    cursor: pointer;
    right: 25px;
}
.progress-bar {
    max-width: 300px;
    margin-top: 9px;
    border-radius: 10px;
}
.loginForm .form-group ,.billingDetails .form-group, .contactForm .form-group,.differenrAddress .form-group,.accountDetails .form-group {
    position: relative;
}
.border{
    border-radius: 50px;
}
.logoSection {
    padding: 25px 0; 
}
#navbarDropdown i{
    color: #555;
}
.borderLine {
    border-top: 1px solid #dddddd;
    max-width: 1300px;
    display: flex;
    margin: 0 auto;
}
.socialContact i{
    font-size: 14px;
    margin-right: 10px;
}
.socialContact i.fas.fa-phone-alt{
    font-size: 12px;
}
.d-inline.checkout {
    margin-right: 30px;
    background: transparent;
}
.dropdown-toggle i{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #fefefe61;
}
.d-inline.facebook, .d-inline.instagram {
    margin-right: 8px;
}
.d-inline.facebook i, .d-inline.instagram i, .d-inline.youtube i{
    color: #aaaaaa;
}
.socialIcons .dropdown.d-inline {
    margin-right: 30px;
}
.socialContact .d-inline{
    font-size: 12px;
    margin-right: 20px;
}
.slash {
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.productList {
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.01);
    border-radius: 8px;
}
.socialIcons {
    float: right;
    font-size: 14px;
    display: flex;
}
.tabCarousels {
    padding: 50px 0;
    background-color: #F7F7F7;
}
.tabCarousels #nav-tabContent{
    padding-top: 30px;
} 
.dropdown-toggle::after{
    display: none;
}
.dropdown.d-inline.cart:hover .dropdown-menu{
    display: block;
}
.dropdown.d-inline.acc:hover .dropdown-menu{
    display: block;
    position: absolute;
    top: 27px;
    left: -35px;
}    
.nav-item.dropdown .dropdown-menu{
    padding: 5px 12px;
}
.sort .dropdown-menu {
    z-index: 1;
}
.footerSec {
    background-color: #BE393E;
    color: #fff;
    padding: 40px 0;
    font-size: 12px;
}
.footerSec .support {
	margin-left: 30px;
}
.footerListOne li a:hover, .footerListTwo li a:hover, .footerListThree li a:hover, .footerListFour li a:hover, .footerListFive li a:hover{
    color: #BE393E;
}
.footerSec a{
    color: #999999;; 
}
.footerSec .list-item{
    color:#999999
}
.footerSec p{
    color: #999999;
}
.footerSec h6{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.footerSec .btn.btn-secondary{
    background-color: #BE393E;
    border: none;
    padding: 2px 8px;
}
.footerSec .btn.btn-secondary:focus{
    box-shadow: none;
}
.footerSec .form-control:focus{
    box-shadow: none;
}
.footerSec .form-control{
    background-color: #294744;
    border: none;
    font-size: 12px; 
}
.footerSec .input-group {
    margin: 10px 0;
}
.footerSec .form-control::placeholder{
    color: #fff;
}
.footerListOne {
    padding: 0;
    list-style: none;
    color: #999999;
}
.iconTxtAlign .d-inline{
    float: left;
}
i.iconsAlign {
    margin-right: 15px;
    font-size: 22px;
}
.iconTxtAlign address{
    margin-left: 15px;
    font-size: 14px;
    color: #999;
}
.recomndations h3 {
    text-align: center;
    padding: 10px 0 30px;
    font-weight: 600;
    color: #BE393E;
    font-size: 25px;
}
.recomndations {
    padding: 10px 30px 45px;
}
.recomndations .owl-prev{
    top: 50px;
    position: absolute;
    bottom: 0;
    left: -35px;
}
.owl-prev, .owl-next{
    width: 0;
    height: 0;
}
.owl-prev:focus, .owl-next:focus{
    outline: none;
}
.recomndations .imageContent{
    padding: 0;
}
.recomndations .owl-prev span{
    font-size: 3rem;
    color: #BE393E;
    position: relative;
}
.recomndations .owl-next{
    color: #BE393E;
    top: 50px;
    position: absolute;
    right: -35px;
    bottom: 0;
    width: 0;
    height: 0;
}
.onsaleProducts .owl-prev{
    top: 125px;
    position: absolute;
    bottom: 0;
    left: -55px;
}
.discount {
    font-size: 64px;
    font-weight: 500;
    color: #BE393E;
    animation: fadeInLeft; 
    animation-duration: 1.5s; 
}
.btn.getCollection {
    background-color: #fff;
    border: none;
    color: #BE393E;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    animation: fadeInUp; 
    animation-duration: 3s; 
  }
  .btn.getCollection:hover, .btn.getCollection:focus{
      background-color: #BE393E !important;
      color: #fff !important;
  }
  .btn.getCollection i{
      margin-left: 20px;
      color: #BE393E;
  }
  .btn.getCollection:hover i, .btn.getCollection:focus i{
      color: #fff;
  }
  .btn.getCollection:focus{
      box-shadow: none;
      border: none;
      background-color: #fff;
  }
.clothing {
    font-size: 66px;
    color: #BE393E;
    font-weight: 500;
    animation: fadeInLeft; 
    animation-duration: 2.2s; 
}
.carousel-caption.captionText {

    position: absolute;
    left: 150px;
    right: 0;
    bottom: 0;
    top:0;
    padding-top: 150px;
    text-align: left;
    max-width: 1000px;
    opacity: 1;
  }
.carousel-control-prev i, .carousel-control-next i{
    font-size: 25px;
}
.onsaleProducts .owl-prev i, .onsaleProducts .owl-next i{
    background-color: #fff;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 #FDD1BE, 0 6px 20px 0 #FDD1BE;
    font-size: 25px;
    color: #BE393E; 
}
.onsaleProducts .owl-prev i:hover, .onsaleProducts .owl-next i:hover{
    color: #fff;
    background-color: #BE393E;
    transition: all 0.5s ease-in-out 0s;
}
.fas.fa-star:hover{
    color:  #BE393E;
    cursor: pointer;
}

.onsaleProducts .owl-next{
    top: 125px;
    position: absolute;
    right: -10px;
    bottom: 0;
}
.recomndations .owl-next span{
    font-size: 3rem;
    position: relative;
}
.recomndations .owl-next span, .recomndations .owl-prev span{
    position: relative;
} 
.recomndations .owl-next span:hover, .recomndations .owl-prev span:hover{
    color: #BE393E;
}
.imageContent {
    padding: 10px 10px 0 10px;
    background-color: #fff;
    cursor: pointer;
}
.prod_imgbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 100%;
}
.itemText {
    text-align: center;
    padding: 10px 0 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.productList .item:hover .itemText{
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
    transform: translateY(-50px);
    background-color: #fff;
}
.product .col-lg-3.col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}
.itemText h6{
   margin: 0;
   color: #042528;
   font-weight:500;
   font-size: 16px;
   min-height: 35px;
}
.itemText h6::first-letter{
    text-transform: capitalize;
}
.d-inline.starIcons i {
	font-size: 15px;
    padding: 0;
    color: #aaaaaa;
}
.itemText p a{
    color: #707070;
    font-weight: 400;
}
.itemText p a s,.mgTop s,.viewContent p s{font-weight: bold;}
.iconPlaceHeart, .iconPlaceEye {
	position: absolute;
	top: 36px;
    right: 5px;
	background-color: #49353b;
    cursor: pointer;
    color: #fff;
    display: none;
    animation-name: fadeInRight;
    animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    border-radius: 50%;
}
.imageContent:hover .iconPlaceHeart, .imageContent:hover .iconPlaceEye {
    display: flex
}
.item:hover .iconPlaceEye, .item:hover .iconPlaceHeart {
    display: flex;

}
.viewContent h3 a {
    color: #333
}
.iconPlaceEye{
    top: 4px;
    padding: 2px 4px;
}
.iconPlaceHeart{
	padding:2px 6px; 
}
.iconPlaceHeart img{
    padding: 3px;
    width: 100%;
    height: auto;
}
.addtoCart {
    display: flex;
    justify-content: center;
    background-color: #49353b;
    padding: 8px 0;
    color: #fff;
    font-size: 12px;
    align-items: center;
    visibility: hidden;
    font-weight: 600;
}
.productsctn .proctShow .add_cart {
    border: none;
    background-color: transparent;
    width: 100%;
    padding: 0px;
}
.addtoCart a{
    color: #fff;
}
.addtoCart a:hover{
    color: #fff;
}
.addtoCart i{
    margin-right: 8px;
    font-size: 13px;     
}
/* .socialMediaSctn a{
    color: #fff;
} */
.socialContact a{
    color: #aaa;
}
.socialIcons .dropdown-menu{
    padding: 5px 15px;
    font-size: 14px;
}
/* .logoSection .col-md-4{
    display: flex;
    justify-content: center;
    align-items: center;
}  */
.socialIcons a{
    color: #fff;
}
.border{
    border: 1px solid #dddddd;
}
.btn.border-left-0.border i {
    color: #819391;
}
.socialIcons a.dropdown-item{
    color:#747474;
    padding: 5px 0;
    border-bottom: 1px solid #dddddd;
}
.socialIcons a.dropdown-item:last-child{
    border-bottom: 0px solid #dddddd;
} 
.socialIcons a.dropdown-item:hover{
    color: #BE393E;
    background-color: transparent;
}
.addtoCart img{
    width: auto !important;
}
.proctShow:hover .iconPlaceEye,.proctShow:hover .iconPlaceHeart{
    display: block;
    cursor: pointer;
}
.iconPlaceHeart:hover, .iconPlaceEye:hover, .addtoCart:hover{
    background-color: #BE393E;
}
.item:hover .addtoCart {
    visibility: visible;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
}
.d-inline.mgTop i.addWishList {
    padding: 5px;
}
.itemText h6 a, .itemText h6 {
	color:#333;
}
.itemText h6 a:hover{
    color: #BE393E;
}
.SupportSctn {
    background-color: #BE393E;
    color: #fff;
    padding: 50px 0 130px;
}
.relatedImg {
    float: left;
    padding-right: 20px;
}
.relatedImg img{
    width: 35px;
}
.relatedImg img.headSet {
    width: 30px;
}
.relatedTxt {
    float: left;
}


.relatedTxt h6{
    font-weight: 500;
    font-size: 16px;
}
.relatedTxt span {
    color: #aaa;
    font-weight: 300;
    font-size: 14px;
}
.iconPlaceHeart.wishList{
    background-color: #BE393E;
}
.productList h3 {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
    font-weight: 600;
    font-size: 25px;
}
.productList {
    padding: 40px 30px;
    position: relative;
    bottom: 85px;
}
.productDetailsText {
    margin:10px;
    text-align:center;
    color:#ff0000;
}
.threeIcons .eye{
    padding: 8px 6px;
}
.threeIcons .cart{
    /* padding: 2px 5px; */
    color: #fff;
}
.threeIcons{
    display: flex;
    justify-content: center;
    align-items: center;
}
.threeIcons span:hover{
    background-color: #BE393E;
    cursor: pointer;
}
.threeIcons span {
    background-color: #999999;
    margin: 7px;
    padding: 6px;
}
.threeIcons{
    visibility: hidden;
}
.productList .item:hover .threeIcons{
    visibility: visible;
    animation-name: fadeInUp;
    animation-duration: 1s;
    -moz-animation-duration: 1s;
}
/*Model view Image*/
.viewImage img {
    width: 100%;
    height: 370px;
}
.modal-body .bigImage img{
    width: 230px;
	height: 306px;
}
#productPopupCarousel .item {
    width: 50px;
}
.modal-body .smallImages img {
	object-fit: contain;
  height: fit-content;
  width: 100%;
}
.arrowIconOne{
    position: absolute;
    right: 28px;
    top: 47%;
}
.arrowIconTwo{
    position: absolute;
    right: 28px;
    top: 65%;
}
button.close:focus{
    outline: none;
}
.arrowIconTwo:hover, .arrowIconOne:hover{
    cursor: pointer;
}
#productDetailSize{
	width:100%;
    max-width: 100px;
}
select#productDetailSize{
	appearance: auto;
}
select{
    appearance: none;
}
#FormControlSelect1 {
    appearance: none;
}
.btn.viewCart{
    background-color: #BE393E;  
    padding: 7px 50px;
    color: #fff;
}
.viewImageModel div.form-group:nth-child(3) {
    padding: 0 16px;
}
.viewImageModel .form-control:focus{
outline: none;
box-shadow: none;
}
select::expand {
    display: none;
  }
.modal-header.headerPd {
    padding: 0;
    border: none;
}
.viewContent .content{
    font-size: 14px;
    overflow: auto;
}
.viewContent h6 {
    font-size: 30px;
}
.viewContent h6::first-letter{
    text-transform: capitalize;
}
.smallImages:hover{
    cursor: pointer;
}
.smallImages img {
    width: 100%;
}
.roundedIcons {
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: flex;
	/* line-height: 51px; */
	text-align: center;
	color: #fff;
	margin-right: 5px;
	/* vertical-align: middle; */
	justify-content: center;
	align-items: center;
}
.roundedIcons.blue{
    background-color: #3C5B9B;
}
.roundedIcons.black{
    background-color: #000000;
}
.roundedIcons.red{
    background-color: #BD081C;
}
.roundedIcons.pink{
    background-color: #DC5043;
}
.roundedIcons.darkGreen{
    background-color: #010103;
}
.popUpIcons{
    display: flex;
}
.form-group.flexStyle {
	display: flex;
	flex-direction: row;
}
/*productspage*/
.allProducts .col-md-3 {
    padding:0 5px;
}
.allProducts h2 {
	color: #333;
	font-size: 27px;
	font-weight: 600;
}
.leftCategories h5 {
	color: #333;
	font-size: 20px;
	font-weight: 600;
}
.allProducts .proctShow:hover .addtoCart {
    visibility: visible;
    animation-name: fadeInUp;
    animation-duration: 1s;
}
.productsctn {
    background-color: #F7F7F7;
    min-height: 57vh;
}
.productsctn .row {
    justify-content: left !important;
}
.product .row {
    justify-content: center;
}
.proctShow {
    margin-bottom: 15px;
    background-color: #fff;
}
.quantity {
    float: right;
    margin-right: 34px;
}
.quantity span{
    background-color: #EBEBEB;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #C6C3C3;
    padding: 5px 20px;
}
.quantity span:hover{
    cursor: pointer;
    background-color: #BE393E;
    color: #fff;
}
.productCategories{
    margin-bottom: 10px;
    position: relative;
    margin-right: 5px;
}
.filterListWrapper {
    margin-top: 10px;
    display: none;
}
.categoryTwo p {
    font-weight: 500;
}
.categoryTwo p::first-letter{
    text-transform: capitalize;
}
.categoryTwo .d-flex.justify-content-between {
    padding-top: 10px;
}
.productCategories.active span,.manufactureCategories.active span{
    background-color: #BE393E;
    color: #fff;
}
.childcategories.active span.count-check {
    background-color: #be393e !important;
}
.productCategories.active .filterListWrapper{
    display: block;
} 
.productCategories.active .childcategories span{
    background-color: #EBEBEB;
}
.filterList .productCategories:hover{
    cursor: pointer;
}
.filterList .productCategories.active::before {
	transform: rotate(135deg);
	color: #BE393E;
	border-right: 2px solid #BE393E;
	border-top: 2px solid #BE393E;
}
.filterList .productCategories::before {
	border-right: 2px solid #919191;
	border-top: 2px solid #919191;
	content: "";
	height: 10px;
	position: absolute;
	right: 9px;
	top: 10px;
	transform: rotate(45deg);
	transition: all 0.2s ease 0s;
	width: 10px;
}
.filterList .productCategories.noSubCategory::before {
	border-right: 2px solid #919191;
	border-top: 2px solid #919191;
	content: "";
	height: 10px;
	position: absolute;
	right: 3px;
	top: 10px;
	transform: rotate(45deg);
	transition: all 0.2s ease 0s;
	width: 10px;
	display:none;
}
.resizeImg {
	width: 100%;
	height: 183px;
    object-fit: contain;
}
#FormControlSelect1, #exampleFormControlSelect1{
    /* appearance: none; */
     padding: 8px 15px;
     font-size: 13px;
     font-weight: 400;
     min-width: 200px;
     border: 1px solid #e5e5e5;
     max-width: 100%;
     appearance: none;
     border-radius: 3px;
     background-image: url("../images/polygon.png");
     background-repeat: no-repeat;
     background-position: right 10px center;
     background-color: transparent;
     text-indent: 0.01px;
     text-overflow: '';
     cursor: pointer;
     background-size: 10px auto;
 }
.filterSec li {
	margin-left: 20px !important;
}
.checkboxLabel {
	color:#333;
	position: relative;
	font-size: 13px;
	margin-bottom: 0;
	padding-left: 25px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: capitalize;
	margin-right: 15px;
    padding-bottom: 7px;
}
.checkboxLabel input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkboxLabel input:checked ~ .cust-check::after {
	display: block;
}
.checkboxLabel span.count-check {
    color: #C6C3C3;
    padding: 5px 20px;
}
.cust-check::after {
	content: "";
	position: absolute;
	display: none;
}
.checkboxLabel input:checked ~ .cust-check {
	background-color:#BE393E;
}
.cust-check {
	position: absolute;
	top: 10px;
	left: 0;
	width: 14px;
	height: 14px;
	text-align: center;
	margin-right: 12px;
	border: 1px solid#000000;
	background-color: #fff;
}
.productCategories p{
    color:#333;
    font-weight: 500;
}
.productCategories p::first-letter {
    text-transform: capitalize;
}
.categoryOne {
    margin-bottom: 70px;
    max-height: 181px;
	/* overflow-y: scroll; */
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
    scrollbar-color: #fefefe;
    z-index: -1;
}
.btnStyle span{
    background-color: #fff;
    color: #333;
    font-weight: 500;
}
.btnStyle span:hover{
    background-color: #BE393E;
    color: #fff;
}
.btnType {
    display: flex;
}
.categoryTwo {
    margin-bottom: 70px;
    max-height: 181px;
	/* overflow-y: scroll; */
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #fefefe;
}
.productCategoriesBottom{
    margin: 25px 0;
}
.leftCategories .btn.border-left-0.border {
    border-radius: 0;
    background-color: #fff;
}
.btnStyle{
    margin-right: 10px;
    margin-bottom: 10px;
}
.form-control.border-right-0.borderRadius:focus {
    outline: none;
    box-shadow: none;
    border-color: #dee2e6;
}
.btn-group.sort{
    float: right;
    margin-bottom: 25px;
}
button.btn.dropdown-toggle::before {
    border-right: 2px solid #919191;
    border-top: 2px solid #919191;
    content: "";
    height: 10px;
    position: absolute;
    right: 10px;
    top: 12px;
    transform: rotate(45deg);
    transition: all 0.2s ease 0s;
    width: 10px;

}

button.btn.dropdown-toggle[aria-expanded=true]::before {
    border-right: 2px solid #919191;
    border-top: 2px solid #919191;
    content: "";
    height: 10px;
    position: absolute;
    right: 10px;
    top: 12px;
    transform: rotate(135deg);
    transition: all 0.2s ease 0s;
    width: 10px;

}
.allProducts .btn.dropdown-toggle {
    background-color: #fff;
    width: 200px;
    text-align: left;
    border: 1px solid #e9ecef;
    box-shadow: none;
    color: #333;
}
.flex_space_between.mgn {
	margin: 20px 0 35px;
}
.form-check.hover:hover {
    color: #BE393E;
    cursor: pointer;
}
.swoingResult {
	display: flex;
	justify-content: center;
	align-items: center;
}
.allProducts .dropdown-menu{
    padding: 0 20px;
}
.allProducts .dropdown-item:hover{
    background-color: transparent;
    color: #BE393E;
}
.allProducts .dropdown-item{
    font-size: 14px;
    padding: 0.25rem 0;
}
.allProducts .dropdown-divider{
    margin: 0;
    width: 80%;
}
.allProducts .btn.dropdown-toggle i{
    float: right;
    color: #555;
}
.leftCategories .input-group{
    margin-bottom: 25px;
}
.flex_space_between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.productsPagination .page-item .page-link{
    margin-right: 5px;
    background-color: #ECECEC;
    color: #333;
}
.productsPagination .page-item.active .page-link, .productsPagination .page-item .page-link:hover, .productsPagination .page-item .page-link:focus{
    background-color: #BE393E;
    border: 1px solid #BE393E;
    color: #fff;
}
.allProducts {
	padding-bottom: 25px;
}
.productShowcase .breadcrumb {
    background-color: transparent;
    padding: 15px 0;
}
.product-active{
    display: block;
}
/*Checkout*/
.my-error-class {
    font-style: inherit;
}
.checkout {
	background-color: #F7F7F7;
}
.checkout.sctn {
    padding: 0 0 40px;
    min-height: 85vh;
}
.outer_check {
    background-image: url(../images/checkoutbg.webp);
    height: 255px;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.inner_check {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
    width: 80%;
    background-color: #fff;
    border-radius: 10px;
    flex-direction: column;
    text-align: center;
}
.orderDetails table thead {
    background-color: #f7f7f7;
}
.orderDetails .table thead th {
    font-size: 24px;
    border: none;
}
.orderDetails .table thead td {
    border: none;
    font-size: 20px;
}
.yourOrder{
    display: block;
}
#payOptions{
    display: none;
    background-color: #F2F2F2;
}
.form-group.address2 {
    margin-top: 28px;
}
.form-group.address2 .max-length {
    top: -22px;
}
/* .paymentOptions .my-error-class {
    position: absolute;
    top: -64px;
    left: -59px;
} */
.confirmed{
    display: flex;
    justify-content: space-between;
    padding: 0 24px 10px;
}
.totalOrder {
    margin-bottom: 20px;
}
.totalOrder p {
    padding-left: 10px;
  }
.giveOptions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    margin: 0 13%;
}
.confirmed i {
    padding-right: 7px;
}
.giveOptions .paymentMethod {
    font-size: 24px;
    padding-left: 10px;
}
.giveOptions .payM {
    height: 28px;
    width: 18px;
}
.checkout.sctn .btn.updateBtn {
    border-radius: 50px;
}
.btn.focus, .btn:focus{
    outline: none !important;
    box-sizing: none !important;
}
#collapseCoupon .form-inline{
    margin: 0;
}
.paypal {
    position: absolute;
    margin-top: -7px;
    background-color: #fff;
    margin-left: 12px;
}
.imagesInline {
    background-color: #fff;
    padding: 3px;
    margin-left: 10px;
}
.borderImage {
    border: 1px solid #dddddd;
    padding: 5px;
}
thead {
    background-color: #f2f2f2;
}
.clicktoLogin {
    background-color: #F2F2F2;
    padding: 20px;
    border-top: 2px solid #BE393E;
    font-size: 14px;
    color: #747474;
    margin-bottom: 15px;
}
.clicktoLogin a{
    color: #BE393E;
}
.greenBg {
    background-color: #49353B;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 7px 20px;
}
.star {
    color: red;
    padding-left: 5px;
}
.checkoutForm{
    font-size: 14px;
}
.btn.checkoutBtn,.shippingdiff {
    background-color: #BE393E;
    color: #fff;
    padding: 3px 5px;
    font-size: 13px;
    text-transform: uppercase;
}
.btn.checkoutBtn:hover, .btn.checkoutBtn:focus{
    color: #fff;
    background-color:#BE393E;
}
.btn.ProceedcheckoutBtn{
    background-color: #BE393E;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
}
.btn.ProceedcheckoutBtn:hover, .btn.ProceedcheckoutBtn:focus{
    color: #fff;
    background-color: #BE393E;
}
.btn.checkoutBtn:focus{
    outline: none;
    box-shadow: none;
}
.yourOrder thead {
    background-color: #F2F2F2;
    border: none;
}
.yourOrder .table thead th{
    border: 0px;
    text-align: left;
}
.yourOrder .table thead th:nth-child(2){
    border: 0px;
    text-align: right;
}
.yourOrder .table td:first-child{
    text-align: left;
    font-size: 14px;
}
.yourOrder .table td:nth-child(2){
    text-align: right;
    font-size: 14px;
}
label{
    font-size: 14px;
}
.paypal.d-inline img {
    width: 100%;
    height: auto;
    display: inline-block;
}
.btn.logInBg.mb-2 {
	background-color: #BE393E;
	color: #fff;
    border-radius: 0px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn.logInBg.mb-2:hover, .btn.logInBg.mb-2:focus{
    color: #fff;
    background: #BE393E;
}
.openLogin {
    background-color: #fff;
    padding: 20px 20px 15px;
    font-size: 14px;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    color: #747474;
}
.openLogin p{
    color: #747474;
}
.lostPassword {
    font-size: 14px;
    color: #BE393E;
}
.lostPassword a{
    color: #BE393E;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #BE393E;
}
/*aboutUs*/
.aboutusSctn{
    background-color: #F7F7F7;
    padding-bottom: 60px;
    min-height: 45vh;
}
.aboutusSctn .row{
    margin-bottom: 10px;
}
.breadcrumb {
    background-color: transparent;
    padding-left: 0px;
}
.aboutusImage{
    background-color: transparent !important;
}
.aboutusImage img{
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}
.aboutusContent p {
    font-size: 14px;
    margin-bottom: 20px;
}
.aboutusContent a {
    text-decoration: underline;
}
.aboutusContent a:hover {
    color: #be455c;
}
.aboutusContent h3{
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 27px;
    color: #333;
}
.breadcrumb-item.active {
    color: #BE393E;
    font-weight: 500;
}
.breadcrumb-item a {
    color:#b3b1b1;
}
/*Cart*/
.cartSctn{
    background-color: #F7F7F7;
    padding-bottom: 60px;
    min-height: 45vh;
}
.cartSctn .table-bordered thead th{
    border: none;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}
.cartSctn tbody {
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
}
.cartSctn .table-bordered td, .cartSctn .table-bordered th{
    text-align: center;
    vertical-align: middle;
}
.cartSctn .table-bordered td form{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.cartSctn .quantity{
    width: 70px;
    padding: 10px;
    float: initial;
    margin: 0;
}
.btn.updateBtn{
    float: right;
    background-color: #BE393E;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.btn.updateBtn:hover{
    background-color: #BE393E;
    color: #fff;
}
.accountP a {
    text-decoration: underline;
}
.accountP a:hover {
    color: #be393e;
    text-decoration: underline;
}
.Orange{
    color: #000;
}
.couponPart {
    background-color: #fff;
    margin-top: 55px;
}
.coupon {
    padding: 20px 0;
}
.coupon p{
    padding-left: 20px;
    padding-bottom: 20px;
}
.OrderBg {
    display: flex;
    padding: 15px 5px 30px;
}
.borderDiv {
    display: flex;
    margin: 15px 20px;
    border-top: 1px solid #555;
    padding-top: 14px;
    gap: 10px;
    justify-content: end !important;
}
.borderDiv .col-md-6{
    padding: 0;
}
.OrderDetails p, .amountDetails p{
    margin-bottom: 20px;
}
.space{
    visibility: hidden;
}
.amountDetails{
    float: right;
    text-align: right;
}
.btn.btnCheckout,.btn.btnquotation {
    background-color:#BE393E;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 15px;
    margin-bottom: 25px;
    margin-left: 10px;
    font-weight: 600;
}
.btn.btnCheckout:hover, .btn.btnCheckout:focus,.btn.btnquotation:hover,.btn.btnquotation:focus{
    background-color: #BE393E;
    color: #ffff;
}
.close-mark {
	border: none;
	box-shadow: none;
	background-color: #fff;
	font-size: 24px;
}
/*Contact Us*/
.contactusSctn{
    background-color: #F7F7F7;
    padding-bottom: 60px;
    min-height: 45vh;
}
.contactusContent h3 {
    font-size: 27px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #333;
}
.getInTouch h3 {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #333;
}
.iconText {
    display: flex;
    border-top: 1px solid #dddddd;
    padding: 10px 0;
}
.iconText i{
    font-size: 19px;
    margin-right: 10px;
    color: #333;
}
.contactIcons {
    margin: 15px 0;
    font-size: 14px;
}
.mgTop {
    margin: 10px 0;
}
.contactForm {
    background-color: #fff;
    padding: 20px 18px;
    border-radius: 5px;
    border: 1px solid 1px solid #55555526;
}
.btn.sendBtn.orangeBg {
    background-color:#BE393E;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 8px 20px;
    font-weight: 600;
}
/*Log In*/
.logInSctn{
    background-color: #F7F7F7;
}
.LogIn h3{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}
.btn.logIn {
    background-color: #BE393E;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    padding:3px 15px;
    text-transform: uppercase;
    font-weight:600 ;
}
.btn.logIn:hover, .btn.logIn:focus{
    color:#fff;
    background-color: #BE393E;
}
.loginForm {
    background-color: #fff;
    padding: 20px;
    border:  1px solid #55555526;
    border-radius: 5px;
}
.mandatory{
    color: red;
}
.logInRegistr {
	background-color: #f7f7f7;
	padding-bottom: 60px;
    min-height: 100vh;
}
.btn.logIn{
    float: right;
}
.form-text.Orange:hover{
    cursor: pointer;
}
/*My Account*/
.myAccountSctn {
    background-color: #f7f7f7;
    padding-bottom: 60px;
    min-height: 45vh;
}
a:hover{
    color: #000;
}
.myAccountSctn .table-bordered td, .table-bordered th{
    font-size: 14px;
}
.addresses{
    display: flex;
    justify-content: space-between;
}
.myAccEdit {
    border: none;
    background-color: transparent;
    font-weight: 500;
    border-radius: 50px;
    padding: 2px 12px;
    border: 1px solid #49353b;
}
.myAccEdit:hover, .myAccEdit:hover .myAccEdit i {
    color: #BE393E;
    border: 1px solid #BE393E;
}
.button_group{
    display: flex;
    justify-content: space-between;
}
.editOne, .editTwo, .editDet{
    display: flex;
    gap: 49px;
    margin-bottom: 12px;
}
.myAccEdit i {
    font-size: 12px;
    padding-left: 4px;
}
.myAccountSctn td:last-child {
    display: flex;
    gap: 10px;
}
.billingAddress address {
    font-size: 14px;
}
.btn.savechanges {
	background-color: #BE393E;
	color: #fff;
	border-radius: 50px;
	font-size: 12px;
}
.billingForm {
    display: none;
}
#edit:active .billAddress, #edit:focus .billAddress{
    display: none;
}
.btn.savechanges:focus{
    outline: none;
    box-shadow: none;
}
.accountDetails{
    display:none;
}
.myAccountSctn .nav-pills .nav-link.active, .myAccountSctn .nav-pills .show > .nav-link{
    background-color: #BE393E;
    cursor: pointer;
}
.myAccountSctn .nav-pills .nav-link{
    background-color: #3c2b25;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
}
.accountHeadng{
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
}
.formBilling,.formShipping{
    padding-top: 12px;
}
.myAccountSctn #accountDetails {
    border-bottom: 0px solid #555;
}
/*my WishList*/
.btn.addtoCartBtn {
    background-color:  #BE393E;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 600;
}
.btn.addtoCartBtn:hover{
    background-color:  #BE393E;
}
.myWishlist .table-bordered thead th {
    border: none;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}
.wishlistcart{
    background-color: #49353b;
    font-weight: 700;
    color: #fff;
    padding: 8px 20px;
    border: none;
}
.wishlistcart:hover{
    background-color: #BE393E;
}
.myWishlist{
    background-color: #F7F7F7;
    padding-bottom: 60px;
    min-height: 45vh;
}
.myWishlist tbody {
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
}
.myWishlist .table-bordered td, .myWishlist .table-bordered th{
    vertical-align: middle;
    font-size: 14px;
}
/*product details*/
.bigImage {
    background-color:#F8F8F8;
    border: 6px solid #f7f7f7;
    padding: 0px;
    height: 306px;
}
.leftsctn .col-md-12{
    padding: 0;
}
.productDetailsSctn {
    /* background-color: #F7F7F7;
    border: 1px solid #f7f7f7; */
}
.productDetailsSctn .iconPlaceEye {
    padding: 5px;
}
.productDetailsSctn .iconPlaceHeart {
    padding: 6px;
}
.productDetailsSctn .item {
    background-color: #fff;
}
#pills-tabContent table{
    display: revert !important;
}
.productDetailsSctn .table thead th {
    border: none;
    text-align: center;
}
.productDetailsSctn .table td {
    border: 1px solid #dee2e6;
    text-align: center;
}
.smallImages {
    display: flex;
    margin: 10px 30px;
}
.smallImages img {
    max-height: 60px;
    object-fit: contain;
    max-width: 60px;
    background-color: #f8f8f8;
}
.smallImages  .col-md-3{
    padding: 0 5px;
}
.leftsctn{
    background-color: #fff;
    padding: 10px;
}
.colorsRow{
    display: flex;
    flex-direction: column;
}
.colorsBox {
	display: flex;
}
.box{
    width: 30px;
    height: 30px;
    background-color: #fff;
    margin: 3px;
}
.yellow{
    background-color: yellow;
}
.red{
    background-color: red;
}
.blue{
    background-color: blue;
}
.violet{
    background-color: violet
}
.tabList {
    background-color: #fff;
    margin: 50px 0;
}
.tabList .nav-pills .nav-link.active, .tabList .nav-pills .show > .nav-link{
    background-color: #BE393E;
    border-radius: 0px;
    text-transform: uppercase;
    color: #fff;
}
.tabList .nav-pills .nav-link{
    background-color:#f2f2f2;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 0px;
    color: #777777;
}
.tabList .tab-content > .tab-pane{
    padding: 20px;
}
.tabList .tab-content > .tab-pane p{
    margin-bottom: 25px;
    font-size: 14px;
}
.bigImage img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.productSize {
	width:100%;
	height: 186px;
    object-fit: contain;
}
.productName {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 22px;
}
.productName::first-letter{
    text-transform: capitalize;
}
.heartIcon {
    height: 30px;
    border-radius: 50%;
  }
/*.mgTop{
    margin-top: 22px;
}*/
.color {
    margin-top: 70px;
    margin-bottom: 10px;
}
.whitePd {
	background-color: #fff;
	margin-right: 8px;
}
.smallForm{
    margin-top: 35px;
}
.smallForm .form-control{
    width: 70px;
}
.btn.cartBtn.mb-2{
	background-color: #BE393E;
	color: #fff;
	text-transform: uppercase;
	padding-right: 35px;
    padding-left: 35px;
    border-radius: 0px;
    font-weight: 600;
}
.btn.cartBtn.mb-2.cancel{
	background-color: #CCCCCC;
	color: #fff;
	text-transform: uppercase;
	padding-right: 35px;
    padding-left: 35px;
    border-radius: 0px;
}
.d-inline.mgTop .heartIcon {
    padding: 0;
    background: transparent;
    }

.d-inline.mgTop i {
    color: #000;
}
.d-inline.mgTop i.addedWishList,.item i.addedWishList {
	background-color: #BE393E;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
}
.proctShow .imageContent span.iconPlaceHeart.addedToWishList {
    background-color: #be393e;
}
.d-inline.mgTop i.addedWishList::before{
    color: #fff;
}
.shareOn{
    display: flex;
}
.greyBlack a{
    color: #555;
}
.relatedProducts .owl-prev i{
    background-color: #BE393E;
    padding: 5px 10px;
    font-size: 24px;
    color: #fff;
    position: absolute;
    right: 35px;
    top: -40px;

}
.relatedProducts .owl-next i {
    background-color:#BE393E;
    padding: 5px 10px;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: -40px;
    right: 0;
}
h3.productheading{
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
    color: #49353B;
}
h3.productheading:after {
    position: absolute;
    top: 53%;
    overflow: hidden;
    width: 79%;
    height: 1px;
    right: 0;
    content: '\a0';
    background-color: #80808069;
}
.relatedProducts {
    padding: 10px 0 30px;
}
/*Terms and Conditions*/
.termsconditionsContent h3 {
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #333;
}
.socialMediaSctn .col-md-6{
    margin: auto;
}
.d-inline.facebook, .d-inline.instagram {
    margin-right: 8px !important;
    margin: auto;
}
.facebookWhite, .instagramWhite, .youtubeWhite{
    margin-right: 12px;
}

#carouselControls .carousel-control-prev {
	left: -40px;
}
#carouselControls .carousel-control-next {
	right: -40px;
}

.product_popup .modal-body {
    padding: 50px;
}
.product_popup.in {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.product_popup .modal-body button.close {
	background: #cdcdcd none repeat scroll 0 0;
	border-radius: 50%;
	color: #000;
	font-size: 35px;
	height: 50px;
	line-height: 30px;
	opacity: 1;
	position: absolute;
	right: -20px;
	text-align: center;
	top: -20px;
	width: 50px;
    padding-bottom: 11px;
}
.cta_fashion {
	background: #BE393E;
	color: #fff;
	display: inline-block;
	padding: 12px 30px;
	text-transform: uppercase;
	transition: .3s;
	border: none;
	height: 43px;
	white-space: nowrap;
    text-align: center;
}
.cta_fashion:hover{
    background-color: #BE393E;
}
.register_form p {
	margin-bottom: 15px;
}
.zoomWrapper {
	overflow: hidden;
}
#thumbsImg img, #largeImage {
	cursor: pointer;
}
#largeImage{
    margin: 0px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.zoomWrapper img {
	width: 373px;
	height: 500px;
}
.normal-zoom {
	transform: scale(1);
	cursor: zoom-in;
	transition: transform 250ms;
}
.smallImages img {
	width: 81px;
    /* height: 81px; */
}
.activeImage {
	border: 1px solid #BE393E;
}
.reviewP {
	font-size: 16px;
	word-spacing: 5px;
	padding: 10px 0;
}
.singleProduct {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: unset;
	margin: 0;
	margin-bottom: 30px;
}
.singleProduct .product-image {
	/* width: 30%; */
	position: relative;
}
.singleProduct .image-style {
	/* max-width: 100%; */
	height: auto;
	width: 120px;
}
.singleProduct .productContent {
	/* width: 70%; */
	padding-left: 15px;
}
.productContent {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-flex: 1;
	flex-grow: 1;
	text-transform: capitalize;
	text-align: left;
	margin-top: 15px;
}
.productRating {
    padding: 5px 0;
    font-size: 10px;
}
.productRating i{
    color: #aaaaaa;
}
.productRating i.selectedRating{
	color:#BE393E;
}
.d-inline.starIcons i.selectedRating {
    color: #BE393E;
  }
.submitReview{
	margin-top:10px;
	background-color: #BE393E;
	border-radius: 0px;
	text-transform: uppercase;
	color: #fff;
    font-weight: 600;
}
.price {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}
.wholeSale span {
	display: block;
	color: #000;
}
.smallForm a {
    text-decoration: underline;
}
.smallForm a:hover {
    color: #be393e;
    text-decoration: underline;
}
.wholeSale {
	padding-bottom: 10px;
}
.tooltip {
    position: relative;
    display: inline-block;
    color: #BE393E;
    opacity: 1;
    padding-top: 10px;
    z-index: 1;
 } 
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: #BE393E;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}
  .tooltip:hover .tooltiptext {
    visibility: visible;
    cursor: pointer;
}
.cartDropdown .dropdown-item{
    white-space: normal;
    padding: 0px;
    padding:0px 10px;
}

/*Product image carousal*/
#thumbImg .owl-next {
    color: #042825;
    top: 30px;
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;
}
#thumbImg .owl-prev {
    color: #042825;
    top: 30px;
    position: absolute;
    left: -10px;
    bottom: 0;
    width: 0;
    height: 0;
}
 #thumbImg .owl-next span, #thumbImg .owl-prev span{
     font-size:24px;
 }
 .businessAddress{
    font-size: 20px;
    font-weight: 500 !important;
 }
 .businessSection{
     margin: 30px 0px;
 }
 .businessSections{
    margin: 50px 0px;
}