@import url('https://fonts.googleapis.com/css2?family=Questrial&family=Urbanist&display=swap');

html, body {
  /* font-family: 'Open Sans', sans-serif, Arial, Helvetica; */
  /* font-family: 'Questrial', sans-serif; */
  font-size: 12px;
  line-height: 1.2;
}

* ,body, html{
    padding: 0px;
    margin: 0px;
}

h4 {
  font-size: 1.1rem;
}

.dropdown-menu {
  font-size: 12px;
}

.header-section{
  box-sizing: border-box;
  display: block;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.inner-header {
    padding: 8px 0px 0px 0px;
}

.inner-header .logo {
    margin-top: -65px;
    width: 200px;
    margin: auto;
}

.inner-header .logo a {
    display: inline-block;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
img {
    max-width: 100%;
}
.inner-header .logo img {
    vertical-align: middle;
    border-style: none;
    max-width: 200px;
}

.inner-header .advanced-search {
    width: 90%;
    height: 50px;
    border-radius: 20px;
    margin: auto;
}
.inner-header .advanced-search .category-btn {
    left: 23px;
    border-radius: 50px;
    max-width: 33%;
    float: left;
    background: #fff;
    border: none;
    font-size: 10px;
    color: #8d7676;
    position: relative;
    padding: 13px 34px 13px 23px;
}
.categories-btn {
    margin: 8px 0px 0px -148px;
    background-color: white;
    height: 20px;
    left: 23px;
    border-radius: 50px;
    float: left;
    background: #fff;
    border: none;
    font-size: 13px;
    color: #6f5c5c;
    position: relative;
    padding: 7px 50px 29px 23px;
    min-width: 128px;
}
.search-btn {
    margin: 8px 16px 0px 0px;
    background-color: white;
    height: 36px;
    /* left: 30px; */
    left: -15px;
    border-radius: 50px;
    float: right;
    background: #fff;
    border: none;
    font-size: 15px;
    color: #534747;
    position: relative;
    padding: 6px 35px 30px 35px;
}

.search-btn i.fa-magnifying-glass {
  margin-top: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 9px)!important;
    padding: .375rem .75rem;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.inner-header .advanced-search .category-btn:before {
    position: absolute;
    right: 0;
    top: 14px;
    width: 1px;
    height: 20px;
    background: #e5e5e5;
    content: "";
}
.inner-header .advanced-search .category-btn:after {
    position: absolute;
    right: 11px;
    top: 10px;
   /*content: "3";*/ 
    font-family: "ElegantIcons";
    font-size: 16px;
    color: #b2b2b2;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.inner-header .advanced-search .input-group {
    max-width: 70%;
    height: 100%;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.inner-header .advanced-search .input-group input {
   width: 96%;
    height: 96%;
    border: none;
    font-size: 15px;
    color: #635a5a;
    padding-left: 20px;
}

button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


.inner-header .advanced-search .input-group button {
    font-size: 17px;
    color: #151414;
    position: absolute;
    right: -10px;
    border: 0px solid #3C3C3D;
    background: #ffffff;
    padding: 12px 16px 12px;
    cursor: pointer;
    border-radius: 20px;
}
.text-right {
    text-align: right!important;
}

.inner-header .nav-right {
    padding: 10px 0;
}
ul, ol {
    padding: 0;
    margin: 0;
}
dl, ol, ul {
    /* margin-top: 0; */
    /* margin-bottom: 1rem; */
}
*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.text-right {
    text-align: right!important;
}

.blue-bg{
    background: url(../new-images/blue-top-bg.jpg) round;
}
.product-bg{
    background: url(../new-images/product_page.png) round;  
}
.orangebg{
    background: url(../new-images/orange.jpg) round !important;
}
.blue-wave-bg{
    
  background: url(../new-images/bg.jpg) round;
    /* box-sizing: border-box; */
    /* display: block; */
    height: 400px;
    /*line-height: 400px;*/
    /* width: 100%; */
    /* margin: 0px 93px 4px 4px; */
    background-repeat: round;
}

.top-banner{
    margin: auto;
    width: 37%;
    padding: 3px;
}
.category-bg{
    background: url(../new-images/category-bg.jpg) round;
}
.prduct-bottom-banner{
    margin: auto;
    width: 65%;
    padding: 10px;
}
.mar-top-50{
        margin-top: 30px;
}
.marg-top-10{
    margin-top: 10px !important;
}

.marg-left{
    margin-left: 234px;
}
.marg-auto{
    margin:auto;
}
.deal-txt{
    color: #ff8100;
    margin-top: 20px;
}
.marg-top-80{
    margin-top: 80px;
}
.marg-top-10{
    margin-top: 10px;
}
.marg-top-20{
    /* margin-top: 20px; */
    margin-top: 0;
}
.pos-ab{
    position: absolute;
}
.banner-set{
    width: 49%;
    margin: auto;
    margin-top: -32px;
}
.day-deal{
    background: url(../new-images/white-bgg.jpg) round;
    width: 100%;
    border: 1px solid #edf7ff;
    margin: auto !important;
    margin-top: 20px !important;
    padding: 80px;
}
.day-deal img{
    width: 190px;
}
.checked {
  color: orange;
}
.p-price{
    color: orange;
}
.del-price{
    color: black;
    font-size: 11px;
}
.btn {
  background-color: transparent;
  border: 1px solid gray !important;
  color: black !important;
  padding: 7px 11px;
  font-size: 12px !important;
  cursor: pointer;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: orange;
}

.btn:hover .fa {
  color: #000;
}

.btn:hover .fa.orng-clr{
  color: #000 !important;
}
.orng-clr{
    color: orange !important;
}
.orange-bg-clr{
    background-color: #ffb818ed!important;

}

.countdown-item{
    border: 1px solid #8e8e9a;
    float: left;
    padding: 4px;
    margin: 8px 7px 11px -2px;
    color: blue;
    background-color: #f9f8f7;
    border-radius: 4px;
}

.carousel .carousel-item .img-box {
   
    width: 80%;
    position: relative;
    padding: 20px;
    text-align: center;
    margin: auto;

    width: 13.8rem;
    height: 13.8rem;
    max-width: 100%;
    /* display: flex;
    align-items: center;
    justify-content: center; */
  }

.carousel .carousel-item .img-box > a {  
    width: 100%;
    height: 100%;
}
.carousel .carousel-item h4 {
   
    margin-bottom: 0px !important;
    color: white;
    text-align: center;

}
.carousel .carousel-item .img-box img {
   
    /* height: 140px !important; */

    /* border: 1px solid red;  */
    object-fit: contain;
    border-radius: 50%;
    width: 100%;
    height: 100% !important;
    /* mix-blend-mode: multiply; */
}
#mycarouselOne .carousel .carousel-item .img-box img {
    height: 75px !important;
    padding: 1px;
  }
.pink-ribban{
    background: url(../new-images/pink.png) round;
}
.peach-ribban{
    background: url(../new-images/peach.png) round;
}
.blue-ribban{
    background: url(../new-images/blue.png) round;
}
.green-ribban{
    background: url(../new-images/green.png) round;
}

.carousel-control-prev, .carousel-control-next {
    height: 100px;
    width: 1px !important;
    background: none;
    margin: auto 0;
    background: transparent !important;
}
.carousel-control-prev i, .carousel-control-next i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -16px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
   
    color: white;
    text-shadow: none;
    font-weight: bold;
}
.carousel-control-prev i {
    margin-left: -3px;
}
.carousel-control-next i {
    margin-right: -3px;
}

.carousel-control-next {
  right: 10px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border-color: transparent;
    border: none;
}
.carousel-indicators li {   
    background: rgba(0, 0, 0, 0.2);
}

.star-rating li {
    padding: 0;
}

.star-rating{ 
    color: white;
 }
.star-rating span {
        padding: 2px;
    font-size: 10px;
    color: white;
    background-color: #ffc000;
}
.new-pro-bg{
    background: url("../new-images/purple-bg.jpg") round;
    height: auto;
}
.slider-bg-1{
    background: url("../new-images/slider-1.png") round;
    height: auto;
}
.slider-bg-2{
    background: url("../new-images/slider-2.png") round;
    height: auto;
}
.slider-bg-3{
    background: url("../new-images/slider-3.png") round;
    height: auto;
}
.advertisement{
    margin: auto;
    width: 80%;
    padding: 10px;
}
.thumb-content h4 h3 p{
    align-items: center;
}
.pro-bg{
    background: url("../new-images/white-bgg.jpg") round;
    height: auto;
}
.related-bg{
    background: url("../new-images/white-bgg.jpg") round;
    height: auto;
    border: 1px solid #8080804f;
}
.product-detail-bg{
    background: url("../new-images/white2-layers.png") round;
    height: auto;
}
.title-pro{
    margin: 40px;
    color: white;
}
.subscribe-txt{
    margin: auto;
}
.marg-top-30{
  margin-top: 30px !important;
}
#right-side a{
  color: white !important;
}
#right-side a:hover{
  color: orange !important;
  text-decoration: none !important;
}
.chk-box-form{

    margin-top: 0px !important;
    text-align: left !important;
    margin-left: 15px;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
    border-top: none !important;
}
/* input[type=submit] {
    width: 20%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #92a3bf 0%, #2751c7 51%, #a4adbd 100%);
} */
input[type=text]{
  width: 50%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
input[type=text]:hover{
  width: 50%;
  padding: 12px;
  /* margin: 8px 0; */
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}



input[type=submit] {
  background-color: blue;
  color: white;
  border: none;
}

input[type=submit]:hover {
  opacity: 0.8;
}


.cta-100 {
  margin-top: 100px;
  padding-left: 8%;
  padding-top: 7%;
}


.white {
  color: #fff !important;
}
.mt{float: left;margin-top: -20px;padding-top: 20px;}
.bg-blue-ui {
  background-color: #708198 !important;
}
figure img{width:300px;}

#blogCarousel {
  padding-bottom: 100px;
}

.blog .carousel-indicators {
  left: 0;
  top: -50px;
  height: 50%;
}



/* The colour of the indicators */

.blog .carousel-indicators li {
  background: #708198;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.blog .carousel-indicators .active {
  /*background: #0fc9af;
*/

}



.item-carousel-blog-block {
  outline: medium none;
  padding: 15px;
}

.item-box-blog {
    z-index: 4;
    padding: 2px;
    background-color: #f7f7f7;
}

.item-box-blog-image {
  position: relative;
}

.item-box-blog-image figure img {
  width: 100%;
  height: auto;
}

.item-box-blog-date {
  position: absolute;
  z-index: 5;
  padding: 4px 20px;
  top: -20px;
  right: 8px;
  background-color: #41cb52;
}

.item-box-blog-date span {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.2;
}

.item-box-blog-date span.mon {
  font-size: 18px;
}

.item-box-blog-date span.day {
  font-size: 16px;
}

.item-box-blog-body {
  padding: 10px;
}

.item-heading-blog a h5 {
  margin: 0;
  line-height: 1;
  text-decoration:none;
  transition: color 0.3s;
}

.item-box-blog-heading a {
    text-decoration: none;
    color: black;
}
.item-box-blog-heading a:hover{
    text-decoration: none;
    color: black;
}

.item-box-blog-data p {
  font-size: 13px;
}

.item-box-blog-data p i {
  font-size: 12px;
}

.item-box-blog-text {
  max-height: 100px;
  overflow: hidden;
}

.mt-10 {
  
  margin-top: -10px;
  padding-top: 10px;
}

.btn.bg-blue-ui.white.read {
  cursor: pointer;
  padding: 4px 20px;
  float: left;
  margin-top: 10px;
      background-color: black !important;
    color: gold !important;
}

.btn.bg-blue-ui.white.read:hover {
  box-shadow: 0px 5px 15px inset #4d5f77;
}
/* Footer */
section {
    padding: 50px 0;
}

/* .dropdown:hover>.dropdown-menu {
  display: block;
} */

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    /* pointer-events: none; */
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: url(../new-images/footer.jpg) round !important;
}
#footer h5{
    /*border-left: 3px solid #eeeeee;*/
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
    text-transform: uppercase;
}
.disc{
    /*border-left: 3px solid #eeeeee;*/
    
    color:lightgray;
}
.end{
    background-color: black;
    margin: auto;
    padding: 15px 0;
}
#footer a {
    color:lightgray;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
    padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
    font-size:14px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.social li:hover a i {
    font-size:17px;
    margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
  
    color:lightgray;
}
#footer ul.social li a:hover{
    color:#eeeeee;
}
#footer ul.quick-links li{
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.quick-links li:hover{
    padding: 3px 0;
    margin-left:5px;
    font-weight:700;
}
#footer ul.quick-links li a i{
    margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

.marg-left-70{
        margin-left: -70px;
}
.marg-left-60{
  margin-left: 62px;

}
.search-line{
        z-index: 0 !important;
        height: calc(1.5em + 0.75rem + 7px)!important;
}
.float-right{
    float: right;
}

.float-left{
    float: left;
}


.gallery {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    border: 5px solid black;
    border-radius: 15px;
    text-align: right;
}
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.rating-bg{
    background-color: white;
}
.product-price{
    color: red;
}
.buy-now-btn{
    float: left;
    padding: 10px 26px 10px 30px;
    background-image: linear-gradient(#005aff, #61cbff);
    color: white;
    border: none;
}
.buy-now-btn:hover {
    float: left;
    padding: 10px 26px 10px 30px;
    background-image: linear-gradient(#005aff, #61cbff);
    color: white;
    border: none;
}
.cart-btn{
    padding: 10px 26px 10px 30px;
    background-image: linear-gradient(#ff8d00, #f4ff61);
    color: white;
    border: none;
    margin-left: 10px;
}
.small-text{
    margin-top: 10px;
}
.like-btn{
        background-color: blue !important;
    color: white !important;
}
.share-btn{
        background-color: #c64304e0 !important;
    color: white !important;
}
/* Style the tab */
.tab {
  overflow: hidden;
 /* border: 1px solid #ccc;
  background-color: #f1f1f1;*/
}

/* Style the buttons inside the tab */
.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 15px;
  color: white;
  background-color: blue;
}
.gallery-images .column{
    border: 1px solid #8080806e;
    margin: 5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ff9f0e;
  border: none;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
    background-color: white;
}

.list-group-item{
    background-color: transparent !important;
    border: none !important;
    font-weight: 20px !important;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: transparent;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}



ul.breadcrumb {
  padding: 20px 20px;
  list-style: none;
  background-color: transparent;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 15px;
   font-weight: bolder;
}


/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: gray;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #000 !important;
  text-decoration: underline;
}
.center{
    text-align: center;
}

.gray-txt{
    color: #605f5f !important;
}
.white-txt{
    color: #fff;
}
.related-product-title{
    color: #6f8aa5;
    margin-left: 11%;
    margin-bottom: 23px;
    /* margin-top: 15px; */
    margin-top: 10px;
}
.products-title{
    color: #fff;
    margin-left: 11%;
    margin-bottom: 23px;
}
.section-pad{
    padding: 51px 0px 50px 0px;
}
.pad-top-2{
    padding-top: 2%;
}
.black-clr{
    color: black !important;
}


/*******************************
* ACCORDION WITH TOGGLE ICONS
* Does not work properly if "in" is added after "collapse".
*******************************/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    }

.panel-heading {
        padding: 0px 0px !important;
}
.list-group-item{
    cursor: pointer;
        font-weight: 700 !important;
}

.panel-group {
     margin-bottom: 0px !important; 
}
.bottom-banner{
    margin: auto;
    width: 100%;
    padding: 0px 18px 0px 18px;
}



/* .dropdown:hover>.dropdown-menu {
        display: block;
      } */

.dropdown>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
  /* pointer-events: none; */
}
.orange-bg-color{
    background: orange;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: none !important;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown{
    /* padding-right: 30px !important; */
    color: white;
    font-weight: 700;
}
#navbarColor02{
    text-align: center;
}
.small-sec-28{
    width: 28%;
}
.navbar{
    margin-bottom: 0px !important;
}
.search-marg-left {
    margin-left: 230px;
}
.dropdown {
    /* padding-right: 30px !important; */
    color: white;
    font-weight: 600;
    font-size: 14px;
}

/* Below over written and new CSS added by G */
.day-deal img{
  height: 150px; /*ToDo: Need to remove once get proper image */
}
.slider-bg-1{
  margin-top: 8px;
}
.slider-bg-2{
  margin-top: 8px;
}
.slider-bg-3{
  margin-top: 8px;
}
.cart-btn{
  padding: 10px 26px 10px 30px !important;
  background-image: linear-gradient(#ff8d00, #f4ff61) !important;
  color: white !important;
  border: none !important;
  margin-left: 10px !important;
  width: auto !important;
}
.row {
  margin-left: 0;
  margin-right: 0;
}

.thumb-content h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.add-to-cart-btn {
  margin-top: 0 !important;
}

.product-list-page .carousel .carousel-item .img-box {    /* ToDo: once get the correct product image size */
  /* width: 100%; */
  width: 13.8rem;
  height: 13.8rem;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
 }
.product-list-page .carousel .carousel-item .img-box > a {    /* ToDo: once get the correct product image size */
  width: 100%;
  height: 100%;
}
.product-list-page .carousel .carousel-item .img-box img {   /* ToDo: once get the correct product image size */
  /* height: 110px !important; */
  padding: 1px;
/* border: 1px solid red; */
   border-radius: 50%;
   width: 100%; 
  height: 100% !important;
  /* mix-blend-mode: multiply; */
}
.marg-bot-60 {
  margin-bottom: 60px;
}
.buy-now-btn:hover {
  float: left;  
}
.navbar .welcome {
  color: #ffffff;
}
.login-link {
  /* position: absolute; */
  /* top: 0; */
  /* right: 56px;
  float: right; */
  text-align: right;
  margin-right: 4.7rem;
}
.login-link a {
  color: #ffffff;
  /* float: right; */
  /* position: relative; */
  /* right: 56px; */
}
.login-link a:hover {
  color: orange !important;
  text-decoration: none !important;
}

/* CHECKOUT page */
.checkout-page {
  /* font-size: 11px; */
  font-size: .9rem;
}

.update-submit-button {
  padding: 10px 26px 10px 30px;
  background-image: none !important;
  background-color: #007bff;
  color: white;
  border: none;
  margin: 0 !important;
  padding: 10px !important;
  font-weight: bold;
  /* font-size: 11px; */
  font-size: .9rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  width: auto !important;
  border-radius: 5px;
}
.checkout-submit-button {
  padding: 10px 26px 10px 30px;
  background-image: none !important;
  background-color: orange !important;
  color: white;
  border: none;
  margin: 0 !important;
  padding: 10px !important;
  font-weight: bold;
  /* font-size: 11px; */
  font-size: .9rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  width: auto !important;
  border-radius: 5px;
}

/* LOGIN Page */
.login-page {
  font-size: 13px;
}
.login-page .checkout-submit-button,
.checkout-page .checkout-submit-button,
.my-account-page .checkout-submit-button {
  width: 100% !important;
  background-image: none !important;
  background-color: orange !important;
}
.login-page a {
  color: orange;
  font-weight: 500;
}

/* input[type=text], input[type=text]:hover {
  width: 100%;
} */

.custom-control-input {
  position: absolute;
  left: 0;
  /* z-index: -1; */
  width: 1.7rem;
  height: 1.6rem;
  opacity: 0;
  top: 2px;
}

.custom-control-label {
  position: unset;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-control-label::before {
  position: absolute;
  top: 0.2rem;
  left: 0rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::before {
  width: 1.67rem;
  height: 1.6rem;
}
.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #ffb818ed!important;
  background-color: #ffb818ed!important;
}
/* .custom-control-label::after {
  width: 2.1rem;
  height: 2rem;
  left: -1.6rem;
  background: no-repeat 60%/ 60% 60%;
} */
.custom-radio .custom-control-input:checked~.custom-control-label::after {
  content: "";
  background: #fff;
  height: 11px;
  width: 11px;
  position: absolute;
  border-radius: 50%;
  left: 5px;
  top: 7px;
}

.new-customer input[type=text], 
.checkout-page input[type=text],
.my-account-page input[type=text],
.wallet-page input[type=text] {
  margin-top: 0;
  width: 100%;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 2.2rem;
  margin-right: 2.9rem;
}
.checkout-page .checkout-po-numner-text {
  width: 55% !important;
}
.checkout-page .addl-cost {
  width: 35% !important;
  text-align: right;
}
.checkout-page .addl-cost-desc {
  width: 50% !important;
}
.checkout-page .checkout-input-coupon,
.checkout-page .checkout-select,
.checkout-page .checkout-textarea {
  width: 50%;
}
.checkout-page .checkout-input-coupon {
  width: 50% !important;
}
.checkout-page .checkout-coupon-label, .checkout-page .checkout-terms-span {
  display: block;
}
.checkout-page .checkout-terms {
  margin-left: 1.3rem;
}
.checkout-page .checkout-terms::before,
.checkout-page .checkout-terms::after {
  top: 0;
  left: 0;
}
.checkout-review-page .custom-radio {
  left: 15px;
}
.checkout-review-page .custom-control {
  padding-left: 1rem;
}
.checkout-review-page .custom-control-label {
  margin-bottom: 5px;
}
.checkout-review-page .custom-control-label::before {
  width: 1.7rem;
  height: 1.7rem;
}
.checkout-review-page .custom-control-label::after {
  width: 1.5rem;
  height: 1.5rem;
  left: -1.4rem;
  top: 0.35rem;
  background: no-repeat 60%/ 60% 60%;
}
.checkout-review-page .review-address {
  min-height: 13rem;
  border: 3px solid #dee2e6!important;
}
.shipmethods-ups.selected {
  background-color: #dfdfdf !important;
}
.shipmethods-ups:hover {
  background-color: #dfdfdf !important;
  cursor: pointer;
}

/* my-account-page */
.my-account-page .left-menu .card-body{
  padding: 0;
}
.my-account-page .left-menu ul a {
  color: gray;
  font-size: 12px;
  font-weight: 500;
}
.my-account-page .left-menu ul a  i{
  margin-right: .5rem;
}
.my-account-page .left-menu li a.active {
  background-color: orange;
  color: white;
  font-weight: bold;
}

#returnPolicyModal .modal-body {
  max-height: 50rem;
  overflow-y: scroll;
}
#returnPolicyConfirmModal .modal-body {
  max-height: 40rem;
  overflow-y: scroll;
}
.modal-header::before, .modal-header::after {
  display: none
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.rma-page .input-qty-return {
  height: 2.51rem !important;
  width: 6rem;
}
.bg-orange {
  background-color: orange !important;
}
.bg-gray {
  background-color: #eeeeee !important;
}
.wallet-page .expiry-select {
  width: 40%;
}
.custom-select {
  /* font-size: 11px !important; */
  font-size: .9rem;
}
.border-orange {
  border-color:orange;
}
.mbs-results-table-div {
  overflow-y: hidden;
  overflow-x: scroll;
}
.mbs-results-table-div table th,
.mbs-results-table-div table td {
  padding: 8px;
}
.mbs-results-table-div th.fit1 {
    width: 70px;
}
.mbs-results-table-div th.fit2 {
  width: 150px;
}
.mbs-results-table-div th.fit3 {
  width: 100px;
}
.mbs-results-table-div th.fit4 {
  width: 100px;
}
.text-area-height {
  height: 6rem !important;
}
#search_concept {
  position: relative;
  bottom: -3px;
}

.font-10 {
  font-size: 10px;
}

.panel-body {
  padding: 15px;
}

.font-h3 {
  font-size: 1.75rem !important;
}

.font-h2 {
  font-size: 2rem !important;
}

.nav-header .nav-item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.nav-header .nav-item .nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sub-btn {
  padding: 10px 17px;
  background-image: linear-gradient(#3f7ecc, #0bc1f7);
}

#image-preview-modal .modal-header,
#image-preview-modal .modal-footer {
  border-bottom: none;
  padding: 3px;
}

#image-preview-modal .btn-close {
  background-color: #fff;
  padding: 5px;
  margin-right: 10px;
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999;
    opacity: 1;
}

#image-preview-modal .modal-body img {
  margin: 0 auto;
  display: block;
}
.control-section {
  position: absolute;
  top: 45px;
  z-index: 99;
  right: 28px;
}
.img-preview-btn {
  border: 1px solid #7f7f7f;
  padding: 5.5px 7px;
  border-radius: 50%;
  margin: 3px 0;
  background: #fff;
  font-weight: 900;
}
input#billing_same_as_shipping_address_change {
  padding: 3px;
  position: relative;
  left: 3px;
  background-color: orange;
  color: #000000;
  border-radius: 11px;
  border: unset;
}