.menu-containerbody {
  margin: 0;
  padding: 0;
  color: #000;
}


@font-face{font-family:'Gotham';src:url('../fonts/Gotham-Book.woff2') format('woff2'),url('../fonts/Gotham-Book.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Gotham';src:url('../fonts/Gotham-Medium.woff2') format('woff2'),url('../fonts/Gotham-Medium.woff') format('woff');font-weight:500;font-style:normal;font-display:swap} 


/*-- top --*/

.top {
    background: #5d5040;
    width: 100%;
    /*padding: 15px 0px;*/
    line-height: 0;
    position: relative;
}

.top img {
	width: 18px;
}

.top ul {
    list-style: none;
    padding: 0;
    margin: 10px 0px;.icons-mobile
}

.top ul li {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

.top ul li a {
    font-family: 'Gotham';
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}



.top ul li a svg {
    margin-right: 5px;
    vertical-align: sub;
}


.top ul li a:hover, .top ul li a:hover svg {
    color: #eaeaea;
    fill: #eaeaea;
}

.top-call a {
    font-family: 'Gotham';
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    vertical-align: text-bottom;
    background: #1bcff9;
    padding: 8px 20px;
    Margin: 0px;
    border-radius: 5px;
}       

.top-call a:hover {
    color: #fff;
}



.top-menu ul li {
    float: right;
    margin-right:0px ;
}

.top-menu ul li:first-child a {
    background: #bfc4c0;
    color: #5c4e41;
}

.top-menu ul li a:hover {
    background: #e2dedb;
    color: #5c4e41;
}

.top-menu ul li a {
    background: #938c82;
    font-family: "outfit";
    font-size: 14px;
    font-weight: 400;
    color: #5c4e41;
    padding: 9px 20px;
    line-height: 17px;
    text-transform: uppercase;
    margin: 0;
    text-decoration: none;
}

.top-call svg {
  margin-right: 5px;

}

/*-- top --*/


/*-- logo panel --*/


.logo-panel {
    background: #fff;
    border-bottom: 1px solid #e8eaeb;
}

.logo img {
    margin: 15px 0px;
}


.search {
    width: 100%;
    display: block ruby;
    margin: 27px 0px 13px 0px;
    position: relative;
}

.searchTerm {
    width: 98%;
    border: 1px solid #C8C8C8;
    border-right: none;
    border-radius: 5px 0 0 5px;
    font-family: "Fondamento", cursive;
    outline: none;
    padding: 12px;
    font-size: 15px;
}


.searchTerm:focus {
    color: #000;
    background-color: #f1f1f1;
}

.searchButton {
    width: 50px;
    height: 50px;
    border: 1px solid #19303F;
    background: #19303F;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: inherit;
    top: 0px;
    right:0px;
}


.searchButton i {
    font-size: 18px;
}

.wrap {
    width: 100%;
    text-align: center;
}

.icons-mobile{

    margin: 20px 0px;
    position: relative;
    text-align: end;
    display: none;
}

.icons-mobile span {
    position: absolute;
    top: 8px;
    background: #19303f;
    color: #fff;
    font-family: 'Gotham';
    border-radius: 50%;
    height: 18px;
    width: 18px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    right: 60px;
    display: none;
}
 
.icons {
    margin: 30px 0px;
    position: relative;
    text-align: end;
}

.fa-search {
    display: inline-block;
}

.icons img {
    height: 25px;
    width: 25px;
    padding: 0;
    display: inline-block;
    margin-right: 20px;
}

.icons span {
    position: absolute;
    background: #19303f;
    color: #fff;
    font-family: 'Gotham';
    border-radius: 50%;
    height: 18px;
    width: 18px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    right: 62px;
}
/*-- logo-panel --*/

/*-- header --*/
header {
    background: #fff;
    position: relative;
}

.menu-container {
    display: flex;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.menu li a{
    padding: 14px 25px;
    display: inline-block;
}

.menu li:first-child a{
    padding-left: 0;
}

.menu a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: outfit;
}

/* Mobile Styles */
@media (max-width: 991px) {
.menu-container {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    background: white;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 111;
    flex-direction: column;
    margin-inline: auto;
    right: 0px;
}
    .menu {
        flex-direction: column;
    }

    .menu li {
        padding: 15px 0;
    }

    .navbar-toggler {
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }
    
    .menu-container.show {
    display: flex;
    }

}

#menuToggle {
    display: none;
}

.whatsapp a {
    font-family: outfit;
    text-decoration: none;
    font-weight: 600;
    color: #000;
    vertical-align: middle;
    font-size: 19px;
}
.whatsapp a:hover{
    color: #806963;
}

.whatsapp img {
    display: contents;
}

.menu li a:hover {
    color: #5f4e44;
}

/*-- header --*/



/*-- banner --*/

.banner-section .carousel-control-prev {
    left: -75px;
}

.banner-section .carousel-control-next {
    right: -75px;
}

.banner-section .carousel-item {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0) !important;
}

.banner-section .carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.banner-section .carousel-indicator-dot .carousel .carousel-indicators {
    position: absolute;
    right: 0;
    z-index: 2;
    display: inline-flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 15rem;
    list-style: none;
    top: 430px;
}

.banner-section .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    border-radius: 50%;
}


.banner-content {
    margin: 80px 30px;
    text-align: left;
}

.banner-content p {
    font-family: caveat;
    font-size: 50px;
    margin: 0;
    padding: 0;
    color: #fff;
}

.banner-content h1 {
    font-family: oswald;
    font-size: 48px;
    color: #5d5040;
    line-height: 64px;
}

.banner-content-1 h1 {
    font-family: oswald;
    font-size: 48px;
    color: #5d5040;
    line-height: 64px;

}

.view-btn {
    margin: 30px 0px;
}


.view-btn a {
    font-family: 'Gotham';
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background: #806963;
    padding: 10px 10px;
    border-radius: 6px;
    /* margin: 0px 0px; */
}

.view-btn a:hover {
    background: #647c88;
    color: #fff;
}


.eco-friendly {
    margin: 60px 0px;
}

.tit {
    font-family: "Fondamento", cursive;
    font-size: 32px;
    font-weight: 600;
}


.eco-friendly span {
    color: #77a14b;
}


.para {
    font-size: 17px;
    font-family: 'Outfit';
    font-weight: 400;
    line-height: 28px;
    margin: 20px 0px;
}


.packnfleek {
    margin-bottom: 60px;
}


.packnfleek span {

    color: #005569;
}


.packnfleek-performance h5 {
    font-family: 'Outfit';
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0px 0px;
}

.packnfleek-performance p {
    font-family: 'Outfit';
    font-weight: 400;
    color: #000;
    font-size: 16px;
    margin: 10px 0px;
}

.packnfleek-performance {
    margin: 40px 10px;
}

/*-- popular-products --*/


.popular-products {
    margin-bottom: 70px;
    min-height: 70vh;
    
}

.products {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    background: #f4f4f4;
    box-shadow: none;
}

.products:hover{
    border: 1px solid #9c8178;
}

.products img {
    height: 200px;
    width: 100%;
    object-fit: fill;
}

.products h4 {
    font-family: "outfit";
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    height: 32px;
}

.products p {
    font-family: 'Outfit';
    font-weight: 400;
    margin: 25px 0px 10px;
    font-size: 16px;
    line-height: 24px;
    height: 100px;
}

.products a {
    text-decoration: none;
    background: #6f7c61;
    color: #fff;
    font-family: 'Outfit';
    font-size: 16px;
    font-weight:500;
    padding: 8px 35px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 15px;
}

.products a:hover{
    background: #938c82;
    color: #fff;
}
/*-- popular-products --*/


/*-- product-detail--*/

@media (max-width: 768px) {
.custom-table {
display: block;
overflow-x: auto;
white-space: nowrap;
}

.custom-table th, .custom-table td {
padding: 10px 12px;
text-align: center;
}

.quantity-nav {
display: inline-block;
}

.quantity {
display: inline-block;
margin: 0;
padding: 0;
}

.quantity-button {
padding: 5px;
font-size: 18px;
}
}

.icon-hover:hover {
    border-color: #916c3e !important;
    background-color: #dbd3c9 !important;
    color: #916c3e !important;
}

.icon-hover:hover i {
    color: #5d5040 !important;
}

/*-- product-detail-table --*/

.product-accordian {
    display: none;
}
.amz .addcart-btn {
    display: inline-block;
    padding: 4px 19px;
    background-color: #147db9;
    position: absolute;
    left:1%;
    color: #fff;
    top: 53px;
    margin-top: 17px;
    line-height: 0px;
    height: 40px;
    border: 0;
    transition: all 0.5s ease;
}
.buying 
    {
    color: #fff !important;
    padding: 10px 20px;
    margin-top: -12px;
    transition: all 0.5s ease;
    /* animation: wobble 2s ease infinite 0.5s; */
    background: linear-gradient(
-45deg
, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 7s ease infinite;
    border-radius: 20px;
}



.amz{
        display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.prices h1{
    color:black;
}
.inter {
    border: 0.5px solid black;
    outline: none;
    padding: 11px 9px;
    margin: 7px;
    background-color: #ffffff;
    cursor: pointer;
    font-size: 10px;
}
.actives, .inter:hover {
  background-color: #979797;
  color: white;
}
.sizes{
    display:flex;
        flex-wrap: wrap;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright{min-height:600px !important;}
@media screen and (max-width: 768px) {
 a.mb-btn {
    display: none !important;
}
}
@media screen and (min-width: 768px){
.flik {
    display: none;
}



}
@media only screen and (max-width: 600px) {
  .no-click {
    pointer-events: none;
  }
}
.no-click {
    pointer-events: none;
  }
/*check line no 230*/

/*style 11-03-21*/


.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}














.shrink.navbar-fixed-top.common-header .navbar-inner {
    padding: 2px 0 0;
    transition: all 0.5s ease;
}
.shrink.common-header .navbar {
    background-color: #fff;
    box-shadow: 0 0 12px -4px;
    padding: 0;
    transition: all 0.5s ease;
}
.shrink.common-header .navbar-default .navbar-nav>li.buyonline-wraper {
    padding: 0 22px 12px;
}
.shrink.common-header .navbar-default .navbar-nav>li {
    padding: 0 22px 20px;
}
.logo-image {
    height: 72px;
    transition: all 0.5s ease;
}
.shrink .logo-image {
    height: 52px;
    margin-top: 0;
    transition: all 0.5s ease;
}
.common-header .navbar-brand {
    height: auto;
    padding: 0;
    margin: 0;
    transition: all 0.5s ease;
}
.common-header .navbar-brand {
    margin: 6px 0 0;
    transition: all 0.5s ease;
}
.common-header .navbar-nav {
    margin-top: 35px;
    margin-right: 15px;
    transition: all 0.5s ease;
    width: auto;
    float: none;
    display: inline-block;
}
.common-header.shrink .navbar-nav {
    margin-top: 23px;
    transition: all 0.5s ease;
}
.common-header .navbar-default .navbar-nav>li>a {
    color: #000000;
    position: relative;
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    background-color: transparent;
}
.common-header .navbar-default .navbar-nav>li:last-child, .common-header .navbar-default .navbar-nav>li:nth-child(5n-1){
  border: none;
}
.common-header .navbar-default .navbar-nav>li {
    padding: 0 22px 30px;
    /*border-right: 1px solid #d5d5d5;*/
    position: static;
}
.common-header .navbar-default .navbar-nav>li.buyonline-wraper {
    padding: 0 22px 20px;
    
}
.common-header .navbar-default .navbar-nav>.active>a, .common-header .navbar-default .navbar-nav>.active>a:focus,
.common-header .navbar-default .navbar-nav>.active>a:hover {
    color: #536dad;
    transition: all 0.5s ease;
    background-color: transparent;
}
.common-header .navbar-default .navbar-nav>li>a:focus, .common-header .navbar-default .navbar-nav>li>a:hover {
    color: #536dad;
    transition: all 0.5s ease;
    background: transparent;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
  margin-left: 0;
}
.headertop{
  background-color: #536dad;
}
.headertop .list-inline>li>a, .headertop .list-inline>li{
  color: #ffffff;
  font-family: 'Gotham-Medium';
  font-size: 12px;
  text-transform: uppercase;
}

.headertop .list-inline>li{
    padding: 8px 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: middle;
}
.headertop li:first-child{
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-wraper{
  position: static;
}
.common-header .dropdown-menu {
    top: 92%;
    left: -50%;
    padding: 0;
    margin: 0;
    font-size: 12px;
    border: 0;
}
.common-header .dropdown-menu>li>a {
    padding: 6px 20px;
    color: #000000;
}
.common-header .dropdown-menu>li.active>a{
    color: #ffffff;
}
.menu-wraper .navbar-nav>li>.dropdown-menu {
    width: 100%;
    left: 0;
    padding: 30px 0 100px;
    border: 0;
    box-shadow: 0 3px 12px rgba(0,0,0,.175);
    border-radius: 0;
    top: 105%;
    display: block;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;

}
/*.menu-wraper .navbar-nav>li.open .dropdown-menu {
  visibility: visible;
  opacity: 1;
  max-height: 90vh;
  top: 100%;
  padding: 50px 0;
  transition: all 0.5s ease 0.1s;
}*/
.dropdown-inner {
    width: 25%;
    padding: 0 50px;
    border-right: 1px solid #dedede;
    float: left;
    min-height: 250px;
}
.dropdown-inner:last-child{
  border-right: 0;
}
.dropdown-inner .category-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}
.dropdown-inner .category-title a{
    color: #000000;
}
.dropdown-single{
  padding: 0;
  list-style: none;
  margin: 0;
}
.dropdown-single a:hover, .dropdown-single a:focus {
    background-color: transparent;
    transition: all 0.5s ease;
    color: #536dad;
}
.dropdown-single a{
    padding: 5px 0;
    color: #000000;
    display: inline-block;
    outline: none;
    font-size: 13px;
    background-color: transparent;
    transition: all 0.5s ease;
    text-transform: capitalize;
    cursor: pointer;
}
.dropdown-inner.placeholder {
    border: 0;
}
.dropdowninner-wraper{
  margin-bottom: 25px;
}
.dropdowninner-wraper:last-child{
  margin-bottom: 0;
}
.dropdown-menu .row{
  margin-left: -25px;
  margin-right: -25px;
}
.common-header .navbar-default .navbar-nav>li.normal-dropdown{
  position: relative;
}
.menu-wraper .navbar-nav>li.normal-dropdown .dropdown-menu {
  left: auto;
}
.menu-wraper .navbar-nav>li.normal-dropdown.open .dropdown-menu {
    padding: 10px 0;
    left: auto;
}
.normal-dropdown .dropdown-menu>li>a {
    padding: 6px 20px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}
.normal-dropdown .dropdown-menu>li>a:hover, .normal-dropdown .dropdown-menu>li>a:focus{
  background-color: transparent;
  color: #f58220;
  transition: all 0.5s ease;
}

.normal-dropdown .dropdown-menu{
    padding: 5px 0;
    min-width: 230px;
    left: auto;
    right: 22px;
}
/*header end*/

/*home slider start*/

.homeslider{
    display: block;
    width: 100%;
}
.owl-theme .owl-controls .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.owl-theme .owl-controls .owl-dot{
    display: inline-block
}
/*home slider end*/

.content-para p{
    display: block;
    font-size: 16px;
    float: left;
    line-height: 28px;
    width: 100%;
}
.content-para p:last-child{
    border-bottom: none;
    margin: 0;
}
.common-btn{
    background-color: #000;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    padding: 8px 30px;
    position: relative;
    z-index: 10;
}
.common-btn span{
    display: block;
    position: relative;
    z-index: 30;
}

/*footer start*/
footer {
    background-color: transparent;
    float: left;
    width: 100%;
}
.footer-top{
  background-color: transparent;
}
footer .container{
    padding: 0;
}
.footer-menu li {
    width: 100%;
    margin: 0;
}
.footer-menu li a {
    color: #000000;
    font-size: 13px;
    text-transform: none;
    font-family: 'Gotham-Book';
    line-height: 25px;
    position: relative;
}
/*.footer-menu li a::after {
    background: #333;
    bottom: 0;
    content: '';
    height: 1px;
    left: 50%;
    margin-left: 0;
    position: absolute;
    transition: all 0.5s ease;
    width: 0;
}*/
.footer-menu li a:hover{
    color: #000000;
    transition: all 0.5s ease;
}
.footer-menu li a:hover::after {
    margin-left: -50%;
    width: 100%;
}
.social-links li a {
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    color: #949494;
    display: inline-block;
   /* padding: 6px;*/
    height: 28px;
    font-size: 13px;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 28px;
    z-index: 10;
    line-height: 28px;
}
.social-links li a:hover, .social-links li a:focus {
    color: #ffffff;
}
.social-links li a:after {
    background-color: #536DAD;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    transform: scale(0);
    transition: all 0.4s ease;
}
.social-links a i {
    position: relative;
    z-index: 20;
}
.social-links li a:hover:after, .social-links li a:focus:after {
    transform: scale(3);
    transition: all 0.9s ease;
}
.copyright {
    background-color: #0b8dd7;
    color: #fff;
    padding: 8px 0;
}
/*footer end*/
.m-b-0{
  margin-bottom: 0;
}
.m-t-0{
  margin-top: 0;
}
.paymentmethod span{
  display: inline-block;
  vertical-align: middle;
}
.paymentmethod {
    padding: 15px 0;
    border-top: 1px solid #e0e0e0;
}
.copyright .social-links {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 5px;
}
.copycontent{
    display: inline-block;
    line-height: 36px;
}
.footer-top .small-title {
    font-size: 14px;
    margin-bottom: 15px;
}
.clients-section {
    background-color: #f4f4f4;
    padding: 60px 0;
    margin-top: 50px;
    margin-bottom:10px;
}
.common-slider .owl-prev, .common-slider .owl-next {
    width: 48px;
    height: 40px;
    line-height: 40px;
    color: #f5f5f5;
    font-size: 0;
    transition: all 0.5s ease;
    border: 1px solid #dbdbdb;

}
.common-slider .owl-next {
    background: url(../images/arrow-right.png) no-repeat center center;
    transform: skew(-20deg);
    right: -60px;
}
.common-slider .owl-prev {
    background: url(../images/arrow-left.png) no-repeat center center;
    transform: skew(20deg);
    left: -60px;
}
.common-slider .owl-theme .owl-controls {
    bottom: auto;
    top: 40%;

}
.client-single{
  padding: 0 7px;
}
.custom-row {
    margin-right: -7px;
    margin-left: -7px;
}
.primary-blue{
  color: #147db9;
}
.primary-orange{
  color: #f58220;
}
.section-title{
    font-size: 22px;
    font-family: 'Gotham-Medium';
    margin-bottom: 15px;
    text-transform: uppercase;
  line-height: 25px;
}
.section-subtitle{
  font-size: 15px;
    font-family: 'Gotham-Medium';
    margin-bottom: 15px;
    text-transform: uppercase;
  line-height: 15px;
}
.about-section {
    background-image: url(../images/bg/about.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-height: 420px;
    padding: 100px 0;
    background-position: center top;
}
.aboutcontent-wraper{
    padding: 0 80px;
}
.quality-section {
    background-image: url(../images/bg/quality.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-height: 245px;
    padding: 75px 0;
    background-position: center top;
}
.quality-caption {
    font-size: 20px;
    font-family: 'Gotham-Medium';
    color: #fff;
    padding: 15px 20px 0;
    line-height: 24px;
}
/*.newarrival-inner {
    border-top: 1px solid #edededc2;
    padding-top: 50px;
}*/
.qualitysing-inner{
  position: relative;
}
.qualitysing-inner:before {
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    transform: skewX(25deg);
    content: "";
    background-color: #ffffff30;
}
.homeslider-section .owl-theme .owl-controls .owl-dot span {
    background-color: #a0a0a0;
    border-radius: 20px;
    height: 8px;
    margin: 5px 7px;
    width: 8px;
}
.homeslider-section  .owl-theme .owl-controls .owl-dots {
    bottom: 0px;
}
.footer-inner p{
    font-family: 'Gotham-Book';
    color: #000000;
    font-size: 13px;
}
.footertop-inner {
    padding: 40px 0;
    border-top: 2px solid #0b8dd7;
    margin-top: -2px;
    border-radius: 1px;
    background-color: #fff;
}
.qualitysingle:last-child .qualitysing-inner:before{
  display: none;
}
.homeproduct-section {
    padding: 0px 0 50px;
    /*min-height: 36vh;*/
        padding-bottom: 35px;
}
.footer-inner .btn {
    height: 40px;
    border-radius: 0;
    padding: 6px 20px;
    background-color: #0b8dd7;
    color: #fff;
    border: none;
    outline: 0;
    transition: all 0.5s ease;
}
.footer-inner .btn:hover, .footer-inner .btn:focus{
    background-color: #f58220;
    color: #fff;
    transition: all 0.5s ease;
}
.footer-inner .form-control{
  border-radius: 0;
  height: 40px;
  color: #000000;
  font-family: 'Gotham-Book';
  outline: 0;
  box-shadow: none;
}

body .owl-carousel .owl-item img{
  width: auto;
}
.homeprdsingle-inner .title {
    /*font-size: 18px;*/
    font-size: 13px;
    font-family: 'Gotham-Medium';
    text-transform: uppercase;
    padding: 30px 60px;
    min-height: 110px;
    position: relative;
    z-index: 99;
}
.homeprdsingle-inner .img-container {
    min-height: 156px;
    max-height: 156px;
    margin-top: 50px;
}
.homeprdsingle-inner .img-container img {
    /* height: 170px; */
    /* position: relative; */
    height: auto;
    position: relative;
    width: auto;
    max-width: calc(100% - 30px);
    max-height: 170px;
}
.homeprdsingle-inner{
  position: relative;
}
.homeprdsingle-inner:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 80%;
    width: 100%;
    border: 1px solid #ededed;
    background-color: #ffffff;
    transition: all 0.5s ease;
}
.homeprd-single .homeprdsingle-inner:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    transition: all 0.4s ease;
    background-color: #0b8dd7;
}

.homeprd-single:hover .homeprdsingle-inner:after {
    width: 100%;
    transition: all 0.4s ease;
}


.homeprd-single{
  padding: 0 15px;
}
.homeprd-single:hover .homeprdsingle-inner:before {
    box-shadow: 3px 7px 20px -6px #e4e4e4;
}
.content-topcaption {
    font-size: 16px;
    line-height: 25px;
}
.qualitysing-inner:hover img {
    animation: 0.5s ease 0s normal none 1 running scaleDisappear;
}
@-webkit-keyframes scaleDisappear {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    60% {
        opacity: 0;
        -webkit-transform: scale(1.3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes scaleDisappear {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }
    60% {
        opacity: 0;
        -moz-transform: scale(1.3);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}
@-ms-keyframes scaleDisappear {
    0% {
        opacity: 1;
        -ms-transform: scale(1);
    }
    60% {
        opacity: 0;
        -ms-transform: scale(1.3);
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1);
    }
}
@-o-keyframes scaleDisappear {
    0% {
        opacity: 1;
        -o-transform: scale(1);
    }
    60% {
        opacity: 0;
        -o-transform: scale(1.3);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}
@keyframes scaleDisappear {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    60% {
        opacity: 0;
        transform: scale(1.3);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.knowmore-btn{
  display: inline-block;
  padding: 0 50px;
  position: relative;
}
.knowmore-btn:before {
    position: absolute;
    left: -5%;
    content: "";
    width: 110%;
    height: 1px;
    top: 18px;
    background: #ebebeb;
    z-index: 10;
}
.knowmore-btn:after {
    position: absolute;
    left: 18%;
    content: "";
    width: 64%;
    height: calc(100% - 5px);
    top: 0;
    background: #ffffff;
    z-index: 10;
}
.knowmore-inner {
    display: inline-block;
    position: relative;
    margin: 0 15px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #e5e5e5;
    font-family: 'Gotham-Medium';
    transform: skew(20deg);
    padding: 10px 25px;
    overflow: hidden;
    z-index: 99;
    background: #fff;
}
.knowmore-inner span {
    position: relative;
    z-index: 30;
    transform: skew(-20deg);
    display: inline-block;
}
.knowmore-inner:before {
    position: absolute;
    left: -100%;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(215deg, #62b9e2, #5a50a0);
    z-index: 10;
    transition: all 0.5s ease;
}
.knowmore-inner:hover:before {
    left: 0;
    transition: all 0.5s ease;
}
.knowmore-inner:hover{
    color: #fff;
    transition: all 0.5s ease;
}
.m-t-30{
  margin-top: 30px;
}
.m-t-40{
  margin-top: 40px;
}

.headersearch-wraper{
  position: relative;
}
.header-search {
    margin-top: 20px;

    border: 1px solid #ededed;
    position: absolute;
    right: 15px;
    transition: all 0.7s ease;
    width: 100%;
}
.shrink .header-search {
    margin-top: 8px;
    transition: all 0.7s ease;
}
.expand .header-search{
  width: 135%;
  right: 15px;
  transition: all 0.7s ease;
}
.header-search .form-control {
    border-radius: 0;
    height: 41px;
    color: #000000;
    font-family: 'Gotham-Book';
    outline: 0;
    box-shadow: none;
    border: none;
}
.header-search .btn {
    height: 41px;
    border-radius: 0;
    padding: 6px 15px;
    background-color: #fff;
    color: #000000;
    border: none;
    outline: 0;
}
.buyonline-btn{
    background-color: #147db9;
    color: #fff;
    padding: 14px 20px;
    margin-top: -15px;
    transition: all 0.5s ease;
}
.buyonline-btn:hover{
    background-color: #f58220;
    transition: all 0.5s ease;
    cursor: pointer;
}
.common-header .navbar-default .navbar-nav>li>a.buyonline-btn {
    
    color: #fff;
    padding: 10px 20px;
    margin-top: -12px;
    transition: all 0.5s ease;
    /*animation: wobble 2s ease infinite 0.5s;*/
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 7s ease infinite;
    border-radius: 20px;
}
.common-header .navbar-default .navbar-nav>li>a.buyonline-btn:hover {
    background-color: #f58220;
    transition: all 0.5s ease;
    cursor: pointer;
}
.buyonline-btn span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
        
    }
}




.categorysingle .knowmore-btn{
    margin-bottom:  25px;
}
.catsingle-wraper .homeprdsingle-inner:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    transition: all 0.4s ease;
    background-color: #0b8dd7;
}
.catsingle-wraper .homeprdsingle-inner:hover:after {
    width: 100%;
    transition: all 0.4s ease;
}
.homeprdsingle-inner .title {
    font-size: 13px;
    /*font-size: 15px;*/
    font-family: 'Gotham-Medium';
    text-transform: uppercase;
    padding: 30px 60px 15px;
    min-height: 100px;
    position: relative;
    z-index: 99;
    text-align: center;
}
.collapsemenu>li{
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}
.collapsemenu>li:last-child{
    border-bottom: 1px solid transparent;
}

.collapsemenu>li>a {
    color: #000000;
    font-size: 15px;
    font-family: 'Gotham-Medium';
    display: inline-block;
    vertical-align: middle;
}
.collapsemenu li a {
  transition: all 0.5s ease;
}
.collapsemenu li a:hover, .collapsemenu li a:focus, .collapsemenu li a.active{
  color: #536dad;
  transition: all 0.5s ease;
}
.collapse-trigger{
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid #8e9091;
}
.collapse-trigger:after, .collapse-trigger:before{
  position: absolute;
  content: "";
  background-color: #8e9091;
}
.collapse-trigger:after {
    width: calc(100% - 10px);
    height: 1px;
    top: calc(50% - 1px);
    left: 5px;
}
.collapse-trigger.collapsed:before {
    width: 1px;
    height: calc(100% - 10px);
    left: calc(50% - 1px);
    top: 5px;
    transform: none;
    transition: all 0.5s ease;
}

.collapse-trigger:before {
    width: 1px;
    height: calc(100% - 10px);
    left: calc(50% - 1px);
    top: 5px;
    transform: rotate(90deg);
    transition: all 0.5s ease;
}
.collapsemenu{
  padding-left: 0;
}
.collapsemenu .well {
    padding: 10px 0 0 15px;
    margin-bottom: 0;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.firstlevel-collpase {
    width: 100%;
    max-width: calc(100% - 35px);
}
.collapse-submenu{
  padding-left: 0;
  list-style: none;
}

.collapse-submenu>li{
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #eee;
}
.collapse-submenu>li:last-child{
    border-bottom: 1px solid transparent;
}
.collapse-submenu>li>a {
    color: #000000;
    font-size: 14px;
}
.shopbg {
    background-image: url(../images/bg/categorypage.jpg);
    background-size: 100% auto;
}
.leftwraper{
  padding: 0 0 0 15px;
}
.rightwraper{
    border-left: 1px solid #ededed;
    padding: 0 50px;
}
.thumbnailprd-slider .singleprd {
    border: 1px solid #ededed;
    border-bottom: 1px solid #147db9;
    margin-bottom: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.5s ease 0.1s;
        
}
.thumbnailprd-slider .slick-current.slick-active.singleprd {
    border-bottom: 1px solid #536dad;
    transition: all 0.5s ease;
}

.thumbnailprd-slider .singleprd.slick-active{
        /*opacity: 1;
        visibility: visible;*/
        transition: all 0.5s ease;
}
.thumbnailprd-slider .singleprd img {
    height: 50px;
}


.thumbnailprd-slider .singleprd.slick-active{
    opacity: 1;
}

.singleprd-sliderwraper {
    padding: 0 0 0 8px;
}
.singleprd-slider{
  border: 1px solid #ededed;
  padding: 0;
}
.singleprd-sliderwraper .singleprd {
    padding: 35px;
    min-height: 400px;
}
.singleprd-sliderwraper .singleprd img{
    max-width: 95%;
}
.productdetail-contentwraper {
    padding: 0 50px;
    padding-right: 0;
}
.notecontent{
  font-style: italic;
}
.prd-singledetail{
  margin-bottom:  18px;

}
.pricecation{
  font-size: 18px;
  font-family: 'Gotham-Medium';
  margin-bottom: 2px;
}
.pricevalue {
    font-size: 26px;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
}
.pricevalue:after {
    position: absolute;
    right: 0;
    top: 10%;
    width: 1px;
    height: 90%;
    background-color: #000000;
    content: "";
    transform: rotate(20deg);
}
.pricewraper{
  font-size: 20px;
  font-family: 'Gotham-Medium';
}

body .select2-container--default .select2-selection--single {
    border: 1px solid #ededed;
    border-radius: 0;
    outline: 0;
    height: 38px;
    line-height: 38px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 38px;
    padding: 0 15px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #536dad transparent transparent transparent;
    border-width: 6px 5px 0 5px;
    transition: all 0.5s ease;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    top: 1px;
    right: 4px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #536dad transparent transparent transparent;
  border-width: 6px 5px 0 5px;
  transform: rotate(-180deg);
  transform-origin: center center;
  transition: all 0.5s ease;
}
body .select2-dropdown {
    border: 1px solid #ededed;
}
body .select2-results__option {
    padding: 6px 15px;
}

.productlist-addtable {
    background-color: #dbd3c9;
    margin: 10px 0 40px;
    font-family: "outfit";
}

.productlist-addtable .table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    line-height: 18px;
    font-family: "outfit";
    font-weight: 500;
    font-size: 15px;
}

.productlist-addtable .table > tbody > tr > td {
    padding: 8px;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    line-height: 19px;
    font-size: 13px;
    /* text-align: left; */
    background: #f4f4f4;
    /* border-left: 0; */
    /* border-right: 0; */
    text-align: center;
    color: #636363;
    font-family: "outfit";
    font-weight: 500;
    vertical-align: middle;
}

.productlist-addtable .table {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0;
}
/*.productlist-addtable .table>thead>tr th:last-child, .productlist-addtable .table>tbody>tr td:last-child  {
  text-align: center;
}*/
.addcart-btn {
    display: inline-block;
    padding: 4px 20px;
    background-color: #9f8059;
    color: #fff;
    line-height: 18px;
    border: 0;
    transition: all 0.5s ease;
    border-radius: 5px;
}

.product-detail-content {
    margin: 50px 0px 120px 0px;
}

.addcart-btn:hover, .addcart-btn:focus {
    background-color: #6f7c61;
    color: #fff;
    transition: all 0.5s ease;
}
/*custom input number*/
.quantity {
  position: relative;
  display: inline-block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
    width: 100px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 26px;
    border: 1px solid #eee;
    border-radius: 6px;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    width: 25px;
    text-align: center;
    color: #333;
    font-size: 14px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #916c3e;
    color: #fff;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    line-height: 1.7;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  line-height: 18px;
  height: 50%;
}
/*end*/
.aboutdetail-section{
  padding: 100px 0;

}
.aboutdetail-section .aboutcontent-wraper {
    padding: 0 75px;
}

.history-section {
    background-image: url(../images/bg/abtdetail-Banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    padding: 60px 0 50px;
    background-position: center top;
}
.history-section .aboutcontent-wraper {
    padding: 0 15px;
}
.working-industries ul {
    list-style: none;
    width: 33.33%;
    float: left;
    border-right: 1px solid #c8c8c8;
    padding: 0;
    margin: 50px 0 0;
}
.working-industries ul:last-child, .working-industries li:last-child {
    /* border: none; */
    border-right: 0;
    border-bottom: 0;
}

.working-industries li {
    display: block;
    border-bottom: 1px solid #c8c8c8;
    padding: 0 0 0 20px;
    text-align: left;
    font-family: 'Gotham-Book';
    font-size: 14px;
    color: #000000;
    min-height: 64px;
    line-height: 62px;
    transition: all 0.4s ease;
    cursor: default;
    padding-left: 15px;
}
.working-industries li:not(:empty):hover, .working-industries li:not(:empty):focus {
    background-color: #ededed;
    transition: all 0.6s ease;
}


.working-industries li span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
.working-industries li span:first-child{
  width:  36px;
}
/*.working-industries li:empty{
  background-color: #000;
}
*/
.vision-section{
  padding: 60px 0;
}
.visionlinks li {
    padding: 0 12px 0 10px;
    line-height: 16px;
    border-right: 1px solid #b3b3b3;
    margin-bottom: 8px;
}
.visionlinks li{
  color: #000000;
  font-size: 16px;
  transition: all 0.5s ease;
}
.visionlinks li a:hover, .visionlinks li a:focus {
    color: #f58220;
    transition: all 0.5s ease;
}
.visionlinks ul{
    padding: 0;
    margin: 30px 0 0;
}
.text-white{
  color: #fff;
}
.filterclose {
    float: right;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    background: #f96363;
    line-height: 22px;
    color: #fff;
    margin: 0 10px 10px;

}
body .filter {
    position: fixed;
    bottom: 8px;
    right: 8px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 99;
    background-color: #f58220;
    text-align: center;
    line-height: 35px;
    color: #fff;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    transition: all 0.8s ease;
}
body.reachedfooter .filter {
    bottom: -80px;
    right: -80px;
    transition: all 1s ease;
}
.product-accordian{

}

.product-accordian .collapsemenu>li {
    padding: 0;
    background-color: #ecebeb;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.product-accordian .collapsemenu .well {
    padding: 20px 15px;
    margin-bottom: 0;
    background-color: #f3f3f3;
    float: left;
    width: 100%;
}
.product-accordian .collapsemenu>li>a.firstlevel-collpase {
    padding: 15px;
}
.prdaddd-cartsection {
    padding: 0 15px 50px;
    min-height: 30vh;
}

.product-accordian .well .row {
    margin-bottom: 20px;
}
.product-accordian .well .row:last-child {
    margin-bottom: 0;
}
.labelcaption {
    font-size: 14px;
    padding: 5px 15px;
    font-family: 'Gotham-Medium';
}
.innnerBanners {
    margin-bottom: 30px;
}
.innnerBanners .owl-theme .owl-controls .owl-dots {
    bottom: 5px;
}
.product_specifications_list {
    padding-left: 0;
    margin-bottom: 30px;
    min-height: 210px;
}
.product_specifications_list li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px;
    display: inline-block;
    min-width: 49%;
    position: relative;
    vertical-align: middle;
}
.title h4 {
    color: #147db9;
    font-family: 'Gotham-Medium';
    margin-bottom: 20px;
}
.product_specifications_list li:before {
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 3px;
    border-radius: 100%;
    background-color: #1677af;
    margin-right: 6px;
    margin-bottom: 3px;
}



/**/
.specification_enquiry .label-fields {
    display: block;
    color: #f58220;
    font-size: 16px;
}

.specification_enquiry .form-fields {
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
}

.specification_enquiry .input-fields {
    width: 100%;
    height: 38px;
    outline: none;
    padding: 2px 5px;
    border: 1px solid #ccc;
    box-shadow: none;
}
.specification_enquiry .modal-body {
    background-color: #f1f1f1;
}
.specification_enquiry textarea.input-fields {
    min-height: 80px;
}
.specification_enquiry .upload .input-fields {
    border: 0;
    margin: 20px 0;
    outline: none;
}
.specification_enquiry .upload {
    margin-bottom: 0;
    outline: none;
}
.specification_enquiry .btns-close {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 0;
    text-align: center;
    line-height: 30px;
    font-family: 'Gotham-Medium';
    cursor: pointer;
}
.specification_enquiry .modal-footer {
    padding: 30px 10px;
}
.modal-header h2 {
    text-align: left;
    color: #147db9;
    display: inline-block;
    float: none;
    font-size: 22px;
    font-family: 'Gotham-Medium';
    width: calc(100% - 40px);
    margin: 0;
}
.pagetitle-section{
      margin: 50px 0 15px;
}
.page-title {
    font-size: 20px;
    font-family: 'Gotham-Medium';
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
}
.tdsingle-row:not(:last-child){
  margin-bottom: 10px;
}
.light-text{
  color: #6b6d6f;
}
.cartprd-image {
    width: 55px;
}
.removecart-btn {
    display: inline-block;
    background-color: #fb5b5bc2;
    color: #fff;
    line-height: 28px;
    margin: 0px 10px 0px 10px;
    transition: all 0.5s ease;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 100%;
    border: 0;
    float: right;
}
.removecart-btn:hover, .removecart-btn:focus{
  color: #fff;
background-color: #fb5b5b;
transition: all 0.5s ease;
}

.cart-page .productlist-addtable .table>tbody tr:last-child td  {
  padding: 25px 8px;
  font-family: 'Gotham-Medium';
}
.tablefooter-wraper {
    margin: 15px 0;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.applycoupon-wraper .form-control, .applycoupon-wraper .btn-default{
  height: 48px;
}
.primdark-btn {
    display: inline-block;
    position: relative;
    margin: 0 15px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    background: linear-gradient(215deg, #536dad, #61acda);
    transition: all 0.5s ease;
    border: none;
}
.primdark-btn:hover, .primdark-btn:focus {
    background: linear-gradient(270deg, #536dad, #61acda);
    transition: all 0.5s ease;
    color: #ffffff;
    outline: 0;
}
.smallcus-title {
    font-size: 16px;
    font-family: 'Gotham-Medium';


}
.micro-title {
    font-size: 14px;
    font-family: 'Gotham-Medium';
    margin-bottom: 10px;
    text-transform: capitalize;
    margin-top: 10px;
}
.cartsummary-single {
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
    color: #5f6263;
    float: left;
    width: 100%;
}
.chckoutbtn {
    display: inline-block;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #e5e5e5;
    font-family: 'Gotham-Medium';
    padding: 15px;
    background: #147db9;
    transition: all 0.5s ease;
    overflow: hidden;
    z-index: 99;
    width: 100%;
}
.chckoutbtn:hover, .chckoutbtn:focus{
  background: #536dad;
  transition: all 0.5s ease;
  color: #ffffff;
}
.chckoutbtn.conbtn {
    background: #6f7c61;
}
.chckoutbtn.conbtn:hover {
    background: #147db9;
    color: #fff;
    transition: all 0.5s ease;
}

.notecontent-wraper {
    display: inline-block;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #e5e5e5;
    padding: 10px;
    background: #9d9d9d;
    transition: all 0.5s ease;
    overflow: hidden;
    z-index: 99;
    width: 100%;
    border-radius: 6px;
}

.fixedbackdrop {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #00000050;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0.3s;
}
.showtoggle.fixedbackdrop {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease 0.15s;
}
.slidetoggle {
    position: absolute;
    max-width: 300px;
    right: -350px;
    top: 0;
    background-color: #fff;
    transition: all 0.4s ease 0.2s;
}
.showtoggle .slidetoggle {
    right: 0;
    transition: all 0.4s ease 0.3s;
}
.slidetoggle-right {
    min-height: 100vh;
    width: 100%;
    padding: 40px;
}
.toggleclose {
    position: absolute;
    top: calc(50% - 5px);
    left: -20px;
    width: 40px;
    height: 40px;
    background-color: #536dad;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.4s ease;
}
.toggleclose:hover {
    background-color: #fd4545;
    transition: all 0.4s ease;
}


.showtoggle .toggleclose {
    opacity: 1;
    visibility: visible;
    transform: scale(1.1);
    transition: all 0.4s ease 0.7s;
}
.toggleclose:before, .toggleclose:after{
    background-color: #ffffff;
    position: absolute;
    content: "";
    width: 1px;
    height: 26px;
    left: 20px;
    top: 8px;
    transition: all 0.5s ease 0.1s;
}
.toggleclose:before{
    transform: rotate(-40deg) scale(0);
    transform-origin: left;
}
.toggleclose:after {
    transform: rotate(40deg) scale(0);
    transform-origin: left;
}
.showtoggle .toggleclose:before{
    transform: rotate(-40deg) scale(1);
    transform-origin: left;
    transition: all 0.4s ease 0.8s;
}
.showtoggle .toggleclose:after {
    transform: rotate(40deg) scale(1);
    transform-origin: left;
    transition: all 0.5s ease 1s;
}
.fixedbtn-right {
    position: fixed;
    right: -150px;
    background: #147db9;
    /*background: linear-gradient(215deg, #f58320, #f1b12e);*/
    color: #fff;
    padding: 8px 16px;
    transform: rotate(-90deg);
    z-index: 99;
    top: calc(50% - 62px);
    transform-origin: right center;
    transition: all 0.5s ease 0.45s;
}
.closed.fixedbtn-right {
    transition: all 0.5s ease 0.7s;
    right: 18px;
}
.fixedbtn-right:hover, .fixedbtn-right:focus {
    position: fixed;
    background-color: #147db9;
    color: #fff;
    transition: all 0.5s ease 0.45s;
}
.slidetoggle-right .form-fields {
    margin-bottom: 15px;
}
.slidetoggle-right label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    color: #6f6f6f;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
}
.submitbtn {
    background-color: #e84478;
    padding: 8px 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Gotham-Medium';
    transition: all 0.5s ease;
    border: 0;
    outline: 0;
}
.submitbtn:hover, .submitbtn:focus {
    background: #096498;
    /*background: linear-gradient(215deg, #f58320, #f1b12e);*/
    color: #fff;
    transition: all 0.5s ease;
}
.savebtn {
    background-color: #f58220;
    padding: 8px 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Gotham-Medium';
    transition: all 0.5s ease;
    border: 0;
    outline: 0;
}
.savebtn:hover, .savebtn:focus {
    background: #da7017;
    color: #fff;
    transition: all 0.5s ease;
}
.continuebtn {
    background: #536dad;
    
    padding: 8px 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Gotham-Medium';
    transition: all 0.5s ease;
    border: 0;
    outline: 0;
}
.continuebtn:hover, .continuebtn:focus {
    background: #147db9;
    /*background: linear-gradient(215deg, #f58320, #f1b12e);*/
    color: #fff;
    transition: all 0.5s ease;
}
.formgrp-inner {
    float: left;
    padding: 0 6px;
    position: relative;
    width: 50%;
}
.padlr-6px {
    padding: 0 6px;
}
body .shipping-wraper .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    color: #999894;
    font-size: 14px;
    height: 40px;
}
body .shipping-wraper textarea.form-control {
    height: 80px;
    resize: none;
}
.form-group{
    float: left;
    width:100%;
}
.edit-addr {
    color: #56514d;
    font-size: 13px;
    text-transform: capitalize;
    text-decoration: underline;
    transition: all 0.5s ease;
}
.addrname {
     font-family: 'Gotham-Medium';
    text-transform: capitalize;
}
.addrlist-container label p {
    margin: 0 0 4px;
}

/**/
.checkbox, .radio {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label, label.radio-inline {
    cursor: pointer;
    padding-left: 25px;
    position: relative;
    color: #676767;
}
.form-group.is-focused .radio label,
.form-group.is-focused label.radio-inline {
  color: rgba(0,0,0, 0.26);
}
.form-group.is-focused .radio label:hover,
.form-group.is-focused label.radio-inline:hover,
.form-group.is-focused .radio label:focus,
.form-group.is-focused label.radio-inline:focus {
  color: rgba(0,0,0, .54);
}
fieldset[disabled] .form-group.is-focused .radio label,
fieldset[disabled] .form-group.is-focused label.radio-inline {
  color: rgba(0,0,0, 0.26);
}
.radio span,
label.radio-inline span {
  display: block;
  position: absolute;
  left: 4px;
  top: 2px;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.radio .circle,
label.radio-inline .circle {
  border: 2px solid rgba(0,0,0, .30);
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.radio .check,
label.radio-inline .check {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #009688;
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
}
.radio .check:after,
label.radio-inline .check:after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0,0,0, 0.87);
  left: -18px;
  top: -18px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1);
          transform: scale3d(1.5, 1.5, 1);
}
.radio input[type=radio]:focus:not(:checked) ~ .check:after,
label.radio-inline input[type=radio]:focus:not(:checked) ~ .check:after {
  -webkit-animation: rippleOff 500ms;
       -o-animation: rippleOff 500ms;
          animation: rippleOff 500ms;
}
.radio input[type=radio]:focus:checked ~ .check:after,
label.radio-inline input[type=radio]:focus:checked ~ .check:after {
  -webkit-animation: rippleOn 500ms;
       -o-animation: rippleOn 500ms;
          animation: rippleOn 500ms;
}
.radio input[type=radio],
label.radio-inline input[type=radio] {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.radio input[type=radio]:checked ~ .check,
label.radio-inline input[type=radio]:checked ~ .check,
.radio input[type=radio]:checked ~ .circle,
label.radio-inline input[type=radio]:checked ~ .circle {
  opacity: 1;
}
.radio input[type=radio]:checked ~ .check,
label.radio-inline input[type=radio]:checked ~ .check {
  background-color: #536dad;
}
.radio input[type=radio]:checked ~ .circle,
label.radio-inline input[type=radio]:checked ~ .circle {
  border-color: #536dad;
}
.radio input[type=radio]:checked ~ .check,
label.radio-inline input[type=radio]:checked ~ .check {
  -webkit-transform: scale3d(0.55, 0.55, 1);
          transform: scale3d(0.55, 0.55, 1);
}
.radio input[type=radio][disabled] ~ .check,
label.radio-inline input[type=radio][disabled] ~ .check,
.radio input[type=radio][disabled] ~ .circle,
label.radio-inline input[type=radio][disabled] ~ .circle {
  opacity: 0.26;
}
.radio input[type=radio][disabled] ~ .check,
label.radio-inline input[type=radio][disabled] ~ .check {
  background-color: #000000;
}
.radio input[type=radio][disabled] ~ .circle,
label.radio-inline input[type=radio][disabled] ~ .circle {
  border-color: #000000;
}
.theme-dark .radio input[type=radio][disabled] ~ .check,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .check,
.theme-dark .radio input[type=radio][disabled] ~ .circle,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .circle {
  opacity: 0.3;
}
.theme-dark .radio input[type=radio][disabled] ~ .check,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .check {
  background-color: #ffffff;
}
.theme-dark .radio input[type=radio][disabled] ~ .circle,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .circle {
  border-color: #ffffff;
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
.checkbox label,
label.checkbox-inline {
  cursor: pointer;
  padding-left: 0;
}
.form-group.is-focused .checkbox label,
.form-group.is-focused label.checkbox-inline {
  color: rgba(0,0,0, 0.26);
}
.form-group.is-focused .checkbox label:hover,
.form-group.is-focused label.checkbox-inline:hover,
.form-group.is-focused .checkbox label:focus,
.form-group.is-focused label.checkbox-inline:focus {
  color: rgba(0,0,0, .54);
}
fieldset[disabled] .form-group.is-focused .checkbox label,
fieldset[disabled] .form-group.is-focused label.checkbox-inline {
  color: rgba(0,0,0, 0.26);
}
.checkbox input[type=checkbox],
label.checkbox-inline input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.checkbox .checkbox-material,
label.checkbox-inline .checkbox-material {
  vertical-align: middle;
  position: relative;
  top: 3px;
}
.checkbox .checkbox-material:before,
label.checkbox-inline .checkbox-material:before {
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  height: 20px;
  width: 20px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  -webkit-transform: scale3d(2.3, 2.3, 1);
          transform: scale3d(2.3, 2.3, 1);
}
.checkbox .checkbox-material .check,
label.checkbox-inline .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0,0,0, .30);
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}
.checkbox .checkbox-material .check:before,
label.checkbox-inline .checkbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin-top: -4px;
  margin-left: 6px;
  width: 0;
  height: 0;
  -webkit-box-shadow: 0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0 inset;
          box-shadow: 0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0 inset;
}
.checkbox input[type=checkbox]:focus + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.checkbox input[type=checkbox]:focus:checked + .checkbox-material:before,
label.checkbox-inline input[type=checkbox]:focus:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 500ms;
       -o-animation: rippleOn 500ms;
          animation: rippleOn 500ms;
}
.checkbox input[type=checkbox]:focus:checked + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:focus:checked + .checkbox-material .check:before {
  -webkit-animation: checkbox-on 0.3s forwards;
       -o-animation: checkbox-on 0.3s forwards;
          animation: checkbox-on 0.3s forwards;
}
.checkbox input[type=checkbox]:focus:checked + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus:checked + .checkbox-material .check:after {
  -webkit-animation: rippleOn 500ms forwards;
       -o-animation: rippleOn 500ms forwards;
          animation: rippleOn 500ms forwards;
}
.checkbox input[type=checkbox]:focus:not(:checked) + .checkbox-material:before,
label.checkbox-inline input[type=checkbox]:focus:not(:checked) + .checkbox-material:before {
  -webkit-animation: rippleOff 500ms;
       -o-animation: rippleOff 500ms;
          animation: rippleOff 500ms;
}
.checkbox input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:before {
  -webkit-animation: checkbox-off 0.3s forwards;
       -o-animation: checkbox-off 0.3s forwards;
          animation: checkbox-off 0.3s forwards;
}
.checkbox input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:after {
  -webkit-animation: rippleOff 500ms forwards;
       -o-animation: rippleOff 500ms forwards;
          animation: rippleOff 500ms forwards;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
  color: #f58220;
    border-color: #f58220;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #f58220;
  -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
          box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
}
fieldset[disabled] .checkbox,
fieldset[disabled] label.checkbox-inline,
fieldset[disabled] .checkbox input[type=checkbox],
fieldset[disabled] label.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
label.checkbox-inline input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
.checkbox input[type=checkbox][disabled] + .circle,
label.checkbox-inline input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0,0,0, 0.87);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@-webkit-keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@-o-keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@-webkit-keyframes checkbox-off {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 10px inset;
            box-shadow: 0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 0 inset;
            box-shadow: 0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 0 inset;
  }
}
@-o-keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 10px inset;
  }
  100% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 0 inset;
  }
}
@keyframes checkbox-off {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 10px inset;
            box-shadow: 0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 0 inset;
            box-shadow: 0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 0 inset;
  }
}
@-webkit-keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
/**/


.custom-title {
    font-size: 16px;
    font-family: 'Gotham-Medium';
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 25px;
    color: #5f5f5f;
}
.addrform-container {
    float: left;
    width: 100%;
}
.addright-wrapper:before {
    content: "";
    background-color: #ecebeae0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
}
.addright-wrapper {
    position: relative;
        padding: 0 24px;
}
.addrsingle{
    background-color: #fff;
    box-shadow: 0 0 13px -1px #e4e2e2;
    padding: 10px 6px;
}
.addside-wraper {
    padding: 0 30px;
}
.shipping-section {
    min-height: 36vh;
    padding-bottom: 70px;
}
.checkout-address .addrsingle {
    padding: 15px;
}
.checkout-address .addrsingle {
    padding: 15px 25px;
    text-transform: capitalize;
}
.checkout-address .cartsummary-single {
    border-bottom: none;
}
.checkout-address .productlist-addtable {
    margin: 10px 0 40px;
}
.profiletab-wraper.list-inline {
    margin-left: 0;
    text-align: center;
    border-bottom: 1px solid #ededed;
}

.profiletab-wraper li a {
    font-size: 16px;
    font-family: 'Gotham-Medium';
    text-transform: uppercase;
    color: #5c5c5d;
    padding: 15px 0 20px;
    margin: 0 15px;
    transition: all 0.5s ease;
    position: relative;
}
.profiletab-wraper li a:hover {
    color: #147db9;
    transition: all 0.5s ease;
}
.profiletab-wraper li.active a {
    color: #536dad;
}
.profiletab-wraper li a:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    content: "";
    height: 2px;
    background-color: #147db9;
    transition: all 0.5s ease;
}
.profiletab-wraper li.active a:after {
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
}
.changepwd-wraper .formgrp-inner {
    float: left;
    padding: 0 6px;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.myprofile-wraper label {
    display: block;
    margin-bottom: 6px;
    font-weight: 400;
    color: #636161;
    font-size: 14px;
}

.myprofile-wraper .form-control[disabled]{
    background-color: #fff;
    cursor: default;
}
.absbtn-wraper{
    position: relative;
}
.absbtn, .absbtn:hover {
    position: absolute;
    left: 5px;
    width: calc(100% - 10px);
    top: 5px;
    transition: all 0.5s ease;
}
.profile-edit .absbtn {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease;
}
.profile-section{
    padding: 30px 0;
}
.custom-modal .modal-body, .custom-modal .modal-content{
    float: left;
    width: 100%;
    border-radius: 0;
}
.addrbottom{
    margin-top: 15px;
}
.forget_link{
    display: inline-block;
    color: #000000;
}
.forget_link span {
    display: inline-block;
    margin-left: 12px;
    color: #536dad;
    transition: all ease-in 0.5s;
    text-decoration: underline;
}
.input-group-btn {
    outline: 0;
}
.header-search .btn-default.active.focus, .header-search .btn-default.active:focus, .header-search .btn-default.active:hover, .header-search .btn-default:active.focus, .header-search .btn-default:active:focus, .header-search .btn-default:active:hover, .header-search .open>.dropdown-toggle.btn-default.focus, .header-search .open>.dropdown-toggle.btn-default:focus, .header-search .open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #536dad;
    border-color: #536dad;
}
.smallbtn{
    color: #ffffff;
    font-size: 13px;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.5s ease;
    background-color: #f58220;
    padding: 5px 15px;
}
.smallbtn:hover{
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.5s ease;
    background-color: #147db9;
}
.parsley-errors-list{
    display: none;
}

body .shipping-wraper .form-control.parsley-error, input.parsley-error, .form-control.parsley-error{
    border: 1px solid #ff4242;
}
.smallbtn-secodary {
    background-color: #536dad;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    padding: 6px 20px;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.5s ease;
}
.smallbtn-secodary:hover, .smallbtn-secodary:focus {
    background-color: #147db9;
    color: #fff;
    transition: all 0.5s ease;
}
.invoicepage .addside-wraper {
    padding: 0 15px;
}
.invoicepage .profile-section {
    padding: 10px 0;
}
.backbtn{
    display: inline-block;
    background-color: #ffffff;
    font-size: 14px;
    padding: 5px 25px;
    color: #484848;
    text-transform: capitalize;
    border: 1px solid #d0d0d0;
    transition: all 0.5s ease;
}
.backbtn:hover{
    background-color: #f5f5f5;
    color: #484848;
    transition: all 0.5s ease;
}
.searchlist-page .page-title{
    text-transform: none;
}

.animatedbag-wraper {
   
   /* position: absolute;
    background-color: #e73c7e;
    width: 40px;
    height: 40px;
    left: -20px;
    top: -2px;
    border-radius: 50px;
    line-height: 38px;
    text-align: center;*/
}
.animatedcart{
     position: relative;
    -webkit-animation: wobble 1.7s ease infinite 0.6s;
    -moz-animation: wobble 1.7s ease infinite 0.6s;
    animation: wobble 1.7s ease infinite 0.6s;
}
.animated-bag {
    transform: translateY(-8px) translateX(4px) rotate(36deg);
    position: absolute;
    width: 7px;
    -webkit-animation: cartbag 1.7s ease infinite;
    -moz-animation: cartbag 1.7s ease infinite;
    animation: cartbag 1.7s ease infinite;
}
@-webkit-keyframes cartbag {
    0% {
        transform: translateY(-8px) translateX(4px) rotate(36deg);
    }
    50% {
        transform: translateY(2px) translateX(4px) rotate(36deg) scale(0.5);
    }
    60% {
        transform: translateY(2px) translateX(4px) rotate(36deg) scale(0);
    }
    100% {
        transform: translateY(2px) translateX(4px) rotate(36deg) scale(0);
    }
}
@-moz-keyframes cartbag {
    0% {
        transform: translateY(-8px) translateX(4px) rotate(36deg);
    }
    50% {
        transform: translateY(2px) translateX(4px) rotate(36deg) scale(0.5);
    }
    60% {
        transform: translateY(2px) translateX(4px) rotate(36deg) scale(0);
    }
    100% {
        transform: translateY(2px) translateX(4px) rotate(36deg) scale(0);
    }
}
@keyframes cartbag {
    0% {
        transform: translateY(-8px) translateX(4px) rotate(36deg);
    }
    50% {
        transform: translateY(2px) translateX(4px) rotate(36deg) scale(0.5);
    }
    60% {
        transform: translateY(2px) translateX(4px) rotate(36deg) scale(0);
    }
    100% {
        transform: translateY(2px) translateX(4px) rotate(36deg) scale(0);
    }
}


@keyframes wobble{
0% {
transform: translateX(-1px);
}
10% {
transform: translateX(2px);
}
20% {
transform: translateX(-1px);
}
30% {
transform: translateX(0);
}
60% {
transform: translateX(0);
}
100% {
transform: translateX(0);
}
}
@@-webkit-keyframes wobble{
0% {
-webkit-transform: translateX(-1px);
}
10% {
-webkit-transform: translateX(2px);
}
20% {
-webkit-transform: translateX(-1px);
}
30% {
-webkit-transform: translateX(0);
}
60% {
-webkit-transform: translateX(0);
}
100% {
-webkit-transform: translateX(0);
}
}


.common-notify, .common-notify:hover {
    min-width: 90px;
    color: #fff;
    text-align: center;
    border-radius: 0;
}
.common-notify + .common-notify{
    margin-top: 5px;
}
.outof-stock{
    background-color: #f54c48;
    cursor: default;
    display: block;
}
.notifyme{
    background-color: #65a965;
    display: block;
}
.bredcrumb-container {
    padding: 10px 0 0 0;
}
/*.bredcrumb-inner {
    border-bottom: 1px solid #ededed;
}*/
.bredcrumb-section ul {
    margin: 0;
    padding: 0 0 10px 0;
}
.bredcrumb-section li {
    position: relative;
    padding: 0 10px 0 0;
}
.bredcrumb-section li a {
    color: #000000;
    font-size: 13px;
    padding: 0 4px 0 0;
    text-transform: capitalize;
    transition: all 0.5s ease;
}
.bredcrumb-section li:last-child a {
    cursor: default;
    color: #536dad;
}
.bredcrumb-section li:nth-child(2) a {
    cursor: default;
}
.bredcrumb-section li:after {
    content: "\f105";
    font-family: fontawesome;
    color: #cccccc;
    font-size: 15px;
    position: absolute;
    right: 2px;
    top: 0;
}
.bredcrumb-section li:last-child:after{
    display: none;
}
.bredcrumb-section{
    background-color: #00000010;
}
.contentpage-section {
    padding: 60px 0;
}
.contentpage-section .content-para h1 {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Gotham-Medium';
}
.content-para .form-group {
    margin-bottom: 10px;
}
.content-para ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.addr-container p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
}
.addr-container p i {
    font-size: 25px;
    width: 35px;
}
.contentpage-section p a, .contentpage-section li a {
    color: #da6b26;
    text-decoration: underline;
}
.addr-container{
    /*margin: 30px 0 50px;*/
}
.homeprd-single .knowmore-btn{
    margin-bottom: 25px;
}
.client-slider{
    margin-top: 15px;
}
.inquiry-wraper{
    margin-top:  30px;
}

.navbar-nav .dropdown .dropdown-menu {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

    transform: translateY(10px);
    display: block;
    visibility: hidden;
    opacity: 0;
}

.navbar-nav .dropdown.open .dropdown-menu {
    
    opacity: 1;
    transform: translateY(-18px);
    visibility: visible;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    
}
.navbar-nav  .dropdown-menu>li>a {
    padding: 15px 20px;
    text-transform: capitalize;
    font-size: 16px;
}
.inquiryform {
    margin-top: 25px;
    float: left;
    width: 100%;
}
#couponremove.primdark-btn {
    background: linear-gradient(215deg, #f52020, #ff5757);
}
.invoicetop-wraper{
    background-color: #fff;
    box-shadow: 0 0 13px -1px #e4e2e2;
    padding: 25px 25px 0;
    position: relative;
}
.invoicetop-wraper:before {
    position: absolute;
    left: 50%;
    width: 1px;
    height: 90%;
    top: 5%;
    content: "";
    background-color: #e2e2e2;
}
.invoiceright-top .custom-title{
    font-size: 24px;
    padding-bottom: 30px;
}

.navbar-nav .dropdown:hover .menuclosed.dropdown-menu {
    opacity: 0;
    transform: translateY(30px);
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.buyonline-xs {
    color: #fff;
    padding: 14px 30px;
    margin-top: -12px;
    transition: all 0.5s ease;
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 7s ease infinite;
    border-radius: 20px;
    font-size: 16px;
    line-height: 15px;
}
.buyonline-xs span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
}
/*.buyonline-xs{
    color: #fff;
    padding: 3px 10px;
    transition: all 0.5s ease;
    background: linear-gradient(-45deg, #EE7752, #E73C7E);
    border-radius: 20px;
    font-size: 12px;
    line-height: 20px;
    vertical-align: top;
}*/
.buyonline-xs:hover{
    color: #fff;
    transition: all 0.5s ease;
}

.pos{
    position: relative;
}

.pos .col-md-4{
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 9999999;
}



#canc h3 span {
    text-transform: uppercase;
    color: red;
    font-weight: 600;
}

#succ h3 span{
    text-transform: uppercase;
    color: #3c763d;
    font-weight: 600;
}
.payment-mode .radio label, .payment-mode label.radio-inline {
    font-size: 12px;
}
.payment-mode .radio {
        margin-top: 0;
    margin-bottom: 0;
}
/*.radio .parsley-error .circle {
    border: 2px solid rgb(255, 49, 49);
}*/
.payment-mode .parsley-errors-list {
    display: block;
    list-style: none;
    font-size: 10px;
    position: absolute;
    width: 320px;
    left: 0;
    text-align: left;
    padding: 0 7px;
    line-height: 12px;
    color: #ff2828;
}
.dropdown:hover .dropdown-menu {
    transition: all 0.4s ease;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.dropdown .dropdown-menu {
    display: block;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
 }

 .printbtn{
    background: #5a74b6;
    margin-right: 20px;
    font-size: 16px;
    padding: 4px 20px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Gotham-Medium';
    border: 1px solid #5a74b6;
    transition: 0.7s;
 }

  .printbtn:hover{
    color: #f58220;
    border: 1px solid #f58220;
    background: transparent;
  }

@media print {

    .printbtn, .backbtn{
        display: none;
    }
    .page-title {
    
   
    padding-bottom: 0px;
}
.invoicetop-wraper{
        padding: 0;
}


.productlist-addtable .table>thead>tr>th{
       font-weight: 500;
}

.custom-title {
    font-size: 14px;
    margin-bottom: 0px !important;
}

.invoiceright-top .custom-title{
    font-size: 14px;
    padding-bottom: 0px;
}
.productlist-addtable .table>tbody>tr>td{
           padding: 10px 0px;
           text-align: center;
}

.pagetitle-section{
        margin: 0;
}
.orderdetail-container{
        text-align: left;
}
.custom-title{
    text-align: left;
}

.invoicetop-wraper .addside-wraper{
    float: left;
}


.addside-wraper{
    width: 50%;
}

.ccc{
    width: 50%;
    float: right;
}
.radio label{
        padding-left: 0;
}
.cartsummary-single{
        padding-right: 30px;
}

}
.productlist-custable.productlist-addtable{
    display: block;
}

.small-text { font-size:9px;}

.bannerinner img{
    width: 100%;
}


a.spins {
    background: #E84478;
    color: #fff;
    padding: 5px 15px;
    transition: all 500ms ease;
    border-radius: 0px;
    font-style: normal;
    font-family: 'Gotham-Book';
    font-size: 13px;
    display: inline-block;
    text-transform: uppercase;
    
}

.fixedbtn-wraper a.spins {
    position: fixed;
    right: -40px;
    transform: rotate(-90deg);
    z-index: 9;
    padding: 10px 15px;
    top: 45vh;
}
a:hover.spins{background:#2EA0D0    ;transition: all 500ms ease;}

.mr-bt{margin-bottom:30px;display:block;}



.footer-menu .social-links li {
    width: auto;
}
.contactleft-single {
    margin-bottom: 35px;
    float: left;
    width: 100%;
}
.contactleft-single .section-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
}

 .content-para .contactleft-single p {
    line-height: 24px;
}
body .zsiq_floatmain {
    z-index: 1 !important;
}

.productdetail-imgwraper .slick-prev:before, .productdetail-imgwraper .slick-next:before {
    font-family: 'fontawesome';
    color: #525151;
}
.productdetail-imgwraper .slick-next:before {
    content: '\f105';
}
.productdetail-imgwraper .slick-prev:before {
    content: '\f106';
}
.subbrand-logo{
    display: inline-block;
    width: 50px;
    vertical-align: middle;
    margin: 0 5px;
}
.customlegend-wraper{
    padding: 20px;
}
.customlegend-list{
    margin-bottom: 0;
    padding:10px 0px;
}
.clients-section .common-slider .owl-theme .owl-controls {
    bottom: auto;
    top: 25%;
}

.productdetail-imgwraper .thumbnailprd-slider .slick-next:before {
    content: '\f107';
}
.thumbnailprd-slider .slick-next {
    right: 35px;
    border: 1px solid #0000001c;
    border-radius: 50%;
    /*bottom: -65px;*/
    top: auto;
}
.thumbnailprd-slider .slick-prev {
    left: 35px;
    top: -20px;
    border: 1px solid #0000001c;
    border-radius: 50%;
}
.thumbnailprd-slider .slick-prev, .thumbnailprd-slider .slick-next{
    width: 30px;
    height: 30px;
}

.tdamount-price {
    min-width: 75px;
    display: inline-block;
}
.notecontent-top span {
    display: inline-block;
    max-width: 72%;
    vertical-align: middle;
}
.notecontent-top {
    font-size: 16px;
    line-height: 22px;
}
.btmbtn-container{
    margin-top: 15px;
}
.noresult-content{
    min-height: 40vh;
}
.
.categorywraper{
    margin-bottom: 35px;
}
.buysample-content {
    margin-top: 10px;
    padding: 15px;
background-color: #fde2cb;
    border-radius: 4px;
}
.buysample-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.buysample-content a.spins {
    padding: 1px 18px;
    font-size: 12px;
    border-radius: 15px;
}
.payment-mode{
        text-align: left;
    margin-top: 10px;
}
.promo-wraper {
    background-image: url(../images/promo/promobg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    float: left;
    width: 100%;
}
.promo-section{
    margin: 50px 0 0;
}
.promoright {
    /*padding: 45px 90px 0;*/
}

.promoleft{
    overflow: hidden;
}

.promoleft-top {
    padding: 45px 0 22px;
}


.promoleft-bottom {
    padding-top: 50px;
    padding-bottom: 10px;
    position: relative;
}
.promoleft-bottom:before,.promoleft-bottom:after{
    position: absolute;
    content: "";
}
.promoleft-bottom:before {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid #ffffff;
        left: calc(50% - 80px);
    bottom: -70px;
}
.promoleft-bottom:after {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.12);
        left: calc(50% - 100px);
    bottom: -90px;
}
.offer-type {
    font-size: 26px;
    font-family: 'Lobster';
    letter-spacing: 1px;
    color: #e6ff40;
}
.offercaption {
    font-size: 18px;
    line-height: 15px;
}
.smallcaption{
    font-size: 12px;
}
.upto-amount {
    font-family: 'Gotham-Medium';
    font-size: 16px;
    color: #eaff00;
    margin-top: 4px;
}
.promomiddle {
    padding: 35px 0;
}
.offercode-inner {
    background-color: #ffffff15;
    padding: 10px 15px;
    text-transform: none;
    display: inline-block;
    font-family: 'Gotham-Medium';
    letter-spacing: 4px;
    font-size: 18px;
    min-width: 200px;
}
.checkout-page .promo-slimsection .container{
    padding: 0;
}
.offercode {
    border: 1px dashed rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: 6px;
    margin-bottom: 30px;
    position: relative;
}
.offercode:before {
    background-image: url(../images/icons/cutter.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: -19px;
    background-size: 25px;
}
.offer-smallcaption{
    display: inline-block;
    font-size: 12px;
    border-bottom: 1px solid #ffffff3b;
    margin-bottom: 14px;
    text-transform: capitalize;
    
    
}


.validity-date{
    font-family: 'Gotham-Medium';
    font-size: 22px;
}
.promotagline {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: 'Lobster';
    color: #0b8dd7;
}
.stickcoupon-code {
    background-color: #147db9;
    padding: 10px;
    text-transform: none;
    display: inline-block;
    font-family: 'Gotham-Medium';
    /* letter-spacing: 8px; */
    font-size: 18px;
    min-width: 180px;
    text-align: center;
    color: #ffffff;
    background-image: url(../images/promo/promobg.jpg);
    background-size: cover;
}
.couponcode span{
    display: inline-block;
    vertical-align:  middle;
    min-height: 45px;
    float: left;
}
.stickcoupon-liner{
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Lobster';
    padding: 0 10px;
}
/*.stickcoupon-image {
    padding: 6px;
    background-color: #f9f9f9;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    
}*/
.stickcoupon-image {
    padding: 10px 34px 10px 35px;
    background-color: #536dad;
    cursor: pointer;
    transform: rotate(-90deg);
    position: absolute;
    left: -111px;
    color: #ffffff;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    top: calc(50% - 22px);
    font-size: 16px;
}
.couponcode{
    position: fixed;
    right: calc(-100% + 70px);
    top: 40%;
    z-index: 9;
    transition: all 0.5s ease;
    box-shadow: -1px 0px 3px 1px rgba(0, 0, 0, 0.2);
    max-width: 265px;
}
.animate-fields .couponcode {
    right: calc(0% - 180px);
    transition: all 0.5s ease;
}
.animate-fields .active.couponcode {
    right: 0 !important;
    transition: all 0.5s ease;
}
.promo-sliminner {
    background-color: #352983;
    padding: 15px;
    color: #ffffff;
}
.promo-sliminner .offercode {
    margin: 10px 0 0;
    
}
.productdetail-contentwraper table td {
    font-size: 14px;
    padding: 8px !important;
    border-color: #e5dddd !important;
}
.buynow-btn{
    color: #fff;
    padding: 5px 20px;
    transition: all 0.5s ease;
    background-color: #e73c7e;
    border-radius: 20px;
}
.buynow-btn:hover, .buynow-btn:focus{
    color: #fff;
    padding: 5px 20px;
    background-color: #536dad;
    transition: all 0.5s ease;
}
.headertop .list-inline.social-links li {
    border: 0;
    padding: 0;
    margin-left: 4px;
    margin-top: 2px;
}
.headertop .list-inline .socialist-container{
    padding: 0 15px;
}
.headertop .social-links li a:after {
    background-color: #95bbd6;
}
.customlegend-list li span{
    display: inline-block;
    vertical-align: middle;
}

/**blink start**/
blink {
  -webkit-animation: 2s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
  animation: 2s linear infinite condemned_blink_effect;
  color: #2d38be;
            font-size: 15px;
            font-weight: bold;
}

.dropdown-single a blink {
    -webkit-animation: 2s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
  animation: 2s linear infinite condemned_blink_effect;
  color: #2d38be;
  font-size: 13px;
  font-weight: bold;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

/**blink end **/


.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 25px;
}

/*-- product-detail-table --*/


/*-- product-detail--*/


/*-- our-mission --*/


.our-mission {
    margin: 80px 0px;
}

.mission-bg {
    background: url(../images/mission-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


 .our-mission h3{
    font-size: 36px;
    color: #333;
    font-weight: 700;
    font-family: "Fondamento", cursive;
}

.our-mission p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    font-family: "outfit";
    margin: 20px 0px;
    line-height: 30px;
}

.our-mission img {
    margin: 80px 40px;
    border-radius: 8px;
    height: 100%;
}

/*-- our-mission --*/


/*-- testimonials --*/

/* Slider */

.slick-slide {
    margin: 0px 20px;
}


.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;

}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.19), 0 px 0px rgba(0, 0, 0, 0.23);

}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.customer-logos {
    overflow: hidden;

}

.customer-logos ul {

    text-align: center;
    width: 100%;
}

.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}


.slick-dots li {
    margin: 25px 5px 0px 5px;
    display: inline-block;
}


.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    text-indent: 50000px;
    border: none;
}

.slick-active button {
    background-color: #000;
}


.testimonials {
    margin-bottom: 60px;
}

.testimonials-section {
    border: 1px solid #acaaaa;
    padding: 20px;
    border-radius: 5px;
}

.testimonials-section h4 {
    font-family: 'Outfit';
    font-size: 20px;
    margin: 10px 0px;
    font-weight: 700;
}

.testimonials-section h6 {
    font-family: 'Outfit';
    font-size: 18px;
    font-weight: 500;
}

.testimonials-section p {
    font-family: "outfit";
    font-size: 16px;
    font-weight: 400;
}

.testimonials-section img {
    margin: 20px 0px;
}


/*-- testimonials --*/


/*-- footer --*/

footer {
  background: #dbd3c9;
  position: relative;
  margin: 0px;
  padding: 100px 0px;
}

footer .logo {
  margin-bottom: 25px;
}

footer p {
    font-family: 'Outfit';
    color: #333;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
}

footer .media-icons {
  list-style: none;
  padding: 0;
}


footer .media-icons img {
    height: auto;
    width: 18px;
}





footer .media-icons li {
  display: inline-block;
}

footer .media-icons li a {
  padding-right: 15px;
}

footer .media-icons li a:hover svg {
  color: #333;
  fill: #333;
}

footer h4 {
    font-family: 'Outfit';
    color: #000;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li a {
    text-decoration: none;
    color: #333;
    font-family: 'Outfit';
    font-weight: 300;
    display: inline-block;
    font-size: 16px;
    padding: 5px 0px;
}

footer ul li a:hover{
    color: #916c3e;
}

.sub-footer {
    background: #dbd3c9;
    padding: 20px 0px;
    width: 100%;
    border-top: 1px solid #916c3e;
}

.sub-footer p {
    color: #333;
    margin-bottom: 0;
    font-family: "Chakra Petch";
    font-size: 15px;
    font-weight: 500;
}

.space{
    margin-bottom: 53px;
}

/*-- footer --*/


.icons a:hover{
    opacity: .8;
}

.packnfleek {
    background: #dbd3c9;
    padding: 55px 0px;
}


/*  login */ 
.inner-banner{
    background: #eaeaea;
    text-align: center;
    padding: 35px 0px;
    font-family: "Fondamento";

}







.getstarted-form {
    margin: 35px 0;
}
.getstarted-form .step-container {
    position: relative;
    text-align: center;
    transform: translateY(-45%);
}
.getstarted-form .step-circle .icons {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e2e2e2;
    line-height: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 6px;
}
.getstarted-form .step-circle .icons svg {
    fill: #e2e2e2 !important;
}
.getstarted-form .progress-bar,
.getstarted-form .step-circle.active .icons {
    background-color: #061fa2;
}
.getstarted-form .step-circle.active .icons svg {
    fill: #fff !important;
}
.getstarted-form .step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #e2e2e2;
    z-index: -1;
}
.getstarted-form #multi-step-form {
    overflow-x: hidden;
    margin-top: 45px;
}
.getstarted-form .progress {
    background: #e2e2e2 !important;
}
.getstarted-form .step-circle h3 {
    position: absolute;
    font-size: 17px;
    bottom: -30px;
    width: 150px;
}
.getstarted-form h4 {
    font-size: 17px;
    color: #646464;
    text-align: left;
    font-weight: 400;
    margin: 0;
}
.getstarted-form h5 {
    font-size: 27px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    margin: 0 0 50px;
    text-align: left;
}
.getstarted-form label,
.order-box h4 {
    font-size: 17px;
    color: #000;
    font-weight: 500;
}
.getstarted-form label span {
    color: red;
}
.getstarted-form input[type="email"],
.getstarted-form input[type="password"],
.getstarted-form input[type="text"] {
    background: #fffaf3;
  border: 1px solid #dbd3c9;
  padding: 12px 10px;
  position: relative;
  margin: 5px 0px;
}

.form-group {
    margin: 13px 0px;
}



.toggle-password {
    position: absolute;
    top: 50px;
    right: 10px;
}
.getstarted-form textarea {
    background: #f9f9fb;
    border: 1px solid #aeafc5;
    padding: 12px 10px;
    height: 130px;
}


.login-page {
    width: 420px;
    margin: 50px auto;
    font-family: "Outfit", sans-serif;

}
.normal-checkbox label {
    cursor: pointer;
}
.normal-checkbox input[type="checkbox"] {
    width: 43px;
    height: 20px;
    -webkit-appearance: none;
    background: #c6c6c6;
    outline: 0;
    border-radius: 20px;
    box-shadow: inset 0 0 10px rgba(75, 35, 0, 0.4);
    transition: 0.7s;
    position: relative;
    top: -10px;
}
.normal-checkbox input:checked[type="checkbox"] {
    background: #6f7c61;
}
.normal-checkbox input[type="checkbox"]:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    top: 1px;
    left: 3px;
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
.normal-checkbox input:checked[type="checkbox"]:before {
    left: 23px;
}
.forgot-password {
    float: right;
    font-size: 17px;
    color: #6f7c61;
    font-weight: 500;
}
.login-btn {
    font-size: 16px;
    background: #6f7c61;
    color: #fff;
    padding: 11px 16px;
    display: inline-block;
    border-radius: 5px;
    border: 0;
    width: 100%;
    cursor: pointer;
}
.login-btn:hover {
    background: #938c82;
}
p.login-getstart {
    text-align: center;
    padding: 0;
}
p.login-getstart a {
    color: #6f7c61;
    text-decoration: underline;
}



/* login */

/* sign-up */


.signup .getstarted-form {
    margin: 35px 0;
}
.signup .getstarted-form .step-container {
    position: relative;
    text-align: center;
    transform: translateY(-45%);
}
.signup .getstarted-form .step-circle .icons {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e2e2e2;
    line-height: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 6px;
}
.signup .getstarted-form .step-circle .icons svg {
    fill: #e2e2e2 !important;
}
.signup .getstarted-form .progress-bar,
.signup .getstarted-form .step-circle.active .icons {
    background-color: #061fa2;
}
.signup .getstarted-form .step-circle.active .icons svg {
    fill: #fff !important;
}
.signup .getstarted-form .step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #e2e2e2;
    z-index: -1;
}
.signup .getstarted-form #multi-step-form {
    overflow-x: hidden;
    margin-top: 45px;
}
.signup .getstarted-form .progress {
    background: #e2e2e2 !important;
}
.signup .getstarted-form .step-circle h3 {
    position: absolute;
    font-size: 17px;
    bottom: -30px;
    width: 150px;
}
.signup.getstarted-form h4 {
    font-size: 17px;
    color: #646464;
    text-align: left;
    font-weight: 400;
    margin: 0;
}
.signup .getstarted-form h5 {
    font-size: 27px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    margin: 0 0 50px;
    text-align: left;
}
.signup .getstarted-form label,
.order-box h4 {
    font-size: 17px;
    color: #000;
    font-weight: 500;
}
.signup .getstarted-form label span {
    color: red;
}
.signup .getstarted-form input[type="email"],
.signup .getstarted-form input[type="password"],
.signup .getstarted-form input[type="text"] {
    background: #fffaf3;
  border: 1px solid #dbd3c9;
  padding: 12px 10px;
  position: relative;
  margin: 5px 0px;
}

.signup .form-group {
    margin: 13px 0px;
}

 .signup .signup-page {
    width: 420px;
    margin: 50px auto;
    font-family: "Outfit", sans-serif;
}


.signup .phone input {
    padding: 12px 10px !important;
    background: #fffaf3 !important;
}

/* sign-up */


/*- product-list -*/



#header {
    width: 100%;
    height: 40px;
    box-shadow: 5px 5px 15px #e8e8e8;
    margin: 40px 0px 10px;
}



button.btn.btn-hide {
    height: inherit;
    background-color: #ff935d;
    color: #fff;
    font-size: 0.82rem;
    padding-left: 40px;
    padding-right: 40px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
}

.btn:focus {
    box-shadow: none
}

.box-label .btn {
    background-color: #fff;
    padding: 0;
    font-size: 0.8rem
}

.btn-red {
    background-color: #e00000ce
}

.btn-orange {
    background-color: #ffa500
}

.btn-pink {
    background-color: #e0009dce
}

.btn-green {
    background-color: #00811c
}

.btn-blue {
    background-color: #026bc2
}

.btn-brown {
    background-color: #994a00
}

.navbar {
    display: inline-flex
}

.pagination .page-item .page-link {
    color: #333;
    border: none;
    width: 40px;
    text-align: center;
    /* font-family: "outfit"; */
    font-family: "outfit";
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.pagination .page-item.active .page-link {
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 6px;
    font-family: "outfit";
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

select {
    outline: none;
    padding: 6px 12px;
    margin: 0px 4px;
    color: #999;
    font-size: 0.85rem;
    width: 200px;
}

#select2 {
    border: 1px solid #777;
    color: #999;
    border-radius: 3px;
}

#pro {
    border: none;
    color: #333;
    font-weight: 700;
    padding-left: 10px;
    width: initial;
    font-family: "outfit";
    margin: 0;
}

#filterbar {
    width: 30%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    float: left;
    margin: 47px 0px;
}

#filterbar input[type="radio"] {
    visibility: hidden
}

#filterbar input[type='radio']:checked {
    background-color: #16c79a;
    border: none
}

#filterbar .btn.btn-success {
    background-color: #ddd;
    color: #333;
    border: none;
    width: 115px
}

#filterbar .btn.btn-success:hover {
    background-color: #aff1e1;
    color: #444
}

#filterbar .btn-success:not(:disabled):not(.disabled).active,
#filterbar .btn-success:not(:disabled):not(.disabled):active {
    background-color: #16c79a;
    color: #fff
}

label {
    cursor: pointer
}

.tick {
    display: block;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    font-size: 0.9rem;
    margin: 31px 0px;
    font-family: "outfit";
}

.title {
    font-family: "outfit";
    font-size: 25px;
    font-weight: 500;
    color: #000;
}

.product-detail-content .text-success {
    color: #28a745 !important;
    font-family: "outfit";
}

.product-detail-content .text-muted {
    color: #6c757d !important;
    font-family: "outfit";
}

.product-detail-content .mb-3 {
    font-family: "outfit";
}

.product-detail-content p {
    font-family: "outfit";
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    margin: 10px 0px;
}

.product-detail-content .btn.shadow-0 {
    background: #6f7c61;
    color: #fafafa;
    padding: 15px 10px;
    margin: 10px 0px;
}

.product-detail-content .btn.shadow-1 {
    background: #6f7c61;
    color: #fafafa;
}


.productlist-addtable .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #6f7c61;
    border-color: #fcfcfc;
    font-size: 13px;
    padding: 8px 10px;
}

.productlist-addtable .btn-warning{ 
    color: #fff;
    background-color: #19303f;
    border-color: #19303f;
    font-family: "outfit";
    margin: 0px 0px 20px;

}

.productlist-addtable  .btn-warning:hover {
    color: #fff;
    background-color: #222;
    border-color: #222;
}

.tick input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.check {
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px
}

.tick:hover input~.check {
    background-color: #f3f3f3
}

.tick input:checked~.check {
    background-color: #ffffff
}

.check:after {
    content: "";
    position: absolute;
    display: none
}

.tick input:checked~.check:after {
    display: block;
    transform: rotate(45deg) scale(1)
}

.tick .check:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid rgb(0, 0, 0);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg) scale(2)
}

.box {
    padding: 10px;
    background: #eaeaea;
    border-radius: 15px;
}

.box-label {
    color: #11698e;
    font-size: 16px;
    font-weight: bolder;
    font-family: 'Outfit';
}

#inner-box, #inner-box2 {
    height: 100%;
    overflow-y: visible;
}

#inner-box2 {
    height: 132px
}

#inner-box::-webkit-scrollbar,
#inner-box2::-webkit-scrollbar {
    width: 6px
}

#inner-box::-webkit-scrollbar-track,
#inner-box2::-webkit-scrollbar-track {
    background-color: #ddd;
    border-radius: 2px
}

#inner-box::-webkit-scrollbar-thumb,
#inner-box2::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 2px
}

#price {
    height: 45px
}

#size input[type="checkbox"] {
    visibility: hidden
}

#size input[type='checkbox']:checked {
    background-color: #16c79a;
    border: none
}

#size .btn.btn-success {
    background-color: #ddd;
    color: #333;
    border: none;
    width: 40px;
    font-size: 0.8rem;
    border-radius: 0
}

#size .btn.btn-success:hover {
    background-color: #aff1e1;
    color: #444
}

#size .btn-success:not(:disabled):not(.disabled).active,
#size .btn-success:not(:disabled):not(.disabled):active {
    background-color: #16c79a;
    color: #fff
}

#size label {
    margin: 10px;
    margin-left: 0px
}

.card {
    padding: 10px;
    cursor: pointer;
    transition: .3s all ease-in-out;
    height: 350px
}

.card:hover {
    box-shadow: 2px 2px 15px #fd9a6ce5;
    transform: scale(1.02)
}

.card .product-name {
    font-weight: 600
}

.card-body {
    padding-bottom: 0
}

.card .text-muted {
    font-size: 0.82rem
}

.card-img img {
    padding-top: 10px;
    width: inherit;
    height: 180px;
    object-fit: contain;
    display: block
}

.card-body .btn-group .btn {
    padding: 0;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 50%;
    position: relative
}

.card-body .btn-group>.btn-group:not(:last-child)>.btn,
.card-body .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 50%;
    transition: ease-in all .4s
}

.card-body input[type="radio"] {
    visibility: hidden
}

.card-body .btn:not(:disabled):not(.disabled).active::after,
.card-body .btn:not(:disabled):not(.disabled):active::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 4px;
    left: 4.2px;
    background-color: #fff;
    position: absolute;
    transition: ease-in all .4s
}

.card-body .btn.btn-light:not(:disabled):not(.disabled).active::after,
.card-body .btn.btn-light:not(:disabled):not(.disabled):active::after {
    background-color: #000
}

#avail-size input[type="checkbox"] {
    visibility: hidden
}

#avail-size input[type='checkbox']:checked {
    background-color: #16c79a;
    border: none
}

#avail-size .btn.btn-success {
    background-color: #ddd;
    color: #333;
    border: none;
    width: 20px;
    font-size: 0.7rem;
    border-radius: 0;
    padding: 0
}

#avail-size .btn.btn-success:hover {
    background-color: #aff1e1;
    color: #444
}

#avail-size .btn-success:not(:disabled):not(.disabled).active,
#avail-size .btn-success:not(:disabled):not(.disabled):active {
    background-color: #16c79a;
    color: #fff
}

#avail-size label {
    margin: 10px;
    margin-left: 0px
}

#shirt {
    height: 170px
}

.middle {
    position: relative;
    width: 100%;
    margin-top: 25px
}

.slider {
    position: relative;
    z-index: 1;
    height: 100%;
    margin: 0 15px;
}

.slider>.track {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #ddd
}

.slider>.range {
    position: absolute;
    z-index: 2;
    left: 25%;
    right: 25%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #36a31b
}

.slider>.thumb {
    position: absolute;
    top: 2px;
    z-index: 3;
    width: 20px;
    height: 20px;
    background-color: #36a31b;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(63, 204, 75, 0.705);
    transition: box-shadow .3s ease-in-out
}

.slider>.thumb::after {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 28%;
    top: 30%;
    border-radius: 50%;
    content: '';
    background-color: #fff
}

.slider>.thumb.left {
    left: 25%;
    transform: translate(-15px, -10px)
}

.slider>.thumb.right {
    right: 25%;
    transform: translate(15px, -10px)
}

.slider>.thumb.hover {
    box-shadow: 0 0 0 10px rgba(125, 230, 134, 0.507)
}

.slider>.thumb.active {
    box-shadow: 0 0 0 10px rgba(63, 204, 75, 0.623)
}

input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 2;
    height: 10px;
    width: 100%;
    opacity: 0
}

input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: 0 none;
    background-color: red;
    -webkit-appearance: none
}

.del {
    text-decoration: line-through;
    color: red
}

@media(min-width:1199.6px) {
    #filterbar {
        width: 25%
    }
}

@media(max-width:1199.5px) {
    #filterbar {
        width: 28%
    }

    .card {
        height: 350px
    }

    .price {
        font-size: 0.9rem
    }

    .product-name {
        font-size: 0.8rem
    }
}

@media(max-width: 991.5px) {
.navbar-nav {
    min-width: 290px;
    position: absolute;
    left: 4px;
    bottom: -146px;
    padding: 20px 10px;
    display: block;
    background-image: none;
    z-index: 2;
    background-color: #1d1c1cb2;
}

    #filterbar {
        width: 36%
    }

    #sort {
        background-color: inherit;
        color: #fff;
        margin: 0;
        margin-bottom: 20px;
        width: 100%
    }

    #sort option,
    #pro option {
        color: #000
    }

    #pro,
    #select2,
    .result {
        background-color: inherit;
        color: #fff
    }

    .card {
        height: 345px
    }

    .price {
        font-size: 0.85rem
    }
}

@media(max-width: 767.5px) {
    #filterbar {
        width: 50%
    }
}

@media(max-width: 525.5px) {
    #filterbar {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        border-radius: 5px
    }

    #content.my-5 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

}

@media(max-width: 500.5px) {
    .pagination {
        display: none
    }
}

.font-weight-bold {
    font-weight: 400 !important;
    font-family: "outfit";
    font-size: 17px;
}

/*- product-list -*/




@media only screen and (max-width: 600px) {

.login-page {
    width: 390px;
    margin: 50px auto;
    font-family: "Outfit", sans-serif;
}

.signup .getstarted-form input[type="email"],
.signup .getstarted-form input[type="password"],
.signup .getstarted-form input[type="text"] {
  width: 100%;
}

.signup .form-group {
    margin: 13px 0px;
}

 .signup .signup-page {
    width: 80%;
}


.signup .phone input {
    width: 100%;
}

.top ul li {
    display: inline-block;
    margin-right: 0;
}


.banner-section .carousel-indicator-dot .carousel .carousel-indicators {
    top: 302px;
}

.banner-section .carousel-control-prev {
    left: -19px;
}

.banner-section .carousel-control-next {
    right: -15px;
}

.menu {
    background: aliceblue;
}

    .top {
    padding: 0px 0px;
}

.logo img {
    margin: 15px 10px;
    height: 34px;
}

.logo {
    display: inline-block;
}

.icons {
    display: none;
}

.icons-mobile {
    display: inline-block;
    float:right;
    margin: 10px 0;
}

a.contact-link{
    font-size:16px !important;    
}

.icons-mobile span {
    position: absolute;
    top: -3px;
    background: #19303f;
    color: #fff;
    font-family: 'Gotham';
    border-radius: 50%;
    height: 17px;
    width: 17px;
    font-size: 11px;
    text-align: center;
    font-weight: 500;
    right: 23px;
 display: inline-block;

}


.svg-icon{

    display: none !important;
}

.wrap {

    left: none; 

}

.top-menu ul li a {
    line-height: 0px;
}
.top ul li a {
    display: inline-block;
    padding: 11px 0px;
}

.top ul {
    margin: 0px 0px 0px 10px;
}



.top-menu ul li a {
    background: #938c82;
    font-family: "outfit";
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 17px 17px;
    line-height: 8px;
    text-transform: uppercase;
    text-decoration: none;
}
.banner-content h1 {
    font-family: oswald;
    font-size: 28px;
    color: #f4f4f4;
    line-height: 32px;
    float: right;
}

.banner-content p {
    font-family: caveat;
    font-size: 25px;
    margin: 0;
    padding: 0;
    color: #fff;
}

.banner-content {
    margin: 15px 5px;
    text-align: right;
}

.view-btn a {
    font-size: 11px;

}

#menuToggle {
    display: inline-block;
    float:inline-end;
}

.our-mission img {
    margin: 0px;
    text-align: center;
}

br{
    display:none;
}
.our-mission h3 {

    padding-left: 20px;
}

.our-mission p {
    padding-left: 20px;
}

.menu li:first-child a {
    padding: 10px 0px;
}


.mission-bg {
    padding: 30px 0px 0px;
}

footer .logo {
    margin-bottom: 10px;
}

footer {
    padding: 30px 0px;
}

footer h4 {
    margin: 25px 0px 10px;
}

.space {
    margin-bottom: 0px;
}

.float-end {
    float: left !important;
}

.menu li a:hover {
    border-bottom: solid 5px #000;
    color: #0582a0;
}

}



/*-- cart-page --*/

.productlist-custable.productlist-addtable {
    display: block;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.productlist-addtable .table {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0;
}

.nopad {
    padding-left: 0 !important;
    /* padding-right: 0 !important; */
}

.smallcus-title {
    font-size: 16px;
    font-family: "outfit";
}

.cartsummary-single {
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
    color: #5f6263;
    width: 100%;
    display: inline-flex;
    font-family: "outfit";
    font-weight: 500;
}

.cartsummary-single .col-lg-6.col-md-6.col-sm-6.col-xs-6.nopad {
    font-family: "outfit";
    font-size: 16px;
    font-weight: 500;
}

.cartsummary-single .col-lg-6.col-md-6.col-sm-6.col-xs-6.nopad span{
    font-family: "outfit";
    font-size: 16px;
    font-weight: 500;
}

.chckoutbtn span {
    font-family: "outfit";
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.chckoutbtn.conbtn:hover {
    background: #000;
    color: #fff;
    transition: all 0.5s ease;
    text-decoration: none;
}

.chckoutbtn {
    /* display: inline-block; */
    /* position: relative; */
    /* color: #ffffff; */
    /* text-decoration: none; */
    /* text-transform: uppercase; */
    /* font-family: "outfit"; */
    padding: 10px;
    background: #916c3e;
    transition: all 0.5s ease;
    /* overflow: hidden; */
    /* z-index: 99; */
    /* width: 100%; */
    /* border-radius: 5px; */
    border: none;
}
.chckoutbtn:hover, .chckoutbtn:focus {
    background: #000;
    transition: all 0.5s ease;
    color: #ffffff;
    text-decoration: none;
}

.cartprd-image img{

    width: 80px;
    height: 80px;
}

.add-to-cart .productlist-addtable {
    background-color: transparent;
    border: solid 1px #dcdcdc;
}

.add-to-cart{
    margin: 40px;
}

@media only screen and (max-width: 600px) {

.cartsummary-wraper {
    padding: 20px 0px 0px 70px;
}

.add-to-cart{

    padding:10px;
} 

.add-to-cart{
    margin: 0px;
}



} 

/ Ensure the quantity buttons and product details stack properly /
@media (max-width: 768px) {
    .quantity-nav {
        display: flex;
        justify-content: center;
    }

    .quantity-button {
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
    }

    .cartsummary-wraper {
        margin-top: 20px;
        padding: 20px;
        border: 1px solid #ddd;
    }

    .cartsummary-single {
        margin-bottom: 10px;
    }

    / Stack cart summary buttons /
    .cartsummary-single .col-6 {
        margin-bottom: 10px;
    }

    .table td, .table th {
        padding: 10px;
    }

    .productlist-custable .product_row {
        padding: 5px;
    }
}

@media (max-width: 576px) {
    .cartsummary-single {
        font-size: 14px;
    }

    / Ensure buttons are full width on small devices /
    .chckoutbtn {
        width: 100%;
    }

    / Stack the footer content vertically /
    .tablefooter-wraper {
        margin-top: 30px;
    }

    .col-6 {
        margin-bottom: 10px;
    }

    .quantity-nav {
        flex-direction: row;
    }
}
/*-- cart-page --*/


/*-- contact-us --*/
.get-in-touch {
  padding: 0px 110px;
}

.get-in-touch h2 {
  font-family: "outfit";
  font-size: 36px;
  font-weight: 600;
}

.get-in-touch p {
  font-family: "outfit";
  font-size: 15px;
  font-weight: 400;
  color: #282828;
  line-height: 26px;
}

.get-in-touch span {
    color: #6f7c61;
}

.company-details {
    background: #19303f;
    padding: 40px 20px;
    border-radius: 20px;
    height: 100%;
}


.company-details h4 {
  font-family: "outfit";
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
}

.contact-form {
    padding: 20px 40px;
    margin-bottom: 30px;
}

.company-details h5 {
  font-family: "outfit";
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  color: #fff;
}

.company-details h6 {
  font-family: "outfit";
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  color: #ccc;
}

.company-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.company-details li {
  margin: 0px 47px;
  line-height: 45px;
}

.company-details li a {
  color: #ccc;
  text-decoration: none;
}

.company-details li a:hover {
    color: #dbd3c9;
}


.form-group label {
  font-family: "outfit";
  font-size: 18px;
  font-weight: 500;
}

.form-group input {
  border-radius: 8px;
  padding: 13px 10px;
  margin: 10px 0px;
}

.contact-form input:focus {
  outline: none;
  box-shadow: inherit;
  background: transparent;
  color: #000;
}

.form-group button {
  color: #fff;
  font-family: "outfit";
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0px;
  background: #000;
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
  border-radius: 8px;
  border: none;
  margin: 15px 0px;
}

.form-group button:hover {
    color: #fff;
    background: #6f7c61;
}

nopadding {
  padding: 0 !important;
}

.map iframe {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}

.location {
  width: 100%;
  display: inline-block;
  padding: 0px 20px;
}

@media only screen and (max-width: 600px) {
  .get-in-touch {
    padding: 0px;
    margin: 40px 0px;
  }

  .company-details {
    padding: 40px 0px;
  }

  .company-details li {
    margin: 0px 45px;
  }

.form-group {
    margin: 15px 0px;
}

.top ul li{
    display: none;
}

.top ul li:first-child{
    display: block !important;
}

}

/*-- contact-us --*/





.swatch-container .swatch, .swatch2 {
    width: auto;
    height: 30px;
    border: 2px solid #dbd3c9;
    cursor: pointer;
    text-align: center;
    transition: border 0.2s ease;
    padding: 0 10px;
    font-family: 'Outfit';
    border-radius: 6px;
}


.swatch-container .product_nos {
    border: 1px solid #916c3e;
    padding: 10px;
    background: #916c3e;
    color: #ffff;
    text-align: center;
    font-family: 'Outfit';
    border-radius: 7px;
}






/*-- check-out --*/


/*.checkout-success {*/
/*    background: #5d5040;*/
/*    padding: 10px 40px;*/
/*    font-size: 18px;*/
/*    font-family: 'Gotham-Medium';*/
/*}*/

.checkout-success-card {
    background: #ffffff;
    border-radius: 12px;
    max-width: 650px;
    width: 100%;
    border: 1px solid #e6e6e6;
}

.success-icon i {
    font-size: 80px;
    color: #28a745;
    animation: pop 0.6s ease;
}

.order-summary {
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.order-summary h5 {
    font-weight: 600;
    color: #5d5040;
}

.checkout-success {
    background: linear-gradient(135deg, #5d5040, #7a6a55);
    padding: 12px 40px;
    font-size: 18px;
    font-family: 'Gotham-Medium', sans-serif;
    border-radius: 8px;
    color: #fff;
    transition: 0.3s ease;
    text-decoration: none;
    display: inline-block;
}
.checkout-success:hover {
    background: linear-gradient(135deg, #7a6a55, #5d5040);
    transform: translateY(-2px);
}

@keyframes pop {
    0% { transform: scale(0.8); opacity: 0.5; }
    100% { transform: scale(1); opacity: 1; }
}

a.btn.checkout-success:hover {
    color: #fff;
}
.success-1 {
    color: #5d5040;
    font-family: "outfit";
    font-size: 30px;
}

p.leads {
    font-weight: 500;
    font-size: 18px;
    font-family:'Gotham-Medium', sans-serif;
}

.text-muted {
    color: #6c757d !important;
    font-size: 18px;
    font-family:'Gotham-Medium', sans-serif;
}


        .checkout-container {
            margin-top: 2rem;
            margin-bottom: 2rem;
        }
        
.checkout-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 2rem;
    height: 100%;
}

.checkout-header {
    background: #6f7c61;
    color: #000;
    padding: 20px;
    text-align: center;
    font-family: "outfit";
    font-weight: 500;
    /* font-size: 20px; */
}

.checkout-header h2 {
    margin: 0;
    font-weight: 400;
    font-family: "outfit";
    font-size: 22px;
    color: #fff;
}

.checkout-header h3 {
    margin: 0;
    font-weight: 600;
    font-family: "outfit";
    font-size: 22px;
    color: #fff;
}

.con-tit {
    font-family: "outfit";
    font-size: 20px;
    font-weight: 600;
}
        .checkout-body {
            padding: 2rem;
        }

.form-label {
    font-weight: 500;
    color: #000;
    margin-bottom: 0.5rem;
    font-family: "outfit";
    font-size: 15px;
}

.form-control, .form-select {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}
        .form-control:focus, .form-select:focus {
            border-color: #000;
            box-shadow: 0 0 0 0.2rem rgba(255, 107, 157, 0.25);
        }

        .order-summary {
            background: #f8f9fa;
            border-radius: 15px;
            padding: 1.5rem;
            margin-bottom: 1.5rem;
        }

.product-item {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #cccc;
}

        .product-item:last-child {
            border-bottom: none;
        }

        .product-image {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.2rem;
            margin-right: 1rem;
        }

.product-details {
    flex: 1;
    font-family: "outfit";
    font-size: 15px;
    font-weight: 500;
}

        .product-name {
            font-weight: 600;
            margin-bottom: 0.25rem;
        }

        .product-price {
            color: var(--primary-color);
            font-weight: 700;
        }

        .quantity-controls {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

.quantity-btn {
    background: #6f7c61;
    color: #fff;
    border: none;
    width: 26px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
        .quantity-btn:hover {
            background: var(--secondary-color);
            transform: scale(1.1);
        }

        .quantity-input {
            width: 60px;
            text-align: center;
            border: 1px solid #f4f4f4;
            border-radius: 5px;
            padding: 0.25rem;
        }

        .summary-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 0.5rem;
            padding: 0.5rem 0;
        }

.summary-row.total {
    border-top: 1px solid #ccc;
    margin-top: 1rem;
    padding-top: 1rem;
    font-weight: 700;
    font-size: 1.1rem;
    color: #000;
    font-family: "outfit";
}
        .payment-methods {
            margin-bottom: 2rem;
        }

        .payment-option {
            border: 1px solid #f4f4f4;
            border-radius: 5px;
            padding: 1rem;
            margin-bottom: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: "outfit";
            font-size: 15px;
        }

.payment-option:hover {
    border-color: #f1b309;
}

        .payment-option.active {
        /* border-color: ; */
        background: rgba(255, 107, 157, 0.1);
        }

        .payment-option input[type="radio"] {
            margin-right: 0.75rem;
        }

        .payment-icon {
            color: #000;
            margin-right: 0.5rem;
        }

.checkout-btn {
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 7px;
    font-size: 1.1rem;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}
        .checkout-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 107, 157, 0.4);
        }

        .security-badges {
            display: flex;
            justify-content: center;
            gap: 1rem;
            margin-top: 1rem;
            opacity: 0.7;
        }

        .badge-item {
            display: flex;
            align-items: center;
            gap: 0.25rem;
            font-size: 0.85rem;
        }

        .step-indicator {
            display: flex;
            justify-content: center;
            margin-bottom: 2rem;
        }

        .step {
            display: flex;
            align-items: center;
            color: #6c757d;
            font-family: "outfit";
        }

        .step.active {
            color: #000;
        }

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    font-weight: 600;
    font-family: "outfit";
}

.step.active .step-circle {
    background: #f1b309;
    color: #fff;
}

.step-divider {
    width: 50px;
    height: 2px;
    background: #e9ecef;
    margin: 25px;
}

        @media (max-width: 768px) {
            .checkout-body {
                padding: 1rem;
            }
            
            .step-indicator {
                flex-direction: column;
                gap: 1rem;
            }
            
            .step-divider {
                width: 2px;
                height: 30px;
            }
        }




        .quantity-controls {
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #ddd;
            border-radius: 6px;
            overflow: hidden;
        }

        .quantity-btn { 
            border: none;
            width: 35px;
            height: 35px;
            cursor: pointer;
            font-size: 16px;
            transition: background-color 0.3s;
        }

        .quantity-btn:hover {
            background: #e8e8e8;
        }

        .quantity-input {
            border: none;
            width: 50px;
            text-align: center;
            font-size: 14px;
            padding: 8px 0;
        }

        .item-price {
            font-weight: 600;
            color: #333;
            text-align: center;
        }

        .item-total {
            font-weight: 700;
            color: #d4af37;
            text-align: center;
        }

        .remove-btn {
            background: none;
            border: none;
            color: #ff6b6b;
            cursor: pointer;
            font-size: 18px;
            padding: 5px;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s;
        }

        .remove-btn:hover {
            background: #ff6b6b;
            color: white;
        }


.checkout-btn {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #6f7c61, #6f7c61ba);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
}


.checkout-btn {
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 7px;
    font-size: 1.1rem;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}


.tit span {
    color: #77a14b;
}



/*-- about-us --*/

.who-we-are {
  padding: 40px 110px;
}

.who-we-are h2 {
  font-family: "outfit";
  font-size: 36px;
  font-weight: 600;
}

.who-we-are p {
  font-family: "outfit";
  font-size: 15px;
  font-weight: 400;
  color: #282828;
  line-height: 28px;
}

.abt-img-sec img {
  border-radius: 20px;
}

.abt-img-sec02 img {
  margin: 55px auto;
  border-radius: 20px;
}

.abt-img-sec03 img {
  margin: 30px auto;
  border-radius: 20px;
}

.what-we-offer {
  margin: 50px auto;
}

.what-we-offer h2 {
    font-family: "Fondamento", cursive;
    font-size: 36px;
    font-weight: 600;
}

.what-we-offer p {
    font-family: "outfit";
    font-size: 17px;
    font-weight: 400;
    color: #282828;
    line-height: 28px;
}

.services {

  border-radius: 20px;
  box-shadow: 0 0 5px 0 rgba(168, 168, 168, 0.4);
  border: ;
  border: 1px solid #e3e8f4;
  padding: 10px 15px 10px;
  margin: 10px auto;

}

.services h5 {
    font-family: "outfit";
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0px 0px 0px;
    color: #344158;
}

.services p {
    font-family: "outfit";
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
    color: #282828;
}

.our-journey {
  padding: 40px 110px;
}

.our-journey h2 {
    font-family: "Fondamento", cursive;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.records h2 {
    font-family: "outfit";
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.our-journey p {
    font-family: "outfit";
    font-size: 17px;
    font-weight: 400;
    color: #282828;
    line-height: 28px;
    margin: 0px 0px 40px;
}

.our-journey h5 {
  font-family: "outfit";
  font-size: 20px;
  color: #282828;
  font-weight: 400;
}

.driving-innovation {
  margin: 70px 0px;
}

.driving-innovation h3 {
    font-family: "Fondamento", cursive;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
}

.driving-innovation p {
  font-family: "outfit";
  font-size: 15px;
  font-weight: 400;
  color: #282828;
  line-height: 31px;
  /* margin: 10px 0px; */
  padding: 0px 20px 0px 0px;
}

.driving-innovation img {
  border-radius: 20px;
  height: 580px;
}

.vision-mission h5 {
    font-family: "outfit";
    font-size: 20px;
    font-weight: 500;
    color: #344158;
}

.join-us h2 {
    font-family: "Fondamento", cursive;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #77a14b;
}


.join-us p {
    font-family: "outfit";
    font-size: 17px;
    font-weight: 400;
    color: #282828;
    line-height: 28px;
    /* margin: 30px 0px; */
    margin: 10px auto;
}

.join-us h5 {
    font-family: "outfit";
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.join-us {
  background: #f6f5f6;
  width: 100%;
  padding: 100px 0px;
}

    .achivements-bg {
        background: #281c00;
        height: 100%;
        padding: 80px;
    }

    .achievements ul{
        list-style: none;
        margin: 0;
        padding: 0;
        }


        .achievements li {
        position: relative;
        }


        .achievements img {
        display: block;
        width: ;
        position: absolute;
        bottom: 94px;
        right: 0;
        left: 0;
        margin-inline: auto;
        }



    .achievements span {
        font-family: "Gotham";
        color: #fff;
        font-size: 72px;
        font-weight: 600;
    }

    .achievements h5 {
        font-family: "Outfit";
        font-size: 20px;
        font-weight: 500;
        color: #fff;
    }

    .achievements-line {
        width: 100%;
        border: solid 5px #d09b2b;
    }

@media only screen and (max-width: 600px){
     
     .slider{
    margin: 0px !important;
}
 
our-mission img {
margin: 0 8px;
    }
    
    .mission-bg {
        padding: 30px 0px 30px;
    }
    
    footer {
        padding: 30px 30px;
    }
    
    .who-we-are {
    padding: 40px 20px;
}

.our-journey {
    padding: 40px 20px;
}

.driving-innovation {
    margin: 70px 30px;
}

.join-us
 {
    background: #f6f5f6;
    width: 100%;
    padding: 100px 10px;
}

.contact-form {
    padding: 20px 20px;
    margin-bottom: 70px;
}

.driving-innovation img {

  height: 345px;
}

.box {
	margin: 10px;
}

.driving-innovation-1 {
    padding: 20px !important;
}

.top-header-btn-2{
        display: contents;
}


 }
 
 
 
 /*-- privacy-terms --*/
 
 
 span.treatment-grn {
    color: #77a14b;
}
.driving-innovation-1 li {
    color: #000;
    font-size: 16px;
    line-height: 35px;
    font-family: 'Outfit';
}
 
 
.driving-innovation-1 h3 {
    font-family: "Fondamento", cursive;
    font-size: 24px;
    font-weight: 600;
}
 
.driving-innovation-1{
    padding: 50px;
}
 
.driving-innovation-1 p {
    padding: 0 0 10px;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
 
a.contact-link {
    text-decoration: none;
    font-size: 20px;
    color: #77a14b;
    display: block;
}


/*-- reset --*/

.inner-banner1 {
    background: #eaeaea;
    text-align: center;
    padding: 35px 0px;
    font-family: "Fondamento";
    font-size: 1.6rem;
    
}
 
.card1 {
    padding: 30px;
    align-items: center;
    justify-content: center;
}
 
button.btn.btn-primary.login-btn {
    color: #ffffff;
    background: #000;
    font-weight: 500;
    font-family: 'Outfit';
}

.card1 label {
    font-family: 'Outfit';
    font-size: 18px;
    font-weight: 500;
    padding: 13px;
}
 
span.getstarted {
    color: #ff0000;
}

.driving-innovation p{
    padding: 0px;
}

.driving-innovation-1 p {
	font-size: 16px;
	font-family: "outfit";
	font-weight: 500;
}

.driving-innovation-1 h3{
    font-size: 20px;
}


/*-- changes --*/

.inner-banner h2 {
	font-family: "Fondamento";
	font-size: 40px;
	font-weight: 600;
	color: #37455d;
}



.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp_float_header {
	width: 39px;
	height: 39px;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	z-index: 100;
	display: inline-block;

}

.whatsapp_float img {
    width: 35px;
    height: 35px;
}

.whatsapp_label {
	position: fixed;
	bottom: 30px;
	right: 90px;
	background: #25D366;
	color: #fff;
	padding: 6px 30px;
	border-radius: 20px;
	font-family: Arial, sans-serif;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
	cursor: pointer;
	font-family: "outfit";
	font-weight: 500;
}



@media only screen and (max-width: 768px) {
.whatsapp_float {
    width: 50px;
    height: 50px;
    bottom: 28px;
    right: 25px;
    display:none;
}

    .whatsapp_float img {
        width: 28px;
        height: 28px;
        display:none;
    }
    
    .whatsapp_label{
        
        display:none;
    }
}


@media only screen and (max-width: 768px) {
    
    .abt-img-sec03 img {
	height: 350px;
	width: 100%;
}

.abt-img-sec img {
    
	height: 350px;
	width: 100%;
}

}

.loader-container {
            display: none;
            position: relative;
            width: 100%;
            min-height: 200px;
            display: block;
            text-align: center;
            margin-top: 10%;
         }
         .loader {
            width: 48px;
            height: 48px;
            border: 5px solid #FFF;
            border-bottom-color: #FF3D00;
            border-radius: 50%;
            display: inline-block;
            box-sizing: border-box;
            animation: rotation 1s linear infinite;
         }
         @keyframes rotation {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
         }

         /* Styles to make product cards clickable */
         .product-card {
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-radius: 8px;
            padding: 15px;
            background: #f4f4f4;
         }

         .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
         }

         /* Ensure the Buy Now button remains clickable */
         .product-card .buybtn {
            position: relative;
            z-index: 2;
         }


/*-- changes --*/

td.t-width {
    width: 345px;
}

.total-display h5 {
    display: inline;
    font-size: 13px;
    font-family: 'Outfit';
    margin: 10px;
    vertical-align: sub;
}

