@charset "utf-8";
/* CSS Document */

section {
    margin: 0 80px;
    padding-top: 100px;
    border-top: 1px solid #ccc;
}    
    
section:first-child {
    padding-top: 0;
}

.small {
    padding-top: 15px;
    font-size: 12px;
    text-align: right;
}
    
.txt_c {
  text-align: center;
}

.fw_b {
  font-weight: bold;
}    
    
main,
.feature {
    padding-left: 0;
    padding-right: 0;
} 
    
div.container {
    margin-top: 0;
}
    
div.container p + p {
    padding-top: 15px
}
    
.feature_inner {
    padding: 0 80px;
}
    
.breadcrumb {
  padding: 0 20px;
}
    
article .result li .product-tile .item_thumbnail_name, .item_thumbnail_price, .product-swatches {
    font-size: 12px;
}

.banner_container {
  margin-bottom: 100px;
}
    
.montserrat {
    font-family: Montserrat, Arial, sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: 1px !important;
}
    
main h1.montserrat {
    font-size: 42px;
} 
    
main .container h1 {
    margin: 0 auto;
    padding: 20px 50px 10px;
    text-align: center;
    font-size: 48px;
    z-index: 80;
    color: #000;
    border-bottom: none;
}
    
main .container h2 {
    margin-bottom: 30px;
    padding-top: 5px;
    font-size: 27px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    border-bottom: none;
}
    
main .container h3 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 400;
    text-align: left;
}
    
main .container h3.product_list_ttl {
    font-size: 18px;
    margin: 0 80px 10px;
    padding: 50px 0 10px;
    border-bottom: 1px solid #ccc;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: left;
}
    
.intro_ct {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
}
       
h1+.intro_ct {
  margin-bottom: 0;
}
    
#grid-sort-header {
    display: none;
}

section>div {
  padding-bottom: 100px;
}

section:last-of-type {
  padding-bottom: 0;
}

section>div.padding_30 {
  padding-bottom: 30px;
}
    
main .container .multicol>div {
    width: 50%;
    align-self: flex-start;
}  

main .container #sec1>div.multicol:nth-child(3)>div {
    align-self: center;
}
    
.multicol>div:nth-child(odd) {
    padding-right: 25px;
}
    
.multicol>div:nth-child(even) {
    padding-left: 25px;
}
 /*   
.reverse.multicol>div:nth-child(odd) {
    padding-left: 25px;
    padding-right: 0;
}
    
.reverse.multicol>div:nth-child(even) {
    padding-right: 25px;
    padding-left: 0;
}*/
    
.productcol {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 30px;
}
    
.productcol div {
    width: 25%;
    margin: 0;
    padding: 0 5px 15px;
    line-height: 1.5;
    font-size: 12px;
    align-self: flex-start;
}   
    
.productcol a {
    text-decoration: none;
}
    
div.bg_gray {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
    
div.bg_gray:first-of-type {
    margin-bottom: 30px;
}

div.bg_gray>div:first-child {
    width: 180px;
} 
    
div.bg_gray>div:nth-child(2) {
    width: calc(100% - 180px);
    padding: 10px 20px;
    align-self: center;
}
    
a.btn_sq {
  font-size: 14px;
  letter-spacing: 1px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 3px 20px 4px;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  transition: background-color .3s, box-shadow .3s;
  -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
  margin-right: 15px;
}

ain .explore .multicol>div {
    width: 50%;
}    
    
#btmast {
  padding: 100px 80px 0;
}
    
#btmast .multicol::after {
    display: block;
    content:"";
    width: 49%;
}

#btmast .multicol img {
  padding-bottom: 10px;
}

#btmast .multicol a {
  text-decoration: none;
}

#btmast .multicol>div:nth-child(odd),
#btmast .multicol>div:nth-child(even) {
  padding: 0;
}

#btmast .multicol>div {
  width: 24%;
  margin-bottom: 50px;
  align-self: flex-start;
}

#btmast h2 {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: left;
  border-bottom: none;
  border-bottom: 1px solid #ccc;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
}

#btmast h2 span {
    font-size: 18px;
}

.popup-modal {
    position: relative;
    display: block;
}
    
.popup-modal .icon {
    position: absolute;
    bottom: 0;
    right: 16%;
} 

@media screen and (max-width:1260px) {
    .intro_ct{
        padding: 0 20px;
    }
    section {
        margin: 0 20px;
    }
    main .container h3.product_list_ttl {
        margin: 0 20px 10px;
    }
}

@media screen and (max-width:767px) {
    
    .breadcrumb {
        padding: 20px 0 0 10px;
    }
    
    section {
        padding-top: 50px;
        padding-bottom: 0;
    }  
    
    .feature_inner {
        padding: 0 20px;
    }
    
    .banner_container {
        margin-bottom: 50px;
    }
    
    main .container h1.montserrat {
        font-size: 32px;
        padding-bottom: 5px;
    }
    
    main .container h3.product_list_ttl {
        padding: 0 0 10px;
    }
    
    section>div {
        padding-bottom: 50px;
    }

    .intro_ct {
        font-size: 18px;
        margin-bottom: 10px;
        text-align: left;
    }
    
    h1 + .intro_ct {
        text-align: center;
    }
    
    main .container .multicol>div {
        width: 100%;
    }
    
    .multicol.reverse {
        flex-direction: column-reverse;
    }
    
    .multicol>div:nth-child(odd) {
        padding-right: 0;
        padding-bottom: 25px;
    }

    .multicol>div:nth-child(even) {
        padding-left: 0;
    }
    
    .multicol.reverse>div:nth-child(odd) {
        padding-bottom: 0;
    }
    
    .multicol.reverse>div:nth-child(even) {
        padding-bottom: 25px;
    }

    a.btn_sq {
        width: 100%;
        max-width: none;
        margin-right: 0;
        margin-left: 0;
        padding: 6px 15px 4px;
        font-size: 16px;
        text-align: center;
    }

    .multicol>div a.btn_sq {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
    }

    #btmast {
        padding: 50px 20px 0;
    }

    #btmast .multicol>div {
        width: 48%;
    }

    #btmast h2 {
        margin-bottom: 10px;
        padding: 0 0 10px;
        font-size: 24px;
    }

    h3.product_list_ttl {
        margin: 0 0 10px;
        padding: 50px 0 10px;
    }

    .productcol div {
        width: 50%;
        margin: 0 !important;
        text-align: center;
    }
    
    div.bg_gray>div:first-child {
        width: 100%;
        text-align: center;
        padding: 20px 0 5px;
    }

    div.bg_gray>div:nth-child(2) {
        width: 100%;
    }
    
    .popup-modal .icon {
        right: 7%;
    } 
}