@media(min-width: 1440px) and (max-width: 1980px) {
.colms-3 .art-wrapper {
    width: calc((100% - (10px * 2)) / 3);
    margin: 5px 0px;
    transition: all 0.8s ease-in-out;
   /*height: 600px;*/
    display: block;
    /*box-shadow: 0px 0px 10px #cccccc4d;*/
    /*box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;*/
    /*display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;*/
}
.colms-2 .art-wrapper {width: calc((100% - 50px) / 2);}
.colms-1 .art-wrapper {width: 100%;}
}

@media (max-width:1024px) {
.main-nav ul li:not(:last-of-type) {
    margin-right: 15px;
}
}
@media (min-width:992px) {

    .desk-only {
      display: block !important;
    }
    .mobile-only {
      display: none !important;
    }  
    table tr {
      padding: 0;
      display: table-row;
  }
  table tr:first-child {
    border-top: none;
  }
  .cart-tble tr th:first-child, .cart-tble tr td:first-child {
    width: 90px;
  }
  table tr td {
    padding: 20px 10px 20px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
  }
  .cart-tble tr th:nth-child(2), .cart-tble tr td:nth-child(2) {
    width: 233px;
  } 
}   
@media screen and (min-width:576px){
  .modal-dialog {
    max-width: 470px;
    margin: 80px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 .5rem 1rem rgba(31,45,61,.5);
    box-shadow: 0 .5rem 1rem rgba(31,45,61,.5);
  }

}
@media screen and (max-width:1440px){
  .site-header .menu-dropdown{
    min-width: 150px;
    padding: 5px 15px;
  }
}
@media screen and (max-width:1260px){   
  .home-banner-section{
    padding: 15% 0 80px;
  }
  .home-banner-section .banner-text{
    margin-left: 15px;
  }
  .order-table{
    overflow-x: scroll;
  }
}
@media screen and (max-width:1199px){
  :root .theme2-v1,:root .theme2-v2,:root .theme2-v3,:root .theme2-v4,:root .theme2-v5{ 
    --h1: normal 700 40px/1 var(--second-font);
    --h2: normal 700 32px/1 var(--second-font);
    --h3: normal 700 26px/1 var(--second-font); 
    --h4: normal 700 20px/1 var(--second-font);
    --h5: normal 700 18px/1 var(--second-font);
    --h6: normal 700 16px/1 var(--second-font);
  } 
  .testimonial-inner p {
    font-size: 28px;
  }
  
}
@media screen and (max-width:991px){
  :root .theme2-v1,:root .theme2-v2,:root .theme2-v3,:root .theme2-v4,:root .theme2-v5 { 
    --h1: normal 700 32px/1 var(--second-font); 
    --h2: normal 700 38px/1 var(--second-font);
    --h3: normal 700 22px/1 var(--second-font); 
    --h4: normal 700 18px/1 var(--second-font);
    --h5: normal 700 16px/1 var(--second-font);
    --h6: normal 700 14px/1 var(--second-font);
    --common-text: normal 400 14px/1.4 var(--first-font);
  } 
  
  .main-nav{
    display: none;
  }
  .site-header{
    padding: 15px 0;
  }
  .right-side-header{
    justify-content: end;
  }
  .main-navigationbar .menu-right li:not(:last-of-type){
    padding: 5px 0;
  }
  .main-navigationbar .menu-right>li{
    padding: 5px 0;
  }
  .omnisearch .omnisearch-form .form-control{
    font-size: 14px;
  }
  .cart-btn-header a{
    width: 25px;
    height: 25px;
  }
  .cart-count {
    width: 15px;
    line-height: 15px;
    height: 15px;
  }
  .login-btn-header a {
    padding: 5px 25px 5px 10px !important;
}
  .main-navigationbar li.language-header>a{
    padding-left: 0;
  }
  .home-banner-section .banner-text h2{
    font-size: 32px;
  }
  .footer-link-1{
    margin-bottom: 24px;
  }
  .store-promotions-box h4 i{
    font-size: 20px;  
  }
  .testimonial-inner p{
    font-size: 22px;
  }
  .time-section .time-content button{
    font-size: 14px;
  }
  .time-section .time-content .input-box input{
    font-size: 12px;
  }
  .time-section{
    padding: 15px 0;
  }
  .category-card-inner{
    padding: 100px 15px 20px 15px;
  }
  .main-title{
    flex: 1;
  }
  .store-promotions-box p{
    max-width: 100%;
  }
  table .qty-spinner {
    justify-content: center;
    margin: 0 auto;
  }
  table tr td::before {
    content: attr(data-label);
    display: block;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
  }
  .cart-section table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: none;
  }
  .cart-btns{
    flex-direction: column;
    gap: 15px;
  }
  .cart-btns a:not(:last-child){
    margin-right: 0;
  }
  .cart-title{
    margin-bottom: 15px;
  }
  .cart-tble{
    margin: 30px 0;
  }
  .wishlist-btn .cart-count{
    top: -3px !important;
    right: -10px;
  }
  .padding-top{
    padding-top: 40px;
  }
  .padding-bottom{
    padding-bottom: 40px;
  }
  .cart-section table tr td{
    display: block;
    text-align: center;
  }
  .dropdown-menu.open {
    position: relative;
    display: block;
}
 .dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown:hover .dropdown-menu {
    /* display: block; */
    opacity: 1;
    top: 0px !important;
    visibility: visible;
    position: relative !important;
    left: 0%;
    background-color: #ccc;
    border: 0px;
    border-radius: 0px !important;
    transform: none !important;
}
.dropdown-menu li .dropdown-item {
    padding: 5px 10px;
    font-size: 13px !important;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a {
    font-size: 15px;
}
.mobile-menu-bar ul {
    padding-left: 15px !important;
}
.mobile-menu-wrapper .menu-close-icon {
    text-align: right;
    padding: 15px 20px;
    background: #fff;
    position: absolute;
    right: 0px;
}
.mobile-menu-wrapper {
    background: #fff;
    max-width: 100%;
}
.canvas-dropdown:hover .dropdown-menu-inner{
  display:block;
}
.dropdown-menu-inner {
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 1000;
    display: none;
    background-color: #b6adad4f;
    float: left;
    min-width: 100%;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
}
.canvas-dropdown:nth-child(2) .dropdown-menu-inner{
  position: relative;
    top: 0px;
    right: 0px;
}
  .studio-detail h2 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 35px;
    font-weight: 500;
}
.teams h2 {
    font-size: 30px;
}
.studio-detail.artist-content h1 {
    margin-bottom: 30px;
    font-size: 30px;
}
.studio-detail.artist-content .studio-text {
    padding-left: 5px;
}
.insides h2 {
    line-height: 40px;
    font-size: 22px;
    line-height: 30px;
}
.insides-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.insides-single p {
    font-size: 13px !important;
    line-height: 20px;

}
.heading {
    font-size: 30px;
    font-weight: 500;
}
.social-links {
    margin-bottom: 30px;
}
.getintouch h2 {
    margin-bottom: 30px;
    font-size: 30px;
}
.lightgallery {
    padding: 20px 0px;
    margin-top: 60px;
}
.contact-heading {
    margin-left: 20px;
}
.my-account-page {
    padding-top: 140px;
    padding-bottom: 20px;
}
.section-title h2 {
    font-size: 18px;
}
.common-pages p{
  font-size:13px;
}
.mobile-menu-wrapper {
    top: 11%;
    height: 100%;
}
.my-account-page .common-btn {
    border: 1px solid #ccc;
}
}
@media screen and (max-width:767px){
    .wishDrawer {
        top: 64px;
        z-index: 999;
        height: calc(100% - 65px);
    }
    .wishDrawer .closewish {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
    }
    .wishDrawer .remove-btn {position: relative;}
    .insides-detail h5 {
        color: #000;
    }
    .insides-text .common-btn {
        display: block;
    }
    .products-title {
        margin-top: 10px;
    }
    .faq .accordion-button::after {
        position: absolute;
        top: 22px;
        right: 14px;
        color: #fff !important;
    }
    .studio-detail {
        margin-bottom: 30px !important;
    }

    .gallery-single p {
        font-size: 16px;
    }

    .faq div#accordionExample {
        width: 90%;
        margin: 0 auto;
    }
  .logo-col a{
    max-width: 120px;
  }
  .footer-link-1 a{
    max-width: 120px;
  }
  .home-banner-section {
    padding: 50px 0;
  }
  .footer-top .footer-link-1 p{
    max-width: 100%;
  }
  .time-section .time-content{
    margin-bottom: 15px;
  }
  .omnisearch .omnisearch-form {
    width: 100%;
  }
  .contact-us i {
    font-size: 26px;
  }
  .footer-top .footer-link-1 .contact-us p{
    font-size: 12px;
  }
  .contact-us div a {
    font-size: 20px;
  }
  .blog-card{
    padding: 0 0 30px 0;
  }
  .blog-section{
    padding-top: 40px;
  }
  .login-section {
    padding: 40px 0 30px 0px;
}
  .cart-section{
    padding-top: 40px;
  }
  .price-bar{
    justify-content: center;
  }
  .checkout-box a{
    width: 100%;
  }
  .addres-btn{
    justify-content: start;
    margin-bottom: 15px;
  }
  .customer-info {
    margin-bottom: 15px;
  }
  .coupon-form{
    margin-bottom: 0;
  }
  .payment-method{
    padding: 20px 15px;
  }
  table tr th, table tr td{
    font-size: 14px;
  }
  .footer-pages {
    flex-wrap: wrap;
}
.home-slider h2 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
}
.caption-left {
    position: absolute;
    top: 32%;
    width: 100%;
}
.home-slider h2 br{
  display:none;
}
.slider-section {
    margin-top: 55px;
}
.contact-add p {
    width: 100%;
}
.slider-section img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.heading {
    font-size: 20px;
}
.art-experirence .heading {
    margin-top: 25px;
}
.bestseller-section.tabs-wrapper {
    padding: 30px 0;
}
.art-experirence {
    margin: 9% 0px 20px;
    position: relative;
}
.centered-container {
   height:auto !important; 
}
.getintouch {
    padding: 35px 0px 30px 0px;
}
.dropsec {
    padding-right: 15px !important;
}
.getintouch .common-btn{
  margin-bottom:20px;
}
.getintouch h2 {
    font-size: 25px;
}
.studio-detail h2 {
    font-size: 21px;
    line-height: 28px;
    
}
.studio-text {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 150px;
}
.getintouch {
    padding-top: 60px;
    padding-bottom: 0;
}
.social-links{
    margin-bottom: 33px;
}
.dropsec {
    padding-right: 22px;
    padding-left: 22px;
}
.getintouch h2 {
    font-size: 25px;
    text-align: center;
}
.white-header .common-btn{
    margin-bottom: 18px;
}
.getintouch .col-md-5{
     padding-right: 22px;
    padding-left: 22px;
}
.footer-wrap {
    flex-wrap: wrap;
    padding: 30px 10px 11px;
}

.footer-wrap .column:nth-child(1) {
    width:33%;
}
.footer-wrap .column:nth-child(2){
    width: 33%;
}
.footer-wrap .column:nth-child(3){
    width: 33%;
}
.footer-wrap .column:nth-child(4){
    width: 100%;
}
.btm-text a {
    padding: 0px 7px;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}
.btm-strip p{
     letter-spacing: 2px;
}
.btm-strip p{
    font-size: 12px !important;
}
.partners .form-group {
    width: 100%;
    padding: 0px 20px;
}
.partners {
    padding: 94px 0px 36px;
}
.partners h2 {
    color: #12222E;
    margin-bottom: 20px;
    font-size: 30px;
}
.studio h2 {
    font-size: 23px;
    line-height: 30px;
}
.imganimation.imgs-margin {
    margin-top: 30%;
}
.studiolastimg img {
    width: 100%;
    padding-top: 0px;
}
/*.studio {
    padding: 43px 0px 35px;
}*/
.insides h2 {
    font-size: 30px;
    line-height: 36px;
}
.insides-single{
    width: 100%;
}
.insides {
    padding-top: 30px;
}
.insides-text {
    padding-bottom: 10px;
}
.insidescontent {
    width: 92%;
    text-align: center;
    padding-bottom: 27px;
}
.insides-detail h3 {
    font-size: 22px;
    color: #000;
}
.-lg\:pt-16 {
    padding-top: 0rem;
}
.inputslide {
    width: 45%;
    box-shadow: 0px 4px 11px 0px #ccccccbd;
    padding: 20px 20px;
    margin: 15px 15px 10px 15px;
}
.insides-detail{
    padding-bottom: 44px;
}
.studio {
    padding: 90px 0px 30px;
}
html.primary-touch:not(.is-woocommerce-checkout) {
    overflow: auto !important;
    position: unset !important;
}
.fineart h3 {
    font-size: 24px;
    line-height: 34px;
}
.fineart {
    margin-top: 10px;
    margin-bottom: 30px;
}

.fineart .nav-tabs {
    margin-bottom: 15px;
    margin-top: 23px;
}
.art-detail{
    padding-left: 0;
    column-gap: 30px;
    row-gap: 30px;
}
.lightgallery {
    padding: 15px 0px;
    margin-top: 60px;
}
.product-detail h2 {
    margin: 5px 0;
    font-size: 20px;
}
.product-detail-section.padding-top {
    padding-top: 0px;
    padding-bottom: 0px;
}
.art-detail-meta-details {
    margin-top: 0rem;
}
.art-detail-meta-details {
    padding-top: 10px;
    width: 56%;
}
#myColumns li:first-child {display: block;}
#myColumns li:last-child {display: none !important;}
.fineart .nav-tabs li {
    margin: 5px 3px;
}
.colms-3 .art-wrapper {
    width: calc((100% - (10px * 1)) / 1);   
}
.colms-2 .art-wrapper {
    width: calc((100% - 30px) / 2);
}
.colms-1 .art-wrapper {
    width: 100%;
}
.height-fix .slider-section img{
    object-fit: cover;
}
.home-slider h2 {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 28px;
    padding-left: 0px;
}
.caption-left h3{
    padding-left: 20px;
}
.caption-left .common-btn{
    margin-left: 0px;
}
/*.caption-left {
    color: #fff;
    position: absolute;
    top: 50%;
    background: #00000080;
    padding: 20px;
    width: 100%;
    margin: 10px;
}*/
.arts-frame h3 {
    font-size: 22px;
    font-family: 'Gelasio', serif;
    line-height: 27px;
    font-weight: 400;
}
.mobile-navbar .navbar-nav {
    margin-left: 6%;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 2;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 18px;
    margin: 0px 10px;
    margin-top: 7px;
    margin-bottom: 20px;
    line-height: 25px;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(4) .nav-link {
    padding-top: 0px !important;
}
.navbar span {
    margin-left: 11%;
    margin-top: 45px;
    margin-bottom: 7px;
}
#imgposition1 {
    position: absolute;
    width: 33%;
    top: 12%;
    left: 0%;
}
#imgposition2 {
    position: absolute;
    width: 35%;
    top: 26%;
    left: 13%;
}
#imgposition2 {
    position: absolute;
    width: 34%;
    top: 43%;
    left: 2%;
}
#imgposition3 {
    position: absolute;
    width: 35%;
    bottom: -6%;
    left: 15%;
}
#imgposition4 {
    position: absolute;
    width: 30%;
    top: 8%;
    right: 2%;
}
#imgposition5 {
    position: absolute;
    width: 32%;
    top: 56%;
    right: 17%;
}
#imgposition6 {
    position: absolute;
    width: 34%;
    bottom: 6%;
    /* bottom: 12%; */
    right: -7%;
}
.insides h2 {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 20px !important;
}
.insides-detail p {
    text-align: left;
    color: #000;
}
.insides h2 br{
    display:none;
}
.insides-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.insides-text h5 {
    font-size: 13px;
    margin-bottom: 10px;
}
.blue-header .footer-wrap a.common-btn {
    padding-top: 0px;
    border: 0px;
}
.bottom-content {
    text-align: center;
}
.btm-strip p {
    font-size: 12px !important;
    text-align: left;
    padding-left: 10px;
}
/*#imgposition3 {
    position: absolute;
    width: 43%;
    bottom: 27%;
    left: 12%;
}
#imgposition4 {
    position: absolute;
    width: 36%;
    top: 10%;
    right: 3%;
}*/
.back-btn {
    left: 7%;
    font-size: 13px;
    top: 58px;
}
.insidescontent .insideselements{
    display:none;
}
.insidescontent.insidedetails {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 15px;
    margin-top: 0%;
}
.insides-detail .common-btn {
    margin-bottom: 20px;
}
/*.exhibitions-text {
    padding-top: 15px;
}*/
.insidescontent.artdetails .subheading {
    text-align: center;
}
.insides-detail .common-btn {
    
    font-size: 10px;
    margin: 0 auto;
}
.partners h2 {
    margin-bottom: 20px;
    font-size: 25px;
}
.partners h4 {
    color: #12222ea1;
    font-size: 13px;
    margin-bottom: 10px;
}
.getintouch h3 {
    margin-bottom: 20px;
    font-size: 22px;
}
.studio-detail h2 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
}
.team-content h4 {
    font-size: 14px;
}
.teams h2 {
    font-size: 25px;
    margin-bottom: 15px !important;
}

.team-wrapper.teamssec .team-single {
    width: 100%;
    margin: 0px 2px;
    margin-bottom: 20px;
}
.team-single {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0px;
}
.team-content {
    height:auto;
}
.studio-text {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    margin-bottom: 10px;
}

.studio-fullbg {
    margin-top: 20px;
}
.studio-detail {
    margin-top: 30px;
}
.studio-detail.artist-content h4 {
    font-size: 20px;
}
.insides .nav-tabs li {
    margin: 0px 2px;
}
.insides-single p {
    font-size: 13px !important;
    line-height: 22px;

}
.insides.blogs-listing p{
  font-size: 13px !important;
}
.ll-section h4 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
}
.col-start-5 .-lg\:pt-16{
    padding-top:20px !important;
}
.studio-h6 {
    font-size: 18px;
    width: 79%;
    margin: 0 auto;
    padding: 30px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 25px;
}
.-lg\:pt-16 {
    padding-top: 0rem;
}
.container.studiolastimg {
    margin-top: 10px;
}
.studiolastimg {
    padding-bottom: 40px;
}
.studio-text h6 {
    line-height: 20px;
    font-size: 16px;
}
.back-btn {
    left: 10%;
    position: absolute;
    font-size: 15px;
    z-index: 99;
    top: 59px;
}
.insides-detail {
    padding: 35px 0px 30px;
    color: #fff;
}
.google-btns {
    width: 90%;
}
.form-control, input:not([type="submit"]), input:not([type="checkbox"]), input:not([type="radio"]), select, textarea {
    padding: 9px 15px;
}
p.heading-journey {
    font-size: 50px !important;
}
.bottom-content p {
    line-height: 40px;
    /* font-size: 30px !important; */
}
p.heading-journey {
    font-size: 35px !important;

}
.insides-detail {
    padding: 60px 0px 50px;
    color: #fff;
}
.exhibitions-text {
    padding-top: 0px;
}
.insides-detail.fineart-details {
    padding: 15px 0px 55px;
    }
.insidescontent {
    width: 80%;
    padding-bottom: 30px;
    margin-top: 0%;
}
.insides-detail ul {
    padding-top: 40px;
    margin-bottom: 70px;
    margin-top: 30px;
}

.finetext {
    font-size: 17px !important;
    line-height: 28px;
    text-align: center;
    margin-top: 40px;
}
.caption-left {
    color: #fff;
    position: absolute;
    top: 50%;
}
.slider-section .owl-dots {
    position: absolute;
    bottom: 8%;
    left: 11%;
    display: flex;
}
/*.navbar-brand {
    width: 40%;
}*/
#animated-journey-head {
    position: relative;
    height: 108vh;
}
.imganimation h4 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 20px;
}
.view-next-btn {
    width: 75px;
    height: 75px;
    top: 55px;
    left: 39%;
    padding: 10px;
    line-height: 9px;
    font-size: 8px;
}
.imganimation.imgs-margin .container{
padding:15px 15px;
}
.imganimation .imgs-wrapper {
    display: block;
    padding: 1rem;
}
.imgs-wrapp {
    margin-bottom: 160px;
}
.imganimation p {
    font-size: 13px !important;
}
.imganimation.imgs-margin.reverse-row .row {
    display: flex;
    flex-direction: column-reverse;
}
.gallery-studio {
    margin-top: 25px;
}
.faq h3 {
    font-size: 23px;
    line-height: 30px;
}
.subheading {
    font-size: 14px;
}
.faq {
    padding: 100px 0px 40px;
}
div#accordionExample {
    width: 95%;
    margin: 0 auto;
}
#journey-second-wrapp h4 {
    font-size: 18px;
    line-height: 25px;
    width: 95%;
    margin: 0 auto;
}
#journey-second-wrapp h4 {
    padding: 30px 0px 45px;
}
.container{
    padding-left:15px !important;
    padding-right:15px !important; 
}
.fixed-journey {
    width: 85%;
    margin: 0 auto;
    padding: 15px 15px;
    bottom: 15%;
    left: 0%;
    transform: none;
}
.brush-paintaing h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.fixed-journey h5 span {
    padding: 10px 20px;
    font-size: 12px;
    width: fit-content;
    margin: 0 auto;
    margin-top:5px;
}
.fixed-journey h5 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
}
.journey-detail {
    margin-top: 40px;
    padding-bottom: 25px;
}
.fixed-journey h5 span {
    padding: 10px 20px;
    font-size: 12px;
    display: block;
}
.brush-paintaing {
    padding: 80px 0px 50px;
}
.insides-detail .common-btn {
    letter-spacing: 1px;
}
   .navbar-brand img {
    width: 50%;
}
.footer-wrap h5 {
    font-size: 13px;
    letter-spacing: 2px;

}
.imganimation .imgs-wrapp img {
    width: 80%;
    height: auto;
}
.get-to-us h2 {
    text-align: center;
    font-size: 22px;
}
.insides .nav-tabs li a {
    width: 100%;
}
.insides .nav-tabs a {
    padding: 5px 17px;
    font-size: 12px;
}
.insides .nav-tabs {
    margin-bottom: 20px;
    margin-top: 15px;
}
.arts-img {
    width: 100%;
}
.insidescontent.insidedetails div {
    padding-left: 0px !important;
}
.insidescontent.insidedetails p img {
    width: 100% !important;
}
.insidescontent.insidedetails span {
    color: #000 !important;
}
.insidescontent.insidedetails div br {
    display: none !important;
}
.get-sec .dropsec {
    margin-bottom: 20px;
}
.insides .nav-tabs li {
    margin: 0px 2px;
}
/*.dropdown.drop-services a {
    padding: 5px 0px;
    margin-top: 8px;
}*/
li.canvas-dropdown a {
    padding: 4px 0px !important;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li{
  margin-top:0px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a {
    font-size: 15px;
    padding: 5px 0px;
}
.site-header{
  z-index: 999;
}
.login-btn-header .menu-dropdown ul li a {
    font-size: 12px;
}
.site-header .menu-dropdown ul>li:not(:last-of-type) {
    margin-bottom: 0px;
}
    .mobile-video{
    display:block;
}

.desktop-video{
    display:none;
}
    table tr th, table tr td {
        font-size: 12px;
    }
    table.order-history-tbl h2 {
    font-size: 20px;
}
.opening-form.request-form .button.btn-close {
    position: absolute;
    right: 10px;
    top: 0%;
    font-size: 24px;
}
.common-pages {
    padding: 22% 15px 60px;
}
}
@media screen and (max-width:575px){  
  :root .theme2-v1,:root .theme2-v2,:root .theme2-v3,:root .theme2-v4,:root .theme2-v5 {  
    --h1: normal 700 28px/1 var(--second-font);
    --h2: normal 700 24px/1 var(--second-font);
    --h3: normal 700 22px/1 var(--second-font); 
    --h4: normal 700 20px/1 var(--second-font);
    --h5: normal 700 18px/1 var(--second-font);
  } 
  .language-header{
    display: none;
  }
  /*.wishlist-header{
    display: none;
  }*/
  .login-btn-header-2{
    display: block;
    position: relative;
  }
  .login-btn-header a{
    padding: 0 25px 0 10px !important;
    color: var(--black);
    border: 0;
    font-weight: normal;
  }
  .login-btn-header a:after{
    border-color: var(--black);
    right: 12px;
  }
  .mobile-menu-bottom{
    display: none;
    margin-top: 10px;
  }
  .mobile-menu-bottom ul {
    display: flex;
    justify-content: space-between;
    padding: 10px  0;
    color: var(--black);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
  .mobile-menu-bottom ul li .menu-dropdown ul{
    display: block; 
  }
  .mobile-menu-bottom ul .language-header-2{
    position: relative;
  }
  .language-header-2 a{
    padding-right: 12px;
  }
  .mobile-menu-bottom ul li a {
    padding: 5px 15px 5px 0 !important;
  }
  .mobile-menu-bottom ul li a::after {
    right: 0 !important;
  }
  .language-header-2 .menu-dropdown{
    min-width: 60px;
    left: auto;
  }
  .home-banner-section .banner-text {
    padding: 0;
    top: 0px;
  }
  .site-header .menu-dropdown ul>li{
    padding: 0;
  }
  .bestseller-section ul li:not(:last-child) {
    margin: 0 5px 0 0;
    font-size: 14px;
  }
  .card-price, .price{
    font-size: 16px;
  }
  .bestseller-section ul li{
    margin-bottom: 10px;
  }
  .category-title{
    display: block;
  }
  .category-title p{
    max-width: 100%;
    margin: 15px 0;
  }
  .category-title .cart-btn{
    margin-bottom: 15px;
  }
  .bestseller-section{
    margin-bottom: 0;
  }
  .time-section{
    margin-bottom: 40px;
  }
  .testimonial-slider{
    margin-top: 30px;
  }
  .store-promotions{
    padding-top: 40px;
  }
  .client-logo{
    margin-top: 30px;
  }
  .footer{
    margin-top: 0px;
  }
  .footer-top .footer-link-1 a img{
    margin-bottom: 10px;
  }
  .contact-us{
    margin-top: 10px;
  }
  .footer-link-2:not(:last-child){
    margin-bottom: 20px;
  }
  .footer-top {
    padding: 30px 0 0px;
}
.social-link p {
    margin-bottom: 0px;
}
  .social-link{
    margin-top: 10px;
  }
  .testimonial-inner p {
    font-size: 14px;
  }
  .review-box h5, .review-box h6 {
    font-size: 14px;
  }
  .blog-card-inner{
    padding-top: 150px;
  }
  .last-btns{
    flex-direction: column;
    gap: 15px;
    margin: 30px 0 20px;
  }
  .last-btns p{
    max-width: 100%;
  }
  .login-btn{
    margin-right: 0;
  }
  .main-menu-right {
    padding-left: 0;
  }
  .right-side-header{
    padding-left: 0;
  }
  .modal-popup{
    padding: 30px 15px;
  }
} 

@media screen and (max-width:420px){  
  .product-review p {
    margin-top: 10px;
  }
  .product-review{
    display: block;
  }
}
@media screen and (max-width:320px){  

}
