/*
Theme Name: Theme Real Security Peru
Author: the 
Author URI:
*/
/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: inherit;
	color: inherit;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	background:#FFF;
	/*16px = 1rem
		20px = 20/16 = 1.25rem */
}
a {
	text-decoration: none;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
	border: 0;
	vertical-align: top;
	height: auto;
}
.container {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	width: 100%;
	max-width:960px;
}
/*Master Slider*/
#primary .master-slider-parent {
	
}
#primary .ms-info {
}
#primary .ms-info h2 {
}
#primary .ms-info p {
	padding:0;
	margin:0;
}
#primary .ms-skin-default .ms-bullet {
}
#primary .ms-skin-default .ms-bullet-selected {
}
#primary .ms-skin-default .ms-nav-next, 
#primary .ms-skin-default .ms-nav-prev {
}
#primary .ms-skin-default .ms-nav-next {
}
/*Gravity Forms*/
#content .gform_wrapper {
	margin:0;
	padding: 0 0 0 0;
}
#content .gform_wrapper .gform_body {
	width:100% !important;
	padding:0 !important;
	margin:0 !important;
	max-width:100% !important;
}
#content .gform_wrapper .ginput_container {
	padding: 0 !important;
	margin: 0 !important;
	display:block;
	max-width:100% !important;
}
#content .gform_wrapper ul.gform_fields li.gfield {
	padding-bottom:15px !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	position:relative;
	background:none !important;
	border:0 !important;
	padding-top:0 !important;
	/*max-width:100% !important;
	width:100% !important;*/
	
}
#content #gform_wrapper_2 ul.gform_fields li.gfield {
	height:0;
	overflow:hidden;
	padding-bottom:0 !important;
}
#content #gform_wrapper_2 ul.gform_fields li#field_2_11,
#content #gform_wrapper_2 ul.gform_fields li#field_2_12 {
	height:auto;
	overflow:auto;
}

#content .gform_wrapper .top_label input.large,
#content .gform_wrapper textarea.large {
	/*width: 100%;
	height: 46px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px;
	background: none;
	border: 0;
	outline: none;
	margin:0 !important;
	background:#fff;
	border:0 solid #bfbfbf;
	color:#000;*/
	
}
#content .gform_wrapper textarea.large {
	height:180px;
	padding:12px;
}
#content .gform_wrapper .top_label .gfield_label {
	display:block;
	padding:0 0 12px 0;
	margin:0;
	float:none;
	width:100%;
	color:#606365;
	font-weight:normal;
}
#content #gform_wrapper_2 .top_label .gfield_label {
	display:none;
}
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	width: auto !important;
	padding: 5px 0 0 0 !important;
	margin: 0 !important;
	font-weight:normal;
}
#content .gform_wrapper div.validation_error {
	width:100%;
	padding:10px 0;
	font-weight:normal;
}
#content .gform_wrapper .gform_footer {
	padding:0 0 0 0;
	margin:0;
	text-align:left;
}
#content #gform_wrapper_2 .gform_footer {
	overflow:hidden;
	height:0;
}
#content .gform_wrapper .gform_footer input.button, 
#content .gform_wrapper .gform_footer input[type=submit] {
	cursor:pointer;
	background:#F60;
	color:#FFF;
	border:0;
	font-size:16px;
	padding:10px 25px;
	outline:none;
}
#content .gform_wrapper .gform_footer input.button:hover, 
#content .gform_wrapper .gform_footer input[type=submit]:hover {
	opacity:0.8;
}
#content #gform_wrapper_2 .gform_body {
	/*height:0;
	overflow:hidden;*/
}
/*wp paginate*/
#content .navigation {
	text-align:center;
	padding:25px 0 0 0;
	margin:0;
	font-size:16px;
}
#content .navigation ol {
	display:block;
	list-style:none;
}
#content .navigation ol li {
	display:inline-block;
	margin:0 2px;
}
#content .navigation ol li a {
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	color:#FFF;
	text-decoration:none;
	background-color:#ed403c;
	-webkit-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
}
#content .navigation ol li a:hover {
	background-color:#004795;
}
#content .navigation ol li span.current {
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	color:#004795;
	text-decoration:none;
	font-weight:bold;
	background-color:#FFF;
}
/*columns*/
.row-cols {
	position:relative;
	margin-left:-15px;
	margin-right:-15px;
}
.row-cols:after {
	clear:both;
	content:"";
	display:block;
}
.col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7,
.col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
	padding:0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
}
.col-sm-12 {
	width:100%;
	float:none;
}
.col-sm-11 {
	width:90.66666%;
}
.col-sm-10 {
	width:83.33333%;
}
.col-sm-9 {
	width:75%;
}
.col-sm-8 {
	width:66.66666%;
}
.col-sm-7 {
	width:58.333333%;
}
.col-sm-6 {
	width:50%;
}
.col-sm-5 {
	width:41.66666%;
}
.col-sm-4 {
	width:33.33333%;
}
.col-sm-3 {
	width:25%;
}
.col-sm-2 {
	width:16.66666%;
}
.col-sm-1 {
	width:8.33333%;
}
/*Web Style*/
#loader-page {
	position:fixed;
	width:100%;
	height:100%;
	z-index:9000;
	background-color:rgba(255,255,255,0.4);
	left:0;
	top:0;
	display:none;
	background-image:url(images/preload.gif);
	background-size:150px 150px;
	background-repeat:no-repeat;
	background-position:center center;
}
/*Header*/
#header {
	padding:15px 0;
	background: #000;
    color: #FFF;
}
#header h1 {
	float:left;
}
#header .h-right {
float: right;
text-align:right;
}
#header .h-right p {
padding: 0 0 5px 0;
}
#header .h-right form {
position: relative;
    width: 100%;
    max-width: 330px;
    margin: 5px 0 0 0;
    padding:0 30px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#header .h-right form label {
display: block;
    padding: 0 5px 5px 0;
    font-weight: bold;
	text-align:left;
}
#header .h-right form input[type="text"] {
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 150px;
    padding: 0 10px;
    height: 25px;
    border: 1px solid #000;
    display: inline-block;
}
#header .h-right form input[type="submit"] {
position: absolute;
    right: 5px;
    bottom: 3px;
    width: 20px;
    height: 20px;
    border: 0;
    outline: none;
    cursor: pointer;
    background: url(images/search.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-indent: -50000px;
}
#header .h-right form button[type="submit"] {
    position: absolute;
    right: 0;
    top: 17px;
    width: 32px;
    height: 25px;
    outline: none;
    cursor: pointer;
    background: no-repeat;
    font-size: 22px;
    border: 0;
    color: #ffc300;
    line-height: 25px;
}
#nav {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	border:3px solid #000;
	border-left:0;
	border-right:0;
	margin: 0;
    border-top: 0;
}
#nav ul {
	display:block;
	padding:0;
	margin:0;
}
#nav ul li {
	display:inline-block;
	margin:4px 5px;
	position:relative;
}
/*
#nav ul li:before {
	content:"::";
	display:inline-block;
	position: absolute;
    left: -16px;
    top: -1px;
}*/
#nav ul li:first-child:before {
	/*display:none;*/
}
#nav ul li.current-menu-item a {
	color:#F60;
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
	 text-decoration:none;
}
#nav ul li .menu-image-title-after.menu-image-title,
.menu-image-title-after.menu-image-title {
    padding-left: 0 !important;
    vertical-align: middle;
}
#nav .menu-item a img, img.menu-image-title-after {
    width:20px;
    height:20px;
}
#nav ul li a {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 5px;
}
#btn-salir {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
#btn-cart {
    font-size: 14px;
    font-weight: bold;
}
#btn-cart i {
}
/*Content*/
#content {
	padding:10px 0;
}
#content h1 {
	font-size:26px;
	color:#ffc300;
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
	 text-decoration:none;
	 margin:0;
	 padding:0 0 25px 0;
}
#content h2 {
	padding:0;
	margin:0;
	font-size:22px;
	font-weight:bold;
	float:left;
}
#content h3 {
	font-size:16px;
	color:#ffc300;
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
	 text-decoration:none;
	 margin:0;
	 padding:0 0 25px 0;
}
#content h4 {
}
#content h5 {
}
#content h6 {
}
#content p {
	padding:0 0 15px 0;
}
#content ul {
	padding:0 0 15px 0;
}
#content ol {
	padding:0 0 15px 0;
}
#content img.alignleft {
	float:left;
	margin:0 15px 15px 0;
	max-width:50%;
}
#content img.alignright {
	float:right;
	margin:0 0 15px 15px;
	max-width:50%;
}
#content img.aligncenter {
	
}
#content .text-intro {
	
}
#content .lwa {
	display:block;
	max-width:350px;
	margin:0 auto;
}
#content .lwa label {
	font-weight:bold;
	font-size:14px;
}
#content .lwa input[type="text"],
#content .lwa input[type="password"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 15px;
	border:1px solid #666;
	background:#FFF;
	outline:none;
	height:34px;
	width:100%;
}
#content .text-register {
	display:block;
	max-width:350px;
	margin:0 auto;
	text-align:right;
	padding:10px 0;
}
#content table.table-products {
	width:100%;
	border-spacing:0;
	border:1px solid #CCC;
	border-bottom:0;
}
#content table.table-products tr {
    position:relative;
}
#content table.table-products tr.draft td:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ddd;
    opacity: 0.7;
    z-index: 50;
}
#content table.table-products th {
	text-align:center;
	font-weight:bold;
	color:#000;
	background:#e5e5e5;
	padding:5px 5px;
	border:1px solid #CCC;
	font-size:14px;
	border-top:0;
	border-right:0;
}
#content table.table-products th.price-header {
min-width: 70px;
}
#content table.table-products tr th:first-child {
	border-left:0;
}
#content table.table-products td {
	border:1px solid #CCC;
	padding:4px 5px;
	border-top:0;
	border-right:0;
	position:relative;
}
#content table.table-products tr td:first-child {
	border-left:0;
}
#content table.table-products td img {
	width:60px;
}
#content table.table-products td.image {
	width:80px;
	text-align:center;
	position:relative;
}
#content table.table-products td.cant,
#content table.table-products td.delete {
	width:60px;
	text-align:center;
	position:relative;
}
#content table.table-products td.delete a {
	font-size:18px;
	font-weight:bold;
	color:red;
	text-decoration:none;
}
#content table.table-products td p {
	padding:0;
	margin:0;
}
#content table.table-products td.cant input {
	width:40px;
	text-align:center;
}
#content .btn-cargar,
#content .btn-update {
	padding:15px 0;
	text-align:right;
}
#content .btn-cargar input,
#content .btn-update input,
#content .lwa-submit-button input,
#content .lwa-remember-buttons input {
	cursor:pointer;
	background:#F60;
	color:#FFF;
	border:0;
	padding:5px 15px;
	outline:none;
}
#content .btn-cargar input:hover,
#content .btn-update input:hover,
#content .btn-button:hover,
#content .lwa-submit-button input:hover,
#content .lwa-remember-buttons input:hover,
#content .lwa-links-remember-cancel:hover {
	opacity:0.8;
}
#content .total {
	font-weight:bold;
	font-size:18px;
	padding:0;
	text-align:right;
}
#content .btn-button,
#content .lwa-links-remember-cancel {
	cursor:pointer;
	background:#F60;
	color:#FFF;
	border:0;
	padding:6px 15px;
	display:inline-block;
	text-decoration:none;
	outline:none;
}
#content .lwa-links-remember-cancel {
	float:right;
}
#content .btn-cargar input,
#content .btn-update input,
#content .btn-button {
	border:1px solid #000;
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
	 font-size:14px;
	 font-weight:bold;
}
#content .wrapper-btn {
	position: relative;
    margin-top: -43px;
    float: left;
}
#wrapper-form-send {
	display:none;
	position:fixed;
	z-index:100;
	background:#FFF;
	border:1px solid #000;
	border-radius:10px;
	width:100%;
	max-width:400px;
	padding:40px 40px 20px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#000;
	font-size:14px;
	top:30%;
	left:50%;
	margin-left:-200px;
}
#loader-transparent {
	display:none;
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
	position:fixed;
	left:0;
	top:0;
	z-index:80;
	width:100%;
	height:100%;
}
#content .wrap-before-order {
	position:relative;
	float:none;
	margin-top:0;
}
#content #btn-before-order {
    font-size: 16px;
    padding: 10px 20px;
}
#form-complete-send {
	margin: 0 135px 0 180px;
    position: relative;
    margin-top: -40px;
}
#close-modal {
	    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 2px solid #000;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    border-radius: 50%;
	text-decoration:none;
}
#content .gform_wrapper .gfield_radio li label {
	margin:0;
	font-size:14px;
}
#content .gform_wrapper .gfield_radio li input[type=radio] {
	margin:0 5px 0 0;
}
#content .gform_wrapper ul.gfield_radio {
	padding:0;
	margin:0;
}
#content .btn-cargar:after, 
#content .btn-update:after {
	content:"";
	display:block;
	clear:both;
}

#content .wrapp-search-no-login {
display: block;
    max-width: 350px;
    margin: 0 auto;
text-align: left;
}
#content .wrapp-search-no-login label {
font-weight: bold;
    font-size: 14px;
    display: block;
    padding: 0 0 5px 0;
}
#content .wrapp-search-no-login input[type="text"] {
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    border: 1px solid #666;
    background: #FFF;
    outline: none;
    height: 24px;
    width: 160px;
}
#content .wrapp-search-no-login input[type="submit"] {
background: #ffbe00;
    height: 24px;
    border: 0;
    color: #FFF;
    cursor: pointer;
    outline: none;
    width: 60px;
}
#content table.table-products .icon-edit {
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -8px;
    font-size: 14px;
    z-index:60;
}
#content table.table-products .icon-desactivate,
#content table.table-products .icon-activate {
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -8px;
    font-size: 14px;
    z-index:60;
}
#edit-producto {
    width:100%;
    max-width:400px;
}
#edit-producto label {
    display: block;
    font-size: 14px;
    padding: 0 0 5px 0;
}
#edit-producto input[type="text"] {
    display: block;
    padding: 0 10px;
    width: 100%;
    height: 28px;
    border: 1px solid #666;
    outline: none;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#edit-producto textarea {
    display: block;
    padding: 10px;
    width: 100%;
    max-width:100%;
    max-height:80px;
    height: 80px;
    border: 1px solid #666;
    outline: none;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#edit-producto textarea#txt-title {
max-height:55px;
    height: 55px;
}   
#edit-producto p {
    display:block;
    padding: 0 0 10px 0;
}
#edit-producto input[type="button"] {
    background: #ffbe00;
    cursor: pointer;
    color: #FFF;
    padding: 8px 20px;
    border: 1px solid #000;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 14px;
    font-weight: bold;
}
#edit-producto .left {
	float:left;
	width:50%;
	padding:0;
}
#edit-producto .right {
	float:right;
	width:50%;
	text-align:right;
	padding: 17px 0 0 0;
}
#close-update-product {
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 25px;
    text-decoration: none;
}
#edit-producto .fancybox-button.fancybox-close-small {
    display:none;
}

#content .text-cost {
    display: block;
    clear: both;
    text-align: left;
    font-size: 11px;
}
#content .datos-pedido {
    padding:0 0 15px 0;
    font-size:20px;
    font-weight:bold;
}
#content .datos-pedido p {
    padding:0;
    margin:0;
}
#content .datos-pedido p.uppercase {
    text-transform:uppercase;
}
#content .wrapp-categories-pdf {
    display: block;
    max-width: 350px;
    margin: 0 auto; 
    padding:10px 0; 
    font-size:16px
}
#content .wrapp-categories-pdf div {
    padding:5px 0
}
#content .wrapp-categories-pdf div a {
    display:block; 
    border:1px solid #ddd; 
    padding:4px 8px; 
    border-radius:5px; 
    width:80%
}
#content .wrapp-categories-pdf div a img {
    vertical-align:middle;
}

/*Sidebar*/
#sidebar {
	
}
/*Footer*/
#footer {
	padding-bottom:50px;
}
#footer p.copy {
	
}






