/** 
* 
* Do not edit or add to this file if you wish to upgrade the module to newer 
* versions in the future. If you wish to customize the module for your 
* needs please contact us to https://www.milople.com/magento-extensions/contacts/
* 
* @category     Ecommerce 
* @package      Milople_Personalized
* @copyright    Copyright (c) 2015 Milople Technologies Pvt. Ltd. All Rights Reserved. 
* @url          https://www.milople.com/magento-extensions/personalized-products.html
* 
**/
.product-image, .no-touch .product-img-box .product-image:hover:not(.zoom-available) {
    border: none;
    display: block;
    position: relative;
}
.product-img-box {
    float: left;
    width:auto !important;
}

select#font_selection {
    min-width: 150px;
    padding: 4px;
}
.product-color-choose h4 {
    background: #eee none repeat scroll 0 0;
    float: left;
    padding: 3px 2%;
    width: 100%;
}
.product-thumb-choose h4 {
    background: #eee none repeat scroll 0 0;
    float: left;
    padding: 3px 2%;
    width: 100%;
}
.personalized-options h4 {
    background: #eee none repeat scroll 0 0;
    float: left;
    padding: 3px 2%;
    width: 100%;
}
.product-thumbs li {
    display: inline-block !important;
}
.product-thumbs li:first-child {
  margin-left: -1px !important;
}
.product-color-thumbs li {
    display: inline-block !important;
}
.product-color-thumbs li:first-child {
  margin-left: -1px !important;
}
.product-color-thumbs a {
    border: 1px solid black !important;
    display: inline-block !important;
}

/*Tab Creation */
.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        float: left;
        list-style: outside none none;
        margin-right: 2px;
    }
 
       ul.tab-links a {
            padding:9px 15px;
            display:inline-block;
            border-radius:1px 3px 0px 0px;
              background: #ededed none repeat scroll 0 0;
            font-size:16px;
            font-weight:600;
            color:#4c4c4c;
            transition:all linear 0.15s;
            text-decoration: none;

        }
 
        ul.tab-links a:hover {
            background:#a7cce5;
            text-decoration:none;
        }
 
      ul.tab-links li.active a,  ul.tab-links li.active a:hover {
      background:#7FB5DA;

      color: #4c4c4c;
    }
 
    /*----- Content of Tabs -----*/
  /* .tab-content {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #d5d8ce;
        box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
        padding: 15px;
        margin-bottom:5%; 
    }*/
     label {
        color: #4d4d4d;
        cursor: pointer;
        display: block !important;
        font-size: 0.875em;
        font-weight: 500;
        margin-bottom: 0.1875em;
    }
    .intialcolor{
          display: inline !important;
          margin: 12px!important;
    }

    #initials{
        text-transform: uppercase !important;
    }
    .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
 }
 /*Tab end*/


 /*Text effect*/
 .text_style input[type='button'] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e4df;
    color: #666666;
    cursor: pointer;
    font-size: 11px;
    padding: 4px 8px;
    font-weight:bold;
}
.text_style button
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e4df;
    color: #666666;
    cursor: pointer;
    font-size: 11px;
    padding: 4px 8px;
    font-weight:bold;   
}
.text_style {
    margin-top: 7px;
    padding: 5px;
    width: 100%;
}
.directional-pad {
   
    height: 77px;
    margin-top: 6px;
    position: relative;
    width: 100%;
}
.directional-pad button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e4df;
    color: #666666;
    cursor: pointer;
    font-size: 11px;
    font-weight: bolder;
    position: absolute;
}
.directional-pad button#top {
    left: 26px;
    padding: 6px 8px;
    top: 7px;
    margin-left: 22px;
}
.directional-pad button#bottom {
    left: 26px;
    padding: 6px 8px;
    top: 36px;
    margin-left: 22px;
}
.directional-pad button#left {
    left: 2px;
    padding: 6px;
    top: 25px;
    margin-left: 22px;
}
.directional-pad button#right {
    left: 50px;
    padding: 6px;
    top: 25px;
    margin-left: 22px;
}
.directional-pad button#rotate  {
    font-size: 20px;
    height: 40px;
    width: 40px;
    -moz-border-radius: 35px;
    border-radius: 35px;
} 
.directional-pad button#rotate {
    left: 19%;
    top: 23%;
}
.directional-pad button#rotate:hover {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  transition: all 0.8s;
}
.text_style button#btn_color span {
    border-bottom: 3px solid;
    padding: 1px 2px;
}
.text_style .align {
    padding: 1.5px !important;
    vertical-align: middle;
}
.text_style button.font-size {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e4df;
    color: #666666;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding:5px 6px;
}
button#font_color > span {
    border-bottom: 3px solid;
    padding: 0 2px;
}

button#font_bg_color span {
    background-color: #d2d2d2;
    color: #5b5b5b;
    padding: 1px 5px;
}
button#delete {
    background: rgba(0, 0, 0, 0) url("../images/delete.png") no-repeat scroll 41% center / cover ;
    border-radius: 81%;
    height: 42px;
    left: 28%;
    top: 23%;
    width: 45px;
}
#instruct_container p.note-msg {
    background-color: #fefccb;
    background-image: url("../images/ico_warning.png");
    background-position: 8px 5px;
    background-repeat: no-repeat;
    border-color: #d9df63;
    color: #898941;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 12px;
    padding: 6px 0 6px 46px;
}
.directional-pad {
    border: 1px solid #c2c2c2;
    height: 71px;
    margin-bottom: 11px;
    margin-left: -4px;
    margin-top: 6px;
    position: relative;
    width: 100%;
}
.product-view .product-shop {
    float: right;
    width: 50%;
}
.product-view .product-shop .extra-info, .product-view .product-shop .price-info {
    margin-bottom: 10px;
    max-width: 50%;
}
.product-view .product-shop .price-info {
    float: right;
    padding-left: 15px;
    text-align: right;
}
.product-view .product-shop .price-box .regular-price .price, .product-view .product-shop .price-box .special-price .price, .product-view .product-shop .price-box .full-product-price .price {
    font-size: 24px;
}
.product-name .h1 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 3px;
    text-transform: uppercase;
}
.product-view .product-shop, .product-view .add-to-cart-wrapper, .product-view .block-related {
    padding-left: 15px;
}
.product-view .add-to-cart-wrapper, .product-view .block-related {
    clear: right;
    float: right;
    width: 50%;
}
.button {
    background: #22223b none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    display: inline-block;
    font-family: "Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
@media (max-width: 768px)
{
    .directional-pad button#rotate {
    left: 48%;
    top: 23%;
    }
    button#delete {
    left: 75%;
    top: 23%;
   }
   select#font_selection {
    margin-top: 7px;
    min-width: 150px;
    padding: 4px;
  }
  .text_style button.font-size {
    margin-top: 6px;
  }
  
}
#clipart_images_container img {
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 7px;
    padding: 5px;
}
#clipart_images_container {
    margin-top: 10px;
    max-height: 250px;
    overflow: auto;
    width: auto;
}
#clipart_images_container .image_list {
    text-align: left;
}
#clipart_categories_container .input-text {
    margin-top: 10px;
    width: 100%;
}
select#clipart_categories {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e4df;
    color: #666666;
    font-size: 13px;
    padding: 5px;
}
select {
    background-color: #ffffff;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 15%;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 -1.3em 1em 0 rgba(0, 0, 0, 0.02) inset;
    color: #333333;
    font-size: 95%;
    height: 36px;
    padding: 0 10px;
    width: 48%;
}
.preview {
    display: block !important;
    margin-top: 2%;
    width: 62%;
}
#initials_color {
    margin-top: 8px;
}

.add-to-box .or {
    color: #666;
    display: none;
    float: left;
    font-weight: bold;
    margin: 0 7px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 640px) {
   
    .product-view .product-shop {
        float: none;
        width: 100%;
    }

    .product-view .add-to-cart-wrapper, .product-view .block-related {
        float: none;
         width: 100%;
    }

    input.input-text {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ccc;
        border-radius: 3px;
        color: #777;
        font-size: 13px;
        height: auto;
        padding: 2px 8px;
        width: 100%;
    }
    select {
        background-color: #ffffff;
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-size: auto 15%;
        border: 1px solid #ddd;
        border-radius: 0;
        box-shadow: 0 -1.3em 1em 0 rgba(0, 0, 0, 0.02) inset;
        color: #333333;
        font-size: 95%;
        height: 36px;
        padding: 0 10px;
        width: 77%;
    }
}
.product-img-box .product-name h1 {
    display: none;
}
.product-img-box {
    float: left;
    margin-bottom: 0 !important;
    width: auto !important;
}