/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.ct-media-container img, .ct-media-container picture{
	object-fit: contain!important;
}
body {
	background: #fff9c1;
	background-image: url(/wp-content/uploads/images/bg-sky-gradient.png);
    background-position: top center;
    background-repeat: repeat-x;
    background-attachment: scroll;
}
footer article{
	background: url(/wp-content/uploads/images/cute-stuff-animal.png) bottom left no-repeat;
}
footer{
 background:linear-gradient(#fff9c1, #84d0f0);
}
footer .ct-container-full{
	background: url(/wp-content/uploads/images/cute-stuff-animal-cat.png) bottom right no-repeat;
	background-color: rgba(0, 0, 0, .2);;
}
nav.header-menu-1,.home-section3,.gs-flipbox3d-back,.ct-woo-card-extra[data-type=type-2],.ct-woo-card-extra[data-type=type-2] a {
        background-color: #bcebff;
        background-image: -webkit-linear-gradient(top, #fffce5, #bcebff);
        background-image: -moz-linear-gradient(top, #fffce5, #bcebff);
        background-image: -ms-linear-gradient(top, #fffce5, #bcebff);
        background-image: -o-linear-gradient(top, #fffce5, #bcebff);
        background-image: linear-gradient(top, #fffce5, #bcebff);
        border-radius: 20px;
}
#main .ct-container,body:not(.home) #main .ct-container-full{
        margin-top: 50px;
        margin-bottom: 50px;
}
#main .ct-container,body:not(.home) #main .ct-container-full{
    padding: 50px;
    background-color: #ffffff40;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff12;
    border-radius: 20px;
}
body:not(.home) #main .ct-container-full{
    width: 90%;
}
nav.header-menu-1{
      position: relative;
        z-index: 1000;
        font-weight: 400;
        border: #fffce5 1px solid;
        text-align: center;
        width:100%;
        display: flex;
        justify-content: center;
        margin: 0 0!important;
    }

    .home-swiper1 .swiper{
        border-radius: 30px;
        border: 1px solid #eee;
    }
    .slider-words{
            padding: 20px 0 160px;
            text-shadow: 4px 2px #ffcd05;
            line-height: 60px;
    }
.woocommerce .products{
        background: #fff;
        padding: 20px;
}
.home-text{
        font-size: 20px;
        padding-top: 20px;
}
.gspb_text.home-text2{
    text-shadow: 4px 1px #84d0f0;
    padding: 50px 0;
}
.gs-flipbox3d .gspb_iconBox__wrapper {
    position: absolute;
    left: 0;
    top: 10px;
}
.gs-flipbox3d .gspb_iconBox img{
        background: #fff;
        border-radius: 50px;
}
p.product.woocommerce.add_to_cart_inline {
    border: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
p.product.woocommerce.add_to_cart_inline a {
    flex: 0 0 200px;
    background: linear-gradient(87deg, #e1c4ff, #ffec66);
}
p.product.woocommerce.add_to_cart_inline span {
    flex: 1 1 100%;
    text-align: center;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}
.ct-swatch-container{
    display: none!important; 
}
.variations{
    flex-direction: row;
}
h2.woocommerce-loop-product__title{
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.archive .ct-variation-swatches:not([data-swatches-type=select]) select {
    height: 30px;
    font-size: 12px;
    border-radius: 20px;
    line-height: 30px;
}
.single-product .ct-swatch-container {
     display: block!important; 
    background-color: #bcebff;
    background-image: -webkit-linear-gradient(top, #fffce5, #bcebff);
    border:0;
}
.ct-swatch-container span.ct-swatch{
        border: 0;
        font-weight: 400;
        font-size: 12px;
        padding: 0 5px;
}
.ct-woo-card-extra[data-type=type-2] a{
        border-radius: 10px;
}

.custom-field-display{
    padding-top: 50px;
}
nav.breadcrumb {
    font-size: 12px;
    color: #444;
}
.gstabs-tabs .t-panel-container {
    border: 1px solid #bcebff40;
    background-color: #fff;
    border-radius: 20px;
}
.single-product #tab-description h2{
    font-size: 20px;
}
.single-product #tab-description h3{
    font-size: 18px;
}
.single-product #tab-description{
    width: 80%;
    margin: 0 auto;
}
.button-404{
    padding-top: 30px;
    text-align: center;
}
.home .gspb-tabs {
    background: #fff;
    border-radius: 20px;
    padding-bottom: 30px;
}