.grecaptcha-badge{
    display: none;
}

.bg-primary {
    background-color: #72c9d2 !important;
}

.inner_page_top_banner{
    width: 100%;
    height: 400px;
 background-size: 100% 100%;
}


.breadcrumb_container{
    background:#d9d9d9;
    padding:3px 3px;
}

.page_heading{
    padding-bottom: 20px;
}

.main-menu .dropdown .fa,.main-menu .dropdown .fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: #9c9898;
}

.btn-primary {
    color: #fff;
    background-color: #72c9d2;
    border-color: #000;
}

.btn-primary:hover {
    color: #fff;
    background-color: #5ca2a9;
    border-color: #000;
}










.header-top-wrap {
    padding: 2px 0;
    border-bottom: 1px solid #e9e8e8;
    background: #72c9d2;
    color: #fff;
}

.header-top-wrap a{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.header-top-left ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header-top-left ul li,
.header-top-right ul li {
    position: relative;
    font-size: 12px;
    color: #666666;
    padding-right: 15px;
    margin-right: 15px;
}
.header-top-left ul li:last-child,
.header-top-right ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.header-top-left ul li::before,
.header-top-right ul li::before,
.header-top-right____ ul li::before {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #ffffff;
}


.header-top-left ul li:last-child::before,
.header-top-right ul li:last-child::before {
    display: none;
}
.header-top-left .dropdown button {
    border: none;
    background: transparent;
    font-size: 12px;
    color: #666666;
    font-weight: 400;
    padding: 0 0 0 0;
}
.header-top-left .dropdown .dropdown-toggle::after,
.header-super-store .dropdown-toggle::after {
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
    color: #525252;
    font-size: 11px;
}
.header-top-left .dropdown .dropdown-item {
    color: #525252;
    font-size: 12px;
}
.header-top-left .dropdown .dropdown-item:focus,
.header-super-store .dropdown-menu a:focus,
.header-top-left .dropdown-item:active,
.header-super-store .dropdown-item:active {
    color: #fff;
    background: var(--color-primary);
}
.header-top-left ul .header-work-time > span {
    color: #363636;
    font-weight: 500;
}
.header-top-right ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.header-top-right ul li a {
    color: #fff;
}

.header-top-right ul li .btn {
    padding:4px 11px;
    margin: 4px 0px;
}
 

@media screen and (max-width:768px){
    .header-top-left  {
        display: none;

    }

     .header-top-right ul, .header-top-right li{
        display: inline-block;

     }

     .header-top-right ul li a{
        font-size:13px;
        color:#fff;
     }

     .header-top-right ul li::before {
        content: "";
        position: absolute;
        right: -1px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 20px;
        background: #5a5858;
    }

     .header-top-right .btn {
        background: none!important;
        border: none;
        padding:0px;

    }

    .header-top-right ul li .btn {
    padding: 0px;
    margin:  0px;
}
    

     
}


    .footer-widget .contact-form .form-grp input,.footer-widget .contact-form .form-grp textarea{
        padding: 4px 16px;
        background: #fff;
        border: 1px solid #000;
        color:#000;
    }

    .footer-widget .contact-form .form-grp ::placeholder,.footer-widget .contact-form .form-grp ::placeholder{
        color:#5f5f5f;

    }

    .footer-widget .contact-form .form-grp {
        margin-bottom: 8px;
    }

    .footer-widget .contact-form .form-grp textarea {
        min-height: 70px;
     }

    .footer-widget .contact_form_page_message    {
         font-size: 12px;
        line-height: normal;
    }





/* 02. slider area css here */
@media only screen and (max-width: 767px) {
    .only_in_desktop_view{
        display: none;
    }

  .slider_section {
    margin-bottom: 5px;
  }

  .inner_page_top_banner {
      
        height: 125px;
    }
}

.single_slider {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: 100% 100%;
  height: 440px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_slider {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_slider {
    height: 340px;
    background-position: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .single_slider {
     height: 135px;
  }
}

.owl-dots{
    text-align: center;
}

.slider_area .owl-dots {
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 50%;
  transform: translatex(-50%);
  display: block;
}
@media only screen and (max-width: 767px) {
  .slider_area .owl-dots {
    bottom: 10px;
  }
}
.slider_area .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #ebebeb;
  margin: 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.slider_area .owl-dots .owl-dot.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider_area .owl-dots .owl-dot.active::before {
  position: absolute;
  content: "";
  background: #00a0e3;
  width: 12px;
  height: 12px;
  left: -3px;
  top: -3px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .slider_content {
    text-align: center;
  }
}
.slider_content h1 {
  font-size: 60px;
  line-height: 55px;
  font-weight: 300;
  margin-bottom: 17px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content h1 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 8px;
  }
}
.slider_content h2 {
  font-size: 60px;
  line-height: 55px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content h2 {
    font-size: 26px;
    line-height: 26px;
  }
}
.slider_content p {
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
  margin-top: 19px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content p {
    font-size: 16px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content p {
    font-size: 16px;
    margin-top: 15px;
  }
}
.slider_content p span {
  color: #ed3237;
}
.slider_content a {
  font-size: 13px;
  font-weight: 500;
  margin-top: 70px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  display: inline-block;
  border-radius: 5px;
}
.slider_content a:hover {
  background: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content a {
    margin-top: 26px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content a {
    margin-top: 20px;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content a {
    margin-top: 17px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 12px;
  }
}

.active .slider_content h1, .active .slider_content h2, .active .slider_content p, .active .slider_content a {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.active .slider_content h2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.active .slider_content p {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.active .slider_content a {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

/*home two css here*/
@media only screen and (max-width: 767px) {
  .slider_section_two {
    margin-bottom: 55px;
  }
}

/*homr three css here*/
@media only screen and (max-width: 767px) {
  .slider_section_three {
    margin-bottom: 60px;
  }
}

/*home four css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_section_four {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider_section_four {
    margin-top: 0;
    margin-bottom: 57px;
  }
}
.slider_section_four .single_slider {
  height: 410px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_section_four .single_slider {
    height: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_section_four .single_slider {
    height: 300px;
  }
}
.slider_section_four .slider_area .owl-dots {
  left: 6%;
}
@media only screen and (max-width: 767px) {
  .slider_section_four .slider_area .owl-dots {
    left: 50%;
  }
}



/*=======================================================================
26. Contact
========================================================================*/
#map-bg {
    min-height: 360px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}
.contact-title .sub-title {
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 5px;
}
.contact-title .title {
    font-size: 40px;
    letter-spacing: -.5px;
    margin-bottom: 0;
}
.contact-wrap-content p {
    font-size: 14px;
    padding-right: 20px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: .4px;
}
.contact-form .form-grp {
    margin-bottom: 10px;
}
.contact-form .form-grp label {
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    margin-bottom: 10px;
    opacity: .77;
}
.contact-form .form-grp label span {
    color: var(--color-secondary);
}
.contact-form .form-grp input,
.contact-form .form-grp textarea {
    width: 100%;
    background: #f4f4f4;
    border: none;
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 5px;
    display: block;
    font-weight: 500;
}
.contact-form .form-grp input::placeholder,
.contact-form .form-grp textarea::placeholder {
    color: #5d5a77;
    font-size: 14px;
    font-weight: 500;
    opacity: .6;
}
.contact-form .form-grp textarea {
    min-height: 125px;
    max-height: 125px;
}
.contact-form .checkbox-grp,
.comment-reply-form .checkbox-grp {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}
.contact-form .checkbox-grp input,
.comment-reply-form .checkbox-grp input {
    width: auto;
    margin-top: 3px;
    margin-right: 9px;
}
.contact-form .checkbox-grp label,
.comment-reply-form .checkbox-grp label {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-body);
    opacity: .8;
    margin-bottom: 0;
    user-select: none;
}
.contact-form [type=button] {
    box-shadow: none;
    padding: 15px 34px;
}
.contact-form [type=button]:hover,
.standard-blog-content .read-more:hover {
    background: var(--color-secondary);
}
.contact-info-wrap {
    background: #f4f4f4;
    border-radius: 12px;
    padding: 38px 55px 45px;
}
.contact-img {
    text-align: center;
    margin-bottom: 55px;
}
.contact-img img {
    max-width: 100%;
}
.contact-info-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact-info-list ul li:last-child {
    margin-bottom: 0;
}
.contact-info-list .icon {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #fff;
    flex: 0 0 45px;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 16px;
    color: var(--color-secondary);
    box-shadow: 0px 2px 14.88px 1.12px rgba(97, 83, 252, 0.11);
}
.contact-info-list .content {
    flex-grow: 1;
}
.contact-info-list .content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
    color: #696969;
}
.contact-social ul,
.blog-details-social ul {
    display: flex;
    align-items: center;
}
.contact-social ul li {
    margin-right: 15px;
}
.blog-details-social ul li {
    margin-right: 10px;
}
.contact-social ul li:last-child,
.blog-details-social ul li:last-child {
    margin-right: 0;
}
.contact-social ul li a,
.blog-details-social ul li a {
    display: block;
}





 .icon_video_play_container{
        position: absolute;
        top: 28%;
        left: 30%;
    }


  @media screen and (max-width:768px){
 
    .icon_video_play_container {
        position: absolute;
        top: 32%;
        left: 34%;
    }

}


.btn_video_play img{
       width: 100px!important;
       height: 100px!important;
}    

    .btn-close, .btn-close:hover {
    position: absolute;
    right: -20px;
    font-size: 25px;
    top: -19px;
    color: #fff;
    cursor: pointer;
    line-height: 18px;
    z-index: 99;
    opacity: 1;
}




.product_details_page_right_info ul,.product_details_page_right_info li {
    list-style: disc;
    list-style-position: inside;
    padding: 0px 0px;
    font-size: 15px;

}

.product_details_page_right_info h3,.product_details_page_right_info h4,.product_details_page_right_info h5{
    padding:15px 0px;
}

@media screen and (max-width: 768px){
    .product_details_page_right_info{
        padding: 20px 20px;
    }

    .owl-prev i, .owl-next i {
       font-size: 15px!important;
        position: absolute;
        top: 8px!important;
        left: 8px!important;
        color: #666;
            
    }




}


table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
table p{
    padding: 0px!important;
    margin: 0px!important;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

table th, table td {
    padding: 0.4rem 0.6rem;
    font-size: 15px;
}

table {
  border: 1px solid #dee2e6;
}

table th,
table td {
  border: 1px solid #dee2e6;
}

table thead th,
table thead td {
  border-bottom-width: 2px;
}





.shop-top-left ul {
    display: flex;
    align-items: center;
}
.shop-top-left ul li {
    line-height: 1;
}
.shop-top-left ul li + li {
    margin-left: 30px;
    color: #282828;
    padding-left: 20px;
    position: relative;
}
.shop-top-left ul li + li::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #dbdbdb;
}
.shop-top-left ul li a {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
    line-height: 1;
}
.shop-top-left ul li a:hover {
    color: var(--color-primary);
}
.shop-top-left ul li a i {
    font-size: 16px;
    margin-right: 10px;
}
.shop-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.shop-top-right form select {
    border: none;
    outline: none;
    color: #282828;
}
.shop-products-wrap .sp-product-item {
    margin-bottom: 30px;
}
.shop-products-wrap {
    margin-bottom: 15px;
}
.shop-details-flex-wrap {
    display: flex;
    align-items: flex-start;
    margin-right: 30px;
}
.shop-details-nav-wrap .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    margin-bottom: 0;
}
.shop-details-nav-wrap .nav-tabs .nav-link img {
    max-width: 100%;
}
.shop-details-nav-wrap .nav-tabs {
    border-bottom: none;
}
.shop-details-nav-wrap {
    width: 91px;
    flex: 0 0 91px;
    margin-right: 20px;
}
.shop-details-nav-wrap ul li + li {
    margin-top: 15px;
}
.shop-details-nav-wrap ul li a.active {
    opacity: .74;
}
.shop-details-img-wrap {
    flex-grow: 1;
    border-width:1px;
border-style:solid;
border-color:black;
}
.shop-details-img-wrap .tab-pane.active {
    animation: none;
}
.shop-details-img img {
    max-width: 100%;
}



.shop-details-content {
    margin-left: -10px;
}
.shop-details-content > .title {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 700;
}
.shop-details-meta ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.shop-details-meta ul li {
    font-size: 13px;
    color: #8d8d8d;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
    margin-top: 11px;
}
.shop-details-meta ul li::before {
    content: "|";
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    color: #dadada;
}
.shop-details-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.shop-details-meta ul li:last-child::before {
    display: none;
}
.shop-details-meta ul li a,
.shop-details-meta ul li span {
    color: #696868;
}
.shop-details-meta ul li.shop-details-review {
    display: flex;
    align-items: center;
}
.shop-details-meta ul li.shop-details-review .rating {
    font-size: 10px;
    letter-spacing: -1px;
    color: #f89846;
    margin-right: 8px;
}
.shop-details-price {
    display: flex;
    align-items: center;
    margin: 27px 0 23px;
}
.shop-details-price .price {
    font-size: 26px;
    font-weight: 700;
    line-height: .9;
    margin-bottom: 0;
}
.shop-details-price .stock-status {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 900;
    margin-left: 15px;
    text-transform: uppercase;
    color: var(--color-primary);
}
.shop-details-content > p {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 30px;
    margin-bottom: 0;
}
.shop-details-list {
    margin: 28px 0 32px;
}
.shop-details-list ul li {
    padding-left: 22px;
    position: relative;
    font-size: 13px;
    color: #8d8d8d;
}
.shop-details-list ul li + li {
    margin-top: 5px;
}
.shop-details-list ul li::before {
    content: "\f35a";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: var(--color-primary);
}
.shop-details-list ul li > span {
    color: #696868;
}
.shop-perched-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.shop-perched-info .sd-cart-wrap {
    margin: 0 15px 15px 0;
    width: 140px;
}
.shop-perched-info .sd-cart-wrap input {
    padding: 13px 50px;
    min-height: 47px;
}
.shop-perched-info .sd-cart-wrap .cart-plus-minus .qtybutton {
    width: 47px;
    height: 47px;
    flex: 0 0 47px;
    border: 6px solid #ebebeb;
}
.shop-perched-info .btn {
    background: var(--color-secondary);
    border-radius: 50px;
    margin-bottom: 15px;
}
.shop-perched-info .btn:hover,.btn2 {
    background: var(--color-primary)!important;
}

.shop-details-bottom .title {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #252525;
}
.shop-details-bottom .title a {
    display: inline-flex;
    align-items: center;
}
.shop-details-bottom .title a i {
    margin-right: 7px;
}
.shop-details-bottom .title a:hover,
.shop-details-bottom ul li a:hover {
    color: var(--color-primary);
}
.shop-details-bottom ul li:last-child {
    margin-bottom: 0;
}
.shop-details-bottom ul li {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #696868;
    font-size: 13px;
}
.shop-details-bottom ul li a {
    color: #898989;
}
.shop-details-bottom {
    margin-top: 23px;
}

.product-desc-wrap {
    padding-top: 85px;
}
.product-desc-wrap .nav-tabs {
    border-bottom: 1px solid #ebebeb;
    justify-content: flex-start;
    margin-bottom: 45px;
}
.product-desc-wrap .nav-tabs .nav-item {
    margin-bottom: 0;
    margin: 0 55px 0 0;
}
.product-desc-wrap .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
.product-desc-wrap .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    background: transparent;
    color: #696868;
    padding: 7px 18px 7px;
    position: relative;
    font-size: 20px;
    font-weight: 400;
   font-family: 'Barlow Semi Condensed', sans-serif;

}
.product-desc-wrap .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #264796;
}

.product-desc-wrap .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: var(--color-secondary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.product-desc-wrap .nav-tabs .nav-link.active::after {
    opacity: 1;
}
.product-desc-content .title {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #252525;
}
.product-desc-img img {
    width: 100%;
}
.product-desc-content .small-title {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #252525;
}
.product-desc-content p {
    margin-bottom: 20px;
    line-height: 31px;
    font-size: 16px;
}
.product-desc-list li {
    font-size: 14px;
    display: block;
    padding-left: 18px;
    position: relative;
    margin-bottom: 10px;
}
.product-desc-list li:last-child {
    margin-bottom: 0;
}
.product-desc-list li::before {
    content: "";
    position: absolute;
    left: 0;
    height: 5px;
    width: 5px;
    background: #505050;
    top: 9px;
}
.product-desc-wrap .tab-pane.active {
    animation: slide-down .3s ease-out;
}
@keyframes slide-down {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}
.shop--area.shop-right-sidebar .row .col-9 {
    padding-left: 15px;
    padding-right: 26px;
}






.home_video_banner_section {
  
 
}


.home_video_banner_section video{
  
  width: 100%; 
  height: 100%;
}








.owl-nav.disabled{
    display: none;
}

.owl-dots.disabled{
    display: none;
}


.product_carousel .owl-nav button {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 0px;
    font-size: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #b0b0b0;
    text-align: center;
}

.product_carousel .owl-nav button {
    opacity: 1;
    visibility: visible;
        background: #fff!important;
    width: 40px!important;
    height: 40px!important;
    border-radius: 20px!important;
   -webkit-box-shadow: 0px 1px 9px 0px rgba(148,143,148,1);
-moz-box-shadow: 0px 1px 9px 0px rgba(148,143,148,1);
box-shadow: 0px 1px 9px 0px rgba(148,143,148,1);

 }

.product_carousel .owl-nav button.owl-next {
    right: 0px;
    left: auto;
}


.product_carousel .owl-nav{
    top: 10px;
}

 .owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
     color: #000;  
    text-decoration: none;
}

.owl-prev i, .owl-next i {
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 12px;
    color: #666;
}

 

.shop-details-img-wrap .tab-content {
    border:1px solid #e1e2e4 ;
    padding:0px 0px ;
 
}

.sp-product-item {
 
    border: 1px solid #e1e2e4;
}




.btn_add_to_cart_on_listing,.btn2 {
    padding: 7px 13px;
    margin: 6px;
    border-radius: 34px;
    font-size: 13px;
}

@media screen and (max-width: 768px){

    .product_carousel .owl-nav button {
     
        top: 50%!important;
    }
   .product_carousel .owl-nav button {
         width: 30px!important;
        height: 30px!important;
         border-radius: 19px!important;
    }

    .product_carousel .owl-nav button {
        
        left: 0px;
    }

    .product_carousel .owl-nav button.owl-next {
        right: 0px!important;
        
    }


    .shop-perched-info .sd-cart-wrap {
        margin: 0 0px 15px 0;
        width: 100%;
    }

    .sp-product-content {
        padding: 20px 7px 16px!important;
    }

    .add_massage_box {
         margin: 0px 0px!important;
          left: 2px!important;
    }


}

.page-title{
    font-size:28px ;
    padding-bottom: 20px;
}


.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    border: #0071dc 2px solid;
}


.chbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.cart-checkout label.chbox {
    border-bottom: 0px;
    font-weight: 500;
}

.chbox {
    display: block;
    position: relative;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    padding: 6px 0px 6px 28px;
    line-height: 20px;
}

.chbox input:checked ~ .checkmark {
    background-color: #0071dc;
}

.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    border: #0071dc 2px solid;
}

.chbox .checkmark:after {
    left: 4px;
    top: 0px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.chbox input:checked ~ .checkmark:after {
    display: block;
}

.cart-checkout label {
    font-weight: normal;
    line-height: 20px;
}


.add_massage_box{font-size: 12px;margin: 4px 0px;padding: inherit;position: absolute;left: 43px;} 

.add_massage_box .alert{
    padding: 9px;
    margin:0px;
}


.ptb-100 {
    padding-top: 67px;
    padding-bottom: 67px;
}

.badge2{
    margin:4px;
    padding: 8px 12px;
    border-radius: 16px;
}


.form-group {
    margin-bottom: 15px;
}
 
.select2-container .select2-selection--single .select2-selection__rendered {
    background: #f5f5f5;
    line-height: 40px;
}
 
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
}

.select2-container .select2-selection--single {
    
    height: 33px;

}
    
.page-link {
 
    color: #4eb92d;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #4eb92d;
    border-color: #4eb92d;
}



.footer-newsletter-box .form-error{
    color:#fff;
}

.no_btn{
    background: none;
    border: none;
}


.don_wislist{
    background:#4eb92d!important;
    color:#fff;
}




ul,li{
    list-style: none;
    list-style-position: inside;
    padding:0px ;
}

#search-resp-list{
    max-height: 400px;
    overflow-y: auto;
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 99;
    left: 0px;
    display: block!important;
    top: 53px;
}




.search-results{list-style: none;padding: 0px;}

.search-results li{
border-bottom:#fff 1px solid;
padding-bottom: 12px;
margin-top: 12px;
padding: 13px;}

.search-results li:hover{
    background: #f9e5ed;
}
.search-results .search-item-img img{
    width: 45px;
    margin-right: 12px;
}

.search-results .search-item-img{float: left;}

.search-results .search-item-title{
    color:#000;
    font-size: 16px;

    display: block;

    padding-top: -3px;
}


.search-results .price-compare{
    text-decoration: line-through;
    margin-right: 8px;
}

.search-results .price-sale{
    color: #000;
}


 
 /***For google language translator widget***/
.fa-globe-asia{
float:left!important;
line-height: 30px;
color: #fff;
 }

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    color: #fff!important;
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b div, .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:link div, .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:visited div, .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:active div {
    color: #fff!important;
    background: #FFF;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    text-decoration: none;
    color: #fff!important;
}


#google_translate_element{
padding-right:4px;
}

.goog-te-gadget-icon{
display:none!important;
}

.goog-te-gadget-simple{
background:none!important;
 border:none!important;
}

.goog-te-menu-value{
color:#FFFFFF!important;
}

/***End for google language translator widget***/



 .zoom_effect,
  .categories_show_on_frontend_dropdown_item_image,
  .image-box,
  .post-image {

    position: relative;
  }

  .zoom_effect img,
  .categories_show_on_frontend_dropdown_item_image img,
  .image-box img,
  .post-image {

    transition: transform 0.3s ease; /* Smooth transition for the hover effect */
  }

  .zoom_effect:hover img,
  .categories_show_on_frontend_dropdown_item_image:hover img,
  .image-box:hover img,
  .post-image:hover img {
    transform: scale(1.1); /* Scale the image on hover */
    outline: auto;
  }
