/*
Theme Name: Startit Child
Theme URI: https://startit.qodeinteractive.com/
Description: A child theme of Startit Theme
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 2.0.2
Text Domain: startit
Template: startit
*/

@import url("../startit/style.css");


.wc_payment_method label{
    font-weight: bold;
}

.qodef-woocommerce-page .product>a {
    border: 2px solid #e6e6e6;
    border-bottom:0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.qodef-woocommerce-page .product>a img:not(:first-of-type) {
    width:33%;
    float:left;
    transform: scale(1.1);
}

.qodef-woocommerce-page .product>a img:nth-of-type(3){
    width:34%;
}

.qodef-single-product-images .images .woocommerce-product-gallery__image:first-child img {
    border: 2px solid #e6e6e6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.qodef-single-product-images .images .woocommerce-product-gallery__image:nth-child(2) img {
    border: 2px solid #e6e6e6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.qodef-single-product-images .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(3) img {
    border: 2px solid #e6e6e6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.qodef-single-product-images .images .woocommerce-product-gallery__image:nth-child(4) img {
    border: 2px solid #e6e6e6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.qodef-info-box.qodef-animate{
    height:420px;
}

.wpb_singleimage_heading{
    font-size: 22px;
}
.wpb_singleimage_heading a{
    color: #686868;
}

.wpb_single_image.underline{
    position: relative;
}
.wpb_single_image.underline::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 7px;
    line-height: 0;
    box-sizing: border-box;
    background-color: #00a7e1;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width .3s cubic-bezier(.25,.46,.45,.94),height .3s cubic-bezier(.25,.46,.45,.94);
    transition: width .3s cubic-bezier(.25,.46,.45,.94),height .3s cubic-bezier(.25,.46,.45,.94);
}

.wpb_single_image.underline:hover::after{
    width: 0;
}

h3>a{
    color: #686868;
}

.pull-right{
    float:right !important;
}

.qodef-woocommerce-page .qodef-shipping-calculator {
    width: 100%;
    display: none;
    float: none;
}
.qodef-cart-totals h2{
    margin-bottom: 10px !important;
}

.qodef-cart-totals table{
    border: 1px solid #e0dede;
}

.qodef-woocommerce-page .qodef-cart-totals {
    width: 100%;
    display: block;
    float: right;
}

.qodef-cart-cross-sell h2{
    font-size: 19px;
    margin-bottom: 10px;
}

.qodef-shipping-calculator{
    padding-right: 15px;
}

.qodef-woocommerce-page td.actions .qodef-cart-proceed-update {
    width: 100%;
    text-align:left;
}

.vc_separator h4{
    color: #686868;
}