/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Herr+Von+Muellerhoff&display=swap');
body{
    margin: 0px;
    padding: 0px;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Raleway', sans-serif;
}

.header-main{
    
}
.header-main .topbar{
    background-color: #9f5ba4;
    padding: 7px 0px;
    line-height: 1;
}
.header-main .topbar .welcome-note{
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    color: white;
    line-height: 1.3;
}
.header-main .topbar .top-social{
    margin: 0px;
    padding: 0px;
    text-align: right;
}
.header-main .topbar .top-social li{
    list-style-type: none;
    display: inline-block;
    margin-left: 10px;
}
.header-main .topbar .top-social li i{
    font-size: 17px;
}
.header-main .topbar .top-social li a{
    color: white;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.header-main .topbar .top-social li a:hover{
    color: #c6b7b7;
}

.header-main .primary-header{
    padding: 12px 0px;
}
.header-main .primary-header .branding{
    padding: 7px 0px;
}
.header-main .primary-header .search-main{
    display: flex;
    height: 100%;
    align-items: center;
    flex-flow: row;
}
.header-main .primary-header form{
    display: flex;
    height: 100%;
    align-items: center;
    flex-flow: row;
}
.header-main .primary-header .search-main .search{
    width: 80%;
    border: 0px;
    height: 40px;
    border: 1px solid #00000036;
}
.header-main .primary-header .search-main button{
    width: 20%;
    border: 0px;
    height: 40px;
    border: 0px;
    background-color: #9f5ba4;
    color:  white;
    font-size: 16px;
}
.header-main .primary-header .main-cat{
    display: flex;
    height: 100%;
    align-items: center;
    flex-flow: row;
    text-align: right;
    padding-left: 21px;
}
.header-main .primary-header .main-cat img{
    max-width: 50px;
}
.header-main .primary-header .main-cat .text{
    float: right;
    padding: 0px 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #9f5ba4;
    line-height: 1;
}
.header-main .primary-header .main-cat .text span{
    color: black;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    text-justify: inter-word;
    display: block;
    margin-top: 2px;
}
.header-main .primary-header .cart-ico{
    display: flex;
    height: 100%;
    align-items: center;
    flex-flow: row-reverse;
}
.header-main .primary-header .cart-ico a{
    color: #9f5ba4;
    text-decoration: none;
    font-size: 20px;
}
.header-main .primary-header .cart-ico a span{
    color: black;
    font-size: 14px;
}
.header-main .main-navigatin{
    background-color: #9f5ba4;
}

.main-features{
    /* border: 1px solid black; */
    padding: 54px 0px;
    background-color: #f8f7f3;
}
.main-features .single-feat{
    text-align: center;
}
.main-features i{
    font-size: 50px;
    display: inline-block;
    width: 100px;
    height: 100px;
    color: white;
    line-height: 95px;
    background-color: #9f5ba4;
    border-radius: 50%;
    margin-bottom: 22px;
}
.main-features h2{
    font-size: 24px;
}
.main-features p{
    font-size: 14px;
    color: black;
}
/*footer*/
.footer-main{
    background-color: #f8f7f3;
}
.footer-cont{
    padding: 50px 0px;
}
.footer-main .newsletter{
    text-align:center;
}
.footer-main .newsletter .ctnews{
    position: relative;
    width: 35%;
    background-color: #9f5ba4;
    margin: 0px auto;
    border-radius: 59px;
    height: 63px;
    padding: 10px;
}
.footer-main .newsletter .ctnews input{
    /* width: 100%; */
    position: absolute;
    border: 1px solid #eeeeee8f;
    border-radius: 59px;
    width: 96%;
    height: 50px;
    left: 9px;
    top: 7px;
    padding: 12px;
    font-weight: bold;
    background-color: #9f5ba4;
}
.footer-main .newsletter .ctnews input::placeholder{
    color: white;
    font-size: 12px;
}
.footer-main .newsletter .ctnews button{
    background-color: white;
    color: #9f5ba4;
    position: absolute;
    height: 39px;
    padding: 5px 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 21px;
    border: 0px;
    top: 12px;
    right: 18px;
}
.footer-main .workng-cntr{
    padding: 30px 0px;
    padding-top : 50px;
    /* border: 1px solid red; */
}
.footer-main .workng-cntr .ftr-brand{
    margin-bottom: 25px;
}
.footer-main .workng-cntr .ftrintro{
    margin-bottom: 25px;
}
.footer-main .workng-cntr .ftrintro p{
    padding: 0px;
    margin: 0px;
    line-height: 1.9;
}
.footer-main .workng-cntr .socialftr{
    margin: 0px;
    padding: 0px;
}
.footer-main .workng-cntr .socialftr li{
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}
.footer-main .workng-cntr .socialftr li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #a7a7a729;
    text-align: center;
    color: #9f5ba4;
    transition: all 0.3s ease-in-out;
}
.footer-main .workng-cntr .socialftr li a:hover{
    background-color: #9f5ba4;
    color: #fff;
}
.footer-main  .pboxs{
    display: flex;
    padding: 30px;
    background-color: #9f5ba4;
    box-shadow: 2.5px 4.33px 15px 0px rgb(0 0 0 / 1);
}
.footer-main .f-contact i {
    width: 40px;
    height: 40px;
    background: #3763eb;
    line-height: 40px;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    float: left;
    background-color: rgb(126 62 131);
    box-shadow: 2.5px 4.33px 15px 0px rgb(126 62 131);
}
.footer-main .f-contact ul{
    margin: 0px;
    padding: 0px;
}
.footer-main .f-contact ul li{
    list-style-type: none;
    display: block;
}
.footer-main .f-contact li {
    float: left;
    margin-bottom: 20px !important;
    width: 100%;
}
.footer-main .f-contact li:last-child{
    margin-bottom: 0px !important;
}
.footer-main .f-contact a{
    color: #eeeeee !important;
    text-decoration: none;
}
.footer-main .f-contact a:hover{
    color: #111111 !important;
}
.footer-main .footer-top-heiding .col-lg-4 {
    border-right: 2px solid #20282E;
}
.footer-main .footer-top-heiding .col-lg-4:last-child{
    border-right: none;
}
.footer-main .f-contact .icon{
    margin-right: 20px;
}
.footer-main .f-contact span{
    color: #eeeeee;
    display: block;
    font-size: 15px;
}
.footer-main h3 {
	font-size: 20px;
	margin-bottom: 30px;
	position: relative;
	font-weight: 500;
	padding-bottom: 30px;
	margin-top: 5px;
}
.footer-main h3::before {
    content: "";
position: absolute;
left: 0;
bottom: 0;
height: 21px;
width: 80px;
background: url('../img/f-line.png') no-repeat;
}


.footer-main .ftr-csoci{
    margin: 0px;
    padding: 0px
}
.footer-main .ftr-csoci li{
    list-style-type: none;
    display: block;
    margin-bottom: 5px;
}
.footer-main .ftr-csoci li a{
    color: black;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.footer-main .ftr-csoci li a:hover{
    color: #9f5ba4;
    transition: all 0.3s ease-in-out;
}
.footer-main .footer-style{
    position:relative;
    height:35px;
    width:100%;
    background-image:url('../img/footer-strip-purple.png');
    background-repeat:repeat-x;
    background-position:center top;
    background-color: #f8f7f3;
}
.footer-credit{
    background-color: #ffffff;
    padding: 16px 0px;
    font-size: 14px;
    background-color: #f8f7f3;
}
 .footer-credit p{
     text-align: center;
     margin: 0px;
     padding: 0px;
     color: #787878;
 }
  .footer-credit p a{
      color: #16191e;
      text-decoration: none;
  }
/*footer*/

/*service logo*/
.our-serice{
    background-image: url('../img/bg-7.png');
    background-color: #9f5ba4;
    padding: 35px 0px;
}
.our-serice .cl-image img{
    max-width: 100%;
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}
.our-serice .cl-image img:hover{
    filter: grayscale(0%);
    transition: all 0.3s ease-in-out;
}
/*service logo*/

/*welcome note*/
.welcome-noter{
    padding: 80px;
    background-color: white;
}
.welcome-noter .rigth-desc{
    
}
.welcome-noter .rigth-desc span{
    font-family: 'Herr Von Muellerhoff', cursive;
    font-size: 64px;
    line-height: 73px;
    color: #9f5ba4;
    display: block;
    padding-top: 15px;
}
.welcome-noter .rigth-desc p{
    
}
.welcome-noter .rigth-desc .bolds{
    font-weight: 500;
}
.welcome-noter .rigth-desc .read-more{
    display: inline-block;
    text-transform: capitalize;
    border-radius: 10px;
    background-color: #9f5ba4;
    padding: 13px 17px;
    color: white;
    text-decoration: none;
}
/*welcome note*/

/*our categories*/
.our-categroies{
    padding: 88px 0px;
    background-image: url('../img/row-bgimage-1.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    /* background-size: cover; */
}
.our-categroies .headtre{
    text-align:center;
}
.our-categroies .headtre span{
    font-family: 'Herr Von Muellerhoff', cursive;
    font-size: 64px;
    line-height: 51px;
}
.our-categroies .headtre h4{
    font-family: 'Raleway', sans-serif;
    font-size: 29px;
}
.our-categroies .headtre p{
    width: 50%;
    margin: 0px auto;
    font-size: 15px;
    margin-bottom: 34px;
}

.featured-imagebox.style1{overflow: visible;}
.featured-imagebox-services.style1 .featured-content {
    padding: 25px 20px 37px;
    margin: -55px 20px 0;
    text-align: center;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    background-color: #fff;
}
.featured-imagebox-services.style1 a.di_link {
    display: block;
    background-color: #bf9456;
    color: #fff;
    font-size: 15px;
    width: 47px;
    height: 47px;
    line-height: 45px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.featured-imagebox-services.style1 .ttm-di_links {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    transition: all 0.3s ease 0s;
    overflow: visible;
}
.featured-imagebox-post{
    margin: 0px 0 30px;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}
.featured-imagebox-post .featured-content.featured-content-post{ 
    padding: 20px 25px 27px;
    background-color: #fff;
    position: relative;
}
.featured-imagebox-post .featured-content .featured-title h5{
    -webkit-line-clamp: 2;
}
.featured-imagebox-post:hover{
   -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.09);
}
.featured-imagebox-post .featured-thumbnail img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.featured-imagebox-post:hover .featured-thumbnail img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-imagebox-post .ttm-post-thumbnail{
    border: 8px solid rgba(255,255,255,1);
    overflow: hidden;
}
.featured-imagebox-post .ttm-post-thumbnail .ttm-media-link a{
    position: absolute;
    top: 20px;
    right: -2px;
} 
.featured-imagebox-post .ttm-post-thumbnail .ttm-media-link a i{
    display: block;
    width: 51px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    text-align: center;
    display: block;
    background-color: #fff;
}
.featured-imagebox-post .featured-content.featured-content-post .post-meta span{ 
    /*display: inline-block;*/
    position: relative;
    margin-right: 10px;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #333;
}
.featured-imagebox-post .featured-content.featured-content-post .post-meta span:last-child{
    padding-left: 15px;
    border-left: 1px solid #e3e3e3;
}
.featured-imagebox-post .featured-content.featured-content-post .post-meta span i{ padding-right: 5px; }
.featured-imagebox-post .featured-content.featured-content-post .post-footer{border-top: 1px solid #e3e3e3;padding: 20px 0 0; margin-top: 25px;}
.featured-imagebox-post .featured-content.featured-content-post .post-footer span{text-transform: capitalize;font-size: 15px}
.featured-imagebox-post .featured-content.featured-content-post .post-footer span:last-child{float: right;font-size: 14px}
.featured-imagebox.style1 .featured-content{padding: 15px 30px 25px; text-align: center;}
.featured-imagebox-post.style1{margin-bottom: 0}
.featured-imagebox-post.style1 .ttm-btn.btn-inline i{font-size: 10px}
.services2-slide .featured-imagebox-post.style1{margin: 10px 0;}
.featured-icon-box { position: relative;}
.featured-icon-box .ttm-icon{ margin-bottom: 0; }
.featured-title h5{ font-size: 24px; line-height: 30px; margin-bottom: 0; font-weight: 400; }
.featured-desc p{font-size: 14px;line-height: 25px;margin-bottom: 0;font-weight: 500;padding: 0px 36px;}

.featured-icon-box.icon-align-before-heading .featured-icon{ position: absolute; left: 0; top: 0;}
.featured-icon-box.icon-align-before-heading .featured-title{ padding-left: 60px; }

.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content{
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box.icon-align-before-content .featured-icon i { 
    display: inline-block;
    vertical-align: middle; 
    position: unset;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
}
.featured-icon-box.icon-align-before-content .featured-content{
    padding-left: 18px;
}
.featured-icon-box.icon-align-before-content .featured-content .featured-title h5{
    margin-bottom: 10px;
}



.featured-icon-box.icon-align-before-content.style1{padding: 42px 30px 42px 60px;}
.featured-icon-box.icon-align-before-content.style2{
    padding: 42px 15px 42px 40px;
    border-left: 1px solid #e3e3e3;
    z-index: 9;
}
.ttm-bgcolor-darkgrey .border,
.ttm-bgcolor-darkgrey .border-top,
.ttm-bgcolor-darkgrey .border-left,
.ttm-bgcolor-darkgrey .border-bottom,
.ttm-bgcolor-darkgrey .border-right,
.ttm-bgcolor-skincolor .border,
.ttm-bgcolor-skincolor .border-top,
.ttm-bgcolor-skincolor .border-left,
.ttm-bgcolor-skincolor .border-bottom,
.ttm-bgcolor-skincolor .border-right{
     border-color: rgba(255,255,255,0.2) !important;
}
.ttm-border-seperator{
    position: relative;
    background-size: 7px;
    height: 2px;
    margin: 20px 0 15px;
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(75%,transparent),color-stop(75%,#9f5ba4),to(#9f5ba4));
    background-image: -o-linear-gradient(left,transparent 0,transparent 75%,#bf9456 75%,#bf9456);
    background-image: linear-gradient(to right,transparent 0,transparent 75%,#9f5ba4 75%,#9f5ba4);
}
.ttm-border-seperator:before, .ttm-border-seperator:after {
    content: "";
    position: absolute;
    transition: all 0.5s;
    border-radius: 50%;
}
.ttm-border-seperator:after {
    width: 6px;
    height: 6px;
    left: 2px;
    top: -3px;
    background: #9f5ba4;
}
.ttm-border-seperator:before {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #9f5ba4;
    left: -3px;
    top: -8px;
    background-color: #fff;
}
.featured-content a{
    display: block;
    text-decoration: none;
}
.featured-content h5 a{
    color: #000000;
    padding-bottom: 10px;
}
.featured-content h5 a:hover{
    color: #9f5ba4;
}
.ttm-btn-color-skincolor{
    font-weight: bold;
    color: #000;
    font-size: 17px;
    padding-top: 5px;
}
.ttm-btn-color-skincolor:hover{
    color: #9f5ba4;
}
/*our categories*/

/*Feature Products*/
.feature-prodicts{
    
}

.feature-prodicts{
    padding: 88px 0px;
    background-repeat: no-repeat;
    background-position: center top;
    /* background-size: cover; */
}
.feature-prodicts .headtre{
    text-align:center;
}
.feature-prodicts .headtre span{
    font-family: 'Herr Von Muellerhoff', cursive;
    font-size: 64px;
    line-height: 51px;
}
.feature-prodicts .headtre h4{
    font-family: 'Raleway', sans-serif;
    font-size: 29px;
}
.feature-prodicts .headtre p{
    width: 50%;
    margin: 0px auto;
    font-size: 15px;
    margin-bottom: 34px;
}
.product-box{
  border: 1px solid #00000030;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  margin: 20px 0px;
}
.product-box .img-product{
  display: block;
  padding: 5px;
  margin-bottom: 85px;
}
.product-box .img-product img{
  max-width: 100%;
}
.product-box .product-meat{
  text-align: center;
  border-bottom: 3px solid #9f5ba4;
  position: absolute;
  z-index: 99999999;
  bottom: -42.5px;
  width: 100%;
  background: white;
  transition: all 0.3s ease-in-out;
}
.product-box .product-meat h3{
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #3c3c3c;
  font-weight: bold;
  margin-top: 0px;
}
.product-box:hover .product-meat{
  bottom: 0px;
  transition: all 0.3s ease-in-out;
}
.product-box .product-meat h4{
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  color: #9f5ba4;
  font-weight: bold;
  margin-top: -5px;
  margin-bottom: 0px;
}
.product-box .product-meat a{
  display: inline-block;
  background: #9f5ba4;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 1px 0px;
  margin-bottom: 10px;
}
.product-box .product-meat:hover a{
  background: #1d1d1d;
  transition: all 0.3s ease-in-out;
}
/*Feature Products*/


/* ===============================================
    Page-Title-Row
------------------------*/

.ttm-page-title-row { 
    position: relative;
    background-image: url(../img/Untitled-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ttm-page-title-row a{
    color: #9f5ba4;
    text-decoration:none;
}
div.ttm-page-title-row > .ttm-bg-layer { background-color: rgba(24,35,51,0.85); }
.ttm-page-title-row {
    display: block;
    padding-top: 84px;
    padding-bottom: 86px;
    margin-bottom: 38px;
}
.title-box .page-title-heading h1 {
    text-transform: capitalize;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 0px;
    display: inline-block;
    font-weight: 400;
    color: white;
}
.title-box .page-title-heading{ position: relative;margin-bottom: 5px; }
.breadcrumb-wrapper span {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    color: white;
}










.OrdHisTop {background: #1f1f1f;float:left;margin-top:15px;width:98%;margin-left:10px;}
.OrdHisTop ul { margin:0px; padding:0px;}
.OrdHisTop li {display:inline-block;font-family:Arial, Helvetica, sans-serif;font-size:11px;font-weight:bold;color:#fff;border-right: 1px solid #545353;padding:5px 0px;width:17%;text-align:center;list-style:none;}
.OrdHisTop li:first-child { width:25px;}
.OrdHisTop li:last-child { border:none; width:145px;}

.EmptyCart { margin:20px 0px; text-align:center; font-size:14px; font-weight:bold;}
.EmptyCart a { color:#F00;} .EmptyCart a:hover { text-decoration:none;}
.BasketCon {padding:10px 0px;border: solid #545353;float:left;width:98%;margin-left:10px;border-width:0px 1px 1px;margin-bottom:15px;}
.BasketImg {width:115px;float:left;border-right: 1px solid #545353;}
.BasketDetails { float:left; width:47%; padding:0 3px; display:block}
.BasketDetails p {border-bottom: 1px solid #545353;padding-bottom:3px;margin-bottom:8px;font-size:11px;font-weight:bold;font-family:Arial, Helvetica, sans-serif;color:#424242;}
.BasketQty { width:17%; float:left; padding:0 3px; margin-top:15px;}
.BasketCon .txt_id { background:#f1f1f1; border:1px solid #ef1d1e; text-align:center; margin-bottom:8px; width:50px;}
.BasketRate { width:13%; float:left; text-align:center; font-size:14px;}
.BasketTotal { width:13%; float:left; text-align:center; padding:0 3px;}
.BasketTotal p { font-size:14px; margin-bottom:10px;}
.BasketTotal a { color:#f7c44e;} .BasketTotal a:hover { text-decoration:none}
.TotalCon { float:right; margin-top:15px; font-family:Arial, Helvetica, sans-serif; margin-right:10px;}
.TotalQA { background:#f1f1f1; border:1px solid #ef1d1e; padding:5px;}
.TotalQA label { font-weight:bold; color:#000; float:left; margin-right:10px;}
.TotalQA span { float:right; font-size:14px; font-weight:bold; color:#ef1d1e}
.TotalCon p { margin-top:8px; margin-bottom:15px; }
.TotalCon p a { background:#1f1f1f; color:#fff; font-weight:bold; padding:7px;}
.TotalCon p a:hover { text-decoration:none;}
.UpdateBtn {background: #ef1d1e;padding:3px 12px;font-size:11px;font-family:Arial, Helvetica, sans-serif;color:#fff;font-weight:bold;border:none;cursor:pointer;}
.UpdateBtn:hover { background:#000; color:#fff;}
.QuoteForm { margin:15px;}
.SubmitText { font-size:18px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#060; padding-top:30px; text-decoration:underline; min-height:250px;}
/* Style inputs with type="text", select elements and textareas */
.form_ctr{
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
    height: 42px;
}
.form_ctrr{
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
    height: 100px;
}
.btnet{
    background-color: #333333;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 10px;
}







@media only screen and (max-width: 600px) {
  .welcome-note, .top-social, .top-social li{
      text-align:center !important;
  }
   .welcome-note{
      text-align:center !important;
      padding-bottom: 5px;
  }
  .branding{
      text-align:center;
  }
  .main-cat{
      display: none !important;
  }
  .cart-ico{
  background-color: #9f5ba4;
  padding: 5px 0px;
  color: white;
      padding-right: 20px;
      margin-top: 5px;
}
.header-main .primary-header .cart-ico a span {
    color: white;
    font-size: 14px;
}
.header-main .primary-header .cart-ico a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
}
.header-main .primary-header form {
    width: 100%;
}
.header-main .primary-header .search-main {
    width: 100%;
}
.navik-menu ul li>a {
    display: block;
    padding: 5px 15px;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-weight: normal;
    transition: all .2s ease-in-out;
}
.navik-menu ul li {
    border-bottom: 1px solid #00000012;
}
.navik-menu.menu-caret.submenu-top-border > ul{
  margin: 0px;
  padding: 0px;
}
.navik-menu.menu-caret.submenu-top-border > ul > li{
  padding: 0px;
  margin: 0px;
  text-align: left;
}
.navik-menu.menu-caret.submenu-top-border > ul > li > a{
  padding: 4px;
  margin: 0px;
  text-align: left;
}
.mega-menu.dropdown_menu{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
}
.mega-menu.dropdown_menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-type: none;

}

.mega-menu.dropdown_menu ul li{
  list-style-type: none;
  display: block;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.mega-menu.dropdown_menu ul li>a {
    display: block;
    padding: 5px 0px;
    border-bottom: 1px solid #0000002e;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-weight: normal;
    transition: all .2s ease-in-out;
}
.welcome-noter {
    padding: 10px;
    background-color: white;
}
.our-categroies .headtre h4 {

    font-size: 25px;
}
.our-categroies .headtre p {
    width: 100%;
    margin: 0px auto;
    font-size: 13px;
    margin-bottom: 34px;
}
.feature-prodicts .headtre p {
    width: 100%;
    margin: 0px auto;
    font-size: 13px;
    margin-bottom: 34px;
}
}





















