@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/***** General CSS *****/





body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
font-family: 'Roboto', sans-serif;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #000;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */
.topSec ul {
    display: flex;
    width: 100%;
}
.header-txt p {
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0px;
    font-family: 'Roboto';
}
.header-txt a {
    color: white;
}
.header-bott ul {
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    justify-content: space-between;
}
.header-bott ul li {
    align-items: center;
    display: flex;
    padding: 4px 20px;
    gap: 9px;
    position: relative;
}
.header-bott ul li h6{
  margin-bottom: 0px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
.header-bott ul li a {
    color: #000;
}

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.menuSec ul li {
  position: relative;
  /* display: inline-block; */
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}
li.clink-a i.fas.fa-angle-down {
    position: relative;
    top: 2px;
    left: 8px;
    color: #00000094;
}
.menuSec ul li a {
    position: relative;
    /* display: inline-block; */
    text-decoration: none;
    color: #393939;
    padding: 18px 26px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #fff;
}
.menuSec {
    padding: 10px 0;
    background-color: #000;
    color: #fff;
}

.header-bott input {
    width: 78%;
    padding: 3px 10px;
    border: 1px solid #ebebeb;
}
.topSec {
    background-color: #e71c65;
    padding: 6px 0px 6px 0px;
}
.header-bott .row {
    align-items: center;
}
.logo-img img {
    background-color: #fff;
    padding: 7px 12px;
    margin-top: -37px;
    width: 131px;
}
.header-bott button {
    background-color: #e71c65;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 3px 10px;
    margin-left: 10px;
}
.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #e71c65;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  /* content: " "; */
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */
img.img-fluid {
    width: 100%;
    object-fit: cover;
}

 a.btn-1{
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #e71c65;
  color: #fff;
  border: none;
 }
section.main_slider {
    padding: 10px 0px 70px 0px;
}
.banner_text h1 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
}
.banner_text {
    position: relative;
    margin-left: 13%;
}
.banner_text::before{
  position: absolute;
  left: 0;
  top: 0;
}
.banner_text {
    background-color: rgb(255 255 255 / 67%);
    padding: 40px 40px;
}
.banner_text p {
    font-size: 14px;
    color: #000;
    /* width: 70%; */
    margin-bottom: 20px;
}
.bann-img img {
    height: 100%;
    width: 100%;
}
.bann-img.img2 {
    height: 80%;
    width: 73%;
}
.bann-img {
    position: absolute;
    bottom: 0;
    right: -37px;
    height: 91%;
    width: 58%;
    display: flex;
    align-items: end;
}
.bann-txt h5 {
    font-size: 19px;
    color: #000;
    font-weight: 800;
}
.bann-txt {
    width: 60%;
}
.bann-txt-img {
    position: relative;
    background-color: #e1e1e1;
    padding: 20px;
    margin-bottom: 21px;
    overflow: hidden;
    height: 48%;
}
.bann-txt a {
    color: #e71c65;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 12px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff87;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 50%;
}
.carousel-indicators {
    align-items: center;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
    margin: 0;
    background-color: #e71c65;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
}
/*banner css end*/
.featured-txt {
    text-align: center;
    margin-bottom: 30px;
}
.featured-txt h2 {
    font-weight: 700;
    font-size: 48px;
    font-family: 'Montserrat';
}
.featured-txt p {
    font-size: 14px;
    color: #000;
    width: 50%;
    margin: 0 auto;
    font-weight: 500;
}
.featured-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    background-color: #ebebeb;
    padding: 20px 10px;
}
.featured-img{
  background-color: #ebebeb;
  padding: 10px 30px;
}
.featured-slider .slick-active {
    opacity: 1;
}
.fea-txt h5 {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}
.fea-txt h1 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 70px;
}
section.featured {
    padding: 0px 0px 70px 0px;
}
.fea-txt h6{
  color: #e71c65;
  font-weight: 600;
}
.fea-txt h6 del{
  color: #666666;
  font-size: 12px;
}
.fea-txt {
  text-align: center;
  margin-bottom: 50px;
}
/*slick slider in tabs css start*/
.popular-txt {
    text-align: center;
    margin-bottom: 30px;
}
.popular-txt p {
    font-size: 14px;
    color: #000;
    width: 50%;
    margin: 0 auto;
    font-weight: 500;
}
.popular-txt h3 {
    font-weight: 800;
    font-size: 48px;
}
section.popular {
    padding: 70px 0px;
    background-color: #ebebeb;
}
.pop-img img {
    border-radius: 100%;
    height: 190px;
    width: 100%;
}
.pop-txt2 h4 {
    font-size: 17px;
    color: #000;
    font-weight: 700;
}
.pop-txt2 {
    text-align: center;
    margin-top: 10px;
}
section.featured.Arrival {
    padding: 70px 0px;
}
.footer-links h2, h3 {
    position: relative;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block;
}
.footer-links h2::after {
    position: absolute;
    content: '';
    height: 3px;
    background-color: #e71c65ed;
    left: 0;
    bottom: -7px;
    width: 100%;
}
.footer-links h3::after {
    position: absolute;
    content: '';
    height: 3px;
    background-color: #e71c65ed;
    left: 0;
    bottom: -7px;
    width: 100%;
}
.footer-links ul li{
  padding: 3px 0px;
}
.footer-links ul li a{
  color: #fff;
  font-family: 'Roboto';
  font-size: 14px;
}
.footerSec {
    padding: 70px 0px 20px 0px;
    background-color: #171616;
}
.footer-links input{
  width: 80%;
  background-color: #303030;
  color: #fff;
  padding: 8px 10px;
  border: none;
  outline: none;
}
.footer-links button{
  width: 80%;
  background-color: #e71c65;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 10px;
  border: none;
}
.footer-links p {
    color: #fff;
    font-size: 14px;
}
.footer-bottom p {
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.footer-bottom::after {
    position: absolute;
    content: '';
    background-color: #4a4949;
    top: -10px;
    left: 0;
    height: 2px;
    width: 100%;
}
.footer-bottom {
    position: relative;
    padding: 10px 0px 0px 0px;
}
/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

/* inner :start */

/* about :start */

.inner-banner-text.text-center {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

section.inner-banner {
  position: relative;
}

.inner-banner-text h1, h2 {
  color: #fff;
  font-weight: 600;
  font-size: 63px;
}

section.inner-banner > img {
  width: 100%;
}
section.About-wrap {
  padding: 100px 0;
}

.about-text h2 {
  color: #e71c65;
  font-size: 70px;
  font-weight: 600;
}
/* about :end */


form.login-form {
  text-align: left;
  padding: 40px 30px;
  border: 1px solid #c4c4c4;
  background: #fdfdfd;
  margin: 0 10px;
  position: relative;
}
section.sign-up-wrap {
    padding: 100px 0;
}
form.login-form h2 {
  font-size: 32px;
  margin: 0 0 30px;
  color: #000;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
form.login-form input:not(input[type=checkbox]) {
  width: 100%;
  height: 55px;
  margin: 0 0 25px;
  padding: 0 10px;
  border: 1px solid #c8c8c8;
  float: none;
  background: white;
}
.reg-frombtm {
  margin: 0 0 20px;
}
.reg-frombtm span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  gap: 0px;
}
.reg-frombtm a {
  color: #000;
  text-decoration: underline;
}
input.btn-1 {
  border: none !important;
  text-transform: uppercase;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e71c65 !important;
  border-radius: 0 !important;
}
section.Artistic-Resources {
  padding: 100px 0;
}


.row.d-flex {
  align-items: center;
}

.artistic-resources-text h3 {
  font-size: 33px;
  color: #000;
  font-weight: 700;
}

.artistic-resources-text {
  position: relative;
  padding: 60px 0;
  padding-right: 20px;
}

.artistic-resources-text:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60vw;
  border: 1px solid #00000017;
  height: 100%;
  z-index: -1;
}
.mt-8 {
  margin-top: 100px;
}

.artistic-resources-text.Resources-2:before {
    left: 0;
}

.artistic-resources-text.Resources-2 {
    padding-left: 20px;
    text-align: end;
}
section.artists-how-to-guide {
  padding: 100px 0;
}

.artists-how-to-guide-text h2 {
  color: #000;
  font-size: 63px;
  font-weight: 600;
}

.artists-how-to-guide-text p {
  margin-bottom: 40px;
}

/*contact page css start*/

.contact-page {
  padding: 80px 0px;
}

.get-in-touch {
    border-radius: 0;
    padding: 40px 40px 15px;
    background: #e71c65;
}

.get-in-touch h2 {
  font-size: 40px;
  line-height: 64px;
  font-weight: 600;
  padding-bottom: 0;
  color: #fff;
  margin: 0 0 10px;
  font-family: 'Montserrat';
}
.table-space h3 a {
    text-align: left;
}
.get-in-touch p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-family: "Montserrat";
}

.contact-socail {
  padding-top: 10px;
}
.contact-socail i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #fff;
  color: #e71c65;
  border-radius: 50%;
  font-size: 24px;
  transition: 1s ease-in-out;
  margin-top: 0;
}
.contact-us-social {
    display: flex;
    gap: 5px;
}
.contact-socail i:hover {
  transform: rotate(360deg);
}

.contact-socail h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0px;
  font-family: 'Montserrat';
  line-height: 29px;
  margin-top: 0 !important;
}

.contact-socail a {
  color: #ffffff;
  font-size: 19px;
  font-weight: 300;
  font-family: "Montserrat";
}

.requet-quote {
  padding: 30px 30px 42px 30px;
  background: #fff;
  box-shadow: 0px 0px 6px #0000003d;
  border-radius: 0;
}
.requet-quote h2 {
  font-size: 52px;
  position: relative;
  line-height: 70px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: #e71c65;
  font-weight: 600;
}

.requet-quote h2:before {
  content: "";
  height: 50px;
  width: 6px;
  background-color: #e71c65;
  left: -30px;
  /*top: 8px;*/
  position: absolute;
}
.requet-quote input {
  width: 100%;
  border: 1px solid #ccccce;
  padding: 15px 20px;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 14px;
}

/*input[type="text"]::placeholder {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #000;
  opacity: 0.6;
  font-weight: 500;
}*/

.requet-quote a {
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
  background-color: #ee202a;
  line-height: 120px;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
}
.requet-quote a:hover {
  padding: 10px 50px;
}

.login-forms {
  padding: 70px 0px;
  background: #f7f7f7;
}
.form-box {
  background-color: #f8f8f8;
  padding: 20px 50px;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  box-shadow: 0px 0px 20px #00000021;
}
.form-box h2 {
  color: #000000;
  font-size: 34px;
  text-align: center;
}
.form-box input {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  width: 100%;
  border-radius: 5px;
  padding: 13px 20px;
  margin-top: 20px;
}
.form-box ::placeholder {
  color: #cacaca;
  font-size: 16px;
}
.form-box label {
  color: #000000;
  font-size: 14px;
}

.f-flex-s {
  display: flex;
}
.coloum1 {
  width: 45%;
}
.coloum2 {
  width: 45%;
  margin-left: 10%;
}
.btn-form {
  color: #fff;
  background-image: linear-gradient(to right, #1cf0f5, #2f3f9b);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 13px 20px;
  border: 0px;
}
.btn-form:hover {
  color: #fff;
}

.btn {
  background: #e71c65;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px !important;
  height: 46px;
  padding: 0 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Montserrat";
}
/*contact page css end*/


/* reviews :start */
section.Product-Review {
  padding: 100px 0;
}

.Product-Review-box ul {
  display: flex;
  align-items: center;
  gap: 6px;
}

.Product-Review-box ul li a {
  color: #e71c65;
}

.Product-Review-box h5 span {
  display: block;
  color: #666666;
  font-size: 15px;
}

.Product-Review-box h5 {
  color: #e71c65;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  border-top: 1px solid #0000002e;
  padding-top: 20px;
  margin-top: 30px;
}

.Product-Review-box {
  border: 1px solid #0000001c;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 50px;
}

/* reviews :end */
.form-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  width: 100%;
}
.form-btm>a {
  color: #767676;
}
section.ls-fold1 {
  padding: 100px 0;
}

/* Products */

.showinglist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20%;
}

.showinglist select {
  border: none;
  padding: 0 0 0 10px;
  color: #0000007a;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  font-family: "Raleway", sans-serif;
}

.showinglist span {
  font-size: 18px;
  font-weight: 500;
  color: #666666ab;
}

.prod-heading h4 {
  font-weight: 600;
  font-size: 26px;
  color: #000;
}

.catogeriesbox h4 {
  color: #fff;
  font-size: 25px;
  padding-bottom: inherit;
  margin-bottom: 0;
  padding: 0;
}

.row.paddingbottom {
  padding-bottom: 25px;
}

.frequently-list ul li a {
  color: #00000073;
  font-size: 18px;
  font-weight: 400;
  display: block;
  font-family: "Raleway", sans-serif;
  margin: 5px 0;
  padding: 10px 0 10px 18px;
  border: 1px solid #00000024;
  background: unset;
}

section.productsec.product-page-sec.fruit {
  padding: 6% 0;
}

.frequently-list ul {
  margin-bottom: 70px;
}

.catogeriesbox {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  margin-bottom: 15px;
  background: #e71c65;
}
/*checkout start*/
.billing_form {
  padding: 40px;
  /*background-color: #0e194a;*/
}

.billing_form h3 {
    margin-bottom: 30px;
    font-size: 39px;
    color: #0b2240;
    margin: 0;
    margin-bottom: 20px;
    /* text-transform: lowercase; */
    line-height: 28px;
}

.billing_form label {
  font-size: 13px;
  color: #373a33;
  line-height: 20px;
  font-weight: 600;
}

.billing_form label span {
    color: red;
    font-size: 18px;
}

input[type="text"]::placeholder {
  font-family: 'Montserrat';
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 500;
  line-height: 14px;
}
.radiosss p {
  color: #7C7C7C;
  font-size: 12px;
  font-family: 'Montserrat';
  font-weight: 600;
}

.billing_form input {
    width: 100%;
    height: 45px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-left: 15px;
    background-color: #fff0;
    border-radius: 20px;
}
.billing_form  input::placeholder{
  color: #7C7C7C;  
}

.cart_sidebar .cart_lst li:not(:last-child){
  margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
  font-size: 14px;
  color: #7c7c7c;
  font-family: 'Montserrat';
  font-weight: 500;
}
.cart_sidebar .cart_lst li span{
  float: right;
}
.cart_sidebar .cart_lst li:last-child {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  font-family: 'Montserrat';
}

.cart_sidebar .cart_lst{
  margin-top: 20px;
  margin-bottom: 40px;
}
 
.thankyou_txt{
  padding: 50px;
  border: 2px solid #b7b7b7;
}
.thankyou_txt h3{
  font-size: 35px;
  color: #000;
  font-weight: 800;
  margin: 0; 
}

.thankyou_txt h3 i{
  font-size: 40px;
  margin-right: 15px;
}
.order_det h5{
  font-size: 20px;
  color: #7c7c7c;
  font-weight: 400;
  
}
.order_det p{
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0;
}
.order_complete_detail h3{
  font-size: 22px;
  color: #000;
  font-weight: 700;
  
}
.order_detail_table{
  padding: 40px;
  border: 1px solid #b7b7b7;
}
.order_detail_table h5{
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 700;
  color: #000; 
}
.order_detail_table ul{
  margin-top: 20px;
  margin-bottom: 30px;
}
.order_detail_table ul li:not(:last-child){
  margin-bottom: 25px;

}
.order_detail_table ul li{
  font-size: 14px;
  color: #7c7c7c;
}
.order_detail_table ul li span{
  float: right;
}
.order_detail_table ul li:last-child{
  font-weight: 700;
  color: #000;
}
.order_detail_table h6{
  font-size: 17px;
  font-weight: 700;
  color: #000;  
  padding:25px 0;
  border-top: 1px solid #dbdbdb;
  margin: 0;
}
.order_detail_table h6 span{
  float: right;
}
.check_menu ul{
  text-align: center;
  margin-bottom: 40px;
}
.check_menu ul li{
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #7c7c7c;
  margin: 0 14px;
}
.check_menu ul li i{
  font-size: 18px;
}
.check_menu ul li.purp{
  color: #4b902c;
}
.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}
.cart_sidebar h3 {
    font-size: 24px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 0px;
    /* text-transform: capitalize; */
    line-height: 25px;
    margin-bottom: 20px;
}
.cart_sidebar .h-sub {
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    background: #E91E63 ;
    /*background: repeating-linear-gradient(to right, #ABCC2F 7%, #859423 96%);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
li.inc {
    background-color: #f7f7f7;
    border: none;
    padding: 20px;
    outline: none;
}
.carousel-item > img {
    height: 555px;
    object-fit: cover;
}
.cart_sidebar h5 span{
  float: right;
}
.cart_sidebar h4{
  font-size: 17px;
  font-weight: 500;
  color: #000;
  font-family: 'Montserrat';
}
.cart_sidebar ul li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.cart_sidebar ul li label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #7c7c7c;
  font-family: 'Montserrat';
}
.cart_sidebar ul li label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #0e194a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.cart_sidebar ul li input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0e194a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.cart_sidebar ul li:not(:last-child){
  margin-bottom: 15px;
}
.cart_sidebar form{
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7;
}
.cart_sidebar form h4{
  font-size: 14px;
  font-weight: 400;
  color: #b7b7b7;
  
}
.cart_sidebar form select{
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius:0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance:auto;
  color: #b7b7b7;
}
.cart_sidebar form select option{
  color: #000;
}
.cart_sidebar form input{
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius:0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance:auto;
  color: #b7b7b7;
}
.cart_sidebar form input::placeholder{
  color: #b7b7b7;
}
.cart_sidebar form button{
  color: #000;
  font-size: 15px;
  border-radius: 0px;
  font-family: 'Poppins', sans-serif;
  padding: 10px 40px;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
}
.cart_sidebar form button:hover{
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
.checkout_btn {
    padding: 14px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    /*background: linear-gradient(228deg, rgba(133,148,35,1) 51%, rgba(171,204,47,1) 62%);*/
    background: #E91E63 ;
    text-transform: uppercase;
    border-radius: 100px;
}
.Quick_info ul li a{
  text-transform: lowercase;
  font-size: 14px;
}

ul.shipping-ul {
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
  padding-bottom: 30px;
}
h6.payment-h {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  margin-bottom: 30px;
}
label {
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 20px;
  color: #7c7c7c;
  font-weight: 500;
  margin-bottom: 12px;
}
  .cart_sidebar .radiosss-payments li label:before {
   content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}
.cart_sidebar .radiosss-payments  li input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  border-radius: 20px;
  left: 6px;
  border: 0;
  width: 10px;
  height: 10px;
  background-color: #0e194a;
} 
.radiosss-payments .card.card-body {
  padding: 0;
  border: 1px solid #fff;
  margin-left: 0;
  padding: 10px;
  background-color: #ffffff9e;
}
/*cart-pg start*/

.add-to-cart {
  position: relative;
  padding: 80px 0;

}

.add-to-cart thead {
    color: #fff;
    border-radius: 30px;
    background-color: #e71c65;
}

.add-to-cart .table>thead>tr>th {
  border-bottom: 0;
  /*padding-left: 25px;*/
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 15px;
  padding-right: 0 !important;
}

.add-to-cart thead tr th {
  font-size: 19px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}

.table-space h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Poppins';
}

.table-space span {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}

.product-img {
  /* border: 1px solid #ccc; */
  display: inline-block;
  width: 100%;
  height: 150px;
  padding: 10px 0px;
  /* background-color: #ffffff; */
  text-align: center;
}

.poduct-name {
  margin-left: 10px;
}

.table-space {
  display: flex;
  align-items: center;
  width: 100%;
}



.add-to-cart a {
  font-size: 17px;
  display: block;
  text-align: center;
  padding-top: 9px;
  color: rgba(0, 0, 0, 0.50);
  font-weight: 400;
  text-decoration: none;
  color: #000;
}

.poduct-name span:nth-child(2) {
  margin-bottom: 5px;
  display: inline-block;
}

.add-to-cart h4 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-top: 40px;
  font-family: 'Poppins';
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

tr.space {
  border-bottom: 1px solid #ccc;
}

a.remove {
  font-size: 26px;
  color: black;
  padding: 10px 20px;
  border: none;
  margin-top: 35px;
  transform: skewX(-15deg);
}

.proceed i {
  margin-left: 10px;
  color: #ffffff;
}

.proceed .checkout-btn {
  background-color: #df1a2b;
  border: none;
  padding: 20px;
  width: 100%;
  font-size: 20px;
  margin-top: 4px;
  border-radius: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.or-amazon {
  margin-top: 50px;
  position: relative;
  border: 1px solid #c8c8c8;
  /* top: 25px; */
  padding: 40px 50px;
  border-radius: 5px;
  background-color: #fff;
}

.or-amazon p {
  font-size: 16px;
  position: absolute;
  background: #fff;
  top: -20px;
  left: 50%;
  padding: 5px 20px;
  color: #000;
  display: block;
  text-transform: uppercase;
  transform: translateX(-50%);
  border: 1px solid #c8c8c8;
  font-weight: 400;
  font-family: 'Poppins';
}

.or-amazon img {
  width: 60%;
}

.or-amazon a {
  text-decoration: none;
  text-align: center;
}

.continue_btn a {
    font-size: 20px;
    background-color: #e71c65;
    color: #fff;
    border-radius: 5px;
    padding: 20px;
    display: block;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
}

.coupan_form .btn_coupan  {
    background-color: #e71c65;
    color: #fff;
    border-radius: 5px;
    padding: 16px;
    font-size: 20px;
    display: block;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    /*margin: 20px  0 0 0 !important;*/
    border: 1px solid;
    width: 100%;
}

.quantity_counter_wrap .update {
    background-color: #e71c65;
    color: #fff;
    border-radius: 5px;
    padding: 8px;
    /*padding: 10px;*/
    font-size: 20px;
    display: block;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid;
    width: 100%;
}

.btn_coupan_input {
  width: 100%;
  border: 1px solid #ccccce;
  padding: 15px 20px;
  border-radius: 0;
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 14px;
}
/*.shop{
  border: 1px solid #e5e5e5;
}*/

.total-section {
  border: 1px solid #e5e5e5;
  padding: 50px 50px;
  background-color: #fff0;
  background-color: #fff;
}

.total-section li {
    font-size: 20px;
    padding-bottom: 30px;
    color: #000;
    font-weight: 400;
    font-family: 'Recoleta';
}
li.color-change {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 0;
  font-family: 'Montserrat';
}

.total-section li span {
  /*float: right;*/
  float: right;
  margin-top: -20px !important;
  margin-right: -46px !important;
}

.ship-estimate {
  background-color: #fff;
  padding: 50px;
  margin-top: 25px;
  border: 1px solid #e5e5e5;
  margin-bottom: 14px;
}

.ship-estimate ul {
  margin-top: 0px;
  margin-bottom: 0;
}

.ship-estimate li {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: 'Montserrat';
    color: #000;
}

.ship-estimate .grey-style {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

.product-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.nice-select .list {
  height: 350px;
  overflow-y: scroll;
}

.total-section ul {
  margin: 0;
}


.input-number {
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  background-color: #fff0;
  color: #000;
}
.carousel-control-next-icon {
    background: none;
    position: relative;
}

.carousel-control-next-icon:before {
      content: "\f105";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      position: absolute;
      top: 0;
      left: 0;
      height: 50px;
      width: 50px;
      color: #00000069;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
}
.carousel-control-prev-icon {
    background: none;
    position: relative;
    left: -38px;
}
.carousel-control-prev-icon:before{
    content: "\f104";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    color: #00000069;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;

}
.input-number-decrement,
.input-number-increment {

  width: 50px;

  line-height: 48px;

  background: #fff0;

  color: #000;

  text-align: center;

  font-weight: bold;

  cursor: pointer;

  display: inline-flex;

  align-items: center;

  justify-content: center;
}

.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}

.input-number-decrement {
  border-right: none;
  border-radius: 0;
}

.input-number-increment {
  border-left: none;
  border-radius: 0;
}

.quan {
  margin-top: 20px;
}



.quantity_counter_wrap span {
  color: #000;
  font-size: 18px;
}

.quantity_counter_wrap {
  padding: 0 0 10px;
  /* border-bottom: 1px solid #464646; */
}

.proceed .btn_theme_green {
    background-color: #e71c65;
    color: #fff;
    border-radius: 5px;
    padding: 14px;
    font-size: 20px;
    width: 120%;
    margin-left: -20px;
}
/*CART END*/
/*product detail page css start*/

.productdetailsec {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
section.productdetailsec:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10%;
  background-image: url(../images/d-before.png);
  width: 170px;
  height: 149px;
  background-repeat: no-repeat;
}

.productdetailtext h3 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 2px;
    color: #000;
    margin: 0;
    font-weight: 700;
}
.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.quanity.product-detail {
    margin-left: 20px;
}
.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.productdetailtext span {
  color: #e71c65;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  margin: 17px 0 0;
  font-family: "Montserrat-Medium";
}
.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 70%;
    height: 55px;
    margin: 0 5px;
}
.productdetailtext ul {
  padding: 0;
  margin: 13px 0 0;
  align-items: center;
}
.productdetailsec .productdetailportion {
    height: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebebeb;
    padding-bottom: 30px;
}

.productdetailtext ul li {
    list-style: none;
    display: inline-block;
    font-family: "Poppins";
    font-size: 21px;
    font-weight: 600;
    color: #000;
}
.productdetailfor .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 35px 0;
}
.productdetailtext ul li a i {
  color: #ffba00;
  font-size: 22px;
  margin-right: 5px;
}

.productdetailtext ul li:last-child a i {
  color: #dadada;
}

.productdetailtext ul li:nth-child(4) a i {
  color: #dadada;
}

.productdetailtext p {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    padding: 30px 0 30px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.iconlist ul li {
    color: #000;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
  font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
  font-size: 13px;
  margin: 0;
  top: -15px;
  right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
  width: 100%;
  margin: 0 auto;
  display: table;
  height: 50px;
  text-align: center;
}

.productdetailtext .input-group button.btn.btn-default.btn-number {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin: 0 15px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
  font-size: 13px;
  margin: 0;
  top: -13px;
  right: 5px;
}

.productdetailtext .input-group {
  width: 50%;
  margin: 0 0 34px;
}

.iconlist ul {
  padding: 0;
  margin: 0 0 40px;
}

.iconlist ul li {
  list-style: none;
  line-height: 30px;
  font-family: "Poppins";
  color: #fff;
}

.iconlist ul li i {
    margin: 0 17px 15px 0;
    font-size: 18px;
    color: #000;
}

.productdetailtext .input-group span.input-group-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.productdetailsmallportion {
  height: 120px;
}

.productdetailsmallportion img {
  margin: auto;
  height: 100%;
  background: #ffff;
  box-shadow: 0 0 10px #0000001f;
}

/*.productdetailsec .productdetailportion {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebebeb;
}*/
.productdetailsec .slick-slide {
    margin: 10px 0px;
}

.productdetailnav .slick-slide {
  opacity: 1;
  z-index: 9999;
  position: relative;
}

.product-detail span {
  margin: 0;
}
.Product-Review-box li i {
    font-size: 22px;
}
section.sign-up-wrap button {
    display: inline-block;
    margin-top: 30px;
    width: 99%;
    padding: 16px;
    outline: none;
    border: none;
    font-size: 23px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
    background-color: #fdfdfd;
    border: 2px solid #f9f9f9;
    box-shadow: 0 0 2px 0px #00000042;
}

.product-detail .num-in {
  background: transparent;
  box-shadow: none;
  width: 90%;
}
.iconlist ul li {
    color: #000;
}
.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
    color: #fff;
}
.skin-2 .num-in span:before, .skin-2 .num-in span:after {
    content: "";
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}
.product-detail input.in-num {
    border: 1px solid #dadada;
    background-color: transparent;
    width: 70%;
    margin: 0 5px;
    text-align: center;
}
.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
    color: #fff;
}
.skin-2 .num-in span:before, .skin-2 .num-in span:after {
    content: "";
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}
.product-detail span {
  width: 30px !important;
  border: 1px solid #e3e3e3;
  border-radius: 50px;
  height: 30px !important;
  margin: 5px;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
  background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
  background-color: rgb(255, 255, 255) !important;
}

.product-details-btn.btn10 {
  background-color: #cfa55a !important;
  color: black;
  border-color: #cfa55a;
  font-size: 17px;
}

.quanity.product-detail {
  margin-left: 20px;
}

.product-detail span:hover {
  background-color: #e71c65;
}

ul.product-detail-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-details-btn {
  height: 60px;
  border: 0;
  width: 180px;
  margin-left: 10px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #cfa55a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
}

a.cat-sub-btn {
    color: #fff;
    padding: 15px 40px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #e71c65;
}
a.cat-sub-btn:hover {
  color: black;
  /*background: #ffffff;*/
}
/* .product-details-btn:hover{
  color: white;
  } */

.iconlist {
  margin-top: 40px;
}

.description li.nav-item {
  margin-right: 12px;
}

.description li.nav-item button {
    width: 209px;
    height: 60px;
    background-color: #f1f1f1;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    color: #361d32;
    border-radius: 10px;
}

.description li.nav-item .nav-link.active {
    border: 0;
    color: #ffff;
    background-color: #e71c65;
}
.message textarea {
    width: 100%;
    padding: 10px 10px;
    height: 150px;
    resize: none;
    border: 2px solid #f3f1fc;
}
.message button {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 25px;
    background-color: #e71c65;
    color: #fff;
    border: none;
}

.description .nav-tabs {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.description {
  padding: 80px 0;
}

.description .tab-content p {
    font-weight: 400;
    font-family: 'Montserrat';
    font-size: 15px;
    line-height: 30px;
    color: #000;
}

.productdetailfor .slick-slide img {
    width: 100%;
    height: 80%;
    object-fit: contain;
    padding: 35px 0;
}

.productdetailsmallportion img {
    width: 55%;
    object-fit: contain;
    padding: 20px;
}

.productdetailnav .slick-list.draggable {
  margin-top: -80px;
}


.radiosss-payments {
  border-bottom: 1px solid rgb(219, 219, 219);
}
.billing_form {
  padding: 20px;
}
section.checkout_page.pb-8 {
    padding: 70px 0px;
}
/*CHECKOUT PAGE END*/

section.productsec .new-arrival-box-1 h2 {
  color: #000;
}

section.productsec .new-arrival-box-1 h3 del {
  color: #ffa4a4;
}

.faetured-img img {
  width: 100%;
}
section.product-page-sec.all-section {
  padding: 100px 0;
}
/* Products */
/*.modalContent h4 {
  color: #000;
  font-size: 42px;
  padding-bottom: 13px;
  margin-bottom: 0;
}

.modalContent input {
  background: #e3e3e3;
}
#modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  height: 100%;
  width: 100%;
}
.modalPopup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 30%;
  padding: 0 0 30px;
  -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
  -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
  box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
}
.modalContent {text-align: center;padding: 40px 0;}*/
.modalContent h4 {

  color: #000;

  font-size: 42px;

  padding-bottom: 13px;

  margin-bottom: 0;

}



.modalContent input {

  background: #e3e3e3;

}

#modalOverlay {

  position: fixed;

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.5);

  z-index: 99999;

  height: 100%;

  width: 100%;

}
.modal-overlay-text h2 {
    color: #e71c65;
    font-weight: 700;
    margin-bottom: 20px;
}
.modal-overlay-text label {
    font-size: 20px;
    margin-bottom: 12px;
}
.modal-overlay-text h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
.modal-overlay-text p {
    font-size: 18px;
}
.modal-overlay-text ul li input {
    width: 20px;
    height: 20px;
    border-radius: inherit;
    margin-bottom: 0;
}
.modal-overlay-text ul {
    display: flex;
    align-items: center;
    gap: 15px;
}
.modal-overlay-text form input {
    width: 80%;
    height: 60px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50px;
    background: no-repeat;
    margin-bottom: 20px;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.modal-overlay-line p {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
}
.no-space {
    margin-bottom: 0 !important;
}
.modal-overlay- a {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-decoration: underline;
    font-weight: 500;
    color: #e71c65;
}
.modal-overlay- {
    margin-bottom: 25px;
}
.modal-overlay-text ul li {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 700;
    text-align: left;
    line-height: 25px;
}
.modal-overlay-text button {
    width: 80%;
    height: 60px;
    border-radius: 50px;
    border: none;
    background: #e71c65;
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
}
.modalPopup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 80%;
  
    -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
}
.modal-overlay-images img {
    width: 100%;
    height: 680px;
    object-fit: cover;
}
button#button {
   
    color: #e71c65 !important;
}
.modal-overlay-text {
    text-align: center;
    padding: 30px 20px 30px 20px;
}

.modalContent {text-align: center;}

button#button {
    position: absolute;
    top: 0;
    right: 0;
    border: unset;
    background: unset;
    font-size: 38px;
    top: 10px;
    color: #00000059;
}
.headerBar {
width: 100%;
background: #edcb04 url(http://cognex.com/gfx/site/bg-global-header.png) repeat-x 0 0;
margin: 0;
text-align: center;
}

/* inner :end */

.slick-next {
  top: 35%;
}
.slick-prev {
  top: 35%;

}

.banner_text a {
    position: relative;
    z-index: 99;
}

.header-bott ul li ul {
    position: absolute;
    top: 33px;
    /*display: none;*/
    background: #fff;
    width: 240px;
    z-index: 156;
    padding: 10px 10px;
}
li.clink-a.active ul {
    display: block;
}
ul.dd {
    display: block;
}

.syledt b {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: left;
}

.syledt {
    text-align: left !important;
}

.syledt p {
    text-align: left;
    margin-bottom: 30px !important;
}

.syledt li {
    margin-left: 0 !important;
}
.syledt span {
    color: #000;
}

.bann-img img {
    object-fit: contain;
}
.bann-txt p {
    font-size: 12px !important;
}

.bann-txt h5 {
    font-size: 13px;
    line-height: 1.1;
}

.bann-txt-img {
    padding: 10px 20px;
}
.sociallinks ul {
    display: flex;
    gap: 17px;
    margin-top: 0;
}
.sociallinks ul li a {
    background: #e71c65;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    border: 2px solid transparent;
}

.sociallinks ul li a:hover {
    background: transparent;
    color: #e71c65;
    border: 2px solid #e71c65;
}

.payment-method-icon {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: white;
    border-radius: 4px;
    border: none;
    padding: 0 20px 10px;
    margin-top: 0;
    margin-bottom: 0;
    margin: -3px 0 11px 0;
}
.payment-method-icon span {
    margin-right: 10px;
    margin-bottom: 10px;
}
.payment-method-icon span {
    float: none;
    background-image: url(https://demo-customlinks.com/acticraft_dev/assets/front_assets/images/cards.jfif);
    width: 52px;
    height: 33px;
    display: inline-block;
}
.p-l-paypal {
    background-position: 0 0;
}

.p-l-visa {
    background-position: 0 -546px;
}
.p-l-mastercard {
    background-position: 0 -378px;
}
.p-l-mastro {
    background-position: 0 -336px;
}
.p-l-AE {
    background-position: 0 -42px;
}
.p-l-DC {
    background-position: 0 -168px;
}
.p-l-discover {
    background-position: 0 -210px;
}
.p-l-JCB {
    background-position: 0 -672px;
}

.cart-weuse {
    border: 1px solid #e5e5e5;
    padding: 0px 0px;
    background-color: #fff0;
    background-color: #fff;
    margin-top: 20px;
}

.cart-weuse h4 {
    margin-top: 20px;
    text-align: left;
    padding-left: 20px;
}





.your-item-text h2 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}

section.your-item-wrap {
    padding: 0px 0 80px;
}

.yout-items-tabs .nav-tabs .nav-link {
    border: unset !important;
    color: #171616;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    padding: 7px 14px;
}


.yout-items-tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    font-weight: 700;
    border-bottom: 2px solid #e71c65 !important;
}
.yout-items-tabs ul#myTab {
    margin-bottom: 30px;
} 

.featured-product-mn-txt h4 {
    color: #000;
    text-transform: capitalize;
}

.featured-product-txt ul {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.featured-product-txt i {
    color: orange;
}

.featured-product-txt h5 {
    margin-bottom: 5px;
    font-weight: 500;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.featured-product-mn-txt {
    border-bottom: 1px solid #00000021;
    margin-bottom: 20px;
    padding: 0 20px;
}
.featured-product-txt {
}
.featured-main-box {
    padding: 30px 0px 0;
    border: 1px solid #00000021;
}
.featured-prd-box {
    border-bottom: 1px solid #0000001f;
    padding: 30px 20px 20px;
    margin-bottom: 12px;
    position: relative;
}

.featured-prd-box a.btn-1 {
    display: inline-block;
    border-radius: 50px;
    padding: 4px 15px;
}

.featured-product-txt h6 {
    margin-bottom: 8px;
}

.featured-main-box .featured-prd-box:last-child {
    border: unset;
}
a.categ-link {
    font-weight: 500;
    background: #000000;
    color: #ffffff;
    border-radius: 50px;
    font-size: 11px;
    display: inline-block;
    padding: 5px 0;
    margin-bottom: 10px;
    font-weight: 600;
    display: flex;
    width: 32%;
    text-align: center;
    justify-content: center;
    float: right;
    position: absolute;
    right: 10px;
    top: -5px;
}
a.btn-wish {
    float: unset !important;
}

a.btn-cart {
    float: unset !important;
}

.bann-txt h5 {
    width: 152%;
}



header.sticky .menuSec {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    transition: 0.5s;
}

header.sticky .menuSec ul {
    justify-content: space-around;
}

.slicknav_menu {
    background: #e71c65;
}
.slicknav_nav {
    position: absolute;
    width: 100%;
    top: 60px;
    background: #e71c65;
    left: 0;
    z-index: 99;
}
.toast.toast-success {
     background-color: #008000 !important;
    opacity: 1 !important; 
} 
html {
    overflow-x: hidden;
}
body.menu-open {
    overflow: hidden;
    height: 100vh;
}
@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .header-bott ul li {
    padding: 4px 11px;
    gap: 5px;
}
.menuSec ul li a {
    padding: 10px 10px;
    font-size: 16px;
}
.bann-txt-img {
    margin-bottom: 25px;
    height: 47%;
}
section {
    overflow: hidden;
}
.bann-txt p {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 0px;
}
.bann-txt h5 {
    font-size: 13px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-bott input {
    width: 70%;
}
.header-bott input {
    width: 70%;
}

.banner_text h1 {
    font-size: 27px;
    line-height: 40px;
}

.bann-txt {
    width: 70%;
}

.bann-txt h5 {
    width: 100%;
    font-size: 10px;
}

.bann-txt-img {
    padding: 10px 5px;
}
.productdetailtext h3 {
    font-size: 26px;
    line-height: 40px;
}

.productdetailtext ul li {
    font-size: 18px;
}
.productdetailfor .slick-slide img {
    height: 95%;
}

.productdetailsec .productdetailportion {
    height: 450px;
}

.description {
    padding-top: 0;
}
.total-section {
    padding: 40px 17px;
}

.total-section li span {
    margin-right: -13px !important;
}

.total-section li {
    font-size: 18px;
}
.total-section {
    padding: 40px 17px;
}

.total-section li span {
    margin-right: -13px !important;
}

.total-section li {
    font-size: 18px;
}

.proceed .btn_theme_green {
    padding: 14px 5px;
    font-size: 14px;
    width: 100%;
    margin-left: 0;
}

.ship-estimate {
    padding: 50px 20px;
}

.continue_btn a {
    padding: 20px;
    font-size: 15px;
}
.yout-items-tabs .nav-tabs .nav-link {
    font-size: 11px;
    position: relative;
    padding: 7px 4px;
}
a.categ-link {
    width: 44%;
    font-size: 10px;
    padding: 0;
}
.footer-links h2, h3 {
    font-size: 19px;
}
    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo-img img {
    margin-top: 0;
}
.header-bott input {
    width: 60%;
}
.order-details-items table thead tr th {
    font-size: 11px !important;
    padding: 2px 0 !important;
}

.order-details-items table tr td {
    font-size: 11px !important;
}
.header-bott ul li {
    align-items: center;
    display: flex;
    padding: 4px 6px;
    gap: 5px;
    position: relative;
    font-size: 12px;
}
.banner_text h1 {
    font-size: 25px;
    line-height: 40px;
}
.bann-txt-img {
    padding: 10px 6px;
}
.bann-txt {
    width: 83%;
}
.bann-txt p {
    font-size: 12px !important;
    line-height: 18px;
}
.bann-txt h5 {
    width: 100%;
}
.modal-overlay-images img {
    width: 100%;
    height: 810px;
    object-fit: cover;
}
.pop-img img {
    border-radius: 100%;
    height: 110px;
    width: 100%;
}
.pop-txt2 h4 {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    line-height: 18px;
}
.footer-links h2, h3 {
    font-size: 14px;
}
.productdetailtext h3 {
    font-size: 18px;
    line-height: 29px;
}

.productdetailtext ul li {
    font-size: 13px;
}

a.cat-sub-btn.btn-cart {
    padding: 15px 26px;
}
form.login-form {
    padding: 40px 9px;
}

form.login-form h2 {
    font-size: 24px;
}

.reg-frombtm span {
    display: block;
    font-size: 14px;
}

.reg-frombtm span a {
    display: block;
    text-align: center;
}
.table-responsive table.table {
    max-width: 1100px;
    width: 1000px;
}
.total-section {
    padding: 50px 7px;
}

.total-section li {
    font-size: 12px;
    padding-bottom: 10px;
}

.total-section li span {
    float: none;
    margin: 0 !important;
}

.cart-weuse .payment-method-icon.clearfix {
    padding: 13px 11px;
}

.ship-estimate {
    padding: 0 20px;
}

.proceed .btn_theme_green {
    padding: 14px 7px;
    font-size: 9px;
    width: 100%;
    margin-left: 0;
}
.yout-items-tabs .nav-tabs .nav-link {
    padding: 7px 5px;
    font-size: 12px;
}
.cart_sidebar {
    padding: 40px 12px;
}
.checkout_btn {
    padding: 14px 20px;
}
.blog-img h5 {
    font-size: 18px !important;
    padding: 12px 12px !important;
    line-height: 34px;
    margin: 0px 2px;
    height: auto !important;
}

.blog-img h5 {}

.blog-box h3 {
    font-size: 28px !important;
}

.blog-box p {
    width: 100% !important;
    height: auto !important;
}

.blog-box h6 {
    margin-top: 20px !important;
}
.sign-up-wrap .col-lg-6.offset-3 {
    margin-left: 0;
}
.sign-up-wrap .col-lg-6.offset-3 span {
    display: flex;
}
.artists-how-to-guide-text h2 {
    font-size: 35px;
}
.contact-page .get-in-touch {
    padding: 40px 10px 15px;
}

.contact-page .get-in-touch .col-4.col-md-3.col-lg-3 {
    width: 17%;
}

.contact-page .get-in-touch .col-8.col-md-7.col-lg-7 {
    width: 80%;
}

.contact-page .get-in-touch .contact-socail a {
    font-size: 17px;
}

.contact-page .get-in-touch .contact-socail h6 {
    font-size: 15px;
}

.contact-page .get-in-touch .requet-quote h2 {}

.contact-page .requet-quote h2 {
    font-size: 41px;
}
.inner-about-answer-faq {
    background: #000;
}
.inner-banner-text h1, h2 {
    font-size: 35px;
}
    
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    
     .carousel-control-prev, .carousel-control-next {
    display: none;
}
.order-details-items table thead tr th {
    font-size: 10px !important;
    padding: 2px 0 !important;
}

.order-details-items table tr td {
    font-size: 9px !important;
}
.account-main .row.margin-bottom-40 {
    margin: 0 !important;
}
.footer-bottom p {
    font-size: 12px;
}
#column {
    width: 97% !important;
    margin-left: 0 !important;
}

.account-main {
    padding: 0 10px;
}
    .continue_btn {
    margin-bottom: 20px;
    margin-left: 5px;
}

.continue_btn a {
    width: 103%;
}
    .carousel-control-next-icon:before {
    width: 30px;
    height: 30px;
}

.carousel-control-prev-icon:before {
    width: 30px;
    height: 30px;
}

.carousel-control-prev-icon {
    left: -7px;
}

.carousel-control-next-icon {
    right: -5px;
}
    .modalPopup {
    top: 52%;
        left: 50%;
        width: 95%;
    }
    .modal-overlay-images img {
    width: 100%;
    height: 400px;
    }
    
    .modal-overlay-text h2 {
    font-size: 28px;
    line-height: 23px;
    margin-bottom: 7px;
}

.modal-overlay-text h3 {
    font-size: 22px;
    margin-bottom: 7px;
}

.modalContent {
    text-align: center;
    height: 650px;
    overflow-y: scroll;
    width: 100%;
}

.modal-overlay- {
    margin-bottom: 5px;
}

.modal-overlay-line p {
    font-size: 12px;
    margin-bottom: 10px;
}

.modal-overlay-text button {
    margin-bottom: 10px;
}

.modal-overlay-text form input {
    margin-bottom: 10px;
}

.modal-overlay-text ul li {
    line-height: 19px;
    font-size: 12px;
}

.modal-overlay-images img {
    height: 210px;
}

.modalPopup {
   top: 52%;
        left: 50%;
}

.modalPopup button#button {
    top: 10px;
    background: #fff;
    border-radius: 60px;
    width: 40px;
    height: 40px;
}
.menuSec {
    display: none;
}
.logo-img img {
    margin-top: 0;
}

.header-bott .col-md-2.colum-cust1 {
    width: 30%;
    float: left;
    display: inline;
}

.header-bott .col-md-5.colum-cust {
    width: 70%;
}

.header-bott .col-md-2.colum-cust1 .logo-img img {
    width: 100% !important;
    height: 80px !important;
    object-fit: cover;
}

.header-bott button {
    margin-left: 1px;
}

.header-bott input {
    width: 60%;
    padding: 3px 4px;
}

.header-bott ul li {
    padding: 4px 10px;
    gap: 5px;
}
.header-txt p {
    font-size: 16px;
}
.banner_text {
    padding: 40px 15px;
    margin-left: 0;
}

.banner_text h1 {
    font-size: 26px;
    line-height: 40px;
}
.bann-txt-img {
    padding: 10px 20px;
    margin-top: 20px;
}
.featured-txt p {
    width: 90%;
}
.featured-txt h3 {
    font-size: 30px;
}


.featured-slider .slick-prev {
    left: 15px;
    z-index: 999;
}

.featured-slider .slick-prev, .featured-slider .slick-next {
    top: 28%;
}

.featured-slider .slick-next {
    right: 45px;
}
.popular-txt h3 {
    font-size: 38px;
}
.popular-txt p {
    width: 100%;
}
.pop-img img {
    border-radius: 100%;
    height: 180px;
    width: 60%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.footer-links {
    margin-top: 20px;
}
section.inner-banner > img {
    height: 240px;
    object-fit: cover;
}
.inner-banner-text h1, h2 {
    font-size: 40px;
}
.about-text h2 {
    font-size: 55px;
}
.About-wrap .about-img img {
    width: 100%;
    height: auto !important;
}
.description li.nav-item button {
    width: auto;
    font-size: 11px;
    padding: 8px;
}
.description {
    padding-top: 0;
}
.productdetailtext h3 {
    font-size: 20px;
    line-height: 30px;
}

.productdetailtext span {
    font-size: 25px;
    line-height: 42px;
}

.productdetailtext ul li {
    
    margin: 0 !important;
}
.productdetailtext ul {
    display: block !important;
}

p#package_name {
    padding: 0;
}

li.quanity.product-detail {
    margin-top: 30px !important;
}

a.cat-sub-btn i {
    margin: 0 !important;
}

    a.cat-sub-btn {
        padding: 15px 14px;
        display: inline-flex;
        margin-bottom: 10px;
        width: 49%;
        font-size: 10px;
        align-items: center;
        height: 40px;
        gap: 5px;
    }
  .poduct-name {
    width: 380px;
}
.table-responsive table.table {
    width: 1150px;
    max-width: 1170px;
}
.billing_form h3 {
    font-size: 30px;
}
section.checkout_page.pb-8 {
    padding-top: 0;
}
form.login-form {
    padding: 40px 13px;
    margin-bottom: 30px;
}

form.login-form h2 {
    font-size: 22px;
}

.reg-frombtm span {
    font-size: 13px;
    display: inline-block;
}

.reg-frombtm span a {
    display: block;
    padding-left: 0;
    text-align: center;
}
.artists-how-to-guide-text h2 {
    font-size: 35px;
}
.get-in-touch {
    padding: 40px 10px 15px;
}

.contact-socail .col-4.col-md-3.col-lg-3 {
    width: 19%;
}

.contact-socail .col-8.col-md-7.col-lg-7 {
    width: 75%;
}

.contact-socail a {
    font-size: 14px;
}

.contact-socail h6 {
    font-size: 13px;
}

.contact-socail i {
    height: 30px;
    width: 30px;
    font-size: 16px;
}
.requet-quote h2 {
    font-size: 43px;
}
.inner-about-answer-faq {
    padding-left: 10px !important;
    background: #000;
}
.all-section .inner-about-answer-faq p {
    display: block !important;
       margin: 0 !important;
    padding-bottom: 20px;
}
.blog-wrap h2 {
    font-size: 33px;
    line-height: 60px;
}
.blog-wrap h2 {
    font-size: 33px;
    line-height: 60px;
}

.blog_box {
    margin-top: 0;
    margin-bottom: 20px;
}

.blog-box h3 {
    font-size: 27px !important;
}

.blog-box p {
    font-size: 12px;
    width: 100% !important;
}

.blog-img h5 {
    font-size: 18px !important;
    height: auto !important;
}
.blogs-detail-sec .contact-socail .col-8.col-md-7.col-lg-7 {
    width: 100%;
}
.blogs-detail-sec .contact-socail .col-8.col-md-7.col-lg-7 h6 {
    width: 100%;
}
.blogs-detail-sec h2 {
    font-size: 33px;
}
.blogs-detail-text h2 {
    font-size: 27px;
    margin-top: 0px;
}
section.sign-up-wrap .col-lg-6.offset-3 {
    margin: 0 !important;
}
}

@media only screen and (min-width: 0px) and (max-width: 519px) {
    .carousel-control-prev, .carousel-control-next {
    display: none;
}
.account-main .row.margin-bottom-40 {
    margin: 0 !important;
}
.footer-bottom p {
    font-size: 12px;
}
#column {
    width: 97% !important;
    margin-left: 0 !important;
}

.account-main {
    padding: 0 10px;
}
    .continue_btn {
    margin-bottom: 20px;
    margin-left: 5px;
}

.continue_btn a {
    width: 103%;
}
    .carousel-control-next-icon:before {
    width: 30px;
    height: 30px;
}

.carousel-control-prev-icon:before {
    width: 30px;
    height: 30px;
}

.carousel-control-prev-icon {
    left: -7px;
}

.carousel-control-next-icon {
    right: -5px;
}
    .modalPopup {
    top: 52%;
        left: 50%;
        width: 95%;
    }
    .modal-overlay-images img {
    width: 100%;
    height: 400px;
    }
    
    .modal-overlay-text h2 {
    font-size: 28px;
    line-height: 23px;
    margin-bottom: 7px;
}

.modal-overlay-text h3 {
    font-size: 22px;
    margin-bottom: 7px;
}

.modalContent {
    text-align: center;
    height: 650px;
    overflow-y: scroll;
    width: 100%;
}

.modal-overlay- {
    margin-bottom: 5px;
}

.modal-overlay-line p {
    font-size: 12px;
    margin-bottom: 10px;
}

.modal-overlay-text button {
    margin-bottom: 10px;
}

.modal-overlay-text form input {
    margin-bottom: 10px;
}

.modal-overlay-text ul li {
    line-height: 19px;
    font-size: 12px;
}

.modal-overlay-images img {
    height: 210px;
}

.modalPopup {
   top: 52%;
        left: 50%;
}

.modalPopup button#button {
    top: 10px;
    background: #fff;
    border-radius: 60px;
    width: 40px;
    height: 40px;
}
.menuSec {
    display: none;
}
.logo-img img {
    margin-top: 0;
}

.header-bott .col-md-2.colum-cust1 {
    width: 30%;
    float: left;
    display: inline;
}

.header-bott .col-md-5.colum-cust {
    width: 70%;
}

.header-bott .col-md-2.colum-cust1 .logo-img img {
    width: 100% !important;
    height: 80px !important;
    object-fit: cover;
}

.header-bott button {
    margin-left: 1px;
}

.header-bott input {
    width: 60%;
    padding: 3px 4px;
}

.header-bott ul li {
    padding: 4px 10px;
    gap: 5px;
}
.header-txt p {
    font-size: 16px;
}
.banner_text {
    padding: 40px 15px;
    margin-left: 0;
}

.banner_text h1 {
    font-size: 26px;
    line-height: 40px;
}
.bann-txt-img {
    padding: 10px 20px;
    margin-top: 20px;
}
.featured-txt p {
    width: 90%;
}
.featured-txt h3 {
    font-size: 30px;
}


.featured-slider .slick-prev {
    left: 15px;
    z-index: 999;
}

.featured-slider .slick-prev, .featured-slider .slick-next {
    top: 28%;
}

.featured-slider .slick-next {
    right: 45px;
}
.popular-txt h3 {
    font-size: 38px;
}
.popular-txt p {
    width: 100%;
}
.pop-img img {
    border-radius: 100%;
    height: 180px;
    width: 60%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.footer-links {
    margin-top: 20px;
}
section.inner-banner > img {
    height: 240px;
    object-fit: cover;
}
.inner-banner-text h1, h2 {
    font-size: 40px;
}
.about-text h2 {
    font-size: 55px;
}
.About-wrap .about-img img {
    width: 100%;
    height: auto !important;
}
.description li.nav-item button {
    width: auto;
    font-size: 11px;
    padding: 8px;
}
.description {
    padding-top: 0;
}
.productdetailtext h3 {
    font-size: 20px;
    line-height: 30px;
}

.productdetailtext span {
    font-size: 25px;
    line-height: 42px;
}

.productdetailtext ul li {
    
    margin: 0 !important;
}
.productdetailtext ul {
    display: block !important;
}

p#package_name {
    padding: 0;
}

li.quanity.product-detail {
    margin-top: 30px !important;
}

a.cat-sub-btn i {
    margin: 0 !important;
}

    a.cat-sub-btn {
        padding: 15px 14px;
        display: inline-flex;
        margin-bottom: 10px;
        width: 49%;
        font-size: 10px;
        align-items: center;
        height: 40px;
        gap: 5px;
    }
  .poduct-name {
    width: 380px;
}
.table-responsive table.table {
    width: 1150px;
    max-width: 1170px;
}
.billing_form h3 {
    font-size: 30px;
}
section.checkout_page.pb-8 {
    padding-top: 0;
}
form.login-form {
    padding: 40px 13px;
    margin-bottom: 30px;
}

form.login-form h2 {
    font-size: 22px;
}

.reg-frombtm span {
    font-size: 13px;
    display: inline-block;
}

.reg-frombtm span a {
    display: block;
    padding-left: 0;
    text-align: center;
}
.artists-how-to-guide-text h2 {
    font-size: 35px;
}
.get-in-touch {
    padding: 40px 10px 15px;
}

.contact-socail .col-4.col-md-3.col-lg-3 {
    width: 19%;
}

.contact-socail .col-8.col-md-7.col-lg-7 {
    width: 75%;
}

.contact-socail a {
    font-size: 14px;
}

.contact-socail h6 {
    font-size: 13px;
}

.contact-socail i {
    height: 30px;
    width: 30px;
    font-size: 16px;
}
.requet-quote h2 {
    font-size: 43px;
}
.inner-about-answer-faq {
    padding-left: 10px !important;
    background: #000;
}
.all-section .inner-about-answer-faq p {
    display: block !important;
       margin: 0 !important;
    padding-bottom: 20px;
}
.blog-wrap h2 {
    font-size: 33px;
    line-height: 60px;
}
.blog-wrap h2 {
    font-size: 33px;
    line-height: 60px;
}

.blog_box {
    margin-top: 0;
    margin-bottom: 20px;
}

.blog-box h3 {
    font-size: 27px !important;
}

.blog-box p {
    font-size: 12px;
    width: 100% !important;
}

.blog-img h5 {
    font-size: 18px !important;
    height: auto !important;
}
.blogs-detail-sec .contact-socail .col-8.col-md-7.col-lg-7 {
    width: 100%;
}
.blogs-detail-sec .contact-socail .col-8.col-md-7.col-lg-7 h6 {
    width: 100%;
}
.blogs-detail-sec h2 {
    font-size: 33px;
}
.blogs-detail-text h2 {
    font-size: 27px;
    margin-top: 0px;
}
section.sign-up-wrap .col-lg-6.offset-3 {
    margin: 0 !important;
}
    
    
}

.modalOverlay-modal.active {
    display: block;
}

.modalOverlay-modal {
    display: none;
}



.blog-box h3 {
    font-size: 26px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.blog-box p {
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: unset !important;
}

.blog_box {
    height: unset !important;
        margin-top: 0 !important;
    margin-bottom: 30px;
}

.blog-box h6 {
    margin-top: 0 !important;
    margin-bottom: 15px;
}

.blog-img h5 {
    font-size: 19px !important;
    height: auto !important;
    font-weight: 600;
    box-shadow: 0 0 9px 0 #adadad;
}
.blogs-detail-point p {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.blogs-detail-text p {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.blogs-detail-point h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.featured-txt h4 {
    color: #000;
    font-size: 32px;
}