    

html{
    scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Work Sans', sans-serif;
}
a,a:hover{
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}
ul,p{
    margin: 0;
    padding: 0;
    list-style: none;
}
img{
    max-width: 100%;
}
.py_50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.py_80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.pb_50{
    padding-bottom: 50px;
}
.pb_80{
    padding-bottom: 80px;
}
@media (min-width: 1350px) {
.container{
    max-width: 1320px;
}
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.form-control:focus {
    outline: 0;
    box-shadow: none !important;
}
/*========== header css start===========*/
.top-bar {
    background: #F379A7;
    height: 40px;
}
.top-bar .t_b_left{
     align-items: center;
    display: inline-flex;
    height: 40px;
    width: 100%;
}
.top-bar .t_b_left .top-navbar-nav {
    display: inline-flex;
    flex-wrap: wrap;
}
.top-bar .t_b_right .top-right-nav-link{
    display: inline-flex;
    flex-wrap: wrap;
}
.top-bar .t_b_right {
    align-items: center;
    display: inline-flex;
    height: 40px;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}
.top-bar .t_b_left .top-navbar-nav li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.top-bar .t_b_left .top-navbar-nav li a.active, .top-bar .t_b_left .top-navbar-nav li a:hover{
    color: #fff;    
}
.top-bar .t_b_right  .top-right-nav-link li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.top-bar .t_b_right  .top-right-nav-link li a:hover{
    color: #fff;
}
.top-bar .t_b_right  .top-right-nav-link li{
    margin-left: 14px;
    position: relative;
}
.top-bar .t_b_right .top-right-nav-link li a span.lo-icon {
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
}
.top-bar .t_b_right .top-right-nav-link li:after {
    content: '/';
    position: absolute;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    right: -10px;
    top: 2px;
}
.top-bar .t_b_right .top-right-nav-link li:last-child::after {
    display: none;
}

.mid-navbar {
    background: #000;
    padding: 15px 0;
}
.mid-navbar .mid-navbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mid-navbar .main-logo img {
    width: 100%;
    max-width: 220px;
}
.mid-navbar .mid_bar_right-box {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
.main-mid-right .phone-icon .ph_icon {
    display: none;
}
/*.mid-navbar .mid_bar_right-box .main-search button.btn.search {
    background: #f379a7;
    width: 100%;
    max-width: 50px;
    height: 48px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
}*/
.mid-navbar .main-search button.btn.search {
    background: #f379a7;
    width: 100%;
    max-width: 50px;
    height: 48px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
}
/*.mid-navbar .mid_bar_right-box .main-search form input.form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 361px;
}*/
.mid-navbar .main-search form input.form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 361px;
}
.mid-navbar .mid_bar_right-box .main-search form input.form-control::placeholder {
    font-size: 14px;
    padding-left: 20px;
    font-family: 'Work Sans', sans-serif;
}
.main-mid-right .ph_number p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.main-mid-right .ph_number p span {
    font-size: 20px;
    font-weight: 600;
}
.main-mid-right .wish-list a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
}
.main-mid-right .wish-list a span {
    font-size: 35px;
    padding-right: 10px;
}
.main-mid-right .cart-box a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.main-mid-right .cart-box a span.cart-icon {
    font-size: 35px;
    padding-right: 10px;
    position: relative;
}
.main-mid-right .cart-box span.item-no {
    position: absolute;
    background: #f379a7;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    top: 0;
    left: 27px;
    font-size: 12px;
    font-weight: 500;
}
.main-mid-right {
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.ph_number, .wish-list{
    margin-right: 35px;
}

.main-mid-right .wish-list a span.wish_list_text, .main-mid-right .cart-box span.my_cart_text {
    font-size: 16px;
    font-weight: 500;
}


.fixed {
    position: fixed;
    top: 0;
    z-index: 1;
}
/*========== header css End===========*/

.mega-menu-wrap .main_mega_list {
    display: flex;
    flex-wrap: wrap;
}
.mega-menu-wrap .main_mega_list .mega-inner-col{
    flex: 0 0 20%;
    padding-right: 15px;
}
.mega-menu-wrap .main_mega_list .mega-inner-col .mega-title a.bold-heading{
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 0 10px;
}
.mega-menu-wrap .main_mega_list .mega-inner-col a.subcat {
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    text-transform: capitalize;
    font-size: 14px;
}
.mega-menu-wrap .main_mega_list .mega-inner-col a.subcat:hover {
    color: #000;
}
.bottom-bar {
    width: 100%;
    background: #f379a7;
    z-index: 999;
}
.bottom-bar .exo-menu {
    width: 100%;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*.bottom-bar .exo-menu > li {
  display: inline-block;
  float: left;
}*/
.bottom-bar .exo-menu > li > a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-size: 14px;

}
.bottom-bar .exo-menu > li > a.active,
.bottom-bar .exo-menu > li > a:hover,
li.drop-down ul > li > a:hover {
  background: #000;
  color: #fff;
}
/*.bottom-bar .exo-menu i {
  float: left;
  font-size: 16px;
  margin-right: 6px;
  line-height: 20px !important;
}*/
.bottom-bar .exo-menu li.drop-down, .bottom-bar .exo-menu .flyout-right, .bottom-bar .exo-menu .flyout-left {
  position: relative;
}

.bottom-bar .exo-menu li.drop-down > ul {
  left: 0px;
  min-width: 230px;
  z-index: 999;
}
.drop-down-ul {
  display: none;
}
.flyout-right > ul,
.flyout-left > ul {
  top: 0;
  min-width: 230px;
  display: none;
/*  border-left: 1px solid #365670;*/
}
li.drop-down i.fa-solid {
    font-size: 10px;
    margin-left: 2px;
}
li.drop-down > ul > li > a, .flyout-right ul > li > a, .flyout-left ul > li > a {
    color: #fff;
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    background-color: #f379a7;
    border-bottom: 1px dotted #000;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
    font-size: 14px;
}
.flyout-right ul > li > a,
.flyout-left ul > li > a {
  border-bottom: 1px dotted #b8c7bc;
}

/*Flyout Mega*/
.flyout-mega-wrap {
  top: 0;
  right: 0;
  left: 100%;
  width: 100%;
  display: none;
  height: 100%;
  padding: 15px;
  min-width: 742px;
}
/*h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}*/
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus {
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important;
}
/*mega menu*/

.mega-menu {
  left: 0;
  right: 0;
  padding: 20px;
  display: none;
  padding-top: 0;
  min-height: 100%;
}
/*h4.row.mega-title {
    color: #fff;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #f379a7;
    padding-top: 15px;
    background-color: #f379a7;
}*/
.mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  display: block;
}
ul.stander li a {
  padding: 3px 0px;
}

ul.description li {
  padding-bottom: 12px;
  line-height: 8px;
}

ul.description li span {
  color: #ccc;
  font-size: 85%;
}
a.view-more {
  border-radius: 1px;
  margin-top: 15px;
  background-color: #009fe1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover {
  color: #fff;
  background: #0dadef;
}
ul.icon-des li a i {
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: #009fe1;
  line-height: 35px !important;
}

ul.icon-des li {
  width: 100%;
  display: table;
  margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog {
  left: 0;
  display: none;
  color: #fefefe;
  padding-top: 15px;
  background: #547787;
  padding-bottom: 15px;
}
.Blog .blog-title {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.Blog .blog-des {
  color: #ccc;
  font-size: 90%;
  margin-top: 15px;
}
.Blog a.view-more {
  margin-top: 0px;
}
/*Images*/
.Images {
  left: 0;
  width: 100%;
  display: none;
  color: #fefefe;
  padding-top: 15px;
  background: #547787;
  padding-bottom: 15px;
}
.Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
/*common*/
.flyout-right ul > li > a, .flyout-left ul > li > a, .flyout-mega-wrap, .mega-menu {
    background-color: #f379a7;
    border-top: 5px solid #fff;
    z-index: 9;
}
/*hover*/
.Blog:hover,
.Images:hover,
/*.mega-menu:hover,*/
.drop-down-ul:hover,
li.flyout-left > ul:hover,
li.flyout-right > ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover + ul,
li.flyout-right a:hover + ul,
.blog-drop-down > a:hover + .Blog,
li.drop-down > a:hover + .drop-down-ul,
.images-drop-down > a:hover + .Images,
/*.mega-drop-down a:hover + .mega-menu,*/
li.flyout-mega > a:hover + .flyout-mega-wrap {
  display: block;
}
.exo-menu > li > a {
    display: block;
    padding: 13px 8px;
  }



.banner-img img {
    width: 100%;
}
/*=========ads css start==========*/
.ads_1_1, .ads_2-1, .ads_2-2, .ads_3_1 {
    overflow: hidden;
    position: relative;
}
.ads_1_1:hover:before, .ads_2-1:hover::before, .ads_3_1:hover::before {
    left: 10px;
    right: 10px;
    opacity: 1;
}
.ads_1_1:hover::after, .ads_2-1:hover::after, .ads_3_1:hover::after {
    top: 10px;
    bottom: 10px;
    opacity: 1;
}
.ads_1_1::after, .ads_2-1::after, .ads_3_1::after {
    content: "";
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 10px;
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    bottom: 50%;
    opacity: 0;
    z-index: 11;
    pointer-events: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.ads_1_1::before, .ads_2-1::before, .ads_3_1::before {
    content: "";
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: 10px;
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    right: 50%;
    opacity: 0;
    z-index: 11;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.ads_1_1:hover img, .ads_2-1:hover img, .ads_2-2:hover img, .ads_3_1:hover img {
    transform: scale(1.1);
}
.ads_1_1 img, .ads_2-1 img, .ads_2-2 img, .ads_3_1 img {
    transition: transform 1.5s ease;
}
.mid-ads {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}


.hero_section ul.slick-dots {
    position: absolute;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

.hero_section ul.slick-dots li button {
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border-color: #f37aa7;
    box-shadow: none;
    outline: none !important;
    margin: 0 5px;
}

.hero_section ul.slick-dots li.slick-active button {
    background: transparent;
}
.belowslider.slide-bottom {
    margin-top: 50px;
    /*display: none;*/
}
/*=========ads css End==========*/


/*=========product css Start==========*/
.hot_toy_heading h2 {
    font-size: 45px;
    font-weight: 600;
}
.hotest-toy .card {
    border: 1px dashed #fff !important;
    border-radius: 0;
    margin-top: 50px;
    padding: 40px 30px;
}
.hotest-toy .card img {
    width: 100%;
    margin: 0 auto;
    height: 250px;
    object-fit: contain;
    max-width: 250px;
}
.hotest-toy .card .card-body p.card-text {
    font-size: 20px;
    color: #f379a7;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    min-height: 60px;
}
.hotest-toy .card .card-body {
    padding: 15px 0;
}
.hotest-toy .card .price {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.hotest-toy .card .price p {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}
p.worng-price:after {
    width: 100%;
    content: "";
    height: 2px;
    background: #f379a7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.hotest-toy .card .price p.worng-price {
    position: relative;
}
.hotest-toy .card .price p.right-price {
    color: #f379a7;
}
.hotest-toy .card .cart-btn .common-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 100px;
    transition: all ease-in-out 0.5s;
    font-size: 16px;
    font-weight: 500;
}
.hotest-toy .card .cart-btn .common-btn:hover {
    background: #f379a7;
}
.hotest-toy .card .cart-btn {
    margin: 0 auto;
    margin-top: 20px;
}
.hotest-toy .card .sale-text p {
    font-size: 16px;
    font-weight: 500;
    background: #f37aa7;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.hotest-toy .card .sale-text {
    position: absolute;
    top: -30px;
    right: -5px;
}
.hotest-toy .card .card-body a {
    text-decoration: none;
}
a.added_to_cart {
    display: inline-block;
    background: #f37aa7;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 100px;
    transition: all ease-in-out 0.5s;
    font-size: 16px;
    font-weight: 500;
    margin-left: 20px;
}
a.added_to_cart:hover {
    background: #000;
}
/*=========product css End==========*/

/*=========product-item css Strat==========*/
.pro_item_image {
    background: #000;

}
.all-item-img {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

/*=========product-item css End==========*/

/*=========welcome store css Start==========*/
.wel_stor_img {
    overflow: hidden;
    padding-left: 30px;
}
.welcome-store {
    background: #000;
    border-top: 1px solid #fff;
    margin: 0 0 50px 0;
    padding: 40px 0;
}
.wel_stor_img img.img-fluid {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: top;
}
.welcome-store .wel_store_text h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
.welcome-store .wel_store_text p {
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
}
.welcome-store .row.align-items-center {
    align-items: inherit !important;
}
.search-results .entry-content, .search-results  .entry-footer {
    display: none;
}
.search.search-results > header + .container {
  text-align: center;
  padding: 50px 0;
  background: #fff;
}
.search-results .woo-short-product {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
}
.search-results .post-thumbnail img {
    max-height: 300px;
    object-fit: contain;
}
.search-results .entry-title {
    line-height: 15px;
}
.search-results .post-thumbnail {
    border: 1px solid #f4f4f4;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f44f;
}

.search.search-results > header + .container h2.entry-title a {
    color: #f379a7;
    text-decoration: none;
    font-size: 16px;
}

/*=========welcome store css End==========*/

/*=========product page css ==========*/
.short-description {
    margin-bottom: 15px;
}
.qaLink {
    margin: 0 0 15px;
    color: #f379a7;
    text-decoration: none;
}
.qaLink:hover {
    color: #f379a7;
}
.btn-link a {
    color: #f379a7;
}
.availability-header {
    font-weight: bold;
}
.availabilityInfo {
    color: #0baf0b;
    margin-bottom: 10px;
}
.single-product.woocommerce .woocommerce-Tabs-panel li{
    font-weight: 400;
    position: relative;
}
/*=========product page css ==========*/

/*=========Feedback css Start==========*/
.feedback_client .feed_img {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.feedback_client .container {
    max-width: 1170px;
}

/*=========feedback css End==========*/


/*=========Brand logo css Start==========*/
.brand-logo {
    background: #f379a7;
}
.all_brand_logo a {
    margin-right: 10px;
    margin-left: 10px;
}
/*.all_brand_logo img {
    margin-right: 10px;
    margin-left: 10px;
}*/
.breand-heading h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
}
.all_brand_logo ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.all_brand_logo ul.slick-dots li {
    margin: 0 5px;
}
.all_brand_logo ul.slick-dots li button {
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 100px;
    border: 1px solid #fff;
}
.all_brand_logo ul.slick-dots li.slick-active button {
  background: #000;
  border: 1px solid #000;
}
.subcategories_block section#berocket_product_brand_widget-2 .brand_info.brand_slider_image a {
    text-decoration: none;
    color: #000;
    font-size: 20px; 
}
.subcategories_block section#berocket_product_brand_widget-2 .brand_info.brand_slider_image a:hover {
    color: #f379a7;    
}
.subcategories_block section#berocket_product_brand_widget-2 .brand_info.brand_slider_image a span.category-name {
    margin-top: 15px;
}
/*=========Breand css End==========*/

/*=========Newsletter css Start==========*/
.newslatter {
    margin: 50px 0;
}
.news_subs_input {
    background: #000;
    padding-bottom: 30px;
}
.news_subs_input .d-sm-flex {
    justify-content: center;
}
.newslatter .news_heading h2 {
    font-size: 45px;
    font-weight: 600;
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px;
}
.news_subs_input form {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}
.news_subs_input form input.form-control {
    max-width: 450px;
    border-radius: 0;
    border: 1px solid #f379a7;
    height: 50px;
    margin-top: -25px;

}

.news_subs_input form .btn.go {
    max-width: 100px;
    width: 100%;
    height: 50px;
    border-radius: 0;
    background: #f379a7;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: -25px;
}
.news_subs_input form input.form-control::placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #969595;
}
.s_m_2 {
    text-align: center;
}
.s_m_2 h4 {
    margin: 30px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.s_m_2 ul {
    display: inline-flex;
    flex-wrap: wrap;
}
.s_m_2 ul li {
    margin: 0 10px;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px dotted #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.5s;
}
.s_m_2 ul li:hover {
    background: #f379a7;
    border: 1px dotted #f379a7;
    }
.s_m_2 ul li a {
    color: #fff;
    font-size: 20px;
}

/*=========Newsletter css End==========*/


/*=========contact css Start==========*/

.contact_map .row.no-gutters {
    margin: 0 !IMPORTANT;
}
.contact_form .form-check {
/*    margin: 0 !important;*/
    padding: 0;
}
.contact_form .form-check br {
    display: none;
}
.contact_form .form-check .form-check-input {
    float: unset;
    margin: 0;
    background: transparent;
    border: none;
}
.contact_form .form-check .form-check-input .first.last {
    margin: 0;
}
.contact_form input.wpcf7-submit {
    color: #fff;
    background-color: #f379a7;
    border-color: #f379a7;
    padding: 6px 11.7px;
    margin: 10px 0 0 0;
}


.contact_detail {
    background: #000;
    border: none;
    margin-bottom: 0;
    overflow: hidden;
    outline: 0;
}
.contact_detail .location span, .contact_detail .phone_no span, .contact_detail .live_chat span {
    color: #f379a7;
    font-size: 45px;
    margin-right: 20px;
}
.contact_detail .location p, .contact_detail .phone_no p, .contact_detail .live_chat p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.contact_detail .location, .contact_detail .phone_no, .contact_detail .live_chat {
   display: flex;
}
.contact_detail .phone_no {
    justify-content: end;
}
.contact_detail .live_chat {
    justify-content: end;
}
.contact_form form p {
    margin-bottom: 10px;
    font-size: 18px;
}
.contact_detail .location a {
    text-decoration: none;
}
.news_subs_input .wpcf7-list-item-label {
    color: #fff;
}
.news_subs_input .wpcf7-not-valid-tip {
    display: none;
}
.news_subs_input .wpcf7-list-item {
    display: inline-block;
    margin: 15px 0 0 0;
}
/*=========contact css End==========*/

/*=========Footer css Start==========*/
.main-footer .footer_inner h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
footer.main-footer {
    background: #000;
}
.main-footer .footer_inner .footer_inner_page ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 25px;
}
.main-footer .footer_inner .footer_inner_page ul li a:hover {
    color: #f379a7;
}
footer.main-footer .footer_inner_page {
    padding: 0px 0 20px;
}
.footer_bottom {
    padding: 22px 0;
    border-top: 1px solid #f379a7;
}
.footer_bottom .left_b_fo p {
    color: #fff;
    font-size: 14px;
}
.footer_bottom .right_b_fo {
    text-align: end;
}
.footer_inner {
    padding-left: 15px;
}
footer.main-footer .footer_inner_page .storeInfo img {
    width: 100%;
    max-width: 290px;
    margin-bottom: 30px;
}
footer.main-footer .footer_inner_page .storeInfo p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}
footer.main-footer .footer_inner_page .storeInfo {
    padding-right: 70px;
}
/*=========Footer css End==========*/


/*===========mobile responshive=============*/

.mobile-responshive{
    display: none;
 }




.open-menu,
.close-menu {
  cursor: pointer;
  border: none;
  outline: none;
  color: #252a32;
  background: none;
}

.close-menu {
  position: absolute;
  top: 0;
  right: 1rem;
  border: none;
  outline: none;
  color: #252a32;
  background: none;
}

.brand {
  font-family: inherit;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #d32f2f;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.title-large {
  font-family: inherit;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: inherit;
  color: #252a32;
  text-align: center;
  text-transform: capitalize;
}

.mobile-responshive {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.75rem 1.5rem;
  color: #252a32;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);

}
.mobile-responshive {
 display: none;
}
.mobile-responshive .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.mobile-responshive .navbar .menu-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background 0.5s;
}

.mobile-responshive .navbar .menu-wrapper.offcanvas1 .menu {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.7s;
  transition-delay: 0.2s;
}
.mobile-responshive .navbar .menu-wrapper.offcanvas1::before {
  background: rgba(37, 42, 50, 0.6);
  z-index: 1;
}
.mobile-responshive .navbar .menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 25rem;
  width: 100%;
  padding: 1.5rem 1rem;
  z-index: 2;
  overflow-y: auto;
  color: #252a32;
  background: #f379a7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 9999;
}
.mobile-responshive .navbar .menu-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.mobile-responshive .open-menu svg g {
    fill: #fff;
}
.mobile-responshive .navbar .menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  text-transform: uppercase;
  transition: color 0.35s ease-out;
}
.mobile-responshive .navbar .menu-link:hover {
  color: #d32f2f;
}
.mobile-responshive .navbar .menu-item {
  position: relative;
}
.mobile-responshive .navbar .menu-item a {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  display: block;
  color: #000;
  transition: color 0.35s ease-out;
  text-decoration: none;
}

.mobile-responshive .navbar .menu-item a:hover {
  color: #fff;
}
.mobile-responshive .navbar .menu-item.has-collapsible {
  position: relative;
}
.mobile-responshive .navbar .menu-item.has-collapsible .menu-child {
  display: none;
}
.mobile-responshive .navbar .menu-item.has-collapsible .menu-child .menu-child-item a {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  padding: 0.25rem;
  color: #252a32;
  padding-left: 2.5rem;
  text-transform: uppercase;
  transition: color 0.35s ease-out;
}
.mobile-responshive .navbar .menu-item.has-collapsible .menu-child .menu-child-item a:hover {
  color: #d32f2f;
}
.mobile-responshive .navbar .menu-item.has-collapsible span::after {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: inherit;
  position: absolute;
  top: 0.15rem;
  right: 1rem;
  color: #252a32;
  transition: all 0.35s ease;
  content: "\203A";
    font-weight: bold;
    font-family: 'Font Awesome 6 Free';
}
.mobile-responshive .navbar .menu-item.has-collapsible span::after:hover {
  color: #d32f2f;
}
.mobile-responshive .navbar .menu-item.active.has-collapsible .menu-child {
  display: block;
  transition: all 0.35s ease;
}
.mobile-responshive .navbar .menu-item.active.has-collapsible span::after {
  transform: rotate(90deg);
}



/*===== Sign up css Start==============*/

.main-sign-up .sign-p-headding h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #212529;
}
.sign-up-form .ur-frontend-form .ur-form-row .ur-form-grid label.ur-label, .sign-up-form .ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label {
    font-weight: 500;
}
.sign-up-form .ur-frontend-form .ur-form-row .ur-form-grid label .required, .sign-up-form .ur-frontend-form .ur-form-row .ur-form-grid legend .required {
    text-decoration: none;
    border: none;
    color: #f379a7;
}
.sign-up-form .ur-button-container .ur-submit-button {
    display: inline-block;
    background: #212529;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 100px;
    transition: all ease-in-out 0.5s;
    font-size: 16px;
    font-weight: 500;
}
.sign-up-form .ur-button-container .ur-submit-button:hover {
    background: #f379a7;
}
.sign-up-form .ur-frontend-form span.input-wrapper input {
    border: 1px solid #dee0e9;
    min-height: 40px !important;
}
/*===== Sign up css End==============*/

/*============login page css Start=============*/
.page-id-99  article#post-99 {
    max-width: 1320px;
    margin: 0 auto;
    padding: 50px 15px;
}
.page-id-99 article#post-99 .alignwide h1 {
    padding-bottom: 30px;
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.page-id-99 article#post-99 .entry-content h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
}
.affliates-program .common-heading h2 {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 34px;
    max-width: 100%;
    margin: 0 auto;
}
.question-sec.icnox {
    background-image: unset !important;
    background-color: #;
}
.question-sec.icnox::after {
    background: #000;
}
.question-sec.icnox .common-heading h2 {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 38px;
    max-width: 70%;
    text-align: left;
}
.page-id-99 article#post-99 .entry-content form {
    border-radius: 0;
}
.page-id-99 article#post-99 .entry-content form label {
    font-weight: 400;
}
.page-id-99 article#post-99 .entry-content form input {
    min-height: 40px !important;
    border: 1px solid #dee0e9;
}
.page-id-99 article#post-99 .entry-content form label .required {
    color: #f379a7;
}
.page-id-99 article#post-99 .entry-content form p.form-row label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input#rememberme {
    margin-right: 10px;
}
.page-id-99 article#post-99 .entry-content form p.form-row label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
}
.page-id-99 article#post-99 .entry-content form p.form-row .woocommerce-form-login__submit {
    margin: 10px 0;
    display: inline-block;
    background: #212529;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 100px;
    transition: all ease-in-out 0.5s;
    font-size: 16px;
    font-weight: 500;
}
.page-id-99 article#post-99 .entry-content form p.form-row .woocommerce-form-login__submit:hover {
    background: #f379a7;
}
.page-id-99 article#post-99 .entry-content form p.woocommerce-LostPassword.lost_password a {
    color: #212529;
}
/*============login page css End==============*/

/*==============cart page css Start============*/

.page-id-97 article#post-97 {
    max-width: 1320px;
    margin: 0 auto;
    padding: 50px 15px;
}
.page-id-97 article#post-97 .alignwide h1.entry-title {
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.woocommerce table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border-collapse: collapse;
    border: none;
}
.woocommerce table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
    background: #f379a7;
    color: #fff;
}
input#coupon_code {
    border: 1px solid #f379a7;
    min-height: 48px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 36px;
    width: 186.66px;
    padding: 16px 40px!important;
    border-radius: 100px;
    margin-right: 10px !important;
}
.woocommerce-cart .return-to-shop a.button, .page .woocommerce button.button{
    display: inline-block;
    background: #212529;
    color: #fff;
    text-decoration: none;
    padding: 16px 40px;
    border-radius: 100px;
    transition: all ease-in-out 0.5s;
    font-size: 16px;
    font-weight: 500;
}
.woocommerce-cart .return-to-shop a.button:hover, .page .woocommerce button.button:hover{
    background: #f379a7;
    color: #fff;
}
.page .woocommerce button.button:disabled, .page .woocommerce button.button:disabled[disabled] {
    color: #fff;
    padding: 16px 40px;
}
.woocommerce-cart .return-to-shop a.button:hover, .page .woocommerce button.button:hover, .page .woocommerce button.button:disabled[disabled]:hover {
    color: #000;
    background: #f379a7;
   
}
.woocommerce table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th, .woocommerce table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {
    border: 1px solid #dee0e9;
    border-radius: 0px !important;
}
.page-id-97 article#post-97 form table tr td.product-name a {
    color: #212529;
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: none;
}

.woocommerce-cart table.cart img {
    margin: 0 auto;
    display: block;
}
.page-id-97 article#post-97 .cart-collaterals .calculated_shipping h2 {
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 0 20px;
}
.page-id-97 article#post-97 .cart-collaterals .calculated_shipping .woocommerce-shipping-calculator .shipping-calculator-button {
    color: #212529;
    text-decoration-line: none;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .woocommerce a.button.alt{
    border-radius: 70px;
    background: #212529;
    color: #fff;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .woocommerce a.button.alt:hover{
    background: #f379a7;
}
.woocommerce-cart .product-quantity .quantity {
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 1px;
    width: 60px;
}
.woocommerce-cart .woocommerce .quantity .qty {
    border: 0;
    padding: 5px 0;
}

.woocommerce-cart table.cart img, .woocommerce-page table.cart img {
    max-width: 120px!important;
}
/*==============cart page css End============*/

/*=============checkout page css Start==============*/
.page-id-98 article#post-98 {
    max-width: 1320px;
    margin: 0 auto;
    padding: 50px 15px;
}

.page-id-98 article#post-98 .alignwide h1.entry-title {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
body .woocommerce-info {
    border-top-color: #f379a7 !important;
}
.page-id-98 article#post-98 .woocommerce-info .showcoupon {
    color: #f379a7;
    text-decoration-line: none;
    font-weight: 600;
}
div#product-1628 min-wspan.onsale {
    min-width: 3rem !important;
    min-height: 3rem !important;
}
body .woocommerce-info::before {
    color: #f379a7 !important;
}
.woocommerce form .form-row input.input-text {
    padding: 0.575rem 0.75rem;
}
.woocommerce form .form-row .required {
    color: #f379a7 !important;

}
.page-id-98 article#post-98 .entry-content form h3 {
    font-size: 35px;
    font-weight: 600;
}
#order_review_heading {
    margin-top: 40px;
}
.woocommerce-cart .return-to-shop a.button, .page .woocommerce button.button {
    display: inline-block;
    padding: 16px 40px;
     background:#212529 !important; 
    color: #fff;
    font-size: 16px;
    min-height: 40px;
    align-items: center;
    border-radius: 70px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 150px;
    text-align: center;
    justify-content: center;
}
.woocommerce-cart .return-to-shop a.button, .page .woocommerce button.button:hover {
   background:#f379a7 !important;
}
.page-id-98 .woocommerce-privacy-policy-text a {
    color: #000;
    text-decoration-line: none;
}
/*============checkout page css End=================*/

/*============circle-rotating-rabbit page css Start=================*/
div#primary {
    max-width: 1320px;
    margin: 0 auto;
    padding: 50px 15px;
    padding-bottom: 0;
}
div#primary nav.woocommerce-breadcrumb {
    margin-bottom: 30px;
    background: transparent;
    color: #000;
    padding: 0px;
}
div#primary nav.woocommerce-breadcrumb a {
    color: #000;
    text-decoration: none;
}
div#product-102 h1.product_title.entry-title {
    font-size: 40px;
    font-weight: 600;
}
.single-product .quantity .input-text.qty.text {
    width: 11.631em !important;
    padding: 6px 0 !important;
}
.single-product button.single_add_to_cart_button.button.alt {
    display: inline-flex;
    padding: 0 40px;
    background-color: #212529;
    color: #fff;
    font-size: 16px;
    min-height: 40px;
    align-items: center;
    border-radius: 70px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    min-width: 150px;
    text-align: center;
    justify-content: center;
    transition: all ease-in-out 0.3s;
}
.single-product button.single_add_to_cart_button.button.alt:hover {
    background-color: #f379a7;
    color: #fff;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #f379a7 !important;
    font-size: 1.25em;
    margin-bottom: 20px;
}
.woocommerce span.onsale {
    background-color: #f379a7 !important;
    z-index: 2 !important;
    width: 3rem !important;
    height: 3rem !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.single-product .woocommerce span.onsale {
    background-color: #f379a7 !important;
    width: 3rem !important;
    height: 3rem !important;
    top: -10px !important;
    left: -10px !important;
}
div#primary .product_meta .posted_in a {
    color: #212529;
    text-decoration: none;
}
div#product-102 .products h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}
div#primary section.related ul li a img {
    object-fit: contain;
    margin: 0 auto;
    height: 250px !important;
}
div#primary section.related ul li {
    border: 1px dashed #000;
    text-align: center;
    padding: 20px 0;
}
.woocommerce ul.products li.product a h2 {
    color: #212529;
    font-size: 22px !important;
}
.woocommerce ul.products li.product .button {
    display: inline-flex;
    padding: 0 40px;
    background-color: #212529;
    color: #fff;
    font-size: 16px;
    min-height: 40px;
    align-items: center;
    border-radius: 70px;
    text-align: center;
   /* text-transform: uppercase;*/
    text-decoration: none;
    border: 0;
    min-width: 150px;
    text-align: center;
    justify-content: center;
    font-weight: 600;

}
.woocommerce ul.products li.product a.added_to_cart {
    margin-top: 10px;
    margin-left: 0;
  /*  text-transform: uppercase;*/
    font-weight: 600;
    min-width: 190px;
}
.woocommerce ul.products li.product .button:hover {
    background-color: #f379a7;
}
div#primary section.related h2 {
    margin-bottom: 20px;
}
div#review_form_wrapper form p.stars a {
    color: #f379a7;
}
div#review_form_wrapper form .form-submit input#submit {
display: inline-flex;
    padding: 0 40px;
    background-color: #212529;
    color: #fff;
    font-size: 16px;
    min-height: 40px;
    align-items: center;
    border-radius: 70px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    min-width: 150px;
    text-align: center;
    justify-content: center;
    transition: all ease-in-out 0.3s;
}
div#review_form_wrapper form .form-submit input#submit:hover {
    background-color: #f379a7;
    color: #fff;
}

/*============circle-rotating-rabbit page css End=================*/

/*============my account page css Start=================*/

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
    background-color: #212529;
    border-bottom: 1px solid #212529;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    padding: 10px;
    transition: all .3s ease-in-out;
    border-bottom: 1px solid #212529;
    cursor: pointer;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a{
    color: #212529;
    text-decoration: none;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover{
    background: #f379a7;
}
.page-id-99 article#post-99 .woocommerce-MyAccount-content p a {
    color: #212529;
    text-decoration: none;
}
.page-id-99 article#post-99 .woocommerce-MyAccount-content p {
    margin-bottom: 10px;
    /* text-decoration: none; */
}
.page-id-99 article#post-99 .col2-set.addresses .woocommerce-Address h3 {
    font-size: 35px;
    font-weight: 600;
}
.page-id-99 article#post-99 .col2-set.addresses .woocommerce-Address a {
    color: #212529;
    text-decoration: none;
    font-weight: 500;
}
/*============my account page css End=================*/



/*============ 404 csse css start=================*/
#notfound {
    text-align: center;
}

.notfound {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.notfound .notfound-404 h1 {
    font-size: 150px;
    margin: 0px;
    font-weight: 900;
    color: #1c1c1a;
    line-height: 1.2;
}

.notfound h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
}

.notfound p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0px;
}

.mail-footer.clearfix {
    background-color: #262626 !important;
}
a.common-btn.\34 04-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 100px;
    transition: all ease-in-out 0.5s;
    font-size: 16px;
    font-weight: 500;
}
a.common-btn.\34 04-btn:hover {
    background: #f379a7;
}
#wp-html-mail-template-designer .mail-container .mail-content-wrap .mail-footer.clearfix {
    padding: 0px;
    margin: 0px;
}

@media (max-width:767px) {
    .notfound .notfound-404 h1 {
        font-size: 50px;
        line-height: 40px;
    }
}
/*============End 404 css End=================*/

/*============privacy policy css End=================*/
    .privacy_policy {
         margin: 50px 0;
    }
	.privacy_policy h2 {
		margin-bottom: 30px;
		font-size: 45px;
		font-weight: 600;
	}
	.privacy_policy h4 {
		font-size: 35px;
		font-weight: 500;
		margin-bottom: 15px;
	}
	.privacy_policy h3 {
		font-size: 22px;
	}
	.privacy_policy p {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.p_p_img img{
		width:100%;
	}
	.privacy_policy ul{
		margin-bottom: 30px;
	}
	/*.privacy_policy li {
		position: relative;
		padding-left: 20px;
		margin-bottom: 15px;
		font-size: 16px;
	}
	.privacy_policy li::before {
		position: absolute;
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 50px;
		color: #fff;
		background: #f379a7;
		content: "";
		top: 0;
		bottom: 0;
		margin: auto;
		left: 0;
	}*/
    .pri-policy {
    margin-top: 20px;
}
	.contact_detail .phone_no .phone_text p a {
		color: #fff;
		font-size: 20px;
		font-weight: 400;
		text-decoration: none;
	}
/*============privacy policy css End=================*/

/*============About us Page css start===================*/

.inner_banner {
    position: relative;
}
.inner_banner {
    height: 500px;
    /*max-height: 430px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: center;
}
.inner_banner::before {
    position: absolute;
    content: "";
    background: #000;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
}
.affiliates-ban.inner_banner::before {
    opacity: 0;
}
.affiliates-ban.inner_banner .inner_pb_cn h2, .affiliates-ban.inner_banner .inner_pb_cn p {
    color: #000;
}
.affiliates-ban.inner_banner .inner_pb_cn p {
    font-size: 22px;
}
.inner_pb_cn {
    position: relative;
    z-index: 1;
}
.inner_pb_cn h2, .inner_pb_cn h1{
    color: #fff;
    font-size: 45px;
    text-align: center;
    font-weight: 600;
}
.about-page-content .inner-pa-con p {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}
.about-page-content .inner-pa-con p .spacia-word {
    font-weight: 600;
    color: #f379a7;
}
.tc-pagebuilder .tc-image img {
    width: 100%;
}
section.online-help {
    background: #000;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.online-help .li_on_help h2 {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}
.online-help .li_on_help p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}
.scp-breadcrumb .breadcrumb {
    justify-content: center;
    position: relative;
}
.scp-breadcrumb .breadcrumb li a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}
.scp-breadcrumb .breadcrumb li {
    margin-right: 20px;
    position: relative;
}
.scp-breadcrumb .breadcrumb li:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 14px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}
.scp-breadcrumb .breadcrumb li:last-child::after {
    display: none;
}
.tc-pagebuilder table td {
    padding: 12px;
}
.about-info .common-heading {
    margin-bottom: 0;
}
.about-info .common-heading h2 {
    max-width: 100%;
    text-transform: capitalize;
}
.about-info table p strong {
    text-transform: capitalize;
}
.about-info a {
    color: #f379a7;
}
.about-info a:hover {
    color: #000;
}
.backg {
    display: inline-block;
    background: #fff;
}
/*============About us Page css End===================*/


/*============Contact us Page css Start===================*/

.contact_map .btn {
    padding: 14px 26px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f379a7;
    border-color: #f379a7;
}
.contact_map .btn:hover {
    color: #ffff;
   background-color: #f379a7;
}
.contact_map .btn-danger {
  background-color: #e34c43;
  border-color: #e34c43;
}
#gmap_canvas {
 /* filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);*/
  width: 100%;
  height: 550px;
}
.contact_map .map-box2 {
  z-index: 1;
  right: 60px;
  width: 380px;
}
.contact_form form .name-phone .mb-3 {
    width: 49%;
}
.contact_form form .name-phone {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.contact_form form span.required {
    color: #f379a7;
    font-size: 20px;
    font-weight: 600;
}
.contact_form form .form-check a {
    color: #f379a7;
}
flex
.contact_form form .form-check input#exampleCheck1 {
    margin-right: 10px;
}
.contact_form form {
    background: #f379a740;
    padding: 50px;
    margin: 0 auto;
}
.contact_form form .btn-primary {
    color: #fff;
    background-color: #f379a7;
    border-color: #f379a7;
}
.contact-ul {
    background: #fff;
    box-shadow: 1px 1px 5px #a8a8a8;
    padding: 40px;
}
.store_data>div {
    padding: 10px 20px 0 20px;
}
.store_data .contact-new .store-location.item, .store_data .contact-new .store-phone.item, .store_data .contact-new .store-email.item {
    display: flex;
    margin-top: 10px;
}
.store_data>div a {
    margin-right: 10px;
}
.contact-ul h4.store-name {
    color: #f379a7;
    margin: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.store_data .item a {
    display: flex;
    color: #000;
}
.store_data .item a i {
    background: #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    margin: 3px 5px 0 0;
}
/*============Contact us Page css End===================*/

/*============price match Page css Start===================*/
.recive-price .req-pric-list ul.listing-new li .rma-text {
    color: #f379a7;
    text-decoration: none;
    font-weight: 500;
}
.by_wi_confi .return-he h2 {
    font-style: normal !important;
}
.by_wi_confi .confi-heading h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    font-style: italic;
}
.by_wi_confi .confi-heading p {
    margin-bottom: 20px;
    font-size: 18px;
}
.by_wi_confi .price-condi .listing-new li {
    list-style: square;
}
.by_wi_confi .price-condi .listing-new li::marker {
    font-size: 25px;
    list-style: square;
}
.new-class {
    border: 2px solid #000;
    padding: 20px;
}
.by_wi_confi .price-condi h3 {
    font-size: 30px;
    font-weight: 500;
}
.price-condi ul.listing-new, .recive-price .req-pric-list ul.listing-new {
    padding: 10px 0 0 15px;
}
.price-condi ul.listing-new li, .recive-price .req-pric-list ul.listing-new li {
    margin: 0 0 5px;
    text-align: left;
    list-style: disc;
}
.price-condi ul.listing-new li::marker, .recive-price .req-pric-list ul.listing-new li::marker {
    color: #f379a7;
    font-size: 20px;
}
.recive-price {
    background: #212529;
}
.recive-price .recive-heading h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}
.recive-price .recive-heading p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}
.recive-price .req-pric-list p {
    color: #fff !important;
    font-size: 18px;
    margin-bottom: 20px;
}
.req-pric-list ul.listing-new li {
    color: #fff;
}
.recive-price .req-pric-list ul.listing-new {
    padding-left: 40px;
}
section.by_wi_confi.py_50 .price-condi ul.listing-new {
    padding-left: 40px;
}
/*============price match Page css End===================*/

/*============dreamrewards Page css Start===================*/

.main-reward .reward-inner-img img {
    width: 100%;
}
.redeem_point_table {
    text-align: center;
    max-width: 850px;
    width: 100%;
    background: #f379a740;
    margin: 0 auto;
}
.redeem_point_table table {
    border: 1px solid #ccc;
    width: 100%;
}
.redeem_point_table table tr, .redeem_point_table ul li {
    border-bottom: #ccc solid 1px;
}
.redeem_point_table table td {
    padding: 10px;
    font-size: 18px;
    text-align: center;
}
.redeem_point_table table td.price_value {
    font-weight: 600;
}
.main-reward .reward-inner-img {
    margin-bottom: 30px;
    text-align: center;
}
.main-reward .left-rwar-img {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
.main-reward .left-rwar-img a img {
    width: 100%;
    margin-bottom: 30px;
}

.main-reward .reward-shop-btn {
    text-align: center;
    margin-bottom: 50px;
}
.main-reward .reward-shop-btn .common-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 100px;
    transition: all ease-in-out 0.5s;
    font-size: 16px;
    font-weight: 500;
}
.main-reward .reward-shop-btn .common-btn:hover {
    background: #f379a7;
}
.main-reward{
    margin-top: 50px;
}
.main-reward .reward-inner-img h4 {
    font-size: 30px;
    margin-top: 15px;
    color: #f379a7;
}
.main-reward .reward-inner-img h2 {
    font-size: 40px;
    /* margin-top: 15px; */
}
.main-reward .left-rwar-img a.common-btn {
    margin-bottom: 20px;
}
/*============dreamrewards Page css End===================*/

/*============Sipping Page css Start===================*/


.shipping-left-img {
    text-align: center;
}
.shiping-img-text .shipping-right-text p {
    margin-bottom: 10px;
}
.shippin-pucik-linl .main-ouclink ul li a {
    color: #fff;
    text-decoration: none;
        font-size: 16px;
    font-weight: 600;
}
ul.listing-new {
    padding: 10px 0 0 15px;
    margin-bottom: 22px;
}
ul.listing-new li {
    margin: 0 0 5px;
    text-align: left;
    list-style: disc;
    margin-left: 30px;
}
ul.listing-new li::marker {
    color: #f379a7;
    font-size: 20px;
}
.right-ship-content h3 {
    font-size: 35px;
    font-weight: 600;
    color: #f379a7;
    padding-top: 100px;
}
.right-ship-content p {
    font-size: 18px;
    margin: 15px 0;
}
.right-ship-content .listing-op h5 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0;
}
.main-ouclink {
    margin-top: 60px;
    border: 1px solid #dfdfdf;
    background: #fff;
    padding: 15px;
    position: sticky;
    top: 80px;
}
.main-ouclink ul li {
    width: 100%;
    max-width: 100%;
    background: none;
    margin-bottom: 15px;
    padding: 0;
}
.shippin-pucik-linl .main-ouclink ul li a {
    color: #212529;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.shippin-pucik-linl .main-ouclink ul li a:hover {
    color: #f379a7;
}
/*============Sipping Page css End===================*/

/*============Affiliates us Page css Start===================*/

.inner_pb_cn p {
    color: #fff;
    text-align: center;
    max-width: 450px;
    margin: 0 auto 20px;
    font-weight: 500;
}
.affliates-banner-btn {
    text-align: center;
    margin-bottom: 15px;
}
.common-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 100px;
    transition: all ease-in-out 0.5s;
    font-size: 16px;
    font-weight: 500;
}
.common-btn:hover {
    background: #f379a7;
    color: #fff;
}
.affliates-banner-btn .common-btn:hover {
    background: #f379a7;
}
.affiliates-ban.inner_banner {
    max-height: 370px;
    object-fit: cover;
    background-position: center center !important;
}
.pink-bg-text {
    background: #f379a7;
    color: #fff;
    padding: 30px 0;
}
.prd-text {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prd-text > * {
    flex: 0 0 33%;
    font-size: 28px;
    text-align: center;
    padding: 0 20px;
    line-height: initial;
}
.prd-text h3 {
    margin: 0;
    font-size: 35px;
}
.prd-text h3 {
    margin: 0;
}
.common-heading h2 {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 36px;
    max-width: 500px;
    margin: 0 auto;
}
.common-heading {
    margin-bottom: 40px;
}
.left-img-sec-txt ul {
    list-style: none;
}
.left-img-sec-txt ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 15px;
    font-size: 20px;
    display: flex;
}
.left-img-sec-txt ul li span {
    display: inline-block;
    padding: 5px 10px 0 0;
    color: #f379a7;
}
.left-img-sec-txt ul li span i {
    background: #f379a7;
    color: #fff;
    padding: 5px;
    font-size: 15px;
}
.shop-btn {
    margin-top: 15px;
    padding-left: 30px;
}
.affliates-program {
    background: #dffaff;
}
.black {
    color: #000;
}
.pink-bg-text span.black {
    font-size: 32px;
    display: block;
    margin-bottom: 10px;
}
.pink {
    color: #f379a7;
}
.question-sec {
    position: relative;
    z-index: 1;
}
.question-sec::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
.question-sec {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.boxed-main {
    background: transparent;
    padding: 20px;
    border-radius: 10px;
    margin-right: 20px;
    min-height: 180px;
    display: flex;
    align-items: center;
    min-width: 50%;
    text-align: center;
    justify-content: center;
    flex-flow: column;
    border: 1px dashed #fff;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}
/*.boxed-main {
    background: #000;
    padding: 20px;
    border-radius: 10px;
    margin-right: 20px;
    min-height: 200px;
    display: flex;
    align-items: center;
    min-width: 390px;
    text-align: center;
    justify-content: center;
    flex-flow: column;
    border: 1px dashed #fff;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}*/
.boxed-main:hover {
    background: #f379a7;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}
.boxed-main:hover i{
    color: #fff;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}
.boxed-main a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    word-break: break-word;
}
.boxed-main i{
    color: #f379a7;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 50px;
    margin-bottom: 10px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}
.payment-sec ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 15px;
    font-size: 20px;
    display: flex;
    color: #fff;
}
.payment-sec ul li span {
    display: inline-block;
    padding: 4px 10px 0 0;
    color: #f379a7;
}
.payment-sec figure img.rounded {
    height: 350px;
    object-fit: cover;
    max-width: 400px;
    border-radius: 50% !important;
    margin: 0 auto;
    display: block;
}
.payment-sec figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.payment-sec figure img.rounded {
    min-height: 350px;
    object-fit: cover;
    max-width: 350px;
    border-radius: 50% !important;
    margin: 0 auto;
    display: block;
}
.payment-sec .row {
    background: #000000;
    padding: 30px 25px;
    border-radius: 20px;
    box-shadow: 1px 1px 5px #eee;
    max-width: 1100px;
    margin: 0 auto;
}
.affiliates-ban.inner_banner .inner_pb_cn .affliates-banner-btn .common-btn:nth-child(2) {
    background: #f379a7;
}
.affiliates-ban.inner_banner .inner_pb_cn .affliates-banner-btn .common-btn:nth-child(2):hover {
    background: #000;
}
.iconbx-sec {
    background: #dffaff;
}
.icoon-c-bx {
    background: #fff;
    height: 170px;
    padding: 20px;
    box-shadow: 0 3px 20px 0px rgb(0 0 0 / 12%);
    border-radius: 10px;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    text-align: center;
}
.icoon-c-bx i {
    color: #f379a7;
    font-size: 60px;
    margin-bottom: 15px;
}
.info-txt p {
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
}
.info-txt .common-btn {
    margin-top: 40px;
    background: #f379a7;
    color: #fff;
}
.info-txt .common-btn:hover {
    background: #000;
    color: #fff;
}
.info-sec-cont {
    background: #dffaff;
}
 .info-sec-cont .ino-txt {
    background: #000;
    padding: 50px 10px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}

.info-sec-cont .row .col-lg-6:nth-child(2) .ino-txt.pink {
    background: #f379a7;
}
.info-sec-cont  p {
    margin: 0 auto 15px;
    max-width: 400px;
}
.info-sec-cont .ino-txt .common-btn {
    background: #fff;
    color: #000;
}
.info-sec-cont  h3 {
    text-transform: capitalize;
    max-width: 415px;
    margin: 0 auto 15px;
}
.info-sec-cont .row .col-lg-6:nth-child(2) .ino-txt.pink .common-btn:hover {
    background: #000;
    color: #fff;
}
.info-sec-cont .ino-txt .common-btn:hover {
    background: #f379a7;
    color: #fff;
}
.by_wi_confi .tc-image img.img-fluid {
    width: 100%;
    margin-bottom: 20px;
}

/*=================== clearence page css Start==================*/
.subcategories {
    display: flex;
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.subcategories .subcategories-img-link a {
    display: flex;
    flex-direction: column;
    color: #212529;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
.subcategories .subcategories-img-link a:hover {
    color: #f379a7;
}

.subcategories .subcategories-img-link a .category-name {
    margin-top: 20px;
}
.subcategories .subcategories-img-link {
    margin: 0 2.5%;
    margin-top: 30px;
    flex: 0 0 20%;
}
.subcategories .subcategories-img-link a img {
    width: 278px;
}
.clearance-main .recive-heading h2 {
    font-size: 42px;
    font-weight: 600;
}
.clearance-main .recive-heading p {
    padding: 5px 0;
    font-size: 16px;
}
.clearance-main .req-pric-list .listing-new li {
    color: #212529;
}
.clearance-main .req-pric-list h6{
    font-weight: 500;
}
.clearance-main .req-pric-list p{
    padding: 5px 0;
    font-size: 16px;
}
section.recive-price.by_wi_confipy_50 {
    padding: 50px 0;
}
/*=================== clearence page css End==================*/

/*=================== gift page css start==================*/
.wps_wgm_added_wrapper .wps_wgm_section .wps_wgc_label {
	margin-bottom: 15px;
}
.wps_wgm_delivery_via_email {
	margin-top: 10px;
}
.gift-image {
    border: 1px solid #ccc;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}
form.cart input[type="text"] , form.cart select {
    border: 1px solid #ccc;
    height: 40px;
    padding: 10px;
}
form.cart textarea {
    border: 1px solid #ccc;
    height: 40px;
    padding: 10px;
}
form.cart {
    margin-top: 15px;
}
p.wps_wgm_section {
    margin-bottom: 15px;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 15px 0 0;
}
.by_wi_confi.gi_main .confi-heading h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    font-style: normal;
}
.by_wi_confi.gi_main {
    background: #dffaff;
    margin: 30px 0;
}
.gift-main {
    padding-top: 50px;
}
.gift-main .Gift-text {
    margin-bottom: 20px;
}
.gift-main .prod-img img {
    width: 100%;
}
.gift-main .product-short-list {
    margin-top: 10px;
}
.gift-main .product-short-list {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gift-main .product-short-list .select-product {
    max-width: 375px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: end;
    align-items: center;
}
.gift-main .product-short-list .select-product select.form-select {
    max-width: 270px;
    width: 100%;
}
.gift-main .product-short-list .select-product .seclect-heading {
    margin-right: 10px;
    font-weight: 600;
}
.price-condi.gift-page p {
    margin-bottom: 10px;
}
.gift-main .product-short-list .product-count p {
    font-weight: 600;
}
/*=================== gift page css End==================*/



@media (max-width: 991px){
.iconbx-sec .col-md-6 {
    margin-bottom: 15px;
}
.iconbx-sec .row .col-md-6:last-child {
    margin-bottom: 0px;
}
.info-sec-cont .ino-txt.pink{
    margin-bottom: 20px;
}
.left-img-sec-txt ul {
    margin-top: 20px;
}
/*.boxed-main {
    min-width: 340px;
}*/
.subcategories .subcategories-img-link {
    margin: 0 0.5%;
    flex: 0 0 48%;
    margin-bottom: 20px;
}
}

@media (max-width: 767px){
.cont-box-sec {
    flex-flow: column;
}
.subcategories .subcategories-img-link {
    margin: 0;
    flex: 0 0 100%;
}
.boxed-main {
    min-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
}
.affliates-banner-btn .common-btn:first-child {
    margin-bottom: 10px;
}
.common-heading h2 {
    font-size: 32px;
}
}


@media (max-width: 767px){
.py_80 {
    padding-top: 40px;
    padding-bottom: 40px;
}
}
p.color-text {
    color: #000 !important;
        font-weight: 500;
}
/*============Affiliates us Page css End===================*/
/*=================== Faq page css Start==================*/

/*.faq.inner_banner {
    background-position: center;
    max-height: 400px;
}*/
.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
.main-faq .inner-faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    font-weight: bold;
    font-size: 20px;
}
.main-faq .inner-faq .accordion-button, .main-anl-faq .anal-faq .accordion-button {
    position: relative;
    font-size: 20px !important;
    font-weight: bold !important;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #000;
    text-align: left;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.main-faq .inner-faq .accordion-item, .main-anl-faq .anal-faq .accordion-item  {
    border: unset;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0px 10px rgba(0,0,0,.15)!important;
}
.main-faq .inner-faq .accordion-body a, .main-anl-faq .anal-faq .accordion-body a {
    color: #f379a7;
    font-weight: 500;
    text-decoration-line: none;
}
.main-faq .inner-faq .accordion-body a:hover, .main-anl-faq .anal-faq .accordion-body a:hover {
    text-decoration: underline;
}
/*=================== Faq page css End==================*/


/*=================== categories page css==================*/
.cat-content .cat-inner-content {
    margin-top: 50px;
}
.recent-do .ced h2, .ced h2 {
    margin-bottom: 35px !important;
}

.tax-product_cat ul.products.columns-4, .dildos-content .recent-do ul.products.columns-4{
    margin: 100px 0 0;
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    gap: 34px;
}
.page-template-collection .recent-do ul.products.columns-4, .tax-berocket_brand ul.products.columns-4 {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    gap: 34px;
}

.page-template-collection .recent-do .woocommerce h2 {
    margin: 30px 0;
}

.dildos-content .recent-do ul.products.columns-4  li.product, .tax-berocket_brand ul.products.columns-4 li.product, .tax-product_cat.woocommerce ul.products li.product, .tax-product_cat .woocommerce-page ul.products li.product{
    width: 100% !important;
    margin: unset !important;
}
/*.single-product ul.products.columns-4 li.product{
    margin: unset !important;
}*/
.page-template-collection .recent-do ul.products.columns-4 li.product {
    width: 100% !important;
    margin: unset !important;
}
.recent-do.woocommerce ul.products::after, .recent-do .woocommerce ul.products::before, .tax-berocket_brand ul.products::after, .tax-berocket_brand ul.products::before{
    display: none !important;
}
.tax-product_cat.woocommerce ul.products::after, .tax-product_cat.woocommerce ul.products::before{
    display: none !important;
}
.tax-product_cat ul.products.columns-4 img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    /*max-height: 200px !important;
    
    object-fit: contain;
    min-height: 250px;*/
    margin: 0 auto;
    max-height: 220px !important;
        height: 220px !important;
        object-fit: cover;
}
.tax-product_cat ul.products.columns-4 span.onsale,.woo-short-product ul.products.columns-3 span.onsale {
    width: 50px;
    height: 50px;
    z-index: 2;
}
.recent-do ul.products.columns-4 span.onsale{
    width: 50px;
    height: 50px;
    z-index: 2;
}
.main-anl-faq .anal-faq .accordion h2 {
    margin-bottom: 25px;
    margin-top: 15px;
    text-align: center;
    font-weight: 600;
}

/*=============== Blogs page css Start=============*/


.Blogs-ban.inner_banner {
    background-position: center;
}
.blog-sec .card {
    margin: 0 0 15px 0;
    width: 100%;
}
.card-body, a.ims {
    z-index: 1;
}
.card span.btn.btn-light.btn-sm {
    background: #f379a7;
    padding: 12px;
    font-size: 14px;
    border: 0px;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999999;
}
.blog-sec .card img.card-img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.blog-sec .card a {
    color: #f379a7;
    text-decoration: none;
    margin-top: 15px;
}
.blog-sec .card h4 {
    color: #f379a7;
    min-height: 60px;
}
.blog-sec .card p.card-text {
    margin-bottom: 15px;
    min-height: 103px;
}
.blog-sec .card p.card-text + a.common-btn {
    color: #fff;
}
.right-bar {
    background: #dffaff;
    border-radius: 5px;
    padding: 20px;
}
.right-bar ul li a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 3px;
}
.right-bar h3 {
    color: #f379a7;
    font-size: 22px;
    text-transform: unset;
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
}
.right-bar ul {
    margin-bottom: 15px;
}
.right-bar ul li a:hover {
    color: #f379a7;
}
.pagination {
    background: #dffaff;
    padding: 15px 0;
}
.pagination .page-numbers {
    padding: 5px 16px;
    border: 1px solid #333;
    margin: 0 1px;
    color: #000;
    text-decoration: none;
}
.pagination .page-numbers:hover {
    background: #000;
    color: #fff;
}

.inner_pb_cn.blog-detail h2 {
    font-size: 26px;
}
.blog-text-detail img.main-img {
    width: 100%;
    margin-bottom: 20px;
}
.blog-text-detail p {
    margin-bottom: 15px;
}
.blog-text-detail .row {
    margin-bottom: 10px;
}





/*=============== Blogs page css End=============*/


/*============ join team page css Start===============*/

.job-des p {
    margin-bottom: 0px;
    display: flex;
    flex-flow: column;
    padding: 10px;
    border-bottom: 1px dashed #000000;
}
.job-des p strong{
    font-size: 20px;
}
.bottom-info h3 {
    margin: 15px 0;
    margin-top: 40px;
}
.contact_form.team-form-new {
    background: #dffaff;
}
.contact_form.team-form-new .common-heading h2 {
    max-width: 100%;
    margin-bottom: 15px;
}

.contact_form.team-form-new form {
    margin: 0;
}
.contact_form.team-form-new form.atta-form {
    background: transparent;
    padding: 0;
}
form.atta-form .name-phone {
    flex-flow: column;
}
form.atta-form .name-phone .mb-3 {
    width: 80%;
}
.contact_form.team-form-new .common-heading h3 {
    margin: 15px 0;
}
.contact_form.team-form-new form {
    background: #f379a7;
    padding: 25px;
}
.contact_form.team-form-new form h3, .contact_form.team-form-new form   label {
    color: #fff;
}
.contact_form.team-form-new form.atta-form h3, .contact_form.team-form-new form.atta-form label{
    color: #000;
}
.contact_form.team-form-new form  .mb-3 {
    margin-bottom: 0px !important;
}
.contact_form.team-form-new .mb-3.form-check{
    margin: 10px 0 !important;
}
.contact_form.team-form-new .common-btn {
    margin-top: 20px;
}
.contact_form.team-form-new .common-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 100px;
    transition: all ease-in-out 0.5s;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #000;
}
.contact_form.team-form-new span.wpcf7-spinner {
    display: none;
}
.contact_form.team-form-new .common-btn:hover{
    background: transparent;
    color: #fff;
}

/*================== join team page css End==============*/

/*=================== clearence page css Start==================*/
.subcategories {
    display: flex;
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.subcategories .subcategories-img-link a {
    display: flex;
    flex-direction: column;
    color: #212529;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
.subcategories .subcategories-img-link a:hover {
    color: #f379a7;
}

.subcategories .subcategories-img-link a .category-name {
    margin-top: 20px;
}
.subcategories .subcategories-img-link {
    margin: 0 30px;
    margin-top: 30px;
}
.subcategories .subcategories-img-link span.category-img {
    width: 100%;
    max-width: 259.19px;
    height: 259.19px;
    display: flex;
    align-items: center;
}
.main-faq .inner-faq {
    text-align: center;
}
.main-faq .inner-faq .accordion {
    margin-top: 30px;
}
.subcategories .subcategories-img-link a img {
    width: 278px;
}
.clearance-main .recive-heading h2 {
    font-size: 42px;
    font-weight: 600;
}
.clearance-main .recive-heading p {
    padding: 5px 0;
    font-size: 16px;
}
.clearance-main .req-pric-list .listing-new li {
    color: #212529;
}
.clearance-main .req-pric-list h6{
    font-weight: 500;
}
.clearance-main .req-pric-list p{
    padding: 5px 0;
    font-size: 16px;
}
section.recive-price.by_wi_confipy_50 {
    padding: 50px 0;
}
section.recive-price.by_wi_confipy_50 .req-pric-list ul.listing-new {
    padding-left: 40px;
}
/*=================== clearence page css End==================*/


/*=================== Dildos page css start==================*/
.cat-inner-product {
    height: 100%;
     margin-bottom: 20px;
     padding-bottom: 25px;
}
.cat-product .cat-inner-product .card {
    padding: 20px;
    border: none;
    text-align: center;
    height: 100%;
    background: #f6f6f6;
}
.cat-product .cat-inner-product .card .card-body {
    padding: 15px 0;
}
section.dildos-main {
    padding-bottom: 25px;
}
.cat-product .cat-inner-product .card .card-body .card-title {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.dildos-content .dil-cont-inner h5 {
    font-weight: 600;
}
.dildos-content .dil-cont-inner {
    margin-top: 20px;
}
.dildos-content .dil-cont-inner p {
    margin: 10px 0;
}
.dildos-content .dil-cont-inner:first-child {
    margin-top: 0;
}
.dildos-main .dilos-heading h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}
.dildos-main .cat-product {
    margin-top: 30px;
}
/*=================== Dildos page css End==================*/

.custmor-form-re .btn-primary {
    color: #fff;
    background-color: #f379a7;
    border-color: #f379a7;
}
span.required {
    color: #f379a7;
    font-size: 20px;
    font-weight: 600;
}
.custmor-form-re span.wpcf7-form-control-wrap input {
    margin-bottom: 20px !IMPORTANT;
}


.post-type-archive section.cat-content {
    display: none;
}

section.cat-content .cat-inner-content p {
    margin-bottom: 15px;
}

.contact_detail .live_chat .chat_text a {
    text-decoration: none;
}
.about-info {
    background: #dffaff;
}

.right_cles .post-image-container img {
    width: 100%;
    object-fit: cover;
}
.right_cles .post-image-container {
    margin-bottom: 20px;
}
.content-section.cles_toy ul {
    padding-left: 40px;
}
.main-faq .inner-faq .accordion .accordion-body p {
    margin-bottom: 10px;
    text-align: left;
}
.main-faq .inner-faq .accordion .accordion-body li {
    text-align: left;
}
.main-faq {
    padding-bottom: 0;
}

.affliates-banner-btn a:last-child {
    margin-left: 10px;
}

.required-join-us {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

div#primary .woocommerce-products-header h2.woocommerce-products-header__title {
    font-size: 30px;
    font-weight: 500;
}
div#primary .woocommerce-products-header {
    margin-bottom: 25px;
}
div#primary p.woocommerce-result-count, .woo-short-product p.woocommerce-result-count {
    font-weight: 600;
    color: #f379a7;
    font-size: 18px;
}
/*div#primary ul.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
}*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    /*border: 1px dashed #000;*/
    text-align: center;
    padding: 15px !important;
    /*margin: 0px  30px 35px 0 !important;
    width: 22% !important;*/
}
div#primary ul.products.columns-4 li.product .woocommerce-loop-product__link .woocommerce-loop-product__title, .recent-do ul.products.columns-4 li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    color: #f379a7;
    font-size: 15px;
    margin-top: 10px;
    min-height: 75px;
}
.main-ouclink h4 {
    color: #f379a7;
    margin: 15px 0;
    border-bottom: 1px solid #f379a7;
    padding-bottom: 10px;
}
.policy-banner {
    background-position: center;
}
.privacy_policy .p_p_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}
.woocommerce ul.products li.product .price del {
    opacity: .8 !important;
}
.woocommerce ul.products li.product .price {
    color: #f379a7 !important;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 18px !important;
    margin-bottom: 0 !important;
}
.woocommerce ul.products li.product .price {
    display: flex !important;
    flex-flow: column !important;
    color: #e75480 !important;
}
.recent-do ul.products.columns-4 li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    margin-bottom: 10px !important;
}
.woocommerce ul.products li.product .onsale {
    top: -5px !important;
    z-index: 2 !important;
    width: 3rem !important;
    /* height: 3rem; */
}
/*=================== gift page css Start==================*/
.rightigift-data h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}
.rightigift-data .star-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}
.rightigift-data .star-text .all-star, .rightigift-data .star-text .reviews-count {
    margin-right: 25px;
}
.rightigift-data .star-text .all-star .star {
    color: #f379a7;
}
.rightigift-data .star-text .reviews-count a, .rightigift-data .create-review-link a {
    color: #f379a7;
    text-decoration: none;
    font-size: 16px;
}
.sezzle-shopify-info-button .sezzle-checkout-button-wrapper {
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
}
.sezzle-button-text.sezzle-left {
    display: flex;
    align-items: center;
}
.sezzle-shopify-info-button {
    margin-bottom: 10px;
}
.rightigift-data .yourprice {
    font-size: 25px;
    font-weight: 600;
}
.rightigift-data .short-description {
    margin-bottom: 10px;
}
.rightigift-data .qaLink a {
    color: #f379a7;
    text-decoration: none;
    font-weight: 500;
}
.rightigift-data .qaLink a svg.svg-inline--fa.fa-circle-question {
    margin-right: 10px;
}
.rightigift-data .qaLink {
    margin-bottom: 15px;
}
.product-id {
    margin-bottom: 10px;
}
.availabilityInfo {
    margin-bottom: 10px;
    color: #f379a7;
}
.lead-desc .shrt-desc p a {
    color: #f379a7;
}
.lead-desc .shrt-desc p {
    font-size: 15px;
}
/*=================== gift page css End==================*/
.term-description p a {
    color: #f379a7;
    text-decoration: none;
    font-weight: 600;
}
.right-sex-posi p {
    margin-bottom: 15px;
}
.love-anc {
    color: #f379a7;
    text-decoration: none;
    font-weight: 500;
}
.love-anc:hover {
    color: #f379a7;
}

.right-stroker p {
    margin-bottom: 15px;
}
.right-stroker h2 {
    margin: 25px 0 20px;
    font-size: 40px;
    font-weight: 600;
}
.sex-toy-anc {
    color: #f379a7;
    text-decoration: none;
    font-weight: 500;
}
.sex-toy-anc:hover {
    color: #f379a7;
}
.dildos-content .dildos-inner-text p {
    margin-bottom: 15px;
}

.rentail-store-detail {
    display: flex;
    justify-content: space-between;
}
.north-york {
    display: flex;
    flex-direction: column;
}
.ave-west{
display: flex;
    flex-direction: column;	
}
.gift-amount span.star-gift {
    color: #f00;
    font-size: 26px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}

/*=============fleshlight page css strat======================*/

    .inner-image-fleshlight img {
    width: 100%;
    margin-bottom: 40px;
}
.inner-image-fleshlight img:last-child {
    margin-bottom: 0;
}

/*=============fleshlight page css End======================*/

/*============= fifty shades page css start=================*/

.fify-sade .main-fi-sa {
    background: #f379a7;
    text-align: center;
    padding: 80px 0;
    margin-bottom: 50px;
}
.fify-sade .main-fi-sa .fif {
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 600;
}
.fify-sade .main-fi-sa .fif-gr {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}
.fifty-video iframe {
    width: 100%;
    height: 500px;
}
.fif_ply {
    background: #dffaff;
    padding-top: 50px;
}
.fif_ply .left-ply-list a img {
    width: 100%;
}
.fif_ply .right-ply-list a img {
    width: 100%;
}
.fify-sade .main-fi-sa p {
    font-size: 20px;
}
/*============= fifty shades page css End=================*/

/*============= liberator shapes page css Start=================*/
.poition-section .FEATURED_section img {
    width: 100%;
}
.main-li-shap {
    background: #dffaff;
}

.main-li-shap .inner-li-shp img {
    width: 100%;
}
.main-li-shap .thumb-li-img {
    margin-top: 50px;
}
.main-li-shap .thumb-li-img img {
    width: 100%;
}
.the-gre-inve {
    background: #f379a7;
}
.the-gre-inve .liberator_invention {
    text-align: center;
}
.the-gre-inve .liberator_invention h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}
.the-gre-inve .liberator_invention .liberator_invention_img {
    margin: 30px 0;
}
.the-gre-inve .liberator_invention .liberator_invention_text p {
    font-size: 20px;
    color: #fff;
}
.featured .FEATURED_section {
    text-align: center;
}
.featured .FEATURED_section h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.poition-section {
    background: #dffaff;
    margin-bottom: 50px;
}
.poition-section .FEATURED_section {
    text-align: center;
}
.poition-section .FEATURED_section h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
.poition-section .FEATURED_section .action_link {
    margin: 30px 0;
}
.poition-section .shop-cellection-section img {
    width: 100%;
    margin-top: 30px;
}
.shap_posti {
    background-position: center;
}
/*============= liberator shapes page css End=================*/

/*============= Hours page css End=================*/



.hours-page {
    background-position: center;
}
.first-bann-hour .inner-hour img {
    width: 100%;
}
.hour-map-sec {
    background-color:#dffaff;
}
.hour-map-sec .hour-map img {
    width: 100%;
}
.hour-map-sec .left-map-text h2 {
    font-size: 35px;
    font-weight: 600;
}
.hour-map-sec .left-map-text p {
    font-size: 20px;
    margin: 15px 20px 15px 0;
}
.hour-map-sec .left-map-text .day-time p span {
    font-weight: 600;
    color: #f379a7;
}
.hour-map-sec .left-map-text .day-time p {
    margin: 0;
}
.holiday-cour {
    background: #f379a7;
}
.holiday-cour .main-cours h2 {
    font-size: 40px;
    font-weight: 600;
}
.holiday-cour .main-cours p {
    font-size: 20px;
    color: #fff;
}
.holiday-cour .holi-month-time {
    margin-top: 20px;
}
.holiday-cour .holi-month-time p span {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}
.holiday-cour .holi-month-time p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.holiday-cour .holi-month-time p:last-child {
    margin-bottom: 0;
}
/*============= Hours page css End=================*/


/*===============DreamGirl Page css Start================*/

.dremgirl_banner {
    background-position: center;
}
.main-dream-girl-sec .dreamgirl-header .dreamgirl-top_banner {
    position: relative;
}
.main-dream-girl-sec .dreamgirl-header .dreamgirl-top_banner img {
    width: 100%;
}
.main-dream-girl-sec .dreamgirl-header .dreamgirl-top_banner .overlay_content {
    max-width: 668px;
    text-align: center;
    background: rgb(223 250 255 / 40%);
    position: absolute!important;
    top: 50%;
    left: 50%;
    padding: 40px;
    transform: translate(-30%,-50%);
    -webkit-transform: translate(-40%,-50%);
}
.main-dream-girl-sec .dreamgirl-header .dreamgirl-top_banner .overlay_content img {
    width: 60%;
    max-width: 100%;
}
.main-dream-girl-sec .dreamgirl-header .dreamgirl-top_banner .overlay_content p {
    font-size: 20px;
    margin-top: 20px;
}
.drem-girl-perk {
    background: #dffaff;
}
.drem-girl-perk .dreamgirl-perks, .drem-girl-perk .dreamgirl-perks-1 {
    text-align: center;
    background: #000;
    padding: 50px;
    height: 350px;
    border: 1px dashed #fff;
    border-radius: 20px;
}
.drem-girl-perk .dreamgirl-perks-1{
    background: #f379a7;  
}
.dreamgirl-perks .dreamgirl-perks-col h2, .dreamgirl-perks-1 .dreamgirl-perks-col h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.dreamgirl-perks .dreamgirl-perks-col h3, .dreamgirl-perks-1 .dreamgirl-perks-col h3 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}
.dreamgirl-perks .dreamgirl-perks-col p, .dreamgirl-perks-1 .dreamgirl-perks-col p {
    font-size: 20px;
    color: #fff;
}
.drem-girl-perk .buy-now {
    text-align: center;
    margin-top: 50px;
}
.drem-girl-perk .buy-now img {
    width: 100%;
    max-width: 400px;
}
.drem-girl-perk .buy-now p.pay {
    font-size: 35px;
    font-weight: 600;
    margin: 20px 0;
}
.custmize-doll .inner-custmize-img img {
    width: 100%;
    margin-bottom: 50px;
}
.custmize-doll .inner-custmize-img img:last-child {
    margin-bottom: 0px;
}
section.wildest-fan .category-footer h3 {
    font-size: 30px;
    font-weight: 600;
}
section.wildest-fan .category-footer p {
    margin-top: 15px;
}
.wildest-fan {
 background: #dffaff;
 padding: 50px 0;
}
.drem-girl-perk a.common-btn.mord {
    margin-top: 10px;
}
.drem-girl-perk a.common-btn.mord:hover {
    background: #dffaff;
    color: #000;
}
/*===============DreamGirl Page css End================*/


div#primary form.woocommerce-ordering, .woo-short-product form.woocommerce-ordering {
    display: flex;
    align-items: center;
}
div#primary form.woocommerce-ordering .test, .woo-short-product form.woocommerce-ordering .test {
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
    text-transform: capitalize;
}
div#primary form.woocommerce-ordering select.orderby, .woo-short-product form.woocommerce-ordering select.orderby {
    padding: 3px 0px;
}
.sex-toy-con p {
    margin-bottom: 15px;
}
.new-custom img.my-custom-field {
    height: 50px;
    object-fit: cover;
}
.term-description p {
    margin-bottom: 15px;
}
.term-anal-lubes-relaxers .term-description a {
    color: #f379a7;
    text-decoration: none;
    font-weight: 600;
}

.term-flavoured-lubes .term-description p a {
    color: #f379a7;
    text-decoration: none;
    font-weight: 600;
}

.common-banner .banner-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: bottom;
}
.cat-content .cat-inner-content p a {
    color: #f379a7;
    font-weight: 600;
    text-decoration: none;
}
.cat-content .cat-inner-content h4 {
    font-weight: 600;
    font-size: 30px;
}
.tax-product_cat ul.products.columns-4 li.product .star-rating, .recent-do ul.products.columns-4 li.product .star-rating {
    margin: 0 auto;
    margin-bottom: 15px;
    color: #f379a7;
    font-size: 16px;
}
.tax-product_cat nav.woocommerce-pagination {
    margin-top: 40px;
}
.woo-short-product ul.products.columns-3 img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail, .recent-do ul.products.columns-4 img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    margin: 0 auto;
    margin: 0 auto;
    max-height: 220px !important;
    height: 220px !important;
    object-fit: cover;
}
.woo-short-product ul.products.columns-3 .woocommerce-LoopProduct-link .woocommerce-loop-product__title{
    color: #f379a7;
    font-size: 15px;
    margin-top: 10px;
    min-height: 70px;
}
.woo-short-product .woocommerce.columns-3 ul.products.columns-3 {
    padding-top: 30px;
}


.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #f379a7 !important;
    color: #ffffff !important;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    color: #f379a7 !important;
    padding: 10px 15px !important;
}

/*================= sitewide-sale page css Start ===============*/
.sitewide-sale .free-pri a img {
    width: 100%;
}
.main-img-link .all-main-img-link {
    display: grid;
    grid-template-columns: auto auto auto;
}
.main-img-link .all-main-img-link a {
    width: 100%;
    padding: 10px;
}
.main-img-link .all-main-img-link a img {
    width: 100%;
}
.main-img-link {
    background: #dffaff;
}
.main-logo-link .all-logo-link{
     display: grid;
    grid-template-columns: auto auto auto auto auto;
}
.main-logo-link .all-logo-link a {
    width: 100%;
    padding: 10px;
}
.main-logo-link .all-logo-link a img {
    width: 100%;
}
/*================= sitewide-sale page css End ===============*/

/*================= pleasetoys page css Start ===============*/
.pleasetoys .brant-spot-top-banner img {
    width: 100%;
}

.main-please-sec{
     background: #dffaff;
}
.main-please-sec ul.main-list li {
    position: relative;
    width: 100%;
    max-width: 25%;
    padding: 15px;
}
.list_content {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    padding: 0 30px;
}
.please_list ul .list_content {
    color: #000;
    padding: 0 20px;
}
ul.main-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-please-sec ul.main-list li img {
    width: 100%;
}
.main-please-img .left-plese-img .pleaseur_img, .main-life-time .right-life-time-img .pleaseur_img {
    text-align: center;
}
.main-please-img .left-plese-img .pleaseur_img img, .main-life-time .right-life-time-img .pleaseur_img img {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
}
.main-please-sec ul.main-list .list_content h3 {
    font-weight: 600;
}
.main-please-sec ul.main-list .list_content p {
    font-weight: 500;
}
.main-please-img .right-img-content .pleaseur_text h2, .main-life-time .left-life-time-text .pleaseur_text h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
}
.main-please-img .right-img-content {
    padding: 20px;
}
.fet_pro_slide .head_fet_pro_slide h2 {
    font-size: 45px;
    font-weight: 600;
}
.fet_pro_slide .head_fet_pro_slide {
    text-align: center;
}
.fet_pro_slide {
    background: #dffaff;
}
.fet_pro_slide .head_fet_pro_slide img {
    width: 100%;
}
.shop-coll .inner-img-shop-coll img {
    width: 100%;
}
.shop-coll {
    background: #dffaff;
    margin-bottom: 50px;
}
/*================= pleasetoys page css End ===============*/

div#primary ul.products.columns-4 li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    margin: 0 auto;
    max-height: 220px !important;
    height: 220px !important;
    object-fit: cover;
}
.cat-product .cat-inner-product .card .card-body a {
    color: #f379a7;
    text-decoration: none;
    font-weight: 500;
}

/*================= lelo page css Start ===============*/

.sona-wave .common-box {
    background: #f379a7;
    padding: 20px;
    text-align: center;
}
.sona-wave .common-box h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin: 0;
}
/*.lelo-new-sona {
    background: url('/wp-content/themes/love-dreamer/assets/images/ld-cursive.jpg') no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 90px 0;
}*/
.sona_cruise .main-inn-sona-cr .lelo-new-sona {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.main-inn-sona-cr {
    position: relative;
}
.sona_cruise .main-inn-sona-cr img {
    width: 100%;
    position: relative;
}

.lelo-new-sona h3 {
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
.lelo-new-sona p {
    max-width: 450px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
}
.lelo-new-sona .lelo-actionlink {
    margin-top: 25px;
}
.lelo-new-sona .lelo-actionlink a.common-btn {
    margin-right: 20px;
}
.lelo-new-sona .lelo-actionlink a.common-btn:last-child {
    margin-right: 0;
}
.brant-spot-top-banner {
    position: relative;
}
.lelo-main .brant-spot-top-banner .lelo-banner-conent {
    position: absolute;
    top: 50%;
    width: 426px;
    text-align: center;
    left: 25px;
    transform: translateY(-50%);
}
.lelo-main .brant-spot-top-banner .lelo-banner-conent  p {
    max-width: 406px;
    font-size: 20px;
    line-height: 30px;
    margin-top: 40px;
    color: #fff;
}
.lelo-main .brant-spot-top-banner .lelo-banner-conent img {
    max-width: 370px;
}
.hex-comdom .main-inn-sona-cr .lelo-actionlink .common-btn {
    background: #dffaff;
    color: #000;
}
.hex-comdom {
    background: #dffaff;
}
.hex-comdom .main-inn-sona-cr .lelo-actionlink .common-btn:hover {
    background: #f379a7;
    color: #fff;
}
.wave-main {
    background: transparent;
    padding-top: 50px;
}
/*.wave-main .main-inn-sona-cr .lelo-actionlink a.common-btn {
    background: #000;
    color: #fff;
}*/
.wave-main .main-inn-sona-cr .lelo-new-sona {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    text-align: center;
}
.sona-wave .shop-hex-anc {
    text-decoration: none;
}
/*================= lelo page css End ===============*/

/*================= single product page css start ===============*/
.single-product.woocommerce  .availabilityInfo {
    margin-bottom: 10px;
    color: #0baf0b;
}
.single-product.woocommerce  .shrt-desc {
    margin-bottom: 10px;
}
.single-product.woocommerce  .shrt-desc a {
    color: #f379a7;
}
.single-product.woocommerce  .productFeaturesBlock ul li, .single-product.woocommerce  ul.listing-new li {
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
    list-style: none;
    margin-left: 0;
}
.single-product.woocommerce  ul.listing-new {
    padding: 0;
    margin-bottom: 22px;
}
.single-product.woocommerce  .productFeaturesBlock ul li::after, .single-product.woocommerce  ul.listing-new li:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f379a7;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    rdisplay: none;
}
.single-product.woocommerce div.product div.images img {
    display: block;
    box-shadow: none;
    max-width: 100% !important;
   /* border: 1px solid #d3ced2;*/
    height: 600px !important;
    object-fit: contain;
}
.single-product.woocommerce div.product form.cart div.quantity {
    float: none;
    margin-bottom: 20px;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}
.single-product.woocommerce  div.product .woocommerce-tabs ul.tabs li.active {
    background: #f379a7;
    z-index: 2;
    border-bottom-color: #fff;
    color: #fff;
}
.single-product.woocommerce  .product-name {
    margin-bottom: 10px;
}
.single-product.woocommerce .woocommerce-Tabs-panel li span {
    font-weight: 700;
}
.single-product.woocommerce .woocommerce-Tabs-panel li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}
.single-product.woocommerce .woocommerce-Tabs-panel p {
    margin-bottom: 20px;
}
.single-product.woocommerce .woocommerce-Tabs-panel li::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f379a7;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
    margin: auto;
}
.single-product.woocommerce .related.products {
    padding: 50px 0;
}
.single-product.woocommerce .ced h2 {
    margin-bottom: 50px;
    margin-top: 50px;
}
.single-product.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    padding: 0;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none !important;
}
/*.single-product.woocommerce ul.products li.product, .single-product.woocommerce ul.products li.product {
    margin: 0 3.8% 0 0;
}*/
/*.single-product .woocommerce-Tabs-panel ul li a, .single-product.woocommerce .woocommerce-Tabs-panel p a{
    display: inline-flex;
    padding: 0 40px;
    background-color: #212529;
    color: #fff;
    font-size: 16px;
    min-height: 40px;
    align-items: center;
    border-radius: 70px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    min-width: 150px;
    text-align: center;
    justify-content: center;
    transition: all ease-in-out 0.3s;
    margin-top: 20px;
}

.single-product .woocommerce-Tabs-panel ul li a:hover, .single-product.woocommerce .woocommerce-Tabs-panel p a:hover {
    background-color: #f379a7;
    color: #fff;
}*/
.single-product.woocommerce .woocommerce-Tabs-panel p img {
    width: 100%;
    margin: 16px 0;
}
/*================= single product page css End ===============*/

/*================= doc-johnson page css Start ===============*/

.founded-in .right-found-img img {
    width: 100%;
    max-width: 500px;
}
.founded-in .right-found-img {
    text-align: center;
}
.founded-in .founded-left-text h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
}
.founded-in .founded-left-text p {
    margin-top: 20px;
    font-size: 20px;
}
.founded-in {
    margin-top: -80px;
    padding-bottom: 50px;
}
.as-seen-in .inner-as-seen-img img {
    width: 100%;
}
.as-seen-in {
    background: #dffaff;
}
.as-seen-in .as-seen-botm-img {
    margin-top: 50px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
}
.as-seen-in .as-seen-botm-img img {
    width: 100%;
}
.doc-jhonson-brand {
    background: #f379a7;
}
.doc-jhonson-brand .inner-jhonson-brand {
    text-align: center;
}
.doc-jhonson-brand .inner-jhonson-brand h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.doc-jhonson-brand .all-jhonson-brand-img img {
    height: 80px;
    object-fit: contain;
    margin-left: 10px;
    margin-right: 10px;
    background: #fff;
    padding: 5px;
}
.doc-jhonson-brand ul.slick-dots li button {
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 100px;
    border: 1px solid #fff;
}
.doc-jhonson-brand ul.slick-dots li.slick-active button {
    background: #000;
    border: 1px solid #000;
}
.doc-jhonson-brand ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.doc-jhonson-brand ul.slick-dots li {
    margin: 0 5px;
}
/*================= doc-johnson page css End ===============*/

/*================= satisfyer page css Start ===============*/


.main-satisfyre .bg-sati {
    background: #faf0ee;
}
.main-satisfyre .left-sati-text h2 {
    font-size: 45px;
    font-weight: 600;
}
.main-satisfyre .left-sati-text p {
    font-size: 20px;
    margin-top: 20px;
}
.main-satisfyre .left-sati-text {
    padding: 20px;
}
.main-satisfyre .right-sati-image {
    text-align: center;
}
.main-satisfyre .right-sati-image img {
    width: 100%;
}
.gr-mn-des {
    background: transparent;
}

.Sati-endless-fun .end-fun {
    background-image: url('/wp-content/themes/love-dreamer/assets/images/sati-logo-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
}
.Sati-endless-fun .right-sati-image {
    text-align: center;
}

.Sati-endless-fun .left-sati-text h2 {
    font-size: 45px;
    font-weight: 600;
}
.Sati-endless-fun .left-sati-text p {
    font-size: 20px;
    margin: 20px 0;
}
.Sati-endless-fun .left-sati-text {
    padding: 10px;
}
/*================= satisfyer page css End ===============*/
.st_imgs {
    padding: 50px 0 !important;
}
.st_in_img a img {
    width: 100%;
    margin-bottom: 30px;
}
#review_form label {
    display: block;
    font-weight: 700;
}
#review_form input {
  height: 45px;
  border: 1px solid #d3ced2;
  width:100%;
}
#review_form {
    max-width: 550px;
}


#review_form textarea{
  border: 1px solid #d3ced2;
}
#wpcf7-f3410-o1 {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.news_subs_input form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    justify-content: center;
}
.wpcf7-spinner {
    display: none !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
    width: 100%;
    flex: 0 0 100%;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: calc(100% - 100px);
}
.page-template-privacy-policy .wpcf7 form .wpcf7-response-output {
    color: #ffff;
}
.wpcf7-not-valid-tip {
    display: none;
}

/*============== pipedream page css Start ======================*/

.California-Exotic .brant-spot-top-banner {
    margin-bottom: 20px;
}   
.California-Exotic.pipedream .pos-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    max-width: 380px;
}
.California-Exotic.pipedream img.img-fluid {
    width: 100%;
}
.main-please-img.main-pipedream-img {
    background: #dffaff;
}
.main-please-sec.main-pipedream-Exotic {
    background: transparent;
}
.main-please-sec.main-pipedream-Exotic li {
    max-width: 20% !important;
}
.main-please-img.main-pipedream-img .pleaseur_img img.img-fluid {
    max-width: 100%;
}
.main-please-img.main-pipedream-img .pleaseur_img, .main-please-img.main-pipedream-img .left-plese-img {
    height: 100% !important;
}
.main-please-img.main-pipedream-img .pleaseur_img img, .main-please-img.main-pipedream-img .left-plese-img img {
    height: 100%;
    object-fit: cover;
}
.main-please-img.main-pipedream-img .pleaseur_text p:first-child {
    margin-bottom: 15px;
}
.main-life-time.main-California-img {
    background: #dffaff;
}   


/*============== pipedream page css End ======================*/

/*============== Womizar page css End ======================*/



.main-womanizer .wom-bg {
    background: #d62334;
}

.main-womanizer .left-img-text-wom {
    text-align: center;
    padding: 15px;
}
.main-womanizer .left-img-text-wom img {
    width: 100%;
    max-width: 400px;
}
.main-womanizer .left-img-text-wom p {
    font-size: 22px;
    margin-top: 5px;
    color: #fff;
}
.main-womanizer .col-lg-6 {
    padding: 0;
}
.main-womanizer .wom-right-img {
    text-align: center;
}
.main-womanizer .wom-right-img img {
    width: 100%;
}
.main-knowm-for {
    background: #dffaff;
}
.main-knowm-for .know-image img {
    width: 100%;
    margin-bottom: 50px;
}
.main-knowm-for .womi-bnn-img img {
    width: 100%;
}
.inner-wom-img .womanizer-col img {
    width: 100%;
}
.inner-wom-img {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 15px;
}
/*============== Womizar page css End ======================*/

/*============== we-vibe page css End ======================*/

.California-Exotic.we-vibe .brant-spot-top-banner img.img-fluid {
    width: 100%;
}   
.bottom-banner-content img.img-fluid.pos-img {
    margin-bottom: 25px;
}
.vid-sec {
    background: #dffaff;
}
.c-head {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 30px;
}
.vid-sec .c-head p {
    font-size: 20px;
    font-weight: 500;
}
.pay-btn {
    text-align: center;
    margin: 40px 0 0;
}
.pay-btn img.img-fluid.\31 s-img {
    padding-right: 30px;
}

.California-Exotic.we-vibe.rigth-cont .bottom-banner-content {
    right: unset;
        text-align: center;
}
.bottom-banner-content {
    position: absolute;
    top: 0;
    background: rgba(243, 121, 167, .8);
    padding: 20px;
    max-width: 330px;
    right: 0;
    color: #fff;
    box-shadow: 1px 1px 10px 0px #b5a9a9;
}

/*============== we-vibe page css End ======================*/

.breand-btn {
    margin-top: 50px;
}

.breand-btn .common-btn:hover {
    background: #dffaff;
    color: #000;
}
.flyout-right ul > li > a, .flyout-left ul > li > a, .flyout-mega-wrap, .mega-menu {
    background-color: #f379a7;
    border-top: 5px solid #fff;
    z-index: 9;
    border-top: none;
    border-bottom: 1px dotted #000;
}
/*============== Common-brand page css Start ======================*/

.subcategories_block .inner-brand-subcategories ul.columns-4 {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
    text-align: center;
}
.subcategories_block .inner-brand-subcategories ul.columns-4 li a .category-img img {
    width: 100%;
    margin-bottom: 10px;
}
.subcategories_block .inner-brand-subcategories ul.columns-4 li a {
    text-decoration: none;
    color: #f379a7;
    font-size: 18px;
    font-weight: 500;
}

/*============== Common-brand page css End ======================*/

/*============== svakom page css Start ======================*/


.main_savkom .inner-sav img {
    width: 100%;
}
.main_savkom .inner-sav {
    position: relative;
}
.main_savkom .inner-sav .inn_sav-tex {
    position: absolute;
    top: 80px;
    left: 50px;
    width: 100%;
    max-width: 600px;
}
.main_savkom .inner-sav .inn_sav-tex img {
    width: 100%;
    max-width: 250px;
}
.main_savkom .inner-sav .inn_sav-tex p {
    margin-top: 25px;
    font-size: 18px;
}
.main_savkom .inner-sav .inn_sav-tex p .high-text {
    font-size: 25px;
    font-weight: 500;
}
.main_savkom .inner-sav .inn_sav-tex p .high-text {
    font-size: 25px;
    font-weight: 500;
}
.phoenix-neo .left-img-neo img {
    width: 100%;
}
.phoenix-neo .right-neo-text p {
    font-size: 20px;
    margin-top: 20px;
}
.male-pleasure .left-pleasure-text h2 {
    font-size: 45px;
    font-weight: 600;
}
.male-pleasure .left-pleasure-text p {
    font-size: 20px;
    margin-top: 20px;
}
.male-pleasure .right-img-pleasure img {
    width: 100%;
}
.male-pleasure .right-img-pleasure, .phoenix-neo .left-img-neo {
    text-align: center;
}
.world-wide-pre {
    background: #dffaff;
}
.world-wide-pre .world-text p {
    width: 100%;
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 25px;
}
/*============== svakom page css End ======================*/

.zuice_for_main_bx {
    padding: 50px 0;
}
.zuice-for-men {
    padding: 50px 0;
}
.zuice_for_men_ic {
    border: #f379a7 solid 1px;
    width: 60px;
    text-align: center;
    border-radius: 100%;
    height: 60px;
    color: #f379a7;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    display: flex;
    min-width: 60px;
    align-items: center;
    justify-content: center;
}
.zuice_for_men_text p {
    padding-left: 20px;
    font-weight: 500;
    font-size: 20px;
    color: #000;
}
.zuice_for_men_bx {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.zuice_for_img img{
    width:100%;
}
.zuice_for_men_ic p {
    max-width: 31px;
    font-weight: 700;
}
.auth_text {
    background: #c60001;
    color: #fff;
    font-size: 36px;
    padding: 27px 20px;
}
.auth_text span {
    display: block;
    font-size: 24px;
    font-style: italic;
    color: #f379a7;
    font-weight: 700;
}
.auth_text {
    background: #fff;
    color: #000;
    font-size: 36px;
    padding: 27px 20px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    margin-bottom:30px;
}
.sona_error{
    padding:50px 0;
}
.s_e_cn {
    text-align: center;
}
.s_e_cn img {
    margin: ;
    max-height: 500px;
}
.s_e_cn h3 {
    max-width: 800px;
    margin: 0 auto;
}
.s_e_cn h3 i {
    color: #f379a7;
    margin-right: 10px;
}
.newest-text-we h2, .newest-text-we h1 {
    font-size: 40px;
    font-weight: 600;
}
/*============== swiss-navy page css Start ======================*/

.sassy-tp {
    background: #dffaff;
    margin-top: 50px;
}
.sassy-tp .inner-sassy-tp {
    text-align: center;
}
.sassy-tp .inner-sassy-tp h2 {
    font-size: 45px;
    font-weight: 600;
    margin: 20px 0;
}
.sassy-tp .inner-sassy-tp p {
    font-size: 20px;
    max-width: 800px;
    margin: 0 auto;
}
.sassy-bannner .inner-te-sass-ban {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
.sassy-bannner .sass-ban-imag img {
    width: 100%;
}
.sassy-bannner .inner-te-sass-ban p {
    font-size: 20px;
    margin-bottom: 20px;
}
.Navy-cream {
    background: #dffaff;
}
.Navy-cream .cream-left-text p {
    font-size: 20px;
}
.Navy-cream .right-crem-img {
    text-align: center;
}

/*============== swiss-navy page css End ======================*/

.wet_baanner {
    display: inline-block;
    width: 100%;
    background-image: url(/wp-content/themes/love-dreamer/assets/images/jouse-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 50px;
    color: #fff;
    margin-bottom: 30px;
}
.wet_lubricant_cat{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.wet_lubricant_det {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.wet_lubricant_det {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.lubricant_cat h3 {
    position: absolute;
    bottom: 10px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 31px;
    line-height: 38px;
}
.lubricant_cat {
    position: relative;
    text-align: center;
}
.wet_banner_sec {
    padding: 50px 0;
}
.wet_lubricant_det ul li {
    font-size: 20px;
    background: url(/wp-content/themes/love-dreamer/assets/images/wet-li-dt.jpg) no-repeat 0 9px;
    padding-left: 40px;
    margin-bottom: 23px;
}
.wet_lubricant_det ul {
    padding-left: 0;
    list-style: none;
}

.woocommerce .products .star-rating {
  /*  position: absolute !important;
    top: 30px;*/
    color: #f379a7;
}


/*============== system-jo page css Start ======================*/

.main-meet {
    background: #dffaff;
    margin-top: 50px;
}
.main-meet .inner-meet a img {
    width: 100%;
}
.main-meet .inner-coll-img {
    margin-top: 50px;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
}
.main-meet .inner-coll-img .coll-img a img {
    width: 100%;
    height: 500px;
    object-fit: fill;
}
.fave-flaver .inner-fav a img {
    width: 100%;
}
.entire-coll .inner-entire-coll a img {
    width: 100%;
}
.entire-coll{
    background: #dffaff;
}
/*============== system-jo page css End ======================*/

/*============== tenga page css Start ======================*/


.tenga-tp {
    background: #dffaff;
    margin-top: 50px;
}
.tenga-tp .main-tenga-img img {
    width: 100%;
}
.tenga-tp .tenga-anc-img {
    margin-top: 50px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}
.tenga-tp .tenga-anc-img .inner-ten-link img {
    width: 100%;
}
.flip-zero .inner-flip-zero img, .teng-prod .inner-teng-prod img {
    width: 100%;
}
.teng-prod{
   background: #dffaff; 
}

/*============== tenga page css End ======================*/
.ld_vibratex_sec{
    padding:50px 0;
}
.ld_vibratex_banner {
    display: inline-block;
    width: 100%;
    background-image: url(/wp-content/themes/love-dreamer/assets/images/banner-bg.png);
    text-align: center;
    padding: 50px 70px;
    margin-bottom: 30px;
}
.ld_vibratex_cn h2 {
    font-size: 34px;
}
.ld_vibratex_cn p {
    font-size: 18px;
}
.ld_th_cn h2 {
    font-size: 34px;
}
.ld_th_cn p {
    font-size: 18px;
    margin-bottom:20px;
}
.ld_s_img{
    margin-bottom:50px;
}
.ld_th_sec{
    padding:50px 0;
}

.ld-shunga {
    padding: 50px 0;
}
.ld-shunga-banner {
 background-image:url(/wp-content/themes/love-dreamer/assets/images/ld-vibratex-asSeen.jpg);
 padding:30px;
 background-repeat:no-repeat;
 background-size:cover;
 margin:0 0 40px
}

.ld-shunga-banner .ld-shunga-banner-con {
 max-width:320px;
 color:#fff;
 text-align:center;
 font-size:24px
}
.ld-shunga-banner .ld-shunga-banner-con p {
 margin:0 0 30px
}
.ld-shunga-banner .ld-shunga-banner-con img {
 margin-bottom:30px
}
.ld-shunga-banner-row img {
    width: 100%;
    margin-bottom: 50px;
}

/*============== uberlube-silicone-based page css Start ======================*/


.uberlube {
    background: #dffaff;
    margin-top: 50px;
}
.uberlube .inner-uberlube img, .feeling-uber .inner-feeling-uber img {
    width: 100%;
}
.long-lasting .left-img-long {
    text-align: center;
}
.long-lasting .left-img-long img {
    width: 100%;
}
.long-lasting .left-text-long h2 {
    font-size: 45px;
    font-weight: 600;
}
.long-lasting .left-text-long p {
    font-size: 20px;
    margin-top: 20px;
}
.long-lasting{
    background: #dffaff;
}
/*============== uberlube-silicone-based page css End ======================*/

.ns_novelties{
    padding:50px 0;
}
.ns-novelties-con h2 {
    text-align: center;
    font-weight: 300;
    font-size: 50px;
}
.ns-novelties-con p {
    text-align: center;
    font-size: 29px;
    font-weight: 300;
}
.ns-novelties-logo {
    text-align: center;
    margin-bottom:25px;
}
.ns-novelties-logo h2 {
    text-align: center;
    font-weight: 300;
    font-size: 50px;
}
.ns-novelties-con {
    margin-bottom: 30px;
}
.last-mgs h3 {
    font-weight: 700;
    font-size: 48px;
    text-align: center;
}

.lovense_sec {
    padding: 50px 0;
}
.lovense_img img{
    width:100%;
}
.lovense_m_bx{
    padding: 50px 0;
}
.lovense_cn p {
    margin-bottom: 15px;
}
.lovense_cn ul li {
    padding-left:15px;
    position: relative;
}
.lovense_cn ul li::after {
    content: "";
    display: block;
    background: #f379a7;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.lovense-third-row h4 {
    font-size: 30px;
    margin: 0;
}
.lovense-third-row p {
    font-size: 16px;
}
.how__head h3{
    font-size: 42px;
    margin: 0;
    color: #000;
    text-align: center;
    margin-bottom:50px;
}
.how_v_cn {
    margin-bottom: 15px;
}



.hero_section .right-ar img.a-right.control-c.next.slick-next {
    transform: rotate(180deg);
}
.hero_section .left-ar img.a-left.control-c.prev.slick-prev, .hero_section .right-ar img.a-right.control-c.next.slick-next {
    width: 20px;
}
.hero_section .left-ar {
    position: absolute;
    top: 50%;
    /* margin-top: -15px; */
    z-index: 9;
    left: 40px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
}

.hero_section .right-ar {
    position: absolute;
    top: 50%;
    /* margin-top: -15px; */
    z-index: 9;
    right: 40px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
}
.hero_section .right-ar:hover, .hero_section .left-ar:hover{
     background: #f379a7;
}


.le_wand_sec{
    padding:50px 0;
}
.le_wand_video {
    padding-bottom: 50px;
}
.le_wand_cn p {
    margin-bottom: 20px;
}
.le_wand_img img{
    width:100%;
}
.le_wand_img {
    margin-bottom: 50px;
}

   .seen-sec {
    background: #dffaff;
}
.seen-sec h2.text-center {
    margin-bottom: 30px;
} 
.blow-video .sec-hedd-sec {
    max-width: 700px;
    margin: 0 auto 25px;
}
ul.half-ul {
    width: 50%;
    float: left;
    list-style: disc;
    padding: 0 20px;
    margin: 20px 0;
}
.left-inf p {
    max-width: 500px;
    font-size: 22px;
}
ul.half-ul li {
    color: #f379a7;
    font-weight: 500;
    margin-bottom: 5px;
}

.intimate_earth_f {
    padding: 50px 0;
}
.intimate_e_f_cn p {
    margin-top: 15px;
}
.intimate_e_t_cn p {
    color: #a3684b;
    font-size: 48px;
    text-align: center;
}
.intimate_earth_th {
    padding: 50px 0;
}
.intimate_e_fo_cn p {
    font-size: 36px;
}
.intimate_th_img img{
    width:100%;
}


/*========== b-vibe page css Start=============*/
.b-vibe-bnn .b-vibe-bnn-image img {
    width: 100%;
}
.b-vibe-assec {
    background: #dffaff;
}
.b-vibe-assec .b-vibe-assec-text {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
.b-vibe-assec .b-vibe-assec-text p {
    font-size: 20px;
    margin-bottom: 30px;
}
.b-vibe-assec .b-vibe-assec-img img {
    width: 100%;
}
.glamber .glamber-heading h2 {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}
.glamber .glamber-heading img {
    width: 100%;
}

/*========== b-vibe page css End=============*/

.bathmate-banner .blow-img img.img-fluid {
    margin-bottom: 15px;
}   
.big-pen-sec {
    background: #efc6df;
}
.big-pen-sec .sec-head {
    max-width: 700px;
    margin: 0 auto 50px;
}
.right-text-sec ul {
    margin: 28px 0;
    list-style: disc;
    padding: 0 0 0 15px;
    max-width: 500px;
}
.right-text-sec p {
    font-size: 22px;
    max-width: 400px;
    margin: 0;
}
.right-text-sec ul li {
    margin-bottom: 10px;
}

/*=============== fun-factory page css start===========*/
.fun-banner .fun-ban-img img {
    width: 100%;
}
.main-fun-fac {
    background: #dffaff;
}
.inner-fun-fac-text {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
.main-fun-fac .inner-fun-fac-text h2 {
    font-size: 45px;
    font-weight: 600;
}
.main-fun-fac .inner-fun-fac-text p {
    font-size: 20px;
    margin: 20px 0 50px;
}
.main-fun-fac .full-fun-fac-img img {
    width: 100%;
}
.innowate-indu .left-inno-img img {
    width: 100%;
}
.innowate-indu .inno-right-text h2 {
    font-size: 45px;
    font-weight: 600;
}
.innowate-indu .inno-right-text .listing-new li {
    font-size: 20px;
}
.made-in-germany{
    background: #dffaff;
}
.made-in-germany .made-in-bank-img img {
    width: 100%;
}
.made-in-germany .made-in-bank-img {
    position: relative;
}
.made-in-germany .made-in-bank-img .germany-text-img {
    position: absolute;
    top: 80px;
    left: 50px;
}
.made-in-germany .made-in-bank-img .germany-text-img {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    padding: 50px;
}
.made-in-germany .menu-fac-img {
    text-align: center;
    margin-top: 50px;
}
/*=============== fun-factory page css End===========*/

/*=============== handy page css Start===========*/
.ve-ready-banner .inn-ready-img img {
    width: 100%;
}
.main-the-handy {
    background: #dffaff;
}
.main-the-handy .left-image-handy {
    text-align: center;
}
.main-the-handy .left-image-handy img {
    width: 100%;
    max-width: 210px;
}
.main-the-handy .right-handy-content img {
    width: 100%;
    max-width: 150px;
}
.main-the-handy .right-handy-content h2 {
    font-size: 45px;
    font-weight: 600;
    margin-top: 20px;
}
.main-the-handy .right-handy-content h4 {
    font-size: 30px;
    font-weight: 500;
}
.main-the-handy .right-handy-content ul.listing-new li {
    font-size: 20px;
    /* font-weight: 500; */
}
.main-the-handy .right-handy-content ul.listing-new {
    padding: 0;
}
.main-the-handy .right-handy-content ul.listing-new {
    padding: 0;
    margin-bottom: 10px;
}
.main-the-handy .right-handy-content p {
    font-size: 20px;
}
.main-coutmize-sleeves .sleev-bg {
    background: #f9a3a2;
    padding: 20px;
}
.main-coutmize-sleeves .left-slee-img img {
    width: 100%;
    max-width: 450px;
}
.main-coutmize-sleeves .left-slee-img {
    text-align: center;
}
.main-coutmize-sleeves .right-sleev-text {
    text-align: center;
}
.main-coutmize-sleeves .right-sleev-text p {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 20px;
}
.main-include {
    background: #dffaff;
}
.main-include .soft-heading {
    background: #fff;
    padding: 20px;
    height: 140px;
    text-align: center;
}
.main-include .row.align-items-center {
    margin-top: 50px;
}
.main-include .left-soft-img img {
    width: 100%;
    max-width: 450px;
}
.main-include .right-soft-content .inn-text {
    margin-bottom: 25px;
}
.main-include .right-soft-content .inn-text h2 {
    font-size: 35px;
    font-weight: 600;
}
.main-include .right-soft-content .inn-text p {
    font-size: 18px;
}
.get-pro-tips .inn-get-tips-img img {
    width: 100%;
}


/*=============== handy page css End===========*/
.flyout-right .drop-down-ul {
    margin-left: -5px;
    box-shadow: -2px 10px 6px 4px rgba(0,0,0,0.2);
    z-index: 2;
    margin-top: 10px;
}
    .scrollTop {
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 99;
        background-color: #F379A7;
        opacity: 0;
        transition: all 0.4s ease-in-out 0s;
        border-radius: 100px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .scrollTop a {
      font-size: 18px;
      color: #fff;
    }


    .main-covid-inner img {
    height: 100%;
    object-fit: cover;
}
.main-covid-inner {
    height: 100%;
    object-fit: cover;
}
.coovide-text p {
    margin-bottom: 15px;
}
.coovide-text p i {
    font-weight: bold;
    margin: 5px 0;
    color: #f379a7;
    display: inline-flex;
}
.covid-sec {
    background: #d7f1fb;
}   



/*=============== hathor-aphrodisia page css Start===========*/

.mani-sutil .mani-sutil-image img {
    width: 100%;
}


/*=============== hathor-aphrodisia page css End===========*/

.inner-ld-sutil {
    padding: 15px 30px;
}
.ld-sutil-sec-right {
    background-image: url(/wp-content/themes/love-dreamer/assets/images/ld-web-privacy-graphic-covidheader.webp);
    min-height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
} 
.inner-ld-sutil h4 {
    max-width: 370px;
    font-size: 40px;
}
.inner-ld-sutil p {
    color: #f379a7;
    text-transform: uppercase;
    margin: 20px 0 0;
}
.ld-sutil-sec-right ul {
    position: absolute;
    right: 30px;
    max-width: 300px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
}
.box-sec figure img {
    width: 100%;
}
.box-sec  .box-sta {
    background: rgba(0,0,0,0.5);
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
}
.box-sec {
    position: relative;
}
.collec-st h2 {
    font-size: 35px;
    position: absolute;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.collec-st {
    position: relative;
    z-index: 1;
}
.collec-st img {
    width: 100%;
}
.collec-st h2 span.pink {
    background-color: #f379a7;
    color: #fff;
    padding: 4px 10px;
    display: block;
    margin: 5px 0 0;
}
.big-pen-sec.fuck-new .right-text-sec p {
    max-width: 100%;
}


.fuckwater-banner .top-img-sec {
    margin-bottom: 20px;
}

.fuckwater-banner .top-img-sec img.img-fluid:first-child {
    margin-bottom: 20px;
}
.rr_feed_img{
    margin-bottom:30px;
}
.real_review {
    padding: 50px 0;
}
.review-individual {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.review-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-product-img {
    width: auto;
    max-height: 200px;
}
.review-product a{
    text-decoration:none;
}
.review-product-title {
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    color:#f379a7;
}
.review-title {
    font-size: 14px;
    font-weight: 600;
}
.review-date {
    font-style: italic;
    margin-left: 5px;
    font-weight: 500;
}
.review-desc-short {
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
}
.review-desc-long {
    margin-top: 10px;
    font-size: 14px;
}
.review-product-title:hover{
    color:#f379a7;
}
.review-product {
    flex: 0 0 250px;
    text-align: center;
    margin-right: 20px;
}
.California-Exotic p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}


/*============== forta page css Start==============*/

.main-forta {
    margin-top: 50px;
    background: #dffaff;
}
.main-forta .img-forta img {
    width: 100%;
}
.forta-content {
    background: #000;
}
.forta-content .forta-logo {
    text-align: center;
}
.forta-content .forta-logo p {
    color: #fff;
    font-size: 25px;
    margin-top: 25px;
}

/*============= forta page css End ==================*/
#input-captcha-cf7 {
    margin: 20px 0 10px !important;
    width: 49%;
    padding: 5px 12px !important;
}
.atta-form {
    margin-bottom: 20px;
}
.c-d-r .custmor-form-re .wpcf7 form.sent .wpcf7-response-output {
    border-color: #f379a7 !important;
    color: #000 !important;
}
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f379a7 !important;
    color: #000 !important;
}
.woocommerce-shipping-calculator a.shipping-calculator-button {
    color: #000000;
}
textarea#order_comments::placeholder {
    padding: 20px;
}
.berocket_brand_description {
    display: none;
}

.recent-do ul.products.columns-4 {
    margin-top: 0;
}
.recent-do {
    margin-top: 20px;
}
.tax-berocket_brand .cat-content {
    display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #f379a7 !important;
}
.heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
    display: none;
}
/*
.page-id-887 .dildos-main .cat-product {
    display: none;
}
*/
.page-template-gift-card .gif-card-main ul.products.columns-4 {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    gap: 34px;
}
.page-template-gift-card .gif-card-main ul.products.columns-4 li.product {
    width: 100% !important;
    margin: unset !important;
}

/*====================sezzle-how-it-works page css Start==============*/
.sezzle-container {
    text-align: center;
    font-family: 'Comfortaa', 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', cursive, sans-serif;
}
.sezzle-container .sezzle-logo {
    margin: 80px auto;
    text-align: center;
}
.sezzle-container .how-it-works {
    margin: 50px 0;
}
.sezzle-container h3.sezzle-header-3, h2.sezzle-header-3 {
    margin: 20px 0 12px;
    color: #382757;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}
#extrapage h2 {
    font-weight: 400;
    font-size: 2.36rem;
}
.sezzle-container .sezzle-hr {
    width: 78px;
    height: 3px;
    margin: 10px auto 40px;
    background-color: #f379a7;
    border: 1px solid #f379a7;
    display: block;
    border-radius: 63px;
    opacity: 1;
}
.sezzle-container p.sezzle-description {
    margin: 0 auto 40px;
    max-width: 600px;
}
.sezzle-container .how-it-works p {
    font-weight: 300;
    color: #272727;
    font-size: 16px;
    line-height: 1.47;
}
.sezzle-container .how-it-works .breakdown-row {
    text-align: center;
    max-width: 390px;
    min-width: 390px;
    justify-content: space-between;
    margin: auto 60px;
    position: absolute;
    top: 60%;
}
.sezzle-container .sezzle-row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sezzle-payment-pie-graph {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 15%;
}
.tc-pagebuilder img {
    max-width: 100%;
}
.sezzle-container .how-it-works .sezzle-hiw-pie-bg {
    height: 151px;
    width: 507px;
    margin: 0 auto 40px;
    border-radius: 23px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 20px 4px rgba(0, 0, 0, 0.06);
    position: relative;
}
.sezzle-container .how-it-works .breakdown-row .breakdown {
    color: #382757;
    font-size: 28px;
    font-weight: 500;
    line-height: 20px;
}
.sezzle-container .how-it-works .breakdown-row span {
    color: #382757;
    font-size: 18px;
    line-height: 35px;
    margin: 0;
}
.sezzle-container .how-to-sezzle .sezzle-column {
    width: 33.33%;
    float: left;
    margin-bottom: 40px;
}
.sezzle-container .how-to-sezzle .sezzle-hiw-bg {
    height: 150px;
    width: 150px;
    background: #FCD7B6;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}
.sezzle-container .how-to-sezzle .sezzle-column img {
    min-width: 75px;
    max-width: 75px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sezzle-container .how-to-sezzle .sezzle-column .sezzle-steps-header {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 2.04px;
    line-height: 22px;
    color: #D14507;
    margin-top: 30px;
}
.sezzle-container .how-to-sezzle .sezzle-column .sezzle-steps-copy {
    font-size: 16px;
    width: 80%;
    margin: auto;
}
.sezzle-container .how-to-sezzle img.sezzle-hiw-image {
    position: absolute;
    margin: auto;
    display: inherit;
    bottom: 0;
}
.sezzle-app .sezzle-row img {
    flex: 1;
    padding: 8px;
    min-height: 60px;
    max-height: 60px;
    width: auto;
}
.sezzle-app .sezzle-row {
  justify-content: center;
}
.sezzle-container .sezzle-app p {
    font-weight: 300;
    color: #272727;
    font-size: 16px;
    line-height: 1.47;
}


/*====================sezzle-how-it-works page css Start==============*/

.news_subs_input .wpcf7-response-output {
    color: #fff;
}
.single-product .wpgs-nav.slick-initialized.slick-slider .slick-slide img {
    width: 100%;
    max-width: 74px !important;
    height: auto !important;
    margin: 0 auto;
}
.woocommerce ul.products li.product .price del {
    color: #000 !important;
    font-weight: 600 !important;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 60px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-height: 400px;
    padding: 15px 0;
}
.single-product .wpgs-nav .slick-slide {
    border-color: transparent;
}
.wpgs-for .slick-arrow {
    top: 106% !important;
}
.single-product .wpgs-nav button.slick-prev, .single-product .wpgs-nav button.slick-next {
    display: none !important;
}
.woocommerce .woocommerce-product-rating .star-rating {
    color: #f379a7 !important;
}
.woocommerce div.product .woocommerce-product-rating a.woocommerce-review-link {
    color: #000;
    text-decoration: none;
    margin-left: 15px;
}
.woocommerce div.product .woocommerce-product-rating a.woocommerce-review-link:hover {
    color: #f379a7;
}
.woocommerce div.product p.price del {
    color: #000 !important;
    margin-right: 5px;
    opacity: 1 !important;
}
.single-product .woocommerce-product-details__short-description p {
    margin-bottom: 15px;
}
/*.single-product .woocommerce-product-details__short-description .ingle-pro-avail */.green-color-text {
    color: #0baf0b !important;
}
.single-product .woocommerce-product-details__short-description .ingle-pro-avail p .qaLink {
    color: #f379a7;
    text-decoration: none;
    font-weight: 500;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
    box-shadow: 0 0 10px #dddd;
    padding: 20px;
}
.single-product .woocommerce div.product div.summary h2.product_title.entry-title {
    font-size: 40px;
    font-weight: 600;
}
/*.single-product div#review_form {
    max-width: 100%;
}*/
.single-product form#commentform p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}
.single-product p.comment-form-cookies-consent input#wp-comment-cookies-consent {
    width: 15px;
    margin-right: 15px;
}
.page-template-clearance .subcategories .subcategories-img-link {
    flex: unset !important;
}
.page-template-clearance .subcategories .subcategories-img-link a img {
    width: 100%;
}


.page-template-realreviews .wp-google-reviews .wp-google-right span.wp-google-stars span.wp-stars span.wp-star svg path {
    fill: #f379a7;
}
/*.recent-do ul.products.columns-4 li.product {
    height: 450px;
}*/
.page-template-realreviews .wp-google-list .wp-google-reviews .wp-google-review {
    box-shadow: 0 0 10px #ddd !important;
    padding: 30px 20px !important;
    margin: 30px 0 !important;
}
.page-template-realreviews .wp-google-list .wp-google-reviews .wp-google-review .wp-google-right {
    padding-left: 30px !important;
}
.page-template-realreviews .wp-gr .wp-google-content-inner a.wp-google-url.dd-dtn {
    color: #f379a7 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-decoration-line: underline !important;
}
.main-mid-right .ph_number p span a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

div#stiky-cart a .cart-icon i.fa-solid.fa-cart-shopping {
    color: #fff;
    background: #000;
    font-size: 22px;
	padding-right: 5px;
}
.fixed-cart {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 999999;
}
div#stiky-cart {
    background: #000;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
div#stiky-cart a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
div#stiky-cart span#cart-count {
    color: #f37aa7;
}


.custom-class section.related.products ul.products.columns-4, .custom-class /*.woocommerce*/ /*.ced*/ ul.products.columns-4{ 
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    gap: 34px;
}
.custom-class section.related.products ul.products.columns-4 li.product, .custom-class /*.woocommerce*/ /*.ced*/ ul.products.columns-4 li.product{
    width: 100%;
    margin: unset;
}
.custom-class /*.woocommerce*/ /*.ced*/ ul.products.columns-4::before, .custom-class .woocommerce /*.ced */ul.products.columns-4::after, .related.products ul.products.columns-4::before, .related.products ul.products.columns-4::after {
    display: none !important;
}

.custom-class /*.woocommerce*/ /*.ced*/ ul.products.columns-4 li.product  .woocommerce-loop-product__link span.onsale {
    right: 0 !important;
    left: unset !important;
}
.custom-class /*.woocommerce*/ ul.products li.product .star-rating {
    margin: 0 auto;
    margin-bottom: 0;
}
.custom-class .woocommerce .ced h2 {
    margin-top: 0 !important;
}

.product_test {
    min-height: 120px;
}

.search-no-results .no-results {
    text-align: center;
    padding-top: 50px;
}
.search-no-results .no-results h1.page-title {
    margin-bottom: 20px;
}
.search-no-results .no-results .default-max-width form.search-form {
    margin-top: 20px;
}
.search-no-results .no-results .default-max-width p {
    font-size: 20px;
}
.search-no-results .no-results .default-max-width form.search-form input#search-form-1 {
    padding: 6px 12px;
    width: 100%;
    max-width: 350px;
    border: 1px solid #000;
    height: 40px;
}
.search-no-results .no-results .default-max-width {
    max-width: 550px;
    margin: 0 auto;
}
.search-no-results .no-results .default-max-width form.search-form label {
    display: none;
}
.search-no-results .no-results .default-max-width form.search-form input.search-submit {
    background: #f379a7;
    width: 100%;
    max-width: 80px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    border: none;
    margin-left: -6px;
}

header.woocommerce-products-header {
    z-index: 2;
}
section.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 7px;
    margin-top: 15px;
}
section.breadcrumb ul.breadcrumb {
    margin: 0;
}
section.breadcrumb ul.breadcrumb {
    padding: 0px;
    justify-content: flex-start;
}
section.breadcrumb + section.py_50 {
    padding-top: 20px;
}
section.breadcrumb .scp-breadcrumb .breadcrumb li a {
    font-size: 16px;
}
section.breadcrumb .scp-breadcrumb .breadcrumb li a:hover {
    color: #f379a7;
}
/*ul.products.columns-3 li.product, ul.products.columns-4 li.product {
    width: 100% !important;
    margin: unset !important;
}*/
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    display: none !important;
}
section.dildos-content .recent-do ul.products.columns-4 {
    margin-top: 50px;
}

.page-id-2807 .newest-text-we h2 {
    text-align: center;
    margin-top: 50px;
}
h2.text-center.top-hed {
    margin: 0px 0 30px;
    font-size: 28px;
    text-align: left !important;
}
.brand-logo button.slick-arrow {
    font-size: 0;
    border: none;
    position: absolute;
    top: 25%;
    transform: translateY(-25%);
    z-index: 1;
    background-image: url(https://love2.dreamwear.ca/wp-content/themes/love-dreamer/assets/images/arrow.png);
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    filter: brightness(0) invert(1);
}
.brand-logo button.slick-prev.slick-arrow {
    left: 7px;
}
.brand-logo button.slick-next.slick-arrow {
    right: 7px;
    transform: rotate(180deg) translateY(-15%);
    top: 15%;
}
.all_brand_logo .slick-list.draggable {
    margin: 0 20px;
    background: #fff;
    padding: 10px;
}
.top-bar, .bottom-bar, .hotest-toy .card .sale-text p, .brand-logo {
    background: #662e8e !important;
}
.top-bar .t_b_left .top-navbar-nav li a, .top-bar .t_b_right .top-right-nav-link li a{
    color: #fff !important;
}
.news_heading span, .contact_detail .location span, .contact_detail .phone_no span, .contact_detail .live_chat span {
    color: #662e8e !important;
}
.req-pric-list h5 {
    color: #fff !important;
    margin: 30px 0 30px;
}
.recive-price .recive-heading {
    padding-top: 10px;
}
.footer_inner.last-sec {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    max-width: 269px;
    margin-left: auto;
}
.footer_inner.last-sec .footer_inner_page {
    width: 100%;
}
a.shop_more {
    display: none !important;
}
.news_subs_input form a {
    color: #fff;
}

.banner-img {
    opacity: 0;
}
.banner-img.slick-initialized {
    opacity: 1;
}

.inner_banner .scp-breadcrumb a {
    color: #fff !important;
}
.inner_banner .scp-breadcrumb li::after {
    background: #fff !important;
}
/**/
.iNQORwOcMTOZcTD4DcjO1TmOB2uTGMktheme--light {
   /* background: #fff;
    color: #454545;*/
    display: none;
}