/**
 * NOTICE OF LICENSE
 *  _____ _            ___       _   _
 * |_   _(_)          / _ \     | | (_)
 *   | |  _ _ __ ___ / /_\ \ ___| |_ ___   _____
 *   | | | | '_ ` _ \|  _  |/ __| __| \ \ / / _ \
 *   | | | | | | | | | | | | (__| |_| |\ V /  __/
 *   \_/ |_|_| |_| |_\_| |_/\___|\__|_| \_/ \___|
 *
 * This source file is subject to a commercial license from TimActive Siret 750 571 366 00046
 * Use, copy, modification or distribution of this source file without written
 * license agreement from the TimActive EIRL is strictly forbidden.
 *
 * @author    TimActive
 * @copyright Since 2012 TimActive
 * @license   Commercial license
*/
#giftcard_block p.link_gift_cards{
	background:url(../img/icon/giftcard_block.png) no-repeat;
	padding-left:50px;
	padding-top:5px;
	height:30px;
}
#giftcard_block {
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5625rem;
  background: white;
  padding: 1.5625rem 1.25rem;
}

section#gc-step-template {
    display: none;
}

#module-giftcard-choicegiftcard section#content {
    border: none;
    box-shadow: none;
}

#module-giftcard-choicegiftcard #js-checkout-summary, section.js-current-step {
	border: none !important;
	box-shadow: none !important;
}

#module-giftcard-choicegiftcard label span {
    font-size: 14px;
}

div#choicegiftcard {
    color: #000;
}

#formgiftcard .input {
    color: #3c3c3c;
    height: 40px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    border-radius: 20px;
    line-height: 16px;
    background-color: #fff;
    padding: 10px 10px 10px 20px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

select#ta_gc_products_virtual {
    background-color: #F8F2EC;
    border: 0;
    color: #3c3c3c;
    height: 40px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    border-radius: 20px;
    line-height: 16px;
    padding: 10px 10px 10px 20px;
		margin-bottom: 10px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		border-width: 0;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
		transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
		-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
		-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
		-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#formgiftcard input.email {
    background-color: #F8F2EC;
    background-image: none;
}

#formgiftcard input.email:focus {
    background-image: none !important;
}

#formgiftcard input.input_user_from {
	background-color: #F8F2EC;
	background-image: none;
}

#formgiftcard input.input_user_from:focus {
    background-image: none !important;
}

#formgiftcard input.input_user_to {
	background-color: #F8F2EC;
	background-image: none;
}

#formgiftcard input.input_user_to:focus {
    background-image: none !important;
}

#formgiftcard .textarea_comment {
	background-color: #F8F2EC;
	background-image: none;
}

#formgiftcard .textarea_comment:focus {
    background-image: none !important;
}

#formgiftcard p span {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0.3rem;
    display: block;
}

#formgiftcard textarea.textarea_comment {
    width: 100%;
    height: 120px;
    line-height: 150%;
    resize: vertical;
    margin: 0;
}

div#remaining\ characters {
    font-size: 10px;
}

#formgiftcard button.submit_button {
    float: left;
    width: 100%;
    border: #fbfbfb solid 8px;
    cursor: pointer;
    background-color: #191E4A;
    color: white;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 700;
    height: 70px;
    text-transform: uppercase;
}
