:root{
    --primary-color: #2eab21;
}

body {
    overflow-x: hidden;
}
.logo {
    display: flex;
    align-items: center;
}
.logo a img{
    max-width: 80px;
}
.logolink {
    display: flex !important;
    gap: 10px;
}
.logo-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 3px;
}
.logo-content .logo-text {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    font-family: "Proxima Nova Rg";
    font-weight: 600;
}
.logo-content .logo-sub-text {
    font-size: 13px;
    font-family: "Proxima Nova Rg";
    line-height: 1;
    margin: 0;
}
.header-action-wrap .header-action-cart > a:hover svg g path{
    stroke: var(--primary-color)
}

.home div#wrapper {
    padding-top: 0px;
}

div#wrapper {
    padding-top: 125px;
}


.header-action-wrap .header-action-menu a:hover span{
    background-color: var(--primary-color);
}
.slinky-menu a span{
    text-transform: uppercase;
}
.home-slider .slider-img{
    background: #e5e5e6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-slider-wrap .slider-img img{
    width: auto;
    /* height: auto; */
}
.h3-title{
    margin-top: 24px;
    letter-spacing: 0.2px;
    font-size: 35px;

}
.product-wrap {
    border: 1px solid #eee;
    box-shadow: 1px 3px 15px 6px #f5f5f5;
    border-radius: 10px;
    padding-bottom: 20px;
    overflow: hidden;
}
.product-wrap .product-content-2 {
    padding: 0px 20px;
}
.product-area-wrap .product-slider-active .slick-list{
    padding-bottom: 20px;
}

.slider-content h1, .slider-content .h1{
    color: #000;
}
.product-wrap .product-content h3, .product-wrap .product-content .h3{
    font-size: 18px;
}

.product-wrap .product-img {
    position: relative;
    max-height: 345px;
}

.p-text{
    font-size: 18px;
    color: #8E8E8E !important;
}


.instagram-img {
    height: 300px;
    padding: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.instagram-img img {
    height: 100% !important;
    object-fit: cover;
    width: calc(100% - 40px) !important;
}
.instagram-img a {
    text-align: center;
}

#scrollUp, #scrollUp:hover{
    background-color: var(--primary-color);
    color: #fff !important;
}

.product-wrap .product-img .product-action-wrap button:hover svg g path{
    stroke: var(--primary-color);
}

.product-wrap .product-img .product-action-wrap button:hover svg path{
    stroke: var(--primary-color);
}


.section-padding-custom {
    padding-bottom: 100px;
}

.subscribe-area{
    background-attachment: fixed;
}

.subscribe-content{
    max-width: 720px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 40px 20px;
    margin: auto;
    border-radius: 30px;
    width: 100%;
}
.subscribe-content .subscribe-text {
    width: 90%;
}
.subscribe-content div.mc-form {
    margin: 0px 40px 20px;
}
.text-white{
    color: #fff;
}


.banner-wrap {
    max-height: 360px;
}
.banner-area .banner-wrap .banner-content-2 {
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 20px;
    left: 30px;
}

.customers-nav-item-profile a.dropdown-toggle::after {
    border: none;
}


.product-wrap .product-content-2 span{
    color: var(--primary-color);
}


a:hover {
    color: var(--primary-color) !important;
}
.slinky-theme-default .next:hover::after{
    color: var(--primary-color) ;
}
.slinky-menu li .dropdown-menu {
    border: none;
}
.slinky-theme-default .back:hover::before{
    background-color: var(--primary-color);
    color: #fff !important;
}


.banner-area .banner-wrap .banner-content-2 .btn {
    background:  var(--primary-color);
    color: #fff;
    border: 1px solid  var(--primary-color) ;
    /* border-radius: 10px; */
    font-size: 18px;
}
.banner-area .banner-wrap .banner-content-2 .btn::before{
    display: none;
}

.banner-wrap .banner-content-1 h4, .banner-wrap .banner-content-1 .h4{
    background: linear-gradient(270deg, rgba(187, 155, 31, 0), var(--primary-color) );
}

.features-wrap:hover .features-img svg g path{
    stroke: var(--primary-color);
}

.btn-style a.btn-outline-primary:hover{
    background:  var(--primary-color);
    color: #fff !important;
    border-color:var(--primary-color);
}
.btn-style a.btn-outline-primary{
    position: relative;
    transition: 0.5s;;
}
.btn-style a.btn-outline-primary:hover {
    border-radius: 5px;
}
.btn-style a.btn-outline-primary:hover:after {
    opacity: 1;
    right: 30px;
}

.btn-style a.btn-outline-primary:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0px;
    right: 0px;
    transition: 0.5s;
    font-size: 25px;
    line-height: 55px;
    color: #fff;
}




.nav-style-1 > span:hover{
    background:  var(--primary-color);
    border: 1px solid var(--primary-color);
}

.customers-nav-item-profile a.dropdown-toggle span {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    min-width: 50px;
    max-width: 50px;
}
.customers-nav-item-profile a.dropdown-toggle span .client-profile-image-small {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


div.breadcrumb-area{
    margin: 0px 0 60px;
    padding: 40px 15px;
    background-color: #e8ffe5;
}
.breadcrumb-title h2 {
    line-height: 1;
}

.login-register-wrapper .login-form-container {
    max-width: 520px;
    margin: auto;
    padding: 40px 20px;
    border-radius: 20px;
}
.login-register-form label {
    font-family: "Proxima Nova Lt";
    margin-bottom: 5px;
}
.login-register-form .btn {
    padding: 13px 27px;
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    min-width: 115px;
    border-radius: 5px;
}
.login-register-form .forgot_password {
    font-family: "Proxima Nova Lt";
    margin-top: 20px;
    display: inline-block;
    color: var(--primary-color);
}
.login-register-form .btn-success {
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.login-register-form .btn-success:hover {
    color: #fff !important;
}
.footer-logo a img{
    max-width: 130px;
}

.form-control:focus{
    box-shadow: none;
    border-color:  var(--primary-color);
}
.register-contact-info-heading {
    font-family: "Proxima Nova Lt";
    margin-bottom: 10px;
}
.text-danger {
    line-height: 1;
}
div.login-register-wrapper .login-form-container .login-register-form form input{
    margin-bottom: 15px;
    height: 40px;
}
.form-control{
    margin-bottom: 15px;
    height: 40px;
    font-family: "Proxima Nova Lt";
}

.footer-area .logo-content {
    display: none;
}

.authentication .off-canvas-wrap div#menu {
    height: auto !important;
}
.authentication .off-canvas-wrap div#menu ul {
    left: 0 !important;
}

/**** plan page ****/

.grid-plans {
    max-width: 93%;
    margin: auto;
    padding: 40px 0px;
}
.grid-plans .gridCArds {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.grid-plans .gridCArds .product-box {
    width: calc(100% / 3 - 50px);
    font-family: "Proxima Nova Rg";
    padding: 10px;
    margin-bottom: 20px;
}
.prdinner {
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    position: relative;
    transition: all 0.6s;
}
.prdinner:hover {
    scale: 1.02;
    transition: all 0.6s;
}
.item-description li {
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 15px;
}
.item-description li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #2eab21;
    border-radius: 100%;
    left: 0px;
    top: 8px;
}


.item-price {
    padding: 20px 20px 0px;
    font-size: 30px;
    font-weight: 600;
}
.item-price span {
    font-weight: 500;
    font-size: 18px;
}

.item-description {
    padding: 20px;
    margin-bottom: 70px;
}

.prdinner .item-title {
    background: #e7fee4;
    padding: 20px 10px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
/* .prdinner .item-title:before {
    content: '';
    position: absolute;
    top: 0px;
    height: 240px;
    background: #e7fee4;
    width: 100%;
    clip-path: polygon(0 0, 110% 25%, 0% 65%, 0% 100%);
    z-index: -1;
} */

.button-pill {
    padding: 20px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.payButton {
    padding: 10px 16px;
    border-radius: 5px;
    width: 100%;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
    transition: all 0.6s;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background-color: transparent;
}
.payButton:hover {
    background: var(--primary-color);
    color: #fff;
    transition: all 0.6s;
}

.popular {
    position: absolute;
    top: -65px;
    right: -57.5px;
    width: 126px;
    height: 140px;
    overflow: hidden;
    transform: rotate(-45deg);
}
.popular .inner {
    transform: rotate(45deg);
    background: var(--primary-color);
    width: 100px;
    height: 100px;
    top: 20px;
    left: -50px;
    position: relative;
    border-top-right-radius: 10px;
}
.popular .inner p{
    font-weight: bold;
    font-size: 15px;
    transform: rotate(46deg) translate(23px, -3px);
    color: white;
    margin: 0;
    line-height: 1;
    text-align: center;
    padding: 0px 10px;
}

/************ user list *****************/
.cart-table-content .table-content {
    border: 1px solid #e8ffe5;
    border-radius: 10px;
}
.cart-table-content .table-content thead {
    background-color: #e8ffe5 !important;
}
div.cart-table-content .table-content tbody tr{
    border-bottom: 1px solid #e8ffe5;
}
div.cart-table-content .table-content tbody tr:last-child {
    border: none;
}
.cart-table-content .table-content tbody tr:hover td{
    background-color: #f5fff3;
}
.cart-table-content .table-content tbody td.product-remove a {
    font-size: 13px !important;
    background: #2eab21;
    padding: 10px 20px;
    border-radius: 21px;
    color: #fff !important;
    font-weight: 600;
}






























@media screen and (min-width: 1800px){
    .grid-plans .gridCArds{
        max-width: 1370px;
        margin: auto;
    }
}

@media screen and (max-width: 1200px){
    .grid-plans .gridCArds .product-box{
        width: calc(100% / 3 - 1%);
    }
}


@media screen and (max-width: 1024px){
    .grid-plans .gridCArds .product-box{
        width: calc(100% / 2 - 2%);
    }
}

@media screen and (max-width: 767px){
    header.stick.header-padding-tb{
        padding-right: 10px;
    }
    .home-slider .slider-content {
        background: rgba(0, 0, 0, 0.6);
        padding: 30px;
        border-radius: 20px;
    }
    .home-slider .slider-content h1{
        color: #fff;
    }
    .grid-plans .gridCArds .product-box{
        width: 100%;
    }
}


/****************** product start ******************/

.gridCArds{
  max-width: 85%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.gridCArds .product-box {
  width: 100%;
  font-family: "Proxima Nova Rg";
}
.product-item .product-item-content { 
  display: block; 
  position: relative; 
  transition: all .3s cubic-bezier(.785,.135,.15,.86); 
}
.product-item {
  display: block;
  text-align: center;
  color: #000;
  padding: 2rem;
  overflow: hidden;
  margin-bottom: 1rem;
  margin: 20px 0;
  background: #fff;
  box-shadow: 0 10px 40px -3px rgba(0,0,0,0.1);
  border-radius: 7px;
  transform:scale(0.97,0.97);
  transition: all .17s cubic-bezier(0.24, 0.71, 0.58, 0.57);
  text-decoration: none;
}
.product-item:hover {
  box-shadow: 0 0px 50px -10px rgba(0,0,0,0.3); 
  transform:scale(1,1);
}
.product-item:hover .product-item-image { 
  transition-delay: .2s; 
  -ms-transform: scale(.8) translateY(-15%); 
  transform: scale(.8) translateY(-15%);
}
.product-item .product-item-image { 
  display: block; 
  position: relative; 
  margin-bottom: 2rem; 
  transform: translate3d(0,0,0); 
  transition: all .5s cubic-bezier(.68,-.55,.265,1.55); 
}
.product-item .product-item-image img { 
  border-radius: 100%; 
  position: relative; 
  z-index: 3; 
  width: 100%;
}
.product-item:hover .product-item-image-hover { 
  transition-delay: .1s; 
  -ms-transform: translate(-50%,-42%) scale(.85); 
  transform: translate(-50%,-42%) scale(.85); 
}
.product-item .product-item-image-hover { 
  position: relative; 
  z-index: 2; 
  width: 100%; 
  height: 100%; 
  background: #97e7a2; 
  background: -moz-linear-gradient(135deg,  #97e7a2 0%,#d8ff7e    100%); 
  background: -webkit-linear-gradient(135deg,  #97e7a2 0%,#d8ff7e    100%); 
  background: linear-gradient(135deg,  #97e7a2 0%,#d8ff7e    100%); 
  border-radius: 100%; 
  -ms-transform: translate(-50%,-120%) scale(0); 
  transform: translate(-50%,-120%) scale(0); 
  position: absolute; top: 50%; left: 50%; 
  transition: all .6s cubic-bezier(.68,-.55,.265,1.55); 
  opacity: 0; 
  visibility: hidden;
}
.product-item:hover .product-item-image-hover { 
  opacity: 1; 
  visibility: visible;
}
.product-item:hover .product-item-category { 
  transition-delay: .3s; 
}
.product-item:hover .product-item-category,
.product-item:hover .product-item-price,
.product-item:hover .product-item-title { 
  -ms-transform: translateY(-50px); 
  transform: translateY(-50px); 
}
.product-item .product-item-category,
.product-item .product-item-price,
.product-item .product-item-title { 
  transition: all .3s cubic-bezier(.785,.135,.15,.86); 
}
.product-item .product-item-category { 
  font-size: .875rem; 
}
.product-item:hover .product-item-title { 
  transition-delay: .4s; 
}
.product-item:hover .product-item-category,
.product-item:hover .product-item-price,
.product-item:hover .product-item-title { 
  -ms-transform: translateY(-50px); 
  transform: translateY(-50px); 
}
.product-item .product-item-category,
.product-item .product-item-price,
.product-item .product-item-title { 
  transition: all .3s cubic-bezier(.785,.135,.15,.86); 
}
.product-item .product-item-title { 
  font-size: 1.125rem; 
  font-weight: 600; 
}
.product-item:hover .product-item-price { 
  transition-delay: .5s; 
}
.product-item:hover .product-item-category,
.product-item:hover .product-item-price,
.product-item:hover .product-item-title {
  -ms-transform: translateY(-50px); 
  transform: translateY(-50px); 
}
.product-item .product-item-category,
.product-item .product-item-price,
.product-item .product-item-title { 
  transition: all .3s cubic-bezier(.785,.135,.15,.86); 
}
.product-item .product-item-price { 
  font-size: 1.0625rem; 
}
.product-item:hover .button-pill { 
  transition-delay: .6s;
}
.product-item:hover .button-pill {
  opacity: 1;
  -ms-transform: translateY(5px) translateX(-50%);
  transform: translateY(5px) translateX(-50%);
}
.product-item .button-pill { 
  position: absolute; 
  bottom: 0; 
  left: 50%; 
  -ms-transform: translateY(30px) translateX(-50%); 
  transform: translateY(30px) translateX(-50%); 
  opacity: 0; 
  transition: all .3s cubic-bezier(.785,.135,.15,.86); 
  width: 100%;
}
.button-pill span {
  display: inline-block;
  position: relative;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase; 
  background: #97e7a2; 
  background: -moz-linear-gradient(135deg,  #97e7a2 0%,#d8ff7e    100%); 
  background: -webkit-linear-gradient(135deg,  #97e7a2 0%,#d8ff7e    100%); 
  background: linear-gradient(135deg,  #97e7a2 0%,#d8ff7e    100%); 
  color: #000;
  border-radius: 1.5rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  box-shadow: 0 14px 25px 0px rgba(75,204,140,0.1); 
  transition: all .37s ease;
}
.button-pill:hover span {
  display: inline-block;
  position: relative;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;  
  background: #5f5f5f; 
  background: -moz-linear-gradient(135deg,  #5f5f5f 0%,#000    100%); 
  background: -webkit-linear-gradient(135deg,  #5f5f5f 0%,#000    100%); 
  background: linear-gradient(135deg,  #5f5f5f 0%,#000    100%); 
  color: #fff;
  border-radius: 1.5rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
  padding-left: 2.1rem;
  padding-right: 2.1rem; 
  box-shadow: 0 14px 25px 0px rgba(0,0,0,0.1);
}

@media(min-width:1376px) {
  .gridCArds .product-box {
    width: calc(100% / 4 - 15px);
  }
}

@media(min-width:1200px) and (max-width:1366px) {
  div.gridCArds .product-box {
    width: calc(100% / 3 - 14px);
  }
    .button-pill {width: 100%;}
    .product-box {padding: 0 10px;}
}
@media(min-width:1024px) and (max-width:1200px) {
  div.gridCArds .product-box {
    width: calc(100% / 3 - 14px);
  }
    .product-item .product-item-title {font-size: 0.888rem;}
    .product-item .product-item-price {font-size: 0.788rem; padding: 7px 0 0;}
    .product-box {padding: 0 7px;}
}

@media(min-width: 767px) and (max-width:1023px) {
  div.gridCArds .product-box {
    width: calc(100% / 2 - 14px);
  }
}




/****************** product page end ******************/



/****************** product detail start ******************/
.card-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
}
.card-wrapper img{
    width: 100%;
    display: block;
}
.img-display{
    overflow: hidden;
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase img{
    min-width: 100%;
}
.img-select{
    display: flex;
}
.img-item{
    margin: 0.3rem;
    min-height: 90px;
    max-height: 90px;
}
.img-item img {
  object-fit: cover;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 0;
}
.img-item:hover{
    opacity: 0.8;
}
.product-content{
    padding: 2rem 1rem;
    font-family: "Proxima Nova Rg";
}
.product-title{
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 0px 0px 20px;
}
.product-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
}
.product-link{
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 20px;
  background: var(--primary-color);
  color: #fff;
  padding: 4px 10px;
  transition: all 0.5s ease;
  border-radius: 6px;

}
.product-link:hover{
    opacity: 0.9;
    color: #fff;
}
.product-rating{
    color: #ffc107;
}
.product-rating span{
    font-weight: 600;
    color: #252525;
}
.product-price{
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}
.product-price span{
    font-weight: 400;
}
.last-price {
  margin-bottom: 10px;
}
.last-price span{
    color: #f64749;
    text-decoration: line-through;
}
.new-price span{
    color: #3fb63f;
}
.product-detail h2{
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}
.product-detail p{
  font-size: 16px;
  padding: 0.3rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
}
.product-detail ul li{
    margin: 0;
    list-style: none;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}
.product-detail ul li span{
    font-weight: 400;
}
.purchase-info{
    margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}
.purchase-info input{
    width: 60px;
}
.purchase-info .btn{
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}
.purchase-info .btn:first-of-type{
    background: #3fb63f;
}

.purchase-info .btn:hover{
    opacity: 0.9;
}
.social-links{
    display: flex;
    align-items: center;
}
.social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}
.social-links a:hover{
    background: #000;
    border-color: transparent;
    color: #fff;
}

.card-wrapper .card{
    border:  none;
}

@media screen and (min-width: 992px){
  .card-wrapper .card{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
        height: 100%;
        align-items: flex-start;
    }
    .card-wrapper{
        /*height: 100vh;*/
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-content{
        padding-top: 0;
    }
}

@media screen and (max-width: 767px){
  .product-content{
    padding: 2rem 0px;
  }
  .product-title{
    font-size: 30px;
  }
}

/****************** product detail end ******************/


/*********************** add to cart page start *******************************/
.cart-products-table{
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: auto;
}
.cart-form .table{
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    font-family: "Proxima Nova Lt";
    margin: 0;
}
.cart-form .table thead {
    background: #eaffe8;
}


.cart-form .table tr {
    border: none;
}
.cart-form .table thead th {
    padding: 15px;    border: none;
}
.cart-form .table td {
    vertical-align: middle;
}
.cart-form .table .product-price, .cart-form .table .product-subtotal {
    width: 90px;
    position: relative;
}

.cart-form .table .product-quantity {
    width: 190px;
    text-align: center;
}

.cart-form .table thead tr th:last-child, .cart-form .table tr td:last-child, .cart-form .table tfoot tr td:last-child {
    text-align: right;
}
.cart-form .table tbody tr {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.cart-form .table tbody td, .cart-form .table tbody th, .cart-form .table tfoot td {
    padding: 25px 15px;    border: none;
}

.cart-form .table thead + tbody tr:first-child td {
    padding-top: 25px;
}
.cart-form .table .product-name .product-image {
    max-width: 65px;
    height: auto;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}

.cart-form .table .product-name .product-image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.cart-form .table .product-name .product-info{
    width: calc(100% - 100px);
    margin-left: 30px;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}

.cart-form .table .product-title{
    font-size: 16px;
    line-height: 22px;
    font-family: "Proxima Nova Lt";
}
.cart-form .table .product-title:after{
    display: none;
}

.quantity {
    position: relative;
    display: inline-block;
    margin: 0;
}
.product-quantity .quantity input[type="number"] {
    background: rgba(0, 0, 0, 0.04);
    padding: 0 20px;
    height: 30px;
    width: 70px;
    border-radius: 20px;
    border: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    max-width: calc(100% - 0px);
    -webkit-appearance: none;
    color:#000;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.quantity span {
    display: block;
    width: 22px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 5;
}
.quantity span svg {
    position: absolute;
    top: calc(50% - 5px);
    left: 4px;
    width: 10px;
}

.quantity span.plus {
    left: auto;
    right: 0;
}
.product-quantity .quantity span {
    width: 20px;
}
 .amount {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    transition: color 0.2s ease;
}

.cart-form .table tr:first-child .remove {
    margin-top: -12px;
}
.cart-form .table thead + tbody tr:first-child td .remove {
    margin-top: 0;
}
.cart-form .table tr:hover .remove {
    opacity: 1;
    visibility: visible;
}
.cart-form .table .remove {
    position: absolute;
    top: calc(50% + 10px);
    right: 15px;
}
.cart-form .table .remove{
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    border-bottom: 1px solid #d83e49;
    color: #d83e49 !important;
    text-transform: lowercase;
}
.proceed-to-checkout a{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 14px;
}
.proceed-to-checkout a:hover {
    border-radius: 5px;
}

.cart-bottom-table td.actions .coupon {
    position: relative;
    width: 370px;
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 5px;
}

.cart-bottom-table .actions{
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0px;
}
.cart-collaterals {
    max-width: 400px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    float: right;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .05);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border-color: #dbe1e6 !important;
    font-family: "Proxima Nova Lt";
    overflow: hidden;
}
.cart-bottom-table {
    margin-top: 50px;
}
.cart-bottom-table td.actions .coupon input#coupon_code {
    width: 100%;
    background: #fff;
    border-style: dashed;
    border-width: 1px;
    height: 60px;
    margin-bottom: 0;
    box-shadow: none;
    border-color: #dbe1e6 !important;
    padding: 9px 130px 9px 12px;
    font-size: 16px;
}

.cart-bottom-table td.actions .coupon .button.cl-btn {
    position: absolute;
    right: 0px;
    top: 27px;
    height: 58px;
    width: 127px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    font-size: 20px;
}

.cart-bottom-table .table tbody tr{
    border: none;
}

.cart-bottom-table .table .actions {
    padding-left: 0px;
    padding-right: 0px;
}
.table-cart-total{
    width: 100%;
}

.cart-collaterals h3 {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    background: #eaffe8;
    color: #000;
    height: 50px;
    font-weight: 700;
    line-height: 50px;
    font-family: "Proxima Nova Lt";
    letter-spacing: 1.1px;
}
.proceed-to-checkout {
    padding: 0px 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cart-collaterals tr th {
    padding: 17px 30px !important;
    border: none !important;
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    vertical-align: top;
}

.cart-collaterals tr td {
    padding: 17px 30px !important;
    text-align: right !important;
    border: none !important;
    font-size: 16px !important;
}
.checkout-button {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    position: relative;
    transition: 0.5s;
}
.checkout-button:hover {
    padding-right: 24px !important;
}
.checkout-button:hover:after {
    opacity: 1;
    right: 60px;
}

.checkout-button:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0px;
    right: 0px;
    transition: 0.5s;
    font-size: 25px;
}



.checkout-button:hover{
    color: #fff !important;
}
.continue-shopping {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    position: relative;
    transition: 0.5s;
}


.continue-shopping:hover {
    padding-right: 24px !important;
}
.continue-shopping:hover:after {
    opacity: 1;
    right: 60px;
}

.continue-shopping:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0px;
    right: 0px;
    transition: 0.5s;
    font-size: 25px;
}




.cart-collaterals .order-total th {
    font-size: 24px !important;
    font-weight: 600 !important;
    padding: 12px 30px;
}
.cart-collaterals .order-total td span {
    font-size: 24px !important;
    line-height: 36px !important;
}
ul#shipping_method {
    list-style: none;
    margin: 0;
    padding: 0;
}
#shipping_method li {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
    padding-top: 0 !important;
    padding-bottom: 10px !important;
    position: relative;
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none;
    font-weight: 400;
}
.cart-collaterals #shipping_method li>input {
    margin-left: 15px !important;
}
.cart-collaterals ul#shipping_method li label {
    display: inline;
}
.cart-collaterals #shipping_method li .check:before {
    position: absolute;
    pointer-events: none;
    width: 22px;
    height: 22px;
    right: 0;
    top: 50%;
    margin-top: -15px;
    font-family: codeless-icons;
    font-size: 24px;
    content: "'";
    z-index: 1;
    border-color: #8b99a3;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    color: transparent;
}

.cart-collaterals #shipping_method li input[type=radio]:checked ~ .check:before{
    border-color: var(--primary-color) !important;
}

.cart-collaterals #shipping_method li input[type=radio]:checked ~ label{
    color: #262A2C !important;
    font-weight: 600;
}
.cart-collaterals #shipping_method li input[type=radio]:checked ~ label .price-amount{
    color: #262A2C !important;
}
.cart-collaterals #shipping_method li .check:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: transparent;
    border-radius: 50%;
    right: 7px;
    z-index: 1;
    top: 10px;
}
.cart-collaterals #shipping_method li input[type=radio]:checked ~ .check:after{
    background-color: var(--primary-color);
}
.cart-collaterals ul#shipping_method li label{
    color: #8f8f8f;
    font-weight: 100;
}
.cart-collaterals ul#shipping_method li label .price-amount{
    color: #8f8f8f;
}

@media screen and (max-width: 1024px){
    .cart-bottom-table .actions{
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .cart-bottom-table td.actions .coupon input#coupon_code{
        height: 40px;
    }
    .cart-bottom-table td.actions .coupon .button.cl-btn{
        height: 40px;
        font-size: 17px;
    }
    #content .row {
        margin: 0;
    } 
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .single-slider-wrap .slider-img {
        width: 65% !important;
    }
}

@media screen and (max-width: 767px){
    .header-padding-tb {
        background: #fff;
    }
    .home div#wrapper {
        padding-top: 110px;
    }
    
     
    .cart-products-table .product-name {
        min-width: 270px;
    }
    .section-wrap .container {
        padding: 0;
    }
   
    
}


/*********************** add to cart page end *******************************/


/****************************Check out page start ****************************/

.checkout-page{
    width: 100%;
  }
  .checkout-wrap{
    width: 100%;
  }
  .checkout-form {
    display: flex;
    font-family: "Proxima Nova Lt";
  }
  
  .billing-fields h3{
    margin-bottom: 30px;
    font-size: 35px;
  }
  
  .billing-field-wrapper {
    display: flex;
    flex-direction: column;
  }
  .form-row {
    display: flex;
    flex: 1 1 50%;
    gap: 20px;
    margin-bottom: 16px;
  }
  .form-col {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .form-row  .form-lable {
    font-size: 14px;
    margin-bottom: 2px;
    display: block;
  }
  
  .form-row .input-text, .form-row .select {
    height: 50px;
    padding: 0 10px;
    border: 1px solid #f3f3f3;
    background: #f9f9f9;
    color: #222;
    -webkit-appearance: none;
    font-size: 16px;
  }
  
  .additional-shipping_address {
    margin-top: 20px;
  }
  
  .label-for-checkbox {
    position: relative;font-family: "Proxima Nova Lt";
  }
  .label-for-checkbox  .input-checkbox {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .label-for-checkbox input[type="checkbox"] + span {
    font-size: 15px;
    font-weight: 600;
    padding-left: 40px;
    padding-top: 10px;
    display: block;
    line-height: 1;
  }
  .label-for-checkbox input[type="checkbox"]:checked + span:before {
    border: 10px solid var(--primary-color);
    animation: checked-box;
  }
  .label-for-checkbox input[type="checkbox"] + span:before {
    content: "";
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    border: 1px solid #D9D9D9;
    margin-right: 15px;
    border-radius: 3px;
    transition: all 0.3s;
    position: absolute;
    top: 6px;
    left: 4px;
}
.label-for-checkbox input[type="checkbox"] + span:after {
    content: "";
    position: absolute;
    top: 16px;
    left: 10px;
    transform-origin: center;
}
.label-for-checkbox input[type="checkbox"]:checked + span:after {
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    
    animation: checked-box 125ms 250ms forwards;
}

@keyframes checked-box {
    
    0% {
        width: 0;
        height: 0;
        border-color: #fff;
        transform: translate(0, 0) rotate(45deg);
    }
    33% {
        width: 6px;
        height: 4px;
        border-color: #fff;
        transform: translate(0, 0) rotate(45deg);
    }
    100% {
        width: 7px;
        height: 11px;
        border-color: #fff;
        transform: translate(0, -8px) rotate(45deg);
    }
}

  #order_comments_field  label {
    margin: 20px 0;
  }
.form-row textarea {
    min-height: 240px;
    padding: 20px !important;
    resize: none;
}
  
  
.checkout-review {
    display: flex;
    flex-direction: column;
}
  
.checkout-review-order {
    border: 1px solid #eee;
    padding: 25px 45px 45px 45px;
}
#order_review_heading {
    float: left;
    clear: none;
    margin-bottom: 50px;
    font-size: 35px;
}
  
.checkout-review-order-table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0;
    table-layout: fixed;
    max-width: 100%;
}
.checkout-review-order-table tr {
    border-bottom: 1px solid #dddddd;
}
.checkout-review-order-table th, .checkout-review-order-table td {
    border: 0;
    padding: 13px 0;
    vertical-align: top;
}
.checkout-review-order-table th, .checkout-review-order-table td{
    text-align: left;
}
.checkout-review-order-table th:last-child, .checkout-review-order-table td:last-child {
    text-align: right;
}
  
  
.checkout-review-order-table tfoot tr th:first-of-type {
    font-weight: 700;
    text-transform: uppercase;
}

#shipping_method {
    list-style: none;
    padding: 0;
}

.checkout-review-order-table .shipping{
    border-bottom: 0;
}

.checkout-review-order-table .shipping th {
    padding-bottom: 5px;
    display: block;
    width: 100%;
    text-align: left;
}
.checkout-review-order-table .shipping td {
    padding: 5px 0;
    display: block;
    width: 100%;
    text-align: left;
}
.place-order{
    margin-top: 16px;
}

td.product-name {
    color: #8E8E8E;
}

.product-total .amount {
    color: #8E8E8E;
}
.checkout-review-order-table .shipping td #shipping_method li {
    flex-direction: inherit;
    color: #8E8E8E;
}
.privacy-policy-link{
    color: var(--primary-color);
    font-weight: 700;
}

.place_order {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 14px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    position: relative;
    transition: 0.5s;
}
.place_order:hover {
    padding-right: 24px !important;
    border-radius: 5px;
}
.place_order:hover:after {
    opacity: 1;
    right: 60px;
}

.place_order:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0px;
    right: 0px;
    transition: 0.5s;
    font-size: 25px;
}


@media (min-width: 993px) {
    .checkout-form #customer_details {
        width: 520px;
        padding-right: 30px;
    }
    .checkout-form #order_review {
        width: calc(100% - 520px);
    }
}
@media (min-width: 1200px) {
    .checkout-form #customer_details {
        width: 670px;
        padding-right: 50px;
    }
    .checkout-form #order_review {
        width: calc(100% - 720px);
    }
}
@media (max-width: 992px) {
    .checkout-page .container{
        padding: 0px 15px;
    }
    .checkout-form {
        flex-direction: column;
    }
    .form-row{
        gap: 16px;
        flex-direction: column;
    }
    div.breadcrumb-area{
        margin-bottom: 40px !important;
    }
    .billing-fields h3{
        font-size: 30px;
    }
    .checkout-review-order{
        padding: 20px;
        margin-bottom: 30px;
    }
    .checkout-review-order-table{
        margin: 0px 0 20px;
    }
    #order_review_heading{
        margin-bottom: 30px;
        font-size: 35px;
        margin-top: 30px;
    }

}

/****************************Check out page end ****************************/

.banner-area .banner-wrap .banner-content-2 .btn.animated:after{
    display: none;
}


.tr-title {
    display: inline-block;
    border-bottom: 1px solid;
    font-size: 30px;
    margin-bottom: 20px;
}
.tr-container ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
    margin-bottom: 5px;
    font-family: "Proxima Nova Rg";
}

.tr-container p {
    margin-bottom: 0px;
    color: #000;
}
.tr-wrap-content {
    margin-top: 20px;
    margin-bottom: 20px;
}
.tr-wrap-content ul {
    padding-left: 15px;
}
.h-link{
    color: var(--primary-color);
}
.tr-container {
    padding-bottom: 40px;
}


@media screen and (max-width: 767px){
    .tr-container .container {
        padding: 0px;
    }
    .tr-title{
        font-size: 25px;
    }
}
