/* Edited 2024-10-09T11:04:25.931Z */#productlisttabs ul li {
    float: left;
    list-style-type: none;
    padding: 35px 25px;
}

.user_info img {
	border-radius: 100%;
	width: 55px;
	height: 55px;
	margin-top: -33px;
}
.user_half {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	flex-wrap: wrap;
	margin-left: 15px;
}

.user_info {
    clear: none;
		float: none;
    margin: 0;
    border: none;
    position: relative;
		display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
		width: 100%;
    max-width: 280px;
}

div.user_name {
    font-weight: bold;
    font-size: 15px;
    float: left;
    color: #595a5a;
    margin-left: 100px;
    width: 95px;
    text-align: left;
    margin-top: -45px;
    width: auto;
}

.display-winner {
    position: absolute;
    top: 75px;
    left: 40px;
}

.display-winner-relative {
    position: relative;
}

.main_popup_product .remove_text {
    width: 100%;
}

.user_img {
	float: none;
	position: relative;
	top: 0px;
	bottom: 0;
	left: 0;
	margin: 0;

	+ div {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;

		.message_box__link {
			display: block;
			margin: 0px 0px 0px -25px;
		}
	}
}

#psloginform label {
    float: right;
    margin-bottom: 20px;
    color: #4a90e2;
    font-size: 25px;
    font-weight: 200;
    line-height: 24px;
}

#psloginform p {
    clear: both;
    color: #4a90e2;
    display: inline-block;
    margin: 0 0 10px 0px;
    position: relative;
    width: 100%;
}

#psloginform p.login-remember input#rememberme {
    float: left;
    margin-right: 33px;
}

#psloginform input {
    float: right;
    margin-right: 10px;
    text-align: right;
    margin-bottom: 20px;
    border: medium none;
    border-radius: 6px;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: auto;
    font-size: 20px;
    padding: 12px 4%;
}

#psloginform input#user_pass {
    margin-right: 53px;
}

#psloginform input#wp-submit {
    color: #fff;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    margin: 5px 0px;
    padding: 10px 4%;
    border: none;
    border-bottom-color: #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 2px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: middle;
    background: #4a90e2;
    text-shadow: none;
    font-size: 17px;
    font-weight: normal;
    line-height: 25px;
    cursor: pointer;
}

.fancybox-skin {
    
    background: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

#psloginform input.error {
    border: 1px solid #FF0000;
}

#psloginform label.error,
p.error-msg {
    float: right;
    margin-bottom: 0px;
    font-weight: 200;
    line-height: 24px;
    text-align: right;
    color: #ff0000;
    position: absolute;
    top: 50px;
    right: 116px;
    font-size: 14px;
}

#psloginform {
    margin-bottom: 0px;
    margin-top: 10px;
}

p.error-msg {
    margin: 0px;
}

.page-template-products_template #wrapper {
    background: url("../images/bg_gradient1.png") no-repeat scroll 0 0 / 100% auto #fff;
    border: medium none;
    margin: 0;
    padding: 50px 20px;
}

.products_counter {
    background-color: #5CA7D0;
    border-radius: 5px;
    padding: 5px 5px 5px 0px;
    color: #ffffff;
    font-family: FbSpoiler-Regular !important;
}

.products_counter .column {
    float: left;
    width: 24.2%;
    border-right: 1px solid #ffffff;
    text-align: center;
    min-height: 207px;
    margin-top: 5px;
    padding-top: 10px;
}

.products_counter .col4 {
    border: none;
}

.products_counter .column h4 {
    background: url("../images/plus_icon.png") center right 15px no-repeat;
    margin-top: 0px;
    font-size: 17px!important;
}

.products_counter .counter {
    font-size: 70px;
    padding: 30px 15px 28px 28px;
    text-align: center;
}
.products_counter .column.col1 .counter {
    padding: 12px 5px 0px 5px;
}


.products_counter .subcounter {
    background: url("../images/clock_icon.png") center right no-repeat;
    width: 36%;
    height: 22px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    line-height: 10px;
    margin-right: 5px;
}

.products_counter ul.subcounter li {
    float: left;
    width: 25%;
    list-style-type: none;
    padding-top: 6px;
    padding: 0px !important;
}

.products_counter ul.subcounter li span.cnumber {
    font-size: 32px;
    float: left;
    padding: 1px 12px;
}

.products_counter ul.subcounter li span.ctext {
    font-size: 11px;
    float: left;
    clear: both;
    padding: 8px 0px 0px 20px;
    
}



.products_template .grid_product_list .main_product {
    margin: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    float: left;
    width: calc(33.333% - 20px);
    padding: 6px 6px;
    -webkit-box-shadow: 0px 1px 4px #888888;
            box-shadow: 0px 1px 4px #888888;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
}

.grid_product_list .main_product {
    background: #ffffff;
}

.grid_product_list .main_product .product_desc {
    
}

.grid_product_list .main_product .product_view {
    background-color: #5CA7D0;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: block;
    max-width: 90%;
    clear: both;
    left: 5%;
    line-height: 1;
}

.grid_product_list .main_product.large .product_view {
    margin-top: 24px;
}

.grid_product_list .main_product .product_view a {
    color: #ffffff;
    display: block;
}

.main_product .product_img_content {
    position: relative;
}

#productlisttabs .pro_excerpt ul li{
  padding-top: 2px;
  padding-bottom: 2px;
  list-style-type: disc;
  float: none;
  padding-right: 0;
  font-weight: normal;

}

#productlisttabs .pro_excerpt{
   overflow: hidden;
}


.container-mix {
    max-width: 1000px;
    width: 990px;
    background-color: #f2f2f2;
    padding-bottom: 0px;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-mix.bg-white {
    background-color: #fff;
}

.qa-accordion {
    h3 {
        font-size: 36px;
    }
}

@media screen and (min-width: 500px){
.page-template-template-personalized-deals img#popular_icon {
    bottom: 82%;
    position: absolute;
    right: 66%;
    width: 36%;
    z-index: 100;
}
}

@media screen and (max-width: 480px){
 img#popular_icon {
    z-index: 1;
    width: 18%;
    position: absolute;
    top: 0;
    right: 19%;
 }

}

@media screen and (max-width: 413px) {
 .page-template-template-personalized-deals img#popular_icon {
         width: 20.5%!important; 
         right: 64px;
    }
      
 .page-template-template-personalized-deals #element_to_pop_up1 {
}

.page-template-template-personalized-deals .purchase_iframe iframe#frame {
    width: 101%;
    height: 472px;
}
 }

@media screen and (max-width: 394px) {
 .page-template-template-personalized-deals img#popular_icon {
         width: 24%!important; 
         right: 17%!important;
    }
 }
 
@media screen and (max-width: 390px) {
 .page-template-template-personalized-deals .purchase_iframe iframe#frame {
    width: 105%;
    height: 472px;
}
 }
   @media screen and (max-width: 375px) {   
 
        
 .page-template-template-personalized-deals #element_to_pop_up1 {
}

.page-template-template-personalized-deals .purchase_iframe iframe#frame {
    width: 101%!important;
    
    height: 428px!important;
}
 }
 @media screen and (max-width: 377px) {   
 .page-template-template-personalized-deals img#popular_icon {
        width: 20%!important; 
        right: 21.5%!important;        
    }
        
 .page-template-template-personalized-deals #element_to_pop_up1 {
}

.page-template-template-personalized-deals .purchase_iframe iframe#frame {
    width: 101%;
    height: 472px;
}
 }

 @media screen and (max-width: 360px) {   
 .page-template-template-personalized-deals img#popular_icon {
        width: 19%!important; 
        right: 18.5%!important;      
    }
 .page-template-template-personalized-deals .purchase_iframe {
    width: 114%;
    margin-right: -7px;
    }
 .page-template-template-personalized-deals .purchase_iframe iframe#frame {
    width: 100%;
    height: 472px;
    }
 
 }
  @media screen and (max-width: 414px){
 .page-template-template-personalized-deals #element_to_pop_up1 {
}
.page-template-template-personalized-deals .pelecard_style {
    width: 390px;
    height: 474px;
}
 }
.main_product > .product_cost_pluses {
    color: #000;
    display: block;
    position: absolute;
    top: 70%;
    text-align: center;
    margin: 0 auto;
    width: 95%;
}


#element_to_pop_up1 .product_cost_pluses-contaner {
    bottom: -3%;
}

#element_to_pop_up1 .main_popup_product .product_img_content_popup {
    margin-bottom: 50px;
}

#element_to_pop_up1 .product_img_content_popup .prod_img img {
    margin-top: 55px;
}

.product_cost_pluses-contaner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap:5%;
    position: absolute;
    bottom: 21%;
    width: 95%;
}


  .product_cost_pluses.jk.prev::before {
    content: "";
    position: absolute;
    top: 57%;
    left: -5px;
    width: 112%;
    height: 2px;
    background-color: red;
    -webkit-transform: rotate(350deg);
            transform: rotate(350deg);
  }
  .product_cost_pluses.jk.prev {
    height: 44px;
}
.product_cost_pluses.discount {
    background: none;
    color: black;
}
.product_cost_pluses.jk.discount {
    right: 151px;
    background: none;
    color: black;
}
.main_product .product_cost_pluses h4 {
	margin: 6px 0px 0px 0px;
	font-size: 20px !important;
	font-family: arial;
	text-align: center;
	padding: 0 2px 6px 0;
}

.main_product .product_desc .pro_title {
    margin-top:10px;
    text-align: center;
}

.main_product .product_desc .pro_excerpt {
    text-align: center;
}

.main_product .product_cost_pluses.prev span.plus_text {
    color: grey;
}

.main_product :not(.product_cost_pluses-contaner) .product_cost_pluses span.plus_text {
    font-size: 23px;
    font-weight: normal;
    color:#000;
}

.main_product .product_cost_pluses span.plus_text + s {
    color: grey;
    font-weight: 400;
}

#productlisttabs .tab_header {
    color: #5ca7d0;
    float: right;
    font-family: FbSpoiler-Regular;
    font-size: 22px;
    position: absolute;
    right: 5px;
    
    width: 24.6%;
    padding-bottom: 1.5%;
    font-weight: bold;
    height: 18px;
    padding-top: 30px;
}
#productlisttabs .tab_header_first {
    color: #5ca7d0;
    float: right;
    font-family: FbSpoiler-Regular;
    font-size: 22px;
    position: absolute;
    right: 5px;
    width: 24.6%;
    padding-bottom: 1.5%;
    font-weight: bold;
    height: 18px;
    padding-top: 9px;
}

#productlisttabs ul.ui-widget-header {
    background: none;
    border: none;
    border-bottom: 1px solid #979797!important;
    border-radius: 0px;
}

#productlisttabs li.ui-state-default {
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    
    margin: 4px 0px 1px 0px;
    padding: 0px 1px;
    display: inline-block;
}

#productlisttabs li.cat-3000 {
    background: url("../images/darkyellow+.png") center 6px no-repeat!important;
}

#productlisttabs li.cat-2400 {
    background: url("../images/red+.png") center 6px no-repeat!important;
}

#productlisttabs li.cat-1800 {
    background: url("../images/mint+.png") center 6px no-repeat!important;
}

#productlisttabs li.cat-1200 {
    background: url("../images/yellow+.png") center 6px no-repeat!important;
}

#productlisttabs li.cat-900 {
    background: url("../images/green+.png") center 6px no-repeat!important;
}

#productlisttabs li.cat-600 {
    background: url("../images/pink+.png") center 6px no-repeat!important;
}

#productlisttabs li.cat-300 {
    background: url("../images/blue+.png") center 6px no-repeat!important;
}

#productlisttabs li.cat-100 {
    background: url("../images/purple+.png") center 6px no-repeat!important;
}

#productlisttabs li.ui-tabs-active.ui-state-active {
    border-top: 1px solid #979797 !important;
    border-left: 1px solid #979797 !important;
    border-right: 1px solid #979797 !important;
    border-bottom: none!important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    
    margin: 4px 0px -16px 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#productlisttabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-weight: bold;
    font-size: 22px;
    padding: 30px 18px 0px 18px;
    font-family: Arial;
    margin-bottom: -1px;
    margin-top: 5px;
    border-bottom: 1px solid #ECFDFE;
}


#productlisttabs li.cat-1.ui-tabs-active.ui-state-active {
    border: none!important;
}


#post-80318 a#ui-id-3,
#post-77203 a#ui-id-3,
#post-78739 a#ui-id-3
 {
    display: none;
} 
#productlisttabs li.cat-3000 .ui-tabs-anchor {
    color: #FF001F;
}

#productlisttabs li.cat-2400 .ui-tabs-anchor {
    color: #F5CF8A;
}

#productlisttabs li.cat-1800 .ui-tabs-anchor {
    color: #3ABEA0;
}

#productlisttabs li.cat-1200 .ui-tabs-anchor {
    color: #BD10E0;
}

#productlisttabs li.cat-900 .ui-tabs-anchor {
    color: #D6235C;
}

#productlisttabs li.cat-600 .ui-tabs-anchor {
    color: #A7CB40;
}

#productlisttabs li.cat-300 .ui-tabs-anchor {
    color: #F7BD5D;
}

#productlisttabs li.cat-100 .ui-tabs-anchor {
    color: #9DCAE1;
}

.product_img_detail {
    display: none;
    position: absolute;
    top: 0px;
    float: right;
    color: #ffffff;
    padding: 47px 0px 0px 0px;
    right: 0;
    left: 0;
    
}




.main_product .product_img img {
    cursor: pointer;
    width: 100%;
    margin: 0 0 0 15px;
    max-height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
}

#productlisttabs {
    position: relative;
    border: none;
    background: none;
    margin-top: 10px;
}

.show_con {
    display: block !important;
}

.product_img_detail .pro_img_submit {
    text-align: center;
    padding-bottom: 5px;
}

.product_img_detail .pro_img_submit a {
    background: none repeat scroll 0 0 #a7cb40;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    padding: 4px 12px;
}

.product_img_detail .pro_img_title {
    padding: 0 22px;
    overflow: hidden;
    height: 63px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.product_img_detail .pro_img_chk {
    font-size: 12px;
}

.product_img_detail .pro_img_chk input[type="checkbox"] {
    float: right;
    margin-top: 5px;
    width: 7%;
    margin-left: 8px;
}

.products_template .grid_product_list {
    position: relative;
    clear: both;
}

.products_template .grid_product_list.rows1 {
    
    height: 826px;
}

img.attachment-full.size-full.wp-post-image {
    border-radius: 10px;
}

.products_template .grid_product_list.rows2 {
}

.products_template .grid_product_list .main_product.small {
}

.products_template .grid_product_list .main_product.large {
}


#productlisttabs .ui-tabs-panel {
    padding: 1em 0 0 0;
}

#post-314 .post-edit {
    display: none;
}

ul.subMenuWrapper {
    padding: 0px;
    margin: 5px 0 0 0;
    text-align: right;
}

ul.subMenuWrapper li {
    float: right;
    width: auto;
    list-style-type: none;
    padding: 24px 16px 2px 16px;
}

ul.subMenuWrapper li a {
    font-size: 16px;
    color: #ffffff;
}
ul.subMenuWrapper li.current-menu-item {
    background: #16648f none repeat scroll 0 0;
}

ul.subMenuWrapper li.current-menu-item {}

.fancybox-skin {
    padding: 0!important;
}

a.fancybox-close {
    display: none;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto!important;
    background: url("../images/bg_overlay.png")!important;
}




.page-template-page_template-with-header #wrapper {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 0;
}

.page-template-page_template-with-header .page_with_header {
    margin-bottom: 0;
}

.winner_header_counter {
    background: url("../images/bg_header.png") no-repeat;
    height: 180px;
    position: relative;
    background-position: center;
    margin-top: -5px;
}



.winner_header_counter .widget-wrapper {
    color: #5CA7D0;
    font-weight: bold;
    font-size: 34px;
    
    position: absolute;
    bottom: 75px;
    right: 225px;
    
}

.inner_winner_page {
    width: 793px;
    margin: auto !important;
}

.header_before_carousel .text_left {
    text-align: left;
    font-size: 20px;
    color: #525353;
}

.header_before_carousel .text_right {
    text-align: right;
    font-size: 34px;
    margin: 0 0px 0 10px;
    color: #D0021B;
    float: right;
}

.all_winners_list.selfie ul.winners_list,
.all_winners_list.record_winners ul.winners_list,
.all_winners_list.youtube_video_winners ul.winners_list {
    padding: 0px 0px 0px 0px;
    height: auto !important;
    list-style-type: none;
}

.all_winners_list.selfie .owl-carousel,
.all_winners_list.record_winners .owl-carousel,
.all_winners_list.youtube_video_winners .owl-carousel {
    display: block;
}

.all_winners_list.selfie .owl-stage-outer,
.all_winners_list.record_winners .owl-stage-outer,
.all_winners_list.youtube_video_winners .owl-stage-outer {
    overflow: hidden;
}

.all_winners_list.selfie .page_winner_selfie_list,
.all_winners_list.record_winners .page_winner_selfie_list {
    position: relative;
}

.page_winners_carousel .winner_details.page_winner_details {
    position: absolute;
    display: none;
    height: 150px;
    cursor: pointer;
    background: rgba(0, 0, 0, .4);
    margin-top: 10px!important;
}

.page_winners_carousel li.page_winners_lists .winner_details .winners_post_title,
.page_winners_carousel li.page_winners_lists .winner_details .winners_subscription,
.page_winners_carousel li.page_winners_lists .winners_amount {
    color: #ffffff!important;
}

.page_winners_carousel li.page_winners_lists .winner_details .winners_post_title {
    margin-top: 30px;
}

.winner_details.page_winner_details:hover {
    display: block;
}

.page_winner_selfie_list img {
    width: 127px !important;
    height: 150px !important;
}

.winners_list li.page_winners_lists,
.winners_list li.page_recorder_lists,
.winners_list li.page_video_lists {
    display: inline-block;
}

.page_winners_carousel .all_winners_list.selfie,
.page_winners_carousel .all_winners_list.record_winners,
.page_winners_carousel .all_winners_list.youtube_video_winners {
    width: 793px;
}

.winner_page_list ul.winners_list {
    margin: 0;
    direction: rtl;
}

.page_winners_carousel .owl-carousel {
    position: relative;
}

.page_winners_carousel .owl-nav .owl-prev {
    position: absolute;
    top: 43%;
    left: -50px;
    background: url("../images/car_left_arrow.png") no-repeat;
    width: 29px;
    height: 53px;
    cursor: pointer;
    font-size: 0px;
    border: none;
}

.page_winners_carousel .owl-nav .owl-next {
    position: absolute;
    top: 43%;
    right: -50px;
    background: url("../images/car_right_arrow.png") no-repeat;
    width: 29px;
    height: 53px;
    cursor: pointer;
    font-size: 0px;
    border: none;
}

.page_winners_carousel .owl-dots {
    display: none;
}

.winners_page_foot_btn .play_section_winners {
    width: 90%;
    margin: 0px auto;
    text-align: center;
}

.winners_page_foot_btn .play_section_winners a {
    margin: 0px 0px 8px 0px;
    background: #a7cb40;
    color: #fff;
    font-size: 28px;
    border: 1px solid #598e1c;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 10px 10px;
    border-radius: 5px;
    clear: both;
    font-weight: bold;
    display: inline-block;
    width: auto;
}

.winners_page_foot_btn .play_section_winners p {
    color: #525353;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
    font-size: 30px;
}

.page_with_header .winners_page_foot_btn {
    margin-bottom: 20px!important;
    margin-top: 50px;
}

.winner_page_footer_section .play_section_winners span {
    margin: 0px 0px 8px 0px;
    background: #a7cb40;
    color: #fff;
    text-align: center;
    font-size: 48px;
    border: 1px solid #598e1c;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 20px 40px;
    border-radius: 5px;
    clear: both;
    font-weight: bold;
    display: inline-block;
    width: 150px;
}

.winner_page_footer_section .play_section_winners p {
    color: #525353;
    font-weight: normal;
    margin: 10px 0px 0px 0px;
    font-size: 16px;
}

.vc_row.vc_custom_1431675490736 {
    margin-left: 0;
    margin-right: 0;
}

.page_with_header .vc_col-sm-12.wpb_column.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.page_with_header .youtube_video_winners .winners_list li {
    width: 391px !important;
    height: 230px !important;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.page_with_header .all_winners_list.youtube_video_winners ul.winners_list {
    margin: 0;
    padding: 0;
}

.yu_tube .fluid-width-video-wrapper iframe,
.yu_tube iframe {
    height: 230px !important;
}

.page_with_header .youtube_video_winners .winners_list li.counter-1 {
    margin-left: 10px;
}

.all_winners_list.record_winners,
.all_winners_list.youtube_video_winners {
    direction: ltr;
    margin: 0 auto;
    padding: 0 0 10px;
    width: 997px;
}

.all_winners_list.selfie {
    padding-bottom: 10px !important;
}

.winner_sub_heading {
    border-bottom: 2px solid #bec0c1;
    margin-bottom: 30px !important;
    margin-top: 50px;
    padding-bottom: 5px;
}

.main_recoders .winners_list .cp-container {
    background: none!important;
    padding: 15px 5px;
    width: 110px;
    height: 110px;
    margin-top: 12px;
    z-index: 1;
}

.winners_list li.page_recorder_lists {
    width: 122px;
    margin: 5px;
    position: relative;
    background: rgba(1, 1, 1, 0.8) none repeat scroll 0 0 !important;
}

.winners_list li.page_recorder_lists .recorder_details {
    bottom: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
}

.winners_list li.page_recorder_lists .recorder_details .winners_post_title,
.winners_list li.page_recorder_lists .recorder_details .winners_amount {
    display: block;
}

.winners_list li.page_recorder_lists .recorder_details .winners_post_title {
    margin-top: 10px;
}

.winners_list li.page_recorder_lists .recorder_details .winners_rec_date {
    bottom: 0;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 5px;
}

.winners_list li.page_recorder_lists .recorder_details .winners_amount {
    padding: 5px 0;
}

.main_recoders .winners_list .cp-container .cp-controls li {
    bottom: 30px;
}

.all_winners_list.record_winners ul.winners_list {
    margin: 0;
}

.page_winners_carousel .record_winners .owl-controls .owl-nav .owl-prev {
    top: 35%;
}

.page_winners_carousel .record_winners .owl-controls .owl-nav .owl-next {
    top: 35%;
}

.winners_amount_left {
    font-weight: normal;
}

.winners_amount_right {
    font-size: 30px;
}

.winner_header_counter .counterWrapper,
.withcounter {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    padding-right: 155px;
}


.winner_header_counter .counterWrapper {
    font-size: 42px;
    padding-right: 10px;
}

.preload {
    display: none !important;
}




:root .menu,
:root .menu a:hover {
    
}

:root .winner_header_counter .widget-wrapper {
    background-color: transparent !important;
}




.slider_content .slide_play_button:hover {
    opacity: 0.80;
    background-color: green;
}

#widgets .counter_section .button:hover {
    opacity: 0.80;
    background-color: green;
}

#widgets .play_section_winners a:hover {
    opacity: 0.80;
    background-color: green;
}

#header .menu li {
    position: relative;
}















.slider .metaslider .caption-wrap .slider_heading .main_ani {
    position: relative;
    overflow: hidden;
    width: 292px;
    height: 136px;
}

.slider .metaslider .caption-wrap .slider_heading span {
    
    position: absolute;
    top: 0;
    -webkit-animation: myfirst 5s;
    
    animation: myfirst 5s;
    -webkit-animation-fill-mode: forwards;
    
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    
    animation-delay: 2s;
}

.home .slider_frame {
    width: 3px;
}

@keyframes myfirst {
    0% {
        right: -292px;
        top: 0px;
    }
    100% {
        right: 0px;
        top: 0px;
    }
}

@-webkit-keyframes myfirst {
    0% {
        right: -292px;
        top: 0px;
    }
    100% {
        right: 0px;
        top: 0px;
    }
}

.last_section .lastContentWrapper {
    position: relative;
}

.last_section .lastContentWrapper .ani_textWrap {
    min-height: 212px;
    position: relative;
    min-width: 339px;
    overflow: hidden;
}

.last_section .lastContentWrapper span {
    
    line-height: 53px;
    position: absolute;
    
    left: 144px;
    
    min-width: 359px;
    position: absolute;
    top: 0;
    -webkit-animation: myfirst 5s;
    
    animation: myfirst 5s;
    -webkit-animation-fill-mode: forwards;
    
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    
    animation-delay: 2s;
}

.last_section .lastContentWrapper .subtext {
    position: absolute;
    width: auto;
    float: right;
    bottom: 0;
    top: 210px;
    right: 15px;
}







.home-widgets #home_widget_3.col-300 .innerWrapHomeWidget {
    position: relative;
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
}








#widgets .all_winners_list.selfie ul.winners_list li .video_content {
    display: inline;
}

#widgets .all_winners_list.selfie ul.winners_list li .video_content .video_play_btn {
    border-radius: 35px;
    height: 40px !important;
    padding: 6px 10px !important;
    position: absolute;
    right: 37px;
    top: 0;
    width: 32px !important;
    outline: none;
}

#widgets .all_winners_list.selfie ul.winners_list li .video_content .video_play_btn:focus {
    border: none !important;
    outline: 0px;
}

.all_winners_list.selfie ul.winners_list li.circleWrap-1 .video_content .video_play_btn {
    background: #f7c22d url(../images/play_icon.png) 22px center no-repeat !important;
}

.all_winners_list.selfie ul.winners_list li.circleWrap-2 .video_content .video_play_btn {
    background: #5ca7d0 url(../images/play_icon.png) 16px center no-repeat !important;
    
    background-size: 24px!important;
    width: 41px!important;
}

.all_winners_list.selfie ul.winners_list li.circleWrap-3 .video_content .video_play_btn {
    background: #d6235c url(../images/play_icon.png) 22px center no-repeat !important;
}

.all_winners_list.selfie ul.winners_list li.circleWrap-4 .video_content .video_play_btn {
    background: #a7cb40 url(../images/play_icon.png) 22px center no-repeat !important;
}

.all_winners_list.selfie ul.winners_list li.circleWrap-1 .video_content .video_stop_btn {
    background: #f7c22d url(../images/stop_icon.png)center no-repeat !important;
}

.all_winners_list.selfie ul.winners_list li.circleWrap-2 .video_content .video_stop_btn {
    background: #5ca7d0 url(../images/stop_icon.png)center no-repeat !important;
}

.all_winners_list.selfie ul.winners_list li.circleWrap-3 .video_content .video_stop_btn {
    background: #d6235c url(../images/stop_icon.png)center no-repeat !important;
}

.all_winners_list.selfie ul.winners_list li.circleWrap-4 .video_content .video_stop_btn {
    background: #a7cb40 url(../images/stop_icon.png)center no-repeat !important;
}

#widgets .all_winners_list.selfie ul.winners_list li .sc_player_container1 .myButton_play:active,
.all_winners_list.selfie ul.winners_list li .sc_player_container1 .myButton_stop:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

#widgets .all_winners_list.selfie ul.winners_list li .media_div:focus,
#widgets .all_winners_list.selfie ul.winners_list li .sc_player_container1:focus {
    outline: none !important;
}







.leftMenuTab {
    background: #5CA7D0;
    left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 7px;
    z-index: 1500;
    -webkit-box-shadow: 3px 0 2px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 0 2px -2px rgba(0, 0, 0, 0.5);
}

.leftMenuTab a {
    background: #5CA7D0;
    color: #fff;
    font-family: FbSpoiler-Regular !important;
    font-weight: bold;
    font-size: 27px;
    height: 28px;
    left: -55px;
    padding: 12px 18px 12px 18px;
    position: absolute;
    outline: none;
    top: 40%;
    width: 134px;
    cursor: pointer;
    z-index: 1500;
    display: block;
    text-align: center;
    overflow: hidden;
    direction: rtl;
    -webkit-box-sizing: initial;
    box-sizing: initial;
    border-radius: 5px;
    -ms-transform: rotate(270deg);
    
    -moz-transform: rotate(270deg);
    
    -webkit-transform: rotate(270deg);
    
    -o-transform: rotate(270deg);
    
}

.leftMenuTab a:hover,
.leftMenuTab a:active,
.leftMenuTab a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

.customer_sidebar {
    background: #113649 none repeat scroll 0 0;
    bottom: 0;
    direction: rtl;
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 0;
    z-index: 2000;
    padding: 0px;
    -webkit-box-sizing: initial;
            box-sizing: initial;
}

.customer_sidebar,
.side_tab_button {
    -webkit-box-sizing: initial\9 !important;
            box-sizing: initial\9 !important;
}

.customer_sidebar.isOpen {
    position: fixed;
}

#overlay {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 0;
    height: auto !important;
    opacity: 0.8;
    position: fixed !important;
    right: 0;
    top: 0;
    z-index: 1400 !important;
}

.side_content {
    padding: 10px 0 10px 0;
    color: #ffffff;
    width: 380px;
    position: relative;
}

.tab_side_logo {
    text-align: center;
}

.tab_side_section_1,
.tab_side_section_2,
.tab_side_section_3,
.tab_side_section_4 {
    width: 100%;
}

.tab_side_section_1 h3 {
    font-size: 30px;
    font-weight: normal;
    margin: 10px 0;
}

.tab_side_section_2 input.side_tab_search {
    padding: 12px;
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 18px;
    color: #b6b6b6;
}

.tab_side_section_2 form {
    margin-top: 0px;
    width: 100%;
}

.tab_side_section_3 {
    padding-top: 20px;
}

.tab_side_section_3 .side_tab_inner_promo {
    width: 100%;
    height: 220px;
    background-color: #CFF1FF;
    border-radius: 5px;
    color: #00263B;
    position: relative;
}

.side_tab_inner_promo h4 {
    position: absolute;
    top: 35%;
    right: 40%;
}

.tab_side_section_4 h3 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0px;
}

.tab_side_section_4 .side_tab_list_content {
    width: 100%;
    height: 116px;
    background-color: #CFF1FF;
    border-radius: 5px;
    color: #00263B;
}

.side_tab_list_content ul {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 25px 0px 40px;
    border-bottom: 1px solid #484F54;
}

.side_tab_list_content ul li {
    color: #525353;
}

.side_tab_list_content .tab_side_foot_link {
    text-align: left;
    margin: 0px 8px;
}

.side_tab_list_content .tab_side_foot_link a,
.side_tab_list_content .tab_side_foot_link a:hover {
    color: #5CA7D0;
    font-size: 14px;
    font-weight: bold;
}

.side_tab_button {
    background-color: #5CA7D0;
    padding: 5px 15px;
    width: 390px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-box-sizing: initial;
            box-sizing: initial;
}

.side_tab_button .com_tabs {
    text-align: center;
    width: 33%;
    float: left;
    height: 50px;
    border-right: 1px solid #6DBEEB;
}

.side_tab_button .com_tabs a {
    color: #113649;
    font-weight: bold;
}

.side_tab_button .tab_footer_1_img {
    background: url("../images/contact_icon.png") center no-repeat;
    background-size: 20px;
    height: 25px;
}

.side_tab_button .tab_footer_2_img {
    background: url("../images/chat_icon.png") center no-repeat;
    background-size: 20px;
    height: 25px;
    cursor: pointer;
}

.side_tab_button .tab_footer_3_img {
    background: url("../images/faq_icon.png") center no-repeat;
    background-size: 20px;
    height: 25px;
}

.side_tab_button .side_tab_footer_3 {
    border-right: none;
}

img.promo_img {
    height: 220px;
    width: 100%;
}

.custom_widget.widget-title h3 {
    display: none;
}




#footer-wrapper .grid.col-540.last {
    min-height: 220px;
}

.blog_page_temp .blog_page_temp_inner {
    width: 960px;
    margin: 0px auto;
}

.blog_page_temp .blog_page_temp_inner .entry-title {
    display: block !important;
    font-size: 35px;
    margin-top: 0px;
    direction: ltr;
    text-align: right;
}

.blog_page_temp .blog_page_temp_inner .entry-title a {
    color: #555;
}

.blog_page_temp .blog_page_temp_inner .blog_page_temp_inner_right {
    width: 560px;
    float: right;
    margin-right: 30px;
}

.blog_page_temp .blog_page_temp_inner .blog_page_temp_inner_left {
    width: 300px;
    float: right;
    min-height: 100px;
    margin-left: 64px;
    margin-top: 87px;
}

.blog_page_temp .blog_page_temp_inner .blog_page_temp_inner_right h2 a {
    font-weight: 700;
    line-height: 1.0em;
    color: #444444;
    word-wrap: break-word;
    font-size: 35px;
}

.blog_page_temp_inner_left .textwidget {
    margin-bottom: 25px;
}

.blog_page_temp_inner_left .textwidget img {
    width: 100%;
}

.blog_page_temp .blog_page_temp_inner .breadcrumb-list {
    display: none;
}

.blog_page_temp .blog_page_temp_inner .post_enter_date {
    float: left;
    padding-top: 20px;
}

.blog_page_temp .blog_page_temp_inner .avatar {
    margin-left: 10px;
    border-radius: 100%;
}

.blog_page_temp .blog_page_temp_inner .autor_date a,
.blog_page_temp .blog_page_temp_inner .autor_date span {
    color: #444444;
    font-weight: bold;
    font-size: 18px;
    direction: ltr;
}

.blog_page_temp .blog_page_temp_inner .post-data {
    display: none;
}

.blog_page_temp .blog_page_temp_inner p {
    font-size: 19px;
    margin-top: 8px;
}

.blog_page_temp .blog_page_temp_inner .post-entry {
    clear: both;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.blog_page_temp .blog_page_temp_inner a.see_me {
    color: #5ca7d0;
    font-size: 17px;
    margin-right: 6px;
    font-weight: normal;
    font-family: Myriad Pro Regular;
}

.single-blogs .col-620 {
    width: 100%;
}

.single-blogs .blog_page_temp .blog_page_temp_inner .post-entry {
    border-bottom: 1px solid #979797;
}

.single-blogs .blog_page_temp .blog_page_temp_inner .single_blog_page_add {
    float: left;
    width: 100%;
}

.single-blogs .blog_page_temp .blog_page_temp_inner .relative_posts {
    float: left;
    width: 100%;
    min-height: 200px;
    border-top: 1px dashed #848484;
    margin-top: 25px;
}

.single-blogs .blog_page_temp .blog_page_temp_inner .relative_posts span {
    width: 50%;
    float: left;
    text-align: left;
    padding-top: 29px;
}

.single-blogs .blog_page_temp .blog_page_temp_inner .relative_posts h1 {
    width: 50%;
    float: right;
    text-align: right;
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: normal;
}

.single-blogs .relative_blogs_posts_ {
    width: 100%;
    float: right;
}

.single-blogs .single_related {
    width: 254px;
    float: right;
    margin-left: 99px;
}

.single-blogs .single_related img {
    height: 220px;
}

span.post_enter_date.no_padding {
    padding: 0px!important;
}

.single_related.no_margin {
    margin: 0px;
}

.single-blogs .single_related a {
    font-size: 16px;
    color: #525353;
    direction: initial;
    float: right;
}

.single-blogs .blog_page_temp .blog_page_temp_inner .entry-title {
    font-size: 50px;
    width: 532px;
}

.single-blogs .blog_page_temp .blog_page_temp_inner .blog_page_temp_inner_left {
    margin-top: 14px;
}

.gridProductHeader {
    margin-bottom: 25px;
}

.products_template_inner h1 {
    border-bottom: 1px solid #b8b8b5;
    color: #d0021b;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 11px !important;
    margin-top: 0;
    padding-bottom: 2px;
    padding-top: 0;
}

.page-template-products_template_inner #wrapper {
    background: #fff url("../images/bg_gradient1.png") no-repeat scroll 0 0 / 100% auto;
    border: medium none;
    margin: 0 auto;
    padding: 50px 20px;
}

.blog_page_temp_inner_left #menu-side_bar-about-smart-menu,
.blog_page_temp_inner_left #menu-side_bar-toto {
    margin-right: 0px !important;
}

.blog_page_temp_inner_left ul,
.blog_page_temp_inner_left ul {
    margin-right: 0px !important;
}

.blog_page_temp_inner_left ul li {
    list-style: none;
    color: #fff;
}

.blog_page_temp_inner_left ul li a {
    text-decoration: none;
    color: #555;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.page-template-articles_template #wrapper,
.page-template-letters_template #wrapper,
.page-template-blogs_common_template #wrapper,
.single-blogs #wrapper,
.single-newsitems #wrapper,
.tax-blogs_taxonomys #wrapper,
.tax-blogs #wrapper {
    margin: 0 auto;
    padding: 50px 20px;
    background-size: cover;
}

.lightbox-img.featured-img-wrap img {
    height: 200px;
}

.page-template-articles_template-php .blog_page_temp .blog_page_temp_inner .blog_page_temp_inner_left {
    width: 300px;
    float: right;
    min-height: 100px;
    margin-left: 64px;
    margin-top: 0px;
}

.featured-img-text {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 170px;
    color: #fff;
    margin-right: 16px;
}

#search_term_table {
    width: 45%;
    float: right;
    margin: 0;
    border: none;
}

table#search_term_table td {
    border: none;
}

div#search_term_div {
    width: 25%;
    float: right;
    margin-top: 0px;
    margin-right: 50px;
}

form#SearchTermForm table.TermSearchform {
    width: 100%;
    float: right;
    margin: 0;
    border: none;
}

form#SearchTermForm table.TermSearchform td {
    border: none;
}

input.ps_signup_approve,
input.ps_signup_terms {
    margin-left: 5px;
    margin-top: 3px;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
}




.page-id-8928 .col-300 {
    width: 19%;
}

.page-id-8928 span.error_null {
    float: right;
    color: red;
}

ul.error_response li {
    list-style: none;
    width: 100%;
    position: absolute;
    right: 48px;
}

.pro_excerpt.largetext--- {
    height: 108px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
}

.main_popup_product .dotted_div {
    display: none;
}

h3.post-title {
    font-weight: 400;
    margin-bottom: 3px;
    margin-top: 30px;
}

.products_template .grid_product_list .main_product{min-height: 510px;}
.grid_product_list.rows2 .main_product.personalized-deals {
 
}
.page-template-template-personalized-deals .products_template .grid_product_list .main_product{
}
.page-template-template-personalized-deals .main_popup_product .prod_small_descr {
    margin-top: 20px;
    line-height: 0.6em;
}
.remove_text p {
    margin: 6px 0 !important;
}
.grid_product_list.proguct_cat_17 .main_product,
.grid_product_list.proguct_cat_18 .main_product{
   
}
.products_template .grid_product_list .main_product{
    position: relative;
    float: right;
}
.product_popular_img {
    max-width: 75px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
.product_popular_img img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.count_pluses {
    margin:0 5px;
}
@media screen and (min-width: 1680px) {
    .page-template-common_template_new span#smartCustomerFirst {
        font-size: 18px !important;
    }
}


#optdeliverer {
    display: none;
}

.amountnew {
    display: none;
}

.imgpopup2 {
    display: none;
}

.loto_number {
    display: none;
}

.loto_text {
    display: none;
}

#landscape {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #000000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 20000;
    opacity: 0.9;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
}

#landscape div {
    color: #FFFFFF;
    opacity: 1;
    top: 25%;
    position: absolute;
    text-align: center;
    display: inline-block;
    width: 100%;
    background: url(/wp-content/uploads/images/landscape.png) no-repeat -9999px -9999px;
}

.leftMenuTab.s4-notdlg {
    display: none;
}

.form-model2 .single-input {
    margin-bottom: 24px;
    width: 100%;

}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form-model2 .single-input .input {
    min-height: 46px;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #BFBFBF;
    color: #404040;
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.form-model2 .single-input #client_phone_prefix.input {
    color: #7c7373;
}
#group_loto .row.gx-3 {
    margin-bottom: 0;
}
form#group_loto {
    margin: 0;
}
.form-model2 .single-input label {
    font-size: 14px;
    font-weight: 400;
}
.form-model2 .single-input .title-label {
    margin: 0 0 8px;
    color: #404040;
    font-weight: 700;
}
.form-model2 .single-input .check-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.form-model2 .single-input .check-label input {
    margin-left: 10px;
}
label#agree_terms_error {
    margin-top: -14px;
    margin-right: 6px;
}
img#spinnerGift {
    width: 60px;
    display: none;
    margin: -15px auto 8px auto;
}
.contact-header .contact-form-outer {
    max-width: 1000px;
    margin: 50px auto 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
label#err-msg {
    display: block;
    padding-bottom: 13px;
    padding-top: 13px;
}
label#agree_marketing_error {
    margin-right: 6px;
}
.checkbox-model {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 2px;
    font-size: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
}
.checkbox-model::before {
    content: '';
    height: 100%;
    width: 100%;
    border: 1px solid #BFBFBF;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: inherit;
}
.checkbox-model::after {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    height: 100%;
    width: 100%;
    position: absolute;
    background: #56a3cf;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size:inherit;
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.checkbox-model:checked::after {
    opacity: 1;
    top: 0;
}
.contact-section {

}
.contact-section .contact-header {
    padding: 25px 0 20px;
    background: url('../images/contacty-header-bg.png') repeat center center/auto 100%;
}
.contact-section .contact-header-inner {
    max-width: 300px;
    margin: 0 auto;
}
.contact-section .contact-header h2 {
    font-size: 32px;
    color: var(--theme__color1);
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.contact-section .contact-header h2 .underline-i {
    position: relative;
    display: inline-block;
}
.contact-section .contact-header h2 .underline-i .underline {
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    -webkit-transform: translate(-50%,0);
            transform: translate(-50%,0);
}
.contact-section .contact-header p {
    font-size: 21px;
    color: #fff;
    margin: 0;
}
.contact-section-inner .contact-form-outer {
    max-width: 1000px;
    margin: 5px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.contact-section-inner .contact-from {
    width: 72%;
    max-width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.page-id-11894 #content p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 15px;
}
.page-id-11894 textarea {
    font-size: 20px;
    font-family: Sans-Serif, serif;
}
@media screen and (min-width: 1620px) {
    .page-id-11894 #content h1.post-title {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 35px !important;
    }
    .container-contact-form {
        width: 620px !important;
    }
    div.user_name {
        position: absolute;
        margin: -65px 0 0 100px;
        padding: 15px 15px 15px 0;
    }
    .user_info img {
        border-radius: 100%;
        width: 85px;
        height: 85px;
        position: relative;
        top: 0;
        padding: 15px;
        margin: 0;
    }
    .page-id-62303 .user_info img {
        width: 55px;
        height: 55px;
    }
    .page-id-62303 .logoutsubmeny .toparrow {
        right: 120px;
    }
}
.page-id-11894 #wrapper {
    background: url('../images/desktop_back.jpg') !important;
    margin-bottom: 0;
}
@media screen and (max-width: 480px) {
    .page-id-11894 .lottery_detail4 .winnertable {
        margin-top: 50px;
    }
    #winner-popup1 .pop-up-close .fa {
        display: block !important;
    }
    .contact-section .contact-header p {
        font-size: 18px;
    }
    .contact-section-inner .contact-form-outer {
        max-width: 1000px;
        margin: -1px auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .form-model2 .single-input .input {
        height: 46px;
    }
    .subscribe-reasons .single-item h3 {
        margin-top: 75px;
    }
    .subscribe-reasons .single-item p {
        font-size: 23px !important;
    }
    .contact-section-inner .contact-from {
        width: 100%;
    }
    .page-id-11894 .lottery_detail4 .lottery_result_outer.filter_result {
        margin-top: 22px !important;
    }
}
.page-id-11894 .spinner-border {
    margin: 0;
    font-size: 8px;
}
.page-id-11894 #submit2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.success-animation {
    margin: 0;
}
.checkmark {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #ffffff;
    stroke-miterlimit: 10;
    -webkit-box-shadow: inset 0px 0px 0px #1e9dff;
            box-shadow: inset 0px 0px 0px #1e9dff;
    -webkit-animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
            animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #ffffff;
    fill: #56a3cf;
    -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
            animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;

}
.checkmark__check {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
            animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.p-contact-us {
    text-align: right;
    font-size: 17px !important;
}
.p-contact-us a {
    color: #000;
    font-weight: bold;
}
@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes scale {
    0%, 100% {
        -webkit-transform: none;
                transform: none;
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
                transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes scale {
    0%, 100% {
        -webkit-transform: none;
                transform: none;
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
                transform: scale3d(1.1, 1.1, 1);
    }
}
@-webkit-keyframes fill {
    100% {
        -webkit-box-shadow: inset 0px 0px 0px 30px #56a3cf;
                box-shadow: inset 0px 0px 0px 30px #56a3cf;
    }
}
@keyframes fill {
    100% {
        -webkit-box-shadow: inset 0px 0px 0px 30px #56a3cf;
                box-shadow: inset 0px 0px 0px 30px #56a3cf;
    }
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 

    body{ 
    font-family: FbSpoiler-Regular !important;
    }
    
    .widget-wrapper{
        background-color: none !important;
    }
    .clearfix:after,
    .clearfix:before,
    #container:after,
    #container:before,
    .widget-wrapper:after,
    .widget-wrapper:before {
        display: block !important;
        content: " ";
    }
    .panel-headingv1 .bgimage{ margin-left:-1px !important;}
    .graybg {
        border-top-left-radius:0px !important;
        border-bottom-left-radius:6px !important;
        border-top-right-radius:6px !important;
        border-bottom-right-radius:0px !important; 
        padding-right: 0px !important;
        font-size:10px !important;
    }
    .bgcolorgray {
        border-top-left-radius:0px !important;
        border-bottom-left-radius:7px !important;
        border-top-right-radius:4px !important;
        border-bottom-right-radius:0px !important; 
    }
    #logo  img {
        -webkit-box-sizing: initial !important;
                box-sizing: initial !important;
        padding-left:0px !important;
        padding-right:0px !important;
        margin-right:30px !important;
    }
    .customer_sidebar{-webkit-box-sizing:content-box !important;box-sizing:content-box !important;}
    .leftMenuTab a{-webkit-box-sizing:content-box !important;box-sizing:content-box !important;}
    .side_tab_button{-webkit-box-sizing:content-box !important;box-sizing:content-box !important;}
    .clearfix::after, .clearfix::before, #container::after, #container::before, .widget-wrapper::after, .widget-wrapper::before {
        content: " ";
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    #subscribeForm fieldset{background-color:transparent !important;}
    .home .slider .metaslider .caption-wrap{ width:335px !important;
    background:none;
    }
    .slider .counterWrapper{ font-size:38px !important; }
    .contact-widget .wpcf7-form h3{font-size:24px !important;}
    .arrow_toggle {
        margin: 0px;
        color: #fff;
        font-size: 30px;
        margin-bottom: 6px;
        margin-top: 10px;
        background: url(../images/arrow.png)0% center no-repeat;
        cursor: pointer;
        width: auto;
        position: absolute;
        bottom: 126px !important;
        left: 278px !important;
        padding-left: 40px;
        z-index: 1000;
    }
    .slider .metaslider .caption-wrap .slider_heading span{
        color: #5ca7d0;
        font-size: 48px;
        text-align: right;
        line-height: 53px;
    }
    .slider .metaslider .caption-wrap .slider_content, .home-widgets #slider_toggle_widget_1 .SliderToggleWrapper .section_head{ font-size:20px !important;}
    #subscribeDataTable #show-response{ display:none;}
    .footer-widget-1 #subscribeForm #sub-email{ height:49px !important;}
    .footer_cs_popup{ display:none !important;}
    .copyrightWrapper .col-300{ padding-top:10px !important; }
    .owl-stage{position:relative;}
    .owl-item{position:relative;margin-right:9px !important;}
    .metaslider .caption-wrap{ background:none !important;}
    .slider .metaslider .caption-wrap{ width:530px!important;}
    #tooltiplastprogress .secdivclass .leftcls{ width:92px !important;}
    #tooltiplastprogress .righttext {
        float: left;
        width: 190px !important;
    }
    #tooltiplastprogress .leftcls > span {
        background-color: #a7cb40;
        border-radius: 5px;
        color: #fff;
        float: left;
        font-size: 15px !important;
        font-weight: bold;
        height: 33px !important;
        padding-top: 7px;
        text-align: center;
        width: 100px !important;
        initial !important: ;
        -moz-box-sizing: initial;
        -webkit-box-sizing: initial;
    }
    #tooltiplastprogress .anotherclass .leftcls {
        float: left;
        height: 65px !important;
        padding-top: 21px !important;
        width: 100px !important;
    }
    #tooltiplastprogress .anotherclass .checkimg{ height:35px !important;}
    #tooltiplastprogress .anotherclass {
        border-bottom: 1px solid #94a3ac;
        height: 72px !important;
        float: left;
        width: 343px !important;
        height: 97px !important;
    }
    #tooltiplastprogress .anotherclass .subright1, #tooltiplastprogress .smallbgimg, #tooltiplastprogress .subright1, #tooltiplastprogress .anotherclass .smallbgimg{ font-size: 15px !important;}
    .fsection .number{ font-size: 36px !important;}
    
    .fsection .buttontxt .datetext{ font-size: 14px !important;}
    .switch-selection {background: #5ca7d0 !important;}
    .progtext {
        color: #fff;
        padding-right: 20px;
        padding-top: 0px;
        position: absolute;
        width: 130px;
    
    }
    .thirdrow .topInfoSection > a {line-height: 15px !important;}
    .thirdrow .topInfoSection .text2, .thirdrow .topInfoSection .text3{font-size: 16px!important;}
    .thirdrow .topInfoSection .text1, .rightpop .rtitle, .communityright-sidebar li, .lottery_detail4 .topInfoSection span.text2, .lottery_detail4 .topInfoSection span.text3{font-size: 18px!important;}
    .divsection1 .heading{ height:60px !important;}
    .maintabletoto td, .winnertable td, .wp-polls p strong, .rightpop .subttitle, #tooltiplast .toptext, .bottom-heading, .formdivaccount .fieldset .labspan label, .formdivaccount .fieldset3 .labspan label, .formdivaccount .fieldset2 .labspan label, .formdivaccount .fieldset1 .labspan label, .account-fomr2 .textcls, .account-fomr3 .fieldset .labspan label, .account-fomr3 .btmtext, .account-fomr3 .checkboxone > label, .tofesprodmain .firsthead_pro, .tofesprodmain .secondhead_pro, .products_counter .column h4, .wp-polls-ul li label, #menu-header-menu ul.sub-menu li a, .lottery_detail4 .topInfoSection span.text1, .menu-left_hover_menu-container ul li a, .blog_page_temp .blog_page_temp_inner p{font-size: 16px!important;}
    .roundeddiv .num{font-size: 11.08px!important;}
    .ptitle a, #tooltiplast234 .subdiv, #tooltiplast234 .subright1, .paddingall .centerclas span, .premcoin span, .goldcoin span, .silvercoin span, .startedcoin span, .leftpop .counterbottom, .rightpop .desctitle, .innercontenthtml .smaltext{font-size: 14px!important;}
    .innercontenthtml .circle span{ padding-top:10px !important;}
    .main_popup_product .oram_checkbox{ margin-top:5px !important; }
    .totodeal_data table td { font-size: 14px !important;}
    .wpb_wrapper .vc_col-sm-4 {width: 33.33% !important;}
    #tooltiplast234 .toptext, .innercontenthtml .totohead, .lottery_detail3 .winnertable .topheads td{font-size: 20px!important;}
    .contentformcommunity h1{font-size: 30px!important;}
    .pagetitle, .myWinningsWrap .section-2 .dataBox .dataList li.currencyWrap, .blog_page_temp .blog_page_temp_inner .entry-title{font-size: 26px!important;}
    
    #tooltiplast234 .leftcls > span {
        font-size: 16px !important;
        line-height: 15px !important;
    }
    .platinum_hebrew.coin, .gold_hebrew.coin, .silver_hebrew.coin, .just_started_hebrew.coin{height: 58px !important;}
    #tooltiplast234 .rpomdiv {
        background-color: #f5a623;
        border-radius: 100%;
        color: #fff;
        font-size: 12px !important;
        height: 40px !important;
        line-height: 14px;
        padding-top: 9px;
        text-align: center;
        top: 4px;
        width: 41px !important;
    }
    #tooltiplast234 .textbutton, .innercontenthtml .amount, .winners_page_foot_btn .play_section_winners p{ font-size: 24px !important;}
    .paddingall .toprighttext, .accountright-sidebar li, .tab_side_section_1 h3, .lottery_detail3 .topInfoSection span.text1, .lottery_detail3 .topInfoSection span.text2{ font-size: 16px !important;}
    .paddingall .centerclas span:first-child {
        color: #f8a73a;
        padding-top: 0px !important;
    }
    .middlepopup .leftpop{ width:175px !important;}
    .counteri .midleftbutton {
       font-size: 16px !important;
        line-height: 20px !important;
    }
    .counteri .counter {
        float: left;
        font-size: 30px !important;
        height: 27px;
        padding-left: 10px;
        padding-right: 10px;
        width: 35px !important;
        line-height: 38px !important;
        position: relative;
        height: 34px !important;
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 34px !important;
    }
    .counteri .counterValue {
        font-size: 14px !important;
        height: 34px !important;
    }
    #tooltiplast .textbutton {
        font-size: 18px !important;
        font-weight: bold;
        line-height: 32px !important;
        }
    .contentformaccount h1, .common_template.template_1 #content h1.post-title{font-size: 28px !important;}
    .formdivaccount .selectinner, .formdivaccount .selectinnerac {
        background: none !important;
        padding: 12px 7px !important; }
    .account-fomr3 .selectinnerac{padding: 12px 7px !important; }
    .tofes_chances .topInfoSection .text1 {
        font-size: 17px !important;
        padding-top: 5px!important;
        width: 280px !important;
    }
    .tofes_chances .topInfoSection .text2{font-size: 17px !important; padding-top: 5px!important;}
    .tofes_chances .topInfoSection a{ line-height:15px !important; font-size:16px!important; height:35px !important;}
    .tofes_chances .topInfoSection{ width:792px !important;}
    .products_counter .counter{font-size:40px!important;}
    .main_popup_product .b-close1.popupbutton, .bClose1.popupbutton{ color:#555 !important;}
    #widgets .selfie.all_winners_list ul.winners_list li .sc_player_container1 .myButton_play, .selfie.all_winners_list ul.winners_list li .sc_player_container1 .myButton_stop{ height:65px !important; width:65px !important; }
    
    .sc_player_container1 .myButton_play {
        background: transparent url(../image/round-play-button-black.png) no-repeat !important;
        cursor: pointer !important;
        width: 35px !important;
        height: 35px !important;
        border: none !important;
        position: relative;
        margin: 0 !important;
        padding: 0 !important;
    }
    .winners_amount_right, .lottery_detail3 .lottery_result_outer .lottery_result_select_box span.select_title, .counteri .proCounter .counterValue span.value {font-size: 20px !important;}
    .proCounter .counterAction{ font-size:38px !important;}
    
    .progressinner_popup .progtext{ padding-top:3px !important;}
    .totodeal_data table thead td , .table_results .table-1 td, #content h4, .myWinningsWrap .section-2 .dataRight .dataLine .data li.plainText{font-size: 18px !important;}
    .switch-label{font-size: 14px !important;}
    .counter.counterMinuspop.counterActionpop {
        padding-left: 13px;
        margin-top: 0px;
        line-height: 28px !important;
    }
    .b_postsection .leftimage_button_text {
        font-size: 16px !important;
        line-height: 13px !important;
    }
    .leftimage_text1 > span{margin-right: 100px !important;}
    #tooltiplastprogress .anotherclass .smallbgimg { background-position: 128px 50px !important;}
    .panel-headingvtoto1 .bgimage{ margin-left:-1px !important; margin-top:-1px !important; border-radius:6px 0 28px !important;}
    .panel-headingvwinner1 .bgimage1{ margin-left:-1px !important; border-radius:6px 0 28px !important;}
    .panel-headingvlooplottary1 .bgimagelooplottary{ margin-left:-1px !important;}
    .tofes_chances .tofesprodmain.tabs {width: 100.5% !important;}
    .template_1.common_template .lottery_detail4 .topInfoSection a {
        border-radius: 2px !important;
        font-size: 18px !important;
        margin-right: 68px !important;
        padding: 14px 43px 15px 70px !important;
    }
    .lottery_detail4 .select_firstbutton input {
        line-height: 9px;
        height: 34px !important;
        margin-left: 10px;
        padding-left: 0px;
        padding-top: 9.93px !important;
    }
    .lottery_detail4 .roundedboxfirst .select_winner_box4 {
        background: #f0edeb url("../images/arrow_down.png") no-repeat scroll 10px center !important;
        padding: 5px 10px!important;
        width: 150px !important;
    }
    .common_template.template_1 .lottery_detail3 .topInfoSection a {
        float: left !important;
        position: absolute !important;
        left: 0px !important;
        top: 67px !important;
    }
    .page-id-257 .post-title {width: 960px !important;}
    .page-id-85 .post-title {width: 808px !important;}
    .post-85 .lottery_detail3 .topheads{ right:5px !important;}
    .results-class .common_template.template_1 .topInfoSection span{ width:26% !important;}
    .lottery_detail3 .roundedboxfirst .select_winner_box {
        background: #f0edeb url("../images/arrow_down.png") no-repeat scroll 16px center !important;
        padding: 6px 13px !important;
        width: 312px !important;
    }
    .lottery_detail3 .firstselecth .select_winner_league_box {
        background: #f0edeb url("../images/arrow_down.png") no-repeat scroll 14px center !important;
        padding: 6px 10px 6px 12px !important;
        width: 205px !important;
    }
    .results-class .lottery_detail3 .winnertable{ width: 100% !important;}
    .lottery_detail3 .topheads{ right: 5px !important;}
    .common_template.template_1 .topInfoSection a {
        float: left !important;
        position: absolute !important;
        width: 80px!important;
        top: 67px;
    }
    .lottery_result_select_box .select_box, .lottery_result_select_box .select_box_toto {
        background: #F0EDEB !important;
        padding: 6px 35px 6px 15px !important;
    }
    .page-id-258 .template_1.common_template .topInfoSection a {top: 198px !important;}
    .page-id-85 .template_1.common_template .topInfoSection a, .page-id-257 .template_1.common_template .topInfoSection a{  width: 12% !important;}
    .page-id-243 .template_1.common_template .topInfoSection span {width: 26% !important;}
    .page-id-243 .common_template .topInfoSection a, .page-id-256 .common_template .topInfoSection a { top: 67px !important;}
    #ps_signup_approve, #ps_signup_terms {padding: 3px 0px 3px 13px !important;}
    .myWinningsWrap .section-2 .dataRight .dataLine .data li {
        width: 30% !important;
        font-size: 30px !important;
    }
    .common_template.template_1 .tofes_chances .topInfoSection a {
        float: left !important;
        position: absolute !important;
        width: 154px !important;
        top: 84px !important;
    }
    .innercontenthtml .red.circle{ margin-left:1px !important;}
    .innercontenthtml .circle{ margin-left:1px !important;}
    .innercontenthtml .circle_outer{ width:101% !important; }
    #menu-header-menu .hasCustomSubMenu ul.sub-menu li.menu-item{ height:30px !important;}
    #menu-header-menu ul.sub-menu li{ min-height:35px !important;}
    
    }
    