@import url('https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css');

@font-face {
    font-family: 'CreattionDemo';
    src: url('../fonts/CreattionDemo.eot');
    src: url('../fonts/CreattionDemo.eot') format('embedded-opentype'),
         url('../fonts/CreattionDemo.woff2') format('woff2'),
         url('../fonts/CreattionDemo.woff') format('woff'),
         url('../fonts/CreattionDemo.ttf') format('truetype'),
         url('../fonts/CreattionDemo.svg#CreattionDemo') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: 'Jost', sans-serif;
/*  font-family: 'Quicksand', sans-serif;*/
  font-weight: 400;
  position: relative;
}
h1, h2, h3, h4, h5, h6{ font-family: 'Jost', sans-serif; font-weight:700;}

p{ font-family: 'Jost', sans-serif; font-size: 16px;font-weight: 400;padding: 0;margin: 0;}
img {
  max-width: 100%;
  border: none;
}
a {
  text-decoration: none;
  outline: none !important;
 
}

.btn{
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    outline: none;
    padding: 15px 24px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
     font-family: 'Jost', sans-serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
}
.btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 223%;
  background: #0f1418;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-100%) translateY(-18%) rotate(45deg);
  transform: translateX(-100%) translateY(-18%) rotate(45deg);
  z-index: -1;
}

.btn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.btn.btn-primary:focus{
    box-shadow: none;
    background: #0f1418;
}

.btn-primary{
    border-color: #15aef1;
    background-color: #15aef1;
}
.btn-primary i {
    font-size: 13px;
    display: inline-block;
    vertical-align: 0px;
    margin-left: 8px;
}



/*-------- skill area start --------*/
.skill-area {
    position: relative;
    z-index: 1;
    margin-top: -85px;
}
.skill-body {
    box-shadow: 5px 3px 24px rgb(0 0 0 / 8%);
    height: 170px;
    border-radius: 5px;
}
.skill-body .skill-box{
    width: 100%;
    height: 170px;
    background-color: #ffffff;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 2;
}
.skill-body .skill-box:after{
    content: '';
    position: absolute;
    top: 48px;
    right: 0;
    width: 1px;
    height: 100px;
    background-color: #e5e5e5;
}
.skill-body .skill-box:hover:after{
    opacity: 0;
}
.skill-body .skill-box:last-child:after{
    display: none;
}
.skill-body .skill-box h3{
    color: #15aef1;
    font-size: 34px;
    font-weight: 600;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.skill-body .skill-box p{
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    color: #061e2e;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.skill-body .skill-box .icon img{
    height: 52px;
    width: auto;
    margin-bottom: 10px;
    display: none;
}
.skill-body .skill-box:hover .icon img{
    display: inline-block;
}
.skill-body .skill-box:hover {
    background-color: #15aef1;
    height: 195px;
    position: relative;
    transform: scale(1.1);
    top: -10px;
    border-radius: 5px;
    box-shadow: 0 0 30px rgb(0 0 0 / 12%);
    z-index: 99;
}
.skill-body .skill-box:hover h3, .skill-body .skill-box:hover p{
    color: #ffffff;
}
/*-------- skill area stop --------*/



/*------ banner area start ------*/
.banner-area{
    position: relative;
}
.banner-area::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/banner-bg-sape.png);
}
.banner-body{
    height: 700px;
    position: relative;
}
.banner-contain{}
.banner-contain h1, .banner-contain h2, .banner-contain h3 {
    color: #000000;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    margin: 0 0 15px;
    line-height: 65px;
    transition: 0.5s;
}
.banner-contain p{
    color: #000000;
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 20px;
    transition: 0.5s;
}
.banner-contain .btn {
    padding: 9px 20px;
    transition: 0.5s;
}
.banner-img{
    width: 100%;
    max-width: 608px;
    transition: 0.5s;
    position: relative;
}
.banner-img img{
    width: auto;
    height: 100%;
    object-fit: contain;
    transition: 0.5s;
    position: relative;
    z-index: 2;
}
.banner-img::before {
    content: '';
    position: absolute;
    bottom: -34px;
    left: -88px;
    width: 100%;
    max-width: 270px;
    height: 210px;
    background-image: url(../images/banner-img-sape1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.banner-img::after {
    content: '';
    position: absolute;
    top: 84px;
    right: -50px;
    width: 100%;
    max-width: 175px;
    height: 153px;
    background-image: url(../images/banner-img-sape2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.banner-img h3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 155px;
    font-weight: 400;
    font-family: 'Bebas Neue', cursive;
    text-transform: uppercase;
    margin: 0 auto;
    z-index: 1;
    letter-spacing: 7px;
    -webkit-text-stroke: 1px #A4D2E7;
    text-stroke: 1px #A4D2E7;
    color: transparent;
}
.banner-img .shadow {
    width: 100%;
    max-width: 100%;
    height: 85px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/ellipse.png);
    z-index: 2;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    box-shadow: none !important;
}
.banner-img .sapeimg1 {
    width: 72px;
    height: 95px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -120px;
    left: -20px;
}
.banner-img .sapeimg2 {
    width: 89px;
    height: 84px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -80px;
    left: 168px;
}
.banner-img .sapeimg3 {
    width: 95px;
    height: 94px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 100px;
    right: -95px;
    z-index: 1;
}
.banner-img .sapeimg4 {
    width: 75px;
    height: 92px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: -130px;
    right: 25px;
    z-index: 1;
}
.banner-img .sapeimg5 {
    width: 127px;
    height: 196px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: -210px;
    z-index: 1;
}
.banner-area .sapeimg6 {
    width: 105px;
    height: 86px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 1;
}
.banner-area .sapeimg7 {
    width: 59px;
    height: 54px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 365px;
    left: 35px;
    z-index: 1;
}
.banner-area .sapeimg8 {
    width: 112px;
    height: 153px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: -25px;
    left: 0;
    z-index: 1;
}
.banner-area .sapeimg9 {
    width: 170px;
    height: 187px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
@keyframes fadeIn {
	from {opacity: 0;transform: translate3d(0, -20%, 0);}
	to {opacity: 1;transform: translate3d(0, 0, 0);}
}
.banner-carousel .owl-item.active .banner-contain h1, .banner-carousel .owl-item.active .banner-contain h2, .banner-carousel .owl-item.active .banner-contain h3{
    animation: fadeIn 1s ease-in both;
    animation-delay: 0.3s;
  }
  .banner-carousel .owl-item.active .banner-contain p{
    animation: fadeIn 1s ease-in both;
    animation-delay: 0.5s;
  }
  .banner-carousel .owl-item.active .banner-contain .btn{
    animation: fadeIn 1s ease-in both;
    animation-delay: 0.9s;
  }
  .owl-dots{
    text-align: center;
  }
  .owl-dots .owl-dot{
    width: 15px;
    height: 15px;
    border: 1px solid;
    margin-right: 5px;
    border-radius: 50%;
  }
  .owl-dots .owl-dot:last-child{
    margin-right: 0;
  }
  .banner-carousel .owl-dots {
    position: relative;
    bottom: 50px;
  }
  .banner-carousel .owl-dots .owl-dot {
    background-color: #9E9E9E;
    border-color: #9E9E9E;
}
  .banner-carousel .owl-dots .owl-dot.active{
    background-color: #F7C548;
    width: 30px;
    border-radius: 30px;
  }
/*------ banner area stop ------*/



/*------ academics area start ------*/
.academics-area{
    
    background-color: #fff;
	padding:30px 0px;
}
.heading{
    margin-bottom: 0;
}
.heading h2{
    text-transform: capitalize;
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    padding: 0;
    margin: 0 0 10px;
}
.heading p{
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
}
.academics-area .heading p{
    width: 100%;
    max-width: 765px;
    margin: 0 auto;
}
.academics-area .heading{
    margin-bottom: 40px;
}

.academics-img{position: absolute;
width: 125px;
right: 0px;
bottom: 0px;
margin-bottom: 0px;}
.academics-img img{position: relative;
z-index: 2;}
.academics-img:after{ position: absolute;
content: "";
width: 145px;
height: 145px;
background: #c8eb97;
border-radius: 50%;
bottom: -25px;
right: -35px;
z-index: 1;}
.academics-img-box .img-box{
    height: 256px;
    overflow: hidden;
    border-radius: 5px;
}
.academics-img-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.academics-img-box:hover .img-box img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.academics-img-box .academics-contain-box {
    padding: 15px 30px;
    text-align: center;
}
.academics-img-box .academics-contain-box h3{
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.academics-img-box a{text-decoration: none;}



.about-top{ padding:60px 0px;}
.aboutimg{height: 600px;padding-left: 60px;}
.aboutimg img{width: 100%;
height: 100%;
object-fit: cover;}

.wrapper {
  position: relative;
  min-height: 150px;
}
.countdown-container {-webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.viewall{position: relative;
z-index: 1;
padding: 10px 16px;top: 20px;
background: #fff;
border: 1px solid #15aef1;
color: #15aef1;}
.viewall:hover{ background:#97b965;}
.countdown {
  display: flex;
transform-style: preserve3d;
perspective: 500px;
height: 100px;
width: 100%;
margin: 0 auto;
}
.countdown.remove {
  animation: hide-countdown 1s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
  overflow: hidden;
}



.academics-area .aboutin:nth-of-type(2n) .academics-box{ background:#feeeef;}
.academics-area .aboutin:nth-of-type(2n) .academics-box1 h6{ color:#ED6C6C;}
.academics-area .aboutin:nth-of-type(2n) .shopnow{background:#ED6C6C;}
.academics-area .aboutin:nth-of-type(2n) .academics-img{ width:170px;}
.academics-area .aboutin:nth-of-type(2n) .academics-img::after{ background:#fbd7d7;}
.academics-area .aboutin:nth-of-type(2n) .shopnow:hover, .academics-area .aboutin:nth-of-type(3n) .shopnow:hover{background:#000;}
.academics-area .aboutin:nth-of-type(3n) .academics-box{ background:#eff1fd;}
.academics-area .aboutin:nth-of-type(3n) .academics-box1 h6{ color:#8797d2;}
.academics-area .aboutin:nth-of-type(3n) .shopnow{background:#8797d2;}
.academics-area .aboutin:nth-of-type(3n) .academics-img::after{ background:#d6dffc;}
.academics-box {
    background: #e9f9d5;
display: flex;
align-items: center;
padding: 20px 20px;
border-radius: 5px;
position:relative;overflow: hidden;
}
.number, .separator {
  display: block;
color: #333;
height: 105px;
font-size: 50px;
position: relative;
line-height: 10rem;
text-align: center;
width: 100%;
}

.separator {
  margin: 0;
  width: 2rem;
  top: -30px;
}

.new, .old, .currenttime {
  color: #333;
  position: absolute;
  border-radius: 1rem;
  height: 10rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.academics-box1 h6{font-family: 'Italianno', cursive;font-size: 20px;
color: #206D05;
font-style: italic;
font-weight: 200;
margin-bottom: 0px;}
.academics-box1 h3{font-family: 'Quicksand', sans-serif;
font-size: 27px;
font-weight: 600;
margin-bottom: 0px;}

.academics-box1 h5{font-weight: 200;}

.shopnow{background: #97b965;
border-color: #97b965;
padding: 4px 9px;
font-size: 13px;
display: inline-block;
letter-spacing: 1px;
border-radius: 2px;margin-top: 15px;}
.shopnow:hover{background: #000;}

.new {
  animation: show-new 0.4s cubic-bezier(0, 0.9, 0.5, 1.2) forwards;
}

.old {
  animation: hide-old 2s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
}

.countdown section {
  position: relative;
}

#js-days:after, #js-hours:after, #js-minutes:after, #js-seconds:after {
  content: "DAYS";
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -80px;
  font-size: 12px;
}
#js-hours:after {
  content: "HOURS";
}
#js-minutes:after {
  content: "MINUTES";
}
#js-seconds:after {
  content: "SECONDS";
}
@keyframes hide-countdown {
  to {
    height: 0;
    overflow: hidden;
  }
}
@keyframes show-new {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-2rem) scale(0.8) rotateX(-20deg);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes hide-old {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-5rem) scale(0.5) rotateX(-75deg);
  }
}





/*addbannerbottom_area*/

.addbannerbottom_box {
    margin-top: 5px;
    position: relative;
}
.addbannerbottom_box .addbannerbottom_textbox{
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transition: translate(0, -50%);
    -o-transition: translate(0, -50%);
    -moz-transition: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.addright{max-width: 260px !important;float: right;}
.addright p{ padding-right:0px !important;}

.addbannerbottom_box.smal .addbannerbottom_textbox .addbannerbottom_textinner {
    max-width: 338px;
}
.addbannerbottom_box .addbannerbottom_textbox .addbannerbottom_textinner {
    width: 100%;
    max-width: 400px;
}
.addbannerbottom_box .addbannerbottom_textbox .addbannerbottom_textinner h5 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    padding-right: 80px;
}
.addbannerbottom_box .addbannerbottom_textbox .addbannerbottom_textinner h5:after {
    content: "";
    position: absolute;
    background-image: url(../images/offerrbon.png);
    width: 90px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-flex;
    right: -3px;
    top: -25px;
}
.addbannerbottom_box .addbannerbottom_textbox .addbannerbottom_textinner p {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    padding-right: 95px;
}
.addbannerbottom_box.smal .addbannerbottom_textbox .addbannerbottom_textinner p {
    padding-right:50px;
}
.addbannerbottom_box .addbannerbottom_textbox .addbannerbottom_textinner .btn-primary {
    border-color: rgba(247, 197, 72, 0.6);;
    background-color: rgba(247, 197, 72, 0.6);;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    padding: 12px 15px;
    margin-top: 20px;
}
.addbannerbottom_box img{ width:100%; }
.addbannerbottom_box.big {
    width: 99%;
}
.addbannerbottom_area .col-7{
    flex: 0 0 auto;
    width: 57.33333333%;
}
.addbannerbottom_area .col-5{
    flex: 0 0 auto;
    width: 42.66666667%;
}





/*trendingnow_area*/
.trendingnow_area{ padding:60px 0 0; }
.trendingnow_area .heading1 h3 small {
    top: 34px;
    left: 0;
    right: 0;
}
.trendingnow_area .heading1 h4 {
    margin-top: -44px;
}
.owl-item.center .trendingbox{ margin-top:30px; }
.trendingbox{}
.trendingbox .trending_thumble {
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    height: 320px;
}
.trendingbox .trending_thumble img{
    width: 100%;
    object-fit: cover;
}
.trendingbox .trending_body{
    box-sizing: border-box;
    padding: 25px;
    text-align: center;
}
.trendingbox .trending_body h4{
     font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    color: #000000
}
.trendingbox .trending_body p{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

/*ouringredients_area*/

.ouringredients_area{ padding:60px 0 80px;  }
.ouringredients_area .ouringredients_thumble {
    width: 95%;
    height: 650px;
    display: flex;
    position: relative;
}
.ouringredients_area .ouringredients_thumble:after {
    content: "";
    position: absolute;
    right: -18px;
    width: 100%;
    height: 100%;
    bottom: -18px;
    border: 3px solid #F7C548;
    z-index: -1;
}
.ouringredients_area .ouringredients_thumble img{
    position: relative;
    width: 100%;
    object-fit: cover;
}
.ouringredients_area .ouringredients_textbox{
    padding-left: 50px;
}
.ouringredients_area .ouringredients_textbox .ouringredientslistbox{ margin-bottom:18px; }
.ouringredients_area .ouringredients_textbox .ouringredientslistbox h5{
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
    color: #000000;
}

.ouringredients_area .ouringredients_textbox .btn{ margin-top:30px; }
.ouringredients_area .ouringredients_textbox .ouringredientslistbox .icon {
    min-width: 64px;
    max-width: 64px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-right: 15px;
    background: #FFF2D0;
    border-radius: 50%;
    padding: 12px;
}
.ouringredients_area .ouringredients_textbox .ouringredientslistbox .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.heading1{ margin-bottom:28px; }
.heading1 h3{font-family: 'CreattionDemo'; font-weight: 400;
font-size: 96px;
line-height: 114px;
letter-spacing: 0.06em;
color: #F7C548;
position: relative;
margin: 0;
}
.heading1 h3 strong{ font-weight:normal; opacity:0.5; }
.heading1 h3 small {
    opacity: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #E1AC28;
    font-family: 'Jost', sans-serif;
    position: absolute;
    top: 30px;
}
.heading1 h4 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    color: #000000;
    position: relative;
    margin-top: -18px;
    margin-bottom:18px;
}
.heading1 p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    padding-right: 30px;
}
/*offerbanner_area*/
.offerbanner_area{ min-height:670px; overflow: hidden; background-repeat:no-repeat; background-size:cover; background-position:center; overflow:hidden; position:relative; }
.offerbanner_area .shape1 {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 160px;
    width: 100%;
    z-index: 0;
}
.offerbanner_area .shape2 {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 78px;
    width: 100%;
    z-index: 0;
}
.offerbanner_area .shape3 {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 260px;
    width: 100%;
    z-index: 0;
}
.offerbanner_area .container {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transition: translate(0, -50%);
    -o-transition: translate(0, -50%);
    -moz-transition: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
}
.offerbanner_area .headingbox{ margin-bottom:36px; }
.offerbanner_area .offerbanner_text{ text-align:left; position:relative; }
.offerbanner_area .offerbanner_text .afterimg {
    position: absolute;
    top: -117px;
    left: 200px;
    max-width: 118px;
    width: 100%;
    z-index: 0;
}
.offerbanner_area .offerbanner_text .beforeimg {
    position: absolute;
    bottom: -146px;
    right: 107px;
    max-width: 166px;
    width: 100%;
    z-index: 0;
}
.offerbanner_area .headingbox h3 small{display: block;
    font-weight: 400;
    font-size: 50px;
    line-height: 70px;
    color: #6F391B;
    font-family: 'Jost', sans-serif;
}
.offerbanner_area .headingbox h3{ 
    font-family: 'Quicksand', sans-serif; 
    font-weight: 700;
    font-size: 80px;
    line-height: 90px; 
    color: #000000;
    margin-bottom: 15px;
}
.offerbanner_area .headingbox p{font-size: 30px;}

.offerbanner_area .offerbanner_thumble{ position:relative; }
.offerbanner_area .offerbanner_thumble img {
    width: 130%;
    max-width: 130%;
    position: relative;
    top: 38px;
    left: -10%;
}
/*deliverystaps_area*/

.deliverystaps_area{border-bottom: 1px solid #DDDDDD;}
.deliverystapsbox {
    margin: 24px 0;
    border-right: 1px solid  #DDDDDD;
    padding-right: 10px;
    padding-left: 10px;
}
.deliverystapsbox .icon {
    margin-right: 15px;
    position: relative;
    display: flex;
    align-items: center;
    height: 44px;
    justify-content: center;
    min-width: 52px;
    max-width: 52px;
}
.deliverystapsbox .icon:after {
    content: "";
    position: absolute;
    top: 8px;
    left: -14px;
    min-width: 46px;
    max-width: 46px;
    border-radius: 50%;
    background-color: #FFF2D0;
    height: 46px;
    z-index: -1;
}
.deliverystapsbox .bodytext p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: normal;
    color: #000000;
    margin: 0;
}
.deliverystapsbox .bodytext h4{
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 0;
}


/*latestdeals_area*/

.latestdeals_area{ padding:58px 0; }
.headingbox{ margin-bottom:36px; }
.headingbox h3{ 
    font-family: 'Quicksand', sans-serif; 
    font-weight: 700;
    font-size: 46px;
    line-height: 72px; 
    color: #000000;
    margin-bottom: 0;
}
.headingbox p{
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    color: #000000;
}
.subscribe-box{background-color: #FEFAEF; min-width: 801px; max-width: 801px;  
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15); }
.subscribe-box .inputbox { position:relative; border: 1px solid #939393; border-right:0; }
.subscribe-box .inputbox:before {
    content: "";
    position: absolute;
    left: 15px;
    z-index: 3;
    background-image: url(../images/email.svg);
    width: 22px;
    height: 22px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 50%;
    -ms-transition: translate(0, -50%);
    -o-transition: translate(0, -50%);
    -moz-transition: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
}
button.btn-sub{
    min-width: 194px;
    height: 80px;
    background-color: #F7C548;
    border: 1px solid #F7C548;
    padding: 10px 15px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    position:relative;
    transition:0.4s all;
}
button.btn-sub .fa-spinner{ font-size:30px; }
button.btn-sub .fa-check{ font-size:30px; }
button.btn-sub:after{
     content:'';
    width: 100%;
    height: 0;
    position:absolute;
    top:50%;
    left:0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition:0.2s all;
}
button.btn-sub:hover:after{
    line-height:36px;
        top:0;
     height: 100%;
    opacity: 1;
}
@-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); } }
@-o-keyframes spin { 0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); } }
@-ms-keyframes spin { 0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(359deg); } }
@keyframes spin { 0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); } }
.ion-loading-a { -webkit-animation-timing-function: steps(8, start); -moz-animation-timing-function: steps(8, start); animation-timing-function: steps(8, start); }


.spin{
        animation: spin 1s infinite linear;
}
.subscribe-box .inputbox:after {
 content: "";
 position: absolute;
}
.subscribe-box .form-control {
    height: 78px;
    border: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 20px;
    line-height: 30px;
    padding-left: 50px;
}


/*-----------footer area css start---------------*/
.footer_area {
    background: #F2FBFF;
    position: relative;
    z-index: 1;
}
.footer_top {
    position: relative;
    z-index: 2;
    padding: 75px 0 60px;
}
.socialmedia{ margin-top:47px; }
.socialmedia ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.socialmedia h5 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}
.socialmedia ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 0 3px;
    margin-right: 10px;
}
.socialmedia ul li a{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-radius: 10px;
    position: relative;
      transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}
.socialmedia ul li:after {
    content: "";
    position: absolute;
    width: 43px;
    height: 43px;
    background: radial-gradient(50% 50% at 50.09% 50.11%, #000000 0%, rgba(76, 76, 76, 0.7518) 24.82%, rgba(152, 152, 152, 0.4807) 51.93%, rgba(208, 208, 208, 0.256) 74.4%, rgba(242, 242, 242, 0.0897143) 91.03%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.8;
    right: -9px;
    bottom: -14px;
    z-index: -1;
}
.socialmedia ul li a span{
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.socialmedia ul li.facebook a {
    background: linear-gradient(180deg, #3C5A99 0.14%, #2B1E99 100.07%);
    color: #fff;
}
.socialmedia ul li.facebook:hover a{
   background: linear-gradient(180deg, #2B1E99 0.14%, #3C5A99 100.07%); 
}
.socialmedia ul li.twitter a{
  background: linear-gradient(180deg, #33CCFF 0.14%, #337FFF 100.07%);
  color: #fff;
  
}
.socialmedia ul li.twitter:hover a{
  background: linear-gradient(180deg, #337FFF 0.14%, #33CCFF 100.07%);
 
  
}
.socialmedia ul li.linkedin a{
  background: linear-gradient(180deg, #007AB5 0.11%, #0046E5 100.04%);
  color: #fff;
  
}
.socialmedia ul li.linkedin:hover a{
  background: linear-gradient(180deg, #0046E5 0.11%, #007AB5 100.04%);
 
  
}
.socialmedia ul li.instagram a{
  background: linear-gradient(180deg, #FBE18A -9.98%, #FCBB45 21.83%, #F75274 47.35%, #D53692 69.84%, #8F39CE 102.76%, #5B4FE9 142.56%);
  color: #fff;
  font-size: 21px;

}
.socialmedia ul li.instagram:hover a{
  background: linear-gradient(180deg, #FCBB45 -9.98%, #FBE18A 21.83%, #D53692 47.35%, #F75274 69.84%, #5B4FE9 102.76%, #8F39CE 142.56%);

}
.footer_wizget .footer_address {
    margin: 0 0 15px;
}
.footer_wizget .footer_address:last-child{
    margin: 0 0 0;
}
.footer_wizget .footer_address h4 {
    color: #15aef1;
    box-sizing: border-box;
    padding: 0 0;
    margin: 0 0 3px;
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    text-transform: capitalize;
}
.footer_wizget .footer_address p {
    color: #c8c8c8;
    box-sizing: border-box;
    padding: 0 0;
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.footer_wizget .footer_address a {
    color: #c8c8c8;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 300;
    transition: 0.5s;
}
.footer_wizget .footer_address a:hover{
    color: #0098db;
    padding-left: 5px;
}
.footer_wizget{}
.footer_wizget .footer_logo {
    max-width: 229px;
}
.footer_wizget h4 {
    font-weight: 500;
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 36px;
    color: #000000;
}
.footer_wizget ul.link{ min-height: 0; padding: 0; list-style: none; }
.footer_wizget ul.link li{ display:block; font-size: 16px; font-weight: 300; margin-bottom:0px; }
.footer_wizget ul.link li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #000000;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
    position: relative;
}
.footer_wizget ul.link li a:before {
    content: "\f101";
    font-family: FontAwesome;
    font-weight: 700;
    color: #000;
    position: relative;
    font-size: 16px;
    margin-right: 7px;
}
.footer_wizget ul.link li.more a{
  font-weight: 400;
   color: #02a3e1;
}
.footer_wizget ul.link li:hover a{
  color: #01a9f4;
  padding-left: 5px;
}
.footer_wizget ul.link li:hover a:before{
  color: #01a9f4;  
}
.footer_bottom{ padding: 20px 0; text-align: center; background: #FFF2D0; }
.footer_bottom p{ margin: 0; padding: 0; font-weight: 400;
font-size: 18px;
line-height: 40px;
letter-spacing: 0.02em;
color: #000000;
}
.footer_bottom p a{color: #000000;}

/*-- header area start --*/
.headertop-area {
    background-color: #ffffff;
    padding: 15px 0;
}
.headertop-area .logo {
    width: 100%;
    max-width: 195px;
    margin: 0;
}
.headertop-area .logo img{
    width: 100%;
    object-fit: cover;
}
.headertop-right .searchbox {
    position: relative;
    width: 452px;
}
.headertop-right .searchbox .form-control {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border-color: #01A9F4;
    padding-right: 115px;
}
.headertop-right .searchbox .form-control:focus{
    box-shadow: none;
}
.headertop-right .searchbox .btn {
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 7px 26px;
    font-size: 16px;
}
.headertop-right .account {
    padding: 0;
    margin: 0 0 0 75px;
    list-style-type: none;
}
.headertop-right .account li {
    display: inline-block;
    padding: 8px 0;
    margin: 0;
    margin-right: 30px;
}
.headertop-right .account li a{
    position: relative;
    font-size: 13px;
    font-weight: 300;
    color: #000000;
}
.headertop-right .account li a .icon {
    text-align: center;
    font-size: 17px;
    margin-bottom: 4px;
    position: relative;
}
.headertop-right .account li a .icon .number {
    position: absolute;
    top: -8px;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #15aef1;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 400;
}
.header-price {
    margin-left: 20px;
    padding: 7px 0;
    position: relative;
}
.header-price select.form-control {
    padding-right: 30px;
    border-radius: 0;
    border-color: #000;
    position: relative;
    cursor: pointer;
}
.header-price::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 14px;
    color: #000000;
}
.menu-area {
    background-color: #084887;
}
.menu-area .dropdown.browse-menu{
    position: relative;
}
.menu-area .dropdown.browse-menu .btn {
    background-color: #F7C548;
    padding: 15px 50px 15px 44px;
    position: relative;
}
.menu-area .dropdown.browse-menu .btn:focus{
    box-shadow: none;
}
.menu-area .dropdown.browse-menu::after {
    content: '\f107';
    position: absolute;
    top: 14px;
    right: 15px;
    color: #000000;
    font-size: 16px;
    font-family: FontAwesome;
    z-index: 1;
}
.menu-area .dropdown.browse-menu::before {
    content: '\f0c9';
    position: absolute;
    top: 13px;
    left: 15px;
    color: #000000;
    font-size: 19px;
    font-family: FontAwesome;
    z-index: 2;
}
.menu-area .dropdown.browse-menu .dropdown-menu {
    width: 100%;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 2px rgb(0 0 0 / 15%);
}
.menu-area .dropdown.browse-menu .btn::after{display: none;}
.menu-area .navigation {
    width: auto;
    height: auto;
    background-color: transparent;
}
.menu-area .navigation .nav-menu{
    margin: 0;
}
.menu-area .navigation .nav-menu > li > a {
    height: auto;
    padding: 0;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
}
.menu-area .navigation .nav-menu > li > a:hover, .menu-area .navigation .nav-menu > li.active{
    color: #F7C548;
}
.menu-area .navigation .nav-menu > li {
    padding: 0 30px;
}
.menu-area .timezoon {
    background-color: #3578BA;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding: 13px 40px;
    margin-left: 115px;
}
.menu-area.fix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
/*-- header area stop --*/



/*-- inner banner area start --*/
.innerbanner-area{
    height: 350px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.innerbanner-area .contain-box{
    position: relative;
    z-index: 1;
}
.innerbanner-area .contain-box h1 {
    color: #000;
    text-transform: uppercase;
    font-size: 54px;
    font-weight: 800;
    margin: 0 0 10px;
	font-family: 'Quicksand', sans-serif;
}
.breadcrumb{
	padding: 0;
	margin: 0;
	background-color: transparent;
	border-radius: 0;
}
.breadcrumb .breadcrumb-item a{
	font-size: 17px;
	font-weight: 600;
	color: #01A9F4;
}
.breadcrumb .breadcrumb-item a:hover{
	text-decoration: underline;
}
.breadcrumb .breadcrumb-item.active{
	color: #000;
    font-weight: 600;
	text-transform: capitalize;
}
.breadcrumb-item + .breadcrumb-item::before{
	color: #000;
}
/*-- inner banner area stop --*/



/*----------------Category List start-----------------*/
.category{ padding:60px 0px;}
.category .addbannerbottom_box .addbannerbottom_textbox .addbannerbottom_textinner h5::after{ display:none;}
.category .addbannerbottom_textinner h5{font-size: 40px !important;line-height: 40px !important;margin-bottom: 10px !important;padding-right: 70px !important;}
.category .addbannerbottom_textinner p{font-size: 18px !important;line-height: 22px !important;margin-bottom: 10px !important;}
.category .addbannerbottom_textinner .btn-primary{padding: 8px 13px !important;margin-top: 10px !important;}
.category .surprise{position: absolute;top: 0px;width: 100%;text-align: center;-ms-transition: translate(0, 0%);-o-transition: translate(0, 0%);-moz-transition: translate(0, 0%);-webkit-transform: translate(0, 0%);transform: translate(0, 0%)}
.category .surprise .addbannerbottom_textinner h5, .category .surprise .addbannerbottom_textinner p{padding-right: 0px !important;}
.category .addbannerbottom_box.smal .addbannerbottom_textbox .addbannerbottom_textinner {max-width: 300px !important;}
.category .addbannerbottom_box .addbannerbottom_textbox .addbannerbottom_textinner {width: 100%;max-width: 340px !important;}
/*----------------Category List stop-----------------*/

/*-- product list area start --*/
.productlist-area{ padding:80px 0px;}
.list-add{
  margin: 0 0 30px;
}
.list-add img{
  width: 100%;
  object-fit: cover;
}
.sort-area{
 border-bottom: 1px solid #f4eedc;
margin-bottom: 15px;
background: #FDF9EE;
}
.sort-area .sort-right .btn-view {
  margin-right: 8px;
  font-size: 30px;
  color: #999999;
  border: none;
  background-color: transparent;
  padding: 0;
  position: relative;
top: 10px;
}
.sort-area .sort-right .btn-view:hover, .sort-area .sort-right .btn-view.active{
  color: #000000;
}
.sort-area .sort-left p {
  color: #000000;
font-size: 13px;
font-weight: 400;
margin: 0;
padding: 20px 0px 0px 20px;
}
.sort-area .sort-right{}
.sort-area .sort-right ul li {
  position: relative;
  display: inline-block;
  padding: 5px 0 0;
  margin-right: 10px;
}
.sort-area .sort-right ul li:last-child{
  margin-right: 0;
}
.sort-area .sort-right ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 55%;
  background-color: #ccc;
}
.sort-area .sort-right ul li:last-child::after{
  display: none;
}
.sort-area .sort-right label {
  color: #808080;
  font-size: 16px;
  padding: 0;
  display: block;
}
.sort-area .sort-right select.form-select {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 80px;
  margin-left: 12px;
  padding: 0;
}
.sort-area .sort-right select.form-select:focus{
  box-shadow: none;
}

.productlist-area .product-box.card .card-img img {
  height: 215px;
  width: auto;
}
.page-link{
  color: #7b7b7b;
border-radius: 50%;
width: 35px;
height: 35px;
padding: 5px 0px;
text-align: center;
background: #F2F3F4;
border: 1px solid #ddd;
}
.page-link span{position: relative;
top: 3px;}
.page-link:hover{
  border-color: #01A9F4;
  background-color: #01A9F4;
  color: #ffffff;
}
.page-item.active .page-link{
  border-color: #01A9F4;
  background-color: #01A9F4;
  color: #ffffff;
}
.page-item:first-child .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.filter-box h4{
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 15px;
}
.filter-box h4 strong {
  position: relative;
  padding-bottom: 12px;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
}
.filter-box h4 strong::after{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f7c548;
}
.form-check-input:checked {
  background-color: #01A9F4;
  border-color: #01A9F4;
}
.form-check-input:focus{
  box-shadow: none;
}
.filter-box .form-check{
  margin: 0 0 10px;
}
.filter_header h5{font-size: 20px;
font-weight: 400;
color: #000; margin-bottom:0px;}
.filter_header .reset {
  border: none;
background: transparent;
color: #01A9F4;
padding: 0px;
outline: none;
line-height: 20px;
font-size: 16px;
text-decoration: underline;
}
.filter-box{
  margin: 0 0 25px;
box-shadow: 0px 0px 10px 0px #dbd8d8;
padding: 20px 15px;
border-radius: 5px;border: 1px solid #e8e8e8;
}
.productlist-leftbody{
  border-left: 1px solid #bfbfbf;
  padding-left: 20px;
}
.product-box.card{
  margin-bottom: 30px;
  padding: 10px; border-radius:10px;
}
.product-box.card:hover{border: 1px solid #01A9F4;}
.product-box.card .card-img{
  
  border-radius: 5px;
 
  position: relative;
 
  overflow: hidden;
  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
}

.product-box.card .card-img img{
  object-fit: contain;
  position: relative;
  z-index: 0;
  width: auto;
}
.product-box.card .card-img .off-tag {
  background-color: #ed3f44;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 3px 5px;
}
.product-box.card .card-img .addtocart {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
}
.product-box.card .card-img .addtocart ul li{
  margin-bottom: 10px;list-style: none;
}
.product-box.card .card-img .addtocart ul li:last-child{
  margin-bottom: 0;
}
.product-box.card .card-body{
  padding: 0px 0 0;
  text-align: center;
}
.product-box.card .card-body h5{
  olor: #090a09;
font-size: 20px;
font-weight: 400;
margin: 0 0 8px;
padding: 0px 10px;
}
.product-box.card .card-body .star {
  color: #f7c548;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0 0 5px;
}

.product-box.card .card-body .price{padding: 0px;
margin-top: 15px;}

.product-box.card .card-body .price li {
  display: inline-block;
  margin-right: 2px;
  color: #01a9f4;
  font-size: 17px;
  font-weight: 500;
}
.product-box.card .card-body .price li.cut-price {
  color: #777575;
text-decoration: line-through;
font-weight: 400;
}
.btn-wishlist {
  width: 36px;
  height: 36px;
  background-color:#fff;
  border-radius: 50%;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #393939;
  color: #393939; -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
}
.btn-wishlist:hover{background-color:#F7C548;border: 1px solid #fff;
  color: #fff; -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;}

.btn-wishlist.btn-wishlist-checked{
  background-color: #ef7e18;
  color: #ffffff;
}
.pagination li{ margin:0px 5px;}

/*-- product list area stop --*/




/*--------------Cart start-------------*/
.cleft table{ width:100%}
.cleft tbody, td, tfoot, th, thead, tr{ padding:15px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;  transition: all 0.3s ease;}
.cleft tr:hover{ background:#F4FAFB;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;  transition: all 0.3s ease;}
.update{border-radius: 5px;margin-top: 10px;padding: 15px;}
.protable{background: #fdf2e2;font-size: 20px;}
.update .searchbox{position: relative;width: 350px;}
.update .btn-primary{position: absolute;top: 0px;right: 0px;padding: 12px 10px;background: #f7c548;border: none;}
.upcart{align-items: center;display: flex;justify-content: center;color: #01A9F4;font-size: 15px;cursor: pointer;}
.upcart i{ margin-right:5px;}
.productbox .icon{border: 1px solid #01a9f4;padding: 2px;width: 65px;height: 65px;margin-right: 10px;border-radius: 3px;}
.productbox .icon img{width: 100%;height: 100%;object-fit: cover;}
.productbox h5{font-size: 18px;font-weight: 300;color: #000;}
.quantity .form-control{width: 70px;}
.close{background: #f7c548;border: 0px;border-radius: 50%;font-size: 13px;color: #fff;width: 27px;height: 27px;text-align: center;margin: 0 auto;
display: block;}
.cright{border: 2px solid #01A9F4;padding: 15px 15px 85px 15px;}
.cright h3{padding: 7px 5px;border-bottom: 1px solid #ddd;font-size: 24px;font-family: 'Quicksand', sans-serif;color: #000;}
.catxt{padding: 15px 0px;}
.catxt h6{ font-size:16px; margin-bottom:22px;color: #000; font-weight:400;}
.catxt h6 span{ font-weight:600; float:right; font-size:18px;}
.catxt h6 var{ font-weight:400; float:right; font-size:16px; font-style:normal; color:#000;}
.catxt h5{ font-size:16px; padding:15px 0px; color:#01A9F4; font-weight:400; border-top:1px solid #ddd;}
.catxt h5 var{ font-weight:400; float:right; font-size:16px; font-style:normal;}
.goto{display:block; text-transform:uppercase; margin-top:30px; transition:all .3s ease-in-out;}
.cright .btn-primary{display: block;background: #F7C548;}
.cright .btn-primary:hover{ background:#000;}
.cright .btn::after{ display:none;}
/*--------------Cart stop-------------*/

/*------------------Shipping start--------------*/
.shipping h4{font-size: 20px;font-weight: 400;margin-bottom: 15px;color: #000;}
.shipping .form-control{height: 45px;border-radius: 0px;}
.shipping textarea.form-control{height: 75px;resize: none;}
.shipping .btn-primary{background-color: #fff;border: 1px solid #15aef1;color: #15aef1;}
.shipping .btn-primary:hover, .shippingright .btn-primary:hover, .continue:hover{background-color: #000;border: 1px solid #000;color: #fff;}
.shippingright {border: 2px solid #EBF7FC;padding: 15px 15px 15px 15px;background: #EBF7FC;}
.shippingright .btn-primary{background-color: #fff;border: 1px solid #15aef1;color: #15aef1;padding: 6px 20px;margin-top: 21px;}
.continue{border-color: #F7C548 !important;background-color: #F7C548 !important;padding: 13px 20px !important; color:#000 !important; width:100% !important; margin-top:15px !important;}
/*------------------Shipping stop--------------*/


/*------------my account start---------------*/
.myaccount{ padding:60px 0px;}
.myaccount ul{ padding:0px; margin:0px;}
.myaccount ul li{list-style: none;border-bottom: 1px solid #8FB6C6;background: #EBF7FC;}
.myaccount ul li:last-child{border-bottom: 0px solid #8FB6C6;}
.myaccount ul li a{padding: 13px 20px;display: block;color: #000;font-weight: 300; position:relative; font-size:17px;border-left: 3px solid transparent; -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.myaccount ul li a:after{ position:absolute; content: '\f061'; top:10px; right:15px;font-family: FontAwesome; opacity:0}
.myaccount ul li a i{ color:#69808A; margin-right:5px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.myaccount ul li a:hover, .myaccount ul li.active a{ color:#01A9F4;border-left: 3px solid #01A9F4;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.myaccount ul li a:hover i, .myaccount ul li.active a i{color:#01A9F4;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.myaccount ul li a:hover:after, .myaccount ul li.active a:after{ opacity:1;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.myaccount .btn-primary{border-color: #f7c548;background-color: #f7c548; color:#000;}
.myaccount .btn-primary:hover{border-color: #000;background-color: #000; color:#fff;}
.ordertop{background: #EEE4CA;padding: 15px 15px;}
.ordertop h5{font-size: 18px;margin-bottom: 0px;font-weight: 500;}
.ordertop h5 span{color: #7B7462;font-size: 13px;margin-left: 25px;}
.ordertop h4{margin-bottom: 0px;font-size: 18px;text-transform: capitalize;font-weight: 500;}
.blondiies{padding: 20px 15px;}
.blondiiesbox .icon{width: 70px;height: 70px;border: 1px solid #01a9f4;padding: 3px;margin-right: 10px;border-radius: 3px;}
.blondiiesbox .icon img{width: 100%;height: 100%;object-fit: cover;border-radius: 3px;}
.blondiiesbox .bodytext h4{ font-size:18px; line-height:20px; font-weight:500;}
.orderin h6{font-size: 16px;color: #585858;font-weight: 500;margin-bottom: 0px;}
.orderin h6 span{ display:block; color:#36920A;font-weight:300;}
.orderin h6 em{ display:block; color:#920A0A; font-style:normal; font-weight:300;}
.orderin p{font-size: 16px;font-weight: 300;width: 55%;}
/*------------my account stop---------------*/
/*------------product details start-------------*/
.product_details_area{ padding:60px 0px 40px;}
.product_details_contain{padding-top: 40px;}
.outer { margin:0 auto; max-width:800px;}
#big .item {margin:2px; color: #FFF; border-radius: 3px; text-align: center; }
#thumbs .item { background: #C9C9C9; line-height:70px; padding: 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; cursor: pointer; }
#thumbs .current .item { background:#FF5722; }
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev { background:#333; width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }
.owl-theme .owl-nav, .owl-dots{ display:none;}
.product_details_area .product_details_contain .contain_box h1 {line-height: normal;text-transform: capitalize;font-size: 24px;
    font-weight: 500;color:#000;margin: 0 0 0;}
.product_details_contain .contain_box .review_reting{font-size: 18px;font-weight: 500;color: #f7c548;margin: 0 0 8px;}
.product_details_contain .contain_box .review_reting .review_text{display: inline-block;margin-left: 5px;font-size: 15px;  font-weight: 400;color:#000;}
.product_details_contain .contain_box p{font-size: 16px;color: #1c1c1c;padding: 0 0;margin: 0 0 10px;line-height: 23px;}
.product_details_contain .contain_box .price{font-size: 20px;font-weight: 500;color: #01A9F4;margin: 0 0 15px;
border-bottom: 1px solid #ddd;padding-bottom: 15px;}
.product_details_contain .contain_box .price .cut_price{display: inline-block;color: #757575;text-decoration: line-through;
  margin-right: 10px;}
.relatedproduct{ padding:60px 0px 50px;}
.relatedproduct .heading1 h3 small{left: 0px;margin: 0 auto;width: 100%;}
.product_description_area{border: 1px solid #ddd;margin-top: 50px;}
.product_description_area .nav-tabs .nav-item.show .nav-link, .product_description_area .nav-tabs .nav-link.active{color: #01A9F4;background-color: #fff;border-color: #fff #fff #fff;border-bottom: 2px solid #01A9F4;}
.product_description_area .nav-tabs .nav-link{padding: 13px 0px;margin: 0px 32px;color: #000;font-size: 20px;border-bottom: 2px solid transparent;}
.product_description_area .nav-tabs .nav-link:focus, .product_description_area .nav-tabs .nav-link:hover{color: #01A9F4;background-color: #fff;border-color: #fff #fff #fff;border-bottom: 2px solid #01A9F4;}
.product_description_area .tab-content{padding: 20px 25px;}
.product_description_area .tab-content p{ margin-bottom:10px;}
.product_description_area .tab-content h6{font-weight: 400;font-size: 16px;}
.product_description_area .tab-content h4{font-weight: 600;font-size: 27px;margin: 15px 0px 15px;}
.addto{border-color: #15aef1;background-color: #15aef1;padding: 7px 10px;font-size: 13px;color: #fff;text-align: center;margin: 0px 10px;}
.addto:hover{background-color: #000; color:#fff;}
.buyto{border:1px solid #15aef1;background-color: #fff;padding: 7px 10px;font-size: 13px;color: #15aef1;text-align: center;}
.heart{background: #ccc;color: #000;display: block;padding: 10px;margin-left: 10px;}
.product_details_contain .socialmedia {margin-top: 20px;border-top: 1px solid #ddd;padding-top: 20px;}
.product_details_contain .socialmedia h5{font-size: 20px;line-height: 30px;margin-bottom: 0px;margin-right: 10px;}
.product_details_contain .accordion-button{background-color: #FFF7E3;padding: 13px 15px;}
.product_details_contain .accordion{margin-top: 25px;}
/*------------product details stop-------------*/


/*-- 20.03.2023 start --*/
/*-- Terms & Condition start --*/
.terms-and-condition-area{
  padding: 90px 0;
}
.terms-and-condition{
  margin: 0 0 30px;
}
.terms-and-condition:last-child{
  margin: 0;
}
.terms-and-condition h3{
  font-size: 36px;
  color: #000000;
  margin: 0 0 12px;
}
.terms-and-condition p {
  margin: 0 0 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
/*-- Terms & Condition stop --*/
/*-- blog list start --*/
.blog-list-area{
  padding: 90px 0;
}
.blog-box.card {
  border-radius: 10px;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 24px;
  overflow: hidden;
}
.blog-box.card .card-img{
  overflow: hidden;
  height: 240px;
  margin: 0;
}
.blog-box.card .card-img a{
  height: 100%;
}
.blog-box.card .card-img img{
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
}
.blog-box.card .card-img:hover img{
  transform: scale(1.1);
}
.blog-box.card .card-body{
  padding: 25px 20px;
}
.blog-box.card .card-body ul{
  padding: 0;
  margin: 0 0 8px;
  list-style-type: none;
}
.blog-box.card .card-body ul li{
  display: inline-block;
  margin: 0;
  margin-right: 5px;
  color: #007AB5;
  font-size: 15px;
  font-weight: 500;
}
.blog-box.card .card-body ul li i{
  margin-right: 5px;
}
.blog-box.card .card-body h3 {
  font-size: 23px;
  font-weight: 600;
  margin: 0 0 10px;
}
.blog-box.card .card-body h3 a {
  color: #001122;
}
.blog-box.card .card-body h3 a:hover{
  color: #007AB5;
}
.blog-box.card .card-body p {
  font-size: 16px;
  font-weight: 400;
  color: #202020;
  margin: 0 0 12px;
}
.blog-box.card .card-body .btn-read-more{
  font-size: 16px;
  font-weight: 600;
  color: #001122;
}
.blog-box.card .card-body .btn-read-more:hover{
  color: #007AB5;
}
/*-- blog list stop --*/
/*-------- blog details area start -------*/
.blogDetailsBox.card{
  border: none;
}
.blogDetailsBox.card .card-image{
  height: 450px;
  overflow: hidden;
  position: relative;
}
.blogDetailsBox.card .card-image img{
  width: 100%;
  object-fit: cover;
  position: relative;
}
.blogDetailsBox.card .card-image .dateTag{
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #053887;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.blogDetailsBox.card .card-body{
  padding: 0;
  padding-top: 20px;
}
.blogDetailsBox.card .card-body h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 35px;
}
.blogDetailsBox.card .card-body h2 .category-tag {
  display: block;
  font-weight: 300;
  font-size: 16px;
}
.blogDetailsBox.card .card-body h2 .category-tag strong{
  font-weight: 600;
}
.blogDetailsBox.card .card-body p{
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  margin-bottom: 15px;
}
.blogDetailsBox.card .card-body ul.shareLink {
  padding: 0;
  margin: 15px 0 0;
  list-style-type: none;
}
.blogDetailsBox.card .card-body ul.shareLink li {
  margin-right: 4px;
  display: inline-block;
}
.blogDetailsBox.card .card-body ul.shareLink li a {
  width: 40px;
  height: 40px;
  border: 2px solid #053887;
  color: #053887;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 50%;
}
.blogDetailsBox.card .card-body ul.shareLink li a:hover{
  background-color: #053887;
  color: #ffffff;
}
.bloglistRightbox {
  margin-bottom: 35px;
  padding: 30px;
  box-shadow: 0 0 6px rgb(231 231 231);
  padding-bottom: 15px;
}
.bloglistRightbox h3{
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 25px;
}
.bloglistRightbox ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.bloglistRightbox ul li{
  padding: 0;
  margin-bottom: 15px;
}
.bloglistRightbox ul li a {
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  display: block;
  border-bottom: 1px solid #dcdcdc;
  color: #000;
}
.bloglistRightbox ul li:last-child a{
  border: 0;
}
.bloglistRightbox ul li a::before{
  content: "\f0da";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  color: #000000;
  font-family: FontAwesome;
}
.blogDetails-area{
  padding: 90px 0;
}
.blogDetailsBox.card .card-body textarea.form-control{
  height: 120px;
  resize: none;
}
/*-------- blog details area stop -------*/
/*-- wishlist area start --*/
.wishlist-area.card {
  border-radius: 0;
  border: 010px;
  box-shadow: 0 15px 40px rgb(151 151 151 / 20%);
}
.wishlist-area.card .card-header {
  background-color: #ffffff;
  padding: 15px 15px;
}
.wishlist-area.card .card-header h2 {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
}
.wishlist-area.card .card-body {
  padding: 20px;
}
.wishlist-media.media{}
.wishlist-media.media .media-img {
  width: 150px;
  height: 130px;
  margin: 0;
}
.wishlist-media.media .media-img img{
  width: auto;
  height: 95px;
  object-fit: contain;
}
.wishlist-media.media .media-body {
  padding-left: 20px;
  position: relative;
}
.wishlist-media.media .media-body h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 5px;
}
.wishlist-media.media .media-body h4 a{
  color: #001122;
}
.wishlist-media.media .media-body h4 a:hover{
  color: #007AB5;
}
.wishlist-media.media .media-body ul {
  padding: 0;
  margin: 0 0 5px;
  list-style-type: none;
}
.wishlist-media.media .media-body ul li {
  display: inline-block;
  margin-right: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  background-color: transparent;
  border: none;
}
.wishlist-media.media .media-body ul li.cutprice {
  font-weight: 400;
  color: #666666;
  text-decoration: line-through;
}
.wishlist-media.media .media-body .btn-link {
  font-size: 16px;
  font-weight: 600;
  color: #084887;
  text-decoration: none;
}
.wishlist-media.media .media-body .btn-delete {
  position: absolute;
  top: 20px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  z-index: 1;
  background-color: #084887;
}
.wishlist-media.media .media-body .btn-delete:hover{
  background-color: #F7C548;
  color: #000000;
}
/*-- wishlist area stop --*/
/*-- faq area start --*/
.faq-area{
  padding: 90px 0;
}
.faq-area .accordion-item {
  margin: 0 0 10px;
  border: none;
}
.faq-area .accordion-item .accordion-button {
  background-color: #b4d0eb;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}
.faq-area .accordion-item .accordion-button:focus{
  box-shadow: none;
}
.faq-area .accordion-item .accordion-collapse{

}
/*-- faq area stop --*/
/*-- add address area start --*/
.add-address-area.card{
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  border: 0;
}
.add-address-area.card .card-header{
  padding: 20px;
}
.add-address-area.card .card-header h3{
  font-weight: 600;
  font-size: 20px;
  margin: 0;
}
.add-address-area.card .card-header .btn {
  font-size: 15px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.add-address-box.card {
  border-radius: 0;
  margin-bottom: 20px;
}
.add-address-box.card:last-child {
  margin-bottom: 0;
}
.add-address-box.card .card-header h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.add-address-box.card .card-header{
  background-color: transparent;
  padding: 15px;
}
.add-address-box.card .card-header .btn-edit {
  border: 1px solid #084887;
  width: 35px;
  height: 35px;
  font-size: 14px;
  background-color: #084887;
  color: #ffffff;
  margin-right: 2px;
}
.add-address-box.card .card-header .btn-edit:hover{
  border-color: #f7c548;
  background-color: #f7c548;
  color: #000000;
}
.add-address-box.card .card-header .btn-edit:last-child{
  margin-right: 0;
}
.add-address-box.card .card-body address{
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}
.addaddress-modalarea .modal-dialog .modal-content{
  border-radius: 0;
}
.addaddress-modalarea .form-group{
  position: relative;
  margin: 0 0 24px;
}
.addaddress-modalarea .form-control {
  height: 50px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.addaddress-modalarea .form-control:focus{
  box-shadow: none;
  border-color: #001122;
}
.addaddress-modalarea .form-control::placeholder{
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.addaddress-modalarea textarea.form-control{
  height: 120px;
  resize: none;
  padding-top: 15px;
}
.addaddress-modalarea .form-group label {
  position: absolute;
  z-index: 1;
  top: -13px;
  left: 8px;
  padding: 0 5px;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
}
.addaddress-modalarea .modal-body{
  padding: 2rem 1.5rem 1.5rem;
}
.addaddress-modalarea .modal-header{
  padding: 1.5rem 1.5rem;
}
.addaddress-modalarea .modal-header .btn-close {
  background-color: #f7c548;
  opacity: 1;
  color: #000000;
  border-radius: 0;
  width: 25px;
  height: 25px;
  font-size: 16px;
}
.addaddress-modalarea .modal-header .btn-close:focus, .addaddress-modalarea .modal-header .btn-close:hover{
  background-color: #000000;
  color: #f7c548;
  box-shadow: none;
  font-size: 16px;
}
.addaddress-modalarea .modal-body .btn-box{
  text-align: center;
}
.addaddress-modalarea .modal-body .btn-box .btn-delete {
  border: 1px solid;
  padding: 6px 15px;
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
  margin-right: 5px;
}
.addaddress-modalarea .modal-body .btn-box .btn-delete:last-child{
  margin-right: 0;
}
.addaddress-modalarea .modal-body .btn-box .btn-delete:hover{
  transform: scale(1.05);
}
.addaddress-modalarea .modal-body .btn-box .btn-delete i{
  margin-right: 5px;
}
.addaddress-modalarea .modal-body .btn-box .btn-delete.yes{
  border-color: #009b30;
  background-color: #009b30;
  color: #ffffff;
}
.addaddress-modalarea .modal-body .btn-box .btn-delete.No{
  border-color: #ff0000;
  background-color: #ff0000;
  color: #ffffff;
}
.addaddress-modalarea .modal-body h5{
  margin-bottom: 15px;
}
.deleteaddress-modalarea .modal-dialog{
  max-width: 600px;
}
.shipingAddressBox.card {
  border-radius: 0;
  border: none;
  box-shadow: 0 0 8px rgb(0 0 0 / 12%);
  padding: 20px;
  margin-bottom: 24px;
}
.shipingAddressBox.card .card-header {
  background-color: transparent;
  padding: 0;
  border-bottom: 0;
  margin: 0 0 10px;
  position: relative;
}
.shipingAddressBox.card .card-header h6 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  padding-left: 30px;
}
.shipingAddressBox.card .card-body{
  padding: 0;
}
.shipingAddressBox.card .card-body address {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.shipingAddressBox.card .card-header .form-group {
  position: absolute;
  top: 3px;
  left: 0;
}

.shipingAddressBox.card .card-header [type="radio"]:checked, .shipingAddressBox.card .card-header [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.shipingAddressBox.card .card-header [type="radio"]:checked + label, .shipingAddressBox.card .card-header [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.shipingAddressBox.card .card-header [type="radio"]:checked + label:before,
.shipingAddressBox.card .card-header [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #084887;
    border-radius: 100%;
    background: #fff;
}
.shipingAddressBox.card .card-header [type="radio"]:checked + label:after, .shipingAddressBox.card .card-header [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #084887;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.shipingAddressBox.card .card-header [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.shipingAddressBox.card .card-header [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*-- add address area stop --*/