@font-face{
    font-family:'Glyphicons Halflings';
    src:url(fonts/glyphicons-halflings-regular.eot);
    src:url(fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
    url(fonts/glyphicons-halflings-regular.woff2) format('woff2'),
    url(fonts/glyphicons-halflings-regular.woff) format('woff'),
    url(fonts/glyphicons-halflings-regular.ttf) format('truetype'),
    url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?i7jixu');
    src:  url('fonts/icomoon.eot?i7jixu#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?i7jixu') format('truetype'),
    url('fonts/icomoon.woff?i7jixu') format('woff'),
    url('fonts/icomoon.svg?i7jixu#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
    content: "\e900";
}

/****************************************************/

.clearfix:before {
    display: table;
    content: " "; }

.clearfix:after {
    display: table;
    content: " ";
    clear: both; }


.page-template-Thank_you_page .breadcrumb-section{display:none}


.page-template-Thank_you_page #primary {
    margin-top: 25px!important;
}

.page-template-Thank_you_page #main{
    position: relative;
}

.page-template-Thank_you_page #main:after{
    content:'';
    display: block;
    width: 100%;
    height: 900px;
    background-color: #022444;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.thanks_page h1{
    font-family: Times New Roman;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 48px;
    color: #59CD65;
    text-align: center;
    margin-bottom: 20px;
}

.thanks_page h2{
    font-family: Times New Roman;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
}


.page-template-Thank_you_page_one .thanks_page h2{
	color:#003267;
}


.thanks_page .subtitle_container{
    text-align: center;
    margin-top: 20px;
    min-height: 94px;
}

.thanks_page .subtitle{
    display: inline-block;
    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */

    text-align: center;

    color: #FFFFFF;
    max-width: 375px;

    padding-top: 22px;
    position: relative;
}


.page-template-Thank_you_page_one .thanks_page .subtitle{
	color:#003267;
}


.thanks_page .subtitle .separator{
    height: 1px;
    width: 48%;
    background-color: #CDCDCD;
    position: absolute;
    top: 0;
}

.thanks_page .subtitle .separator:after{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius:50%;
    position:absolute;
    background-color: #CDCDCD;
}

.thanks_page .subtitle .separator_left{
    left:1%;
    width: 48%;
}

.thanks_page .subtitle .separator_left:after{
    right: 0px;
    top:-2px;
}

.thanks_page .subtitle .separator_right{
    right:1%;
    width: 48%;
}

.thanks_page .subtitle .separator_right:after{
    left: 0px;
    top:-2px;
}

/******************************************/
.page-template-Thank_you_page .products_container{
    margin-top: 60px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;


    justify-content: center;
}


.page-template-Thank_you_page .slick-track{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;

    flex-direction: row;


    align-items:stretch;
}

.page-template-Thank_you_page .slick-initialized .slick-slide{
    height:auto;
}

.page-template-Thank_you_page .slick-initialized .slick-slide > div {
	height: 100%;
}


.page-template-Thank_you_page .products_container .item{
    padding-top: 20px;
    height:100%;
}

.page-template-Thank_you_page .products_container .item_container{
    width: 292px;
    margin: 0 18px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-radius: 8px;
    padding-bottom: 85px;

    height: 100%;
    position: relative;
}

.page-template-Thank_you_page .products_container .item_container .item_title_container{
    width: 152px;
    height:87px;
    background: #022444;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    margin: -20px auto 0 auto;
}

.page-template-Thank_you_page .products_container .item_container .item_title_container .item_title_icon{
    text-align: center;
}

.page-template-Thank_you_page .products_container .item_container .item_title_title {
    ont-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;

    color: #FFFFFF;
    margin-top: 8px;
}


.page-template-Thank_you_page .price_container{
    text-align: center;
    margin-top: 20px;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.page-template-Thank_you_page .products_container .item_container .price_container > span{
    display: inline-block;
}

.page-template-Thank_you_page .products_container .item_container .price_container .symbol{
    font-family: Times New Roman;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    opacity: 0.6;
}

.page-template-Thank_you_page .products_container .item_container .price_container .price{
    font-family: Times New Roman;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 41px;
    color: #003267;
    margin-left: 10px;
}


.page-template-Thank_you_page .products_container .item_container .description{
    border-top: solid 1px rgba(0,0,0,0.2);
    margin-top:20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.page-template-Thank_you_page .products_container .item_container .description ul{
    margin:0;
    padding: 0;
    list-style: none;
}

.page-template-Thank_you_page .products_container .item_container .description ul li{
    display: block;
    padding-top: 12px;
    margin-top: 12px;

    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #3f3f3f;
    position: relative;
}

.page-template-Thank_you_page .products_container .item_container .description ul li:first-child{
    margin-top:0;
}

.page-template-Thank_you_page .products_container .item_container .description ul li:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #59CD65;
    border-radius: 50%;
    position: absolute;
    top:0;
    left:50%;
    margin-left:-3px;
}


.page-template-Thank_you_page .products_container .item_container .buttons_block{
    text-align: center;
    position: absolute;
    left: 0;
    bottom:26px;
    width: 100%;
}

.page-template-Thank_you_page .products_container .item_container .buttons_block a.dt-sc-bordered-button1{
    min-width: 165px;
}


/**************/
.page-template-Thank_you_page .checkout_block{
    margin-top:80px;
}

.page-template-Thank_you_page .checkout_block .left_col{
    width: 50%;
    float: left;
}

.page-template-Thank_you_page .checkout_block .left_col h3{
    font-family: Times New Roman;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    color: #003267;
    opacity: 0.8;
    margin-bottom: 40px;
}


.page-template-Thank_you_page #payment_form .line{
    margin-top: 20px;
}

.page-template-Thank_you_page .checkout_block .left_col #payment_form{
    width: 360px;
}

input.reset_input{
    webkit-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.reset_input:focus, .reset_input:active {
    outline: none;
}

input.reset_input{
    width:100%;
    border: 1px solid rgba(0,0,0,0.4);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 13px 20px 12px 20px;

    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color:rgba(0,0,0,0.2);
}



.page-template-Thank_you_page #payment_form input::placeholder {
    color: rgba(0,0,0,0.4)!important; }

.page-template-Thank_you_page #payment_form input::-webkit-input-placeholder {
    color: rgba(0,0,0,0.4)!important; }

.page-template-Thank_you_page #payment_form input::-moz-placeholder {
    color: rgba(0,0,0,0.4)!important; }

.page-template-Thank_you_page #payment_form input::-ms-input-placeholder {
    color: rgba(0,0,0,0.4!important); }

/**************************************/

.page-template-Thank_you_page #payment_form .line.clearfix input{
    width: 165px!important;
    float: right;
}

.page-template-Thank_you_page #payment_form .line.clearfix input:first-child{
    float: left;
}

.page-template-Thank_you_page #payment_form .line.total_line{
    margin-top: 30px;
    position:relative;
}

.page-template-Thank_you_page #payment_form .line.total_line .total{
    float: left;
    width: 120px;
    float: left;
}

.page-template-Thank_you_page #payment_form .line.total_line .total{
    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    color:rgba(0,0,0,0.6);
}

.page-template-Thank_you_page #payment_form .line.total_line .ammount{
    font-family: Times New Roman;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 100%;
    color: #062949;
    margin-top: 10px;
	text-align: center;
}


.page-template-Thank_you_page #payment_form .line.total_line a.dt-sc-bordered-button1,
.page-template-Thank_you_page #payment_form .line.total_line button.dt-sc-bordered-button1
{
    float: right;
    min-width: 195px;
    margin-top: 4px;
}




/**********************/




.page-template-Thank_you_page .checkout_block .right_col{
    width: 50%;
    float: right;
}

.page-template-Thank_you_page .checkout_block .right_col .content{
    display: inline-block;
    margin-right: -50px;
    margin-top: 40px;
}

.page-template-Thank_you_page .checkout_block .right_col .card_container{
    width: 433px;
    height: 232px;
    position: relative;
}


.page-template-Thank_you_page .checkout_block .right_col .card_container img{
    position: absolute;
    border-radius:8px;
}

.page-template-Thank_you_page .checkout_block .right_col .card_container img.card{
    top:0;
    left: 77px;
    z-index: 3;
}

.page-template-Thank_you_page .checkout_block .right_col .card_container img.card_back{
    top:14px;
    left: 121px;
    z-index: 2;
}

.page-template-Thank_you_page .checkout_block .right_col .card_container:after{
    content: '';
    display: block;
    width: 144px;
    height: 144px;
    background-image: url('images/dots.png');
    background-repeat: no-repeat;

    position: absolute;
    left:0px;
    bottom:0;
    z-index: 1;
}


.page-template-Thank_you_page .checkout_block .right_col .payments{
    margin-top: 30px;
}


.page-template-Thank_you_page .checkout_block .right_col .payments img{
    display: block;
    float: left;
    margin-left: 5px;
    border-radius: 5px;
}


.page-template-Thank_you_page .checkout_block .right_col .payments img:first-child{
    margin-left: 0;
}

.page-template-Thank_you_page .checkout_block .right_col{
    text-align: right;
}
/***********************************/
.page-template-Thank_you_page .products_container .slick-arrow{
    display:none!important;
}


/******************************ONE***************************************************************************************/
.page-template-Thank_you_page_one #main{
    position:relative;
}

.page-template-Thank_you_page_one #main:after {
    content: '';
    display: block;
    width: 100%;
    height: 700px;
    background-color: #022444;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.page-template-Thank_you_page_one .breadcrumb-section {
    display: none;
}

.page-template-Thank_you_page_one #primary {
    margin-top: 70px;
}

.page-template-Thank_you_page_one .subtitle{
    max-width: 380px;
}

.page-template-Thank_you_page_one .main_info{
    margin-top: 60px;
}

.page-template-Thank_you_page_one .main_info .left_col{
    width: 50%;
    float: left;
    position:relative;
    padding-left: 100px;
}


.page-template-Thank_you_page_one .main_info .left_col:before{
    content: '';
    display: block;
    width: 144px;
    height: 144px;
    background-image: url('images/dots2.png');
    background-repeat: no-repeat;

    position: absolute;
    left: 40px;
    top: -89px;
    z-index: 1;
}



.page-template-Thank_you_page_one .main_info .left_col .product .item_container{
    width: 292px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-radius: 8px;
    padding-bottom: 20px;
    position: relative;
}

.page-template-Thank_you_page_one .main_info .left_col .product .price_container{
    text-align: center;
    margin-top: 20px;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.page-template-Thank_you_page_one .main_info .left_col .product .item_container .price_container > span{
    display: inline-block;
}

.page-template-Thank_you_page_one .main_info .left_col .product .item_container .price_container .symbol{
    font-family: Times New Roman;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    opacity: 0.6;
}

.page-template-Thank_you_page_one .main_info .left_col .product .item_container .price_container .price{
    font-family: Times New Roman;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 41px;
    color: #003267;
    margin-left: 10px;
}

.page-template-Thank_you_page_one .main_info .left_col .product .item_container .price_container .old_price{
    font-family: Times New Roman;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    text-decoration-line: line-through;
    color: #003267;
    opacity: 0.4;
    margin: 4px 0px 0px 10px;
}

.page-template-Thank_you_page_one .main_info .left_col .product .item_container .special_info{
    margin-top: 3px;
    font-family: Times New Roman;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    text-align: center;
}

.page-template-Thank_you_page_one .main_info .left_col .product .item_container .special_info span{color:#59CD65;}


.page-template-Thank_you_page_one .main_info .left_col .product .item_container .description{
    border-top: solid 1px rgba(0,0,0,0.2);
    margin-top:20px;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

.page-template-Thank_you_page_one .main_info .left_col .product .item_container .description ul{
    margin:0;
    padding: 0;
    list-style: none;
}

.page-template-Thank_you_page_one .main_info .left_col .product .item_container .description ul li{
    display: block;
    padding-top: 11px;
    padding-bottom: 0;
    margin-top: 11px;

    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #3f3f3f;
    position: relative;
}

.page-template-Thank_you_page_one .main_info .left_col .product.item_container .description ul li:first-child{
    margin-top:0;
}

.page-template-Thank_you_page_one .main_info .left_col .product .item_container .description ul li:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #59CD65;
    border-radius: 50%;
    position: absolute;
    top:0;
    left:50%;
    margin-left:-3px;
}


.page-template-Thank_you_page_one .main_info .left_col .payments{
    margin-top: 30px;
}

.page-template-Thank_you_page_one .main_info .left_col .payments img{
    width: 54px;
    height:32px;
    border-radius:5px;
    float: left;
    margin-left: 5px;

}


.page-template-Thank_you_page_one .main_info .left_col .payments img:first-child{
    margin-left:0;
}



.page-template-Thank_you_page_one .main_info .right_col{
    width: 50%;
    float: right;
    text-align: left;
}

.page-template-Thank_you_page_one .main_info .right_col h3{
    font-family: Times New Roman;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    /*color: #FFFFFF;*/
	color:#003267;
}

/*********************************************************/
.page-template-Thank_you_page_one .main_info .right_col #payment_form{
    width: 360px;
}

.page-template-Thank_you_page_one #payment_form input::placeholder {
    color: rgba(0,0,0,0.4!important);
}

.page-template-Thank_you_page_one #payment_form input::-webkit-input-placeholder {
    color: rgba(0,0,0,0.4!important);
}

.page-template-Thank_you_page_one #payment_form input::-moz-placeholder {
    color: rgba(0,0,0,0.4!important);
}

.page-template-Thank_you_page_one #payment_form input::-ms-input-placeholder {
    color: rgba(0,0,0,0.4!important);
}

.page-template-Thank_you_page_one #payment_form .line{margin-top: 20px}

.page-template-Thank_you_page_one #payment_form .line.clearfix input{
    width: 165px!important;
    float: right;
}

.page-template-Thank_you_page_one #payment_form .line.clearfix input:first-child{
    float: left;
}

.page-template-Thank_you_page_one #payment_form .line.total_line{
    margin-top: 40px;
    position:relative;
}

@media screen and (max-width: 767px){

	.page-template-Thank_you_page_one #payment_form .line.total_line{
		margin-top: 50px;
		position:relative;
	}

}/*@media screen and (max-width: 767px){ */


.page-template-Thank_you_page_one #payment_form .line.total_line .total{
    float: left;
    width: 120px;
    float: left;
}

.page-template-Thank_you_page_one #payment_form .line.total_line .total{
    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    color:rgba(0,0,0,0.6);
}

.page-template-Thank_you_page_one #payment_form .line.total_line .ammount{
    font-family: Times New Roman;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 100%;
    /*color: #062949;*/
    margin-top: 10px;
	text-align: center;
}
.page-template-Thank_you_page_one #payment_form .line.total_line .amount-lp{
    color:#59cd65;
}


.page-template-Thank_you_page_one #payment_form .line.total_line a.dt-sc-bordered-button1,
.page-template-Thank_you_page_one #payment_form .line.total_line button.dt-sc-bordered-button1{
    float: right;
    min-width: 195px;
    margin-top: 4px;
}
/***************************************/

.page-template-Thank_you_page_one .terms{
    margin-top: 100px;
    text-align: center;
}


.page-template-Thank_you_page_one .copyright-info-bottom{
    margin-top:40px
}


/*************************************/
.cvv_container{
    position: relative;
    float: right;
}

.cvv_container .info_icon{
    display:block;
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    top: 12px;
    right: 12px;

    border:solid 1px #CCCCCC;
    border-radius: 50%;

    text-align: center;

    font-size: 14px;
    color:#a9a7a7;
    cursor:pointer;
}

.card_popup{
    position: absolute;
    width: 430px;
    height:365px;

    right: -440px;
    top:-313px;

    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 30px 30px 30px 40px;

    z-index: 10000;
    display:none;
}

.card_popup.open{
    display: block;
}


.card_popup:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;

    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid white;
    left: -8px;

    bottom: 19px;
}


.card_popup .icon-close{
    position: absolute;
    top:20px;
    right:20px;

    font-size: 16px;
    color:#06294A;
    cursor:pointer;
}

.card_popup .title{
    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}

.card_popup .desc{
    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    opacity: 0.4;
    margin-top: 10px;
}

.card_popup .line_cards{
    margin-top: 25px;
    ;
}

.card_popup .line_cards .card_container{
    float: right;
}

.card_popup .line_cards .card_container:first-child{
    float: left;
}

.card_popup .line_cards .card_container .card_title{
    width: 100%;
    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 150%;
    text-align: center;
    color: #333333;

    text-align: center;
    margin-bottom: 8px;
}

.card_popup .line_cards .card_container .card img{
    max-width: 100%;
    height:auto;
}


.card_popup .dashed_line_container{
    position: relative;
    height: 53px;
}

.card_popup .dashed_line_container:after{
    position: absolute;
    content: '';
    width: 194px;
    height:53px;

    background-image: url('images/dashed.png');
    background-repeat: no-repeat;
    right:28px;
    top: -12px;
}

.card_popup .cvv_bottom_title{
    text-align: center;
    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}


@media screen and (min-width: 768px) and (max-width: 991px){
    .card_popup{
        /*right: -422px;*/
		right: -400px;
    	width: 405px;
    }
}/*@media screen and (min-width: 768px) and (max-width: 991px){*/

@media screen and (max-width: 767px){
    .cards_container{
        position: relative;
    }

    .cards_container .cvv_container{
        position: static;
    }

    .card_popup{
        position: fixed;
        width: calc(100% - 30px);
        margin-left: 15px;
        min-height: 455px;
        right:auto;
        top:30px;
        left:0px;
        padding: 30px 20px;
    }

    .card_popup:after{
        display:none;
    }

    .card_popup .line_cards .card_container{
        float:left;
        width: 170px;
        clear: left;
    }

    .card_popup .line_cards .card_container:nth-child(2){
        margin-top:20px;
    }

   .dashed_line_container, .card_popup .cvv_bottom_title{
        display:none;
    }

    .card_popup .line_cards{
        position: relative;
    }

    .card_popup .right_dashed{
        display: block!important;
        position: absolute;
        width: 27px;
        height: 140px;
        background-image: url('images/right_dashed.png');
        background-repeat: no-repeat;
        top:70px;
        left:160px;
    }

    .card_popup .right_dashed span{
        font-family: Merriweather;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 150%;
        color: #000000;

        width: 65px;
        height:21px;
        position: absolute;
        top: 40px;
        left:35px;

    }

    .popup_overlay{
        width: 100%;
        height: 100vh;
        position: fixed;
        top:0;
        left:0;
        background-color: rgba(0, 0, 0, 0.35);
        z-index: 9999;
    }

}/*@media screen and (max-width: 767px){*/


/**************************thanks_one_product******************************/

/*.thanks_one_product .cvv_container .info_icon{
    border: solid 1px #ffffff;
    background-color:#ffffff;
}*/


.thanks_one_product .card_popup{
    top:-318px;
    right: auto;
    left:-450px;
}


.thanks_one_product .card_popup:after {
    width: 0;
    height: 0;
    border-right:none;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;

    border-left: 8px solid white;
    left: auto;
    right: -8px;
    bottom: 19px;
}

@media screen and (max-width: 767px){
.thanks_one_product .card_popup{
    top:30px;
    right: auto;
    left: 0px;
}

}/*@media screen and (max-width: 767px){*/

#payment_form{
    position: static;
}
.gooey {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 210px;
    height: 63px;
    left: auto;
    margin: 0;
    bottom: auto;
    background-color:#ffffff;   
}

.gooey .title{
    text-align:center;
    font-family: Merriweather;
    font-size:16px;
    color: rgba(0,0,0,0.6);
}

.gooey .loader{
    position:relative;    
}


.gooey .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0px;
    left: 30px;
    filter: blur(4px);
    background: #000;
    border-radius: 50%;
    transform: translateX(0);
    animation: dot 2.8s infinite;
    filter: contrast(20);
}
.gooey .dots {
    transform: translateX(0);
    margin-top: 17px;
    margin-left: 45px;
    animation: dots 2.8s infinite;
}
.gooey .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    filter: blur(4px);
    background: #000;
    border-radius: 50%;
    filter: contrast(20);
}
@-moz-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@-webkit-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@-o-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@-moz-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}
@-webkit-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}
@-o-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}
@keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

#menu-container{
    position: relative !important;
}
.success{color:green;}
.fullscreen-notification {
    margin: 0 auto;
    padding: 100px 0;
    max-width: 520px;
    text-align: center;
}
.fullscreen-notification h2 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
}
.fullscreen-notification span {
    font-weight: bold;
}
.text-success {
    color: #67b23d;
}
.form-group-submit {
    margin-top: 30px;
}
.img-svg {
    max-width: 150px;
    margin-bottom: 20px;
}
.img-svg path {
    fill: #59CD65 !important;
}

/*******card_exp_popup***********************************/
.expiration_container {
    position: relative;
    float: left;
}

.expiration_container .info_icon {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    top: 12px;
    right: 12px;
    border: solid 1px #CCCCCC;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #a9a7a7;
    cursor: pointer;
}


/*.thanks_one_product .expiration_container .info_icon {
    border: solid 1px #ffffff;
    background-color: #ffffff;
}*/



.card_popup_exp{
    position: absolute;
    width: 430px;
    height:280px;

    left: 180px;
    top:-228px;

    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 30px 30px 30px 30px;

    z-index: 10000;
    display:none;
}

.card_popup_exp:after {
	content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid white;
    left: -8px;
    bottom: 19px;
}


.thanks_one_product .card_popup_exp{
    position: absolute;
    width: 430px;
    height:280px;
	
    left: -440px;
    top:-240px;

    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 30px 30px 30px 30px;

    z-index: 10000;
    display:none;
}


.card_popup_exp.open{
    display: block;
}



.thanks_one_product .card_popup_exp:after {
	content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid white;
    left: -8px;
    bottom: 11px;
}


.thanks_one_product .card_popup_exp:after {
	width: 0;
    height: 0;
    border-right: none;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid white;
    left: auto;
    right: -8px;
    bottom: 11px;
}


.card_popup_exp .icon-close{
    position: absolute;
    top:20px;
    right:20px;

    font-size: 16px;
    color:#06294A;
    cursor:pointer;
}

.card_popup_exp .title{
    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}

.card_popup_exp .desc{
    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    opacity: 0.4;
    margin-top: 10px;
}


.card_popup_exp .card_container{
    margin-top: 25px;
}


.card_popup_exp .line_cards .card_container{
    float: right;
	position:relative;
}


.card_popup_exp .line_cards .card_container .card{
    float: left;
	width:165px;
	height:95px;
	
}


.card_popup_exp .line_cards .card_container .card img{
	max-width:100%;
	height:auto;
}


.card_popup_exp .dashed_line{
    position: absolute;
    width: 125px;
    height:2px;
    background-image: url('images/card_exp_dashed.png');
    background-repeat: no-repeat;
    bottom:59px;
    right: 152px;
}


.card_popup_exp .card_exp_title{
    position:absolute;
	bottom: 50px;
	right: 40px;
	font-family: Merriweather;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.card_popup_exp {
		left:128px
	}
	
	.thanks_one_product .card_popup_exp {
		width: 370px;   		
    	left: -380px;    	
	}


}/*@media screen and (min-width: 768px) and (max-width: 991px){*/


@media screen and (max-width: 767px){
	
	.card_popup_exp, .thanks_one_product .card_popup_exp {
		position: fixed;
		width: calc(100% - 30px);
    	margin-left: 15px;
		top: 30px;
		right: auto;
		left: 0px;
		margin-left:15px;		
	}

	.card_popup_exp:after, .thanks_one_product .card_popup_exp:after{display:none}

	.card_popup_exp .dashed_line{right:128px;}

	.card_popup_exp .card_exp_title{right:15px;}

}/*@media screen and (max-width: 767px){*/

@media screen and (max-width: 320px){

	.card_popup_exp{height:auto!important}

	.card_popup_exp .dashed_line{display:none;}

	.card_popup_exp .card_exp_title{
		position:static;
		margin-top:15px;
	
	}

}/*@media screen and (max-width: 320px){*/



/*.label_confirm_agree{
	color:#cecbcb;
}


.label_confirm_agree a{
	color:#fb2424;
}*/

#secure_payment.disabled, #secure_payment[disabled], .wpcf7-submit[disabled],.wpcf7-submit.disabled {
    pointer-events: none;
    opacity: 1;
    cursor: auto;
    background-color: #CCCCCC !important;
    box-shadow: 0px 0px 0px 2px #CCCCCC !important;
    -moz-box-shadow: 0px 0px 0px 2px #CCCCCC !important;
    -webkit-box-shadow: 0px 0px 0px 2px #CCCCCC !important;
}
#post-3981 .column.first{
    display: none;
}
#post-3981 .column.dt-sc-one-third.space{
    width: 50%;
    margin: 0px 25%;
    padding: 0px;
    float: left;
}
input.reset_input.success{border:1px solid #00C48C !important}
.card_container {
    position: relative;
    /*float: left;*/
}
.card_container .type_icon {
    display: block;
    position: absolute;
    width: 44px;
    height: 26px;
    line-height: 30px;
    top: 12px;
    right: 3px;
}
.thanks_one_product input.reset_input.success {
    border:1px solid #00C48C !important;
}
.thanks_one_product input.reset_input.error {
    border:1px solid #FF0000 !important;
}
.type_icon{/*background-color:#FFF!important;*/background-repeat:no-repeat!important;background-size:32px 20px!important;background-position: center right 10px!important;}
/*:lang(he) #input-card{background-position:center left 35px!important}*/
/*:lang(en) #input-card{background-position:center right 35px!important}*/
.type_icon.visa{background-image:url(./images/card/Visa_Payment_Icon.png)}
.type_icon.mastercard{background-image:url(./images/card/Master_Card_Icon.png)}
.type_icon.amex{background-image:url(./images/card/American_Express-Payment_Icon.png)}
.type_icon.maestro{background-image:url(./images/card/Maestro_Payment_Icon.png)}
.type_icon.discover{background-image:url(./images/card/Discover_Payment_Icon.png)}
.type_icon.diners{background-image:url(./images/card/Diners_Club_International_Icon.png)}
.type_icon.cirrus{background-image:url(./images/card/Cirrus_Payment_Icon.png)}
.type_icon.isracard{background-image:url(./images/card/Isracard.png)}
.type_icon.dankort{background-image:url(./images/card/dankort.png)}
.type_icon.forb{background-image:url(./images/card/forb.png)}
.type_icon.laser{background-image:url(./images/card/laser.png)}
.type_icon.unionpay{background-image:url(./images/card/unionpay.png)}
.type_icon.visaelectron{background-image:url(./images/card/Visa_Electron.png)}
.type_icon.jcb{background-image:url(./images/card/jcb.png)}

/******************************/
.info_images_container{
    float:right;
    clear:right;
    padding-top: 10px;
    overflow: hidden;
}


.info_images_container img{
    max-width: 90px;
    height: auto;
    float: right;
    margin-right: 20px;
}

.info_images_container img:first-child{
    margin-top: 5px;
}

.info_images_container img:first-child{
    margin-right: 0px;
}

/**************************************/
.validation_ok > #card_number{
    border-color: #3c763d!important;
}

.validation_error > #card_number{
    border-color: #a94442!important;
}

.line.card_container:before{
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;

    position: absolute;
    right: 53px;
    top:13px;
    display: none;
}


.line.card_container.validation_error:before{
    display:block;
    content: "\e014";
    color:#a94442;
}

.line.card_container.validation_ok:before{
    display:block;
    content: "\e013";
    color:#3c763d;
}
/***********************/
.validation_ok > #expiration, .validation_ok > #cvv{
    border-color: #3c763d!important;
}

.validation_error > #expiration, .validation_error > #cvv{
    border-color: #a94442!important;
}


.expiration_container:before, .cvv_container:before{
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;

    position: absolute;

    display: none;
}


.expiration_container.validation_error:before, .cvv_container.validation_error:before{
    display:block;
    content: "\e014";
    color:#a94442;
    right: 45px;
    top:12px;
}

.expiration_container.validation_ok:before, .cvv_container.validation_ok:before{
    display:block;
    content: "\e013";
    color:#3c763d;
    right: 45px;
    top: 11px;
}


/**************************/
.page-template-Thank_you_page_one #payment_form .line.card_container.validation_error:before{
    top:13px;
}
.page-template-Thank_you_page_one #payment_form .line.card_container.validation_ok:before{
    top:12px;
}

.page-template-Thank_you_page_one #payment_form .expiration_container.validation_ok:before, .page-template-Thank_you_page_one #payment_form .cvv_container.validation_ok:before{
    top:10px;
}

div.wpcf7-mail-sent-ok {
    display: none !important;
}



/**********************/
.page-template-Thank_you_page_one #main:after{
	display:none!important
}

.page-id-2905 header .dt-sc-bordered-button1{display:none!important}
.page-id-2905 footer .dt-sc-bordered-button{display:none!important}
.page-id-3062 #text-55{display: none;}
.page-id-3062 #text-56{display: none;}
.page-id-3062 .copyright .copyright-info{ display: none;}
.page-template-Thank_you_page_one .item_container .buttons_block{
    display: none;
    text-align: center;
    margin-top: 10px;
}


