body, p{font-family: roboto !important}
.form-control{font-size: 14px;min-height: 38px !important}
.searchBoxMenu{
    position: absolute;
    z-index: 9;
    right: 45px;
    top: -40px;
    color: red;
    display: none;
}
.searchBoxMenu i{
    color:#959595 !important;
    font-size: 20px;
}
.sidenav .pixelstrap li a{
    padding: 10px 42px 5px 40px !important;
}
.navClose{
    position: absolute;
    left: 50%;
    color: white;
    top: 40%;
    background: #ef4242ba;
    padding: 15px;
    font-size: 45px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
}
.pixelstrap.sm-vertical a .sub-arrow{
    margin-top: -15px;
}
.loading {
    width: 100%;
    float: left;
    position: fixed;
    top: 0px;
    background-color: #fff;
    height: 100vh;
    z-index: 99999;
    margin: auto;
    text-align: center;
    padding-top: 40vh;
}
.ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    height: 150px;
    background: transparent;
    border: 3px solid #47ba74;
    border-radius: 50%;
    text-align: center;
    line-height: 165px;
    font-size: 20px;
    color: #e3555a;
    box-shadow: 0 0 20px rgb(170 170 170);
}
.ring:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: 104%;
    height: 104%;
    border: 3px solid transparent;
    border-top: 3px solid #ea4a4f;
    border-right: 3px solid #e0393e;
    border-radius: 50%;
    animation: animateC 2s linear infinite;
}
.ring img {
    width: 80%;
    display: inherit;
    position: absolute;
    top: 30%;
    left: 11%;
}
.ring span {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    width: 50%;
    height: 4px;
    background: transparent;
    transform-origin: left;
    animation: animate 2s linear infinite;
}
.ring span:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e0393e;
    top: -6px;
    right: -8px;
    box-shadow: 0 0 20px #e0393e;
}
@keyframes animateC
{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
@keyframes animate
{
    0%{transform:rotate(45deg);}
    100%{transform:rotate(405deg);}
}
.float-right{float: right !important}
.float-left{float: left !important}
#main-nav{text-align: left !important}
p {
    font: normal 14px/20px helvetica, arial, sans-serif;
    color: #333;
}
.tab-product .tab-content.nav-material p, .product-full-tab .tab-content.nav-material p{
    text-indent: 0in !important;
}
.main-nav-center .sm>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.text-left{text-align: left !important}
.text-center{text-align: center !important}
.text-right{text-align: right !important}
.menuItems{background:var(--theme-deafult);}
#main-menu.pixelstrap li{padding: 0px 15px !important;}
#main-menu.pixelstrap a{color:#fff !important}
#main-menu.pixelstrap a, .pixelstrap a:hover, .pixelstrap a:active{padding-right: 0px !important;}
.mobileExtendBar{display: none}
.categoriesMenu{background: var(--theme-master)}
.woot{font-weight: bold;}
.main-menu .menu-center{width:50%}
.title-border{width: 100% !important;}
.theme-card {position: relative;padding: 10px;border: 1px solid #d0d0d0;background: #f3f3f3;padding:10px}
.title-border .btn{background: #fff !important;color:#222;padding: 5px 10px;}
.bg-title .theme-tab .bg-title-part{padding:0px;margin-bottom:0px;}
.game-product .product-box .add-button{background-color: var(--theme-master);}
.bg-title .theme-card .slick-prev{
    display: inline-block !important;
    left: -30px;
    top: 45%;
    background: #da373a;
    width: 40px;
    z-index: 9999;
    padding: 6px;
    height: 40px;
    border-radius: 50%;
}
.bg-title .theme-card .slick-next{
    display: inline-block !important;
    right: -32px;
    top: 45%;
    background: #da373a;
    width: 40px;
    z-index: 9999;
    padding: 5px;
    height: 40px;
    border-radius: 50%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view{border-left:1px solid #ddd}
.single-product-sharing > ul > li > a {
    color: #fff;
    width: 34px;
    height: 34px;
    background: #ff5252;
    font-size: 16px;
    display: block;
    line-height: 36px;
    text-align: center;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.collection-product-wrapper .product-wrapper-grid .product-box{margin-top: 20px !important}
.product-right h3{font-size: 22px;width: calc(100% - 40px);}
/* HOME PAGE */
    .feedbackText .user{width:80px !important;height: 80px;border-radius: 50%;border: 1px solid #4f947c;margin-bottom: 10px;display: inline !important;}
    .testimonial_quote .more{
      min-height: 100px;
      margin-top: 0px;
      padding: 0px 10px !important;
    }
    .testimonial_quote .user{
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .testimonial_quote h4{
        color: var(--theme-master);
        font-size: 15px;
        font-weight: 500;
    }
    .testimonial_quote h5{
        color: #767676;
        font-size: 14px;
        font-weight: 400;
        text-transform:capitalize;
    }
    .testImg{
        width: 100%;
        height: 250px;
        background-size: cover;
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
   .product-4 .slick-prev,.product-4 .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
   }
   .product-4 .slick-prev {
    right: 30px;
    left: unset;
    top: -56px;
   }
   .product-4 .slick-next{
    top: -56px;
   }
   .product-4 .slick-prev:before {
    color: white;
    opacity: 1;
    font-size: 25px;
    }
    .product-4.slick-prev:before {
        content: "\f104";
    }
    .bg-title .theme-tab .bg-title-part .tab-title{
      margin:auto;
    }
   .pad{background-size:280px 280px !important;}
   .media-body{padding-left:3px;}
   /* Flash News */
  .acme-news-ticker{background:#33a92214;height:38px;}
  .acme-news-ticker-box{padding-top:7px;}
  .my-news-ticker li{margin-bottom:0px;}
  .my-news-ticker li a{color:var(--theme-deafult) !important;font-weight:500}
  .acme-news-ticker-label{background:var(--theme-deafult) !important;line-height: 20px !important}
  .acme-news-ticker{border:1px solid var(--theme-deafult) !important;}
  .onhover-dropdown:before{right: -15px !important;}
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label{vertical-align: middle;text-transform: capitalize;}
  .recently-purchase {
    background: #fff;
    border: 0;
    border-radius: 0;
    bottom: -100px;
    left: 20px !important;
    padding: 0;
    position: fixed;
    text-align: left;
    width: 350px;
    z-index: 9;
    -webkit-box-shadow: 0 0 4px 0 #d0d0d0;
    box-shadow: 0 0 4px 0 #d0d0d0;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
img.recentItems{width:70px;border:1px solid #f6f6f6}
.recently-purchase .product-name{
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.stickyCart .recently-purchase.show {
    bottom: 50px;
}
.recently-purchase.show {
    bottom: 50px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.recently-purchase .media-body {
    padding: 0 30px 0 12px;
}
.recently-purchase .media-body .title {
    font-weight: 600;
}
.recently-purchase .media-body .timeAgo {
    display: block;
}
.greview{
    width: 160px;
    background: #ff6e00;
    padding: 5px;
    transform: rotate(270deg);
    position: fixed;
    top: 40%;
    left: -68px;
    z-index: 99999;
    color: #ffffff;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.modal-title {
    display: block !important;
}
#main-menu: :-webkit-scrollbar {
    display: none;
}
.searchList li {
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    float: left;
    display: flex;
    background: #fff;
}
.searchList li img {
    width: 50px !important;
}
#toast-container>.toast-success {
    background-image: none;
    background-color: green;
    color: #fff;
}
body {
    top: 0px !important;
}
#google_translate_element {
    display: none;
}
.skiptranslate {
    display: none;
}
#goog-gt-tt {
    display: none !important;
}
.protext {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.catBlock {
    padding: 0px 5px !important;
}
.user-icon {
    margin: auto;
    padding: 10px;
    height: 115px;
    width: 100%;
    background-size: cover;
    margin-bottom: 10px;
    border-radius: 50%;
}
.header-style-5.color-style.style-classic .bottom-part .container {
    box-shadow: 1px 1px 4px #00000059;
}
.header-style-5.color-style .main-menu .onhover-div {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.header-style-5.color-style.style-classic .main-menu .brand-logo {
    padding-top: 15px;
    padding-bottom: 15px;
}
#offerBanner .slick-slide {
    padding: 0px 15px;
}
.brand-logo img {
    max-width: 140px !important;
    padding: 10px;
    padding-left: 15px;
}
.tap-top.top-cls {
    bottom: 40px;
}
.searchList li {
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    float: left;
}
.searchList li a {
    padding: 0px;
}
.searchList li img {
    width: 60px;
    height: auto;
    margin-right: 10px;
    float: left;
}
.searchList .ptitle {
    width: calc(100% - 70px);
    float: left;
}
.searchList h4 {
    font-weight: 500;
    color: var(--theme-deafult);
    font-size: 16px;
}
.clearBtn {
    float: right !important;
    background-color: #e0e0e0;
    font-size: 12px;
    z-index: 8;
    position: relative;
    right: -10px;
    text-transform: lowercase;
    padding: 1px 5px;
    border-radius: 10px;
    color: #000;
}
.top-header .header-contact {
    padding: 5px 0;
}
.top-header .header-contact li {
    color: #fff;
}
header {
    border-bottom: none;
}
.pixelstrap ul a,
.pixelstrap ul a: hover,
.pixelstrap ul a:focus,
.pixelstrap ul a:active,
.pixelstrap ul a.highlighted {
    padding: 5px 15px !important;
    margin: 10px !important;
}
.pixelstrap ul {
    width: 12em !important;
}
.cartCount {
    background-color: #ffb81d;
    font-family: arial;
    padding: 3px 4px;
    border-radius: 50%;
    position: absolute;
    margin-top: -6px;
    margin-left: -8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    min-width: 20px;
    text-align: center;
}
.cart-sm-img {
    width: 45px;
    height: 50px;
    background-size: cover !important;
    background-position: top !important;
    margin-right: 10px;
}
.cart-lg-img {
    width: 50px;
    height: 60px;
    background-size: cover !important;
    background-position: top !important;
    margin-right: 10px;
    display: block;
    margin: auto;
}
.heart i {
    margin-left: auto;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 18px;
    color: #b9b9b9;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 5px;
}
.heartred i {
    margin-left: auto;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 18px;
    color: #e91e63;
    border: 1px solid #e91e63;
    border-radius: 50%;
    padding: 5px;
}
.stage {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cartQty {
    width: 45px;
}
.qtyUpt {
    color: #fff;
    padding: 0px 5px;
    font-size: 10px;
}
.onhover-dropdown .onhover-show-div {
    top: 32px;
    position: absolute;
    z-index: 10;
    background-color: #ffffff;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    min-width: 160px;
    text-align: left;
    -webkit-box-shadow: 0 0 1px 0 #ebebeb;
    box-shadow: 0 0 1px 0 #ebebeb;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    right: 0;
    padding: 15px 20px;
    border-radius: 0 !important;
    box-shadow: 0px 0px 5px #0000007d;
}
.pixelstrap a,
.pixelstrap a: hover,
.pixelstrap a:active {
    padding-right: 35px;
    color: #222222;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 0.07em;
}
.main-menu .brand-logo {
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 285px !important;
}
.white_bg {
    background-color: #fff !important;
}
.onhover-div {
    position: relative;
    padding-top: 15px;
    padding-bottom: 20px;
}
.onhover-div .show-div {
    top: 60px;
}
.ptb-2 {
    padding: 20px 0px !important;
}
.ratio2_1 .bg-size: before {
    padding-top: 55%;
}
.viewMore {
    color: var(--theme-deafult) !important;
    cursor: pointer;
    background-color: #f3f2f2;
    padding: 5px;
    text-align: center;
    box-shadow: 1px 1px 1px #ddd;
    margin-top: 10px;
}
.collection-banner .contain-banner {
    padding-left: 50px;
    padding-right: 50px;
}
/* .collection-banner.p-right .contain-banner  {
    -webkit-box-pack:  center;
    -ms-flex-pack:  center;
    justify-content:  center;
}
 */
.collection-banner .contain-banner h2 {
    margin-top: 10px;
}
.banner-timer {
    margin-left: 0px;
    margin-right: 0px;
    box-shadow: 0px 0px 3px #8d8d8da8;
}
.product-box {
    box-shadow: 0px 0px 5px #ddd;
    background-color: #fff;
    /* width:  30%;
    margin: auto;
     */
}
.timer {
    padding: 10px 20px;
    margin-top: 40px;
}
.collection-brand-filter {
    max-height: 175px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.collection-brand-filter.open {
    max-height: 100% !important;
    transition: all .5s ease-in-out;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
    font-size: 13px !important;
    font-weight: 500;
}
.collection-product-wrapper .product-pagination .theme-paggination-block nav {
    border-color: #ddd0;
}
.product-detail {
    width: 100%
}
.product-box .product-detail,
.product-box .product-info,
.product-wrap .product-detail,
.product-wrap .product-info {
    padding-left: 10px;
}
.product-box .product-detail h6,
.product-box .product-info h6,
.product-wrap .product-detail h6,
.product-wrap .product-info h6 {
    line-height: 1;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-filter-content {
    background-color: #fff !important;
}
.collection-collapse-block {
    padding-bottom: 0px;
}
.bg_white,
.bg_white section {
    background-color: #fff;
}
.email_subscribe,
.email_subscribe section {
    background-color: #151515;
}
.email_subscribe section {
    padding: 20px;
    border: 0px;
}
.login-page .theme-card .theme-form input {
    font-size: 14px;
    padding: 10px 15px;
}
.login-page .btn-solid {
    padding: 10px 20px;
}
.login-page .theme-card .theme-form input {
    margin-bottom: 0px;
}
.fv-form-bootstrap .help-block {
    color: red !important;
}
.breadcrumb-section {
    display: none !important;
}
.notie-textbox {
    padding: 10px;
}
.notie-container {
    font-size: 1.4rem;
    z-index: 999;
}
.notie-background-warning {
    background-color: #ff9800;
}
.has-error .form-control {
    border: 1px solid red !important;
}
.subscribe h4 {
    color: #fff;
}
.subscribe p {
    color: #ddd;
}
footer.footer-theme-color .darken-layout{
    background-color: var(--theme-deafult);
    background-image: url(https://i.pinimg.com/originals/52/d0/a0/52d0a0f9b497205194ce1f00728fd2c1.png);
    background-size: 13px;
}
.footer-light .subscribe-form {
    justify-content: center;
}
.subscribe-form .form-control {
    width: 300px;
}
.linkSection {
    background-color: #232323;
    background-image: url(../images/background.png);
    background-size: 30%;
}
.darken-layout p, .seoLinks a, .footer-contant li a, footer.footer-theme-color .sub-footer.dark-subfooter p, .contact-list li{
    color: #fff !important;
}
footer.footer-theme-color .darken-layout .sub-title .contact-list li i{
    color: #FFEB3B !important;   
}
.footer.footer-theme-color .sub-footer.dark-subfooter p{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.seoLinks a:hover{
    color: #ffeb3b !important;
    border-bottom: 1px solid;
}
footer.footer-theme-color .sub-footer.dark-subfooter{
    background-color: var(--theme-master) !important;
}
.footer-theme .sub-title h4 {
    color: #FFEB3B !important;
    margin-bottom: 10px;
}
.footer-theme .sub-title li {
    padding-top: 8px;
    border-color:#ffeb3b !important;
}
.sub-footer {
    background-color: #151515;
}
.footer-contant {
    margin-bottom: 25px;
}
.dashboard-section .dashboard-sidebar {
    background-color: #ffffff;
    box-shadow: 0px 0px 4px #ddd;
}
.dashboard-section .faq-tab .nav-tabs .nav-item .nav-link {
    background-color: #ffffff;
}
.dashboard-section .counter-section .counter-box {
    background-color: #fff;
    box-shadow: 0px 0px 4px #ddd;
}
.dashboard-table {
    min-height: 352px;
}
.rating .fa-star-o {
    color: #dddddd !important;
}
.pagination-area a: not([href]) {
    color: #fff;
    border-color: var(--theme-deafult);
    font-size: 18px;
    font-weight: 700;
    cursor: not-allowed;
    background-color: var(--theme-deafult);
}
.pagination-area ul li {
    margin-right: 5px;
}
.pagination-area ul li a {
    color: #7d7d7d;
    display: block;
    font-size: 18px;
    text-decoration: none;
    transition: all .4s ease-out .2s;
    padding: 5px 15px;
    border: 1px solid #ddd;
}
.product-related h2 {
    text-transform: capitalize;
    font-size: calc(18px + (25 - 18) * ((100vw - 320px) / (1920 - 320)));
    color: #222222;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddada;
    margin-bottom: 20px;
}
.product-right .product-title {
    color: #222222;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 16px;
}
.reviewList li {
    width: 100%;
    border-bottom: 1px solid #f5f5f5
}
.reviewDate {
    color: #878787;
}
.social-media {
    width: 22px;
    height: 20px;
    text-align: center;
    font-size: 14px;
}
.social-media.facebook {
    background-color: #0063e0 !important;
}
.social-media.twitter {
    background-color: #2196f3 !important;
}
.product-description ul {
    list-style-type: disc;
    margin-left: 20px;
}
.product-description li {
    display: revert !important;
}
/* Ratings widget */
.rate {
    display: inline-block;
    border: 0;
}
/* Hide radio */
.rate>input {
    display: none;
}
/* Order correctly by floating highest to the right */
.rate>label {
    float: right;
    color: #ddd;
}
/* The star of the show */
.rate>label: before {
    display: inline-block;
    font-size: 2rem;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 ";
    /* full star */
}
/* Half star trick */
.rate .half: before {
    content: "\f089 ";
    /* half star no outline */
    position: absolute;
    padding-right: 0;
}
.onhover-dropdown: before {
    right: -13px;
    top: 6px;
}
.front a {
    background-position: top center !important;
}
.border-product select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    padding-right: 40px;
    /* font-size: 16px; */
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 25px;
    border-radius: 2px;
}
/* Click + hover color */
input:checked~label,
/* color current and previous stars on checked */
label:hover,
label:hover~label {
    color: #fe4c3b;
}
/* color previous stars on hover */
/* Hover highlights */
input:checked+label:hover,
input:checked~label:hover,
/* highlight current and previous stars */
input:checked~label:hover~label,
/* highlight previous selected stars for new rating */
label:hover~input:checked~label
/* highlight previous selected stars */
    {
    color: #fe4c3b;
}
@media (max-width: 600px) {
    #super_c_div {
        display: inline;
    }
    .main-nav-center .toggle-nav {
        top: -82px !important;
    }
    .home-slider .home {
        height: 40vh !important;
    }
    .tap-top.top-cls {
        bottom: 65px;
    }
    .placeOrder {
        position: sticky;
        bottom: 55px;
    }
    .faq-tab .nav-tabs .nav-item {
        width: 50%;
    }
    /* .brand-logo  {
    left:  38%;
    padding-top:  20px;
    padding-bottom:  20px;
}
 */
    .brand-logo img {
        height: 55px !important;
    }
    .main-menu {
        height: 60px;
    }
    /* #main-nav {
    position:  absolute;
    z-index:  9999;
    left:  0px;
    top:  0px;
}
 */
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
        border-bottom: 1px solid #ddd;
    }
    .tab-product .nav-material.nav-tabs .nav-item {
        width: 50%;
        float: left;
    }
    .product-top-filter {
        position: sticky;
        top: 0px;
        z-index: 1;
        background-color: #fff;
        padding: 10px;
    }
    .margin-res>div {
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-box {
        margin-top: 0px !important;
    }
    .filter-btn.btn.btn-theme {
        width: 100%
    }
    .dashboard-sidebar {
        display: none;
    }
    .dashboard-section.section-b-space {
        padding-top: 0px;
    }
    #dashboard .col-12 {
        padding: 0px !important;
    }
    #dashboard .card {
        border-radius: 0px !important;
        border: 0px;
    }
    .mobileMenu {
        display: block !important;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 10px 3px;
        height: 60px;
        background-color: #fff;
        z-index: 999;
        box-shadow: 0px 0px 6px #0000007a;
    }
    .mobileMenu li {
        width: 16%;
        float: left;
        color: #636363 !important;
    }
    .mobileMenu li a {
        color: #3e3e3e;
        width: 100%;
        float: left;
        text-align: center;
    }
    .mobileMenu li.active a {
        color: var(--theme-deafult) !important;
    }
    .mobileMenu li .fa,
    .mobileMenu li span {
        display: block;
        text-align: center;
        width: 100%;
        float: left;
    }
    .mobileMenu li [class^="ti-"],
    [class*=" ti-"] {
        font-size: 18px;
    }
    .totop {
        bottom: 55px !important;
    }
    #page {
        padding-bottom: 45px;
    }
    .section-b-space.ratio_asos.pt-4 {
        padding-top: 0px !important;
    }
    .product-top-filter {
        display: none;
    }
    .mobileFilter {
        display: block !important;
        position: fixed;
        z-index: 8;
        background-color: var(--theme-deafult);
        width: 100%;
        box-shadow: 0px 0px 4px #00000047;
    }
    .mobileFilter li {
        width: 33%;
        text-align: center;
        padding: 10px;
        float: left;
    }
    .mobileFilter select {
        padding: 0px;
        font-size: 14px;
        height: 25px !important;
        min-height: 25px !important;
        background-color: var(--theme-deafult);
        color: #fff;
        border-color: white;
        border-radius: 15px;
    }
    .collection footer {
        display: none;
    }
    .user-icon {
        height: 50px;
        width: 50px;
    }
}
.section-b-space {
    margin-top: 50px;
    background: #fff;
}
.cart-section {
    margin-top: 60px;
}
.cart-section #total tbody tr td {
    text-align: right;
}
.cart-section tbody tr td {
    text-align: left;
}
/* sticky header */
.bottom-part.sticky {
    position: fixed !important;
    width: 100vw;
    top: 0;
    z-index: 9;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bottom-part.stickycls {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bottom-part.sticky {
    position: fixed !important;
    width: 100vw;
    top: 0;
    z-index: 9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-animation: smoothScroll 0.05s forwards;
    animation: smoothScroll 0.05s forwards;
}
.bottom-part.stickycls {
    position: fixed !important;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 99;
}
.input-group .btn {
    z-index: 0 !important;
}
@media (max-width: 300px) {
    .sub-footer p {
        margin-bottom: -30px !important;
        padding: 20px 0 !important;
    }
    .sm-horizontal {
        width: 157px !important;
    }
    .brand-logo img {
        width: 232px !important;
        padding-left: 21px !important;
    }
    .text-start {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .payment-card-bottom {
        margin-bottom: 50px !important;
    }
    .made {
        display: block !important;
        margin: 7px 7px !important;
    }
    .product-right {
        text-align: left !important;
    }
    .collection-filter {
        width: 250px !important;
        ;
    }
}
@media(max-width: 365px) {
    .badge2 {
        font-size: 12px !important;
    }
}
@media(max-width:993px) {
    .sub-footer .col-sm-12 {
        padding-left: 0px !important;
    }
}
/* @media only screen and (min-device-width: 447px) and (max-device-width: 510px) {
    .brand-logo img  {
    padding-right: 37px !important;
}
}
*/
@media only screen and (min-device-width: 160px) and (max-device-width: 420px) {
    /* For portrait layouts only */
    /**/
    #center {
        height: 220px !important;
    }
    #centertext {
        align-self: center !important;
        padding-left: 11px !important;
    }
}
@media only screen and (min-device-width: 160px) and (max-device-width: 350px) {
    .full-box .theme-card .offer-slider .product-box2 .media img,
    #center {
        padding-right: 5px !important;
        height: 110px !important;
        width: 60px !important;
    }
}
@media only screen and (min-device-width: 160px) and (max-device-width: 250px) {
    .title4 .line {
        width: auto !important;
        ;
    }
    */ .bg-block {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
        height: 110px !important;
        width: 60px !important;
    }
    .full-box .theme-card .offer-slider .product-box2 .media .media-body h4 {
        font-size: 15px !important;
    }
    .product-tab .tab-box {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .product-box .img-wrapper .lable-block .lable3 {
        font-size: 7px !important;
        padding: 6px 2px !important;
    }
    .product-box .img-wrapper .cart-box {
        padding: 2px 3px !important;
        bottom: 1px !important;
    }
    .icon-nav ul {
        padding-right: 30px !important;
    }
}
@media only screen and (min-device-width: 160px) and (max-device-width:262px) and (orientation:portrait) {
    #forgot {
        display: block !important;
        padding-top: 5px !important;
    }
}
@media only screen and (min-device-width:160px) and (max-device-width:221px) and (orientation:portrait) {
    .product-right .product-buttons a: last-child {
        margin-left: 0px !important;
    }
}
@media only screen and (min-device-width:160px) and (max-device-width:214px) and (orientation:portrait) {
    .product-right .product-buttons a: last-child {
        margin-top: 6px !important;
    }
    .qty-box .form-control {
        width: 35px !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width:991px) {
    footer .footer-theme .footer-mobile-title {
        display: block !important;
    }
    footer .footer-theme {
        text-align: center !important;
    }
}
/* @media only screen and (min-device-width: 560px) and (max-device-width:991px)  {
    .menu-right.pull-right {
        width: 241px;
}
}
 */
@media (max-width: 991px) {
    .ql,
    .qs,
    .qr {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .carte tbody tr td {
        display: revert !important;
    }
}
@media (min-width: 768px) and (max-width:991px) {
    .cart-section tbody tr td: last-child {
        display: table-cell !important;
    }
    .place-btn {
        padding: 1px 7px !important;
    }
    #cartbtn {
        padding-top: 55px !important;
        border-bottom: 0px !important;
    }
}
@media (min-width: 576px) and (max-width:767px) {
    /* .stickySummary tbody tr td {
        display:  inline-block !important;
}
 */
    .price {
        margin-top: 5px !important;
    }
    .place-btn {
        padding-left: 5px !important;
        padding-right: 5px !important;
        height: 38px !important;
    }
}
@media (min-width: 150px) and (max-width:576px) {
    .place-btn {
        justify-content: center;
    }
    .dbtn {
        padding-left: 0px !important;
        padding-top: 5px !important;
        margin-left: 15px;
    }
}
@media (min-width: 150px) and (max-width:279px) {
    .mobile-cart-content .col-9 {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
    .ql,
    .qs,
    .qr {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    .qs {
        width: 33px !important;
    }
    .col-3 .td-color {
        padding-top: 5px !important;
        border-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 4px !important;
    }
    .dbtn {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }
}
@media (min-width: 150px) and (max-width:249px) {
    .td-color button {
        margin-left: 30px !important;
    }
    .col-3 {
        display: contents;
    }
    .cart-section #total tbody tr td {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
    .cart-section tbody tr td: last-child {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
}
@media (min-width: 150px) and (max-width:202px) {
    .cart-section #total tbody tr td {
        width: 100% !important;
        text-align: center !important;
    }
}
@media (min-width:150px) and (max-width:991px) {
    .q-td {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }
    .qty-box {
        position: absolute;
        top: 10px;
        right: 24px;
    }
    .qty-boxes {
        position: absolute;
        top: 0px !important;
        left: 7px !important;
    }
    .qty-boxss {
        position: static;
        top: 0px !important;
        left: 0px !important;
    }
    .qs {
        width: 27px !important;
    }
    .wl-d {
        padding-top: 30px !important;
    }
    #addc {
        display: none !important;
    }
    .shop-mobile {
        position: absolute;
        bottom: 5px;
        right: 50px;
    }
    .shop-delete {
        position: absolute;
        bottom: 5px;
        right: 0px;
    }
}
@media (min-width: 150px) and (max-width: 767px) {
    .q-td {
        width: 150px !important;
    }
}
@media (min-width: 150px) and (max-width: 526px) {
    #addc {
        display: none !important;
    }
    #wimg {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
}
@media (min-width:150px) and (max-width: 290px) {
    #p-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media (min-width: 150px) and (max-width: 270px) {
    #p-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .mobileMenu li .fa,
    .mobileMenu li span {
        font-size: 11px !important;
    }
}
.footer-end p {
    padding: 0px !important;
}
@media (max-width: 297px) {
    .product-right .product-description .qty-box {
        justify-content: start !important;
    }
}
@media (max-width: 453px) {
    .header-style-5.color-style.style-classic .bottom-part .container {
        box-shadow: none !important;
    }
}
@media (min-width: 578px) {
    .mobile-account-b {
        display: none;
    }
}
@media (max-width: 767px) and (min-width:578px) {
    .sub-footer .payment-card-bottom {
        padding-bottom: 0px !important;
    }
}
@media (max-width: 991px) and (min-width:601px) {
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
        border-top: 1px solid #ddd !important;
    }
}
@media (max-width: 575px) and (min-width:391px) {
    .my-reviews_background-img {
        height: 230px !important;
        background-position: 50% 69% !important;
    }
}
@media (max-width: 391px) and (min-width:271px) {
    .my-reviews_background-img {
        height: 160px !important;
        background-position: 50% 69% !important;
    }
}
@media (max-width: 271px) {
    .my-reviews_background-img {
        height: 120px !important;
        background-position: 50% 69% !important;
    }
}
@media (min-width: 1200px) {
    .main-nav-center .sm {
        right: 0 !important;
    }
}
@media (max-width: 767px) {
    .cart-section .wishlist1 tr td: nth-last-child(-n + 2),
    .cart-section .wishlist1 tr td:last-child {
        display: table-cell !important;
    }
}
#addc {
    padding-right: 10px;
}
@media (max-width: 465px) {
    .product-right h3 {
        text-align: left;
    }
    .product-right .review-left {
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .product-right .heart i,
    .product-right .heartred i {
        margin-top: 13px;
    }
    .product-right .review-left .float-right {
        position: absolute;
        top: 65px;
        right: 0px;
    }
    .product-right .review-left .made {
        position: absolute;
        right: 0px;
    }
    .product-right .text-secondary {
        position: absolute;
        left: 102px;
        top: 124px;
    }
    .product-right .text-seco {
        top: 92px !important;
    }
    .product-right h3 {
        display: block !important;
    }
    #strike {
        position: relative;
    }
    .border-product {
        text-align: left;
    }
    .product-box {
        width: 100%;
        margin: auto;
    }
    .section-b-space {
        margin-top: 0px;
    }
    .login-page h3 {
        font-size: 15px;
    }
    .front .a {
        height: 200px;
        width: 200px;
        margin-left: 19%;
    }
    .col-grid-box {
        padding: 5px;
    }
    .book-id-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .book-id-mobile h3 {
        margin: 7px 0px;
    }
    .dashboard-table address p {
        margin: 1px;
    }
    .dashboard-table .price.mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px !important;
    }
    .dashboard-table .price.mobile h3 {
        margin: 0px;
    }
    .dashboard-table .price.mobile span.status {
        margin: 0px !important;
    }
    .stretch-card.one {
        display: none;
    }
}
.top-sec {
    margin-top: 10px;
}
.dashboard-table ul li {
    margin-top: 10px;
}
.owl-carousel .item {
    margin: 10px;
}
.owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-carousel {
    margin-bottom: 15px;
}
.media-body h6 {
    width: 90%;
}
.top-header .header-dropdown li {
    cursor: pointer;
    color: #999;
    padding: 5px 25px;
    padding-right: 0;
}
.icon-nav i {
    color: #222222 !important;
    font-size: 20px;
}
@media (max-width: 577px) {
    .main-menu .menu-right .icon-nav .mobile-search {
        right: 80% !important;
        z-index: 1;
        left: auto;
    }
    .icon-nav i {
        color: #fff !important;
        font-size: 20px;
    }
}
@media (max-width: 449px) {
    .cart_qty_cls {
        top: -26px !important;
    }
}
@media (max-width: 577px) {
    .main-menu .menu-right .icon-nav .mobile-setting,
    .main-menu .menu-right .icon-nav .mobile-cart,
    .main-menu .menu-right .icon-nav .mobile-search {
        position: fixed;
        bottom: 20px;
        right: 16%;
        font-size: 0;
        padding: 0 !important;
    }
}
@media (max-width: 577px) {
    .top-header .header-dropdown .mobile-wishlist {
        right: 64% !important;
        left: auto;
    }
}
@media (max-width: 577px) {
    .top-header .header-dropdown .mobile-account,
    .top-header .header-dropdown .mobile-wishlist {
        position: fixed !important;
        bottom: 20px;
        right: 32%;
        font-size: 0;
        padding: 0;
        z-index: 9;
    }
}
@media (max-width: 577px) {
    .searchBoxMenu{
        display: block;
    }
    header{
        border-bottom: 1px solid #eee;
    }
    .brand-logo img{
        height:62px !important;
        padding: 5px;
        margin-top: -4px;
    }
    .kwd {
        width: 240px;
    }
    .main-menu .menu-right .icon-nav .mobile-cart i {
        display: inline-block;
        font-size: 22px;
    }
    .main-menu .menu-right .icon-nav .mobile-setting i {
        display: inline-block;
        font-size: 22px !important;
    }
    .main-menu .menu-right .icon-nav .mobile-cart {
        right: 48%;
    }
    .mobile-account {
        left: auto;
    }
    .toggle-nav {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .main-nav-center .toggle-nav {
        right: 15px !important;
        top: -81px !important;
    }
    .onhover-div: hover .show-div {
        transform: translateY(-38px) !important;
    }
    .sub-footer .payment-card-bottom {
        padding-top: 10px !important;
        padding-bottom: 30px !important;
    }
    .sub-footer .payment-card-bottom p {
        padding-top: 10px !important;
    }
    .top-header .header-dropdown li i {
        padding-right: 0px !important;
        font-size: 22px;
    }
    footer {
        bottom: -100px;
    }
    footer.footer-theme-color .sub-footer.dark-subfooter{
        padding: 10px 0px;
    }
    .mobile-fix-option {
        background-color: var(--theme-deafult);
    }
    .tab-product .nav-material.nav-tabs .nav-item .nav-link
    {
        font-size: 14px !important;
        padding: 10px 8px !important;
    }
    .tab-product .tab-content.nav-material, .product-full-tab .tab-content.nav-material{
        padding-top: 0px;
    }
}
.mobile-setting {
    width: auto;
}
@media (max-width: 1199px) {
    .main-nav-center .toggle-nav {
        position: absolute;
        z-index: 9;
        right: 175px;
        top: -105px;
    }
}
.toggle-nav {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    cursor: pointer;
}
.toggle-nav i {
    font-size: 21px;
    color: #222222;
    opacity: 0.6;
}
header {
    background-color: #fff !important;
}
.main-menu .menu-left .navbar i {
    font-size: 21px !important;
    cursor: pointer;
    color: #222222 !important;
}
.top-header .header-dropdown li i {
    padding-right: 5px;
}
footer.footer-theme-color .sub-footer.dark-subfooter p,
footer.footer-theme-color .darken-layout .sub-title li a,
footer.footer-theme-color .darken-layout p,
footer.footer-theme-color .darken-layout .sub-title .contact-list li,
footer.footer-theme-color .darken-layout .sub-title .contact-list li i,
footer.footer-theme-color .darken-layout .sub-title .contact-list li a {
    color: #777;
}
.btn-solid {
    background-image: linear-gradient(30deg, var(--theme-master) 50%, transparent 50%) !important;
    border: 2px solid var(--theme-master);
    color: #fff;
}
.btn-solid:hover {
    background-position: 100%;
    color: #000;
    background-color: #fff;
    border: 2px solid var(--theme-master);
}
footer.footer-theme-color .darken-layout .footer-social i {
    background: none;
    border: none;
    color: #222222;
}
.footer-social i: hover,
.social-white i:hover {
    color: #d4b196 !important;
}
@media (max-width: 400px) {
    .kwd {
        display: contents !important;
    }
}
.cartQty {
    margin-bottom: 5px;
}
.notie-container {
    z-index: 9999;
}
/* new */
.all_categori_list>a {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.all_categori_list>a span {
    display: block;
    position: relative;
    text-align: center;
    padding: 8px 0;
    height: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    background: var(--theme-master);
}
.all_categori_list img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.all_categori_list .img-div {
    height: 170px;
}
.product-box .img-wrapper {
    height: 210px;
}
.game-product .product-box .cart-info {
    bottom: 40px !important;
}
.cart-info a: hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.game-product .product-box .cart-info a: hover {
    color: #0a58ca;
    cursor: pointer !important;
}
.bg-title-part {
    background-color: transparent !important;
    justify-content: space-between;
}
.bg-title .theme-tab .bg-title-part .title-border {
    margin-bottom: 0;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 1rem;
    padding: 10px;
    background: #da373a;
    padding-top: 15px;
    padding-left: 15px;
    font-weight: 400;
}
.title-border a, .title-border button{
    margin-top: -5px;
}
.product-m .slick-slide>div {
    margin: 12px 12px;
}
.game-product .product-box .product-detail {
    text-align: left;
}
.product-box {
    border-radius: 8px;
}
.img-wrapper {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.product-box .img-wrapper .lable-block .lable3,
.product-wrap .img-wrapper .lable-block .lable3 {
    border-radius: 0%;
    background-color: var(--theme-deafult);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    padding: 5px 8px;
    color: #ffffff;
    top: 8px;
    left: 0px;
    z-index: 1;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 1px 1px 1px #0000004d;
}
.recent-blog .single-product3 {
    box-shadow: 0 0.1rem 1rem rgb(0 0 0 / 10%);
}
.recent-blog .blog-content p {
    line-height: 1.5;
}
.recent-blog .blog_date h5: :before {
    content: "\f073";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
    display: inline-block;
}
.recent-blog .blog-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 11px;
}
.recent-blog .single-product.style-2,
.recent-blog .single-product3,
.recent-blog .single-product3: after,
.recent-blog .item-col2 .single-product3:after {
    border: none;
}
.recent-blog .read_more button {
    border: 1px solid #dadaad;
    color: #000;
    background: #fff;
}
.recent-blog .read_more button: hover {
    background: #000;
    color: #fff;
}
.nivo-controlNav {
    z-index: 16 !important;
}
.nivoSlider a.nivo-imageLink {
    z-index: 15 !important;
}
.recent-blog .blog_date h5: :before {
    content: "\f073";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
    display: inline-block;
}
.recent-blog .blog-content p {
    line-height: 1.5;
}
.recent-blog .blog-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 11px;
}
.recent-blog .single-product.style-2,
.recent-blog .single-product3,
.recent-blog .single-product3: after,
.recent-blog .item-col2 .single-product3:after {
    border: none;
}
.recent-blog .single-product3 {
    box-shadow: 0 0.1rem 1rem rgb(0 0 0 / 10%);
}
.recent-blog .read_more button {
    border: 1px solid #dadaad;
    color: #000;
    background: #fff;
}
.recent-blog .read_more button: hover {
    background: #000;
    color: #fff;
}
.feedBox {
    height: 350px;
    margin-bottom: 10px;
}
.inbox {
    /* border: solid 1px #dadada;
     */
    box-shadow: 0 0.1rem 1rem rgb(0 0 0 / 23%);
    border-radius: .5rem;
    height: 100%;
    padding: 5px;
}
.side_bar: :-webkit-scrollbar {
    width: 5px;
}
.morecontent span {
    display: none;
}
.feedbackImg .owl-stage-outer,
.feedbackVideo .owl-stage-outer {
    height: 100%;
}
.feedbackText .owl-prev,
.feedbackText .owl-next,
.feedbackImg .owl-prev,
.feedbackImg .owl-next,
.feedbackVideo .owl-prev,
.feedbackVideo .owl-next {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    line-height: 21px;
    font-size: 20px;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
    font-size: 23px !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff !important;
    box-shadow: 1px 1px 4px #01010133;
    background: #da3639 !important;
}
.testBtn.active{
  background-color: #4CAF50 !important;
  color:#fff !important;
}
.feedbackText .owl-prev,
.feedbackImg .owl-prev,
.feedbackVideo .owl-prev {
    left: -30px;
}
.feedbackText .owl-next,
.feedbackImg .owl-next,
.feedbackVideo .owl-next {
    right: -30px !important;
}
/* .feedbackText .owl-prev i, .feedbackText .owl-next i  {
    color: #fff;
    font-size:  20px;
 }
 */
.feedbackText: hover.feedbackText .owl-prev,
.feedbackImg:hover.feedbackImg .owl-prev,
.feedbackVideo:hover.feedbackVideo .owl-prev {
    opacity: 1 !important;
}
.feedbackText: hover.feedbackText .owl-next,
.feedbackImg:hover.feedbackImg .owl-next,
.feedbackVideo:hover.feedbackVideo .owl-next {
    opacity: 1 !important;
}
/*Testmonial video iframe width height */
.feedbackImg .owl-item .image-frame {
    padding: 6px;
    border: 11px solid black;
}
.feedBox .feedbackText .owl-item {
    padding: 0 13px;
    margin-top: 18px;
}
.feedbackImg .owl-item .image-frame img {
    border: 7px solid black;
}
/* Testimonial text */
.feedBox.text .container1 {
    max-width: 1140px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}
.feedBox.text {
    position: relative;
    z-index: 2;
    padding: 50px 0;
}
.feedBox .feedbackText.owl-carousel {
    overflow: hidden;
    padding: 0 20px;
    /* margin:  0px -40px;
                padding-right:  40px;
     */
}
.feedBox .feedbackText .owl-stage-outer {
    /* padding:  30px 50px;
                margin-left:  -34px;
                width:  calc(100% + 100px);
     */
}
.side_bar 
{
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 2px;
}
.side_bar .para: :-webkit-scrollbar {
    display: none;
}
.feedBox .feedbackText .text_desc {
    margin-top: 5px;
}
.side_bar p {
    font-size: 15px;
    line-height: 24px;
    padding: 50px;
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
}
.client-info {
    position: relative;
    z-index: 3;
}
.client-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding-bottom: 50px;
}
.client-info h6 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}
.client-info span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
}
.round {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.round-1: :before {
    content: "";
    /* position:  absolute;
                left:  88px;
                top:  -7px;
                width:  50px;
                height:  7px;
                background:  #fff;
                border-radius:  30px;
     */
}
.round-1: :after {
    content: "";
    position: absolute;
    left: -7px;
    top: 127px;
    width: 7px;
    height: 50px;
    background: #fff;
    border-radius: 30px;
}
.round-2: :before {
    content: "";
    /* position:  absolute;
                right:  87px;
                bottom:  -7px;
                width:  50px;
                height:  7px;
                background:  #fff;
                border-radius:  30px;
                z-index:  1;
     */
}
.round-2: :after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: 97px;
    width: 7px;
    height: 50px;
    background: #fff;
    border-radius: 30px;
    z-index: 1;
}


@media (max-width: 600px) {
    .Desktop{display: none;}
    .margin-res {margin-top: 30px !important;}
    .testimonial-slider{margin-bottom: 80px !important}
    .systemExtendBar{display: none;}
    .sidenav .pixelstrap li ul li a{width: 280px !important;display: block;padding: 0px 35px;font-size: 13px !important;}
    .mobileExtendBar{display: initial}
    .mobileExtendBar .fa-bars{font-size: 20px;color:#959595}
    .Mobile{display: block !important;}
    .brand-logo.layout2-logo{padding-top: 0px !important;margin-top: -17px;}
    .slider-contain{display: none !important}
    .slick-slider.slick-slider{margin-top: -5px !important}
    #main-menu.pixelstrap a{color:#444 !important}
    .searchBox, .categoriesMenu{display: none}
    .title-border{text-align: left;font-size: 18px}
    .title-border .btn{font-size: 13px;padding: 4px 8px;margin-top: -5px;}
    .img-div, .single-product3 .bg-size{height:120px !important}
    .product-box .img-wrapper{height:150px !important}
    .game-product .product-box .add-button{bottom: 0px !important}
    .qty-box .input-group span button, .cart-section tbody tr td .qty-box .input-group .form-control {width:35px !important}
    .qty-box .input-group {-webkit-box-pack: center;justify-content: left !important;}
    .product-right .product-description .qty-box{justify-content: left !important;}
    .recently-purchase{left:0px !important;}
    .widget-visible iframe{bottom:50px !important;}
    .mobileFilter{background-color: var(--theme-deafult) !important;}
    .bg-title .theme-tab .bg-title-part .title-border{font-size: 0.8rem}
    .title-border .btn{margin-top: -8px;}
    .testBtn{display: none !important;}
    .testType{display: block !important;width: 75px;margin-top: -6px;min-height: 24px !important;padding: 3px 10px;height: 28px;margin-right: -3px;}
    .feedbackText .owl-next, .feedbackImg .owl-next, .feedbackVideo .owl-next {right: -15px !important;}
    .feedbackText .owl-prev, .feedbackImg .owl-prev, .feedbackVideo .owl-prev {left: -15px;}
    .bg-title .theme-card .slick-next{width: 35px;height: 35px;padding: 0px;right: -22px;}
    .bg-title .theme-card .slick-prev{width: 35px;height: 35px;padding: 0px;left: -22px;}
    footer {bottom: 40px !important;}
}