html, body {
    overflow-x: hidden;
}

.authentication-page {
    position: absolute;
    width: 100%;
    margin-top: -336px;
}
.partition2 .collection-banner .contain-banner h2 {
    font-size: 19px;
    letter-spacing: 0.01em;
    color: #222222;
    text-transform: capitalize;
    margin-top: 5px;
}
.collection-banner {
    margin-bottom: 1px;
}
.coll_ection {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.img-wrapper.fixed_slider_1 {
    background-color: #ff4c3b;
}
.demo_text button.slick-prev.slick-arrow {
    display: block !important;
    position: absolute;
    font-size: 37px;
    width: 55px;
    height: 88px;
    padding-left: 7px;
    left: -47px;
    border-radius: 0px;
    top: 145px;
    background-color: transparent;
    box-shadow: 1px 2px 10px -1px rgba(0,0,0,.0);
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.demo_text .slick-prev:before, .slick-next:before {
    font-size: 35px;
    color: #131313;
    color: #131313; display: none;
}

.demo_text button.slick-next.slick-arrow {
    display: block !important;
    position: absolute;
    font-size: 37px;
    width: 55px;
    height: 88px;
    padding-left: 7px;
    right: -49px;
    border-radius: 0px;
    top: 145px;
    background-color: transparent;
    box-shadow: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.demo_text .slick-prev:before, .slick-prev:before {
    font-size: 35px;
    color: #131313; display: none;
}

.product-box, .product-wrap:hover {
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    vertical-align: middle;
        padding-bottom: 20px;
}

.product-box:hover {
    z-index: 2;
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    
}
section, .section-t-space {
    padding-top: 5px;
}
.footer-light .section-b-space {
    padding-bottom: 20px;
    padding-top: 45px;
}
.title2 .title-inner2 {
    margin-bottom: 22px;
        padding-left: 0px;
}
.demo_text .title2 p {
    padding-bottom: 10px;
}
.product-box
   { background-color: #fff;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 4px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.1);
    margin: 0;
    margin-bottom: 30px;
    max-width: 400px;
    border-radius: 10px;
    padding-bottom: 10px;
    transition-duration: 1s;
    border: 1px solid #dddddda8;
    }
    
.product-box a{
  border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
.collection-banner:hover {
    z-index: 2;
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition: all 0.6s ease;
}

/*****************Dropdown********************/

body .menu .dropbtn {
    background-color: #ddd;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

body .menu .dropdown {
    position: relative;
    display: inline-block;
}
body .menu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 11px;
}

body .menu .dropdown-content a {
    color: black;
    padding: 9px 16px;
    text-decoration: none;
    display: block;
    font-size: 12px;
}

body .menu .dropdown-content a:hover {
    color: #f90;
    background: none;
}

body .menu .dropdown:hover .dropdown-content {
    display: block;
}


/*-------------menu--------------------------*/
body .dropbtn {
    color: white;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
.dropdown-content .tabcontent h3 {
    text-align: center;
    font-size: 13px;
    color: #222;
}

body .dropdown {
    position: relative;
    display: inline-block;
}
body .dropdown-content {
    /*right: -370px;*/
    left: -85px;
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 1000px;
    box-shadow: 0px 4px 6px 0px rgba(15, 15, 15, 0.2);
    z-index: 1;
    border-radius: 0px;
    top: 45px;
    border-top: 2px solid #ff4c3b !important;
    padding-top: 12px;
}
body .dropdown-content a {
    color: black;
    padding: 4px 16px;
    text-decoration: none;
    display: block;
    font-size: 12px;
}
body .dropdown-content a:hover {
    background-color: #fff;
    color: #ff4c3b !important;
    font-size: 12px !important;
}

body .dropdown-content a:hover {
    background-color: #fff;
    color: #ff4c3b !important;
}

body .dropdown:hover .dropdown-content {
    display: block;
}

.menu .dropdown:hover .dropbtn {
       color: #f90;
}


.all_courses .tab {
    float: left;
    width: 28%;
    height: 300px;
}
.all_courses .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 8px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.all_courses .tabcontent {
    float: left;
    padding: 0px 12px;
    width: 72%;
    border-left: none;
    height: 300px;
    display: none;
}
.populer{ float:left;}
.populer h3 {
    font-size: 15px;
    padding: 11px 0px 0px;
}
ul.papuler-courses {
    padding: 0px 0px 5px;
}
.pixelstrap ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
    padding: 7px 5px;
}
.main-menu .menu-right {
    margin-top: 15px;
}
.content_populer {
    width: 100%;
    float: left;
}
.main-menu .menu-left {
    margin-top: 3px;
}
.hide_desktop .bar-style{ display:none }
.pixelstrap a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    left: auto;
    right: 15px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    border-radius: 4px;
}
.pixelstrap a .sub-arrow::before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
}
.content_populer h3 {
    font-size: 13px;
    padding-left: 17px;
    color: #222;
    padding-top: 8px;
   text-align: center;
    font-weight: bold;
    padding-right: 80px;
}
.heading_top {
    font-size: 13px;
    font-weight: 600;
    padding-left: 14px;
    color: #222;
    font-weight: normal;
    margin-bottom: 0px;   
     border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.dropdown-content.content_2 {
    right: -145px !important;
    left: initial;
}
a.tablinks.active {
    color: #ff4c3b;
}
footer.footer-light {
    background-color: #ff3c00;
    width: 100%;
    float: left;
}

.sub-footer {
    background-color: #f42f39;
}
.hr_footer {
    width: 100%;
    border-top: 1px solid  #dc9696;
    float: left;
}
.footer-theme .sub-title li a:before {
    background-color: #f7eaea;
}
.footer-social ul li a {
    width: 49px;
    height: 30px;
    padding: 7px;
    border: 1px solid #e1d7d7;
}
.footer-social ul li a:hover{ background-color:#000; color:#fff;}
.footer-social li {
    padding-right: 28px;
}
.footer-theme .sub-title .contact-list li:hover {
    color: #ffffff; font-weight:600;
        cursor: pointer; 
}
.product_selected_btm {
    padding-bottom: 45px;
}
.total li {
    width: 100%;
}
.total span.total_1 {
    font-size: 15px;
    float: left;
}
.total span.count {
    font-size: 15px;
    float: right;
    
}
.queries_1 {
    text-align: center;
    border-bottom: 1px dashed #dddddd;
}
ul.total {
    margin-top: 12px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0px 0px 8px;
}
/*.bg-size.blur-up:hover {
    z-index: 2;
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition: all 0.6s ease;
}*/
.options_cart img {
    width: 100px;
}
.table th, .table td {
    padding: 10px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.switch-light a.btn-solid {
    padding: 8px 13px;
    font-size: 13px;
}
.table.table_summary td {
    border-top: 1px solid #ededed;
    width: 50%;
}
.box_style_1 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
    color: #666;
}
.breadcrumb-section {
    background-color: #F5663A;
    padding: 11px 0;
    margin-top: 0px;
    opacity: 0.9;
    box-shadow: 0 2px 10px -2px rgba(243, 239, 239, 0.41);
    
}
.product_top_space{ margin-top:20px;}
.icon-calendar-7:before {
    content: '\ee4e';
}
.product-description label {
    float: left;
}
.slick-prev, .slick-next {
    height: 30px;
    width: 30px;
}
.procuct-selected-slider .title2 {
    text-align: left;
}
.procuct-selected-slider p {
    padding-left: 0px;
}
.procuct-selected-slider .title-inner2:after {
    left: 5px !important;
    right: inherit;
}
.view-all-css {
    background-color: #323030;
    padding: 25px;
    width: 100%;
    background-position: center;
    background-size: cover;
    text-align: center;
    border-radius: 8px;
}
.view-all-css h2 {
    font-size: 16px;
    margin-top: 70px;
    color: #fff;
    height: 33px;
}
.product-box .view-all-css a {
    border-radius: 0px;
        margin-bottom: 83px;
}

.product-box.view_all {
        -webkit-box-shadow: none;
         box-shadow: none;
    }
.product-box.view_all:hover {
    transform: none;
    }
.view-all-css .btn-solid {
  padding: 8px 30px;
}

.inner_view_producat h2.title-inner2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0px 0px 30px;
}
.container-padd{max-width: 100% !important;}
.list_produact_1 {
    box-shadow: 1px 2px 10px -4px rgba(0,0,0,.3);
    border: 1px solid rgb(235, 227, 227);
    margin-top: 0;
        border-radius: 4px;
}

.list_produact_1 ul li {
    width: 100%;
    border-bottom: 1px solid rgb(235, 227, 227);
        line-height: 20px;
}
.list_produact_1 ul li  a{
    font-size:15px; color:#777777;}
    
.list_produact_1 ul li i.fa {
    float: right;
    margin-top: 5px;
    font-size: 14px;
}
.drop_dwon .dropdown {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.drop_dwon .dropdown a {
    color: #323030;
}
.slider_scetion .home-slider .home, .slider_scetion .center-slider .home {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 55vh;
}
.product-box.product_box {
    margin: 1%;
    width: 23%;
    float: left;
}
.experiences_1 {
    width: 100%;
    float: left;
}
.top_space_product {
    padding-bottom: 12px;
    float: left;
}
.dropdown-content .tabcontent ul li a {
    padding: 0px !important;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol "!important;
}
.dropdown-content .tabcontent ul li a {
    padding: 0px !important;
    font-family: Lato, sans-serif;
    font-size: 13px;
}
.dropdown-content .tabcontent ul li a:hover{
    transition: inherit !important;
}
.all_courses pixelstrap ul a:before, .pixelstrap ul a:before{ display:none;}
.all_courses .pixelstrap a .sub-arrow {

}
body .dropdown-content a.tablinks {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    font-family: inherit;
    padding: 6px 16px !important;   
     cursor: pointer;
}
.dropdown-content .tabcontent ul li {
    padding: 5px 5px;
}
/*body .dropdown-content a.tablinks:hover{ 
    font-size: 11px !important;
}*/
.all_courses .pixelstrap li a {
    padding-bottom: 22px;
}
.home-slider .slick-track {
    top: -15px;
   margin-top: 0px; 
}
.product-box a.bg-size.blur-up.lazyloaded:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.list_produact_1 ul li.active {
    background-color: #f22f39;
}
.list_produact_1 ul li.active a,.list_produact_1 ul li.active .fa {
    color: #fff;
}
.box_style_6 ul.list_ok li {
    position: relative;
    padding-left: 25px;
    display: inherit;
    padding: 5px 0px;
    font-size: 15px;
}
.box_style_6 ul.list_ok {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 25px;
}

.box_style_6 ul.list_ok li i.fa {
    color: #f34b3b;
        margin-right: 5px;
}
.box_style_6 {
    border: 1px solid #ddd;
    padding: 20px 20px 10px;
    margin-top: 15px;
}
.box_style_6 h3 {
    font-size: 21px;
}
.cancellation_policy ul {
    padding-left: 25px;
}
.cancellation_policy ul li {
    display: inherit;
    padding: 5px 0px;
}

div#ui-datepicker-div{
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    padding: 11px;
}
div#ui-datepicker-div td a {
    color: #222;
}
.product-box .front {
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
}
.product_width_1 .product-box {
    max-width: 300px;
    margin-bottom: 10px;
    padding-bottom: 0px;

}
.product_width_1 .img-wrapper {
    width: 50%;
    float: left;
}
.product_width_1 .product-detail {
    width: 50%;
    float: left;
}
.product_width_1  .product-box a {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.product_width_1  .product-box .product-detail h6{ font-size: 13px; margin-top: 20px; }

.product_width_1 .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 27px;
      margin-top: 10px;
}

.product_width_1  .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.product_width_1  .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.product_width_1  .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 6px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.product_width_1  input:checked + .slider {
  background-color: #0f9a2d;
}

.active-add {
    border: 1px solid #0f9a2d !important;
    background: #149318 !important;
    color: #fff;
}
.product_width_1  input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.product_width_1  input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.product_width_1  .slider.round {
  border-radius: 34px;
}

.product_width_1  .slider.round:before {
  border-radius: 50%;
}
.product_width_1 button.slick-prev.slick-arrow, .product_width_1 button.slick-next.slick-arrow  {
    top: 69px;
}
/*=========================*/
.jquery-datepicker {
  position: relative;
}
.jquery-datepicker__input {
  position: relative;
}
.jquery-datepicker__input:focus {
  /* overwrite border style to avoid blinking on click */
  border: 0.0625rem solid #a5a6a8;
}
.jquery-datepicker__panel {
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px 0 #2f3133;
  -moz-box-shadow: 0 1px 2px 0 #2f3133;
  -o-box-shadow: 0 1px 2px 0 #2f3133;
  box-shadow: 0 1px 2px 0 #2f3133;
  position: absolute;
  padding: 20px 15px;
  border-width: 0;
  text-align: center;
  background-color: #fff;
  cursor: default;
  z-index: 100;
  /* styles for mobile browsers */
}
.jquery-datepicker__panel.-is--hidden {
  display: none;
}
.jquery-datepicker__panel.-position--above {
  margin-bottom: 5px;
}
.jquery-datepicker__panel.-position--below {
  margin-top: 5px;
}
.jquery-datepicker__panel span {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    color: #63666a;
    text-align: center;
}
.jquery-datepicker__panel .jquery-datepicker__title span {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  color: #2f3133;
  text-align: center;
}
.jquery-datepicker__panel .jquery-datepicker__prev, .jquery-datepicker__panel .jquery-datepicker__next {
  text-align: center;
}
.jquery-datepicker__panel .jquery-datepicker__prev span:hover, .jquery-datepicker__panel .jquery-datepicker__next span:hover {
  color: #2f3133;
  background-color: #63666a;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.jquery-datepicker__panel .jquery-datepicker__dayName span {
  font-weight: bold;
}
/*.jquery-datepicker__panel .jquery-datepicker__day {
  border: 1px solid #63666a;
}*/
.jquery-datepicker__panel .jquery-datepicker__day:not(.-is--disabled):not(.-is--selected):hover {
  background-color: #63666a;
}
.jquery-datepicker__panel .jquery-datepicker__day:not(.-is--disabled):not(.-is--selected):hover span {
  color: #fff;
}
.jquery-datepicker__panel .jquery-datepicker__day.-is--selected {
  background-color: #005eb8;
}
.jquery-datepicker__panel .jquery-datepicker__day.-is--selected span {
  color: #fff;
}
.jquery-datepicker__panel .jquery-datepicker__day.-is--disabled span {
  color: #63666a;
}
.jquery-datepicker__panel.-device--mobile {
  padding: 5.33333vw 4vw;
  font-size: 3.2vw;
  margin: auto;
}
.jquery-datepicker__panel.-device--mobile .jquery-datepicker__title span {
  font-size: 4.3vw;
}
.jquery-datepicker__panel.-device--mobile .jquery-datepicker__prev span, .jquery-datepicker__panel.-device--mobile .jquery-datepicker__next span, .jquery-datepicker__panel.-device--mobile .jquery-datepicker__day span, .jquery-datepicker__panel.-device--mobile .jquery-datepicker__dayName span {
  width: 8vw;
  line-height: 8vw;
}
.jquery-datepicker__panel.-device--mobile .jquery-datepicker__prev span:hover, .jquery-datepicker__panel.-device--mobile .jquery-datepicker__next span:hover, .jquery-datepicker__panel.-device--mobile .jquery-datepicker__day span:hover, .jquery-datepicker__panel.-device--mobile .jquery-datepicker__dayName span:hover {
  width: 8vw;
  height: 8vw;
  -webkit-border-radius: 4vw;
  -moz-border-radius: 4vw;
  -ms-border-radius: 4vw;
  -o-border-radius: 4vw;
  border-radius: 4vw;
}
.jquery-datepicker__container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  /* place datepicker panel at the centre of viewport */
}
.jquery-datepicker__container.-is--hidden {
  display: none;
}
.jquery-datepicker__container .jquery-datepicker__panel {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
input.form-control.jquery-datepicker__input {
    background-color: #fff;
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-chevron-left:before {
    content: "\f053";
}
.left_check_out h1 {
    font-size: 19px;
    text-transform: capitalize;
}
.check_out_total .total li span.total_12 {
    float: left;
font-weight: 700;
}
.check_out_total .total li span.count_2 {
    float: right;
font-weight: 700;
}
ul.color_check li span {
    color: #8c8c8c;
}
ul.color_check_1 li span {
    color: #f5444d;
    font-size: 18px;
}
.check_out_page .left_check_out {
    border-bottom: 1px solid #ccc;
}
.check_out_page {
    margin-bottom: 55px;
}
.left_check_out .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    border-top: none;
}.border-product.check_out_total {
    border: none;
}
.check_out_page img {
    border-radius: 8px;
}
.img-check{text-align:left;border:0 solid #ddd; max-height: 140px; width: 100%;}
.left_check_out label.switch {
    float: right;
    margin: 0px;
}
.partition2 .collection-banner .contain-banner {
    padding: 0px 0px 0px;
    }
 .partition2 .collection-banner img.img-fluid {
    height: 170px;
        border-radius: 5px;
}
.collection-banner.p-right .contain-banner {
    justify-content: inherit;
    padding-left: 7px !important;
}
.demo_text .collection-filter {
    padding-right: 0px;
}
.list_produact_1 ul li a {
    font-size: 14px;
    color: #777777;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    padding: 12px 10px 12px 8px;
    display: block;
}
.list_produact_1 ul li a:hover { background-color: rgb(240, 240, 240);
}
.list_produact_1 ul li.active a:hover  {
    background-color: #f22f39;
}
.demo_text button.slick-prev.slick-arrow {
background-image: url(../images/icon/left-arrow.png);
background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
}
.demo_text button.slick-next.slick-arrow {
background-image: url(../images/icon/right-arrow.png);
background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
}
.slider_home {
    position: relative;
}
.width_search {
    width: 80%;
    margin: 0 auto;
        box-shadow: 0px 0px 10px #11111159;
}
.register-page select.edited {
      height: calc(3.10rem + 2px) !important;
}
.register-page input{
        margin-bottom: 5px !important;
}
.register-page label {
    padding: 7px 0px;
}
.already_account label {
    padding-top: 20px;
}
.account_1 ul li a {
    padding-bottom: 5px !important;
}
li.account_1 {
    display: inline-flex;
}
li.account_1 i.fa {
    margin-top: 5px;
    margin-right: 5px;
}
.onhover-dropdown.account_1:before {
    right: 26px;
    font-size: 17px;
    top: 4px;
    font-weight: 600;
}
.account_1 .onhover-show-div {
    top: 42px;
    padding: 0px;
    width: 17em !important;
}
.account_1 .onhover-show-div li a { padding: 5px 18px;}
.btn_drop li a i.fa.fa-map-marker {
    padding-left: 4px;
}
.icon_dashboard .block-content ul li:before {
    margin: 9px 0px 0px 0px;
}
.icon_dashboard .nav-link {
    padding: 8px 10px 0px 0px;
}
.icon_dashboard .nav-link.active {
    color: #f2424d;
}
.width_overlap{    
      width: 100%;
     float: left;
     margin-bottom: 30px;
}

.location-tag i.fa {
    padding-right: 5px;
    font-size: 16px;
}
span.location-tag {
    display: inline-block;
    float: left;
}
.product-detail h4 {
    display: inline-block;
}
.padd_l_r{padding: 0px 0px 0px 0px;  float: left; width: 50%;}
.padd_l_r span.location-tag {
    line-height: 17px;
}
.product-detail .rating {
    width: 100%;
    float: left;
    margin-top: 2px !important;
    padding: 0px;
}
.rating p {
    margin: 7px 8px 3px;
    color: #e04f67;
    font-size: 12px;
}
.game-product .product-box .product-detail {
    padding-top: 10px;
}
.box_style_2 {
    border-radius: 3px;
    margin-bottom: 0px;
    padding: 4px;
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
    margin-top: 10px;
    box-shadow: 1px 2px 10px -4px rgba(0,0,0,.3);
    width: 100%;
    float: left;
}
.box_style_2 img.blur-up {
    float: left;
}
.box_style_2 i.fa {
    font-size: 36px;
}
.box_style_2 h4 {
    font-size: 20px;
    padding: 8px 0px 0px;
    margin-bottom: 0px;
}
.box_style_2 h4 span {
    color: #f22f39;
}
.box_style_2 a.phone {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #777777;
    line-height: 32px;
}
.box_style_2 img {
    width: 75px;
    border-radius: 50%;
}
.box_style_2 .left_1 {
    width: 25%;
    float: left;
}
.box_style_2 .right_1 {
    width: 70%;
    float: left;
}
.top_partition .collection-banner img{height: 55px !important; border-radius: 18px!important;}
.top_partition .contain-banner h2 {
    font-size: 17px !important;
    }
.menu-right .mobile_view_1{ display: none;}
.menu-right .desktop_vew{ display: block !important;}
.location_area{ display: none; }
.location_area a {
    color: #000;
}
/**************model****************/
.city_content h3 {
    text-align: center;
    color: #222;
    font-weight: 700;
}
.city_content p {
    text-align: center;
    margin: 10px 0px 25px;
}
.top_space_model {
    margin-top: 24px;
}
.media_1 img {
    width: 100%;
}
.city_content .media_1 img {
    width: 50px;
    margin-bottom: 0px !important;
}
.media_1 {
    text-align: center;
}
.city_content .service-block h4 {
    font-size: 16px;
    margin: 10px 0px 5px;
    text-transform: inherit;
}
section.authentication-page.serach_box_text{   
    position: relative;
    width: 100%;
    margin-top: 0px;
}
/*oredr status*/
.hh-grayBox {
    /*background-color: #F8F8F8;*/
    margin-bottom: 20px;
    padding: 35px;
    margin-top: 20px;
}
.pt45{padding-top:45px;}
.order-tracking{
    text-align: center;
    width: 19.33%;
    position: relative;
    display: block;
}
.order-tracking .is-complete{
    display: block;
    position: relative;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 0px solid #AFAFAF;
    background-color: #f7be16;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
}
.order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: '';
    height: 14px;
    width: 7px;
    top: -2px;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    border: 0px solid #AFAFAF;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}
.order-tracking.completed .is-complete{
    border-color: #27aa80;
    border-width: 0px;
    background-color: #27aa80;
}
.order-tracking.completed .is-complete:after {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    width: 7px;
    left: 11px;
    opacity: 1;
}
.order-tracking p {
    color: #A4A4A4;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}
.order-tracking p span{font-size: 14px;}
.order-tracking.completed p{color: #000;}
.order-tracking::before {
    content: '';
    display: block;
    height: 3px;
    width: calc(100% - 40px);
    background-color: #f7be16;
    top: 13px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
}
.order-tracking:first-child:before{display: none;}
.order-tracking.completed:before{background-color: #27aa80;}
.left_side_1, .right_side_1 {
    width: 70%;
    float: left;
}
.title2.heading-area {
    width: 100%;
    float: left;
    padding: 0px 22px;
}
.right_side_1 buttion.btn {
    margin: 10px 0px 0px;
}
.heading-area .left_side_1 {
    text-align: left;
}
.heading-area .right_side_1 {
    text-align: right;
    width:30%;
}
.btn-xs {
    padding: 5px 12px !important;
}
.btn-xl {
    padding: 8px 15px !important;
}
.btn-lg {
    padding: 10px 18px !important;
}
.heading-area .title-inner2 {
    margin-bottom: 18px;
    padding-left: 0px;
    font-size: 30px;
}
.cart-qty{
    margin-top: 3px;
    padding: 0px 0px 9px 0px;
    float: right;
}
.value-button {
 display: inline-block;
    border: 1px solid #ddd;
    margin: -2px 0px 3px 0px;
    width: 40px;
    height: 27px;
    text-align: center;
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
    background: #ccc;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

.cart-qty #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

.cart-qty #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

.cart-qty #input-wrap {
  margin: 0px;
  padding: 0px;
}

input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 28px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.collection-banner .contain-banner > div {
    width: 100%;
}


#style-1::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb:vertical {
    background-color: #555;
    -webkit-border-radius: 10px;
    -webkit-width:5;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
/* suraj */
/*single product side image*/
.su_slider .draggable{
   height: 450px !important;
}
/*single product below detealis section*/
 .box11 {
    border: 1px solid #ddd;
    padding: 20px 20px 10px;
    margin-top: 15px;
    overflow: auto;
    height: 250px;}
    .box22 {
    border: 1px solid #ddd;
    padding: 20px 20px 10px;
    margin-top: 15px;
    overflow: auto;
    height: 385px;}
    .box33 {
    border: 1px solid #ddd;
    padding: 20px 20px 10px;
    margin-top: 15px;
    overflow: auto;
    height: 120px;}
/* suraj */


.dropdown_menu
{
    position: absolute;
    top: 43px;
    width: 1100px;
    left: -90px;
    height:auto;
     border-top: 3px solid #f5444d;
}

.dropdown_menu .topcity
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
    padding: 21px 20px;
    width: 186px !important;
    border: 1px solid #ddd;
    text-align:left;
    height: auto;
    position: relative;
        min-height: 410px;
}


.dropdown_menu .topcity li
{
        border-top: none !important;
    padding: 0px;
    position:unset;
}

.dropdown_menu .topcity li a
{
 padding:0px;
 text-transform: capitalize;
 /*border-top: 1px solid rgba(0, 0, 0, 0.05) !important;*/
    display: inline-block;
    width: 175px;
    padding: 7px 5px !important;
}

.catergory
{
    display: block;
    position: absolute;
    top: 0px;
    left: 100%;
    background-color: #fff;
    width: 400px;
    height: auto;
    padding: 19px 19px 0px;
    border: 1px solid #ddd;
        min-height: 410px;
}

.topcity h4
{
    text-align:left;
    margin: 0px 0px 9px;
    font-weight: 700;
    font-size: 17px;
    display: inline-block;
}


.catergory h4 {
    text-align: center;
    margin: 0px 0px 9px;
    font-weight: 700;
    font-size: 17px;
    display: inline-block;
    width: 100%;
}

.category_innr ul
{
        padding: 0px;
    margin: 0px;
    border: none;
    position: relative;
    list-style-type:none;
       box-shadow: none;
       width: 45% !important;
    vertical-align: top;
    /*margin-bottom: 20px;*/
    display: inline-block;
    
}

.deep ul li
{
        padding: 0px !important;
    margin: 0px !important;
    border: none !important;
}

.innr2 ul
{
   margin: 0px;
}

.innr2 ul li
{
   
}

.category_innr ul li a
{
    padding:0px !important;
    text-transform: capitalize;
}


.drop_innr
{
    display:none;
}

.dropdown_menu
{
    display:none;
}


.dropdown:hover .dropdown_menu
{
    display:block;
}
.hovrdrop:hover .drop_innr
{
    display:block;
}

.tablediv table
{
    max-height: 659px;
    display: block;
    overflow: auto;
}

.tablediv table::-webkit-scrollbar, .register-page .theme-card.billing::-webkit-scrollbar
{
    width:10px;
    cursor:pointer;
}

.tablediv table::-webkit-scrollbar-track, .register-page .theme-card.billing::-webkit-scrollbar-track
{
    background:#aaa;
    cursor:pointer;
}

.tablediv table::-webkit-scrollbar-thumb, .register-page .theme-card.billing::-webkit-scrollbar-thumb
{
    background:#f5444d;
    cursor:pointer;
}

.tablediv table::-webkit-scrollbar-thumb:hover, .register-page .theme-card.billing::-webkit-scrollbar-thumb:hover
{
    background:#c7030d ;
}

.tablediv table::-webkit-scrollbar-corner
{
    background:rgba(0,0,0,1);
}

.user
{
        padding-left: 20px;
}

.user_img
{
    width: 88px;
    height: 88px;
    background-color: #ddd;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    padding: 6px;
    margin: 0px auto 10px 0px;
}

.user_img img
{
        width: 100%;
    height: 100%;
    border-radius: 50%;
}

.user h4
{
    text-align: left;
    font-size: 17px;
    font-weight: 600;
}

.cartpls
{
       position: absolute;
    right: 0px;
    top: 14px;
    z-index: 99;
    /* padding: 15px 10px; */
    cursor: pointer;
    height: 35px;
    width: 35px;
}
.cartpls:hover
{
     cursor:pointer;
}


.cartpls i
{
    font-size: 25px;
    color: #222222;
    cursor: pointer;
    padding: 7px 0px 0px;
}

.clsbtn
{
        position: absolute;
    right: 0px;
    top: -44px;
    z-index: 999;
}

.clsbtn a
{
   font-size: 28px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    padding: 0px 10px;
    display: inline-block;
    color: #f5444d;
}

.login-page.section-b-space
{
        margin: 30px 0px;
    padding: 30px 0px;
}

.register-page.section-b-space
{
      margin: 30px 0px;
    padding: 30px 0px;
}
.check_out_total h4
{
    padding: 15px 0px;
}
  
#coupnform input
{
        padding: 13px 15px;
}

.mycnt .modal-header
{
    background-color: #f42f39;
    /* color: #fff; */
    box-shadow: 0px 0px 9px -7px #00000073 inset;
}
.mycnt .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.mycnt .modal-body
{
    text-align: justify;
    line-height: 1.8;
    background-color: #fafafa;
    color: #383737;
    font-weight: 400;
    font-size: 14px;
}

.top_space_product .col-sm-3 .product-box
{    overflow: overlay;
}

/* my design for header and css */
.title2.heading-area.s_myheading {
    width: 100%;
    float: unset;
    padding: 0px 0px;
    display: flow-root;
    margin-bottom: 10px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heading-area.s_myheading .left_side_1 {
    text-align: left;
    background: #F5663A;
    padding: 10px 20px;
    /* padding-left: 0px; */
    border: 1px solid #ddd;
    border-radius: 12px;
        width: auto;
    float: unset;
}
.heading-area.s_myheading .title-inner2
{
        margin: 0px;
    /* background: #fff; */
    padding: 0px;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
}
.heading-area .right_side_1
{
        text-align: right;
        width:auto;
        float:unset;
}

.s_myheading .btn-solid {
    padding: 13px 29px;
    color: #f42f39;
    letter-spacing: 0.05em;
    border: 2px solid #f42f39;
    background-image: none;
    background-size: unset;
    background-repeat: unset;
    background-position: unset;
    -webkit-transition: unset;
    transition: background 300ms ease-in-out;
    border-radius: 10px;
    background: #fff;
}

.s_myheading.title2.heading-area:after {
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #f42f39;
    content: "";
    left: 0px;
    margin: 0 auto;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
}
.s_sectionspace
{
    padding-top:30px;
}

.s_design .product-box .front {
    margin-top: 0px;
}
.s_design.game-product .product-box .product-detail
{
    padding: 10px;
    display: flow-root;
        border-top: 1px solid #dddddd4d;
}
.s_design .rat_pad
{
    float:right;
    text-align: right;
}
.s_design .product-detail > a > h6{
        letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #444;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
}
.heading-area.s_myheading .title-inner2 + p
{
        margin: 0px;
    padding: 0px;
    color: #ddd;
}

/*---------------------inner page-------------------------------*/
.inner_view_producat .title2 .title-inner2 {
   padding: 0px;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight:600;
}



.s_Innermyheading {
 justify-content:center !important; 
}
.experiences_1 {
    width: 100%;
    float: unset;
    margin-top: 30px;
}

.btn-solid:focus {
    color: #000;
}
@media(max-width:568px)
{
    .heading-area.s_myheading .title-inner2
    {
        font-size:17px;
    }
    .title2.heading-area.s_myheading
    {
        margin:0px 15px;
        margin-bottom:30px;
    }
    .dropdown_menu .topcity
    {
        display:none;
    }
    
     .main-menu
     {
         padding:10px 0px;
     }
     .main-menu .menu-left
     {
         margin:0px !important;
     }
     .brand-logo
     {
         position:relative;
         left:0px;
         margin:0px;
         transform: none;
         padding-top: 0px !important;
         padding-bottom: 0px !important;
     }
     .location_area
     {
        padding: 0px 0px 0px 0px;
     }
     .main-menu .menu-right
     {
        margin:0 !important;
     }
     .toggle-nav
     {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .search-block .form-header .input-group input
    {
        border-radius:0px;
    }
    .partition2 {
    margin-bottom: 0px;
    }
    .title2.heading-area {
    width: 100%;
    display: flex;
    padding: 0px 22px;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 20px;
    float: unset;
    }
    .left_side_1, .right_side_1
    {
    width: auto;
    float: unset;
    }
    .heading-area .left_side_1 {
    text-align: left;
    margin: 0px;
    }
    .heading-area .title-inner2
    {
    margin: 0px ;
    padding: 0px;
    line-height: normal;
    }
    .heading-area .right_side_1 {
    text-align: right;
    width: unset;
    }
    .product-detail .rat_pad
    {
        text-align:right;
    }
    .prod_disc
    {
        display: flow-root;
        padding-left: 10px !important;
        padding: 10px 10px 0px;
    }
    .padd_l_r
    {
        padding-top:5px;
    }
    .demo_text button.slick-prev.slick-arrow
    {
        padding-left:0px;
    }
    .demo_text button.slick-next.slick-arrow
    {
        padding-left:0px;
    }
    .demo_text .title2 p
    {
    padding-bottom: 10px;
    padding: 0px;
    line-height: 1.5;
    margin: 0px;
    }
    footer {
    margin-bottom: 0px;
    padding-top: 20px;
}
.footer-title h4 {
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    color: #e1d7d7;
}
.su_slider .draggable {
    height: auto !important;
}
.box_style_2
{
    margin-bottom:20px;
}
.product_width_1
{
    padding-bottom:0px;
}

.tab-product .nav-material.nav-tabs .nav-item .nav-link {
    padding: 10px 20px;
    text-align:left;
}
.tab-product .tab-content.nav-material p {
    text-align: justify;
}

.product_selected_btm {
    padding-bottom: 0px;
}

.btn:not(:disabled):not(.disabled):active
{
    color:#000;
}
.register-page input {
    margin-bottom: 0px !important;
}
.btn-solid
{
    width: 100%;
    line-height: 27px;
}
.register-page.section-b-space {
    margin: 0px 0px;
    padding:30px 0px !important;
}
section.authentication-page {
    top: 106px !important;
    z-index: inherit;
    margin-bottom: 40px;
}
.benfitss
{
    position:relative;
    
}
.amaxing
{
    margin-bottom:30px;
}
.amaxing h1 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 40px 0px;
    margin: 0px;
}

.benfitss ul li {
    display: inline-block;
    text-align: center;
    width: 48%;
    vertical-align: top;
    margin-bottom: 30px;
}

.check_out_page .left_check_out
{
    height: auto !important;
}
.right_stick
{
    height: auto !important;
}
.account_1 .onhover-show-div
{
    left: 0px;
}
.clsbtn
{
    top:-16px;
        z-index: 8;
}
.login-page .btn-solid
{
    margin-bottom:20px;
}

.register-page .btn-solid
{
    margin-top:20px;
}
.product-right .product-buttons a:last-child {
    margin-left: 0px;
    margin-top: 10px;
}
.theme-card {
    position: relative;
    text-align: left;
}
.collection-banner {
    margin-bottom: 10px;
}
.partition2 .collection-banner img.img-fluid {
   
    border-radius: 50% !important;
    box-shadow: 0px 2px 4px #11111182;
}
.collection-banner.p-right .contain-banner {
   
    padding-left: 0px !important;
}
.partition2 .collection-banner .contain-banner h2 {
    font-size: 13px !important;
    letter-spacing: 0.01em;
    color: #222222;
    text-transform: capitalize;
    margin-top: 5px;
    line-height: 17px;
}
.inner_view_producat .title2 .title-inner2
{
  
    margin: 0px;
   
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
}