/*
* Plugin Name: AMZPILOT
* Plugin URI: https://amzpilot.com/wp-amzpilot
* Description: AMZPILOT is a plugin to communicate the Amazon Auto Post Generator Server.
* Version: 2.0.1
* Author: Md. Al Imran Suvro
* Author URI: https://appenjel.com
* License: GPL2
*/

.inline-image{
    border: 3px solid #ccc;
    padding: 1px;
    background: #fff;
}
.inline-image img {
    display: inline-block;
    width: 33%;
    padding: 3%;
}

.combined_product_image{
    border:3px solid #ccc;
    width: 100%;
}

.t-badge {
    margin: auto 0 15px -18px;
    position: relative;
    text-transform: uppercase;
    background: #ef610f;
    border: 2px solid #fe7900;
    padding: 6px 34px;
    clear: both;
    color: #fff;
    float: left;
    font-weight: 700;
    font-size: 12px;
    word-break: keep-all;
    line-height: 1;
    width: 100%;
    min-height: 30px;
}

a.t-cbut {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background-color: #f27300;
    white-space: nowrap;
    text-decoration: none !important;
}

.cg-table-title {
    text-align: left;
    color: #303030;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 4px 5px 5px 5px;
    word-break: break-word;
    text-decoration: none !important;
}

.border-radious-button{
    border-radius: 30px !important;
}
.text-center{
    text-align: center;
}

.product-large-image-holder{
    overflow: hidden;
    border: 1px solid #ccc;
}
.product-large-image-holder:hover{
    border: 1px solid #f27300;
}

.product-large-image-holder img {
    transition: transform .5s, filter 1.5s ease-in-out;
  }
  
  /* The Transformation */
  .product-large-image-holder:hover img {
    transform: scale(1.2);
  }

.product-large-image{

}


.three_box_table{

}
.three_box_table div.single-column{
    color:#000000;
    padding-top:0;
    padding-right:0em;
    padding-bottom:0em;
    padding-left:0em;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 1px 5px -1px #000;    
    overflow: hidden;
}
.three_box_table div.inside-box{
    padding-top:0;
    padding-right:2em;
    padding-bottom:2em;
    padding-left:2em;    
}
.three_box_table p.choice-text{
    background: blue;
    color: #fff;
    padding: 10px;    
}
.three_box_table .our_sug{
    
}



.p-1{
    padding: 10px;
}

