
/*Default stylesheet;
Author :SOFIKART; 
Release Date : 2/09/2021;
Developed : Wayindia;
Write by : Anjana pradhan;
Version : 1:1:0;*/

@font-face {
  font-family: Roboto-Light;
  src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: Roboto-Medium;
  src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: Roboto-Thin;
  src: url(../fonts/Roboto-Thin.ttf);
}
@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: Roboto-Black;
  src: url(../fonts/Roboto-Black.ttf);
}

body{
    font-family: 'Abel', sans-serif;
    font-size: 16px;
}
.mobile_nav {
    margin: 0px auto;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dcd9d9;
    border-top: 1px solid #d2c7c7;
}

.navbar-nav .nav-item {
    display: inline-flex;
    margin-top: 0;
    float: none;
}

#mobile_menu ul.navbar-nav.mobile_nav {
    display: inline-block;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(249 87 7);
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / 48%);
}

  /*start header*/
.bg-light {
    background-color: #ffffff!important;
    padding: 17px;
}

li.nav-item  {
    font-size: 14px;
    margin: 0 10px;
    letter-spacing: 0.5px;
    margin-top: 0px;
    color: #1d1e23;
}

#mobile_menu li.nav-item a {
    font-size: 14px;
    margin: 0 10px;
    letter-spacing: 0.5px;
    margin-top: 0px;
    color: #1d1e23;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(249 87 7);
}
.form_sec {
    position: absolute;
    top: 1.7rem;
}
input.form-control.main_control {
    width: 345px;
  }
input.form-control.main_control {
    width: 527px;
    height: 45px;
    border-radius: 4rem;
  }
button.btn.btn-success.my_btn {
    position: relative;
    right: 48px;
    height: 43px;
    width: 48px;
    border-radius: 0 21px 21px 0px;
   transition: 0.4s;
  }
button.btn.btn-success.my_btn:hover {
    background: #f95707;
    border: 1px solid #f95707;
}
  span.cart_icon {
    margin-left: 10px;
  }

  span.cart_icon i:after {
       content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: #f95707;
    margin: 0 1px;
    border-radius: 30px;
  }
  span.cart_icon i {
    color: #aea9a9;
}

span.number, .count-cart {
    position: absolute;
    font-size: 11px;
    margin-bottom: 2px;
    color: #ffffff;
    z-index: 1;
    font-weight: bold;
    margin-left: 5px;
}
.right_menu {
    float: right;
    line-height: 0;
    position: relative;
    margin: -2px 0;
    text-transform: capitalize;
}
.right_nav {
    background: #f2f2f2;
    padding: 19px;
    position: relative;
}
.right_menu span a {
    padding: 0 11px;
    color: #7d7f81;
    text-decoration: none;
}

span.r_span:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    background: #d1d1d1;
    margin-top: -7px;
    margin-left: 6px;
}
span.r_span i {
    font-size: 15px;
    line-height: 3px;
}
/*ul.navbar-nav.mr-auto.mt-5 {*/
/*    width: 50% !important;*/
/*    margin: -20px auto;*/
/*}*/
.modal-header1 {
    background: url(../img/login-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 135px;
}

.modal-body.login_modal {
    padding: 26px;
}
.login_cl {
    background: #e86d30;
    border: 1px solid #e86d30;
    color: #ffffff;
    padding:5px;
}
span.u_icon a {
    color: #3f3c3c8c;
    text-decoration: none;
}

.fixed {
    position: fixed;
    width: 100%;
    z-index: 2;
        top: 0;
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

.icon_section {
    margin-right: 3rem;
}

li.nav-item.dropdown {
    list-style-type: none;
}
.dtl-sec .nav-link {
    display: inline-block;
    padding: 0;
}
 
  span.u_icon:hover a {
    color: #f95707;
}
li.nav-item.dropdown a:hover {
    color: #f95707;
}
li.nav-item.dropdown a {
    color: #868b8b;
    font-size: 14px;
}
.dropdown_from {
    display: none;
}
 .dropdown_form {
    position: absolute;
      top: 100%;
      width: 100%;
}
 .dropdown_form .result {
    width: 100%;
    padding: 4px;
    background-color: #f5f7fa;
    border-left: 1px solid #e6e9ed;
    border-right: 1px solid #e6e9ed;
    cursor: pointer;
}
li.result {
    background: #f2f2f2;
    padding: 1px 20px;
    margin: 0px 13px;
    border-bottom: 1px solid #9e9fa0;
}
.modal-dialog.login_modal{
    margin: 9.75rem auto;
}

.form-control:focus{border-color: #f95707;}

.modal-header1 button.close {
    padding: 3px 8px;
    background-color: #ef611b;
    border: 1px solid #ed5408;
    border-radius: 22px;
    color: white;
    z-index: 3;
}

.modal-header2 button.close {
    padding: 3px 8px;
    background-color: #ef5306;
    border: 0;
    border-radius: 21px;
    z-index: 4;
}

.modal-header.main button.close {
    background-color: #00000038;
    border: 0;
    padding: 2px 6px !important;
    border-radius: 30px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    box-shadow: 0 10px 20px rgb(155 150 150 / 28%), 0 6px 6px rgb(0 0 0 / 0%);
    border: none;
    border-radius: 1.25rem
}

/*end header css*/

/*banner css*/
.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}
button.owl-dot.active {
    border: unset;
}
#owl-carousel .owl-dots {
    position: relative;
    margin-top: -40px;
}

button:focus {
    outline: unset !important;
    outline: unset !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f95707;
    border: 1px solid #fa6a23 !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 7px;
    background: #837f7f;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme:hover .owl-nav [class*=owl-] {
    background: unset;
    color: #f95707;
    text-decoration: none;
}
.owl-nav .owl-prev {
    position: relative;
    float: left;
    bottom:17.5rem;
}
.owl-nav .owl-next {
    position: relative;
    float: right;
    bottom:17.5rem;
}
.owl-next span {
    font-size: 72px;
}
.owl-prev span {
    font-size: 72px;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    font-family: monospace;
}
h3.seling_header {
    position: relative;
    padding: 9px;
    border-bottom: 1px solid #ced2d5;
}
.main_slider img {
    padding: 11px;
}
.main_slider {
    padding: 22px 0;
}
span.main_price {
    margin-left: 8px;
    text-decoration: line-through;
    color: #aeafb0;
}
/* end banner css*/

/* start categorie*/
div#categorie_shirt {
    position: relative;
    display: inline-block;
}
#categorie_section {
    display: inline-block;
    /*padding: 27px;*/
    width:100%;
    
}


div#product_section {
    overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

/* end  categorie*/

/* sub heading css*/
div#tmservicecmsblock {
    display: inline-block;
    overflow: hidden;
    position: relative;

}
#tmservicecmsblock {
    margin-bottom: 20px;
}
#tmservicecmsblock {
    width: 100%;
    float: left;
    padding: 22px 0;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}


.ttmainserviceblock .serveinnerblock {
    float: left;
    width: 25%;
    text-align: left;
    position: relative;
    cursor: pointer;
}
.service-block {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: default !important;
}

.ttmainserviceblock .service-block .imagdiv.imagdiv1 {
    background-position: center -64px;
}

.service-intro-bottom {
    padding: 3px 0 0;
    /*overflow: hidden;*/
    float: none;
    width: auto;
}
.ttmainserviceblock .service-title_intro {
    padding: 0;
    font-size: 13px !important;
    font-weight: 500;
    text-transform: capitalize;
    color: #8a8a8a;
    margin: 0;
    line-height: 26px;
    letter-spacing: .4px;
    direction: ltr!important;
}
.service-content_intro.service-content_intro {
    color: gray;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    letter-spacing: .4px;
    line-height: 18px;
    text-transform: capitalize;
}

.serveinnerblock1::after, .serveinnerblock2::after, .serveinnerblock3::after {
    background: #e6e6e6;
    content: "";
    width: 1px;
    right: 0;
    position: absolute;
    bottom: 0;
    top: 10px;
    height: 40px;
    left: auto;
    margin: 0 auto;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.ttmainserviceblock .service-block .imagdiv {
    background: url(../img/services.png) no-repeat center center;
    height: 35px;
    width: 35px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: 12px;
    margin-top: 6px;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -khtml-transition: 0.3s;
    float: left;
}

.ttmainserviceblock .serveinnerblock {
    float: left;
    width: 25%;
    text-align: left;
    position: relative;
    padding-left: 57px;
    cursor: pointer;
}
.ttmainserviceblock .service-block:hover .imagdiv.imagdiv2 {
    background-position: center -136px;
}

.ttmainserviceblock .service-block .imagdiv.imagdiv2 {
    background-position: center -205px;
}
.ttmainserviceblock .service-block:hover .imagdiv.imagdiv1 {
    background-position: center 5px;
}

.ttmainserviceblock .service-block:hover .imagdiv.imagdiv3 {
    background-position: center -277px;
}
.ttmainserviceblock .service-block .imagdiv.imagdiv3 {
    background-position: center -347px;
}


.ttmainserviceblock .service-block:hover .imagdiv.imagdiv4 {
    background-position: center -420px;
}
.ttmainserviceblock .service-block .imagdiv.imagdiv4 {
    background-position: center -495px;
}

/* end sub heading css*/

/*start product css*/

.tab-content>.active {
    display: block;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block!important;
/*    overflow: hidden;*/
}

.products-section-title {
    clear: both;
    color: #818385;
    font-size: 26px;
    letter-spacing: 0;
    margin: 0 0 13px;
    position: relative;
    text-transform: capitalize!important;
    font-weight: 600;
    width: auto;
    text-align: center;
    line-height: 30px;
    float: left;
   margin: 12px 0px;
}
h3.top {
    font-size: 26px;
    font-weight: 600;
    color: #999ba0;
    margin: 12px 36px;
}

/*.products .product_list {*/
/*    clear: both;*/
/*   margin: 0 -16px;*/
/*}*/

.tm-carousel {
    position: relative;
    float: left;
    width: 100%;
}
.products .product_list li.product_item, .products .product_list li.item {
    list-style-type: none;
    /*padding:15px ;*/
}
.products .product-miniature {
    margin: 0;
    position: relative;
    background: #fff;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block!important;
/*    overflow: hidden;*/
}
.products .thumbnail-container, .product-accessories .thumbnail-container {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    display: inline-block;
    padding: 20px;
}
.products .product-thumbnail {
    display: block;
    background: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
ul li .product-miniature a img {
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
}

.products img {
    max-width: 100%;
    /* height: 300px; */
    position: relative;
    margin: 0 auto;
}
.products img {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
}
.products img.img_1 {
    left: 0;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
}

ul li .product-miniature a img {
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
}
.image-grid-similarColorsCta {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    z-index:1;
    color: #000;
    right: 11px;
    bottom: 69px;
    border: 1px solid #dadade;
    line-height: 33px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    will-change: contents;
    background: #fff;
}
.product-similarItemCta:hover {
    border-radius: 40px;
    width: 132px;
}
/*div#similarItemCta {*/
/*    position: relative;*/
/*    width: 94%;*/
/*    margin-left: 104px;*/
/*    margin-top: -28px;*/
/*    z-index: 4;*/
/*}*/


.products .product-miniature .product-actions, .products .product-miniature .product-actions-main {
    margin: 0;
    position: absolute;
    right: -50px;
    left: auto;
    top: 13px;
    bottom: auto;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: auto;
}
.products .product_list .quick-view {
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJleWUiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1leWUgZmEtdy0xOCIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNNTcyLjUyIDI0MS40QzUxOC4yOSAxMzUuNTkgNDEwLjkzIDY0IDI4OCA2NFM1Ny42OCAxMzUuNjQgMy40OCAyNDEuNDFhMzIuMzUgMzIuMzUgMCAwIDAgMCAyOS4xOUM1Ny43MSAzNzYuNDEgMTY1LjA3IDQ0OCAyODggNDQ4czIzMC4zMi03MS42NCAyODQuNTItMTc3LjQxYTMyLjM1IDMyLjM1IDAgMCAwIDAtMjkuMTl6TTI4OCA0MDBhMTQ0IDE0NCAwIDEgMSAxNDQtMTQ0IDE0My45MyAxNDMuOTMgMCAwIDEtMTQ0IDE0NHptMC0yNDBhOTUuMzEgOTUuMzEgMCAwIDAtMjUuMzEgMy43OSA0Ny44NSA0Ny44NSAwIDAgMS02Ni45IDY2LjlBOTUuNzggOTUuNzggMCAxIDAgMjg4IDE2MHoiPjwvcGF0aD48L3N2Zz4=);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
    font-size: 0;
    height: 35px;
    padding: 0;
    width: 35px;
    position: relative;
    display: block;
    margin-top: 10px;
}
.products li.item:hover .product-actions, .products li.product_item:hover .product-actions, .products li.item:hover .product-actions-main, .products li.product_item:hover .product-actions-main {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    right: 14px;
    left: auto;
}
.product-flags {
    margin: 0;
}
.products .product-miniature .online-only, .products .product-miniature .on-sale, .products .product-miniature .discount, .products .product-miniature .pack {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 25px;
    z-index: 0;
    display: none;
    left: 10px;
}
.products .product-miniature .product-flags .new {
    position: absolute;
    left: 10px;
    top: 5px;
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    display: none;
}

#products .product-description, .products .product-description, .product-accessories .product-description {
    text-align: center;
    float: left;
    width: 100%;
    padding: 0px;
}
.product-actions-main .quick-heart, .product-actions-main a.quick-heart-selected {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
    font-size: 15px;
    height: 35px;
    padding: 0;
    width: 35px;
    position: relative;
    display: block;
    margin-top: 10px;
    line-height: 35px;
}
.product-actions-main .quick-heart, .product-actions-main a.quick-heart-selected {
    cursor: pointer;
}
a.quick-heart-selected {
    color: red;
}

.comments_note div.star, #productCommentsBlock div.star {
    display: inline-block;
    float: left;
    width: 12px;
    height: 12px;
}
.products .product_list li .quick-view:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJleWUiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1leWUgZmEtdy0xOCIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNTcyLjUyIDI0MS40QzUxOC4yOSAxMzUuNTkgNDEwLjkzIDY0IDI4OCA2NFM1Ny42OCAxMzUuNjQgMy40OCAyNDEuNDFhMzIuMzUgMzIuMzUgMCAwIDAgMCAyOS4xOUM1Ny43MSAzNzYuNDEgMTY1LjA3IDQ0OCAyODggNDQ4czIzMC4zMi03MS42NCAyODQuNTItMTc3LjQxYTMyLjM1IDMyLjM1IDAgMCAwIDAtMjkuMTl6TTI4OCA0MDBhMTQ0IDE0NCAwIDEgMSAxNDQtMTQ0IDE0My45MyAxNDMuOTMgMCAwIDEtMTQ0IDE0NHptMC0yNDBhOTUuMzEgOTUuMzEgMCAwIDAtMjUuMzEgMy43OSA0Ny44NSA0Ny44NSAwIDAgMS02Ni45IDY2LjlBOTUuNzggOTUuNzggMCAxIDAgMjg4IDE2MHoiPjwvcGF0aD48L3N2Zz4=);
    background-color: #f39787;
}

#products .product-title, .products .product-title, .product-accessories .product-title {
    text-transform: capitalize;
    display: inline-block;
    line-height:0px;

}
.product-title a:hover {
    color: #f95707;
}
.product-title a {
    color: #7e8489;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 18px;
    letter-spacing: .4px;
    transition: 0.3s;
}
.products .product-price-and-shipping, .product-price {
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
    font-size: 17px;
    font-weight:700;
    letter-spacing: .4px;
    line-height: 22px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.products .regular-price {
    color: #999;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    text-decoration: line-through;
    vertical-align: middle;
    line-height: 20px;
}
.products .highlighted-informations {
    display: none;
}
.color {
    border: 1px solid #666;
}

.color, .custom-checkbox input[type="checkbox"]+span.color {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 3px;
    cursor: pointer;
    background-size: contain;
}

.color, .custom-checkbox input[type="checkbox"]+span.color {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 3px;
    cursor: pointer;
    background-size: contain;
}

.product_item:hover img.replace-2x, .products li.item:hover img.replace-2x {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    margin: 0 auto;
}


/*sub slider*/
.bbb_viewed_name {
    margin-top: 3px;
    font-size: 14px;
    color: #919495;
    letter-spacing: 0.2px;
}
.bbb_viewed_name:hover {
color: #f95707;
transition: 0.3s;
text-decoration: none; 
}
.bbb_viewed_content {
    width: 100%;
}
.bbb_viewed_price {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}
h3.seling_header {
    font-weight: 700;
    color: #a6a7a8;
}

#owl-carousel000.owl-theme .owl-nav {
    margin-top: -1rem;
}

/*footer banner*/
.footer_banner {
    width: 100%;
}
/* end footer banner*/
/*footer*/

.footer_s {
    padding: 21px;
}

.footer {
    background: #eae9e9;
}
.foot_section {
    position: relative;
    padding: 45px 0;
}

.footer_ss {
    background: #eae9e9;
}
a.m_card {
    padding: 0 5px;
}
.f_icon img {
    width: 40px;
}
a.text-muted {
    font-size: 80%;
    line-height: 34px;
    position: relative;
    left: 1px;
}
.text-muted {
    line-height: 34px;
    top: 0px;
}
a:hover.text-muted {
    color: #f95707 !important;
}

a:hover.footer_link {
    color: #f95707 !important;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,.125);
}

li.h-icon {
    font-size: 28px;
    margin: 0 7px;
}
i.fab.fa-youtube {
    color: #d70c0c;
}

i.fab.fa-twitter {
    color: #03a9f4;
}
i.fab.fa-facebook-f {
    color: #475993;
}
.first_foot i {
    position: relative;
    margin: 9px 6px;
    color: #f95707;
}
.first_foot {
    display: flex;
}

.sec_foot {
    display: flex;
}
.call i {
    margin: 7px 6px;
    color: #f95707;
}
.mail i {
    margin: 9px 5px;
    color: #f95707;
}
.th_sec {
    display: flex;
}



/*start zooming*/
 /*html { position: relative; min-height: 100%; }*/
 /*   body { position: absolute; left:0; right: 0; min-height: 100%; background:#fff; margin:0; padding:0; font-size: 100%; }*/
 /*   body, td {*/
 /*       font-family: 'Helvetica Neue', Helvetica, 'Lucida Grande', Tahoma, Arial, Verdana, sans-serif;*/
 /*       line-height: 1.5em;*/
 /*       -webkit-text-rendering: geometricPrecision;*/
 /*       text-rendering: geometricPrecision;*/
 /*   }*/
  
    a { outline: none; }


    .cfg-btn {
        background-color: rgb(22 23 23);
        color: #fff;
        border: 0;
        box-shadow: 0 0 1px 0px rgba(0,0,0,0.3);
        outline:0;
        cursor: pointer;
        width: 200px;
        padding: 4px;
        font-size: 1em;
        position: relative;
        display: inline-block;
        margin: 10px auto;
    }
    .cfg-btn:hover:not([disabled]) {
        background-color: rgb(22 23 23);
    }
    .mobile-magic .cfg-btn:hover:not([disabled]) { background: rgb(249 87 4); }
    .cfg-btn[disabled] { opacity: .5; color: #808080; background: #ddd; }

    .cfg-btn.btn-preview,
    .cfg-btn.btn-preview:active,
    .cfg-btn.btn-preview:focus {
        font-size: 1em;
        position: relative;
        display: block;
        margin: 10px auto;
    }

    .cfg-btn,
    .preview,
    .app-figure,
    .api-controls,
    .wizard-settings,
    .wizard-settings .inner,
    .wizard-settings .footer,
    .wizard-settings input,
    .wizard-settings select {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .preview,
    .wizard-settings {
        padding: 10px;
        border: 0;
        min-height: 1px;
    }
    .preview {
        position: relative;
    }

    .api-controls {
        text-align: center;
    }
    .api-controls button,
    .api-controls button:active,
    .api-controls button:focus {
         width: 24px; font-size:1em;
         white-space: nowrap;
    }

    .app-figure {
        /*width: 45% !important;*/
        margin: 0px auto;
        border: 0px solid red;
        padding: 20px;
        position: relative;
        text-align: center;
    }
    .selectors { margin-top: 10px; }
    .selectors .mz-thumb img {    max-width: 40px;
    transition: 0.5s;
    padding: 0 2px; }

    .app-code-sample {
        max-width: 80%;
        margin: 30px auto 0;
        text-align: center;
        position: relative;
    }
    .app-code-sample input[type="radio"] {
        display: none;
    }
    .app-code-sample label {
        display: inline-block;
        padding: 2px 12px;
        margin: 0;
        font-size: .8em;
        text-decoration: none;
        cursor: pointer;
        color: #666;
        border: 1px solid rgba(136, 136, 136, 0.5);
        background-color: transparent;
    }
    .app-code-sample label:hover {
        color: #fff;
        background-color: rgb(253, 154, 30);
        border-color: rgb(253, 154, 30);
    }
    .app-code-sample input[type="radio"]:checked+label {
        color: #fff;
        background-color: rgb(110, 110, 110) !important;
        border-color: rgba(110, 110, 110, 0.7) !important;
    }
    .app-code-sample label:first-of-type {
        border-radius: 4px 0 0 4px;
        border-right-color: transparent;
    }
    .app-code-sample label:last-of-type {
        border-radius: 0 4px 4px 0;
        border-left-color: transparent;
    }

    .app-code-sample .app-code-holder {
        padding: 0;
        position: relative;
        border: 1px solid #eee;
        border-radius: 0px;
        background-color: #fafafa;
        margin: 15px 0;
    }
    .app-code-sample .app-code-holder > div {
        display: none;
    }
    .app-code-sample .app-code-holder pre {
        text-align: left;
        white-space: pre-line;
        border: 0px solid #eee;
        border-radius: 0px;
        background-color: transparent;
        padding: 25px 50px 25px 25px;
        margin: 0;
        min-height: 25px;
    }
    .app-code-sample input[type="radio"]:nth-of-type(1):checked ~ .app-code-holder > div:nth-of-type(1) {
        display: block;
    }
    .app-code-sample input[type="radio"]:nth-of-type(2):checked ~ .app-code-holder > div:nth-of-type(2) {
        display: block;
    }

    .app-code-sample .app-code-holder .cfg-btn-copy {
        display: none;
        z-index: -1;
        position: absolute;
        top:10px; right: 10px;
        width: 44px;
        font-size: .65em;
        white-space: nowrap;
        margin: 0;
        padding: 4px;
    }
    .copy-msg {
        font: normal 11px/1.2em 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
        color: #2a4d14;
        border: 1px solid #2a4d14;
        border-radius: 4px;
        position: absolute;
        top: 8px;
        left: 0;
        right: 0;
        width: 200px;
        max-width: 70%;
        padding: 4px;
        margin: 0px auto;
        text-align: center;
    }
    .copy-msg-failed {
        color: #b80c09;
        border-color: #b80c09;
        width: 430px;
    }
    .mobile-magic .app-code-sample .cfg-btn-copy { display: none; }
    #code-to-copy { position: absolute; width: 0; height: 0; top: -10000px; }
    .lt-ie9-magic .app-code-sample { display: none; }

    .wizard-settings {
        background-color: #4f4f4f;
        color: #a5a5a5;
        position: absolute;
        right: 0;
        width: 340px;
    }
    .wizard-settings .inner {
        width: 100%;
        margin-bottom: 30px;
    }
    .wizard-settings .footer {
        color: #c7d59f;
        font-size: .75em;
        width: 100%;
        position: relative;
        vertical-align: bottom;
        text-align: center;
        padding: 6px;
        margin-top: 10px;
    }
    .wizard-settings .footer a { color: inherit; text-decoration: none; }
    .wizard-settings .footer a:hover { text-decoration: underline; }

    .wizard-settings a { color: #cc9933; }
    .wizard-settings a:hover { color: #dfb363; }
    .wizard-settings table > tbody > tr > td { vertical-align: top; }
    .wizard-settings table { min-width: 300px; max-width: 100%; font-size: .8em; margin: 0 auto; }
    .wizard-settings table caption { font-size: 1.5em; padding: 16px 8px; }
    .wizard-settings table td { padding: 4px 8px; }
    .wizard-settings table td:first-child { white-space: nowrap; }
    .wizard-settings table td:nth-child(2) { text-align: left; }
    .wizard-settings table td .values {
        color: #a08794;
        font-size: 0.8em;
        line-height: 1.3em;
        display: block;
        max-width: 126px;
    }
    .wizard-settings table td .values:before { content: ''; display: block; }

    .wizard-settings input,
    .wizard-settings select {
        width: 126px;
    }
    .wizard-settings input {
        padding: 0px 4px;
    }
    .wizard-settings input[disabled] {
        color: #808080;
        background: #a7a7a7;
        border: 1px solid #a7a7a7;
    }


    /*@media (min-width: 0px) {*/
    /*    .preview { width: 100%; float: none; }*/
    /*}*/

    @media (min-width: 1024px) {
        /*.preview { width: calc(100% - 340px); }*/
        .wizard-settings { top: 0; min-height: 100%; }
        /*.wizard-settings .inner { margin-top: 60px; }*/
        .wizard-settings .footer { position: absolute; bottom: 0; left: 0; }
        .wizard-settings .settings-controls {
            position: fixed;
            top: 0; right: 0;
            width: 340px;
            padding: 10px 0 0;
            text-align: center;
            background-color: inherit;
        }
    }
    @media screen and (max-width: 1024px) {
        .api-controls button, .api-controls button:active, .api-controls button:focus {
          width: 70px;
        }
    }
    @media screen and (max-width: 1023px) {
        /*.app-figure { width: 98% !important; margin: 50px auto; padding: 0; }*/
        .app-code-sample { display: none; }
        .wizard-settings { width: 100%; }
    }
    @media screen and (max-width: 600px) {
        .mz-thumb img { max-width: 39px; }
    }
    @media screen and (max-width: 560px) {
        .api-controls .sep { content: ''; display: table; }
    }
    @media screen and (min-width: 1600px) {
        /*.preview { padding: 10px 160px; }*/
         .api-controls {
    position: absolute;
    top: 40rem;
} 
}
button.cfg-btn.f1 {
    width: 24px;
    font-size: 1em;
    white-space: nowrap;
}
button.cfg-btn.f2 {
    width: 24px;
    font-size: 1em;
    white-space: nowrap;
}
button.cfg-btn.f2 {
    position: relative;
    float: right;
}

button.cfg-btn.f1 {
 position: relative;
    float: left;
}

#breadcrumb_wrapper {
    float: left;
    text-align: left;
    display: block;
    padding: 0;
    margin: 0;
    right: 0;
    left: 2.4rem;
    top: 33px;
    width: 76%;
    position: relative;
}
.swatch .swatch-element {
    float: left;
    margin: 5px 8px 0 0;
    position: relative;
    border: 1px solid #a4a2a200!important;
}
figure {
       display: inline-block!important;
}
span.image-grid-iconText {
    font-size: 14px;
}
  /*end zooming*/

/*production details section*/

.rat_sec.d-flex {
    font-size: 13px;
    color: #afb2b4;
    margin: 10px 0;
}
.rat_sec.d-flex i {
    margin: 0 2px;
}
.bbb_viewed_price1 {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    margin: 17px 0;
}
label.num_lbl {
    background:#f2f2f2;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    margin: 0 2px;
    border: 1px solid #c5bebe;
}
.watch label.num_lbl {
       margin-top: 33px;
           margin-left: 7px;
}
span.size {
    position: absolute;
}
a.s_chart {
    position: absolute;
    cursor: pointer;
    font-weight:700;
}
a.s_chart:hover {
    color: #f95707;
}
.view {
    cursor: pointer;
}
.watch {
    padding: 27px 0;
}

.color_chart {
    display: flex;
}

label.num_lbl1 {
    background: #f2f2f2;
    border-radius: 20px;
    padding: 7px 7px;
    margin: 0 2px;
    border: 1px solid #c5bebe;
    margin: 0 79px;
}
span.control-label {
    margin:0px;
}
.listing_section {
    padding: 73px 0px;
    color: grey;
}
span.num_sp i {
    padding: 4px 4px;
    border-radius: 12px;
    background: #100f0f;
    color: white;
     
}
.product-quantity .qty {
    margin-bottom: .5rem;
    margin-left: 24px;
}

.qty {
    display: inline-flex;
}
.minus, .plus {
    width: 60px;
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 5px 17px;
}
.qt-text {
    height: 40px;
    width: 60px;
    text-align: center;
    font-size: 16px;
    border-radius: 0px;
    vertical-align: middle;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #a09595;
}
.product-actions .control-label, .product-actions-main .control-label {
    display: block;
    color: #747070;
    font-weight: 500;
}

.welcome-header img {
    position: relative;
    margin: 0px 171px;
    bottom: 0px;
}
.welcome-header {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
}
.modal-header2 {
    border: none;
    margin: 0;
    /*padding: 0px 9px;*/
}
.signInContainer {
    padding: 22px;
}
.wishlist_icon, .wishlist_selected {
    position: absolute;
    right: 13px;
    margin: 13px auto;
    font-size: 24px;
    z-index: 2;
}
.wishlist_icon.wishlist_selected {
    color: #cf0808;
}
.wishlist_icon {
    color: white;
}
.wishlist_icon:hover {
    color: red;
}
/*.product-description {*/
/*    position: absolute;*/
/*    margin-top: 13rem;*/
/*}*/

.read-more-content{
	display: none;
}
.read-more{
	display: inline-block;
}
.timeline-info {
	position: relative;
	background: #f3f1f1;
	padding: 24px 20px 18px;
	margin-bottom: 12px;
	border: 1px solid #f3f1f1;
	border-radius: 8px;
	margin-left: 54px;
}
ul.status-meeting {
    text-decoration: none;
    list-style-type: none;
    color: #8c8a96;
    position: relative;
    padding: 0;

}
.description {
    margin-top: -40px;
}
a.read-more {
    color: grey;
}
button.btn.btn-success.buy-now {
    letter-spacing: 1px;
}

button.btn.btn-primary.add-to-cart {  letter-spacing: 1px;
}

ol.breadcrumb.p_ss {
    padding: 0;
    background: none;
    /*margin: 3px 4px;*/
    font-size: 14px;
}
td:first-child {
    font-weight: bold;
}

table tr td {
    text-align: left;
}

.modal-header.cart_modal {
    margin: 0;
    padding: 0;
    border: 0;
}

.modal-dialog.dailog_box{
 margin:20.75rem auto;
}

button.btn.btn-primary.add-to-cart {
    padding: 6px 20px;
}
button.btn.btn-primary.add-to-cart {
    background: #f95707;
    border: 1px solid #f95707;
}
button.btn.btn-primary.add-to-cart:hover {
    background: #140f0f;
    border: 1px solid #070404;
}
button.btn.btn-success.buy-now {
      padding: 6px 20px;  
}

button.btn.btn-success.buy-now:hover {
    background: #121110;
    border: 1px solid #100c0b;
}
.col-md-12.p_card {
    margin-top: -25px;
}

#similarItemCta:hover a {
    color: #f95707;
}

#similarItemCta a {
    color: #2e2d2d;
}
.col-md-7.rat_ss {
    margin-top: -5rem;
}

a.nt:hover {
    color: #f95707;
}
a.nt {
    color: #92989b;
}


/*end product details*/

/*rating*/
     .search-result {
position: absolute;
   top: 45px;
    left: 0;
    z-index: 999;
}
.search-result .search-list {
  list-style-type: none;
    padding: 5px 10px 0 10px;
    background: #ffffff !important;
    height: auto;
    overflow: auto;
    width: 627px;
   
}
.search-result .search-list .programme-title {
    color: #FFF;
    font-size: 13px;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
    line-height: 18px;
      background: #ffffff2b;
    border-bottom: 1px dashed #eaeaea;
}
.search-result .search-list .programme-title a {
    color: #000;
    display: block;
    padding: 5px;
}
.search-result .search-list .programme-title a:hover {
    color: #2a897b;
}


.progress {
     display: flex; 
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
}
.progress {
    display: flex;
      width:40%;
    height: 7.79px;
    margin-bottom: 1rem;
    border-radius: unset;
}

.hr {
    border-top: 2px solid #d7cece;
}
.img-sec img {
    display: block;
    max-width: 54px;
    margin: 10px 5px;
}

.thumb {
	margin-bottom: 15px;
}
.thumb:last-child {
	margin-bottom: 0;
}
/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
.thumb 
figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumb 
figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
 
 .magnific-img img {
    width: 100%;
    height: auto;
}
/*.mfp-bottom-bar,*{*/
/*   font-family: 'Abel', sans-serif;*/
/*}*/
.magnific-img {
    display: inline-block;
    width: 32.3%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: black;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
     width: auto;
    max-width: 50%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
    float: left;
    display: block;
    overflow: hidden;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #fff; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    position: relative;
    cursor: auto;
    float: left;
    left: 0;
    width:50%;
}

.mfp-title {
    line-height: 18px;
    color: #090909;
    word-wrap: break-word;
    margin-top: 59px;
    position: absolute;
   padding: 3px 12px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
    
    .magnific-img {
    display: inline-block;
    width: auto;
}

.mfp-figure figure {
    margin: 0;
    width: 800px;
}

h4 span:before {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
  font-size: 8.6px;
    font-weight:bold;
      color: white;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color:white;}
    .rt {
    font-size: 18px;
}



h4 span {
  font-size: 8.8px;
    background: red;
    color: white;
    padding: 2px 3px;
    font-weight: bold;
}


p.r_star {
    font-size: 43px;
    margin: 26px 0;
}
.progress.main_bar {
    width:60%;
        height: 4.79px;
        margin-top: 3px;
}
.i_c {
          line-height: 1px;
    font-size: 9px;
    margin-right: 3px;
}

span.r_mark {
 line-height: 8px;
    position: relative;
    left: 6px;
}
p.r_star:after {
content: "";
    position: absolute;
    width: 1px;
    height: 105px;
    background: #14121233;
margin: -36px 63px;
}

.r_sec.row {
    width: 77%;
}
.p-rating {
    margin-top: 12px;
}
p.c_s {
       font-size: 17.5px;
    position: relative;
    margin-top: 20px;

}
p.verify {
    position: relative;
    margin-top: -10px;
}

@media (max-width: 480px){
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block!important;
   /*overflow: hidden !important; */
}
  img.img-fluid.ssec{
    max-width: 30%;
    height: auto;
}
    small.gg{font-size: 80%;
    font-weight: 400;
    position: relative;
    left: -4px;
    bottom: 99px;
    z-index: 1;
    top: -2px !important;
    }
#categorie_section{margin-top: -2rem;}

#owl-carousel .owl-dots {
    position: relative;
     margin-top: 0px; 
}
  
h3.seling_header {
    position: relative;
    padding: 9px;
    border-bottom: 1px solid #ced2d5;
    text-align:center;
}

h3.top {
    font-size: 26px;
    font-weight: 600;
    color: #999ba0;
    margin: 17px 0px;
    text-align: center;
}

.col-md-3.cat_main {
    margin-top: 16px;
    padding: 20px 10px;
}
.col-md-2.col-half-offset {
    width: 50%;
}
.products .product_list li.product_item, .products .product_list li.item {
    padding: 0px !important;
    list-style-type: none;
}
.footer {
    background: #eae9e9;
    margin: 4rem 0;
}

ol.breadcrumb.p_ss {
    padding: 0;
    background: none;
    /* margin: 3px 4px; */
    font-size: 11px;
}
/*ol.breadcrumb.p_ss {*/
/*    clear: both;*/
/*    display: inline-flex;*/
/*    overflow: hidden;*/
/*    white-space: nowrap;*/
/*    text-overflow: ellipsis;*/
/*    font-size: 10px;*/
/*}*/
   .mfp-bottom-bar {
    position: absolute;
    cursor: auto;
    float: left;
    left: 0;
    width: 100%;
    top: 88%;
} 
li.nav-item.active a {
    color: #f85505 !important;
}


   ol.breadcrumb.bred {
    position: absolute;
    margin: 0 1.3rem;
    margin-top: -70px !important;
}
.card-body.card_list {
    text-align: center;
    
}
.star-rating.fst {
    float: none !important;
}
 /*  img.mfp-img {*/
 /*    width: 50% !important;*/
 /*} */
    
    .mfp-title {
    line-height: 18px;
    color: #090909;
    word-wrap: break-word;
    margin-top: 59px;
    position: absolute;
    padding: 3px 12px;
}
    
   .mfp-bg.mfp-with-zoom.mfp-ready {
    background: white;
} 
.dtl-sec {
    position: relative;
    left:7px;
}
i.fas.fa-search.mm {
    position: absolute;
    left: 9px !important;
    top: 8px;
    color: #616468;
}
h1.title0.text-align-left {
    margin-top: -2rem !important;
    position: absolute;
    font-size: 21px;
    margin-left: 35px;
}

.sort_by.col-md-2 {
    position: relative;
    margin-top: 8px !important;
    margin-bottom: 42px !important;
}
a.s_chart {
    position: absolute;
    cursor: pointer;
    font-weight: 700;
    top: 0;
    right: 0;
}
.watch {
padding: 0;
    position: relative;
}
span.icon_sc{    margin: 0 -18px;}
}

span.rate {
    font-size: 13px;
    position: relative;
    top: 3px;
}
.c_review {
    font-size: 18px;
    font-weight:600;
}
span.rat_4 {
    background: #28a745;
    position: relative;
    padding: 2px 2px;
    font-size: 11px;
    color: white;
}
.rat_4 i {
    font-size: 9px;
    margin: 0 1px;
}
.modal-header.main {
 
    min-height: 0px !important;}

@media (min-width: 544px){
.modal-dialog.main_dailog {
    max-width: 488px !important;
    margin: 16rem auto !important;
}
}
.view {
    color: #f95707;
}
.r_pross .s_text {
    line-height: 4px;
    position: relative;
    left: 11px;
}


.i_c i {
    color: #80808094;
}
section.rating {
margin: 112px 0;
}
.rating_rating {
padding:0 34px;
color: #afb2b4;
}

/*rating end*/

/*view similar slide*/
.col-md-2.col-half-offset.view {
    max-width: 100% !important;
}

#view_similar .products .product_list {
    clear: both;
    margin: 0;
}
#owl-carousel2.owl-theme .owl-nav {
    margin-top:3rem;
}
.owl-next span {
    font-size: 72px;
    position: absolute;
    right: 0px;
}
.owl-theme .owl-nav {
    margin-top:0rem;
}
.product-slider {
    display: block !important;

}
.product-slider {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-top: -97px;
    margin-bottom: -83px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    margin: 0;
    padding: 0;
    margin-top: -97px;
}
/*end view-similar-slider*/
/*CHECKOUT*/
.chk-img {
    max-width: 30%;
}
.check_body {
    box-shadow: 0 3px 6px rgb(242 240 240 / 16%), 0 3px 6px rgb(219 218 218 / 23%);
}
a.label.nt {
    color: #898585;
    font-size: 14px;
}

a.label.nt:hover {
    color: #fa7838;
}

.check_sectioon {
    /*padding: 20px 0;*/
}
.checkout_section {
    background: #c9c9c940;
    color: #808080;
}

span.s_n {
    float: right;
}
span.s_r {
    float: right;
}

span.total {
    float: right;
}
.total_card {
    padding: 9px;
}

h6.ord {
    font-size: 19px;
    font-weight: 700;
}
.card_v {
    padding: 12px 0;
}
.ord-btn {
    background: #f95707;
    border: 1px solid #f95707;
}
.ord_card {
    padding: 5px;
}
.ord-btn:hover {
    background: #070606;
    border: 1px solid #1a1414;
}
.form_card {
    padding: 44px;
}
span.rating i {
    font-size: 8px;
    color: red;
    position: absolute;
    margin: 3px 1px;
}

label.col-sm-4.col-form-label {
    font-size: 13px;
    font-weight: 800;
}

.form_card {
    padding: 44px;
    box-shadow: 0 10px 20px rgb(162 160 160 / 19%), 0 6px 6px rgb(149 149 149 / 23%);
}
.check_body:hover {
    box-shadow: 0 10px 20px rgb(162 160 160 / 19%), 0 6px 6px rgb(149 149 149 / 23%);
    transition: 0.4s;
}

input.form-control:hover.sec {
      box-shadow: 0 3px 6px rgb(249 87 7 / 23%), 0 3px 6px rgb(249 87 7 / 17%);
}
/* End  CHECKOUT*/

/*men section start*/


.comments_note div.star, #productCommentsBlock div.star {
    display: inline-block;
    float: left;
    width: 12px;
    height: 12px;
}
.products .product_list li.product_item, .products .product_list li.item {
    padding: 15px;
    list-style-type: none;
}


.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
   color: #0c0b0b;
    font-size: 13px;
	margin: 0;
    padding: 4px 25px;
	    background-color: #ffffff;
}

[class*=sidebar-dark-] {
    background-color: #ffffff;
    border: 1px solid #abb2b875;
}


ul.nav.nav-pills.nav-sidebar.flex-column {
    border-top: 1px solid #bbb2b25e !important;
}

.sidebar {

    padding-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;}
	
	
	.nav-sidebar .nav-item>.nav-link {
	  color: #0c0b0b;
    font-size: 13px;
	margin: 0;
    /*padding: 4px 25px;*/
	    background-color: #ffffff;
	
	}
	
	p.d_P{font-size: 18px;
	    color:black;
	        margin-top: 7px;
	}
	
	[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:active {
    color: #1b1c1d;
}
	
	.nav-pills .nav-link:not(.active):hover {
    color: #0d0d0e;
}


.breadcrumb li:last-child {
    content: "/";
    color: #878787;
    line-height: unset;
}

.breadcrumb-item+.breadcrumb-item ::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
display:none;}
	
	
h1.title-title {
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #282c3f;
    max-width: 400px;
    text-transform: capitalize;
}	
	
	
	.title-container>span, h1 {
    display: inline-block;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    color: #abb2b8;

}
h1.title0.text-align-left {
    margin-top: 1rem;
    position: absolute;
    font-size: 21px;
    margin-left: 35px;
}
    .nav-sidebar .nav-item>.nav-link {
    color: #0c0b0bc7 !important;
    font-size: 13px;
    margin: 0;
    /*padding: 4px 25px;*/
    background-color: #ffffff;
    font-weight: normal;
}
    
 .search-bar{
    float: right;
    margin: 0;
    padding: 0;
    width:100%;
    max-width: 500px;
    top: 52%;
    right:1%;
    margin-right: 10px;
}
.searchbox{
       position: absolute;
    min-width: 34px;
    width: 0%;
    height: 35px;
    right: 30px;
    border-radius: 30px;
    top: 6px;
    float: right;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.searchbox-input{
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background-color: #eee;
    width: 100%;
  height: 100%;
    margin: 0;
    padding: 10px 60px;
    font-size: 11px;
    color: #abb2b8;
}
.searchbox-input::-webkit-input-placeholder {
    color: green;
}
.searchbox-input:-moz-placeholder {
    color: green;
}
.searchbox-input::-moz-placeholder {
    color: green;
}
.searchbox-input:-ms-input-placeholder {
    color: green;
}
.searchbox-icon, .searchbox-submit{
      width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 20px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: black;
 
}
.searchbox-icon {
  border:none;
}


i.fas.fa-search.mm {
    position: absolute;
    left: 15px;
    top: 8px;
    color: #616468;
}

.searchbox-open{
    width: 100%;
}
@media (max-width: 767px) {
    .header-img {
        padding-left: 0;
    }
    .search-bar {
        position: absolute;
        top: -47px;
        transform: none;
        left: auto;
        right: 40px;
    }
    .searchbox{
    min-width: 34px;
    height: 34px;
    }
    .searchbox-input{
    height: 34px;
    font-size: 14px;
    }
    .searchbox-icon,
    .searchbox-submit{
    width: 34px;
    height: 34px;
    font-size: 18px;
    line-height: 28px;
    }

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




.sidebar::-webkit-scrollbar {
    display: none;
}


.hidden {
    display: none;
    transition: 0.5s;
}
#toggleText {
  cursor: pointer;
}
div#toggleText {
    position: relative;
    margin: 4px 66px;
    color: red;
    transition: 0.3s;
}

span.l-span0 {
    color: #abb2b861;
}
.sort_by.col-md-2 {
    position: relative;
    float: right;
    /*margin: -47px 3rem;*/
        margin: 62px 3rem;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow:none; }

.similar_icon .s_btn {
   
    float: right;
    position: absolute;
    right: 13px;
    bottom: 7px;

}


.product-base.product-isActive .product-sizes, .product-base:hover .product-imageRotaterContainer, .product-base:hover .product-similarItemCta, .product-base:hover .product-sizes {
    display: block;
}
.image-grid-similarColorsCta:hover {
    border-radius: 42px;
    width: 140px;
    font-size: 14px;
}
.product-similarItemCta:hover {
    border-radius: 40px;
    width: 132px;
}
.product-base .product-similarItemCta {
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 12px;
    right: 12px;
    top: 207px;
    display: none;
    z-index: 1;
}

.layout-fixed .main-sidebar {
    bottom: 0;
    float: none;
    left: 0;
    position: fixed;
   top: 124px !important;
}


.breadcrumb {
    background-color: unset;
}


.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover, .nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover {
    color: #fff;
    /* cursor: default; */
    background-color: unset;
}

/*h1.title0.text-align-left {*/
/*    margin: 0px 35px;*/
/*}*/

li.nav-item {
    list-style: none;
}
li.nav-item {
font-size: 14px;
margin: 0 10px;
letter-spacing: 0;
    
}

a#display_3234 {
    color: red;
    font-size: 14px;
    margin-left: 9rem;
}

.col-md-2.filter_sec {
    border: 1px solid #c1c7ccd1;
}

.container-fluid.main_r {
    border-top: 1px solid #e2dbdb;
}
.breadcrumb li br_it::after {
    content: "/";
    color: #878787;
    margin: 2px 8px;
    
}
ol.breadcrumb.bred {
    position: relative;
    margin: 0 2rem;
}
/*span.span9 {*/
/*    color: #070a0d;*/
/*}*/
nav.b_crumb {
overflow: hidden;
position: relative;  
}
.container-fluid.main_r {
    margin-top:-2rem;
}

/*#men_sec.products .product_list {*/
/*    clear: both;*/
/*    margin: 0 6px;*/
/*}*/

ol.breadcrumb.bred {
    position: absolute;
    margin: 0 1.3rem;
    margin-top: -23px;
}

li.breadcrumb-item.b_item a {
    color: #85888a;
}

/* end men section end*/



@media (min-width: 992px){
  
  div#mob_sidebar {
    display: none;
}
div#tmservicecmsblock{
    bottom:3rem;
} 
 .col-lg-3.col-md-3.col-12.c-col {
    max-width: 24% !important;
}
.col-md-10.offset {
     position: relative;
    margin: 0 auto;
}
.col-md-2.col-half-offset {
    position: relative;
    max-width: 20% !important;
    flex: auto;
}
#tmservicecmsblock {
    width: 100%;
    float: left;
    display: inline-block;
    padding: 22px 0;
    margin: 0;
    margin-top: -3rem;}
.preview { width:100%; float: left;padding: 32px; }

ul.navbar-nav.mr-auto.mt-5 {
    width: 50% !important;
    margin: -20px auto;
}

 #product_section .col-md-2.col-half-offset {
    max-width: 20% !important;
    flex: auto !important;
}
   .app-figure {
        /*width: 45% !important;*/
        margin: 0px auto;
        border: 0px solid red;
        padding:0 !important;
        position: absolute !important;
        text-align: center;
    }
 .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    transition: 0.4s;
    
  }


ul.tm-carousel.product_list.men_sec {
    clear: both;
    margin: 0 -53px!important;
}
ul.tm-carousel.product_list.men_sec{    position: relative;
    float: left;
    width: 105%;
}
}

  .dropdown-menu {
    animation: rotateMenu 400ms ease-in-out forwards;
    transform-origin: top center;
  }
  
  @keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg)
    }
    70% {
        transform: rotateX(20deg) 
    }
    100% {
        transform: rotateX(0deg) 
    }
}

@media (max-width: 480px){
       
  .foot_section{
      display:none;
  } 
  
  #categorie_section{bottom: 14px;}
  
#owl-carousel.owl-theme .owl-nav {
    display: none;
}
.service-block.service-block3 {
    margin: 0 15px;
}
/*.footer {*/
/*    margin-top: 4rem;}*/
.app-figure {    padding: 0px !important;}

  .ttmainserviceblock .serveinnerblock {
    width: 50%;
    padding: 0 !important;
}
.ttmainserviceblock .serveinnerblock.serveinnerblock1 {
    display: none!important;
}
.service-block {
    display: flex;
}
.service-block.service-block4 {
    display: none;
}
.serveinnerblock1::after, .serveinnerblock2::after, .serveinnerblock3::after {
    background: #e6e6e6;
    content: "";
    width: 1px;
    right: -10px !important;}
    
    .cate_img {
    padding: 16px 0;
}
    .rating_rating {
    padding: 0px 10px;
}
.col-4 {
    flex: auto;
    max-width: initial;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    margin: 0 8px;
}
.fixed {
    background: white;
}

}
  
/*Cart Page -- START --  */
    .checkout_section {
    /*padding: 39px;*/
    background: #e4e7ea;
}  

.card-body.card_list:hover {
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
.card-body.card_list {
    transition: 0.3s;
    border-bottom: 1px solid #d1ccc9;
}
.card-body.card_list p {
    font-size: 15px;
}
      .minus, .plus {
    width: 60px;
    border: none;
    background: white;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
    padding: 5px 17px;
}
.qt-text{
   height: 40px;
    width: 60px;
    text-align: center;
    font-size: 16px;
    border-radius: 0px;
    vertical-align: middle;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #cecccc;
 
}
span.icon_sc {
    width: 110px;
    height: 39px;
    position: absolute;
    border-radius: 5px;
    background: #66cbfb;
    color: white;
    text-align: center;
    line-height: 40px;
}

i.fas.fa-trash-alt{
    line-height: 37px;
    color: white;
    font-size: 18px;
}
span.icon_sc:hover {
    background: #f95707;
    color: white;
     cursor: pointer;
}
/*.col-md-2.m_sec, .col-md-1.m_sec {*/
/*    margin: 46px 0;*/
/*} */
/*Cart Page -- END --  */  
.h1, h1 {
    font-size: 1.375rem !important;
}
  /*Product Detail Page*/
  .dropdown :hover .dropdown-menu.show {
    display: block !important;
}

.click{
  background:#eae9e9;
  height:auto;
  cursor:pointer;
  margin-top:10px;
  padding:10px;
}

.click i{
     color: #2c2b2b;
    font-size: 12px;
    margin-top: 5px;
    float:right;
}

.content{
  display:none
}
.rotate {
    transform: rotate(-180deg);
    /*transform: rotate(180deg);*/
    transition: .3s;
}
.rotate-reset {
    transform: rotate(0deg);
    transition: .3s;
}
.num_lbl.active {
border: 1px solid #180bde;
    color: #ffffff;
    background:#180bde;
}
.coin_body
{margin: 0 auto;
    padding: 20px;}
     #login_msg {
    background-color: #8ed4a46e;
    padding: 8px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    color: #0c5424;
    font-weight: 500;
}
  
  .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    position: relative;
    
}
ol.breadcrumb.bredd {
    position: relative;
    left: 1rem;
    padding: 27px;
}
.cart-banner {
    min-height: 111px;
    background-image: url(https://www.sofikart.com/staging_new/assets/img/banner-abstract.png);
    background-size: cover;
    color: white;
    background-position: bottom;
    border-top: 1px solid #c7c9cc;
    border-bottom: 1px solid #bfc1c2;
}
/*29-09-2021*/
.dropdown :hover .dropdown-menu.show {
    display: block !important;
}

.click{
  background:#eae9e9;
  height:auto;
  cursor:pointer;
  margin-top:10px;
  padding:10px;
}

.click i{
     color: #2c2b2b;
    font-size: 12px;
    margin-top: 5px;
    float:right;
}

.content{
  display:none
}

.rotate {
    transform: rotate(-180deg);
    /*transform: rotate(180deg);*/
    transition: .3s;
}
.rotate-reset {
    transform: rotate(0deg);
    transition: .3s;
}


.num_lbl.active {
border: 1px solid #180bde;
    color: #ffffff;
    background:#180bde;
}
.coin_body
{margin: 0 auto;
    padding: 20px;}
    
 /*disable   */
span.num_sp.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}    
  /*disable   */   

#owl-carousel4 .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}
#owl-carousel4.owl-theme .owl-nav {
    margin-top:1rem;
}
.col-md-3.cat_main {
    text-align: center;
}
.col-md-6.foot_img{
        text-align: center;
}

@media (min-width: 470px) and (max-width: 1200px) {
#owl-carousel.owl-theme .owl-nav {
display: none;
}

.qt-text {
height: 40px;
width:17px;
}

.minus, .plus {
width: 16px;}

#product_section .col-md-2.col-half-offset {
max-width: 20% !important;
flex: auto !important;
}
.col-md-2.col-half-offset {
position: relative;
max-width: 20% !important;
flex: auto;
}

}

a:hover {
    text-decoration: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f95707;
    border-color: #f95707;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #f95707;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

input.radio_click {
    right:7px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
    #tmservicecmsblock {
    margin-top: 2rem;
}
}
.img-sec1 img {
    max-width: 100%;
}
i.fab.fa-instagram {
    color: #5355c5;
}


.redeem_coin_section {
    display: flex;
    padding: 3px 0;
    font-size: 14px;
    left: 1rem;
    position: relative;
    top: 5px;
}
input#redeem_coin {
    position: relative;
    margin: 4px 3px;
}
input#cod {
    position: relative;
    margin: 5px 3px;
}
.cod_section {
    top: 5px;
    font-size: 14px;
    position: relative;
    left: 16px;
}
button.close.data_cls ,button.close.cls_add ,button.close.cls_upd {
    position: absolute;
    right: 3px;
    top: 2px;
    background: #f95420;
    border-radius: 20px;
    width: 22px;
    height: 22px;
    color: white;
    z-index: 2;
    opacity: 4
}
.get-help.w-100.text-center.my-4 {
    font-size: 15px!important;
}

#exampleModalsofi, .modal-header h5 {
    /*margin: 0 9rem !important;*/
    font-size: 21px;
    font-weight: 600;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
    position: relative;
    left: 2px;
    top: 69px;
}
small.gg {
    position: relative;
    top: 0rem;
    font-size: 17px;
}
/*header search bar start*/
 .search-bar{
    float: right;
    margin: 0;
    padding: 0;
    width:100%;
    max-width: 500px;
    top: 52%;
    right:1%;
    margin-right: 10px;
}
.searchbox2{
       position: absolute;
    min-width: 34px;
    width: 0%;
    height: 35px;
    right: 30px;
    border-radius: 30px;
    top: 100px;
    float: right;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.searchbox-input2{
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background-color: #eee;
    width: 100%;
  height: 100%;
    margin: 0;
    padding: 10px 104px;
    font-size: 11px;
    color: #abb2b8;
}
.searchbox-input2::-webkit-input-placeholder {
    color: green;
}
.searchbox-input2:-moz-placeholder {
    color: green;
}
.searchbox-input::-moz-placeholder {
    color: green;
}
.searchbox-input2:-ms-input-placeholder {
    color: green;
}
.searchbox-icon2, .searchbox-submit2{
      width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 20px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: black;
 
}
.searchbox-icon2 {
  border:none;
}


i.fas.fa-search.mm {
    position: absolute;
    left: 15px;
    top: 8px;
    color: #616468;
}

.searchbox-open2{
    width: 100%;
}
@media (max-width: 767px) {
    .header-img {
        padding-left: 0;
    }
    .search-bar2 {
        position: absolute;
        top: -47px;
        transform: none;
        left: auto;
        right: 40px;
    }
    .searchbox2{
    min-width: 34px;
    height: 34px;
    /* right: 98px; */
    margin-right: 0;
    margin-left: -16px;
    }
    .searchbox-input2{
    height: 34px;
    font-size: 14px;
    }
    .searchbox-icon2,
    .searchbox-submit2{
    width: 34px;
    height: 34px;
    font-size: 18px;
    line-height: 28px;
    }
        span.cart_icon {
            margin-left: 4rem;
        }
                .searchbox-open2 {
                    width: calc(100% - 40px);
                }

}
#search_bar_box_item {
    top:6rem;
}
li.programme-title {
    list-style-type: none;
    background: white;
}

li.programme-title a {
    color: #f95607;
    font-size: 12px;
}
#mob_sidebar-btn {
    top: 12rem !important;
}
/*end header search bar*/

ul.product_list {
    padding: 0;
}