@media (min-width:768px) {
    #product-page {
        margin-top: 90px;
        padding-bottom: 90px;
    }
}

.product-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#product-page #content-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 90vh;
}

#nav-tabContent {
    background-image: url(../themes/img/products/soju-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 100%;
}

.product-cat nav {
    height: 100%;
}

@media (min-width:991px) {
    .product-bg1 img {
        /* min-height: 700px; */
    }
}

.choose-box .choose-us-text {
    /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 9px -2px;
    margin: 20px;
    padding: 40px 40px !important;
}

.choose-box {
    padding-top: 80px;
    justify-content: center;
}

.clients-box {
    padding-top: 80px;
    margin-top: 90px;
}

.clients-box .clients {
    text-align: center;
}

.clients-box h3 {
    font-size: 40px;
    margin: auto;
    line-height: 50px;
    max-width: 650px;
    padding-bottom: 40px;
    position: relative;
    text-align: center;
}

.clients-box .choose-us-text {
    padding: 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 9px -2px;
    margin: 20px;
}

.choose-box h3 {
    font-size: 40px;
    margin: auto;
    line-height: 50px;
    max-width: 650px;
    padding-bottom: 40px;
    position: relative;
    text-align: center;
}

.box5-h2 {
    padding-top: 80px;
}

.box5-h2 h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
    /* text-align: center; */
}

.box5-h2 h3 span {
    color: #8fbb64;
    border-bottom: 2px solid #8fbb64;
}

.choose-box p {
    text-align: justify;
}

.clients h2 {
    text-align: center;
    margin-top: 0.5rem;
}

.choose-box h3 span {
    color: #8fbb64;
    border-bottom: 2px solid #8fbb64;
}

.each-category {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.each-category button {
    padding: 0 !important;
}

ul.nav-tabs li {
    width: 49%;
}

#myTabContent .tab-pane {
    width: 100%;
    height: 100%;
}

#nav-tabContent .tab-pane {
    opacity: 1;
}

.varient-tab {
    padding: 0 !important;
}

.varient-tab button {
    padding: 0 !important;
}

#product-page .category-content {
    background-color: rgba(47, 51, 54, 0.9);
}

.category-content .block {
    /* background: #2f3336; */
    padding: 15px 25px;
}

.category-content h1 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: center;
}

.category-content ul li {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 30px;
    position: relative;
    text-align: left;
}

.category-content ul li::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 1px;
    bottom: 25px;
    left: 0;
}

.category-content ul li span {
    line-height: 27px;
    font-size: 14px;
    color: #8fbb64;
    font-style: italic;
    text-transform: capitalize;
    float: right;
}

.tab-pane:hover .category-content {
    top: 0;
    transition: .5s;
    opacity: 9;
}

.product-list {
    position: relative;
    overflow: hidden;
}

.tab-pane .category-content {
    width: 100%;
    height: 100%;
    padding: 16px;
    padding-bottom: 16px;
    padding-bottom: 0;
    position: absolute;
    top: 100%;
    background-size: auto;
    color: #fff;
    transition: .5s;
    opacity: 0;
}

.navigation.active {
    background: #2F3336;
    /* background: linear-gradient(90deg, rgba(0, 90, 29, 1) 0%, rgba(162, 189, 12, 1) 100%); */
}

#myModal .modal-title {
    font-size: 2.3rem;
}

#myModal p {
    font-size: 1.5rem;
    line-height: 2rem;
}

#myModal .modal-content {
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, 30%);
}

#myModal {
    background: rgba(0, 0, 0, 1);
}

.myform-box h1,
p {
    color: #fff;
}

@media (max-width:800px) {
    .navigation .nav-container {
        margin: 0 0% !important;
    }
}

.product-bg1 {
    height: 100%;
    display: flex;
    align-items: end;
}

.product-thumbnails img {
    width: 100%;
    height: 30vh;
}

#nav-tabContent .tab-pane {
    height: 100%;
}

.dealership-btn {
    position: fixed;
    bottom: 20px;
    left: 5%;
    z-index: 3;
}

.whatsapp-content {
    display: flex;
}

.whtsapp-btn {
    padding: 10px;
    background-color: #5EA944;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
}

.dealership-btn a:hover {
    color: #000;
}

.whats-app-txt {
    padding: 10px 13px;
    background-color: #8FBB64;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.whats-app-txt h5 {
    margin-bottom: 0;
}

.product-bg1 img {
    width: 100%;
}

@media (min-width:368px) and (max-width:768px) {
    .product-bg1 img {
        width: auto;
        height: inherit;
    }
    .product-bg1 {
        justify-content: center;
    }
    .product-thumbnails img {
        height: 100%;
    }
    #product-page #content-wrapper:last-child {
        height: 100%;
    }
}