/******************************************
    File Name: custom.css
    Template Name: HomeStyle
    Created By: Show WP Team
    Envato Profile: http://themeforest.net/user/wordpressshowcase
    Website: https://showwp.com
    Version: 1.0
    Support: wordpressshowcasecom@gmail.com
/******************************************/

html, body {
    overflow-x: hidden!important;
}

@font-face {
    font-family: 'Perpetua Titling MT';
    src: url(../fonts/PERTILI.TTF);
}

mark,
#sidebar-fix,
#vertical .navbar-default,
ul.nav-wizard li,
.notfound h2,
.ordertotal header,
.hero,
.emtrycart h4 i,
.pagination > li > a,
.pagination > li > span,
.shopcart .table > thead > tr > th,
.tags a,
#owl-services .owl-nav [class*="owl-"],
#owl-testimonial .owl-nav [class*="owl-"],
#owl-shop .owl-nav [class*="owl-"],
.button--aylen,
.dropdown-menu > li:hover,
.dropdown-menu > li:focus,
.dropdown-menu > li.active,
.tparrows,
.dropdown-menu > li:active,
.rev-btn-primary,
.carousel-control .fa {
    color: #000000 !important;
    border-color: transparent !important;
    
}

.header {
    background-color: rgba(255, 255, 255);
    z-index: 100;
}

.btn-primary {
    color: #fff;
    background-color: #b14e30;
    border-color: #b14e30;
}

.bg-primary {
    color: #fff;
    background-color: #b14e30!important;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #b14e30;
    border-color: #b14e30;
}

.blog-desc .widget-title hr,
#sidebar .widget-title hr,
.footer .widget-title hr,
.section-title hr {
    border-color: #b14e30;
}

.tab-style-1 .nav-tabs > li.active > a {
    border-top-color: #b14e30;
}

.da-thumbs .pentry a div {
    background-color: rgba(0, 0, 0, 0.6);
}

.header.affix{
	 background-color:rgb(255, 255, 255);
}

small,
.post-date,
.box i,
.section-title i,
.accordion-toggle-2 .panel-heading a i,
.notfound a,
a:hover,
a:focus,
.footer li:hover a,
.topfooter li:hover a,
.topfooter .payments i:hover {
    color: #b14e30;
}

/** HOVER **/

.button--aylen::before {
    background: #b14e30;
}

.button--aylen::after {
    background: #b14e30;
}

#vertical .navbar-default .navbar-nav > li:hover,
#vertical .navbar-default .navbar-nav > li:focus,
.btn-primary .badge,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:hover {
    color: #fff;
    background-color: #62a3b1;
    border-color: #62a3b1;
}

#vertical .navbar-default .navbar-nav > li:hover,
#vertical .navbar-default .navbar-nav > li:focus,
#vertical .navbar-default .navbar-nav > li > a:hover,
#vertical .navbar-default .navbar-nav > li > a:focus {
    background-color: #62a3b1 !important;
}

.navbar-right .dropdown-menu li:hover,
.navbar-right .dropdown-menu,
.yamm .dropdown.yamm-fw .dropdown-menu li:hover,
.yamm .dropdown.yamm-fw .dropdown-menu {
    background-color: #ffffff !important;
}

.navbar-right .dropdown-menu li:hover a,
.yamm .dropdown.yamm-fw .dropdown-menu li:hover a,
.yamm .dropdown.yamm-fw .dropdown-menu {
    color: #333333 !important;
}

.navbar-right .dropdown-menu li:hover .btn {
    color: #ffffff !important;
}

.countbadge {
    background-color: black;
    right: 1px;
    top: -2px;
}

.navbar-brand img{
    max-width: 200px;
}

#loader{
    display: none !important;
}

.sub-menu{
    z-index: 1;
}

.sub-menu-parent{
    cursor:pointer;
}

@media (max-width: 768px){
    .navbar-toggle{
        float: left;
        /*margin-left: 15px;*/
        border-radius: 4px;
        padding: 12px;
    }

    .navbar-brand{
        float: none;
        display: inline-block;
        padding-top: 10px;
    }

    .navbar-brand img{
        max-width: 160px;
    }

    .nav .sub-menu-parent .sub-menu{
        position: static;
        visibility: visible;
        transform: none;
        opacity: 1;
        display: none;
        overflow-y: auto;
    }

    /* .sub-menu-parent:hover .sub-menu{
        display: block;
    } */
}

.cart-button {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 8px;
    background-image: none;
    border-radius: 4px;
    color: white;
    border-color: #333;
    background-color: black;
    text-decoration: none;
}

.owl-carousel .owl-item img{
    width: auto;
}

.owl-theme .owl-nav {
    margin-top: 0px;
}

.owl-prev{
    position: absolute;
    left: -10px;
    top: 32%;
}

.owl-next{
    position: absolute;
    right: -10px;
    top: 32%;
}

.pagination > li:last-child > a{
    margin-right: 0px;
}

.pagination > li{
    border-left: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > li > a.active{
    background-color: #dbdbdb;
}

.product-images{
    position: relative;
}

.product-images-title{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 5px;
    background: rgba(255, 255, 255, 0.5);
    color: black;
}

.product-images-title small{
    color: black;
}

.button--aylen.active::after{
    background: #b14e30;
}

.button--aylen.active::before{
    background: #b14e30;
}

.button--aylen.active::before, .button--aylen.active::after{
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.shopcart .table tr {
    display: table-row;
}

.shopcart .table > thead > tr > th, .shopcart .table > tbody > tr > th, .shopcart .table > tfoot > tr > th, .shopcart .table > tbody > tr > td, .shopcart .table > tfoot > tr > td{
    padding: 15px;
    width: auto;
}

.shopcart .table{
    border-collapse: separate;
}

.product-remove{
    text-align: center;
}

.img__wrap {
    position: relative;
    width: auto;
    height: auto;
    margin-bottom: 10px;
}

.img__description{
    margin-bottom: 0;
}

@media (max-width: 768px){
    .sub-menu-parent:hover a i.fa-angle-right:before, .sub-menu-parent:active a i.fa-angle-right:before, .sub-menu-parent:focus a i.fa-angle-right:before {
        content: "\f107";
    }
}

.cat-boxes {
    padding: 20px 20px;
}

.might-like-container{
    padding-bottom:2px;
}

.might-like-products-container{
    padding: 20px 0px;
}

.might-like-products-container img{
    width:90% !important;
    aspect-ratio: 16/9;
    object-fit: contain;
    object-position:center;
}

.blog-desc img{
    width: 100%;
    height: auto !important;
}

#home-category .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #000;
    cursor: default;
    background-color: #b14e30;
    border: none;
    border-radius: 0px;
}

.banner-masonry {
    height:439px !important;
}

.download-dropdown-menu {
    background: #E7E7E7!important
}

.download-dropdown-menu li:hover {
    cursor: pointer;
    background: #e1e1e1!important
}

.dropdown-toggle.btn-primary.download-dropdown-toggle:hover,
.dropdown-toggle.btn-primary.download-dropdown-toggle {
    background: #F1F1F1!important;
    border-color: #F1F1F1!important;
    color: #000!important;
    font-weight: 600!important;
    min-width: 150px!important;
}

.download-dropdown-menu {
    max-width: 150px!important;
}

html .open > .dropdown-toggle.btn-primary.download-dropdown-toggle {
    background: #b14e30!important;
    border-color: #b14e30!important;
    font-weight: 600!important;
    color: #FFF!important;
}

.mb-0 {
    margin-bottom: 0!important;
}

.download-dropdown-menu .dropdown-item,
.download-dropdown-menu:hover .dropdown-item {
    color: #000!important;
    white-space: break-spaces!important;
}

.d-flex {
    display: flex!important;
}

.align-items-center {
    align-items: center!important;
}

.justify-content-between {
    justify-content: space-between!important;
}

.justify-content-center {
    justify-content: center!important;
}

.justify-content-space-around {
    justify-content: space-around!important;
}

.browse-categories-section,
.download-categories-section {
    padding: 50px 10px;
}

.browse-categories-title {
    font-weight: 900;
    font-size: 20px;
    padding-bottom: 25px;
}

.download-categories-title,
.download-categories-desc {
    font-weight: 700;
    padding-bottom: 23px;
    font-size: 20px;
    text-transform: uppercase;
}

.download-categories-desc {
    text-transform: unset;
    font-weight: 700;
    font-size: 16px;
}

.browse-categories-list a,
.browse-categories-list a:hover {
    color: #FFF;
}

.browse-categories-list.active a {
    font-weight: 900!important;
    font-size: 18px;
}

.browse-categories-list a:hover {
    font-weight: 700;
}

.browse-categories-list {
    padding-bottom: 15px;
    font-size: 16px;
}

.align-items-stretch {
    align-items: stretch!important;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.bg-white {
    background: #FFF;
}

.flex-column {
    flex-direction: column;
}

.download-categories-content {
    background: #F8F8F8;
    color: #060606;
    border-radius: 5px;
    padding: 30px 20px;
}

.download-categories-content:not(:last-child) {
    margin-bottom: 20px;
}

.download-categories-content-title {
    font-weight: 700;
}

.download-categories-content-desc {
    font-weight: 400;
}

@media (min-width: 576px) {
    .col-sm-12 {
        max-width: 100%;
    }
}

.header-affix {
    max-width: 100vw!important;
}

.remove-bg-color {
    background: unset!important;
}

.gallery-carousel .cat-boxes {
    padding: 0 20px!important;
}

.gallery-container-carousel {
    margin-bottom: 50px!important;
}

.text-transform-unset {
    text-transform: unset!important;
}

.gallery-container-carousel .owl-prev,
.gallery-container-carousel .owl-next{
    top: 50%;
    transform: translateY(-50%);
}
.gallery-container-carousel .owl-prev{
    left:-20px;
}
.gallery-container-carousel .owl-next{
    right: -20px;
}

.sub-menu-parent.active{
    background-color: #b14e30;
}

.might-like-container .owl-prev{
    /* left: -17px; */
    left:0px;
}
.might-like-container .owl-next{
    /* right: -17px; */
    right:0px;
}

/* Media Query */
@media only screen and (min-width: 768px){
    /** Navbar **/
    .navbar-collapse.collapse{
        display:flex !important;
        align-items:center;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .navbar-collapse.collapse .navbar-nav{
        width:100%;
    }

    .navbar-collapse.collapse .searchandbag{
        margin-top: 5px;
        margin-left: auto;
        width:auto;
    }

    .sub-menu-parent{
        padding: 10px 15px;
    }
    .navbar-nav .parent-list{
        padding:0 !important;
    }
    .sub-menu-parent .parent-list{
        display:inline-block;
    }
}

@media (min-width:992px) and (max-width:1110px) {
    .browse-categories-title{
        font-size:16px;
    }
    .browse-categories-list.active a{
        font-size:16px;
    }
    .browse-categories-list{
        font-size:14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse{
        display: inherit !important;
    }
}

@media only screen and (max-width: 768px) {
    .sub-menu-parent .dropdown{
        display:inline-block;
    }
    .sub-menu-parent .sub-menu{
        display:none;
    }
    .sub-menu-parent .sub-menu.active{
        display:block !important;
    }
    .sub-menu-parent .fa-angle-right.active{
        transform: rotate(90deg);
    }
    .navbar-collapse.collapse.in{
        overflow-y: auto;
        height: 400px;
    }
    .white-spacer{
        /* height:auto !important; */
    }

    /* .navbar-collapse.collapse{
        height: 0;
    }
    .navbar-collapse.collapse.in{
        display: block !important;
    } */

}