/*
 Theme Name:   BloglyTheme Child
 Theme URI:    
 Description:  BloglyTheme Child Theme
 Author:       
 Author URI:   
 Template:     bloglytheme
 Version:      1.6.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  bloglytheme-child
*/



/* WooCommerce 3.0 Gallery */


.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    padding-left: 10px;
}

.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3em
}

.woocommerce-product-gallery figure {
    margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
    opacity: .5;
    width: 100px;
    margin-bottom: 5px;
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1
}

.woocommerce-product-gallery img {
    display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 20%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99;
}

a.woocommerce-product-gallery__trigger {
    text-decoration: none;
    display: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #169fda;
    color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #1781ae;
    border-color: #1781ae;
    color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 2;
    text-indent: 0;
}

/*** Product gallery CSS end ****/


.woocommerce .ct-shopSection .content .woo-meta .single_meta .woo-product .sku_wrapper{
    display: none;
}

.woocommerce-order-received .woocommerce .order_details .product-name a
{
    font-size: 18px !important;
}
.woocommerce-order-received .product-purchase-note > td > p a 
{
    font-weight: bold;
}
.woocommerce-order-received .product-purchase-note > td > p span 
{
    font-size: 17px;
}
.woocommerce-order-received .woocommerce-table--order-downloads .download-file a
{
    background: #990000;
}

.logobanner {
    align-items: center;
    display: flex;
    height: 108px;
    margin-bottom: 50px;
}
.logobanner-left, .logobanner-middle, .logobanner-right {
    float: left;
    overflow: hidden;
    height: 100px;
}
.logobanner-left, .logobanner-right {
    align-items: center;
    display: flex;
    width: 45%;
    justify-content: center;
}
.logobanner-middle {
    align-items: center;
    display: flex;
    width: 10%;
    justify-content: center;
}
.logobanner img {
    max-height: 100%;
}
.logobanner-left img, .logobanner-right img {
    margin: 0 8px;
}






@media (min-width: 1231px) {
    .nav > li {
        max-width: 265px;
    }
}


@media screen and (max-width: 575px) {
    .logobanner {
        display: none;
    }
}



@media(max-width: 480px) {
    .header_bottomsection .col-lg-4, .header_bottomsection .col-md-6{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .header_bottomsection{
        margin-top: -45px !important;
        margin-bottom: -30px !important;
        margin-right: -7px;
    }
    /*.go-up > *:first-child {
        padding: 0 0px!important;
    }
    .go-up > *:last-child {
        padding: 0 0px!important;
    }*/
    .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }


