@media only screen and (min-width: 320px) and (max-width: 767px) {

    .inner-tab-content {
        padding-top: 0;
    }

    .banner-main-slider-fluid {
        padding-top: 72px;
    }

    .banner-img-slider .product-btn-primary {
        width: 50%;
    }

    .mobile-product-dropdown .product-mobile-menu .nav-tabs-inner img {
        width: 35px;
        margin-right: 10px;
        max-height: 25px;
    }

    .mobile-product-dropdown .product-mobile-menu .nav-tabs-inner span {
        display: inline-block;
        width: 130px;
    }

    .mobile-product-dropdown .fa-caret-down {
        transform: rotate(0deg);
        transition: 0.3s ease;
    }

    .mobile-product-dropdown .collapsed .fa-caret-down {
        transform: rotate(-90deg);
    }

    .country-select .selected-flag {
        padding: 0 0 0 20px;
    }

    .country-select .selected-flag .arrow {
        border: none;
        right: auto;
        left: 0;

    }

    .country-select, .country-select .country-list {
        transition: 0.3s ease;
    }

    .country-select .selected-flag .arrow::before {
        content: "\f0d7";
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 5px;
        transform: rotate(-90deg);
        font-size: 13px;
        transition: 0.3s ease;
    }

    .country-select .selected-flag .arrow.up::before {
        transform: rotate(0deg);
    }

    .header-list {
        top: 0;
        margin: 0;
        background: #ffffff;
        z-index: 90;
        padding: 0 15px;
        position: fixed;
        height: 100%;
        width: 100%;
        left: 0;
        transform: translateX(-100%);
    }

    .header-list.open-menu {
        box-shadow: 5px 0 14px 0 rgba(0, 0, 0, 0.09);
        transform: translateX(0);
        left: 0;
    }

    .header-list ul.nav {
        width: 100%
    }

    .header-list ul.nav.nav-custom {
        padding: 100px 0 0;
    }

    .header-list ul.nav .nav-item {
        width: 100%;
        text-align: left;
        margin: 5px 0;
        padding-left: 0;
    }

    .header-list .product-mobile-menu {
        padding-left: 20px;
    }

    .header-list .nav .nav-item a.nav-link {
        padding: 10px 10px;
        width: auto;
        display: inline-block;
    }

    .header-list .product-mobile-menu .nav .nav-item a.nav-link span {
        position: relative;
        text-transform: uppercase;
    }

    .header-list .product-mobile-menu .nav .nav-item a.nav-link:after,
    .header-list .product-mobile-menu .nav .nav-item a.nav-link.active:before {
        display: none;
    }

    .header-list .product-mobile-menu .nav .nav-item a.nav-link span:after {
        content: "";
        width: 50%;
        height: 0.125rem;
        position: absolute;
        bottom: -5px;
        left: 0;
        opacity: 0;
        background: var(--primary-color);
        transition: 0.3s ease all;
    }

    .header-list .product-mobile-menu .nav .nav-item a.nav-link.active span:after {
        opacity: 1;
    }

    .header-list .product-mobile-menu .nav .nav-item a.nav-link {
        display: flex;
        padding: 5px 0;
    }

    .header-list .product-mobile-menu .nav .nav-item a.nav-link, .header-list .product-mobile-menu .nav-tabs {
        border: none;
    }

    .country-select .country-list, .country-select .flag-dropdown {
        position: static !important;
    }

    .country-select .selected-flag {
        position: absolute !important;
        height: 30px !important;
        top: 0;
    }

    .header-list .nav .nav-item > a.nav-link:before {
        left: 10px;
        width: 60%;
    }

    .header-list .nav .nav-item > a.nav-link:hover:before {
        opacity: 0;
    }

    .header-list .nav .nav-item > a.active.nav-link:before {
        background: var(--primary-color);
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-show {
        display: block;
        padding: 0 8px;
    }

    .hm-mobile-logo {
        padding: 5px 0 0;
        text-align: center;
        position: fixed;
        background: #ffffff;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    .hm-mobile-logo a img {
        max-width: 9.25rem;
    }

    #nav-icon3 {
        width: 35px;
        height: 26px;
        position: fixed;
        top: 22px;
        left: 15px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 99;
    }

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #999999;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon3 span:nth-child(1) {
        top: 0;
    }

    #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
        top: 10px;
    }

    #nav-icon3 span:nth-child(4) {
        top: 20px;
    }

    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .tab-image-div .p-name {
        opacity: 1;
    }

    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        opacity: 1;
    }

    .header-list > ul.nav {
        padding-left: 0 !important;
        margin: 70px auto 0;
    }

    .footer-logo {
        text-align: center;
        margin: 15px 0;
    }

    .banner-img {
        display: none
    }

    .logo-content {
        width: 73%
    }

    .logo-div {
        height: auto;
        margin-top: 2rem;
        padding-bottom: 1rem
    }

    .logo-content p {
        margin-top: 1rem;
        font-size: 13px;
        line-height: 15px
    }

    .p-name {
        font-size: 20px;
    }

    .p-category-name {
        font-size: 15px;
    }

    .color-option label {
        width: 2.2rem;
        height: 1.3rem;
        margin-left: 13px;
    }

    .logo-content button {
        font-size: 10px;
        line-height: 14px;
        margin-top: 30px
    }

    .country-select, .country-select .country-list {
        box-shadow: none !important;
        background: transparent;
    }

    .logo-content .btn-primary {
        width: 80%;
        font-size: 12px
    }

    .heading-row {
        padding: 10px 0
    }

    .tab-image-div {
        padding: 15px;
        height: auto;
    }

    .tab-image-div img {
        height: auto;
    }

    .owl-carousel.hm-slider .owl-item img {
        transform: scale(1);
    }

    .owl-carousel .owl-item img {
        max-height: unset;
        height: auto;
    }

    .tab-image-div .p-name {
        font-size: 9px;
        width: 60% !important;
        padding: 8px 0 !important;
        margin-top: 10px !important;
    }

    .owl-carousel.owl-drag .owl-item .item {
        margin-right: 30px;
    }

    .heading-row .nav-tabs {
        width: 100%;
        margin-top: 8px;
    }

    .heading-row .nav-tabs .nav-item {
        margin: 0 2px;
    }

    .heading-row .nav-tabs .nav-link {
        padding: 4px;
        font-size: 12px;
    }

    .heading-row .nav-tabs .nav-link:hover,
    .heading-row .nav-tabs .nav-item.show .nav-link,
    .heading-row .nav-tabs .nav-link.active {
        font-weight: 500;
    }

    .product-btm-menu {
        padding: 0;
    }

    .product-list-img {
        min-height: 35px;
    }

    .product-menu-list h5 {
        min-height: 25px;
        font-size: 13px;
    }

    .product-menu-list ul li a {
        font-size: 11px;
        line-height: 25px;

        letter-spacing: 1px;
    }

    .product-slider .carousel-inner {
        height: 225px;
    }

    .tab-header, .heading-div {
        padding: 0;
    }

    .heading-div h4 {
        font-size: 1rem;
    }

    .inner-tabs.heading-row {
        padding: 0;
    }

    .product-menu-list {
        width: 50%;
    }

    .inner-header .logo-inner-div {
        align-items: center;
        justify-content: center;
        padding: 10px 15px;
    }

    .inner-header .header-list .nav {
        justify-content: center !important;
    }

    .region-div {
        padding: 1.563rem 0;
    }

    #variant_detail {
        padding: 0px 15px 30px;
    }

    .header-list .nav .nav-item .nav-link {
        padding: 10px 10px;
        font-size: 0.925rem;
    }

    .inner-tab-content .tab-image-div {
        height: auto;
        padding: 0;
    }

    .sign-in-div {
        margin-left: 0 !important;
    }

    .logo-content img {
        height: 3.313rem;
        margin-bottom: 3rem;
        margin-top: 30px;
    }

    .sign-in-div a {
        font-size: 0.925rem;
        padding: 10px;
        box-shadow: none;
        background: transparent;
        color: #000000;
        opacity: 0.7;
        font-weight: 500;
        line-height: 1.25rem;
        letter-spacing: 0.125rem;
        position: relative;
    }

    .country-select.inside input, .country-select.inside input[type=text], .country-select .country-list .country .name {
        font-size: 15px !important;
        color: #000000 !important;
        opacity: 0.7;
        font-weight: 500;
        letter-spacing: 0.125rem;
    }

    .sign-in-div {
        top: 15px;
        right: 15px;
        z-index: 80;
    }

    .lang-select-div {
        margin-bottom: 15px;
    }

    .lang-select-div select {
        width: 70px;
        font-size: 9px;
    }

    .inner-header .logo-inner-div img {
        max-width: 9.25rem;
    }

    .inner-header {
        padding: 0 0 5px;
        border-bottom: 1px solid #dddddd;
    }

    .inner-header .header-list, .inner-header.fixed-header .header-list {
        padding: 5px 15px 8px;
        display: inline-block;
        overflow: auto;
    }

    .mt-100 {
        margin-top: 7.25rem;
        padding: 0;
    }

    .col-sm-6.col-12.col-md-4.col-lg-3 {
        padding: 0;
    }

    .inner-heading h3 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .product-slider .carousel-indicators li {
        width: 80px;
        height: 65px;
    }

    .product-detail-div {
        padding-bottom: 0;
    }

    .contact-detail {
        padding-left: 30px;
        padding-top: 2px;
    }

    .product-slider .carousel-item img {
        max-height: 210px;
    }

    .product-detail-div h4 {
        font-size: 1.5rem;
    }

    .product-detail-div .sub-detail {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }

    .product-detail-div .price-head {
        font-size: 1.2rem;
        margin: 0.8rem 0;
    }

    .select-color-div {
        padding-top: 15px;
    }

    .desc-sub-heading {
        margin: 1rem 0;
        font-size: 1rem;
    }

    .product-detail-div .sku-div p, .product-detail-div .select-color-div p {
        font-size: 0.9rem;
    }

    .inner-header .row {
        margin: 0;
        justify-content: space-evenly !important;
    }

    .description-div p, .region-div p {
        font-size: 0.9rem;
    }

    .footer-fluid {
        padding: 10px 0;
    }

    .footer-list {
        padding-top: 15px;
    }

    .footer-list ul {
        padding-top: 0;
        display: inline-block;
        text-align: center;
        margin: auto;
    }

    .footer-list ul li {
        margin: 2px 5px;
    }

    .footer-list ul li a {
        padding: 2px 0;
        font-size: 11px;
        letter-spacing: 0.2px;
        display: inline-block;
    }

    .footer-list p {
        margin: 15px 0;
        font-size: 11px;
    }

    .footer-contact {
        padding: 7px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        margin: 10px auto 0;
        line-height: inherit;
        font-size: 11px;
    }

    .product-slider {
        margin-top: 1.5rem;
        margin-bottom: 30px;
    }

    .scroll-top-btn {
        bottom: 5%;
        height: 2.75rem;
        width: 2.75rem;
        padding: 10px;
    }

    .inner-heading {
        padding: 1rem 0;
    }

    .inner-heading h3 {
        font-size: 1.7rem;
        margin-bottom: 0;
    }

    .contact-form {
        width: 100%;
    }

    .contact-form input {
        margin: 10px 0;
    }

    .contact-div {
        width: 100%;
        padding-top: 8rem;
    }

    .g-recaptcha {
        transform: scale(1.042);
        padding-left: 6px;
    }

    .contact-div h5 {
        font-size: 15px;
    }

    .contact-div p {
        font-size: 13px;
    }

    .contact-info {
        display: inline-block;
        width: 90%;
        margin: 1rem auto 1rem;
        padding-left: 10%;
    }

    .contact-info p {
        font-size: 0.9rem;
    }

    .footer-list ul li {
        display: inline-block;
    }

    .tab-image-div.category-small-detail p {
        font-size: 12px;
    }

    .tab-image-div.category-small-detail h6 {
        font-size: 15px;
    }

    .tab-image-div.category-small-detail .common-btn {
        height: 30px;
        font-size: 11px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    .contact-info, .contact-form, .contact-div {
        width: 100%;
        text-align: center;
    }

    .inner-tab-content {
        padding-top: 1rem;
    }

    .g-recaptcha {
        padding: 12px;
    }

    .banner-img {
        display: none;
    }

    .footer-list ul li a, .contact-btn {
        padding: 0;
    }

    .footer-contact {
        width: 25%;
        margin: 0 auto;
    }

    .inner-tab-content .tab-image-div {
        height: auto;
    }

    .tab-image-div img {
        height: 190px;
    }

    .mt-100 {
        margin-top: 5.25rem;
    }

    .logo-div {
        margin-top: 0;
        padding-bottom: 0;
    }

    .banner-img .carousel, .banner-img .carousel-item {
        height: 375px;
    }

    .banner-img .carousel-item img {
        height: 375px;
    }

    .logo-content button img {
        margin: 0;
    }

    .heading-row {
        padding: 20px 0 0;
    }

    .tab-image-div.category-small-detail .common-btn {
        width: 50% !important;
    }

    .product-menu-list {
        width: 33%;
    }

    .tab-image-div.category-small-detail img {
        height: 90px;
    }

    .footer-list {
        padding-top: 0;
    }

    .header-list .nav .nav-item .nav-link {
        padding: 10px 5px;
        font-size: 11px;
    }

    .sign-in-div {
        top: 10px;
    }

    .contact-div {
        padding-top: 8rem;
    }

    .contact-info {
        width: 75%;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .header-list .nav {
        padding: 0 !important;
    }

    .banner-img-slider .product-btn-primary {
        width: 30%;
    }

    .inner-tab-content {
        padding-top: 12rem;
    }

    html, body {
        height: 100%;
    }

    .banner-img {
        display: none;
    }

    .logo-content .btn-primary {
        width: 50%;
    }

    .contact-pg-fluid {
        height: calc(100% - 125px);
    }

    .header-list .nav .nav-item .nav-link {
        font-size: 11px;
        padding: 0 10px;
    }

    .lang-select-div.lang-select-bg {
        margin: 0 !important;
    }

    .carousel-item {
        height: auto !important;
    }

    .lang-select-div select {
        width: 80px;
    }


    .logo-content p {
        margin-top: 1rem;
        font-size: 15px;
    }

    .logo-content img {
        height: 4.313rem;
        margin-bottom: 2rem;
    }

    .logo-div {
        height: 312px;
    }

    .header-list, .inner-header.fixed-header .header-list {
        padding: 2rem 15px;
    }

    .product-btm-menu {
        padding: 0;
        margin: 2rem 0 0;
    }

    .product-slider .carousel-item img {
        max-height: 17.125rem;
    }

    .logo-content button {
        font-size: 12px;
        margin-top: 30px;
    }

    .sign-in-div {
        right: 15px;
    }

    .sign-in-div a {
        width: 120px;
    }

    .contact-row {
        padding: 0;
        margin: 0;
    }

    .contact-banner {
        display: none;
    }

    .banner-img .carousel {
        height: 400px;
    }

    .tab-image-div img {
        max-height: 100%;
        height: 200px;
    }

    .tab-image-div {
        height: auto;
    }

    .footer-fluid {
        padding: 30px 15px;
    }

    .footer-list ul {
        display: flex;
    }

    .footer-list ul li {
        float: left;
        margin: 0 5px;
    }

    .footer-list ul li a {
        padding: 3px;
        font-size: 12px;
        letter-spacing: 0.2px;
    }

    .footer-list p {
        margin: 1rem 0 0;
    }

    .footer-contact {
        padding: 7px 15px;
    }

    .inner-header {
        padding: 0 1rem;
    }

    .inner-header .logo-inner-div img {
        max-width: 10rem;
    }

    .mt-100 {
        margin-top: 7.25rem;
    }

    .inner-heading h3 {
        font-size: 30px;
    }

    .product-menu-list {
        width: 20%;
    }

    .product-slider .carousel-inner {
        height: 260px;
    }

    .product-slider {
        padding-top: 10%;
    }

    .contact-div {
        padding-top: 1rem;
    }

    .contact-form, .contact-div {
        width: 100%;
    }

    .contact-info {
        width: 70%;
        margin: 1rem auto;
    }

    .contact-form input {
        margin: 8px 0;
        height: 38px;
    }

    .logo-content {
        width: 70%;
        height: 100%;
    }

    .logo-content .scroll-btn {
        margin-top: 20px;
    }

    .banner-img .carousel-item {
        height: 100% !important;
    }

    .carousel-inner {
        height: 100%
    }

    .product-slider .carousel-indicators li {
        width: 100px;
        height: 85px;
    }

    .banner-img.contact-banner > .row {
        margin: 0;
    }

    .tab-image-div .p-name {
        opacity: 1;
    }

    .owl-carousel.hm-slider .owl-item img {
        transform: scale(1);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
    .contact-div {
        padding-top: 2rem;
    }

    .inner-tab-content {
        padding-top: 9rem;
    }


    .contact-form, .contact-div {
        width: 70%;
        margin: auto !important;
    }

    .contact-pg-fluid {
        height: auto;
    }


    .contact-info {
        width: 60%;
    }

    .banner-img .carousel-item {
        max-height: 538px;
    }

    #variant_detail {
        padding: 30px 15px 45px;
    }

    .product-slider {
        padding-top: 0;
    }

    .tab-image-div.category-small-detail img {
        height: 120px;
    }

    .tab-image-div.category-small-detail h6 {
        font-size: 16px;
    }

    .tab-image-div {
        height: auto;
    }

    .tab-image-div img {
        height: 200px;
        margin-bottom: 0;
    }

    .logo-content img {
        height: 6.313rem;
        margin-bottom: 4rem;
    }

    .logo-div {
        height: 445px;
    }

    .item .tab-image-div {
        height: 18rem;
    }

    .banner-img .carousel {
        height: 538px;
    }
}

@media only screen and (max-width: 1366px) {
    .contact-banner img {
        height: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .g-recaptcha {
        transform: scale(0.8);
        padding-left: 0;
        margin-left: -30px;
    }
}
