@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,700&display=swap');

/* Website Font Family Use 
font-family: 'Raleway', sans-serif;
/* Website Font Family Use */

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.eot');
    src: url('../fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('../fonts/BebasNeue-Regular.woff') format('woff'),
        url('../fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
  background: #000;
  margin: 0;
  overflow-x: hidden;
font-family: 'Proxima Nova Rg';
}

html,body{
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Bebas Neue';}

select,input,label,button {
font-family: 'Proxima Nova Rg';}

li, a{
font-family: 'Proxima Nova Rg';}

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

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

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

m {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul {
  padding: 0;}

p {
  font-family: 'Proxima Nova Rg';}

li {list-style-type: none;}

.no_pad {
  padding: 0;}


/* top bar section Begin */

header {
    padding: 30px 0;
}

.serach_tab {
    position: relative;
    margin-top: 40px;
}

.serach_tab input{
  background: #fed940;
  height: 40px;
  border-radius: 0;
  position: relative;
  color: #000;
  border: 0;
  box-shadow: none;
  font-weight: bold;
  padding-left: 20px;
}

.serch-icon a {
    position: absolute;
    top: 4px;
    right: 7px;
    background: #fff;
    padding: 5px 35px;
    font-size: 16px;
    color: #000;
}


.logo-main img {
    display: inline-block;
}
.logo-main {
    text-align: center;
}

.serach_tab ::-webkit-input-placeholder {
  color: #000;
}
.serach_tab ::-moz-placeholder {
  color: #000;
}
.serach_tab :-ms-input-placeholder {
  color: #000;
}
.serach_tab :-moz-placeholder {
  color: #000;
}

.account_tab ul li img {
    display: inline-block;
    position: relative;
    top: -2px;
}

.account_tab ul li {
    display: inline-block;
    padding: 0 34px 0px 40px;
    position: relative;
    vertical-align: middle;
}

.account_tab ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}


.account_tab ul li a span {
    color: #fed940;
    position: absolute;
    left: 0;
}

.account_tab ul li strong {
    display: block;
    color: #fed940;
}

.account_tab {
    margin-top: 30px;
    text-align: right;
}

.cnter_tp {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* top bar section End */ 


/* Menu Bar Section Begin */

.justify-content-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.justify-content-center {
    display: flex;
    align-items: center;
    width: 100%;
}

.menu-main ul li{
  display: inline-block;
  float: none;}

.menu-main ul li a{
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Bebas Neue';
  padding: 20px 35px 0 5px;
}


.menu-main ul li a:hover,
.menu-main ul li a:focus{
  background: transparent;
  color: #fed940;
}

.menu-main ul li.active a{
  color: #fed940;
}


.menu-main {
    padding-top: 30px;
}

.menu-main .nav .open>a, 
.menu-main .nav .open>a:focus, 
.menu-main .nav .open>a:hover{
  background: transparent;
}

.menu-main .dropdown-menu{
  margin: 0;
  padding: 0;
  background-color: #fed940;
  border-radius: 0;
}

.menu-main ul.dropdown-menu li {
    display: block;
}


.menu-main ul.dropdown-menu li a {
    color: #000;
    padding: 7px 10px;
    font-family: 'Proxima Nova Rg';
    font-size: 14px;
}

.menu-main ul.dropdown-menu li a:hover{
  color: #000;
}

.menu-main ul.dropdown-menu li a:hover{
  background: #fff;
  color: #000;
}

.menu-main ul.dropdown-menu li.active a{
    background: #000;
  color: #fed940;
}
/* Menu Bar Section End */


/* slider Section Begin */

section.banner_sec {
    background: url(../images/banner-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
}

.banner_sec .item img{
  width: 100%;
  background-size: cover;
}

.banner_sec .carousel-caption{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.wel-box {
    background: #f3d03d;
    padding: 60px 35px;
    text-align: left;
    border-radius: 10px;
    margin-top: 160px;
    /* overflow: hidden; */
    position: relative;
}

.wel-box:before {
    content: '';
    position: absolute;
    background: url(../images/leaf-02.png) no-repeat;
    width: 524px;
    height: 253px;
    right: -90px;
    top: -190px;
    z-index: 999;
}

.wel-box:after {
    content: '';
    position: absolute;
    background: url(../images/leaf-03.png) no-repeat;
    width: 524px;
    height: 283px;
    right: 0;
    bottom: -190px;
}

.wel-box h4{
  color: #333333;
  font-size: 25px;
  text-shadow: none;
  font-family: 'Proxima Nova Rg';
}

.wel-box h2{
  font-size: 80px;
  text-shadow: none;
  color: #010101;
}

.wel-box h2 span{
  color: #408b04;
}

.wel-box p{
  font-size: 18px;
  line-height: 28px;
  color: #333;
  text-shadow: none;
}


.wel-box a {
    background: #fff;
    color: #000;
    padding: 11px 33px;
    box-shadow: none;
    display: inline-block;
    font-size: 20px;
    margin-top: 10px;
    text-shadow: none;
    font-weight: bold;
    position: relative;
    z-index: 3;
}

.wel-box a .fa {
    padding-left: 5px;
    position: relative;
    top: 2px;
}


.wel-box a:hover{
  background: #000;
  color: #fff;
}


.welcome-left-sec h2 {
    font-size: 121px;
    line-height: 104px;
    color: #fff;
}

.welcome-left-sec h2 span {
    display: block;
    font-size: 235px;
    line-height: 201px;
}

.banner_sec .container-fluid{
      padding: 0 130px;
}

.welcome-left-sec img {
    display: inline-block;
}

.welcome-left-sec {
    padding-top: 30px;
    text-align: center;
      position: relative;
}

.welcome-left-sec:before{
  content: '';
  position: absolute;
  background: url('../images/leaf-04.png');
  width: 342px;
  height: 698px;
  left: -110px;
  z-index: 11;
  bottom: 20px;
}


.welcome-left-sec:after{
    content: '';
    position: absolute;
    background: url('../images/leaf-05.png');
    width: 342px;
    height: 698px;
    right: -110px;
    z-index: 11;
    bottom: 20px;
    background-repeat: no-repeat;
}

/* slider Section End */

/* about sec Begin */

.about_Sec{
  background: url('../images/about-sec-bg.png') no-repeat;
  background-size: 100%;
}

.padding-70{
  padding: 70px 0;
}

.about_content {
    padding: 110px 0;
}


.about_heading h4{
  color: #fff;
  font-size: 50px;
  margin-bottom: 0;
}

.about_heading h2{
  font-size: 70px;
  color: #fed940;
  margin: 0;
}

.about_heading {
    position: relative;
}

.about_heading:after {
    content: '';
    position: absolute;
    border-left: 3px solid #fff;
    left: -12px;
    top: 2px;
    height: 118px;
}

.about_text {
    padding-top: 17px;
}

.about_text p {
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 10px;
}
/* about sec End */


/* Shop Sec Begin */

.shop_sec{
  background: url('../images/shop-sec-bg.png');
  background-size: cover;
  margin-bottom: 40px;
}


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

.web_btn a {
    background: #f3d03d;
    color: #0c0f11;
    padding: 17px 50px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.web_btn a:hover{
  background: #fff;
  color: #000;
}

.cnter_heading {
    text-align: center;
}

.cnter_heading h2 {
    color: #f3d03d;
    font-size: 67px;
}


.cnter_heading p {
    color: #fff;
    font-size: 18px;
    width: 65%;
    margin: 0 auto;
    line-height: 28px;
}


.product_sec {
    padding: 80px 0;
    display: inline-block;
    width: 100%;
}

.product_tab {
    background: #fff;
    margin-bottom: 55px;
    min-height: 457px;
    }

.product_sec_img a img {
    padding: 19px 10px 0;
}

.product_text {
        padding: 10px 20px 10px;
    text-align: center;
    min-height: 141px;
}

.shop-detail-heading ul li {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.product_text h3 a{
    font-family: 'Proxima Nova Rg';
    color: #0e1215;
    font-size: 17px;
    margin: 0;
}

.list-inline>li h4 {
    width: 183px;
}

.carttable ul.list-inline.list-unstyled {
    display: flex;
    align-items: center;
}

.account_tab ul {
    display: flex;
    justify-content: center;
}

.col-md-12.invoice-sec h3 {
    color: #333;
    font-size: 25px;
    line-height: 35px;
}

.col-md-12.invoice-sec {
    padding: 60px;
}

.invoice-sec h4 {
    padding-bottom: 10px;
    font-size: 19px;
    color: #000;
}

.invoice-main address {
    font-size: 16px;
}

.invoice-main table tr td {
    font-size: 18px;
    padding: 19px 20px;
}


.product_text h2 {
    margin: 0;
    color: #0e1215;
    font-size: 26px;
    padding-top: 10px;
}

.btn-product a {
    background: #f3d03d;
    color: #0e1215;
    padding: 12px;
    display: block;
    text-align: center;
    font-size: 20px;
    font-family: 'Bebas Neue';
}

.product_tab a:hover {
    background: #e6e6e6;
    color: #000;
}

.product_sec_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 263px;
}

.product_tab.arrival_sec img {
    padding: 0;
}

.shop_sec .web_btn {
    text-align: center;
    padding: 40px 0;
}


.shop_sec .web_btn .fa{
      position: relative;
    left: 7px;
    top: 2px;
}

/* Shop Sec End */


/* Cilent Feedback Section Begin */

.cilent-feedback{
  background: #fed940;
  padding: 60px 0;
}

.feed_text h3{
  color: #000;
  font-size: 45px;
  margin: 0;
}

.feed_text {
    padding-top: 80px;
}

/* .feed_tab {
    padding: 19px 0 0px 30px;
    overflow: hidden;
}
 */
.feed_author h3 {
    font-size: 27px;
    color: #000;
    line-height: 30px;
    margin-bottom: 0;
}

.feed_author span{
  color: #287e27;
  font-size: 20px;
}

.feed_content{
  padding-top: 20px;
}

.feed_content p{
  line-height: 23px;
  font-size: 17px;
  color: #000;
}

.feed-back-sec {
    padding-top: 30px;
}

/* Cilent Feedback Section End */


/* our blogo section Begin */

.our_blog_sec{
  background: url('../images/blog-sec-bg.png');
  background-size: cover;
}

.our_blog {
    padding: 70px 0;
    display: inline-block;
    width: 100%;
}

.head-blog h2 {
    background: #f3d03d;
    padding: 13px 50px;
    margin: -50px 0;
    color: #000;
    text-align: center;
    display: inline-block;
    font-size: 20px;
}

.head-blog {
    text-align: center;
    position: relative;
    top: -10px;
}

.blog-content{
  text-align: center;
}


.blog-content h2 a {
    font-size: 25px;
    color: #fed940;
    font-family: 'Proxima Nova Rg';
    text-align: center;
}

.blog-content {
    padding: 13px 16px;
}

.blog-content p{
  color: #ffffff;
  font-size: 17px;
}

/* our blogo section End */

/* footer Section Begin */

footer{
  background: url('../images/footer-bg.jpg') no-repeat;
  padding: 60px 0 0;
  background-size: cover;
  position: relative;
}

footer:after{
  content: '';
  position: absolute;
  background: url('../images/footer-leaf.png') no-repeat;
  width: 100px;
  height: 190px;
  right: 0;
  bottom: 100px;
}


.footer_logo img {
    padding-bottom: 10px;
}

.footer_logo p{
  color: #999999;
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
}


.location-tab ul li {
    position: relative;
    padding-left: 30px;
    color: #999999;
    font-size: 16px;
    padding: 20px 0px 20px 35px;
    border-top: 2px solid #f3d03d;
}

.location-tab ul li a{
  color: #999999;
}

.location-tab ul li a:hover{
   color: #f3d03d;
}

.location-tab ul li .fa {
    color: #f3d03d;
    font-size: 25px;
    position: absolute;
    left: 0;
}
.location-tab {
    padding-top: 20px;
}

.heading_link h2{
  color: #fed940;
  font-size: 17px;
  letter-spacing: 2px;
  padding-bottom: 20px;
}


.link-footer ul li a{
  color: #999999;
  font-size: 14px;
  line-height: 35px;
  font-weight: bold;
}

.subsribe_text p{
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.subcribe_input input{
  height: 50px;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  position: relative;
}

.subcribe_input {
    margin-top: 20px;
    position: relative;
    padding-bottom: 10px;
}

.subcribe_input button {
    position: absolute;
    top: 0;
    right: 0;
    background: #f3d03d;
    border-radius: 0;
    border: 0;
    padding: 15px 22px;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.5s ease-in-out;
}

.subcribe_input button:hover{
  background: #000;
  color: #fff;
}

.subcribe_input p {
    color: #999999;
    font-size: 14px;
    padding-top: 10px;
}

.cart_img {
    padding-top: 22px;
    border-top: 2px solid #f3d03d;
    margin-top: 10px;
}

.social_icon ul li {display: inline-block;padding-right: 10px;}

.social_icon ul li a {
    color: #f3d03d;
    border: 2px solid #f3d03d;
    border-radius: 50px;
    width: 40px;  
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.social_icon ul li a:hover{
  background: #f3d03d;
  color: #000;
}

.instagram_tab h2 {
    color: #f3d03d;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.instagram_tab ul li img {
    border-radius: 5px;
}
.instagram_tab ul li {
    display: inline-block;
    border-radius: 5px;
    padding: 6px;
}

.copy-right {
    background: #f3d03d;
    padding: 20px 0 10px;
    margin-top: 30px;
}

.copy-text p{
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
}

.foote_link {
    text-align: right;
}

.foote_link ul li {
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

.foote_link ul li:after {
    content: '';
    position: absolute;
    border-right: 1px solid #000;
    height: 29px;
    right: -15px;
    top: -5px;
}

.foote_link ul li:nth-child(2):after{
  border: 0;
}

.foote_link ul li a {
    color: #000;
    font-weight: bold;
}
/* footer Section End */




/* inner pages Css Begin */

/* About Us Css Begin */

.inner-banner .item img{
  width: 100%;
}

section.inner-banner {
    padding: 30px 0;
}

.inner-banner .carousel-caption{
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
}

.inner-banner .carousel-caption h3{
  font-size: 82px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 2px;
}

.about-cnter-img {
    padding-bottom: 40px;
    position: relative;
}

.about-cnter-img:after {
    content: '';
    position: absolute;
    background: url(../images/flower-img-01.png) no-repeat;
    width: 121px;
    height: 103px;
    left: -140px;
    top: 20%;
}

.about-circle-tab{
  background: #000;
  padding: 80px 0;
}

.product-circle-img{
  text-align: center;
}

.product-circle-img img {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 8px;
}

.product-circle-content{
  text-align: center;
  color: #fff;
}

.product-circle-content h3{
  letter-spacing: 1px;
  font-size: 18px;
}

.product-circle-content p{
  color: #999;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}

.feed_tab .slick-next, 
.feed_tab .slick-prev{
      width: 60px;
    height: 60px;
      border-radius: 50px;
          background: #d9c263;
}

.feed_tab .slick-next:hover, 
.feed_tab .slick-prev:hover{
  background: #fff;
}

.feed_tab .slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  color: #000;
}

.feed_tab .slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #000;
}

.feed_tab .slick-next:before, 
.feed_tab .slick-prev:before{
  font-size: 40px;
  opacity: 1;
}

.feed_tab .slick-next {
    right: auto;
    left: -19%;
}

.feed_tab  .slick-next,
.feed_tab .slick-prev{
      top: 85%;
}

.feed_tab .slick-prev {
    left: -30%;
}
/* About Us Css End */


/* Shop Sec Begin  */

.inner-bg{
  background: url('../images/inner-bg.png');
}

.pagination-tab{
  text-align: center;
  display: inline-block;
  width: 100%;
  padding-top: 30px;
}


.pagination-tab ul li{
  display: inline-block;
  padding-left: 6px;
}

.pagination-tab ul li a{
  background: #2f2c2c;
  color: #fff;
  width: 50px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  border-radius: 7px;
  font-weight: bold;
}

.pagination-tab ul li a:hover{
      background: #f3d03d;
      color: #000;
}

/* Shop Sec End */

/* clarkes-cannacollection Begin */

.product_sec_text {
    background: #000;
    color: #fff;
    padding: 25px 10px;
    text-align: center;
}


.product_sec_text h3 a{
  margin: 0;
  font-family: 'Proxima Nova Rg';
  font-size: 20px;
  padding-bottom: 7px;
  line-height: 28px;
  color: #fff;
}

.product_sec_text span {
    color: #fed940;
    font-size: 20px;
}

.product_sec_text span small {
    font-size: 14px;
}

.product_sec_text h3 small {
    color: #fff;
}
.product_sec_text h3 a:hover {
    background: transparent;
    color: #fff;
}

/* clarkes-cannacollection End */


/* clarkes-cannabudz-detail Sec Begin  */

.product-second-img img {
    border-radius: 50%;
    border: 1px solid #fff;
}

small.line-through {
    text-decoration: line-through;
}

/* clarkes-cannabudz-detail Sec End  */

/* clarkes Cannabudz Section Begin */

.cannabudz-heading-cnter{
  text-align: center;
}

.cannabudz-heading-cnter h2 {
    color: #f3d03d;
    font-size: 35px;
}

.cannabudz-heading-cnter p {
    color: #fff;
    font-size: 16px;
    width: 60%;
    margin: 0 auto;
    line-height: 28px;
}

.cannabudz-tab-content{
  padding-top: 20px;
}

.cannabudz-tab-content p {
    color: #ffffff;
    font-size: 16px;
    line-height: 27px;
    padding-bottom: 10px;
}

.cannabudz-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 50px 0;
}

.cannabudz-tab-btn a {
    padding: 18px 60px;
    background: #fed940;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-right: 10px;
}

.cannabudz-tab-btn a:hover{
  background: #fff;
  color: #000;
}


.row.cnter_btn {
    display: flex;
    align-items: center;
}

/* clarkes Cannabudz Section End*/


/* information section Begin */

.informatin-sec{
  background: url('../images/inner-bg-1.png');
}

.information-content {
    padding-top: 10px;
}
.information-content p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.information-left-img {
    padding-top: 100px;
}

.information-content h2{
  font-size: 25px;
  color: #fed940;
  text-decoration: underline;
}

/* information section End */

/* kentabidiol section Begin */

.kentabidiol-sec{
  background: url('../images/kentabidiol-bg.png') no-repeat;
  background-size: 100%;
}

.kentabidiol-content{text-align: center;padding-top: 60px;}

.kentabidiol-content p{
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 30px;
}

.member-sec {
    padding-bottom: 90px;
    display: inline-block;
    width: 100%;
}


.member-logo img {
    width: 100%;
}

.member-logo {
    margin-bottom: 40px;
}


/* kentabidiol section End */


/* oil Section Begin */
.oil-sec{
  background: url('../images/inner-bg-1.png') no-repeat;
}

.oil-sec .cannabudz-heading-cnter p{
  font-size: 20px;
  width: 70%;
}

.oil-tab{
  padding: 90px 0 0;
  display: inline-block;
  width: 100%;
}

.oil-sec-main {
    margin-top: 40px;
}


/* oil Section End */

/* term sec Begin */

.term-sec h3{
  font-size: 16px;
  color: #fff;
  font-family: 'Proxima Nova Rg';
  padding-bottom: 20px;
}

.term-sec p{
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.term-sec {
    padding-bottom: 40px;
}

.term-sec ul li {
    color: #fff;
    font-size: 16px;
    padding-bottom: 30px;
}

/* term sec End */


/* account sec Begin */

.account-sec{
  background: url('../images/inner-bg-1.png');
}

.account-heading-cnter{
  text-align: center;
  padding-bottom: 20px;
}

.account-heading-cnter h2{
    color: #f3d03d;
    font-size: 35px;
}

.account-heading-cnter p{
    color: #fff;
    font-size: 16px;  
    margin: 0 auto;
    line-height: 28px;
}


.account_form{
  padding-top: 30px;
}

.account_form label{
  color: #ffffff;
  font-size: 20px;
  padding-left: 20px;
  font-weight: normal;
  padding-bottom: 10px;
}

.account_form input,.account_form select{
  height: 50px;
  background: transparent;
  font-size: 16px;
}

.account_form .form-group {
    margin-bottom: 50px;
}

.btn-submit input {
    background: #fed940;
    width: 100%;
    color: #000000;
    text-transform: uppercase;
    border: 0;
    transition: 0.5s ease-in-out;
    font-size: 18px;
}

.btn-submit input:hover{
  background: #fff;
  color: #000;
}

.signin-form {
    padding-bottom: 30px;
}

.signin-form p {
    text-align: center;
    color: #999999;
    font-size: 16px;
    line-height: 30px;
}

.social-icon img {
    display: block;
    margin: 0 auto;
}
.social-icon {
    padding-top: 20px;
    text-align: center;
    position: relative;
}

.social-icon span {
    display: inline-block;
    padding-top: 10px;
    color: #fff;
    font-size: 17px;
    position: relative;
}

.social-icon span:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #fff;
    width: 30%;
    top: 17px;
    height: 6px;
    right: 0;
    left: auto;
}

/* account sec End */


/* clarkes cannacollection detail Begin */

.cannacollection-detail-slider .slick-list{
    padding: 0 !important;
    text-align: left;
}


.cannacollection-detail-slider  .slick-track{
     display: inline-block; 
}

.cannacollection-detail-slider .slick-slide img{
  display: inline-block;
  padding-right: 10px;
}

.cannacollection-detail-content h2{
  color: #ffffff;
  font-size: 30px;
  margin: 0;
  width: 70%;
  line-height: 35px;
}

.cannacollection-detail-content h4{
  color: #fed940;
  font-size: 30px;
}

.quantity_sec label{
  font-size: 20px;
    color: #ffffff;
    font-weight: normal;
}

.quantity_sec input {
    background: #fed940;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    font-size: 20px;
    color: #000;
    border: 0;
    text-align: center;
}

.btn-add-quantity {
    margin-top: 32px;
}
.btn-add-quantity a {
    border: 1px solid #fed940;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.btn-add-quantity a:hover{
  background: #fed940;
  color: #000;
}


.prodcut-accordion .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.prodcut-accordion .panel-title.collapsed > a:before {
    float: right !important;
    content: "\f067";
    font-family: FontAwesome;
}

.prodcut-accordion .panel{
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 20px;
  border-radius: 0;
  padding: 11px 0;
  border-bottom: 1px solid #fff;
}

.prodcut-accordion .panel-default>.panel-heading{
  background: transparent;
  color: #fff;
  font-size: 20px;
  padding: 7px 15px;
  }

.prodcut-accordion .panel-title{
  font-size: 20px;}

.prodcut-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}

.prodcut-accordion {
    padding-top: 0;
}

.prodcut-accordion .panel-body p{
  font-size: 16px;
}

.cannacollection-detail-main .social_icon{
  padding-top: 20px;
}

.bottom-content-cannacollection {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    color: #fff;
}

.bottom-content-cannacollection p{
  font-size: 16px;
  line-height: 30px;
}

.cannacollection-detail {
    background: url(../images/detail-bg.png);
    background-repeat: no-repeat;
}

/* clarkes cannacollection detail End */

/* oil detail Begin */

.cannacollection-detail .cannabudz-heading-cnter p{
      font-size: 20px;
    width: 70%;
}

.cannacollection-detail .cannabudz-heading-cnter{padding-bottom: 40px;}

/* oil detail End */


/* shop-detail Begin */

.shop-detail{
  background: url('../images/detail-bg.png');
}


.shop-detail-heading h2{
  color: #fed940;
  font-size: 35px;
}

.shop-detail-heading h4{
  color: #fff;
  font-family: 'Proxima Nova Rg';
  font-size: 30px;
}

.shop-detail-heading p{
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.shop-detail-heading {
    padding-top: 50px;
}

.tab-shop-detail{
  padding-top: 60px;
}

.tab-shop-detail .nav-tabs>li.active>a, 
.tab-shop-detail .nav-tabs>li.active>a:focus,
.tab-shop-detail .nav-tabs>li.active>a:hover{
     background-color: #fed940;
    border: transparent; 
    cursor: pointer;
    color: #000;
}

.tab-shop-detail .nav-tabs>li>a {
    border-radius: 0;
    margin-right: 0;
    padding: 19px 40px;
    color: #fff;
    font-size: 17px;
    border: 0;
}

.tab-shop-detail .nav-tabs{
  border: 0;
}

.tab-shop-detail .nav>li>a:focus, 
.tab-shop-detail .nav>li>a:hover {
    text-decoration: none;
    background-color: #fed940;
    border: 0;
    color: #000;}

.tab-shop-detail .nav-tabs>li{
  margin-bottom: 0;
}

.tab-shop-detail .tab-content {
    padding-top: 40px;
}

.tab-shop-detail .tab-content p{
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

/* shop-detail End */

/* contact Us Begin */

.map_sec iframe{
  width: 100%;
  height: 580px;
  border: 0;
  position: relative;
  }

.contact-sec{
  background: url('../images/detail-bg.png') no-repeat;
}

.contact-right-img img {
    width: 100%;
}

.contact-right-tab {
    background: #fff;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.map_sec {
    position: relative;
    overflow: hidden;
}

.contact-info ul li span {
    position: absolute;
    left: 0;
    top: 31px;
}
.contact-info ul li {
    position: relative;
    padding-left: 55px;
    padding-top: 7px;
    padding-bottom: 4px;
}


.contact-info {
    padding: 24px 15px;
}

.contact-info ul li h2 {
    color: #000;
    font-size: 24px;
    letter-spacing: 2px;
}

.contact-info ul li p,.contact-info ul li a{
  color: #999999;
  font-size: 15px;
  line-height: 20px;
}

.contact-info ul li a:hover{
  color: #000;
}

.contact-info ul li{border-bottom: 1px solid #ccc;}

.cnter-form-heading{
  text-align: center;
}

.cnter-form-heading h2{
  color: #fed940;
  font-size: 35px;
  letter-spacing: 2px;
}

.cnter-form-heading p {
    color: #fff;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    line-height: 30px;
}

.form-request input {
    height: 60px;
    box-shadow: none;
    border: 0;
    font-size: 18px;
    border-radius: 0;
    background: #fed940;
    color: #000;
    margin-bottom: 30px;
}

.form-request textarea{
  background: #fed940;
  height: 150px;
  border: 0;
  font-size: 18px;
  resize: none;
  padding-top: 20px;
  border-radius: 0;
}

.form-request ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.form-request ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.form-request :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.form-request :-moz-placeholder { /* Firefox 18- */
  color: #000;
}


.btn-submit-contact input {
    margin: 30px auto;
    display: table;
    color: #000;
    width: 50%;
    height: 70px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}

.btn-submit-contact input:hover{
  background: #fff;
  color: #000;
}

.form-request {
    padding: 70px 0;
}

.form-request form {
    padding-top: 70px;
}


/* contact Us End */


/* Cart Section Begin */

.carttable th {
    color: #000;
    text-transform: uppercase;
    background: #fed940;
    padding: 20px !important;
    font-size: 13px;
    font-weight: normal;
} 

.carttable .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
} 

.carttable h4 {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    float: left;
    font-family: 'Proxima Nova Rg';
    vertical-align: middle;
    margin: 0 auto;
    position: relative;
}

.carttable td {
    color: #222222;
    font-weight: 400;
    background: transparent;
    padding: 20px !important;
    font-size: 16px;
    position: relative;
    vertical-align: middle !important;
    color: #fff;
} 

.carttable tr a.removeproduct {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    border: 1px solid #fff;
    font-size: 22px;
    border-radius: 21px;
    text-decoration: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    right: 20px;
}

.carttable tr a.removeproduct:hover {
    background: #000;
    color: #fff;
}


.carttable tbody tr {
    border-bottom: 1px solid #e5e5e5 !important;
}

.copon {
    color: #000 ;
    font-weight: bold;
    padding: 17px 15px;
    float: left;
    margin-top: 10px;
    border: 1px solid #ccc;
    transition: 0.5s ease-in-out;
    text-decoration: none;
}

.copon a{text-decoration: none;}

.copon:hover {
    background: #000;
    color: #fff ;
}

.aap-copon {
    background: #eeeeee ;
    color: #000 ;
    font-weight: bold;
    padding: 17px 15px;
    margin-top: 10px;
    display: inline-block;
}

.aap-copon a{color: #000;
text-decoration: none;}

.aap-copon:hover{color: #333; text-decoration: none;}

.cart-btn {text-align: right;margin-top: 16px;}

.cart-title {
    color: #fed940;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 20px 0px 15px 0 !important;
    text-align: center;
}

.border-bottom {
    border-bottom: 1px solid #e9e9e9;
}


.Gray-bg {
    background: transparent;
    padding: 22px 15px !important;
    color: #fff;
}

.shipping h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Proxima Nova Rg';
    color: #fff;
}

.fr-shipping {
    color: #fff;
    margin: 0 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
}



.calculate-title {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
}

.quantity_btn {
    margin: 20px 0;
}

.quantity_btn .input-group {
    position: relative;
    display: block;
    border-collapse: separate;
    border: 1px solid #cfcfcf;
    padding: 10px;
}

.quantity_btn .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 20px;
}

.quantity_btn .input-group .form-control {
    position: relative;
    z-index: 2;
    float: none;
    display: inline-block;
    width: 92px;
    margin-bottom: 0;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
}

.quantity_btn .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 20px;
}

.quantity_btn .btn-success {
    color: #cfcfcf;
    background-color: transparent;
    border-color: transparent;
    display: inline-block;
}

.quantity_btn .btn {
    padding: 6px 4px;
}

.quantity_btn .btn-danger {
    color: #cfcfcf;
    background-color: transparent;
    border-color: transparent;
}

.shipping .update a {
    text-transform: uppercase;
    font-size: 16px;
    padding: 20px 20px;
    margin-right: 10px;
    color: #000;
    font-weight: bold;
    background: #fed940;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    transition: 0.5s ease-in-out;
    border-radius: 5px;
}

.shipping .update a:hover{background: #fff;text-decoration: none;}

.digi-form [type="radio"]:checked, 
.digi-form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.rate {
    color: #fed940;
    margin: 0 8px;
}

.shipping td {
    vertical-align: middle !important;
}

.shipping {
    margin-top: 40px;
}


.checkout .panel-group .panel {
    border-radius: 0;
    margin-bottom: -6px;
}

.checkout .panel-default>.panel-heading {
    background: none;
    color: #000000;
    font-size: 22px;
    text-transform: uppercase;
}

.order-guest li {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    color: #000000;
}

.digi-form [type="radio"]:checked + label:before, 
.digi-form  [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.digi-form [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.digi-form [type="radio"]:checked + label:after, 
.digi-form [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom right,#3a4660 0,#3a4660 100%);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.digi-form [type="radio"]:checked + label, 
.digi-form [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #333;
    font-size: 15px;
    font-weight: 400;
}

.carttable input{
  background: transparent;
  border: 0;
  color: #fff;
  text-align: center;
  padding: 0;
  width: 70px;
}

.cart-btn a,.cart-btn button {
    background: #fed940;
    padding: 16px 27px;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
}

.cart-btn a:hover,.cart-btn button:hover{
  background: #fff;
  color: #000;
}

.copun-tab input {
    background: #fff;
    height: 50px;
    width: 100%;
    text-align: left;
    padding: 10px;
    border-radius: 0;
    color: #000;
}

.copun-tab button {
    border: 0;
    background: #fed940;
    padding: 16px 27px;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    transition: 0.5s ease-in-out;
}

.copun-tab button:hover{
  background: #fff;
  color: #000;
}

.shipping select {
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-top: 10px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    font-size: 17px;
}

.shipping input {
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-top: 10px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    font-size: 17px;
}

label.fr-shipping input {
    width: auto;
    height: auto;
}

.shipping option{
  color: #000;
}
.site-color a{
  color:#f3d03d;
}
/* Cart Section End */

/* Checkout Section Begin */

.checkout-heading h2{
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

.form-tab{
  display: inline-block;
  margin-top: 30px;
  width: 100%;
}

.form-tab label {
    font-weight: 300;
    font-size: 16px;
    color: #333;
    padding-top: 10px;
}

.form-tab input {
    padding: 5px;
    margin-bottom: 0px;
    height: 45px;
    border-radius: 0;
}

.form-tab select{
  height: 45px;
  border-radius: 0;
  font-size: 14px;
  -webkit-appearance: none;
  background: #fff url(../images/arow-down.png) no-repeat;
  background-position: 98%;
}

.checkoutBox {
    border: 1px solid rgb(243, 208, 34);
    border-radius: 0;
    /* background: #fff; */
}

.checkoutHead {
    padding: 30px 30px;
    border-bottom: 1px solid rgb(243, 208, 61);
}

.checkoutSec h5 {
    margin: 0px 0 0px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    color: #f3d03d;
}


.checkoutFoot {
    border-top: 1px solid rgb(243, 208, 61);
}

.checkoutSec li {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    border-bottom: 1px solid #f3d03d;
    padding: 15px 0;
    display: block;
    width: 100%;
}

.checkoutBody, .checkoutFoot {
    padding: 20px 20px 30px;
}

.checkoutBody h5 {
    padding: 30px 0 10px;
    margin: 0px 0 0px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    color: #000;
}

.orderBtn a.learn-more {
    margin: 20px 0 10px;
    display: inline-block;
    background: #d51819;
    color: #fff;
    padding: 15px 45px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    position: relative;
}

.orderBtn a.learn-more:hover {
    background: #212121;
}
.checkoutFoot label {
    padding-left: 40px;
    position: relative;
    padding-bottom: 15px;
    font-size: 14px;
    color: #737373;
}

.checkoutSec .web-btn {text-align: center;}

.checkoutSec .web-btn a {
    background-color: #aa4990;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    box-shadow: 1.5px 2.598px 4px 0px rgba(191, 189, 189, 0.294);
    border-radius: 6px;
}

.checkoutSec .web-btn a:hover{
  background-color: #b7cf57;
}


.checkoutFoot form span {
    display: inline-block;
    width: 140px;
}

.checkoutFoot form span img {
    float: right;
}

/* Checkout Section End */

/* customer sidebar*/
.list-group a {
  background-color: #000;
  color: #fff;
}
.list-group a:hover {
  background-color: #fed940;
  color: #000;
  font-weight: bold;
}
.list-group-item.active {
    background-color: #fed940;
    color: #000;
    font-weight: bold;
}

.list-group-item.active:hover {
    background-color: #fed940;
    color: #000;
}
/* customer sidebar end*/

/*adult modal*/
#adultModal .modal-content{
    background: url(../images/cbd-4474903_1280.jpg) no-repeat;
    background-size: cover;
}
#adultModal .modal-content .modal-body h1 {
    color: white;
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 30px;
}
._under {
    font-size: 16px;
    background: red;
    border: none;
    padding: 11px;
    border-radius: 50%;
        height: 90px;
    width: 90px;
    color: white;
    font-weight: bold;
    text-transform: uppercase; outline:none;
}
._under i {
    font-size: 33px !important;
}
._under:hover {transform: rotate(360deg);
    transition: 1s;}
._above {
    font-size: 16px;
    background: green;
    border: none;
    padding: 11px;
    border-radius: 50%;
       height: 90px;
    width: 90px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;outline:none;
}
._above i {
    font-size: 33px !important;
}
._above:hover {transform: rotate(360deg);
    transition: 1s;}

    

.eighten {}
.eighten h2 {
    width: 150px;
    height: 150px;
    background: rgba(0,0,0,0.3);
    border-radius: 100%;
    font-size: 72px;
    color: #fff;
    font-weight: 800;
    line-height: 150px;
    margin: -30px auto 0;
        border: 3px solid #fff;
}

.enterBtn {
    font-size: 16px;
    background: red;
    border: none;
    padding: 11px;
    border-radius: 50px;
    color: white;
    font-weight: bold;
    padding: 11px 50px;
    margin: 20px auto;
    display: table;
}
.enterBtn:hover, .enterBtn:focus { background:#000; color:#fff}

.footSec {
    background: #000;
    border-bottom: 5px solid #fed940;
    padding: 10px 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.footSec p {
    color: #fff;
    margin: 10px 0;
    text-align: center;
    font-weight: 600;
}

#adultModal .close {
    float: right;
    font-size: 31px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}
/*adult modal end*/
/* inner pages Css End */



/* Media Query */

@media only screen and (min-width: 1024px) and (max-width: 1366px){
    .menu-main ul li a {
        font-size: 19px;
    padding: 20px 15px 0px 21px !important;}
    .welcome-left-sec h2 { position: relative; z-index: 999;}
    .wel-box h2{font-size: 36px;}
    .wel-box{z-index: 999}
    .wel-box a{font-size: 16px;}
    .product_text h3 a{font-size: 15px;}
}

@media only screen and (min-width: 967px) and (max-width: 1200px){

}
@media only screen and (min-width: 768px) and (max-width: 966px){
  .menu-main ul li a {
    font-size: 15px;
    padding: 20px 10px 0 5px;
}
header {
    padding: 30px 0;  position: relative;  z-index: 999;  background: #000;}
    .account_tab ul li { display: inline-block; padding: 0 13px 0px 0px;}
    .account_tab ul li img{display: none;}
    .welcome-left-sec h2 {
    font-size: 61px;
    line-height: 80px;
    color: #fff;
    position: relative;
    z-index: 999;
}

.welcome-left-sec h2 span{font-size: 135px;}
.slider_sec .col-md-4.col-sm-4, .slider_sec  .col-md-8.col-sm-8 {
    width: 100%;}  

    .padding-70{padding-bottom: 0}
    .feed_content p{font-size: 15px;}
    .cilent-feedback{padding-top: 0}
    .feed_author h3{font-size: 11px;}
    .blog-content h2 a{font-size: 17px;}
    .blog-content p{font-size: 15px;}
    .social_icon ul li {  padding-right: 5px;}
    .heading_link h2{font-size: 12px;}
    .instagram_tab ul li{padding:5px 0;}
    .social_icon ul li a{width: 30px;
    line-height: 32px;
    font-size: 12px;
    height: 30px;}
    .subcribe_input button{padding: 15px 6px;}
    .inner-banner .carousel-caption h3{font-size: 50px;}
    .contact-info ul li{padding-left:0;}
    .contact-info ul li p, .contact-info ul li a{font-size: 13px;}
    .welcome-left-sec:after{width: 280px;}
    .product_sec .col-md-3.col-sm-3 {
    width: 33%;}
    .informatin-sec{background: none;}
    
    .checkoutBox.fixed {
    position: inherit;
}

}
@media only screen and (min-width: 480px) and (max-width: 767px){
  .inner-banner .carousel-caption h3{font-size: 40px;}
.banner_sec .container-fluid { padding: 0 20px;}
.wel-box h2{font-size: 30px;}
.welcome-left-sec:before{display: none;}
.welcome-left-sec h2 {
font-size: 72px;
position: relative;
line-height: 104px;
color: #fff;
z-index: 999;
}
.navbar-toggle{margin-right:0;}
.welcome-left-sec h2 span{font-size: 90px;}
.shop_sec {padding-top: 0;     background-position: bottom;}
.justify-content-center{display: block;}
.navbar-toggle .icon-bar{background:#fed940;}
.menu-main ul li{display: block}
.about_heading h2{font-size: 50px;}
.contact-right-tab{position: static}
.map_sec .pull-right {  float: none !important;}
.about_content { padding: 20px 0;}
.feed_author h3{font-size: 20px;}
.feed_content p{font-size: 15px;}
.border-bottom td.col-xs-12.col-md-6.Gray-bg {
    width: 40%;
}
.feed_text{padding-top: 0}
.cnter_heading h2{font-size: 50px;}
footer:after{background-size:50%; background-position: right bottom;}
.carttable {  overflow-x: scroll;}
.informatin-sec{background: none;}
.invoice-main .col-xs-6 {
    width: 100%;
}

.invoice-main .col-xs-3.col-xs-offset-3.text-left {
    margin-left: 0;
    width: 100%;
}
.invoice-main .col-xs-3{
    margin-left: 0;
    width: 100%;
}
}

@media only screen and (min-width: 300px) and (max-width: 479px){
.inner-banner .carousel-caption h3{font-size: 40px;}
.banner_sec .container-fluid { padding: 0 20px;}
.wel-box h2{font-size: 30px;}
.welcome-left-sec:before{display: none;}
.welcome-left-sec h2 {font-size: 51px;position: relative;line-height: 104px;color: #fff;z-index: 999;}
.navbar-toggle{margin-right:0;}
.welcome-left-sec h2 span{font-size: 64px;}
.shop_sec {padding-top: 0;     background-position: bottom;}
.justify-content-center{display: block;}
.navbar-toggle .icon-bar{background:#fed940;}
.menu-main ul li{display: block}
.about_heading h2{font-size: 50px;}
.contact-right-tab{position: static}
.map_sec .pull-right {  float: none !important;}
.about_content { padding: 20px 0;}
.feed_author h3{font-size: 20px;}
.feed_content p{font-size: 15px;}
.border-bottom td.col-xs-12.col-md-6.Gray-bg {
    width: 40%;
}
.feed_text{padding-top: 0}
.cnter_heading h2{font-size: 50px;}
footer:after{background-size:50%; background-position: right bottom;}
.welcome-left-sec:after{width: 280px;}
.carttable {
    overflow-x: scroll;
}

.informatin-sec{background: none;}
.checkoutSec .fixed{
    position: static;
    z-index: 9;
    top: 0em;
}
.checkoutSec .checkoutBox{
        width: 100%;
}
.checkoutSec .bottom-fixed{
    position: unset;
}

.account_form input, .account_form select{
z-index: 9999;
    position: relative;
}
.invoice-main .col-xs-6 {
    width: 100%;
}

.invoice-main .col-xs-3.col-xs-offset-3.text-left {
    margin-left: 0;
    width: 100%;
}
.invoice-main .col-xs-3{
    margin-left: 0;
    width: 100%;
}

}
.feed_content p {
    /* min-height: 40px; */
    overflow: hidden;
    height: 68px;
}
.feed_content .showfull{
    height:auto;
}
