/******************************************************************
  Template Name: Male Fashion
  Description: Male Fashion - ecommerce teplate
  Author: Colorib
  Author URI: https://www.colorib.com/
  Version: 1.0
  Created: Colorib 
******************************************************************/


/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Banner Section
6.  Product Section
7.  Intagram Section
8.  Latest Section
9.  Contact
10.  Footer Style
-------------------------------------------------------------------*/


/*----------------------------------------*/


/* Template default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
    font-family: "Nunito Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #000000;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
}


/* h1 {
        font-size: 35px;
    }
    
    h2 {
        font-size: 25px;
    }
    
    h3 {
        font-size: 15px;
    }
    
    h4 {
        font-size: 10px;
    }
    
    h5 {
        font-size: 18px;
    }
    
    h6 {
        font-size: 16px;
    } */

p {
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif;
    color: #3d3d3d;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: rgb(0, 150, 209);
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
}


/* content */

.content {
    padding-top: 10px;
    min-height: calc(100% - 50px);
    display: flex;
    justify-content: space-between;
    /* position: relative;
    z-index: 0; */
}

/* endcontent */

/* Home About-us */
.cd-fixed-bg {
    position: relative;
    min-height: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
}

.cd-scrolling-bg {
    position: relative;
    min-height: 50%;
    padding: 4em 0;
    line-height: 1.6;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    z-index: 2;
  }

  .cd-scrolling-bg h1, .cd-scrolling-bg p {
    color: white;
  }

  .cd-scrolling-bg.cd-color-2 {
    background-color: #302922;
    color: #a6989a;
  }

  .cd-fixed-bg h1, .cd-fixed-bg p {
    color: white;
  }

  .cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
  }

@media only screen and (min-width: 480px) {
    .cd-fixed-bg {
        background-attachment: fixed;
    }
    /* .cd-fixed-bg h1,
    .cd-fixed-bg h2 {
        font-size: 48px;
        font-weight: 300;
    } */
}

.navbar-button {
    color: #ebebeb !important;
    font-size: 25px;
}

.cd-fixed-bg.cd-bg-1 {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/181085/track_riders_bg01.jpg");
}

.cd-fixed-bg.cd-bg-2 {
    background-image: linear-gradient(to bottom, #100c097f, #302922be), url(../../img/user/Australia1.jpeg);
    background-size: auto;
}

.cd-fixed-bg.cd-bg-3 {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/181085/track_riders_bg03.jpg");
}

.cd-fixed-bg.cd-bg-4 {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/181085/track_riders_bg04.jpg");
}

.about-us{
    margin-bottom: 0px !important;
}
/* home about-us */

/* Main and Sidebar */

.sidebar {
    width: 15%;
    height: 50vh;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 5%;
    margin-left: 15%;
    /* border: 1px solid #000000; */
    /* border-radius: 8px; */
    /* background-color: lightgray; */
    display: block;
}
/* 
.sidebar h2 {
    color: white;
} */

.main {
    width: 68%;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    padding-right: 10%;
}


/* End main and sidebar */


/* additional Section */

.center {
    margin: auto;
    width: 100%;
    padding: 10px;
}

.btn-medium {
    width: 33%;
}

.btn-small {
    width: 20%;
}

.section-top-bottom {
    padding-top: 3%;
    padding-bottom: 5px;
}

.navbar {
    padding-left: 20%;
}

/* .navbar-top {
    background-color: #2e5582;
    height: 30px;
    color: white;
} */

.navbar-top {
    background-color: #302922;
    height: 30px;
    color: white;
}

.login-navbar {
    padding-top: 2px;
    margin-left: auto;
    margin-right: 10px;
    color: white;
}

.login-navbar:hover {
    color: #100c09;
}

.cart-shop {
    padding-top: 2px;
    margin-left: 1%;
    margin-right: 10px;
    color: white;
}

.cart-shop:hover {
    color: #100c09;
}

.price {
    padding-top: 2px;
    margin-left: 1%;
    margin-right: 10%;
}

.logo-img {
    max-width: 15%
}

.logo-footer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 10%;
}

.logo-and-search-bar {
    margin-left: 200px;
    margin-right: 200px;
}

.new-navbar {
    background-color: #302922;
}

.navbar-nav .nav-link {
    color: white !important;
}

.navbar-nav .nav-link:hover {
    color:#100c09 !important;
}

.navbar a:hover,
.navbar a:focus,
.navbar .nav>.active>a,
.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle,
.navbar .nav>li>a:hover {
    color: #302922;
    background: #ebebeb;
}

.nav-link.active {
    color: #100c09 !important;
    background: #ebebeb !important;
}

.footer-link {
    color: white;
}

.footer-link.active {
    color: #c4a285;
}

.footer-link:hover {
    color: #c4a285;
}

.footer-head-menu {
    color: white;
}

.footer-copyright,
.footer-copyright a {
    color: white;
}

.page-footer {
    background-color: #100c09;
    padding-top: 10px;
}

#mobile {
    display: none;
}


/* Sidebar active */

.shop-now:hover {
    background-color: grey;
}

.shop-now:active {
    background-color: grey;
}

.shop-now a:hover {
    color: rgb(0, 150, 209);
}


/* li:hover a {
        color: white;
    } */


/* .sub-menu:hover {
        background-color: #f6982a;
    } */


/*     
    .sub-menu {
        width: 100%;
    }
    
    .side {
        height: 100%;
    } */

.btn-color {
    background-color: #100c09;
    color: white !important;
}

.btn-search {
    border-radius: 8px;
}

.search-bar {
    margin-top: 30px;
}

.btn-color-variant {
    border-color: #302922;
    border-style: solid;
    color: #302922 !important;
    width: 95px;
    height: 55px;
    font-size: 12px;
}

.btn-color-variant:hover {
    background-color: #302922;
    color: white !important;
}

.btn-color:hover,
.btn-color a:hover {
    background-color: #302922;
    color: white;
}

.account-color {
    color: #f6982a;
}

#nav-side {
    position: relative;
    /* margin-left: 35px; */
    width: 100%;
    /* background-color: lightskyblue; */
}

#nav-side ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav-side ul li {
    height: 100%;
}

.side.active {
    background-color: #302922 !important;
    color: white !important;
}

#nav-side ul li a {
    display: block;
    background: #ebebeb;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

#nav-side ul li a:active {
    color: #302922;
}

#nav-side ul li a:hover {
    background: #302922;
    color: white;
}

#nav-side ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}

#nav-side ul ul {
    background-color: #f4f5ef;
}

#nav-side ul li ul li a {
    background: #f8f8f8;
    border-left: 4px solid transparent;
    padding: 10px 20px;
}

#nav-side ul li ul li a:hover {
    background: #302922;
}

#nav-side ul li ul li a.active {
    background: #100c09;
    color: white;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: 800px !important;
}

.img-caution {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 50%;
}

.product__details__cart__option {
    margin-bottom: 25px;
}

.product__details__cart__option .quantity {
    display: inline-block;
    margin-right: 20px;
}

.product__details__cart__option .quantity .pro-qty {
    width: 100px;
    height: 40px;
    border: 1px solid #e5e5e5;
    position: relative;
}

.product__details__cart__option .quantity .pro-qty input {
    color: #0d0d0d;
    font-size: 15px;
    font-weight: 700;
    width: 70px;
    height: 100%;
    text-align: center;
    border: none;
}

.product__details__cart__option .quantity .pro-qty .qtybtn {
    font-size: 18px;
    color: #0d0d0d;
    position: absolute;
    right: 15px;
    top: 3px;
    height: 10px;
    width: 10px;
    cursor: pointer;
    font-weight: 600;
}

.product__details__cart__option .quantity .pro-qty .qtybtn.inc {
    top: 16px;
}

.img-produk {
    width: 100%;
    max-height: 50%;
    display: block;
}

.judul-produk {
    font-size: 20px;
}

.stock-product {
    margin-left: 25%;
    margin-right: auto;
    display: block;
}

.favorite-list-product {
    margin-left: 30%;
    margin-right: auto;
    display: flex;
}

.img-caution-footer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 80%;
}

.img-variant {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px
}


@media screen and (max-width: 1700px) {
    .btn-color-variant {
        border-color: #c4a285;
        border-style: solid;
        color: #c4a285 !important;
        width: 75px;
        font-size: 12px;
    }
    .favorite-btn {
        font-size: 12px;
        height: 55px;
    }
    .enquiry-btn {
        font-size: 12px;
        height: 55px
    }
}

@media screen and (max-width: 1368px) {
    .btn-color-variant {
        border-color: #c4a285;
        border-style: solid;
        color: #c4a285 !important;
        width: 70px;
        font-size: 12px;
    }
    .favorite-btn {
        font-size: 12px;
        height: 55px;
    }
    .enquiry-btn {
        font-size: 12px;
        height: 55px
    }
    .judul-produk {
        font-size: 14px;
    }
}

.pagination>li>a {
    border-color: #302922;
    color: #302922;
}

.pagination>li>a:hover{
    color: white;
    background-color: #302922;
}

.page-item.active .page-link{
    color: white;
    background-color: #302922;
    border-color: #302922;
}

.list-product-card-body {
    border-top: 1px solid #000000;
    height: 60px;
}

.list-product-card {
    border: #000000;
    border-style: solid;
    border-width: 1px;
}

.list-product-button:hover{
    color: white;
    background-color: #302922;
}

@media screen and (max-width: 1700px) {
    .btn-color-variant {
        border-color: #302922;
        border-style: solid;
        color: #302922 !important;
        width: 75px;
        font-size: 12px;
    }
    .favorite-btn {
        font-size: 12px;
        height: 55px;
    }
    .enquiry-btn {
        font-size: 12px;
        height: 55px
    }
    .list-product-card-body {
        border-top: 1px solid #000000;
        height: 60px;
    }
    
    .list-product-card {
        border: #000000;
        border-style: solid;
        border-width: 1px;
    }
}

@media screen and (max-width: 1368px) {
    .btn-color-variant {
        border-color: #302922;
        border-style: solid;
        color: #302922 !important;
        width: 70px;
        font-size: 12px;
    }
    .favorite-btn {
        font-size: 12px;
        height: 55px;
    }
    .enquiry-btn {
        font-size: 12px;
        padding-top: 15px;
        height: 55px
    }
    .list-product-card-body {
        border-top: 1px solid #000000;
        height: 60px;
    }
    
    .list-product-card {
        border: #000000;
        border-style: solid;
        border-width: 1px;
    }
}

@media screen and (max-width: 1024px) {
    .logo-img {
        padding-left: 10px;
        max-width: 150px;
    }
    .logo-and-search-bar {
        margin-left: 25px;
        margin-right: 25px;
    }
    .img-caution-footer {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 90%;
    }
    .img-caution {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 45%;
    }
    /* .search-bar{
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 30px;
        margin-bottom: 20px;
    } */
    #mobile {
        display: none;
    }
    .sidebar {
        display: block;
        width: 25%;
        height: 50vh;
        overflow: auto;
        position: -webkit-sticky;
        position: sticky;
        top: 5%;
        margin-left: 24px;
        /* border: 1px solid #000000; */
        /* border-radius: 8px; */
        /* background-color: lightgray; */
    }
    .main {
        width: 70%;
        display: flex;
        flex-direction: column;
        margin-bottom: 100px;
        padding-right: 5%;
    }
    .navbar {
        padding-left: 20px;
    }
    .price {
        padding-top: 2px;
        margin-left: 1%;
        margin-right: 15%;
    }
    .img-produk {
        max-width: 100%;
        max-height: 40%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .judul-produk {
        font-size: 13px;
    }
    .favorite-list-product {
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
    .btn-color-variant {
        border-color: #302922;
        border-style: solid;
        color: #302922 !important;
        width: 65px;
        font-size: 10px;
    }
    .favorite-btn {
        font-size: 12px;
        height: 55px;
    }
    .enquiry-btn {
        font-size: 12px;
        padding-top: 10px;
        height: 55px;
    }
    .list-product-card-body {
        border-top: 1px solid #000000;
        height: 60px;
    }
    
    .list-product-card {
        border: #000000;
        border-style: solid;
        border-width: 1px;
    }

    #owl-demo .item img {
        display: block;
        width: 100%;
        height: 400px !important;
    }
}

@media screen and (max-width: 768px) {
    .logo-img {
        padding-left: 10px;
        max-width: 150px;
    }
    .logo-and-search-bar {
        margin-left: 25px;
        margin-right: 25px;
    }
    .img-caution-footer {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 90%;
    }
    .img-caution {
        display: block;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 44%;
    }
    /* .search-bar{
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 5px;
        margin-bottom: 20px;
        width: 20px;
    } */
    #mobile {
        display: none;
    }
    .sidebar {
        display: block;
        width: 25%;
        height: 50vh;
        overflow: auto;
        position: -webkit-sticky;
        position: sticky;
        top: 5%;
        margin-left: 24px;
    }
    .main {
        width: 70%;
        display: flex;
        flex-direction: column;
        margin-bottom: 100px;
        padding-right: 5%;
    }
    .navbar {
        padding-left: 20px;
    }
    .price {
        padding-top: 2px;
        margin-left: 1%;
        margin-right: 15%;
    }
    .img-produk {
        max-width: 100%;
        max-height: 40%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .judul-produk {
        font-size: 12px;
    }
    .favorite-list-product {
        margin-left: 18%;
        margin-right: auto;
    }
    .btn-color-variant {
        border-color: #302922;
        border-style: solid;
        color: #302922 !important;
        width: 65px;
        font-size: 10px;
    }
    .favorite-btn {
        font-size: 12px;
        height: 55px;
    }
    .enquiry-btn {
        font-size: 12px;
        height: 55px
    }
    .list-product-card-body {
        border-top: 1px solid #000000;
        height: 60px;
    }
    
    .list-product-card {
        border: #000000;
        border-style: solid;
        border-width: 1px;
    }

    #owl-demo .item img {
        display: block;
        width: 100%;
        height: 400px !important;
    }
}

@media screen and (max-width: 650px) {
    .logo-and-search-bar {
        margin-left: 5px;
        margin-right: 5px;
    }
    .search-bar{
        margin-left: 70px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .logo-img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 200px;
    }
    .logo-footer {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 30%;
    }
    #mobile {
        display: block;
    }
    .sidebar {
        display: none;
    }
    .home-text {
        text-align: center;
    }
    .home-paragraf {
        text-align: justify;
    }
    .navbar {
        padding-right: 20px;
    }
    .img-caution {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 100%;
    }
    .img-caution-footer {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 100%;
    }
    .content {
        padding-top: 5%;
        min-height: calc(100% - 50px);
        display: flex;
        padding-left: 20px;
        justify-content: space-between;
    }
    .main {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 100px;
        padding-right: 10%;
    }
    .img-produk {
        max-width: 100%;
        max-height: 55%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .judul-produk {
        font-size: 20px;
    }
    .stock-product {
        margin-left: 25%;
        margin-right: auto;
        display: block;
        width: 50%;
    }
    .favorite-list-product {
        margin-left: 10%;
        margin-right: auto;
        display: block;
    }
    .favorite-list-product {
        margin-left: 35%;
        margin-right: auto;
        display: flex;
    }
    .btn-color-variant {
        border-color: #302922;
        border-style: solid;
        color: #302922 !important;
        width: 70px;
        font-size: 12px;
    }
    .favorite-btn {
        font-size: 12px;
        height: 70px;
    }
    .enquiry-btn {
        font-size: 12px;
        padding-top: 5px;
        height: 70px
    }
    .list-product-card-body {
        border-top: 1px solid #000000;
        height: 60px;
    }
    
    .list-product-card {
        border: #000000;
        border-style: solid;
        border-width: 1px;
    }
    
    #owl-demo .item img {
        display: block;
        width: 100%;
        height: 200px !important;
    }
    .pagination {
        margin-left: -10px;
    }

    .page-item {
        font-size :12px;
        width: 35px;
    }
    .nav-link.active {
        color: #100c09 !important;
        background: #ebebeb !important;
        padding-left: 10px;
    }
}

@media screen and (max-width: 330px) {
    .logo-and-search-bar {
        margin-left: 5px;
        margin-right: 5px;
    }
    .search-bar{
        margin-left: 20px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .logo-img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 200px;
    }

    .logo-footer {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 30%;
    }

    .sidebar {
        display: none;
    }
    #mobile {
        display: block;
    }
    .home-text {
        text-align: center;
    }
    .home-paragraf {
        text-align: justify;
    }
    .navbar {
        padding-left: 20px;
    }
    .img-caution {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        max-width: 100%;
    }
    .img-caution-footer {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 100%;
    }
    .content {
        padding-top: 5%;
        min-height: calc(100% - 50px);
        display: flex;
        padding-left: 20px;
        justify-content: space-between;
    }
    .main {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 100px;
        padding-right: 10%;
    }
    .img-produk {
        max-width: 100%;
        max-height: 45%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .judul-produk {
        font-size: 20px;
    }
    .stock-product {
        margin-left: 25%;
        margin-right: auto;
        display: block;
        width: 50%;
    }
    .favorite-list-product {
        margin-left: 35%;
        margin-right: auto;
        display: flex;
    }
    .btn-color-variant {
        border-color: #302922;
        border-style: solid;
        color: #302922 !important;
        width: 55px;
        height: 55px;
        font-size: 8px;
    }
    .favorite-btn {
        font-size: 8px;
        height: 50px;
    }
    .enquiry-btn {
        font-size: 8px;
        height: 50px
    }
    .list-product-card-body {
        border-top: 1px solid #000000;
        height: 60px;
    }
    
    .list-product-card {
        border: #000000;
        border-style: solid;
        border-width: 1px;
    }

    #owl-demo .item img {
        display: block;
        width: 100%;
        height: 200px !important;
    }

    .pagination {
        margin-left: -30px;
    }

    .page-item {
        font-size :10px;
        width: 26px;
    }

    .nav-link.active {
        color: #100c09 !important;
        background: #ebebeb !important;
        padding-left: 10px;
    }
}

.text-yellow {
    color: #f6982a;
}

.thead-yellow {
    background-color: #f6982a;
}


/* AUTH PAGE */

.btn-login-block {
    background-color: #f6982a;
    color: white;
}

.btn-login-block:hover {
    background-color: #2e5582;
    color: white;
}

@media screen and (max-width: 991px) {
    .btn-login-block {
        width: 100%;
    }
}

.wrapper-login {
    position: relative;
    z-index: 1;
}

.wrapper-login:after {
    content: "*";
    position: absolute;
    right: 5px;
    top: +3px;
    color: red;
    z-index: 5;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.bg-gray{
    background-color: #c9cacb!important;
}