/*
Theme Name: BasicStore
Theme URI: http://demo.theme.al/basicstore/
Author: Theme.al
Author URI: https://wpcodefactory.com/author/theme-al/
Description: Basicstore is a free theme for shop owners using WooCommerce who like the bootstrap framework and want a clean design
Version: 1.4.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: basicstore
Tags: e-commerce, one-column, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, theme-options
*/

/*
As we use LESS-CSS to compile our theme styles please check the "assets/css" folder,
also there is a "less" folder inside the "assets" folder for you to compile your styles.

Anyway we reccomend that you create a Child Theme to modify our theme. Please follow this guide on how-to
https://codex.wordpress.org/Child_Themes
*/

@font-face {
    font-family: 'WooCommerce';
    src:    url('assets/fonts/WooCommerce.eot?jj1bj4');
    src:    url('assets/fonts/WooCommerce.eot?jj1bj4#iefix') format('embedded-opentype'),
        url('assets/fonts/WooCommerce.ttf?jj1bj4') format('truetype'),
        url('assets/fonts/WooCommerce.woff?jj1bj4') format('woff'),
        url('assets/fonts/WooCommerce.svg?jj1bj4#WooCommerce') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.3;
    color: #333333;
}

body {
    padding-top: 102px;
}

a, a:hover, a:focus {
    color: #c42e10;
}

#site-jumbotron {
    margin-top: 0;
    padding: 0;
}

#site-jumbotron .banner{
    width: 100%;
}

#site-content {
    padding-top: 0;
}

.navbar-brand, .navbar-brand img{
    height: 92px;
}

.page-heading-inner {
    background: -webkit-linear-gradient(-90deg, #d04a1b, #f1983a);
    background: -o-linear-gradient(-90deg, #d04a1b, #f1983a);
    background: -moz-linear-gradient(-90deg, #d04a1b, #f1983a);
    background: linear-gradient(-90deg, #d04a1b, #f1983a);
}

.page-heading h1 {
    font-size: 48px;
    font-weight: bold;
    color: #411900;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding-top: 20px;
}

.page-heading h2 {
    color: #c42e10;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    font-size: 28px;
}

.form-control{
    border-radius: 0;
}

.navbar-nav > li > a {
    line-height: 30px;
    font-size: 18px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 20px;
    padding: 10px;
}

.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #c42e10;
    background: none; 
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
    color: #c42e10;
    background: none;
}

.navbar-default .navbar-nav > .active > a{
    color: #fff;
    background: none; 
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #c42e10;
    background: none;
}

.heading-with-border {
    position: relative;
    border: none;
    margin-bottom: 30px;
    font-size: 38px;
}

.heading-with-border b {
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 300;
    border-bottom: 2px solid #ed8e36;
}

.navbar-fixed-top {
    background: linear-gradient(-90deg, #d04a1b, #f1983a);
    padding: 5px 0px;
    border: none;
    min-height: 102px;
}

.btn-search{
    color: #fff;
    background-color: #c42e10;
    border-color: #b73e25;
    border-radius: 0;
}

.btn-search:hover,
.btn-search:focus,
.btn-search:active,
.btn-search:active:focus{
    background-color: #b73e25;
    border-color: #b73e25;
}

#site-footer {
    background: #272C32;
}

.woocommerce ul.products li.product .button,
.wpcf7-submit{
    color: #fff;
    padding: 0;
    font-family: Montserrat;
    background: linear-gradient(to right, #FC8F46, #E85D33);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 180px;
    line-height: 60px;
}

.woocommerce ul.products li.product .button:hover,
.wpcf7-submit:hover{
    background: linear-gradient(to right, #E85D33, #FC8F46);
    transition: 0.5s;
}

.product-category a {
    border-radius: 0;
}

.product-category a:hover {
    border-color: #ed8e36;
}

.product-category .woocommerce-loop-category__title .count{
    color: #ed8e36;
}

.products .product .woocommerce-LoopProduct-link{
    border-radius: 0;
}

.products .product .woocommerce-LoopProduct-link:hover {
    text-decoration: none;
    border-color: #ed8e36;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    color: #ed8e36;
    font-size: 1.3em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.woocommerce-info {
    border-top: 2px solid #ed8e36;
}

.woocommerce-info::before {
    color: #ed8e36;
}

.woocommerce-products-header {
    float: none !important;
}

.entry-title, .woocommerce-products-header {
    text-align: center;
    margin-bottom: 30px;
}

.woocommerce-info {
    background-color: #eeeeee;
}

.widget{
    margin: 0;
}

.widget .contacts{
    text-align: center;
}

.widget .contacts span{
    margin: 0 10px;
}

.contacts i{
    margin-right: 5px;
}

.contacts i{
    font-size: 16px;
}

#site-footer .widget .widget-title{
    text-align: center;
    margin-bottom: 15px;
}

.wpcf7 input, .wpcf7 select, .wpcf7 textarea{
    box-shadow: none;
    color: #888;
    padding: 20px 25px;
    width: 100%;
}

.wpcf7 select, .wpcf7 textarea, .wpcf7 input{
    display: inline-block;
    padding: 15px 20px !important;
    margin-bottom: 10px;
    vertical-align: top;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #dddddd;
    font-family: inherit !important;
}

input.wpcf7-submit{
    line-height: 44px;
    color: #fff;
}

.woocommerce .woocommerce-breadcrumb{
    padding: 10px 0;
}

.woocommerce .woocommerce-breadcrumb a{
    color: #ed8e36;
}

.woocommerce nav.woocommerce-pagination ul{
    border-color: #E85D33;
}

.woocommerce nav.woocommerce-pagination ul li{
    border-color: #E85D33;
}

.woocommerce nav.woocommerce-pagination ul li span.current{
    background-color: #E85D33;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover{
    color: #E85D33;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    color: #E85D33;
}

.woocommerce div.product .product_title {
    text-align: left;
    margin-bottom: 15px;
}

.single-product .flex-control-thumbs img{
    max-width: 99px;
    border-radius: 0;
}

.single-product .flex-control-thumbs > li {
    padding-left: 7px;
    padding-right: 6px;
}

.woocommerce div.product div.images .flex-control-thumbs li{
    width: auto;
    margin-bottom: 7px;
}

.woocommerce div.product div.images .flex-control-thumbs{
    margin-top: 15px;
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    padding-left: 0;
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    padding-right: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
    border-color: #ed8e36
}

.woocommerce ul.products li.product a {
    word-wrap: break-word;
}

.woocommerce div.product .woocommerce-tabs .panel{
    margin-top: 15px;
}

.langs-switcher{
    display: inline-block;
    float: right;
    margin: 8px 0;
}

.langs-switcher .langs-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.langs-switcher .langs-list li{
    line-height: normal;
    margin: 0 8px;
    float: left;
}

.langs-switcher .langs-list li a{
    color: #fff;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 34px;
}

.langs-switcher .langs-list li a.active{
    font-weight: 600;
}

.langs-switcher .langs-list li a:focus,
.langs-switcher .langs-list li a:hover{
    text-decoration: none;
}

.langs-switcher .langs-list li a:hover{
    color: #c42e10;
}

.woocommerce-product-details__short-description h3{
    margin-top: 0;
    line-height: 1;
}

.woocommerce-product-details__short-description ul{
    color: #777777;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border: 1px solid #c42e10;
    background-color: #c42e10;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #c42e10;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #c42e10;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background-color: #fff;
    color: #555;
}

.dropdown-menu{
    border-radius: 0;
}

.dropdown-menu > li > a{
    padding: 3px 22px;
}

.page .entry-content{
    font-size: 22px;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
    background-color: #c42e10;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #c42e10;
}

.navbar-default .navbar-collapse {
    margin-top: 20px;
}

.navbar-default .navbar-form {
    margin-top: 10px;
}

div.wpcf7-response-output{
    margin: 0;
}
.carousel span.next, .carousel span.prev {
    position: absolute;
    top: 50%;
    z-index: 2;
}
.carousel span.prev{
    left: -50px;
}
.carousel span.next{
    right: -50px;
}
.carousel span.next > i, .carousel span.prev > i {
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
}
.carousel span.prev > i{
    background: url('assets/img/arrow_left.png');
}
.carousel span.next > i {
    right: 100%;
    background: url('assets/img/arrow_right.png');
}
.carousel .carousel-inner .item {
    text-align: center;
}
.carousel .carousel-inner .item img {
    display: inline-block;
    max-width: 100%;
}
.carousel-indicators {
    bottom: -40px;
    width: 100%;
    margin-left: -50%;
}
.carousel-indicators li {
    border-color: #CA6F00;
    margin: 2px;
    width: 14px;
    height: 14px;
    border-radius: 0;
    vertical-align: middle;
}
.carousel-indicators .active {
    background-color: #CA6F00;
    width: 14px;
    height: 14px;
    margin: 2px;
}
.post-gallery-container {
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 30px;
}
.post-360-view-description h3{
    font-weight: 600;
}
.post-360-view-description p{
    font-size: 14px;
}
.post-button-link-container > span,
.post-button-link-container a{
    border: 1px solid;
    display: inline-block;
    width: 120px;
    color: #CA6F00;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}
.post-manual-container a{
    height: 120px;
}
.post-manual-container a > span{
    display: block;
    font-size: 40px;
    margin-top: 25px;
    margin-bottom: 5px;
}
.post-button-link-container{
    display: inline-block;
}
.post-button-link-container > span,
.post-button-link-container a{
    height: auto;
    width: auto;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 45px;
    font-size: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.post-360-view {
    position: relative;
    cursor: pointer;
}
.post-360-view span {
    position: absolute;
    top: 50%;
    width: 86px;
    height: 86px;
    left: 50%;
    font-size: 50px;
    margin-top: -43px;
    margin-left: -43px;
    background: rgba(255,255,255,0.6) url(assets/img/360_icon.png);
    border-radius: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding: 10px 8px;
    }
    
    #site-header .navbar-header .nav-brand-img {
        padding-top: 0;
        padding-right: 8px;
    }
    
    .langs-switcher .langs-list li {
        margin: 0 5px;
    }

    .langs-switcher .langs-list li a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        white-space: normal;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #c42e10;
    } 
    
    .langs-switcher {
        float: left;
        margin-left: 0;
    }
    
    .langs-switcher .langs-list li {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .btn-search{
        margin-top: 10px;
    }
    .page-heading{
        display: none;
    }
    
    .widget .contacts span {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:782px){
    body.admin-bar #site-header .navbar-fixed-top{
        top: 46px;
    }
}

@media screen and (max-width:480px){
    .page-heading h1 {
        font-size: 28px;
    }
}