html, body{
    min-height:100%;
}
#qrImage img {
    width: 100%;
    padding: 20px 0;
    min-height: 300px;
    max-height: 350px;
}

.form-control {
    border-radius: 0px;
}
pre {
    white-space: preserve-breaks;
    margin: 0;
    padding: 0;
    text-wrap: wrap;
    font-family: 'Nunito';
    font-size: 16px;
}
a:focus {
    outline: none;
    border: none;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
}

button:focus {
    outline: none;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
}

.btn.border-left-0.border {
    padding: 0 .75rem;
}

.btn.border-left-0.border:hover {
    background-color: none;
}

.btn.border-left-0.border:focus {
    box-shadow: none;
}

.cartItems {
    display: flex;
    width: 250px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 25px;
    padding-top: 25px;
}

.subTotal {
    padding: 25px 0 0;
}

.carttextList h6,
.carttextList p {
    font-size: 14px;
    font-weight: 500;
}

.cartClose i {
    font-size: 14px;
    color: #707070 !important;
    position: relative;
    top: 0;
    left: 25px;
}

.cartClose i:hover {
    cursor: pointer;
}

.payMent {
    float: right;
}

.cartItems .col-md-4 {
    padding: 0;
}

.captions h6,
.payMent h6 {
    font-weight: 500;
}

.border {
    border-radius: 50px;
}

.borderLine {
    border-top: 1px solid #dddddd;
    max-width: 1300px;
    display: flex;
    margin: 0 auto;
}

.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;
}
.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;
}

.imageContent {
    padding: 10px 10px 0 10px;
    background-color: #fff;
    cursor: pointer;
}

.imageContent .owlImage {
    height: 180px;
    width: auto;
}

.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;
}
.productsctn h6::first-letter{
    text-transform: capitalize;
}
.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;
}

.itemText h6 {
    margin: 0;
    color: #042528;
    font-weight: 500;
    font-size: 14px;
    min-height: 35px;
}

.d-inline.starIcons i {
    font-size: 16px;
    padding: 0;
    color: #aaaaaa;
}

.itemText p a {
    color: #707070;
    font-weight: 400;
}

.itemText p a s,
.mgTop s,
.viewContent p s {
    font-weight: bold;
}
.viewContent h6 {
    font-size: 32px;
    font-weight: 600;
}
.viewContent h6::first-letter{
    text-transform: capitalize;
}
.iconPlaceHeart,
.iconPlaceEye {
    position: absolute;
    top: 37px;
    right: 7px;
    background-color: #040321;
    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;

}

.iconPlaceEye {
    top: 4px;
    padding: 3px 6px;
}

.iconPlaceHeart img {
    padding: 3px;
    width: 100%;
    height: auto;
}

.iconPlaceHeart img {
    width: 32px !important;
}
.productsctn .proctShow .add_cart{
    border: none;
    background-color: transparent;
    width: 100%;
    padding: 0px;
}
.addtoCart {
    display: flex;
    justify-content: center;
    background-color: #040321;
    padding: 8px 0;
    color: #fff;
    font-size: 12px;
    align-items: center;
    visibility: hidden;
    font-weight: 700;
}

.addtoCart a {
    color: #040321;
    font-weight: 600;
}

.addtoCart a:hover {
    color: #040321;
}

.addtoCart i {
    margin-right: 8px;
    font-size: 13px;
}

.border {
    border: 1px solid #dddddd;
}

.btn.border-left-0.border i {
    color: #819391;
}

.addtoCart img {
    width: auto !important;
}

.proctShow:hover .iconPlaceEye,
.proctShow:hover .iconPlaceHeart {
    display: block;
    cursor: pointer;
}

.iconPlaceHeart:hover,
.iconPlaceEye:hover,
.addtoCart:hover {
    background-color: #FFD311;
    color: #040321;
    /* padding: 4px 7px 2px; */
}

.item:hover .addtoCart {
    visibility: visible;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
}

.itemText h6 a,
.itemText h6 {
    color: #040321;
}

.itemText h6 a:hover {
    color: #040321;
}

.iconPlaceHeart.wishList {
    background-color: #FFD311;
}

.productList h3 {
    text-align: center;
    padding-bottom: 30px;
    color: #040321;
    font-weight: 600;
    font-size: 25px;
}

.productList {
    padding: 40px 30px;
    position: relative;
    bottom: 85px;
}

.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: #FFD311;
    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;
}

.modal-body .smallImages img {
    object-fit: contain;
    height: fit-content;
}

.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;
}

select {
    appearance: none;
}

#FormControlSelect1 {
    appearance: none;
}

.btn.viewCart {
    background-color: #040321;
    padding: 5px 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: 12px;
    overflow: auto !important;
}

.smallImages:hover {
    cursor: pointer;
}

.roundedIcons {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    text-align: center;
    color: #fff;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
}

.roundedIcons.blue {
    background-color: #3C5B9B;
}

.roundedIcons.black {
    background-color: #363636;
}

.roundedIcons.red {
    background-color: #BD081C;
}

.roundedIcons.pink {
    background-color: #DC5043;
}

.roundedIcons.darkGreen {
    background-color: #010103;
}

.popUpIcons {
    display: flex;
}
/*productspage*/
.allProducts .col-md-3 {
    padding: 0 5px;
}

.allProducts h2 {
    color: #040321;
    font-size: 27px;
    font-weight: 600;
}

.leftCategories h5 {
    color: #040321;
    font-size: 20px;
    font-weight: 600;
}

.allProducts .proctShow:hover .addtoCart {
    visibility: visible;
    animation-name: fadeInUp;
    animation-duration: 1s;
}

.productsctn {
    background-color: #F7F7F7;
    min-height: 67vh;
}
.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: #FFD311;
    color: #040321
}

.productCategories {
    margin-bottom: 10px;
    position: relative;
    margin-right: 5px;
}
.categoryTwo p::first-letter{
    text-transform: capitalize;
}
.filterListWrapper {
    display: none;
}

.productCategories.active p {
    color: #040321;
}
.categoryTwo p {
    color: #040321;
  }
.categoryTwo .d-flex.justify-content-between {
    padding-top: 10px;
}
.productCategories.active span,.manufactureCategories.active span {
    background-color: #FFD311;
    color: #040321;
}

.filterListWrapper {
    padding-top: 10px;
}

.productCategories.active .filterListWrapper {
    display: block;
}
.childcategories.active span.count-check {
    background-color: #FFD311 !important;
    color: #040321;
}
.productCategories.active .childcategories span {
    background-color: #EBEBEB;
}

.filterList .productCategories:hover {
    cursor: pointer;
}

.filterList .productCategories.active::before {
    transform: rotate(135deg);
    color: #FFD311;
    border-right: 2px solid #FFD311;
    border-top: 2px solid #FFD311;
}

.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;
}

.filterSec li {
    margin-left: 20px;
}

.checkboxLabel {
    color: #040321;
    position: relative;
    font-size: 13px;
    margin-bottom: 8px;
    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;
}
.checkboxLabel a{
    color: #040321;
}
.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: #FFD311;
}

.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: #040321;
    font-weight: 500;
}
.productCategories p::first-letter {
    text-transform: capitalize;
}
.categoryOne {
    margin-bottom: 70px;
}

.btnStyle span {
    background-color: #fff;
    color: #040321;
    font-weight: 500;
}

.btnStyle span:hover {
    background-color: #FFD311;
    color: #040321;
}

.btnType {
    display: flex;
}

.categoryTwo {
    margin-bottom: 70px;
    max-height: 181px;
    /* overflow-y: scroll; */
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}

/* .productCategories{
    display: flex;
    justify-content: space-between;
} */
.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;
}

.allProducts .btn.dropdown-toggle {
    background-color: #fff;
    width: 200px;
    text-align: left;
    border: 1px solid #e9ecef;
    box-shadow: none;
    color: #040321;
}

.flex_space_between.mgn {
    margin: 20px 0 35px;
}

.form-check.hover:hover {
    color: #FFD311;
    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: #040321;
}

.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: #040321;
}

.productsPagination .page-item.active .page-link,
.productsPagination .page-item .page-link:hover,
.productsPagination .page-item .page-link:focus {
    background-color: #FFD311;
    border: 1px solid #FFD311;
    color: #040321;
}

.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: 67vh;
}
.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;
}
.form-group.address2 {
    margin-top: 28px;
}
.form-group.address2 .max-length {
    top: -22px;
}
.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 #FFD311;
    font-size: 14px;
    color: #747474;
    margin-bottom: 15px;
}
.my-error-class {
    font-style: inherit;
}
.clicktoLogin a {
    color: #FFD311;
}

.greenBg {
    background-color: #040321;
    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: #FFD311;
    color: #040321;
    padding: 3px 5px;
    font-size: 13px;
    text-transform: uppercase;
}

.btn.checkoutBtn:hover,
.btn.checkoutBtn:focus {
    color: #040321;
    background-color: #FFD311;
}

.btn.ProceedcheckoutBtn {
    background-color: #FFD311;
    color: #040321;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 700;
}

.btn.ProceedcheckoutBtn:hover,
.btn.ProceedcheckoutBtn:focus {
    color: #fff;
    background-color: #040321;
}

.btn.checkoutBtn:focus {
    outline: none;
    box-shadow: none;
}

.yourOrder thead {
    background-color: #F2F2F2;
    border: none;
}

.yourOrder .table thead th {
    border: 0px;
    text-align: center;
}

.yourOrder .table td {
    text-align: center;
    font-size: 14px;
}
#payOptions{
    display: none;
    background-color: #F2F2F2;
}
.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;
}
label {
    font-size: 14px;
}

.paypal.d-inline img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.btn.logInBg.mb-2 {
    background-color: #FFD311;
    color: #040321;
    border-radius: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn.logInBg.mb-2:hover,
.btn.logInBg.mb-2:focus {
    color: #040321;
    background: #FFD311;
}

.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: #FFD311;
}

.lostPassword a {
    color: #FFD311;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #FFD311;
}

/*aboutUs*/
.aboutusSctn .row {
    margin-bottom: 10px;
}

.aboutusSctn {
    background-color: #F7F7F7;
    padding-top: 34px;
    padding-bottom: 170px;
    min-height: 67vh;
}

.breadcrumb {
    background-color: transparent;
    padding-left: 0px;
}

.aboutusImage {
    background-color: transparent !important;
}

.aboutusImage img {
    width: 450px;
    height: auto;
    object-fit: cover;
}

.aboutusContent p {
    font-size: 14px;
    margin-bottom: 20px;
}
.aboutusContent a {
    color: #000;
    text-decoration: underline;
  }
  .aboutusContent a:hover {
    color: #040321;
  }
.aboutusContent h3 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 27px;
    color: #040321;
}
.aboutusContent h3::first-letter {
    text-transform: capitalize;
}
.breadcrumb-item.active {
    color: #040321;
    font-weight: 500;
}

.breadcrumb-item a {
    color: #b3b1b1;
}

.breadcrumb-item a:hover {
    color: #FFD311 !important;
}

.cartTable td img {
    width: 100px;
    height: 100px;
}

/*Cart*/
.cartSctn {
    background-color: #F7F7F7;
    padding-top: 34px;
    padding-bottom: 170px;
    min-height: 67vh;
}

.cartSctn .table-bordered thead th {
    border: none;
    color: #040321;
    text-align: center;
    text-transform: uppercase;
}
.cartSctn .quantity {
    margin: 0;
}
.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;
}

.btn.updateBtn {
    float: right;
    background-color: #FFD311;
    border-radius: 0px;
    color: #040321;
    text-transform: uppercase;
    font-weight: 700;
}

.btn.updateBtn:hover {
    background-color: #FFD311;
    color: #040321;
}
.accountP a {
    text-decoration: underline;
}
.accountP a:hover {
    color: #040321;
    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 {
    background-color: #FFD311;
    color: #040321;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 15px;
    margin-bottom: 25px;
    font-weight: 600;
}

.btn.btnCheckout:hover,
.btn.btnCheckout:focus {
    background-color: #FFD311;
    color: #040321;
}

/*Contact Us*/
.contactusSctn {
    background-color: #F7F7F7;
    padding-bottom: 60px;
    min-height: 67vh;
}

.contactusContent h3 {
    font-size: 27px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #040321;
}

.getInTouch h3 {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #040321;
}
.iconText {
    border-bottom: 1px solid #dddddd;
    border-top: unset !important;
    padding: 10px 0;
    display: flex;
}

/*.iconText {
     display: flex; 
    border-top: 1px solid #dddddd;
    padding: 10px 0;
}*/
/* .iconText::before {
    border-top: 1px solid #DDDDDD;
    content: "";
    display: block;
    margin-bottom: 5px;
} */
.mgTop {
    margin:10px 0;
}
.iconText i {
    font-size: 19px;
    margin-right: 10px;
    color: #040321;
}

.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: #FFD311;
    color: #040321;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 8px 20px;
    font-weight: 700;
}

.btn.dropdown-toggle:after {
    display: none;
}

/*Log In*/
.logInSctn {
    background-color: #F7F7F7;
}

.LogIn h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}

.btn.logIn {
    background-color: #FFD311;
    color: #040321;
    border-radius: 50px;
    font-size: 14px;
    padding: 3px 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn.logIn:hover,
.btn.logIn:focus {
    color: #fff;
    background-color: #040321;
}

.loginForm {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #55555526;
    border-radius: 5px;
}
.loginForm a.Orange {
    text-decoration: underline;
}
.loginForm a.Orange:hover {
    color: #040321;
    text-decoration: underline;
}
.logInRegistr {
    background-color: #f7f7f7;
    padding: 0 10px;
    padding-bottom: 60px;
    min-height: 67vh;
}

.btn.logIn {
    float: right;
}

.form-text.Orange:hover {
    cursor: pointer;
}

/*My Account*/
.myAccountSctn {
    background-color: #f7f7f7;
    padding-bottom: 60px;
    min-height: 67vh;
}

a:hover {
    color: #040321;
}
.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 #000;
    color: #040321;
}
.myAccEdit:hover, .myAccEdit:hover .myAccEdit i {
    border: 1px solid #ffd311;
    background-color: #ffd311;
}
.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 .table-bordered td,
.table-bordered th {
    font-size: 14px;
}
.myAccountSctn td:last-child {
    display: flex;
    gap: 10px;
}
.billingAddress address {
    font-size: 14px;
}

.btn.savechanges {
    background-color: #FFD311;
    color: #040321;
    border-radius: 50px;
    font-size: 12px;
}
.formBilling,.formShipping{
    padding-top: 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: #FFD311;
    color: #040321;
    cursor: pointer;
}

.myAccountSctn .nav-pills .nav-link {
    background-color: #040321;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
}

.accountHeadng {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.myAccountSctn #accountDetails {
    border-bottom: 0px solid #555;
}
.form-group select {
    background-image: url("../images/select-bg.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    cursor: pointer;
}

/*my WishList*/
.btn.addtoCartBtn {
    background-color: #FFD311;
    color: #040321;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 600;
}

/* .btn.addtoCartBtn:hover{
    background-color:  #040321;
} */
.myWishlist .table-bordered thead th {
    border: none;
    color: #040321;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.myWishlist {
    background-color: #F7F7F7;
    padding-bottom: 60px;
    min-height: 67vh;
}

.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;
}

.wishlistcart{
    background-color: #040321;
    font-weight: 700;
    border: none;
    color: #fff;
    padding: 8px 20px;
}
.wishlistcart:hover{
    background-color: #FFD311;
    color: #000;
}
/*product details*/
.bigImage {
    background-color: #F8F8F8;
    border: 6px solid #f7f7f7;
    height: 306px;
    width: 100%;
}

.leftsctn .col-md-12 {
    padding: 0;
}
.productDetailsSctn .iconPlaceEye {
    padding: 6px;
}
.productDetailsSctn .iconPlaceHeart {
    padding: 7px;
}
.productDetailsSctn .d-inline.mgTop i.addWishList {
    padding: 5px;
    border: none;
  }
.productDetailsSctn {
    background-color: #F7F7F7;
    border: 1px solid #f7f7f7;
}
.productDetailsSctn .item {
    background: #fff;
}
.smallForm a {
    text-decoration: underline;
}
.smallForm a:hover {
    color: #FFD311;
    text-decoration: underline;
}
#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;
}
.productDetailsSctn h5.productName {
    font-size: 30px;
    font-weight: 700;
}
.productDetailsSctn h5.productName::first-letter {
    text-transform: capitalize;
}
.leftsctn {
    background-color: #fff;
    padding: 10px;
}

.colorsRow {
    display: flex;
    flex-direction: column;
}

.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: #FFD311;
    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%;
}

.productName {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 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: #FFD311;
    color: #040321;
    text-transform: uppercase;
    padding-right: 35px;
    padding-left: 35px;
    border-radius: 0px;
    font-weight: 600;
}

.d-inline.mgTop i {
    color: #000;
}
.d-inline.mgTop i.addedWishList,.item i.addedWishList {
	background-color: #ffd311;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
}
.d-inline.mgTop i.addedWishList::before{
    color: #fff;
}
.shareOn {
    display: flex;
}

.greyBlack a {
    color: #555;
}

.relatedProducts .owl-prev i {
    background-color: #FFD311;
    padding: 5px 10px;
    font-size: 24px;
    color: #040321;
    position: absolute;
    right: 35px;
    top: -40px;

}
.mandatory {
    color: red;
}
.relatedProducts .owl-next i {
    background-color: #FFD311;
    padding: 5px 10px;
    font-size: 24px;
    color: #040321;
    position: absolute;
    top: -40px;
    right: 0;
}

h3.productheading {
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
}

h3.productheading:after {
    position: absolute;
    top: 53%;
    overflow: hidden;
    width: 79%;
    right: 0;
    height: 1px;
    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: #040321;
}

.d-inline.facebook,
.d-inline.instagram {
    margin-right: 8px !important;
    margin: auto;
}

.facebookWhite,
.instagramWhite,
.youtubeWhite {
    margin-right: 12px;
}

.topRight {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link.colorWhite i {
    font-size: 18px;
    vertical-align: middle;
}

.navbar.navbar-expand-lg.navbar-light.menuList {
    padding: 0;
}

.menuList .nav-link {
    padding: 21px 21px !important;
}

#carouselControls .carousel-control-prev {
    left: -40px;
}

#carouselControls .carousel-control-next {
    right: -40px;
}

#navbarSupportedContent {
    padding: 10px 0;
}

.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;
}

.cta_fashion {
    background: #040321;
    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: #FFD311
}

.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: auto;
    max-width: 100%;
    max-height: 300px;
}

.normal-zoom {
    transform: scale(1);
    cursor: zoom-in;
    transition: transform 250ms;
}

.smallImages img {
    width: 100%;
}

.activeImage {
    border: 1px solid #FF6A28;
}

.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;
}

.price {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.productName {
    font-size: 15px;
    color: #040321;
    font-weight: 300;
}

.resizeImg {
    width: 100%;
    height: 183px;
    object-fit: contain;
}

.carouselImage {
    width: 100%;
    height: 530px;
}

.productSize {
    width: 100%;
    height: 186px;
    object-fit: contain;
}

.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;
}

#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;
}

/* .smallImages img {
    width: 81px;
    height: 81px;
} */

.poductProcudure a i {
    color: #555;
    font-size: 18px;
}

.iconPlaceHeart {
    padding: 3px 7px;
}

.productDetailsText {
    margin: 10px;
    text-align: center;
    color: #ff0000;
}

.colorsRow {
    flex-direction: column;
}

.colorsBox {
    display: flex;
}

.tooltip {
    position: relative;
    display: block;
    color: #FFD311;
    opacity: 1;
    padding-top: 10px;
    z-index: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: #042825;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    cursor: pointer;
}

.close-mark {
    border: none;
    box-shadow: none;
    background-color: #fff;
    font-size: 24px;
}

.categoryOne {
    margin-bottom: 70px;
    max-height: 181px;
    /* overflow-y: scroll; */
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}

/* .prdctText h6 {
	min-height:35px;
} */
.btn.btnquotation {
    background-color: #FFD311;
    border-radius: 0;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.wholeSale span {
    display: block;
    color: #000;
}

.wholeSale {
    padding-bottom: 10px;
}

#productDetailSize {
    width: 15%;
    appearance: auto;
}
.productRating i.selectedRating{
	color:#FFD311;
}
.d-inline.starIcons i.selectedRating,
.d-inline.starIcons i.fas.fa-star-half-o {
    color: #FFD311;
}

.product .col-lg-3.col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.cartTable td img {
    width: 100px;
    height: 100px;
}

.form-group.flexStyle {
    display: flex;
    flex-direction: row;
}

.redirectBtns .btn.viewCart:hover,
.redirectBtns .btn.checkout:hover,
.redirectBtns .Quatation:hover {
    background-color: #FFD311;
    color: #042825;
}
.iconPlaceHeart.addedToWishList,
a.addedToWishList {
    background-color: #FFD311;
}

.submitReview {
    margin-top: 10px;
    background-color: #FFD311;
    border-radius: 0px;
    text-transform: uppercase;
    color: #212529;
}

/*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;
}

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;

}
.form-group {
    position: relative;
}
/*Responsive*/
@media screen and (max-width: 1200px) {
    .editOne, .editTwo{
        gap: 35px;
    }
}
@media screen and (max-width: 1024px) {
    h3.productheading::after {
        width: 67%;
    }
    .btn.viewCart {
        padding: 5px 20px;
    }
}

@media screen and (max-width: 992px) {
    #navbarSupportedContent{
        top: 75px !important;
    }
    .rightDiv ul li span.badge {
        top: 3px !important;
    }

    .leftCategories h5 {
        font-size: 15px;
    }

    .productCategories p {
        font-size: 12px;
    }

    .filterSec li {
        margin-left: 0;
    }

    .modal-body .bigImage img {
        width: 100%;
        height: 306px;
    }
    .modal-body .smallImages img {
        width: 30px !important;
        /* height: 30px; */
    }

    .smallImages {
        margin: 10px;
    }

    .resizeImg {
        width: 100%;
        height: 183px;
    }
    .addresses{
        gap: 16px;
    }
    .editOne, .editTwo{
        gap: 15px;
    }
    .accountHeadng{
        font-size: 18px;
    }
    .myAccEdit{
        padding: 1px 5px;
        font-size: 14px;
    }
    .myAccEdit i {
        font-size: 10px;
    }
    p#addressBilling, p#addressShipping {
        font-size: 14px;
    }

}

@media screen and (max-width: 768px) {
    h3.productheading::after {
        width: 55%;
    }

    .iconText {
        border-top: none;
        border-bottom:none;
    }
    .termsconditionsContent h3 {
        font-size: 23px;
    }

    .itemText p a {
        font-size: 12px;
    }

    .addtoCart {
        font-size: 9px;
    }

    .itemText h6 {
        font-size: 16px;
        min-height: 45px;
    }

    .zoomWrapper img {
        width: 100%;
        height: auto;
    }

    .smallImages img {
        width: 40px;
        height: 50px;
    }
    .addresses{
        flex-direction: column;
    }
    /* .modal-content {
        margin-top: 20vh !important;
    } */
    /*not to make image stretched*/
    .resizeImg {
        width: auto;
        max-width: 100%;
        height: 150px;
    }

    .imageContent {
        /*display: inline-block;*/
        position: relative;
    }

    .proctShow {
        text-align: center;
        padding: 10px 0 0;
    }
    .pagination{
        justify-content: center;
    }
     .billingAddress, .shippingAddress {
        width: 100% !important;
    }

}

@media screen and (max-width: 767px) {
    #youtubeImg {
        height: 65px;
        width: 100%;
    }

    .search_box{
        left: -89px !important;
    }
    /* .modal-body .smallImages img {
        height: 65px;
    } */
    .iconText {
        border-top: 0px solid #555;
    }

    .productCategories .col-md-6 {
        width: 50%;
    }

    .iconPlaceHeart,
    .iconPlaceEye {
        display: flex;
    }
    .proctShow:hover .iconPlaceHeart {
        padding: 3px 7px;
      }
      .proctShow:hover .iconPlaceEye {
        padding: 3px 5px;
      }
    .navbar-brand img {
        width: 120px !important;
        height: 70px !important;
    }

    .aboutusImage img {
        width: 100%;
        height: 450px;
        object-fit: contain;
    }
    .footerIcons {
        margin-top: 12px;
    }
    .addtoCart {
        visibility: visible;
    }
    .LogIn h3 {
        font-size: 23px;
    }

    .billingDetails .form-control {
        font-size: 12px;
    }

    .termsconditionsContent p {
        text-align: justify;
    }

    .termsconditionsContent h3 {
        font-size: 23px;
    }

    .getInTouch h3,
    .contactusContent h3 {
        font-size: 23px;
    }

    .account .nav-link.colorWhite {
        padding-left: 0;
    }

    .d-inline.dBlock {
        display: block !important;
    }

    .col-md-4.imageAlign img {
        width: 100px;
    }

    h3.productheading::after {
        width: 0;
    }

    h3.productheading {
        font-size: 20px;
    }

    #pills-tab .nav-item a {
        font-size: 11px;
    }

    .flex_space_between {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .myAccountSctn td:last-child {
        flex-direction: column;
    }
    .smallImages img {
        width: 60px;
        height: 65px;
    }

    .form-group.flexStyle {
        display: flex;
        flex-direction: column;
    }

    .viewImageModel div.form-group:nth-child(3) {
        padding: 0;
    }

    .innerSidebar.cart_popup .flex_space_between,
    .innerSidebar.cart_popup .flex_space_between.subTotal {
        flex-direction: row;
    }
    .innerSidebar.cart_popup {
        right: -84px;
    }
    .iconPlaceHeart {
        padding: 7px;
    }

    .iconPlaceEye {
        padding: 6px;
    }

    /*not to make image stretched*/
    .allProducts .proctShow .addtoCart {
        max-width: 300px;
        margin: auto;
    }

    .relatedProducts .item {
        display: inline-block;
        position: relative;
        text-align: center;
    }

    .relatedProducts .owl-item {
        text-align: center;
    }
    .order_placed h1 {
        font-size: 20px;
    }
    .order_placed h3 {
        font-size: 18px;
    }
    .orderDetails .table thead th {
        font-size: 16px;
    }
    .orderDetails .table thead td {
        font-size: 16px;
    }
    .giveOptions .paymentMethod {
        font-size: 16px;
    }
    /* .modal-dialog {
        margin-top: 25vh !important;
    } */
}
@media only screen and (max-width:767px) {
    .btn.ProceedcheckoutBtn {
        display:flex;
        margin:0 auto;
    }
}