/*
Theme Name: Porto
Theme URI: http://spyropress.com/themes/porto
Author: Spyropress
Author URI: http://spyropress.com/
Description: Porto is a professional multipurpose wordpress theme for any business or portfolio website, it`s fully responsive design ready to look stunning on any device.
Version: 1.3
License: Porto is a professional multipurpose wordpress theme for any business or portfolio website, it’s fully responsive design ready to look stunning on any device.
License URI: license.txt
Tags: builder, bootstrap, boxed, business, corporate, css3, html5, jquery, lightbox, multipurpose, one-page, portfolio, responsive, theme, wide
Text Domain: spyropress
*/


.cart-menu ul {
	margin: 0;
	margin-top: 20px;
	padding: 0; 
	text-align: center;
	font-size: 16px;
}
.cart-menu ul li {
	display: inline-block;
	margin-left: 30px;
}
.cart-menu ul li:first-child {
	margin-left: 0px;
}

header.cart-menu > div.container {
    height: 101px;
    margin-bottom: 0px;
}
.cart-template__middle-nav {
	margin-top: 30px;
	color: #333;
	text-align: right;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
    color: #20b25e;
    font-size: 16px;
}

section.page-cart {
    background-color: #171717;
    border-bottom: 2px solid #CCC;
    border-top: 2px solid #384045;
    margin-bottom: 35px;
    min-height: 2px;
    padding: 0;
    padding: 0px 0;
    position: relative;
    text-align: left;
}


.product-options {
	text-align: center;
	margin-bottom: 10px;
}

.product-option {
	border: 1px solid #ededed;
	box-shadow: 0 3px 12px 0 rgba(0,0,0,.1);
	margin-left: 30px;
	display: inline-block;
	float: none;
	padding: 15px 10px;
	margin-bottom: 20px;
}

.product-option.recommended {
	border: 3px solid #efaf26;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,.2);
}

.product-option:first-child {
	margin-left: 0px;
}
.product-option div {
	margin-bottom: 8px;
}
.product-option h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px; 
}
div.bonus-title {
	font-size: 16px;
	margin-bottom: 8px;
	color: #333;
	
}
div.bonus-title strong {
	text-decoration: underline;
}
div.bonus-title span {
	font-size: 14px;
}
div.free-trial {
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
	text-decoration: underline;
}
.free-trial strong {
	color: #e21414;
}
.prod-price {
	color: #333;
	position: relative;
	font-weight: bold;
}
.prod-price .currency {
	font-size: 18px;
	position: relative;
	display: inline-block;
	top: -14px;
} 
.prod-price .price {
	font-size: 36px;	
}
.recommended .prod-price .currency {
	top: -18px;
	font-size: 24px;
}
.recommended  .prod-price .price {
	font-size: 48px;
}
.prod-price .discounted-price del {
	font-size: 22px;
}
.prod-price .discounted-price .price {
	font-size: 20px;
	font-weight: normal;
} 
.prod-price .discounted-price .currency {
	font-size: 14px;
	font-weight: normal;
	top: -8px;
} 

.product-period {
	color: #333;
}
.product-save span {
	display: inline-block;
	background-color: #e8e8e9;
	color: #44474e;
	border-radius: 16px;
	padding: 1px 16px;
}
.recommended .product-save span {
	background-color: #fddce0;
	color: #f64f64;
}

.product-action {
	margin-top: 20px;
	margin-bottom: 10px;
}
.buy-product {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.btn-success {
	padding: 10px 27px;
	color:#fff;
	border: 1px solid #227634;
	text-shadow:0 1px 0 #000;
	background-color:#26ac42;
	/*background-image:-moz-linear-gradient(top,#2f9444,#21b741);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#2f9444),to(#21b741));
	background-image:-webkit-linear-gradient(top,#2f9444,#21b741);
	background-image:-o-linear-gradient(top,#2f9444,#21b741);
	background-image:linear-gradient(to bottom,#2f9444,#21b741);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f9444',endColorstr='#ff21b741',GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
	
}

.buy-product:hover {
	text-decoration: none;
}

.product-comment {
	font-size: 12px;
}
.product-comment del {
	color: #f64f64;
}


.separator-line {
	border-top: 1px solid #bfbfbf;
	width: 60%;
	margin: 30px auto 30px;
}

.product-features-list {
	list-style-type: none;
	 
}
.product-features-list li {
	font-size: 16px;
	margin-bottom: 8px;
} 
.product-features-list .bullet {
	font-size: 16px;
	margin-right: 15px;
	/*display: inline-block;*/
}
.c-gre-8 {
    color: #06b32b;
    fill: #21a249;
}
.about-product {
	margin-top: 60px;
}
.product-features {
	float: left;
}
.product-features h2 {
	font-weight: 600;
	font-family: "Open Sans";
}
.cart-product-box {
	float: right;
}

.praised-by {
	text-align:center;
	margin-top: 30px;
}
.praised-by h3 {
	display: inline-block;
}
.praisedby-list {
	list-style-type: none;
	display: inline-block;
}
.praisedby-list li {
	display: inline-block;
	margin-left: 25px;
}
.praisedby-list li:first-child {
	margin-left: 0px;
}



.customer-overlay {
    display: none;
}

.page-overlay {
    background-color: rgba(0,0,0,.71);
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    height: 100%;
    z-index: 900;
}
.customer-credentials {
	border: 2px solid #f4ba1e;
	border-radius: 6px;
	margin: 150px auto 0;
	padding: 20px;
	background-color: #fff;
	background: #fff;
	width: 740px;
	min-height: 200px;
	font-size: 14px;
	position: relative;
	z-index: 9999;
	overflow: auto;
	height: auto;
}
.customer-credentials h3 {
	font-size: 44px;
	text-transform: none;
	border-bottom: 2px solid #f4ba1e;
	line-height: normal;
	padding-bottom: 10px;
	color: #444;
	text-align: center; 
	margin-bottom: 30px;
}
.underline {
	text-decoration: underline;
}

.close-dialog {
	position: absolute;
	top: 4px;
	right: 5px;
	display: block;
}
.close-dialog .close-icon{
	width: 30px;
	display: block;
	height: 30px;
	background: url( 'assets/img/close-icon.png' ) no-repeat;
}

.credentials-block {
	position: relative;
}
.credentials-block-loader {
	display: inline-block;
	visibility: hidden;
	position: absolute;
	width: 400px;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
	background-image: url( 'assets/img/loader-2.gif' );
	background-repeat: no-repeat;
	background-position: 80px center;
}

/*--------------*/






.home-download {
	padding-left: 30px;
	padding-right: 30px;
}

.billing-issues {
	border: 1px solid #87cdf3;
	border-radius: 10px;
	padding: 10px 15px;
	background-color: #fff;
	background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #e9f7ff 120%);
}
.billing-issues h4 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 5px;
}
.billing-issues ul {
	list-style-type: circle;
}

.feedback {
	padding-left: 50px;
	border-left: 1px solid #eee;
	margin-left: 40px;
}
.feedback p {
	margin-bottom: 10px;
}
.feedback input[type="text"], .feedback input[type="email"] {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	padding: 4px 6px;
}
.feedback textarea {
	width: 100%;
	height: 170px;
	border: 1px solid #ccc;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	padding: 4px 6px;
}
.feedback input[type="submit"] {
	border: 1px solid #ccc;
	padding: 6px 40px;
    border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	
}

.wp-caption { }
.wp-caption-text { }
.sticky { }
.gallery-caption { }
.bypostauthor { }
.alignright { }
.aligncenter { }
.alignleft { }

.home-intro .btn-primary {
    font-size: 30px;
}

.after-text-teaser p {
    font-size: 18px;
}
.after-text-teaser span {
    padding-top: 6px;
    display: block;
    font-size: 16px; 
}
.after-text-teaser em {
    color: #1893d6;
}
.after-text-teaser span em {
    font-family: "Shadows Into Light",cursive;
    font-size: 28px;
}
.after-text-teaser .btn-primary {
    font-size: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.porto_download {
    margin-bottom: 30px;
    background: #fff;
}
.porto_download h4 {
    color: #17ab25;
    /*font-weight: bold;*/
}
/*
.sticky-download-box {
    background: #fafafa;
    border: 1px solid #eee;
    padding: 15px;
}*/
.download-offer {
	display: block;
	width: 30%;
	margin: 0px auto 50px;
    
    background: #1893d6; /* Old browsers */
    background: -moz-linear-gradient(top,  #1893d6 0%, #3ca3db 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1893d6), color-stop(100%,#3ca3db)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1893d6 0%,#3ca3db 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1893d6 0%,#3ca3db 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1893d6 0%,#3ca3db 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1893d6 0%,#3ca3db 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1893d6', endColorstr='#3ca3db',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);   
    border: 1px solid #247aa8;
    
	color: #fff;
	font-size: 32px;
	text-align: left;
	font-weight: normal;
	padding: 10px 10px 15px 20px;
	line-height: 1.5;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	text-decoration: none;
	text-align: center; 
}
.download-offer:hover, .download-offer:link, .download-offer:visited {
	color: #fff;
	text-decoration: none;
}
.download-offer:hover{
	background: #2ea1e0; /* Old browsers */
    background: -moz-linear-gradient(top,  #2ea1e0 0%, #46ace3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ea1e0), color-stop(100%,#46ace3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2ea1e0 0%,#46ace3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2ea1e0 0%,#46ace3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2ea1e0 0%,#46ace3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2ea1e0 0%,#46ace3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea1e0', endColorstr='#46ace3',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);   
    border: 1px solid #247aa8;
    
}

.porto_download .sticky-download,  {
    display: block;
	width: 100%;
	margin: 0px auto 30px;
    
    background: #1893d6; /* Old browsers */
    background: -moz-linear-gradient(top,  #1893d6 0%, #3ca3db 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1893d6), color-stop(100%,#3ca3db)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1893d6 0%,#3ca3db 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1893d6 0%,#3ca3db 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1893d6 0%,#3ca3db 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1893d6 0%,#3ca3db 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1893d6', endColorstr='#3ca3db',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);   
    border: 1px solid #247aa8;
    
	color: #fff;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
	padding: 10px 10px 15px 20px;
	line-height: 1.5;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	text-decoration: none; 
}
.porto_download .sticky-download span {
    display: block;	
	font-size: 14px; 
}
.porto_download p {
    font-size: 12px;
    line-height: 1.5;
    
}
.porto_download span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.porto_download .green-text {
    color: #17ab25;
}
.porto_download .blue-text {
    color: #1893d6;
}
.porto_download .black-text {
    color: #333;
    display: inline-block;
}

.security-tips h4 {
    color: #1893d6;
}
.security-tips h5 {
    padding-top: 15px;
}
.security-tips h5, .security-tips h5 a {
    color: #345296;
}

.security-tips .symantec h5, .security-tips .symantec h5 a {
    color: #222;
}

.security-tip {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 8px 10px;
    margin-bottom: 10px;
}

.security-tips img.alignleft {
    margin-right: 10px;
}
.security-tips p, .security-tips p a {
    font-size: 12px;
    line-height: 1.5;
}

.sticky {
    position: fixed;
}

ul.nav-top li.mega-menu-item a {
	color: #4fb604;
	font-weight: bold;
}


/* cart */
.cart {
	  background: #ecedf1;
      color: #4f525a;
      width: 100%;
      padding: 10px 0;
      float: left;
      font-size: 14px;
}
.cart .product {
	width: 47%;
	float: left;
    font-weight: 300;
    padding-left: 15px;
}
.basket-item {
	display: block;
	width: 100%;
	height: 60px;
}

.sec-product {
	border-top: 1px solid #e8e8e9;
	padding-top: 24px;
	margin-bottom: 48px;
}
.cart .os {
	width: 25%;
	float: left;
    font-weight: 300;
    padding-left: 15px;
}
.cart .price {
	width: 14%;
	float: left;
	text-align: right;
    font-weight: 300;
    padding-right: 15px;
}
.payment {
	color: #535e65;
	line-height: 30px;
	
	width: 50%;
	float: left;
	font-size: 22px;
	text-align: left;
}

.half {
    width: 50%;
    float: left;
    font-size: 22px;
    text-align: center;
    line-height: 14px;
    color: #535e65;
}

.submit_button {
    background: #009f7f;
    border: none;
    border-radius: 2px;
    width: 200px !important;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    background: #009f7f;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    padding: 16px 40px;
    border-top: 3px solid #009f7f;
    border-bottom: 3px solid #009f7f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
}

.product-breakdown {
	width: 100%;
	float: left;
	/*border-bottom: 1px solid #e8e8e9;*/
	margin-top: 15px;
}
.product-breakdown .product {
	width: 47%;
	float: left;
}
.product-breakdown .os {
	width: 25%;
	float: left;
	padding-top: 5px;
	font-size: 16px;

}
.product-breakdown .price {
	width: 14%;
	float: left;
	text-align: right;
	font-weight: 300;
	padding-right: 15px;
}
.product-price {
	text-align: right;
	font-size: 24px;
	line-height: 36px;
    font-weight: 500;
    color: #008fbf;
}
.strikethrough {
	text-decoration: line-through;
}
.product-breakdown .product .boxshot {
	float: left;
	padding-top: 0px;
}
.boxshot img {
	padding-right: 20px;
	width: 120px;
}
.description {
	float: left;
	font-size: 14px;
	width: 70%;
}
.description .product-name {
	font-size: 24px;
	font-weight: normal;
    line-height: 26px;
    color: #333;
    
}

.coupon-holder input[type="text"]:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}

.cart-total {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-top: 15px;
	padding-right: 25px;
	float: left;
	text-align: right;
	border-top: 1px solid #e7e9eb;
}


.purchase-details {
    background: #ecedf1;
    padding: 25px 0;
    width: 100%;
    margin: 0 auto;
}

.disclaimer {
	border: 0px solid #b0b1b2;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 11px;
	line-height: initial;
	margin-bottom: 10px;
}
.terms-and-conditions {
	text-align: center;
	font-size: 12px;
	line-height: 0px;
}
input {
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #b0b1b2;
	margin: 3px;
	font-size: 14px;
}

.input-small {
	padding: 5px 5px 5px 5px;
	border-radius: 0px;
	border: 1px solid #b0b1b2;
	margin-bottom: 7px;
    margin-top: 1px;
    margin-left: 3px;
	font-size: 14px;
    height: 37px;
    width: 121px;
}


.taxes {
	font-size: 12px;
	float: right;
	line-height: 13px!important;
}

.footer-menu {
	text-align: left;
	color: #AFAFAF;
	padding-top: 25px;
	width: 990px;
    margin-left: 43px;
	margin-right: auto;
	font-size: 12px;
	padding-bottom: 25px;
}

.cart-total .total {
	float: right;
	padding-left: 25px;
	padding-top: 4px;
}
.total span {
	text-align: right;
    font-size: 24px;
    font-weight: normal;
}
.highlighted-text {
    color: #008fbf;
    font-weight: 500;
}
#errorMsgs{
	margin-top: 26px;
	margin-left: 2px;
	color: #d34600;
}




input[type="text"] {
    height: 38px;
}

select#form_country {
    width: 254px;
}


.prod-title {
	text-decoration: none;
	font-size: 24px;
	font-weight: normal;
	margin-left: 10px;
	display: inline-block;
	color: #000000;
	line-height: 48px;
	margin-top: 10px;
	vertical-align: top;
}
.secure-store {
	display: inline-block;
	line-height: 48px;
	color: #000000;
	padding: 0px;
	margin-top: 5px;
}


.small-text {
	font-size: 10px;
	font-style: italic;
	margin: 0;
	padding: 0;
}
.coupon-holder {
	float: left;
	text-align: left;
	min-height: 41px;
}
.discount-box {
	float: left;
	margin-right: 15px;
}



.free-license-container .form-row {
	margin-bottom: 20px;
	font-size: 14px;
}
.free-license-container .status, .free-license-container .empty-status {
	display: inline-block;
	width: 50px;
}

.free-license-container .step {
	font-size: 18px;
	font-weight: bold;
	color: #639acd;
	padding-right: 10px;
}
.free-license-container a.check-link {
	margin-left: 10px;
	display: inline-block;
	font-size: 13px;
}
.free-license-container input[name=rl_telegram] {
	width: 300px;
}


h1.black-friday {
	font-weight: bold;
}
h1.black-friday span{
	background-color: #c70000;
	padding: 3px 15px;
	color: #fff;
}
h2.blackfriday-title {
	margin-bottom: 50px;
}
.black-friday-discount {
	font-weight: bold;
	font-size: 50px;
	padding: 5px 15px;
	color: #fff;
	background: #2c2c2c;
}
.black-friday-discount em {
	font-style: normal;
	font-size: 60%;
	padding-left: 5px;
}
.limited-offer {
	font-weight: 400;
	color: #c70000;
}
.discounted-price del {
	color: #ff0000;
}

.friday-image-big {
	position: relative;
}
.friday-image-big img {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 999;
	top: -121px;
}
.special-offer-badge.black-friday {
	width: 90px;
	height: 86px;
	display: block;
	position: absolute;
	left: -40px;
	top: -145px;
}
.special-offer-badge.black-friday {
	background: url( 'assets/img/black-friday-special-offer.png' ) no-repeat center center;
}
.special-offer-badge.cyber-monday {
	background: url( 'assets/img/cyber-mondey-special-offer.png' ) no-repeat center center;
}

.special-offer-badge.off75 {
	width: 100px;
	height: 97px;
	display: block;
	position: absolute;
	right: -60px;
	top: -145px;
	background: url( 'assets/img/75off3.png' ) no-repeat center center;
	z-index: 99;
}
.red-color { color: #ff0000; }



@media (max-width: 1180px) {
	.friday-image-big {
		display: none;
	}
}

@media (max-width: 1000px) {
	.download-offer {
	    width: 60%;
	}
}

@media (max-width: 880px) {
	.download-offer {
	    width: 60%;
	}
}

@media (max-width: 600px) {
	.download-offer {
	    width: 80%;
	}
}

@media (min-width: 1181px)	{
	.black-friday-headertags {
		position: absolute;
		top: 135px;
		z-index: 1001;
		text-align: center;
		width: 100%;
	}
} 

@media (min-width: 1400px)	{
	.black-friday-headertags {
		top: 150px;
	}
} 

@media (min-width: 1600px)	{
	.black-friday-headertags {
		top: 190px;
	}
} 