/*---------------------------------------------------------------------------

[Table Of Contents]

1. Hover style
2. Fixed style
3. Minimal style
4. Nectar Love

---------------------------------------------------------------------------*/


/************ 1. Hover style **************/
#single-below-header .nectar-social.hover {
  margin-right: 14px;
}

.nectar-social.hover {
  position :relative;
}

.nectar-social.hover > *:not(.share-btn) {
  margin-bottom: 14px;
}
.nectar-social.hover > div:not(.share-btn) {
  display: inline-block;
}

#ajax-content-wrap .nectar-social.hover .nectar-love-button span { 
  padding-left: 0;
}

.nectar-social.hover .share-btn i { 
  -webkit-transition: none; 
  transition: none; 
}

.nectar-social.hover .share-btn, 
.nectar-social.hover > div span,
body .nectar-social.hover .nectar-love .nectar-love-count {
  font-size: 14px;
  line-height: 28px;
}

.nectar-social.hover > div a > span {
  -webkit-transition: color .45s cubic-bezier(0.25,1,0.33,1);
  transition: color .45s cubic-bezier(0.25,1,0.33,1);
}

.nectar-social.hover .share-btn, 
.nectar-social.hover > div a > span {
  cursor: pointer;
  -webkit-transition: color .45s cubic-bezier(0.25,1,0.33,1);
  transition: color .45s cubic-bezier(0.25,1,0.33,1);
}
.nectar-social.hover .share-btn, 
.nectar-social.hover > div a {
  display: inline-block;
  border: 2px solid rgba(0,0,0,0.1);
  padding: 6px 20px;
  -webkit-transition: border-color .45s cubic-bezier(0.25,1,0.33,1);
  transition: border-color .45s cubic-bezier(0.25,1,0.33,1);
  border-radius: 100px;
}

.nectar-social.hover .share-btn,
.nectar-social.hover > div a > span,
.sharing-default-minimal .nectar-love {
  color: #888;
}

#single-meta .nectar-social.hover .share-btn {
   padding-left: 20px;
}

.nectar-social.hover .share-btn:hover, 
.nectar-social.hover > div a:hover {
  border-color: rgba(0,0,0,0.5);
}

.nectar-social.hover .nectar-social-inner {
  position: absolute;
  left: 0;
  pointer-events: none;
  width: 300px;
}

.nectar-social.hover .share-btn {
  margin-right: 14px;
}

.nectar-social.hover i.icon-default-style[class^="icon-"],
.nectar-social.hover i[class^="icon-"] {
  margin-right: 7px;
  font-size: 18px;
  line-height: 23px;
  height: 20px;
  -webkit-transition: color .45s cubic-bezier(0.25,1,0.33,1);
  transition: color .45s cubic-bezier(0.25,1,0.33,1);
}


.nectar-social.hover .nectar-social-inner a i {
  font-size: 16px;
}

.nectar-social.hover .nectar-social-inner a {
  transform: translateX(-20px);
  opacity: 0;
  height: 45px;
  width: 45px;
  padding: 0;
  color: #ddd;
  margin: 0 14px 14px 0;
  text-align: center;
  line-height: 43px;
}

.nectar-social.hover[data-position="right"] .nectar-social-inner a { 
  transform: translateX(20px);
}

.nectar-social.hover[data-position="right"] .share-btn {
  float: right;
  margin-left: 14px;
  margin-right: 0;
}
.nectar-social.hover[data-position="right"]  .nectar-social-inner {
  left: auto;
  text-align: right;
  right: 0;
}

.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(2) {
  transition-delay: 0.03s; 
}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(3) {
 transition-delay: 0.06s; 
}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(4) {
 transition-delay: 0.09s; 
}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(5) {
 transition-delay: 0.12s; 
}

.nectar-social.hover .share-btn,
.nectar-social.hover .nectar-love-button,
.nectar-social.hover .nectar-social-inner a {
  -webkit-transition: all 0.4s cubic-bezier(0.25,1,0.33,1);
  transition: all 0.4s cubic-bezier(0.25,1,0.33,1), ;
}

.nectar-social.hover.visible .share-btn,
.nectar-social.hover.visible .nectar-love-button {
  opacity: 0;
  pointer-events: none;
}
.nectar-social.hover.visible .nectar-social-inner a,
.nectar-social.hover.visible[data-position="right"] .nectar-social-inner a {
  transform: translateX(0px);
  opacity: 1;
}

.nectar-social.hover.visible .nectar-social-inner  {
  pointer-events: all;
}



/************ 2. Fixed style **************/
.nectar-social.fixed > a:before {
  background-color: #000;
}
@media only screen and (max-width:999px){
   .nectar-social.fixed >a{
       transition:all 0.35s cubic-bezier(.15,0.2,.1,1);
        -webkit-transition:all 0.35s cubic-bezier(.15,0.2,.1,1);
        -webkit-transform:scale(0);
        transform:scale(0)
   }
   .nectar-social.fixed{
      margin: 0;
      height:50px;
      pointer-events:none
   }
    .nectar-social.fixed.visible >a{
       -webkit-transform:scale(1);
        transform:scale(1)
   }
    .nectar-social.fixed.visible{
       pointer-events:auto
   }
}

.nectar-social.fixed {
   position:fixed;
    right:34px;
    bottom:34px;
    height:50px;
    width:50px;
    line-height:50px;
    z-index:1000
}
.nectar-social.fixed >a {
   height:50px;
    width:50px;
    line-height:52px;
    text-align:center;
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    z-index:10;
}
.nectar-social.fixed >a:before{
   display:block;
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    height:100%;
    transform: translateZ(0);
    backface-visibility:hidden;
    border-radius:50%
}
.nectar-social.fixed:hover >a:before{
   box-shadow:0 7px 15px rgba(0,0,0,0.2)
}

.nectar-social.fixed >a >[class^="icon-"].icon-default-style{
   font-size:16px;
   height: 50px;
   width: 50px;
   line-height: 50px;
    color:#fff;
    left:-1px;
    top: 0;
    z-index: 10;
    position: relative;
}

.nectar-social.fixed .nectar-social-inner {
   position:absolute;
    height:50px;
    width:50px;
    bottom:0;
    left:0;
    z-index:1;
    text-align:center
}
.nectar-social.fixed .nectar-social-inner a{
   display:block;
    line-height:36px;
    height:36px;
    padding:0;
    margin:0;
    width:36px;
    left:7px;
    position:absolute;
    opacity:0;
    border:none;
    top:0;
    box-shadow:0 7px 15px rgba(0,0,0,0.2);
    border-radius:50%;
    -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1)
}
.nectar-social.fixed >a:after, 
.nectar-social.fixed .nectar-social-inner a:after{
   background-color:#fff;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:0;
    content:'';
    display:block;
    border-radius:50%
}
.nectar-social.fixed a:after{
   -webkit-transition:opacity 0.25s cubic-bezier(.15,0.2,.1,1);
    transition:opacity 0.25s cubic-bezier(.15,0.2,.1,1)
}
@keyframes socialButtonFlash{
   0%{
       opacity:0;
        transform:scale(1)
   }
    25%{
       opacity:0.22;
        transform:scale(1.1115)
   }
    100%{
       opacity:0;
        transform:scale(1.23)
   }
}
.nectar-social.fixed:hover >a:after{
   -webkit-animation:socialButtonFlash 0.45s cubic-bezier(.15,0.2,.1,1) forwards;
    animation:socialButtonFlash 0.45s cubic-bezier(.15,0.2,.1,1) forwards
}
.nectar-social.fixed a:hover:after{
   opacity:0.2
}
.nectar-social.fixed:hover >a:before{
   -webkit-transform:scale(1.23) translateZ(0);
    transform:scale(1.23) translateZ(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(1){
   transform:translateY(0px) scale(0);
    -webkit-transform:translateY(0px) scale(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(2){
   -webkit-transform:translateY(-36px) scale(0);
    transform:translateY(-36px) scale(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(3){
   -webkit-transform:translateY(-86px) scale(0);
    transform:translateY(-86px) scale(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(4){
   -webkit-transform:translateY(-136px) scale(0);
    transform:translateY(-136px) scale(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(5){
   -webkit-transform:translateY(-186px) scale(0);
    transform:translateY(-186px) scale(0)
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(1){
   -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transform:translateY(-56px) scale(1);
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform:translateY(-56px) scale(1);
    opacity:1
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(2){
   -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transform:translateY(-106px) scale(1);
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform:translateY(-106px) scale(1);
    opacity:1
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(3){
   -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transform:translateY(-156px) scale(1);
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform:translateY(-156px) scale(1);
    opacity:1
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(4){
   -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transform:translateY(-206px) scale(1);
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform:translateY(-206px) scale(1);
    opacity:1
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(5){
   -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transform:translateY(-256px) scale(1);
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform:translateY(-256px) scale(1);
    opacity:1
}
.nectar-social.fixed:hover{
   height:340px
}
body .nectar-social.fixed a i,
#ajax-content-wrap .nectar-social.fixed a i{
   color:#fff;
    font-size:14px;
    top: 0;
    padding-right:0;
    display: block;
}

body .nectar-social.fixed .nectar-social-inner a i,
#ajax-content-wrap .nectar-social.fixed .nectar-social-inner a i {
  height:36px;
  line-height:36px;
  width:36px;
}

.nectar-social.fixed .google-plus-share i{
    font-size:12px
}



/************ 3. Minimal style **************/
.sharing-default-minimal .nectar-social .love-text { display: inline; }

.sharing-default-minimal .nectar-social .love-text,
.sharing-default-minimal .nectar-social .social-text,
#ajax-content-wrap .sharing-default-minimal .nectar-social .social-text {
  display: inline-block;
  opacity:1;
  font-size: 15px;
  line-height: 15px;
}

.sharing-default-minimal .nectar-social .facebook-share,
.nectar-social.hover .facebook-share:hover,
#single-below-header .nectar-social.hover .facebook-share:hover {
   border-color:#6a75c8;
    color:#6a75c8;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .twitter-share,
.nectar-social.hover .twitter-share:hover,
#single-below-header .nectar-social.hover .twitter-share:hover {
   border-color:#6abaf7;
    color:#6abaf7;
    transition:all 0.2s ease
}

.sharing-default-minimal .nectar-social .linkedin-share,
.nectar-social.hover .linkedin-share:hover,
#single-below-header .nectar-social.hover .linkedin-share:hover {
   border-color:#2e82d9;
    color:#2e82d9;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .pinterest-share,
.nectar-social.hover .pinterest-share:hover,
#single-below-header .nectar-social.hover .pinterest-share:hover {
   border-color:#f00;
    color:#f00;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .facebook-share i{
    height:15px;
    font-size:15px;
    line-height:19px;
    color:#6a75c8;
    padding-right: 3px;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .twitter-share i{
    height:15px;
    font-size:16px;
    line-height:18px;
    padding-right: 3px;
    color:#6abaf7;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .google-plus-share i{
   height:15px;
    font-size:14px;
    line-height:19px;
    padding-right: 3px;
    color:#f05660;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .linkedin-share i{
   height:15px;
    font-size:14px;
    color:#2e82d9;
    padding-right: 3px;
    line-height:16px;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .pinterest-share i{
   height:15px;
    font-size:16px;
    color:#f00;
    padding-right: 3px;
    line-height:18px;
    transition:all 0.2s ease
}

/* Minimal coloring */
.sharing-default-minimal .nectar-social .facebook-share:hover,
.nectar-social.fixed .facebook-share {
   background-color:#6a75c8;
}
.sharing-default-minimal .nectar-social .twitter-share:hover,
.nectar-social.fixed .twitter-share {
   background-color:#6abaf7;
}
.sharing-default-minimal .nectar-social .linkedin-share:hover,
.nectar-social.fixed .linkedin-share {
   background-color:#2e82d9;
}
.sharing-default-minimal .nectar-social .pinterest-share:hover,
.nectar-social.fixed .pinterest-share {
   background-color:#f00;
}

.sharing-default-minimal .nectar-social a:hover {
  color:#fff
}

#ajax-content-wrap .sharing-default-minimal .nectar-social .nectar-love,
body .sharing-default-minimal .nectar-social .nectar-love {
  margin-top: 0;
  font-size: 15px;
  line-height: 22px;
}

body .sharing-default-minimal .n-shortcode{
   border-right:none!important;
    top:-1px;
    position:relative
}
.col.centered-text .sharing-default-minimal .nectar-social-inner {
  text-align: center;
}

.sharing-default-minimal .nectar-social-inner .nectar-love {
   border:2px solid rgba(0,0,0,0.2);
    padding:7px 9px 7px 30px!important;
    margin-top:50px;
    height:auto!important;
    font-size:12px;
    margin-right:10px;
    line-height:20px;
    position:relative;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-love.loved{
   border-color:transparent;
   background-color: #000;
}
.sharing-default-minimal .n-shortcode .nectar-love .icon-salient-heart-2,
body .sharing-default-minimal .nectar-love i{
    font-size:14px!important;
    margin-right:8px;
    line-height:20px;
    transition:all 0.2s ease
}
#ajax-content-wrap .sharing-default-minimal .nectar-love i, 
body .sharing-default-minimal .hovered .nectar-love i{
   color:rgba(0,0,0,0.2);
    transform:scale(1);
    opacity:1;
    position:relative
}
.sharing-default-minimal .total_loves{
   background-color:rgba(0,0,0,0.2);
   color: #fff;
    border-radius:100px;
    padding:2px 8px!important;
    margin-left:28px;
    float:right;
    line-height:12px;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-love .total_loves .nectar-love-count{
   font-size:10px;
   line-height: 16px;
    opacity:1
}
.sharing-default-minimal .nectar-love:hover{
   background-color:#000
}
.sharing-default-minimal .nectar-love:hover .total_loves, 
.sharing-default-minimal .nectar-love.loved .total_loves{
   background-color:rgba(255,255,255,0.25)
}
.sharing-default-minimal .nectar-love .icon-salient-heart-2:before{
   content:"\e00e"!important
}

.sharing-default-minimal .total_loves{
   display:block
}
.sharing-default-minimal a:hover .total_loves,
.sharing-default-minimal .nectar-love.loved .total_loves{
   color:#fff
}

#page-header-bg[data-post-hs="default_minimal"] h1, 
body.single-post .heading-title[data-header-style="default_minimal"] .entry-title{
   text-align:center;
    margin:0 auto
}
.sharing-default-minimal{
   text-align:left
}

.sharing-default-minimal .nectar-social-inner >a{
   border:2px solid #000;
    padding:9px 30px!important;
    margin-right:10px
}
body[data-button-style^="rounded"] .sharing-default-minimal .nectar-social-inner >a, 
body[data-button-style^="rounded"] .sharing-default-minimal .nectar-love{
   border-radius:100px;
    line-height:1px;
    margin:10px 13px 10px 0;
    height:auto;
    display:inline-block
}
.sharing-default-minimal .nectar-social-inner >a, 
.sharing-default-minimal .nectar-love{
   line-height:1px;
  margin:10px 13px 10px 0;
  height:auto;
  display:inline-block
}
.sharing-default-minimal .nectar-social-inner >a,
body[data-button-style^="rounded"] .sharing-default-minimal .nectar-social-inner >a {
  line-height: 18px;
}

.sharing-default-minimal .nectar-social .facebook-share:hover i, 
.sharing-default-minimal .nectar-social .twitter-share:hover i, 
.sharing-default-minimal .nectar-social .google-plus-share:hover i, 
.sharing-default-minimal .nectar-social .linkedin-share:hover i, 
.sharing-default-minimal .nectar-social .pinterest-share:hover i,
.sharing-default-minimal .nectar-love:hover i, 
.sharing-default-minimal .nectar-love:hover, 
.sharing-default-minimal .nectar-love.loved i, 
.sharing-default-minimal .nectar-love.loved, 
body .sharing-default-minimal .hovered .nectar-love.loved i,
#footer-outer .sharing-default-minimal .nectar-social a:hover {
  color:#fff!important
}

.post.masonry-blog-item .post-meta .nectar-love-wrap{
   float:right
}



/************ 4. Nectar Love **************/
.nectar-love-wrap .nectar-love-count {
  margin-left: 5px;
  font-size: 14px;
  line-height: 14px;
}
body .nectar-love-wrap .total_loves {
  line-height: 14px;
}
.nectar-love-wrap {
  line-height:19px
}

article.post .post-meta .nectar-love-wrap {
  text-align: center;
}
body .nectar-love-wrap i[class^="icon-"] {
  font-size: 14px;
  height: 14px;
  top: -1px;
  transition: color 0.2s ease;
  line-height: 14px;
}

.nectar-love{
    -webkit-transition:background-color 0.2s linear;
    transition:background-color 0.2s linear;
    width:auto;
    color:inherit;
    line-height:11px;
    font-size:14px;
    display:inline-block 
}

.nectar-love span{
    font-weight:400;
    color:inherit;
    font-size:12px;
    line-height:12px;
    display:inline-block 
}




.nectar-social .social-text,
.nectar-social .love-text,
.nectar-love .love-text { display: none; }

body .pinterest-share i, 
body .facebook-share i, 
body .twitter-share i, 
body .linkedin-share i,
 .nectar-social .icon-default-style.steadysets-icon-share,
 body [class^="icon-"].icon-salient-heart, 
 body [class^="icon-"].icon-salient-heart-2 {
     background-color:transparent;
     border-radius: 0px;
     font-weight:normal;
     font-size:20px;
     height:20px;
     width:auto;
     line-height:20px;
     color:#ddd;
}

.nectar-social.hover .pinterest-share i, 
.nectar-social.hover .facebook-share i, 
.nectar-social.hover .twitter-share i, 
.nectar-social.hover .linkedin-share i {
  color: inherit;
}

.nectar-social .nectar-social-inner a,
.nectar-social .nectar-love-button .nectar-love,
.nectar-social.fixed > a  {
  text-decoration: none!important;
}

.sharing-default-minimal.post-bottom,
.salient-social-outer.post-bottom {
  margin-top: 40px;
}
.loading {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ecb510;
  border-right-color: #ee0010;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* left, top and position just for the demo! */
  position: absolute;
  left: 50%;
  top: 50%;
}

@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}

div#bootstrap_custom_loader {
    position: fixed;
    width: 100%;
    background: #00000059;
    top: 0px;
    left: 0px;
    height: 100%;
    display: block;
    z-index: 99999999;
}

form.validateme label.error {
    display: none !important;
}

form.validateme input.error,form.validateme textarea.error,form.validateme select.error {
    border: 2px solid red !important;
}


div#single-product  .inner-related h2 {
    font-weight: 600;
    font-size: 16px;
    color: #2a313d;
    margin: 0px 0px 10px;
    line-height: 20px;
    text-align:center;
}



.btn-addcart-show{

    width: 100%;
    font-size: 15px;
    color: #000000 !important;
    font-weight:600;
    background: #ecb510 !important;
    text-decoration:none!important;
    text-shadow: none;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.25s ease 0s;
    cursor: pointer;
    display: inline-block;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif !important;
}

.row.pricingpager1 {
    margin-bottom: 30px;
    margin-top: 30px;
}

#product_image_set{
    width:273px;
    height:352px;
}


#single-product-detail .product-image img {
    width: 100%;
    max-height: 500px;
    object-fit: contain!important;
    background:#09068203!important;
}



#single-product-detail .single-order-text h1 {
    font-weight: 800;
    font-size: 35px;
    color: #2a313d;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    padding-bottom: 12px;
    line-height: 40px;
}

#single-product-detail .single-order-text h1:after {content: "";width: 150px;height: 2px;background: #ecb510 !important;;position: absolute;left: 0px;bottom: -1px;}


#single-product-detail .variations {
    margin-top: 30px; 
    margin-bottom: 20px;
}


#single-product-detail .variations select {
    margin-bottom: 20px;
    padding: 10px 20px;
    color: #000;
    border: 2px solid #ced4da;
    background: #fcfcfc;
    font-weight: 400;
    width:151px;
    height:47px;
}

#single-product-detail .quantity.buttons_added {
     margin-left: -8px; 
}


#single-product-detail .product_meta {
    margin-top: 40px;
}


#single-product-detail .product_meta span {
    font-weight: 600;
    font-size: 16px;
    color: #2a313d;
    display: block;
    margin: 0px 0px 16px;
}


#single-product-detail .quantity.buttons_added {margin-bottom: 15px;padding-left: 20px;}

#single-product-detail .quantity.buttons_added input.minus,#single-product-detail .quantity.buttons_added input.plus {
    background: #ecb510 !important;
    font-weight: 600;
    font-size: 22px;
    /* padding: 4px !important; */
    /* display: block; */
    align-items: center;
    justify-content: center;
    line-height:  !important;
    outline: unset;
    border-radius: 22px!important;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}



#single-product-detail .quantity.buttons_added input.input-text.qty.text {
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    background: #ecb510 !important;
    padding-left: 10px;
    pointer-events: none;
    margin: 0px 10px;
    width: 50px;
    height: 33px;
    font-size: 24px;
    margin-top:-6px;
}




#single-product-detail .btn-cart{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    border-radius: 0 !important;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 60.1px !important;
    line-height: 50px;
    transition: all 0.2s ease;
    margin-top: 30px;
    color:#000000 !important
    -webkit-font-smoothing: antialiased;
    background-color: #fcbf1d;
    background-image: none;
    text-shadow: none;
    border: none;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
    background: #ecb510 !important;
}


#single-product-detail .product_meta {
    margin-top: 40px;
}


#single-product-detail .product_meta span {
    font-weight: 600;
    font-size: 16px;
    color: #2a313d;
    display: block;
    margin: 0px 0px 16px;
}

#single-product-detail .product_meta span label {
    font-size: 16px;
    color: #ecb510;
    position: relative;
}

#single-product-detail .product_meta span a{
    font-size: 16px;
    color: #ecb510;
    position: relative;
}


#single-product-detail .gallery {
    display: block;
    padding-top: 10px;
}

#single-product-detail .gallery a {
    display: inline-block !important;
    vertical-align: top;
    padding: 0px;
    max-width: unset !important;
    width: 32.8% !important;
    flex: unset !important;
    margin-bottom: 8px;
    padding-right: 8px;
}

#single-product-detail .gallery a img {
    height: 155px !important;
    border-radius: 0px !important;
    width: 100%;
}


 .related h3 {
    font-weight: 800;
    font-size: 24px;
    color: #2a313d;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    padding-bottom: 12px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif !important;
}

.related h3:after {content: "";width: 150px;height: 2px;background: #ecb510 !important;position: absolute;left: 0px;bottom: -1px;}


#product-detail2  .inner-related h2 {
    font-weight: 600!important;
    font-size: 16px!important;
    color: #2a313d!important;
    margin: 0px 0px 10px!important;
    line-height: 20px!important;
    text-align:center!important;
}



#product-detail2 .btn-addcart-show2{

    width: 100%;
    font-size: 15px;
    color: #000000 !important;
    font-weight:600;
    background: #ecb510 !important;
    text-decoration:none!important;
    text-shadow: none;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.25s ease 0s;
    cursor: pointer;
    display: inline-block;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif !important;
}

.col-md-6 {
    width: 49%;
    float: left;
    margin-left: 1%;
    margin-bottom:0px!important;
}



div#checkout {
    /*background-color: #f8fbff;*/
    /*padding-top: 70px;*/
    /*padding-bottom: 70px;*/
}

div#checkout nav {
    margin-bottom: 50px;
}

div#checkout input, div#checkout textarea,div#checkout select {
    margin-bottom: 20px;
    padding: 4px 10px;
    width: 100%;
    color: #000;
    border: 2px solid #ced4da;
    background: #fcfcfc;
    font-weight: 400;
    height: 55px;
}

div#checkout input.checkoutk-btn {
    color: #000000 !important;
    background:#ecb510 !important;
    padding: 0;
    height: 55px;
    font: 18px Montserrat;
    font-weight: 500;
    outline: unset !important;
    border: unset;
    width: 100%;
    margin-top:44px;
}


div#checkout input[type="checkbox"] {
    width: unset;
    height: unset;
}

div#checkout textarea {
    height: 100px;
}

div#checkout  form label.form-label {
    font: 14px poppins;
    color: #ac8c57;
    font-weight: 600;
}

div#checkout h3 {
    font-weight: 700 !important;
    font: 26px Montserrat;
    position: relative;
    padding: 0px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 30px;
    padding-left: 0px !important;
}

div#checkout h3:after {
    content: "";
    height: 2px;
    width: 100px;
    background: #ecb510 !important;
    position: absolute;
    left: 4px;
    bottom: -2px;
}

div#checkout  input.checkoutk-btn {
    color: #fff;
    background: #b99c64;
    padding: 0;
    height: 55px;
    font: 18px Montserrat;
    font-weight: 500;
    outline: unset !important;
    border: unset;
    width: 100%;
}

div#checkout nav ol.breadcrumb li,div#checkout nav ol.breadcrumb li a,#cartt nav ol.breadcrumb li a,#cartt nav ol.breadcrumb li  {
    color: #8a94a7;
    line-height: 24px;
    font-size: 16px;
    text-decoration: unset;
}

div#checkout nav ol.breadcrumb li a,#cartt nav ol.breadcrumb li a {
    text-decoration: unset;
    color: #b1925c;
    font-weight: 600;
}
div#checkout .seperate_6 {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
div#checkout .order-sec {
    background: #eaeaea2e;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 0px;
    margin-top:48px;
}

div#checkout .order-sec div {
    height: 125px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

div#checkout .order-sec div:last-child {
    border-bottom: unset;
}
div#checkout .order-sec::-webkit-scrollbar {
  width: 5px;
}

div#checkout .order-sec::-webkit-scrollbar-track {
  background: #f1f1f1;
}

div#checkout .order-sec::-webkit-scrollbar-thumb {
  background: #ac8c57;
}
div#checkout div#payment-stripe .form-group label {
    font: 14px poppins;
    color: #ecb510;
    font-weight: 600;
}

div#checkout div#payment-stripe .form-group span.payment-error-message {
    font: 12px poppins;
    color: red !important;
    font-weight: 600;
}

div#checkout div#payment-stripe .form-group input {
    margin-bottom: 0px;
}
#checkout_form center {
    text-align: center;
    display: block !important;
    width: 100%;
    max-width: 100%;
}

#checkout_form center a.backtoshop_btn {
    color: #fff;
    width: 190px;
    background: #b99c64;
    padding: 0;
    height: 55px;
    font: 18px Montserrat;
    font-weight: 500;
    outline: unset !important;
    border: unset;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-decoration: unset;
}

#checkout_form center a.backtoshop_btn i {
    vertical-align: middle;
    margin-right: 10px;
}

form#checkout_form {
    display: block;
    width: 100%;
}
div#bootstrap_custom_loader {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #0000001f;
    z-index: 99;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.order-sec img {
    width: 120px!important;
    height: 110px!important;
    float: left!important;
    margin-right: 20px!important;
}




.check-table .chk-img{
width: 90px;
height: 123px;
}

.check-table .remove-icon{
    font-size: 40px;
    padding: 0;
    line-height: 30px;
    width: 30px;
    height: 30px;
    transition: color 0.2s ease, background-color 0.2s ease;
    color: rgba(0,0,0,0.7)!important;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
}

.check-table a.remove-icon:hover{
    background-color:#2A313D!important;
    color: #fff!important;
    font-size: 40px;
    padding: 0;
    line-height: 30px;
    width: 30px;
    height: 30px;
    transition: color 0.2s ease, background-color 0.2s ease;
    margin: 0 auto;
    display: block;
    border-radius:50px;
}

.check-table{
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-bottom: solid 1px #000;
}

.check-table tr{
    background-color:#FCFCFC;
    border:none;
}

.check-table td{
    text-align: center;
    padding-top:10px;
}


.coupon-btn2{
        width: 128px;
        border-radius: 3px;
        padding-top: 12px;
        padding-bottom: 12px;
        background: #ecb510;
        text-shadow: none;
        border: none;
        background-repeat: no-repeat;
        color: #FFFFFF;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: capitalize;
        font-weight: normal;
        position: absolute;
        right: 0;
        z-index: 99999;
}       


.cart-total h2{
    font-size: 30px;
    line-height: 40px;
    color: #444;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans';
    font-weight: 600;
    margin-bottom: 7px;
}

.cart-total{
    margin-top:70px;
    border:none;
}

.cart-subtotal{
    background-color: rgba(0,0,0,0.01);
    border:none;
}

.order-total{
    background-color:#F7F7F7;
}


.cart-subtotal th{ 
    padding: 20px!important;
}

.order-total th{ 
    padding: 20px!important;
}

.checkout-buttonn{
    -webkit-border-radius: 4px!important;
    box-shadow: none;
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    font-size: 1.25em;
    padding:19px!important;
    display: block;
    text-align: center;
    width: 100%;
    background: #ecb510;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    line-height: 12px;
    position: relative;
    text-transform: capitalize;
    font-weight: normal;
}
.checkout-buttonn:hover{
    text-decoration:none;
    color:#ffffff;
}


div#cartt input.input-text.qty.text {
    padding: 0px;
    text-align: center;
    margin-left: 10px;
    margin-right: 0px;
    position: relative;
    top: 2px;
    background: transparent;
    pointer-events: none;
    width:30px;
    border:none;
    font-size: 22px;
}




 div#nav-tab {
    display: block;
    width: 100%;
    margin-top: 60px;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

 div#nav-tab a.active {
    background: #ecb510;
    color: #000000 !important;
}

 div#nav-tab a {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 16px;
    color:#000000 !important;
    border-radius: 0px;
    border: unset;
    padding: 12px 30px;
}


 div#nav-tabContent {
    margin-bottom: 30px;
    padding-top: 25px;
    display: block;
    width: 100%;
}

 .tab-content>.active {
    display: block;
}

div#nav-tabContent p {
    line-height: 24px;
    font-size: 16px;
    color: #2a313d;
}


 div#nav-tabContent table th {
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #cacaca;
    padding: 0px 20px;
    background-repeat: no-repeat !important;
}

#single-product3 .inner-related h2 {
    font-weight: 600;
    font-size: 16px;
    color: #2a313d;
    margin: 0px 0px 10px;
    line-height: 20px;
    text-align: center;
}


#single-product3 .btn-addcart-show{

    width: 100%;
    font-size: 15px;
    color: #000000 !important;
    font-weight:600;
    background: #ecb510 !important;
    text-decoration:none!important;
    text-shadow: none;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.25s ease 0s;
    cursor: pointer;
    display: inline-block;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif !important;
}

.row.pricingpagerhead {
    background: #09068203;
    padding: 14px 35px !important;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 98%;
}



#checkout ol.breadcrumb {
    margin: 40px 0px 40px;
    padding: 8px 20px;
    list-style-type: none;
    background: #eaeaea;
}

#checkout ol.breadcrumb li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}

#checkout ol.breadcrumb li a,#checkout ol.breadcrumb li {
    font-weight: 600 !important;
    font-size: 14px;
}

#checkout ol.breadcrumb li {margin-right: 12px;}

#checkout ol.breadcrumb li a i {
    top: -1px;
    font-weight: 700;
    margin-left: 14px;
}





#single-product ol.breadcrumb {
    margin: 40px 0px 40px;
    padding: 8px 20px;
    list-style-type: none;
    background: #eaeaea;
}

#single-product ol.breadcrumb li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}

#single-product ol.breadcrumb li a,#single-product ol.breadcrumb li {
    font-weight: 600 !important;
    font-size: 14px;
}

#single-product ol.breadcrumb li {margin-right: 12px;}

#single-product ol.breadcrumb li a i {
    top: -1px;
    font-weight: 700;
    margin-left: 14px;
}


#single-product ol.breadcrumb li:before {
    display: none;
}

#single-product .col-md-6 {
    display: inline-block;
    vertical-align: top;
    max-width: 49% !important;
}

#single-product .col-md-6 .product-image {
    display: block;
}

#single-product .col-md-6 .product-image img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    background: #eaeaea;
}

#single-product .col-md-6  .gallery {
    display: block;
    padding-top: 10px;
}

#single-product .col-md-6 .gallery a img {
    height: 120px !important;
    border-radius: 0px !important;
    width: 100%;
    border: unset !important;
    padding: 0px !important;
}

#single-product .col-md-6 .gallery a {
    display: inline-block !important;
    vertical-align: top;
    padding: 0px;
    max-width: unset !important;
    width: 32.8% !important;
    flex: unset !important;
    margin-bottom: 8px;
    padding-right: 8px;
}

#single-product .col-md-6 h1 {
    font-weight: 800;
    font-size: 35px;
    color: #2a313d;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    padding-bottom: 12px;
    line-height: 40px;
}

#single-product .col-md-6 h1:after {
    content: "";
    width: 150px;
    height: 2px;
    background: #ecb510;
    position: absolute;
    left: 0px;
    bottom: -1px;
}

#single-product .col-md-6 .single-order-text span#sale_price_set {
    color: #8a94a7 !important;
    font-size: 35px;
    font-weight: 700;
}

#single-product .col-md-6 .single-order-text span#regular_price_set {
    text-decoration: line-through;
    font-size: 20px;
    color: red !important;
    margin-left: 8px;
}

#single-product .col-md-6 .single-order-text {
    margin-bottom: 20px;
}

#single-product .col-md-6 .quantity  input.minus {
    background: #ecb510;
    color: #fff !important;
    font-weight: 600;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0px !important;
    outline: unset;
    border-radius: 100px !important;
    width: 30px;
    height: 30px;
}

#single-product .col-md-6 .quantity input.plus {
        background: #ecb510;
    color: #fff !important;
    font-weight: 600;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0px !important;
    outline: unset;
    border-radius: 100px !important;
    width: 30px;
    height: 30px;
}

#single-product .col-md-6 .quantity input.input-text.qty.text {
    padding: 6px;
    vertical-align: middle;
    text-align: center !important;
    background: #f1f1f1;
    padding-left: 10px;
    pointer-events: none;
    margin: 0px 10px;
    border: unset;
}

#single-product .col-md-6 .quantity {
    margin-bottom: 30px !important;
    display: block;
}

#single-product .col-md-6 .quantity button.btn-cart {
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0 !important;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 50px !important;
    line-height: 50px;
    transition: all 0.2s ease;
    margin-top: 30px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    background-color: #fcbf1d;
    background-image: none;
    text-shadow: none;
    border: none;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
    background: #ecb510;
}

#single-product .col-md-6 .product_meta span {
    font-weight: 600;
    font-size: 16px;
    color: #2a313d;
    display: block;
    margin: 0px 0px 16px;
}

#single-product .col-md-6 .product_meta span label,#single-product .col-md-6 .product_meta span a {
    font-size: 16px;
    color: #ab8b56;
    position: relative;
}

#single-product div.nav.nav-tabs a.active {
    color: #fff !important;
}

#single-product form#review_submit_form .col-md-12 {
    margin-bottom: 15px;
}

#single-product form#review_submit_form .col-md-12 input {
    padding: 15px 10px !important;
    height: unset;
}

#single-product form#review_submit_form .col-md-12 textarea {
    height: 150px;
}

#single-product form#review_submit_form  .form-group.row {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#single-product form#review_submit_form h4 {
    font-size: 17px;
}

#single-product form#review_submit_form 
 ul.rating-fields {
    margin: 0px !important;
    padding: 0px !important;
}

#single-product form#review_submit_form ul.rating-fields li {
    list-style-type: none;
}

#single-product form#review_submit_form input[type="submit"] {
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0 !important;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 50px !important;
    line-height: 50px;
    transition: all 0.2s ease;
    margin-top: 0px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    background-color: #fcbf1d;
    background-image: none;
    text-shadow: none;
    border: none;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
    background: #ecb510;
}

.review-first h2{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 4px;
    color: #444;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
}


.review-first p{
    padding: 0 !important;
    font-weight: 400;
    font-size: 15px;
    color:#676767;
}

.review-second p{
    margin-top: 5px;
    color:#676767;
}

ul.comments_reviews {
    padding: 0px !important;
    margin-top: 15px;
    max-height: 310px;
    overflow: hidden;
    overflow-y: scroll;
    margin-left: 0px;
}

ul.comments_reviews li {
    list-style-type: none;
    box-shadow: 0px 0px 30px 3px #00000005;
    background: #fff;
    padding: 12px 20px;
    margin-bottom: 20px;
    padding-left: 0px;
}

ul.comments_reviews li h3 {
    font-weight: 700;
    font-size: 18px;
    color: #2a313d;
    display: block;
}

ul.comments_reviews li p {
    line-height: 24px !important;
    font-size: 14px !important;
    color: #2a313d !important;
    margin-bottom: 10px;
}

ul.comments_reviews li p.rating.s1 i{ color: #b99c64; }
ul.comments_reviews li p.rating.s1 i:nth-child(1) ~ i { color: #2a313d; }
ul.comments_reviews li p.rating.s2 i{ color: #b99c64; }
ul.comments_reviews li p.rating.s2 i:nth-child(2) ~ i { color: #2a313d; }
ul.comments_reviews li p.rating.s3 i{ color: #b99c64; }
ul.comments_reviews li p.rating.s3 i:nth-child(3) ~ i { color: #2a313d; }
ul.comments_reviews li p.rating.s4 i{ color: #b99c64; }
ul.comments_reviews li p.rating.s4 i:nth-child(4) ~ i { color: #2a313d; }
ul.comments_reviews li p.rating.s5 i{ color: #b99c64; }
ul.comments_reviews li p.rating.s5 i:nth-child(5) ~ i { color: #2a313d; }

/* width */
ul.comments_reviews::-webkit-scrollbar {
  width: 5px;
}

/* Track */
ul.comments_reviews::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
ul.comments_reviews::-webkit-scrollbar-thumb {
  background: #ecb510; 
}


.related .col-md-3 {
    display: inline-block;
    vertical-align: top;
    max-width: 25%;
    flex: unset !important;
}

.related {
    width: 100%;
}

.related .col-md-3 img {
    width: 100% !important;
    margin-bottom: 15px;
}

.related .col-md-3 h2 {
    margin-bottom: 0px !important;
}

.related .col-md-3 p {
    padding-bottom: 0px !important;
}

form#checkout_form .col-md-6 {
    display: inline-block;
    vertical-align: top;
    flex: unset;
    max-width: 49%;
}

form#checkout_form .order-sec p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.swal2-container.fade.in {
    opacity: 1;
}

#thank-page .order_details {
    margin: 0 0 3em;
    list-style: none;
}


#thank-page  ul.order_details::before {
    content: " ";
    display: table;
}

#thank-page  .order_details::after {
    clear: both;
}


#thank-page  .order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size:14px;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

#thank-page  .order_details li {
    list-style: none;
}

#thank-page .pptext-than{
    color:#676767;
}


#thank-page .tittle-woo{
    color: #444;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans';
    font-weight: 600;
        font-size: 34px;
    line-height: 44px;
    margin-bottom: 7px;
}


#thank-page  table{
  margin:0 0 20px;
  padding:0;
  width:100%;
  border-collapse:collapse;
  border-spacing:0;
  background-color:#fff;
  border-top:1px solid #ececec
}

#thank-page table.shop_table{
    border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    text-align:left;
}

#thank-page table {
    font-size: 12px;
    margin-bottom: 20px;
}

#thank-page table tr:nth-child(2n+1) {
    background-color: #fcfcfc;
}

#thank-page td {
    border-color: #ececec;
    border-left: none;
    border-style: none solid solid none;
    border-top: medium none;
    border-width: medium 1px 1px medium;
    font-size: 14px;
    padding: 10px;
}


#thank-page th {
    border-left: medium none;
    border-style: none solid solid none;
    border-top: medium none;
    border-width: medium 1px 1px medium;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    border-color: #ececec;
}

#thank-page table{
  margin:0 0 20px;
    width:100%;
  border-spacing:0;
  background-color:#fff;
  border-top:1px solid #ececec!important;
  border-left:1px solid #ececec!important;
}


#thank-page table.shop_table td {

    line-height: 1.5em;
}

#thank-page .bill-text{
        color: #444;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 7px;

}


#thank-page address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
    color:#676767;
}

#thank-page .woocommerce-customer-details--phone {
    margin-bottom: 0;
 
}
#thank-page h2.bill-text,#thank-page h2.tittle-woo {
    font-weight: 700 !important;
    font: 26px Montserrat;
    position: relative;
    padding: 0px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 30px;
    padding-left: 0px !important;
}

#thank-page h2.bill-text:after,#thank-page h2.tittle-woo:after {
    content: "";
    height: 2px;
    width: 100px;
    background: #b99c64;
    position: absolute;
    left: 4px;
    bottom: -2px;
}
div#cart_thank {
    background-color: #f8fbff;
    padding-bottom: 70px;
}

div#cartt.thankyou {
    padding-bottom: 0px;
}
#thank-page table.shop_table td a {
    color: #a98955;
    font-weight: 600;
    text-decoration: unset;
}

//profile page css

   
a {
    text-decoration: unset !important;
}
header#top .col.span_3 {
    flex: unset;
}

#main-profile-sec a {
    text-decoration: unset !important;
}
#main-profile-sec header#top .col.span_3 {
    flex: unset;
}

#main-profile-sec section.profile-cover img#readURL_cover_img {
    border: unset;
    border-radius: 0px !important;
    object-fit: cover;
}


#main-profile-sec section.profile-cover img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}


#main-profile-sec section.profile-nav {
    border-bottom: 1px solid #e9e8e8;
    padding: 12px 0px;
}

#main-profile-sec .profile-nav .profile-wrap {
    width: 20%;
    display: inline-block;
    position: relative;
}


#main-profile-sec .profile-nav .profile-wrap img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #eaeaea;
    position: absolute;
    bottom: -10px;
    left: 0px;
}

#main-profile-sec section.profile-nav .profile-meta {
    border: none;
    width: 48%;
    margin: 0px;
    margin-left: 50px;
}


#main-profile-sec section.profile-nav .profile-meta li {
    margin-right: 30px !important;
    list-style-type:none;
    padding-top: 0px;
    margin-bottom: 0px;
    vertical-align: top;
}

#main-profile-sec section.profile-nav .profile-meta li a.nav-link {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

#main-profile-sec section.profile-nav .profile-meta li a.nav-link p {
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 0;
    color: #bb0007;
    text-align: center;
    padding-bottom: 0px;
}

#main-profile-sec section.profile-nav .profile-meta li a.nav-link p span {
    color: #000 !important;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px !important;
}

#main-profile-sec .profile-nav .right-wrap {
    text-align: right;
    width: 30%;
    margin-top:-2px;
}

#main-profile-sec section.profile-nav .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    display: flex;
    align-items: center;
    margin-bottom:-10px;
}

#main-profile-sec section.profile-nav .profile-meta li a.nav-link p span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
}

#main-profile-sec .nav-tabs .nav-link.active{
	color:#495057;
	background:none!important;
}

#main-profile-sec a.follow-btn {
    color: #000 !important;
}
#main-profile-sec a.btn {
    font-weight: 500;
    font-size: 12px;
    border: 1px solid #004cb0;
    line-height: 32px;
    min-width: 87px;
    padding: 0 20px !important;
    color: #fff;
}

.small-profile h3 {
    font-size: 23px;
    text-transform: capitalize;
    padding-top: 35px;
    font-weight: 600;
    font-family: inherit;
}

.small-profile p {
    padding-top: 15px;
    font-size: 17px;
    font-weight: 300;
    font-family: inherit;
    padding-bottom: 10px;
}

#main-profile-sec p.small-head {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: auto;
    letter-spacing: inherit;
    padding-bottom:0px;
}

p.small-head2 {
    color: #000;
    margin-bottom:-7px;
	font-size: 17px;
    font-weight: 300;
    font-family: inherit;

}

p.small-head2 span {
    padding-right: 85px;
}

  .box {
    background: #ffffff;
    border-radius: 6px;
    margin-bottom: 20px;
}


#main-profile-sec  .box .top {
    border-bottom: 1px solid #f5f5f5;
    padding: 15px 40px 15px;
}

 #main-profile-sec  .box .top img {
    width: 61px;
    height: 61px;
    border-radius: 100px;
    object-fit: cover;
    display: inline-block;
    vertical-align: top;
}

  #main-profile-sec .box .top div.content {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    /*width: 88%;*/
    height: 61px;
    padding-top: 10px;
}

 #main-profile-sec .box .top div.content h4 {
    font-size: 18px;
    font-weight: 500;
    color: #75787e;
    margin: 0px 0px 4px;
}

#main-profile-sec  .box .top div.content h5 {
    font-size: 14px;
    font-weight: 400;
    color: #61676f;
    margin: 0px;
}

 #main-profile-sec .box .body {
    padding: 22px 45px 14px;
    border-bottom: 1px solid #f5f5f5;
}
 #main-profile-sec .box .body .paragrapgh {
    padding-bottom: 23px;
}
#main-profile-sec  .box .body .paragrapgh p {
    font-size: 14px;
    font-weight: 400;
    color:#000;
    line-height: 24px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

 #main-profile-sec .box .body .content video {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 12px;
    outline: unset;
}

 #main-profile-sec .box .body .likecomment {
    margin-top: 12px;
}
#main-profile-sec div#likeme {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #f2f4f3;
    padding: 8px 0px;
    padding-right: 22px;
}
#main-profile-sec div#likeme .Like {
    margin: 0px;
    position: relative;
}

#main-profile-sec div#likeme .Like a {
    font-size: 14px;
    font-weight: 500;
    color: #d0d1d1;
}
#main-profile-sec #likeme .Like__link {
    cursor: pointer;
}

#main-profile-sec a {
    text-decoration: unset !important;
}

#main-profile-sec div#likeme .Like a i {
    margin-right: 5px;
}

  #main-profile-sec .box .body .likecomment button {
    border: unset;
    color: #d0d1d1;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    padding: 8px 0px;
    padding-left: 22px;
}

#main-profile-sec  .box .body .likecomment button i {
    margin-right: 4px;
}

#main-profile-sec .box .bottom {
    padding: 0px 45px;
}

#main-profile-sec .box .bottom .comments{
	padding-top: 15px;
}

#main-profile-sec .box .bottom .comments img {
    width: 57px;
    height: 57px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: top;
    object-fit: cover;
}

#main-profile-sec .box .bottom .comments .right {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 85%;
    padding-left: 17px;
}

#main-profile-sec .box .bottom .comments .right .top {
    padding: 0px;
    padding-bottom: 10px;
}

 #main-profile-sec .box .top {
    border-bottom: 1px solid #f5f5f5;
}

#main-profile-sec .box .bottom .comments .right .top h2{
    font-size: 16px;
    font-weight: 500;
    color: #595959;
    text-transform: capitalize;
    margin: 8px 0px 6px 0px;
    position: relative;
}


#main-profile-sec .box .bottom .comments .right .top h2 label{
    position: absolute;
    right: 0px;
    top: -4px;
    font-size: 14px;
    font-weight: 500;
    color: #d0d1d1;
}

#main-profile-sec .box .bottom .comments .right .top p{
    font-size: 12px;
    font-weight: 400;
    color: #b1b5bb;
    margin: 0px;
    line-height: 20px;
}

#main-profile-sec .box .bottom .last {
    padding-bottom: 20px;
    padding-top: 20px;
}

#main-profile-sec .box .bottom .last form {
    position: relative;
}

#main-profile-sec .box .bottom .last textarea {
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 100px;
    outline: unset;
    padding: 10px 20px;
    height: 50px;
}
#main-profile-sec .box .bottom .last form span.submit {
    right: 0px;
}

#main-profile-sec span.submit {
    position: absolute;
    bottom: 5px;
    right: 40px;
    text-align: center;
    cursor: pointer;
}

#main-profile-sec span.submit:before {
    content: "\f1d8";
    font: normal normal normal 14px/1 FontAwesome;
    color: #e32b3b;
    font-size: 20px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

#main-profile-sec span.submit input {
    color: transparent;
    border: unset;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: relative;
    outline: unset;
}


#main-profile-sec .below-profile{
	background-color: #F9F8FD;
    padding-top: 35px;
}

#main-profile-sec .below-profile .col-md-4 {
    background: #ffffff;
    border-radius: 6px;
    margin-bottom: 20px;
}    
 
#main-profile-sec div#likeme2 {
    display: inline-block;
    vertical-align: top;
    border-right: unset;
    padding: 1px 0px;
    padding-right: 22px;
}

.profile-data .fa {
}

span.reviews-set {
    padding-left: 12px;
    font-weight: 500;
    font-size: 16px;
    color:#fff;
}

.profile-data{
    position: absolute;
    bottom: 50px;
    left: 20%;
    margin-left: 55px;
}

.p1{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 0px;
}

.small-profile4 img {
    width: 109px;
    height: 110px;
    padding:5px;
}

.banner-btn {
    position: absolute;
    top: 0;
    right: -258px;
    background-color: #fff;
    padding: 9px 20px 9px 20px;
    color: #000!important;
    letter-spacing: 1px;
}



 .comments2{
	padding-top: 30px;
}

.comments2 img {
    width: 57px;
    height: 57px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: top;
    object-fit: cover;
}

 .comments2 .right {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 80%;
    padding-left: 17px;
}

.comments2 .right .top {
    padding: 0px;
    padding-bottom: 20px;
}

 .comments2 .top {
    border-bottom: 1px solid #f5f5f5;
}

.comments2 .right .top h2{
    font-size: 16px;
    font-weight: 500;
    color: #595959;
    text-transform: capitalize;
    margin: 8px 0px 6px 0px;
    position: relative;
}


.comments2 .right .top h2 label{
    position: absolute;
    right: 0px;
    top: -4px;
    font-size: 14px;
    font-weight: 500;
    color: #d0d1d1;
}

.comments2 .right .top p{
    font-size: 14px;
    font-weight: 400;
    color: #b1b5bb;
    margin: 0px;
    line-height: 20px;
}


p.small-p {
    padding-bottom: 9px;
    font-size: 16px!important;
    color: #b1b5bb!important;
    font-weight: 300!important;
}

p.lgp {
    font-size: 30px!important;
    color: skyblue!important;
    float: left;
    width: 50px;
    height: 90px;
}

.span2{
    color:skyblue;
}

.profile-data p.p1 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 25px;
}

.profile-data p {
    font-size: 12px;
}

.profile-data p span {
    font-size: 12px;
}


div#custom_toper ul li.social a i {
    font: normal normal normal 14px/1 FontAwesome;
}

#main-profile-sec .box .body .content img,#main-profile-sec .box .body .content video,#main-profile-sec .box .body .content audio {
    width: 100% !important;
    height: unset !important;
}

#main-profile-sec .box .body .likecomment div,#main-profile-sec .box .body .likecomment button {
    width: 49%;
    text-align: left;
}

#main-profile-sec .box .body .likecomment div div {
    width: 100%;
}

#main-profile-sec .box .body .likecomment div button {
    width: 100%;
}

#main-profile-sec a.btn ul {
    position: absolute;
    top: 33px;
    left: 0px;
    margin: 0px;
    width: 200px;
    z-index: 99;
    border: 1px solid #eaeaea;
    transition: all 0.3s linear;
    visibility: hidden;
}

#main-profile-sec a.btn {
    position: relative;
    margin-left: 15px;
}

#main-profile-sec a.btn ul li {
    display: block;
    vertical-align: top;
    list-style-type: none;
    text-align: left;
    background: #fff;
    padding: 4px 15px;
    border-bottom: 1px solid #eaeaea;
    transition: all 0.3s linear;
}

#main-profile-sec a.btn ul li:last-child {
    border-bottom: unset;
}

#main-profile-sec a.btn:hover ul {
    visibility: visible;
}

#main-profile-sec a.btn ul li:hover {
    background: #ecb510;
    color: #fff !important;
}

#main-profile-sec a.btn ul li:hover i {
    color: #fff !important;
}

#main-profile-sec a.btn ul li i {
    margin-right: 8px;
    font: normal normal normal 14px/1 FontAwesome;
}

#main-profile-sec .below-profile div#servata_logo label {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0px 1%;
}

#main-profile-sec .below-profile div#servata_logo label img {
    width: 100%;
}

#main-profile-sec .below-profile div#servata_logo label span {
    text-align: center;
    display: block;
    margin-top: -5px;
}

#main-profile-sec .below-profile div#servata_logo label span i {
    font-size: 9px;
    top: 0px;
}

#main-profile-sec .below-profile div#servata_logo {
    padding-top: 25px;
}

#main-profile-sec .below-profile .small-profile h3 {
    font-size: 16px;
    padding-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    position: relative;
    color: #d11613;
    text-align: left;
}

#main-profile-sec .below-profile .small-profile h3:after {content: "";position: absolute;left: 0px;bottom: -1px;width: 100px;height: 2px;background: #d11613;}

#main-profile-sec .below-profile .small-profile p {
    font-size: 14px;
    font-weight: 400;
}

#main-profile-sec .below-profile .small-profile .gallery {
    margin-top: 22px;
    display: block;
    margin-bottom: 15px;
}

#main-profile-sec .below-profile .small-profile .gallery img {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin-bottom: 5px;
}

#main-profile-sec .below-profile .small-profile .gallery video {
    vertical-align: top;
    object-fit: cover;
}

#main-profile-sec .below-profile .small-profile work {
    display: block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-right: 20px;
    width: 100%;
    margin-bottom: -15px;
    margin-top: 25px;
}

#main-profile-sec .below-profile .small-profile work title {
    position: relative;
    display: inline-block;
    width: 70px;
}

#main-profile-sec .below-profile .small-profile work select {
    display: inline-block;
    vertical-align: middle;
    width: unset;
    margin: 0px 10px !important;
    font-size: 12px;
    box-shadow: unset;
    padding: 0px;
    -webkit-appearance: none;
    text-indent: 1px;
}
#main-profile-sec .below-profile .small-profile work select::-ms-expand {
    display: none;
}

#main-profile-sec .below-profile .small-profile work:last-child {
    margin-bottom: 10px;
}

#main-profile-sec .below-profile .comments2 p {
    padding-top: 0px;
}

#main-profile-sec .below-profile .comments2 p.stars {
    font-size: 12px;
}

#main-profile-sec .below-profile .comments2 p.stars i {
    color: #ecb510;
}

#main-profile-sec .below-profile .comments2 .top.topid {
    padding-bottom: 0px;
}

#main-profile-sec .below-profile .small-profile {
    padding-bottom: 0px;
    display: block;
}

#main-profile-sec .below-profile .small-profile p img {
    float: left;
    width: 80px;
    padding: 10px;
    height: 80px;
    object-fit: contain;
}

#main-profile-sec .below-profile .small-profile  h4 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: -5px;
    margin-top: 20px;
    color: #000;
}

h4 {}

#main-profile-sec .below-profile .small-profile h5 {
    font-size: 14px;
    font-weight: 600;
    color: #36296b;
    margin-top: 25px;
    margin-bottom: 8px;
}

#main-profile-sec .below-profile .small-profile h6 {
    font-size: 14px;
    color: #000;
    margin-bottom: -5px;
}

#main-profile-sec .below-profile .small-profile h6 img {
    width: 100px;
    margin: 0 auto;
}

#main-profile-sec .below-profile .small-profile ul.social {
    margin: 30px 0px 0px;
}

#main-profile-sec .below-profile .small-profile ul.social li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    margin: 0px 6px;
}

#main-profile-sec .below-profile .small-profile ul.social li i {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
}
 
/* width */
#main-profile-sec .below-profile .small-profile .reviews_box::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#main-profile-sec .below-profile .small-profile .reviews_box::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
#main-profile-sec .below-profile .small-profile .reviews_box::-webkit-scrollbar-thumb {
  background: #ecb510; 
}


#main-profile-sec .below-profile .small-profile .reviews_box {
    max-height: 480px;
    overflow-y: scroll;
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: left;
}

#main-profile-sec .below-profile .small-profile.review_section {
    text-align: center;
    padding-bottom: 50px;
}

#main-profile-sec .below-profile .small-profile.review_section button {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    border-radius: 4px !important;
    background: #ecb510 !IMPORTANT;
    border: unset;
    padding: 10px 50px;
    cursor: pointer;
    box-shadow: unset !important;
}
#main-profile-sec more {
    display: none;
}
#main-profile-sec less a,#main-profile-sec more a {
    cursor: pointer;
}

#main-profile-sec .profile-nav .right-wrap div {
    position: relative;
}

#main-profile-sec .profile-nav .right-wrap div ul {
    position: absolute;
    top: 40px;
    left: 15px;
    margin: 0px;
    width: 250px;
    z-index: 99;
    border: 1px solid #eaeaea;
    transition: all 0.3s linear;
    visibility: hidden;
}

#main-profile-sec .profile-nav .right-wrap div:hover ul {
    visibility: visible;
}

#main-profile-sec .profile-nav .right-wrap div ul li {
    display: block;
    vertical-align: top;
    list-style-type: none;
    text-align: left;
    background: #fff;
    padding: 4px 15px;
    border-bottom: 1px solid #eaeaea;
    transition: all 0.3s linear;
}

#main-profile-sec .profile-nav .right-wrap div ul li:last-child {
    border-bottom: unset;
}

#main-profile-sec .profile-nav .right-wrap div  ul li:hover {
    background: #ecb510;
    color: #fff !important;
}
#main-profile-sec .profile-nav .right-wrap div  ul li:hover a {
    color: #fff !important;
}

#main-profile-sec .profile-nav .right-wrap div ul li:hover i {
    color: #fff !important;
}

#main-profile-sec .profile-nav .right-wrap div ul li i {
    margin-right: 8px;
    font: normal normal normal 14px/1 FontAwesome;
}


#main-profile-sec .profile-nav .right-wrap div {
    display: inline-block;
}

#likeme .Like {
  position: relative;
  display: inline-block;
  margin-top: 5rem;
}

#likeme .Like__link {
  cursor: pointer;
}

#likeme .Emojis {
  position: absolute;
  left: 20px;
  bottom: 10px;
  -webkit-transform: translate3d(-10%, 0, 0);
  transform: translate3d(-10%, 0, 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: .125rem;
  border-radius: 100rem;
  -webkit-transition: .3s .3s;
  transition: .3s .3s;
  opacity: 0;
  visibility: hidden;
  width: 320px;
  background: #fff;
  border: 1px solid #eaeaea !important;
  display: flex;
  justify-content: center;
  z-index: 999999;
}
#likeme .Like:hover .Emojis .Like__link.js-hover ~ .Emojis, #likeme .Like:hover .Like__link ~ .Emojis {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

#likeme .Emoji {
  position: relative;
  width: 50px;
  height: 50px;
  color: #ffd972;
  cursor: pointer;
  -webkit-transition-delay: .6s, .3s;
  transition-delay: .6s, .3s;
  -webkit-transition-duration: 0s, .3s;
  transition-duration: 0s, .3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0) scale(0.3);
  transform: translate3d(0, 100%, 0) scale(0.3);
}
#likeme .Emojis:hover .Emoji,
#likeme .Like__link.js-hover + .Emojis .Emoji,
#likeme .Like__link:hover + .Emojis .Emoji {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
#likeme .Emoji .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}
#likeme .Emoji:hover .icon {
  -webkit-transform: scale(1) translate3d(0, -10%, 0);
  transform: scale(0.9) translate3d(0, -5%, 0);
}
#likeme .Emojis:hover .Emoji:nth-of-type(1),
#likeme .Like__link:hover + .Emojis .Emoji:nth-of-type(1) {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.6, 0.5, 1);
          transition-timing-function: cubic-bezier(0.6, 0.6, 0.5, 1);
}
#likeme .Emojis:hover .Emoji:nth-of-type(2),
#likeme .Like__link:hover + .Emojis .Emoji:nth-of-type(2) {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.02s;
          transition-delay: 0.02s;
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.6, 0.5, 1.2);
          transition-timing-function: cubic-bezier(0.6, 0.6, 0.5, 1.2);
}
#likeme .Emojis:hover .Emoji:nth-of-type(3),
#likeme .Like__link:hover + .Emojis .Emoji:nth-of-type(3) {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0.04s;
          transition-delay: 0.04s;
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.6, 0.5, 1.4);
          transition-timing-function: cubic-bezier(0.6, 0.6, 0.5, 1.4);
}
#likeme .Emojis:hover .Emoji:nth-of-type(4),
#likeme .Like__link:hover + .Emojis .Emoji:nth-of-type(4) {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.6, 0.5, 1.6);
          transition-timing-function: cubic-bezier(0.6, 0.6, 0.5, 1.6);
}
#likeme .Emojis:hover .Emoji:nth-of-type(5),
#likeme .Like__link:hover + .Emojis .Emoji:nth-of-type(5) {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.6, 0.5, 1.8);
          transition-timing-function: cubic-bezier(0.6, 0.6, 0.5, 1.8);
}
#likeme .Emojis:hover .Emoji:nth-of-type(6),
#likeme .Like__link:hover + .Emojis .Emoji:nth-of-type(6) {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.6, 0.5, 2);
          transition-timing-function: cubic-bezier(0.6, 0.6, 0.5, 2);
}

#likeme .Emoji--like {
  /* color: $c-blue; */
}

#likeme .Emoji--love {
  /* color: $c-red; */
}

#likeme .icon {
  background-image: url("https://media.giphy.com/media/xT9DPr2QnsfTFoykFO/giphy.gif");
  background-repeat: no-repeat;
}

#likeme .icon--like {
  background-position: -6px -6px;
}

#likeme .icon--heart {
  background-position: -68px -4px;
}

#likeme .icon--haha {
  background-position: -129px -6px;
}

#likeme .icon--wow {
  background-position: -191px -6px;
}

#likeme .icon--sad {
  background-position: -252px -5px;
}

#likeme .icon--angry {
  background-position: -314px -6px;
}

#main-profile-sec .profile-nav .right-wrap div ul li a {
    color: #000;
}

#main-profile-sec .box .body .product h3 {
    font-size: 18px;
    font-weight: 500;
    color: #75787e;
}

#main-profile-sec .box .body .product a {
    font-size: 14px;
    color: #fff;
    background: #090682;
    border-radius: 4px;
    padding: 4px 20px;
    display: inline-block;
    margin: 10px 0px 10px;
}

#main-profile-sec .box .body .service h3 {
    font-size: 18px;
    font-weight: 500;
    color: #75787e;
}

#main-profile-sec .box .body .service p {
    margin-bottom: 0px;
    padding-bottom: 4px;
    font-size: 14px;
}

#main-profile-sec .box .body .service p span {
    color: #090682;
    font-weight: 500;
}

#main-profile-sec .box .body .content a {
    font-size: 14px;
    color: #fff;
    background: #090682;
    border-radius: 4px;
    padding: 4px 20px;
    display: inline-block;
    margin: 10px 0px 10px;
}

#main-profile-sec .box .body .service.last button {
    font-size: 14px;
    color: #fff;
    background: #d0000b;
    border-radius: 4px !important;
    padding: 8px 30px;
    display: inline-block;
    margin: 10px 0px 10px;
    box-shadow: unset !important;
    border: unset !important;
}
i {
    font: normal normal normal 14px/1 FontAwesome !important;
}

a {
    text-decoration: unset !important;
}

body {
    padding-right: 0px !important;
}

.modal-body p  input,.modal-body p  textarea,.modal-body p  select {
    margin-bottom: 20px;
    padding: 15px 15px;
    width: 100%;
    color: #000;
    border: 2px solid #ced4da;
    background: #fcfcfc;
    font-weight: 400;
}

.modal-body p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.modal-body p label {
    font-size: 15px;
    color: #090682;
    font-weight: 500;
    margin-bottom: 0px;
}

.modal-body  h6 {
    text-align: center;
    font-size: 14px;
    margin: 5px 0px 10px;
}

.modal-footer .btn-primary{
    font-size: 14px;
    color: #fff;
    background: #ecb510;
    border-radius: 4px;
    display: inline-block;
 
}

h5.modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #75787e;
}
.modal-dialog {
    /* max-width: 60% !important; */
}
ul.rating-fields li {
    list-style-type: none;
}

#main-profile-sec .below-profile .comments2 p.stars.s1 i:nth-child(1) {    color: #ecb510;}

#main-profile-sec .below-profile .comments2 p.stars.s2 i:nth-child(1),#main-profile-sec .below-profile .comments2 p.stars.s2 i:nth-child(2) {    color: #ecb510;}

#main-profile-sec .below-profile .comments2 p.stars.s3 i:nth-child(1), #main-profile-sec .below-profile .comments2 p.stars.s3 i:nth-child(2),#main-profile-sec .below-profile .comments2 p.stars.s3 i:nth-child(3) {     color: #ecb510; }

#main-profile-sec .below-profile .comments2 p.stars.s4 i:nth-child(1), #main-profile-sec .below-profile .comments2 p.stars.s4 i:nth-child(2), #main-profile-sec .below-profile .comments2 p.stars.s4 i:nth-child(3),#main-profile-sec .below-profile .comments2 p.stars.s4 i:nth-child(4) {
    color: #ecb510;
}

#main-profile-sec .below-profile .comments2 p.stars.s5 i:nth-child(1), #main-profile-sec .below-profile .comments2 p.stars.s5 i:nth-child(2), #main-profile-sec .below-profile .comments2 p.stars.s5 i:nth-child(3), #main-profile-sec .below-profile .comments2 p.stars.s5 i:nth-child(4), #main-profile-sec .below-profile .comments2 p.stars.s5 i:nth-child(5) {    color: #ecb510;}

#main-profile-sec .below-profile .comments2 p.stars i {
    color: grey;
}

.profile-data i{
    color: grey !important;
}
.profile-data.rating1 i:nth-child(1){
    color:#ecb510;
}

.profile-data.rating2 i:nth-child(1),.profile-data.rating2 i:nth-child(2){
    color:#ecb510;
}
.profile-data.rating3 i:nth-child(1),.profile-data.rating3 i:nth-child(2),.profile-data.rating3 i:nth-child(3){
    color:#ecb510;
}
.profile-data.rating4 i:nth-child(1),.profile-data.rating4 i:nth-child(2),.profile-data.rating4 i:nth-child(3),.profile-data.rating4 i:nth-child(4) {
    color: #ecb510 !important;
}
.profile-data.rating5 i:nth-child(1),.profile-data.rating5 i:nth-child(2),.profile-data.rating5 i:nth-child(3),.profile-data.rating5 i:nth-child(4),.profile-data.rating5 i:nth-child(5) {
    color:#ecb510;
}
#main-profile-sec .below-profile .small-profile ul.social.srevice_request li {
    display: block;
    margin: 0px 0px 8px;
}

#main-profile-sec .below-profile .small-profile ul.social.srevice_request li a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

#main-profile-sec .below-profile .small-profile ul.social.srevice_request li a i {
    color: #090682;
    font: normal normal normal 14px/1 FontAwesome !important;
    width: 30px;
}