.btn_criar_conta a{
	width:40%;
	display: block;
	float:right;
    padding: 12px 20px;
    font: 14px/15px "hindbold",Arial,Helvetica,sans-serif;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    background: none repeat scroll 0% 0% #646464;
    color: #FFF;
	
}
.btn_criar_conta a:hover{
	background-color:#98D342; color:#fff;
}
@font-face {
  font-family: "hindlight";
  font-weight:normal;
  src: url('https://f761ca.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/stylesheet/fonts/Hind-Light.ttf') format('truetype'),
       url('https://5d2ada.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/stylesheet/fonts/Hind-Light.woff') format('woff')
}
@font-face {
  font-family: "hindbold";
  font-weight:normal;
  src: url('https://3fc747.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/stylesheet/fonts/Hind-Bold.ttf') format('truetype')
}
@font-face {
  font-family: "hindboldregular";
  font-weight:normal;
  src: url('https://e22dcd.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/stylesheet/fonts/hind-bold-webfont.woff') format('woff')
}
@font-face {
  font-family: "hindmedium";
  font-weight:normal;
  src: url('https://50f508.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/stylesheet/fonts/Hind-Medium.ttf') format('truetype')
}
@font-face {
  font-family: "hindregular";
  font-weight:normal;
  src: url('https://ffdd0c.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/stylesheet/fonts/Hind-Regular.ttf') format('truetype')
}
@font-face {
  font-family: "hindsemibold";
  font-weight:normal;
  src: url('https://987e1f.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/stylesheet/fonts/Hind-Semibold.ttf') format('truetype')
}
* { margin:0; padding:0; }
*:focus,*:active,*:hover{
  text-decoration: none !important;
  outline: none !important;
}
body {
    font-family: hindlight;
    color: #000000;
    font-weight: 300;
}
*{
    margin:0;
    padding:0;
}
#currency .dropdown-menu li button:hover,
#language .dropdown-menu li a:hover,
.menu_link li a:hover{
  background: #000000 !important;
  color: #FFAD06 !important;
}
body          { font:13px/20px 'hindlight', Arial, Helvetica, sans-serif; color:#646464; text-align: left;background:#ffffff}
img           { border:0; vertical-align:top; }
a             { color:#adadad; text-decoration: none;  transition:all 200ms ease-in 0s;cursor: pointer}
a:hover       {text-decoration:none;color: #92C841}
a:focus{ outline:none; }
:focus{ outline:none; }
img { max-width: 100%; height: auto;}
/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; font-family: 'hindbold';}
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:15px; font-weight:normal; }
h4            { font-size:14px; font-weight:normal; }
h5            { font-size:12px; font-weight:normal; }
h6            { font-size:11px; font-weight:normal; }
/* Forms */
form          { display:inline; }
fieldset      { border:0;line-height: 25px }


/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:normal; }
address       { font-style:normal; line-height:25px; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; margin: 0;}
.form-control:focus {
    border-color: #F2F2F2;
}
input,
input:focus{
  box-shadow: none !important; 
}
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="text"], textarea {
    padding: 2px;
}
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="text"], select, textarea {
    border: 1px solid #D6D3D3;
}

input, select, textarea, button {
    font: 13px/15px Arial,Helvetica,sans-serif;
    vertical-align: middle;
    color: #888;
    background: none repeat scroll 0% 0% #FFF;
}
/** header **/
.top-header{
    background: none repeat scroll 0% 0% #000000;
}
.top-header .infor {
    float: left;
    font-size: 12px;
    color: #FFF;
    padding: 12px 0px;
}
.top-header .infor .fa {
    width: 26px;
    padding-left: 4px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    margin-right: 5px;
}
.top-header .phone {
    padding-left: 5px;
    margin-left: 15px;
    padding-right: 15px;
}
#language div,
#currency div{
  float: right
}
.top-link .dropit .dropit-trigger,
#language div button,
#currency div button{
    display: inline-block;
    padding: 15px 0px 15px 25px;
    position: relative;
    z-index: 999;
    float: right;
    color: #fff;
    border: none !important;
}
.top-link .dropit .dropit-trigger span{
  color: #fff;
}
.top-link .dropit:hover .menu_link{
  display: block
}
.menu_link{
  position: absolute;
  top: 100%;
  right: 0px;
  z-index: 9;
  list-style: outside none none;
  padding: 0px;
  margin: 0px;
  display: none;
  min-width: 140px;
}
.lang-curren ul.dropdown-menu{
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
}
.lang-curren ul.dropdown-menu li button,
.lang-curren ul.dropdown-menu li a,
.menu_link li a{
  background: none repeat scroll 0% 0% #393939 !important;
  padding: 11px 27px;
  line-height: 11px;
  display: block;
  text-transform: capitalize;
  font-weight: normal;
  height: inherit;
  border-radius: 0px;
  font-size: 12px;
  text-align: left;
  min-width: 145px;
  color: #fff !important;
  
}
.bottom-header{
  background: none repeat scroll 0% 0% #363636;
}
#logo a{
  position: absolute
}
#cart .dropdown-menu{
  width: 260px;
  position: absolute;
  top: 100%;
  right: 0px;
  border: 1px solid #EEE;
  background: none repeat scroll 0% 0% #FFF;
  padding: 15px;
  text-align: left;
  border-radius: 0;
/*  box-shadow: none;*/
}
#cart .dropdown-menu  li{
  float: left;
  width: 100%;
  margin: 0px 0px 10px;
}
#cart .dropdown-menu  li .product-image{
  float: left;
  display: block;
  
}
#cart .dropdown-menu  li .product-details{
  margin-left: 60px;
  position: relative;
}
#cart .dropdown-menu  li .product-details button{
  position: absolute;
  right: 0px;
  top: 6px;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 0px;
  line-height: 0;
  background: url("https://3d2bc3.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/btn_remove.gif") no-repeat scroll 0px 0px transparent;
  text-indent: -999em;
  overflow: hidden;
}
#cart .dropdown-menu  li .product-details .product-name{
  word-wrap: break-word;
  width: 80%;
}
#cart .dropdown-menu  li .product-details .product-name a {
    font-size: 13px;
}
#cart .dropdown-menu  li .product-details .price {
    width: auto;
    font-size: 15px;
}
#cart .dropdown-menu .top-subtotal{
  float: left;
  margin: 15px 0px 0px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
}
.total1{
  display: none
}
#cart .dropdown-menu .top-subtotal span {
    font-size: 15px;
}
#cart .dropdown-menu .actions {
    padding: 0px;
    float: right;
    margin: 10px 0px 0px;
}
#cart .dropdown-menu .actions a{
  display: block;
padding: 12px 20px;
font: 14px/15px "hindbold",Arial,Helvetica,sans-serif;
text-align: center;
white-space: nowrap;
text-transform: uppercase;
background: none repeat scroll 0% 0% #363636;
color: #FFF;
}
/** /header **/
/** top-search **/
#search-by-category {
    background: #4e4e4e;
    border-radius: 20px;
    display: inline-block;
    float: right;
    position: relative;
    margin-top: 16px;
    width: 73%;
    margin-right: 20px;
}

#search-by-category .search-container .categories-container{
    float:left;
    position:relative
}
#search-by-category .search-container #text-search{
    width: 70%;
    background: #4E4E4E;
    box-shadow:none;
    height:32px;
    color: #888;
    font-size: 14px;
    float: left;
    border:none;
    text-indent: 10px;
    border-left: 1px solid #3e3e3e;
    /*border-right: 1px solid #3e3e3e;*/
    
}
#search-by-category #sp-btn-search{
    float:right;
    background: none;
}
#search-by-category .search-container .categories-container{
    border-radius: 20px 0 0 20px;
    background: #4E4E4E;
}
#search-by-category .search-container .categories-container .hover-cate p{
    margin:0;
    font-size: 14px;
    color: #FFF;
    font-family: "hindbold";
    padding:0 20px 0 10px;
    cursor: pointer;
    height: 32px;
    overflow: hidden;
    text-transform: capitalize;
    display: table;
}
#search-by-category .search-container .categories-container .hover-cate p span{
  line-height: 32px;
}
#search-by-category .search-container .categories-container .hover-cate p i{
    position:absolute;
    top:0;
    right:0px;
    padding: 9px 5px 9px 0;
    
}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
    z-index: 9999 !important;
    position: absolute;
    display: none;
    background: none repeat scroll 0% 0% #FFF;
    max-height: 300px;
    overflow: auto;
    margin-top:5px;
    border: 1px solid #ddd!important;
    padding: 5px;
    width:120px;
    cursor: pointer;
}
.cate-items li {
    text-transform: uppercase;
    color:#333;
    font-size: 10px;
    list-style: none;
}
.cate-items li:hover{
    color:#E98388
}
.cate-items li.f1 {
    padding-left: 5px;
}
.cate-items li.f2 {
    padding-left: 15px;
}
#search-by-category .search-ajax{
    position: absolute;
    z-index: 9999 !important;
    background: none repeat scroll 0% 0% #fff;
    right: 65px;
    top: 37px;
    width:70%;
}
#search-by-category .search-ajax li{
    list-style: none;
}
#search-by-category .search-ajax .ajax-result-container{
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-msg{
  padding: 20px;
  margin: 0;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:300px;
    overflow: auto;
    padding:10px;
}
#btn-search-category{
    background:#4E4E4E;
    border:none!important;
    padding:0;
    box-shadow:none;
    border-radius: 0 20px 20px 0;
    text-shadow:none;
}
#btn-search-category span{
  width: 60px;
  height: 32px;
  display: block;
  border-left: 1px solid #3e3e3e;
}
#btn-search-category i{
    text-align: center;
    font-size: 15px;
    color: #A9A9A9;
    
}
#cart{
  float: right;
  background: #e25b00;
  margin: 0 auto;
  width: 79px;
  position: relative;
}
#cart button{
  background: none;
  border: none;
}
#cart button span{
  background: url(https://e980f8.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/icon-cart.png) no-repeat scroll center 5px transparent;;
  border: none;
  padding: 37px 13px 12px;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "hindbold";
  color: #FFF;
  
}
/** /top-search **/
.top-menu{
  border-bottom: 1px solid #F1F1F1;
}
.common-home .top-menu{
  border: none
}
/** hozmegamenu **/
.nav-container{
    
}
#pt_custommenu .parentMenu{
    bottom:0
}
#pt_custommenu .parentMenu a{
    padding: 11px 20px;
    text-decoration: none;
    display: block;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "hindsemibold";
    color: #363636;
    border-left: 1px solid #F1F1F1;
    top:0
}
#pt_custommenu .parentMenu a span{
    line-height:48px;
}
#pt_custommenu .pt_menu.active .parentMenu a,
#pt_custommenu .parentMenu a.current,
#pt_custommenu .parentMenu a:hover{
    background: none repeat scroll 0% 0% #92C841;
    color: #FFF !important;
}
a.current{
    color: #e25b00!important;
}
/*hozmobile*/
.menu-mobile{
  background-color: #92C841;
  border-radius: 0px;
}
.ma-nav-mobile-container{
  margin-top:20px;
}
.ma-nav-mobile-container .navbar{
  border: none;
  background: #92C841;
  padding: 0 2px 2px;
  border-radius: 0
}
#ma-mobilemenu{
  background: #fff;
}
.menu-mobile {
    float: left;
    width: 100%;
    padding: 0px 2%;
}
.navbar .btn-navbar {
    margin-top: 10px;
    border: 0px none !important;
    box-shadow: none !important;
    background: url("https://ab6041.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/bg-menu-mobile.png") no-repeat scroll 50% 50% transparent;
}
.navbar .brand {
    color: #FFF;
    text-transform: uppercase;
    padding: 18px 0px;
}
/** /hozmegamenu **/

/** main**/
.main {
    padding-top: 20px;
    
}
.common-home .main{
    padding-bottom: 50px;
}
.module-title{
  margin: 30px 0px;
}
.module-title h2 {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
    color: #363636;
}
.block_end_bottom {
    margin: 15px 0px 30px;
    overflow: hidden;
}
.block_end_bottom .box-col {
    float: left;
    padding: 20px;
    color: #FFF;
    width: 33.3333%;
    background: none repeat scroll 0% 0% #5E5E5E;
    min-height: 110px;
}
.block_end_bottom .box-col .pull-left {
    margin-right: 10px;
}
.block_end_bottom .box-col .pull-left img{
  width: 56px ;
  height: 56px ;
}
.block_end_bottom .box-col h3 {
    color: #FFF;
    text-transform: uppercase;
    padding-top: 6px;
    font-size: 13px;
}
.block_end_bottom .box-col:hover {
    background: none repeat scroll 0% 0% #92C841;
    color: #FFF;
}
/** /main**/
/** oc-block-bottom **/
.banner-home-inner{
    text-align: center;
    position: relative
}
.banner-home-inner a{
  display: block;
  overflow: hidden;
}
.banner-home-inner a .mask{

  width:100%;
  height: 100%;
  
}
.banner-home-inner a:hover{
  background: #92C841;
  margin-bottom: 15px;
  z-index: 1 !important
}
.banner-home-inner a:hover img{
  transform: scale(.9);
  margin:0;
  z-index: 999999 !important;
}
.banner-home-inner a img {
    margin-bottom: 15px;
    -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
/** /oc-block-bottom **/
/** vermegamenu mobile **/
.oc-nav-mobile-container{
  overflow: hidden;
  border: 1px solid #EBEBEB;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  text-transform: capitalize;
}
.oc-nav-mobile-container .block-title {
  background: none repeat scroll 0% 0% #000;
  border-width: 0px 0px 4px;
  border-style: none none solid;
  border-color: -moz-use-text-color -moz-use-text-color #92C841;
  border-image: none;
  margin: 0px;
}
.oc-nav-mobile-container .block-title strong {
  padding: 19px 0px 16px 25px;
  width: 100%;
  line-height: 12px;
  color: #A8A8A8;
  background: url("https://a891cd.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/icon_title_category.png") no-repeat scroll left 23px center transparent;
  font-size: 16px;
  word-wrap: break-word;
  display: inline-block;
  text-transform: uppercase;
  font-family: "hindbold";
}
.oc-nav-mobile-container .block-title strong span {
    margin-left: 30px;
    font-family: "hindbold";
    font-size: 18px;
    text-transform: uppercase;
    color: #FFF;
}
.oc-nav-mobile-container .block-content{
  overflow: hidden
}
#ma-mobilemenu li.act_parent a.alevel0,
#ma-mobilemenu li ul li.act_parent a,
#ma-vermobilemenu li.act_parent a.alevel0,
#ma-vermobilemenu li ul li.act_parent a{
    color: #92C841;
}
#ma-mobilemenu li,
#ma-vermobilemenu li{
  background: none;
}

#ma-vermobilemenu a{
  border:none;
}
#ma-mobilemenu a:hover,
#ma-vermobilemenu a:hover{
  color: #92C841 !important
}
#ma-mobilemenu a.alevel0,
#ma-vermobilemenu a.alevel0{
  color: #363636;
  font-size: 13px;
  line-height: 25px;
  padding: 15px 5px;
  text-transform: uppercase;
  margin:0;
}
#ma-mobilemenu a.alevel0 span,
#ma-vermobilemenu a.alevel0 span {
    padding-left: 15px;
}
.close-child,
.more-child{
  color: #888;
  display: block;
  height: 22px;
  padding: 0px;
  width: 30px;
  border: 0px none;
  text-indent: 100%;
  overflow: hidden;
  border: none !important;
  position: absolute;
  top: 17px;
  right:0px;
  margin:0 10px !important;
}
#ma-mobilemenu ul li .close-child,
#ma-mobilemenu ul li .more-child,
#ma-vermobilemenu ul li .close-child,
#ma-vermobilemenu ul li .more-child{
  top:8px;
}
.more-child{
  background: url("https://4b8701.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/menu_down.png") no-repeat scroll 50% 50% transparent;
}
.more-child:hover{
  background: url("https://f2220d.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/menu_up.png") no-repeat scroll 50% 50% transparent;
}
.close-child{
  background: url("https://f2220d.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/menu_up.png") no-repeat scroll 50% 50% transparent
}
.close-child:hover{
  background: url("https://4b8701.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/menu_down.png") no-repeat scroll 50% 50% transparent;
}
#ma-mobilemenu li > ul,
#ma-vermobilemenu li.act_parent > ul {
    padding: 0px 20px;
}
#ma-mobilemenu li ul li,
#ma-vermobilemenu li ul li{
  font-size: 0.9em;
}
#ma-mobilemenu ul a ,
#ma-vermobilemenu ul a {
    font-size: 13px;
    padding-left: 15px;
    text-transform: capitalize;
}
#ma-mobilemenu ul a:before,
#ma-vermobilemenu ul a:before{
  font-feature-settings: normal;
  font-language-override: normal;
  content: "\f0a9";
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 10px;
  text-rendering: auto;
  color: #92C841;
}
#ma-mobilemenu img,
#ma-vermobilemenu img{
  vertical-align: middle;
   visibility: hidden;
  height: 0px;
  widht: 0px;
}
#ma-mobilemenu ul .ttclose a:before,
#ma-mobilemenu ul .open a:before,
#ma-vermobilemenu ul .ttclose a:before,
#ma-vermobilemenu ul .open a:before{
  content: "";
}
/** /vermegamenu mobile**/
/** ocnewproductslider **/
.ocnewproductslider{
    margin-top: 30px;
}
.related-title,
.ocnewproduct-title{
    background: none repeat scroll 0% 0% #000;
    padding: 15px;
    margin-bottom: 20px;
}
.related-title h2,
.ocnewproduct-title h2 {
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
}
.related-products-view .owl-theme .owl-controls,
.ocnewproductslider .owl-theme .owl-controls {
    width: 60px;
    background: url("https://2d9a06.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/bkg_slider_new.png") no-repeat scroll 0% 0% transparent;
    height: 30px;
    right: -1px;
    top: -50px;
}
.related-products-view .owl-theme .owl-controls .owl-buttons .owl-prev,
.ocnewproductslider .owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url("https://73fcf0.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/new_prev.png") no-repeat scroll right center transparent;
    width: 30px;
    height: 30px;
}
.related-products-view .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.ocnewproductslider .owl-theme .owl-controls .owl-buttons .owl-prev:hover{
    background: url("https://73fcf0.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/new_prev.png") no-repeat scroll right center transparent;
}
.related-products-view .owl-theme .owl-controls .owl-buttons .owl-next,
.ocnewproductslider .owl-theme .owl-controls .owl-buttons .owl-next {
    background: url("https://fc835d.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/new_next.png") no-repeat scroll center center transparent;
    width: 30px;
    height: 30px;
}
.related-products-view .owl-theme .owl-controls .owl-buttons .owl-next:hover,
.ocnewproductslider .owl-theme .owl-controls .owl-buttons .owl-next:hover{
  background: url("https://fc835d.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/new_next.png") no-repeat scroll center center transparent;
}
.related-products-view .item_product,
.ocnewproductslider .item_product{
  margin: 0px 0px 30px;
  overflow: hidden;
}
.related-products-view .item_product .image,
.ocnewproductslider .item_product .image{
  margin-right: 10px;
  float:left
}
.related-products-view .item_product .image a img,
.ocnewproductslider .item_product .image a img {
    border: 1px solid #EAEBEC;
    padding: 5px;
}
.related-products-view .item_product .caption,
.ocnewproductslider .item_product .caption{
  overflow: hidden
}
.related-products-view .item_product .caption .product-name a,
.ocnewproductslider .item_product .caption .product-name a {
    font-family: "hindregular";
    color: #363636;
    font-size: 13px;
    text-transform: capitalize;
    padding:0;
}
.related-products-view .item_product .caption .price-box,
.ocnewproductslider .item_product .caption .price-box {
    color: #0D0D0D;
    font-size: 13px;
    font-family: "hindbold";
}
.related-products-view .button-group,
.related-products-view .item_product .caption .des-newproduct,
.ocnewproductslider .item_product .caption .des-newproduct{
  display: none;
}
/** /ocnewproductslider **/
/** product **/
.item-inner {
    margin: 0px 0px 30px;
    padding: 0px 15px;
    overflow: hidden;
}
.oc-box-content {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #EAEBEC #EAEBEC #92C841;
    border-image: none;
    padding: 15px;
}
.oc-box-content::before {
    height: 1px;
    width: 40%;
    background-color: #B9A272 !important;
    position: absolute;
    right: 0px;
    bottom: -1px;
    content: "";
}
.label-pro-new, .label-pro-sale{
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 30px;
    width: 50px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    color: #FFF;
    background-color: #92C841;
    padding-right: 5px;
    font-size: 13px;
    font-family: "hindsemibold";
    text-transform: uppercase;
}
.label-pro-new::before, .label-pro-sale::before{
    position: absolute;
    content: "";
    border-width: 17px;
    border-style: solid;
    border-color: transparent #92C841 transparent transparent;
    border-image: none;
    left: -34px;
    bottom: 0px;
}
.oc-box-content .top-inner {
    min-height: 110px;
}
.product-name {
    margin: 0px;
    font-weight: normal;
    line-height: 18px;
    display: block;
    font-family: hindlight
}
.product-name a {
    font-size: 13px;
    text-transform: uppercase;
    color: #363636;
    padding-top: 15px;
    display: block;
}
.product-name a:hover {
    color: #92C841!important ;
}
.price-box {
    font-size: 20px;
    font-family: "hindsemibold";
    color: #0D0D0D;
    margin: 10px 0px;
}
.price-box p {
    display: inline;
}
.old-price {
    margin: 0px;
}
.old-price .price {
    color: #A2A2A2;
    text-decoration: line-through;
    font-size: 14px;
}
.special-price {
    margin: 0px;
    padding: 0px;
}
.ratings {
    font-size: 11px;
    
    margin: 4px 0px 0px;
    display: inline-block;
}
.rating-box {
    float: left;
    margin-right: 3px;
}
.rating-box {
    width: 94px;
    height: 18px;
    
}
.rating-box .rating0{
  background: url(https://07e7ce.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/rating0.png) no-repeat transparent;
  text-indent: 100%;
  overflow: hidden
}
.rating-box .rating1{
  background: url(https://0d9c35.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/rating1.png) no-repeat transparent;
  text-indent: 100%;
  overflow: hidden
}
.rating-box .rating2{
  background: url(https://af11a4.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/rating2.png) no-repeat transparent;
  text-indent: 100%;
  overflow: hidden
}
.rating-box .rating3{
  background: url(https://71083b.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/rating3.png) no-repeat transparent;
  text-indent: 100%;
  overflow: hidden
}
.rating-box .rating4{
  background: url(https://e00831.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/rating4.png) no-repeat transparent;
  text-indent: 100%;
  overflow: hidden
}
.rating-box .rating5{
  background: url(https://5b92e6.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/rating5.png) no-repeat transparent;
  text-indent: 100%;
  overflow: hidden
}
.oc-box-content .actions {
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: -50%;
    z-index: 10;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.oc-box-content button.btn-cart {
    float: left;
    width: 60%;
}
.oc-box-content button.btn-cart span {
    padding: 13px 13px 8px;
    width: 100%;
    min-height: 43px;
    background: none repeat scroll 0% 0% #92C841;
}
.oc-box-content button.btn-cart span .fa {
    font-size: 18px;
    margin-right: 5px;
}
.button {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}
button.button {
    overflow: visible;
    width: auto;
    border: 0px none;
    padding: 0px;
    margin: 0px;
    background: none repeat scroll 0% 0% #92C841;
    cursor: pointer;
}
button.button span {
    display: block;
    padding: 12px 20px;
    font: 14px/15px "hindbold",Arial,Helvetica,sans-serif;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    background: none repeat scroll 0% 0% #363636;
    color: #FFF;
}
button.button:hover span {
    background: none repeat scroll 0% 0% #92C841;
    color: #FFF;
}
.oc-box-content ul.add-to-links {
    float: right;
    width: 40%;
}
.oc-box-content .add-to-links li a {
    float: left;
    position: relative;
    width: 50%;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 18px;
    color: #FFF;
    background-color: #B9A272;
    border-left: 1px solid #C7B58E;
}
.oc-box-content .add-to-links li a:hover{
  background-color: #92C841;
}
.add-to-links li em{
    min-width: 95px;
    height: auto;
    line-height: 20px;
    padding: 3px 5px;
    right: 0%;
    margin-left: 4px;
    text-transform: capitalize;
    font-size: 12px;
    font-style: normal;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    background: none repeat scroll 0% 0% #333;
    text-indent: 0px;
    position: absolute;
    pointer-events: none;
    bottom: 30px;
    white-space: nowrap;
    font-family: Corbel;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
}
.oc-box-content:hover .actions {
    bottom: 0px;
}
/** /product **/
/* tabproduct */
.tab_container .owl-theme .owl-controls {
    top: -100px;
}
.tab_container .owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url("https://207ef8.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/bkg_prevous_tab.png") no-repeat scroll 0% 0% transparent;
}
.tab_container .owl-theme .owl-controls .owl-buttons .owl-next {
    background: url("https://f59006.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/bkg_next_tab.png") no-repeat scroll 0% 0% transparent;
}
.tab_container .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background: url("https://207ef8.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/bkg_prevous_tab.png") no-repeat scroll 0px 100% transparent;
}
.tab_container .owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background: url("https://f59006.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/bkg_next_tab.png") no-repeat scroll 0px 100% transparent;
}
/* tabproduct */
/** owl **/
.owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    top: -85px;
    right: 15px;
    width: 100px;
}
.owl-theme .owl-controls .owl-buttons {
    position: relative;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    font-size: 0px;
    color: transparent;
    width: 60px;
    height: 43px;
    background: url("https://da0790.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/bkg_prevous.png") no-repeat scroll 0% 0% transparent;
    transition:all 200ms ease-in 0s;cursor: pointer
}
.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background: url("https://133a3c.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/bkg_next.png") no-repeat scroll 0px 100% transparent;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    font-size: 0px;
    color: transparent;
    width: 60px;
    height: 43px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url("https://133a3c.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/bkg_next.png") no-repeat scroll 0% 0% transparent;
    transition:all 200ms ease-in 0s;cursor: pointer
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background: url("https://da0790.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/bkg_prevous.png") no-repeat scroll 0px 100% transparent;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    background: none repeat scroll 0% 0% #92C841;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    border-radius: 20px;
    background: none repeat scroll 0% 0% #5E5E5E;
}
/** /owl **/
.testimonial-newleter {
    border: 1px solid #D9D9D9;
    overflow: hidden
}
.testimonial-newleter > div:first-child{
  border-right: 1px solid #D9D9D9;
}
/** testimonial**/
.testimonial-container{
    margin: 0px;
    padding: 30px;
}
.testimonial-container .block-title {
    background: none repeat scroll 0% 0% transparent;
    padding-bottom: 20px;
}
.testimonial-container .block-title strong {
    font-size: 16px;
    color: #363636;
    padding: 10px 15px 10px 0px;
    word-wrap: break-word;
    display: inline-block;
    text-transform: uppercase;
    background: none repeat scroll 0% 0% #FFF;
    font-family: "hindbold";
}
.testimonial-container .block-title strong {
    font-size: 16px;
    color: #363636;
    word-wrap: break-word;
    text-transform: uppercase;
    font-family: "hindbold";
}
.testimonial-container .pull-left {
    margin-right: 20px;
}
.testimonial-author {
    font-family: "hindbold";
    color: #92C841;
    font-size: 13px;
    text-transform: uppercase;
}
.testimonial-box em {
    padding: 0px 5px;
}
.testimonial-date {
    text-transform: uppercase;
    font-size: 11px;
    color: #B3B3B3;
}
.testimonial-box a {
    margin-top: 20px;
    display: block;
}
.testimonial-container .owl-theme .owl-controls {
    top: 100%;
    right: 0px;
    text-align: right;
    width: 100%
}
/** newsletter **/
.box{
  text-align: center;
  overflow: hidden;
  padding: 30px 20px 0 20px;
}
.box .subscribe-title {
    margin-bottom: 30px;
}
.box  .subscribe-title h3 {
    margin: 0px;
    text-transform: uppercase;
    color: #363636;
    font-size: 16px;
    line-height: 25px;
}
.subscribe-title label {
    font-weight: normal;
    font-size: 15px;
    margin: 14px 0px 3px;
    color: #FFF;
    text-transform: uppercase;
    display: none;
}
.des-newlletter{
    font-size: 13px;
    color: #363636;
    clear: both;
    display: block;
    line-height: 24px;
    margin-bottom: 15px;
}
.subscribe-content .input-box {
    height: 40px;
    margin-right: 5px;
    line-height: 40px;
    width: 65%;
    float: left;
    background: none repeat scroll 0% 0% #FFF;
    margin-bottom: 5px;
}
.subscribe-content input[type="text"] {
    display: block;
    border: 1px solid #D9D9D9;
    background: none repeat scroll 0% 0% transparent;
    width: 100%;
    transition: width 1s ease-in-out;
    color: #222;
    text-indent: 10px;
    padding:12px 0;
}
.subscribe-content .actions-subcribe{
  float: left
}
.subscribe-content button.button span {
    text-align: center;
    padding: 13px 18px;
    background: none repeat scroll 0% 0% #363636;
    font-size: 13px;
    color: #FFF;
}
.subscribe-content button.button:hover span {
    color: #92C841;
}
#notification{
  clear: both;
  min-height: 13px;
  margin: 3px 0px 0px;
  padding-left: 17px;
  font-size: 11px;
  font-weight: normal;
  line-height: 13px;
  background: none repeat scroll 0% 0% transparent;
  color: #EB340A;
}
/** ocslideshow **/
.nivo-directionNav a {
    width: 60px;
    height: 43px;
    display: block;
    background: url("https://da0790.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/bkg_prevous.png") no-repeat scroll 0% 0% transparent;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 9;
    float: left;
    position: absolute;
    top: 0px;
}
.nivo-directionNav a.nivo-nextNav {
    background: url("https://133a3c.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/bkg_next.png") no-repeat scroll 0% 0% transparent;
    right: 5px;
    position: absolute;
}
.nivo-directionNav a:hover {
    background-position: 0px 100%;
}
.nivo-directionNav a.nivo-nextNav:hover {
    background-position: 0px 100%;
}
/** ocslideshow **/
/** footer **/
.our-brand{
    background: none repeat scroll 0% 0% #F4F5F5;
    margin-top: 50px;
    padding: 15px 0px;
}
.social-footer-link {
    background: none repeat scroll 0% 0% #0D0D0D;
    padding: 15px 0px;
}
ul.link-follow li{
  float: left;
  margin-right: 8px;
  padding-left: 8px;
  border-left: 1px solid #262626;
}
ul.link-follow li:first-child {
    padding-left: 0px;
    border: 0px none;
}
ul.link-follow a {
    position: relative;
    display: block;
    height: 37px;
    line-height: 37px;
    width: 37px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    padding: 0px;
    border-radius: 100%;
}
ul.link-follow li a span {
    min-width: 70px;
    height: auto;
    line-height: 20px;
    padding: 1px 5px;
    left: 50%;
    margin-left: -40px;
    text-transform: capitalize;
    font-size: 12px;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    background: none repeat scroll 0% 0% #92C841;
    text-indent: 0px;
    position: absolute;
    pointer-events: none;
    bottom: 40px;
    display: none;
    font-family: Corbel;
}
ul.link-follow li a:hover span {
    bottom: 50px;
    display: block
}
ul.link-follow li a span:before, ul.link-follow li a span:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 45%;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.1);
}
ul.link-follow li a span::after {
    bottom: -4px;
    border-top: 5px solid #92C841;
}
.social-footer-link .links {
    margin-top: 8px;
    float: right
}
.links li:first-child{
    padding-left: 0px !important;
    border-left: 0px none !important;
}
.links li {
    display: inline;
}
.social-footer-link .links li:first-child a {
    padding-left: 0px;
}
.social-footer-link .links li a {
    font-size: 12px;
    color: #8B8B8B;
    text-transform: uppercase;
    font-family: "hindsemibold";
    padding: 10px 12px;
}
.footer-static-top{
    background: none repeat scroll 0% 0% #363636;
    padding-top: 40px;
}
.footer-static-top .col-1 {
    margin-top: 10px;
}
.footer-static-content .des{
    margin: 0px;
    padding: 20px 0px;
    color: #959595;
    line-height: 24px;
}
a.readmore{
  color: #92C841;
  text-transform: capitalize
}
a.readmore::after{
  content: "\f0a9";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size-adjust: none;
  font-stretch: normal;
  font-feature-settings: normal;
  font-language-override: normal;
  font-kerning: auto;
  font-synthesis: weight style;
  font-variant: normal;
  font-size: inherit;
  text-rendering: auto;
  margin-left: 5px;
}
/* lastest, special*/
.title-contact,
.lastest-title,
.special-title{
  border-bottom: 1px solid #4A4A4A;
  margin-bottom: 20px;
  background: none repeat scroll 0% 0% transparent;
}
.title-contact h2,
.lastest-title h2,
.special-title h2 {
    font-size: 20px;
    color: #FFF;
    padding: 0px 0px 10px;
    text-transform: capitalize;
    background: none repeat scroll 0% 0% transparent;
    font-family: "hindbold";
    margin-bottom: 5px;
}
.footer-module .product-thumb{
  overflow: hidden;
  margin: 0 0 10px 0;
}
.footer-module .image{
  margin-right: 10px;
  float: left
}
.footer-module .product-name a {
    font-family: "hindregular";
    color: #FFF;
    font-size: 13px;
    text-transform: capitalize;
    padding-top: 0;
}
.footer-module .price-box {
    color: #92C841;
    font-size: 13px;
    font-family: "hindbold";
}
.footer-module .old-price .price {
    font-size: 13px;
    color: #A2A2A2;
}
.footer-module .caption{
  overflow: hidden
}
.footer-module .button-group,
.footer-module .des-product{
  display: none
}
.content-contact li{
  margin-bottom: 10px;
  color: #959595;
  overflow: hidden;
}
.content-contact .fa{
  width: 40px;
  height: 40px;
  color: #fff;
  background: #92C841;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  font-size: 20px;
  margin-right: 10px;
}
.footer-static-content ul li a:hover {
    background-position: 0px -40px;
    padding-left: 25px;
    color: #92C841;
}
.footer-static{
  padding: 40px 0px 50px;
  background: none repeat scroll 0% 0% #000000;
}
.footer-static-title{
  border-bottom: 1px solid #4A4A4A;
  padding-bottom: 15px;
  margin-bottom: 8px;
}
.footer-static-title h3 {
    text-transform: capitalize;
    font-size: 20px;
    color: #FFF;
}
.footer-static-content ul li {
    border-bottom: 1px solid #363636;
}
.footer-static-content ul li a {
    line-height: 40px;
    padding-left: 5px;
    color: #e25b00;
    font-family: "hindregular";
    text-transform: capitalize
}
.footer-static-content ul li a::before {
    content: "\f0a9";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
    margin-right: 10px;
}
.footer {
    margin: 0px auto;
    padding: 25px 0px;
    background: none repeat scroll 0% 0% #0D0D0D;
    font-family: "hindregular";
}
.footer address {
    margin: 0px;
    clear: both;
    padding-top: 5px;
    color: #959595;
}
.footer address a {
    color: #92C841;
}
#back-top{
  background: url("https://3434bf.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/back-top.png") no-repeat scroll 50% 50% #7F7F7F;
  bottom: 35px;
  display: none;
  height: 35px;
  position: fixed;
  right: 12px;
  width: 35px;
  z-index: 9999;
  cursor: pointer;
}
#back-top:hover {
    background-color: #92C841;
}
.footer-static-top-border{
  padding-bottom: 30px;
  border-bottom: 1px solid #4a4a4a;
}
/** /footer **/
/** category **/
.main .breadcrumb{
    padding: 0px 0px 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "hindbold";
    background: none;
    border-radius: 0;
    margin: 0;
}
.main .breadcrumb li a {
    padding: 3px 0px;
    color: #9A9A9A;
}
.main .breadcrumb > li + li::before {
    padding: 0px 5px;
    color: #9A9A9A;
    content: "--";
}
p.compare-total,
.description-category,
.name-category{
  display: none
}
.thumb-img{
  margin-bottom: 35px;
}
.thumb-img img{
  border: none;
  border-radius: 0;
  padding: 0;
  width: 100%;
}
.sort-lg{
    float: left;
    width: 50%;
}
.sort-lg button{
    height: 34px;
    width: 34px;
    float: left;
    border: 0px none;
    border-radius: 0px;
    padding-left: 20px;
    margin: 4px 0px 0px;
    text-transform: uppercase;
    text-indent: -9999px;
    transition: all 300ms ease-in 0s;
}
.grid-view:hover,
.list-view:hover,
.sort-lg .selected{
    background-color: #92C841;
    background-position: 0% 100%;
}
.grid-view{
    background: url("https://ca9cba.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/grid.png") no-repeat scroll 0% 0% #EDEDED;
}
.list-view{
    background: url("https://542058.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/list.png") no-repeat scroll 0px 0px #EDEDED;
}
.product-filter label,
.product-filter select{
  float: right;
  line-height: 38px;
}
.product-filter label {
    vertical-align: middle;
    margin: 0px 5px 0px 0px;
    font-weight: normal;
    text-transform: uppercase;
    color: #808080;
}
.product-filter select {
    padding: 4px 10px 5px;
    max-width: 145px;
    margin: 4px 0px 1px;
    vertical-align: middle;
    text-align: center;
    background: none repeat scroll 0% 0% transparent;
    border: 1px solid #DFDFDF;
    color: #373737;
    text-transform: uppercase;
}
.show-page{
    float: right;
    width: 48%;
}
.show-page label,
.show-page select{
  float: left
}
.show-page .pagination{
  float: right;
  margin: 0px 0px 0px 30px;
  height: 25px;
}
.show-page .pagination li{
    display: inline-block;
    margin: 0px 2px;
    width: 35px;
    border-radius: 0%;
    height: 33px;
    font-size: 13px;
    font-family: "hindbold";
    line-height: 33px;
}
.show-page .pagination li.active{
    background: none repeat scroll 0% 0% #92C841;
    border-radius: 0%;
    color: #FFF;
}
.show-page .pagination li.active span:hover{
  background: none;
}
.show-page .pagination li span{
  background: none;
  margin: 0;
  border: none;
  box-shadow: 0;
  padding: 9px 12px 6px 14px;
  border-radius: 0;
}
.show-page .pagination li a{
  display: inline-block;
  padding: 9px 0px 6px 12px;
  background: none repeat scroll 0% 0% #EDEDED;
  border: medium none;
  width: 35px;
  height: 33px;
  color: #373737;
  font-family: "hindbold";
  font-size: 13px;
  border-radius: 0px;
}
.show-page .pagination li a:hover{
    background: none repeat scroll 0% 0% #92C841;
    color: #FFF;
}
.product-grid .short-des,
.product-list .label-product,
.product-layout .des{
  display: none;
}
.product-list .top-inner{
  float: right;
}
.product-list .oc-box-content{
  overflow: hidden
}
.product-list .product-name a{
  font-size: 18px;
  padding: 0px;
  text-transform: capitalize
}
.products-list .ratings {
    margin: 10px 0px 0px;
}
.product-list .price-box {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0px;
}
.product-list .oc-box-content .actions{
  
  
}
.product-list .oc-box-content{
  border: none;
  padding: 0
}
.product-grid .product-thumb.row{
  margin: 0
}
.product-list div.product-image{
  border: 1px solid #EAEBEC;
}
.product-layout .item-inner{
  padding: 0
}
.product-filter{
  overflow: hidden;
  margin-bottom: 30px;
}
.product-list .actions{
  bottom: 0
}
.product-list .item-inner{
  margin: 0px 0px 70px;
}
.product-list .short-des{
  margin: 20px 0px;
  line-height: 20px;
  color: #646464;
  text-align: justify;
}
div.product-image{
  text-align:center;
  position: relative;
  overflow:hidden;
}
/** product-detail **/
.product-shop-inner {
    float: left;
    width: 58.3333%;
    padding-right: 30px;
}
.thumbnails-image{
  
  border: 1px solid #DDD;
  margin-bottom: 10px;
}
.thumbnails-image a.thumbnail{
  border-radius: 0;
  padding: 0;
  border: none;
  margin: 0;
}
.thumbnails-image a.thumbnail:hover{
  border-color: #DDD;
}
.wrapper-img-additional{
  max-width:354px;
  position: relative;
}
.wrapper-img-additional .owl-carousel{
  position: static;
}
#gallery_01 a.thumbnail{
  margin: 0px 5px 0px 0px;
  border-radius: 0;
  border: none;
  padding: 0;
}
#gallery_01 a.thumbnail img{
  border: 1px solid #ddd;
  padding: 5px;
}
#gallery_01 .owl-controls {
    text-align: center;
    position: absolute;
    right:-100px;
    bottom:0;
    width: 100px;
    top: auto
}
.related-products-view {
    float: left;
    width: 41.6667%;
}
.zoomContainer {
  top: 0px !important;
  left: 0px !important;
  margin-left: 15px !important;
}
.zoomLens {
    height: 100px !important;
    width: 100px !important;
}
.zoomWindow {
    left: 105% !important;
    border: 4px solid #ddd !important;
}
.product-shop-inner .product-name {
    margin: 5px 0px;
    display: block;
}
.product-shop-inner .product-name h1 {
    margin: 0px;
    font-size: 30px;
    color: #2C2C2C;
    text-transform: capitalize;
    font-family: "hindregular";
    font-weight: 700
}
.product-shop-inner .price-box {
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    padding: 10px 0px;
}
.product-shop-inner .short-description {
    margin: 10px 0px;
}
.product-shop-inner .list-infor-product{
    margin: 0px;
    color: #393939;
    font-size: 13px;
    font-family: "hindboldregular";
}
.list-infor-product span,
.list-infor-product span a{
    color: #92C841;
    text-transform: capitalize;
    padding-left: 2px
}
.add-to-cart{
  margin: 20px 0px;
}
.add-to-cart .input-content {
    float: left;
    margin-bottom: 5px;
}
.add-to-cart label {
    font-size: 13px;
    color: #2C2C2C;
    font-weight: normal;
}
.add-to-cart .qty {
    text-align: center;
    min-width: 60px !important;
    background: none repeat scroll 0% 0% transparent;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    color: #92C841;
}
input.qty {
    width: 2.5em !important;
    text-align: center;
}
.add-to-cart button.btn-cart span {
    border: 0px none;
    background: none repeat scroll 0% 0% #92C841;
    color: #FFF;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding-top: 0px;
    font-size: 18px;
}
button.button span span {
    border: 0px none;
    padding: 0px !important;
    background: none repeat scroll 0% 0% transparent !important;
}
.add-to-cart button.btn-cart span .fa {
    font-size: 18px;
    color: #FFF;
    margin-right: 10px;
}
@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}
.add-to-cart button.btn-cart:hover span .fa {
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.3);
    animation: 0.5s ease-in-out rotate;
    color: #FFF;
    border-radius: 100%;
}
.actions-inner{
  overflow: hidden;
  margin: 20px 0;
}
.actions-inner a,
.actions-inner button{
    float: left;
    position: relative;
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 18px;
    color: #FFF;
    background-color: #B9A272;
    margin-left:2px;
    border: none;
}
.actions-inner a:hover,
.actions-inner button:hover{
  background-color: #92C841;
}
.product-shop-inner .alert-info{
  background: none;
  color: #000;
  border: none;
  padding: 0
}
#product{
  max-height: 300px;
  overflow: auto
}
.col-3{
  margin-top: 30px;
  margin-bottom: 50px;
}
.col-3 li a{
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #363636;
    font-family: "hindbold";
    border-width: 1px 1px medium !important ;
    border-style: solid solid none !important ;
    border-color: #EEE #EEE -moz-use-text-color !important ;
    border-image: none;
    border-radius: 0
}
.col-3 li a:hover,
.col-3 li.active a, .col-3 li.active a:hover {
    background: none repeat scroll 0% 0% #92C841 !important;
    color: #FFF;
}
.col-3 ul{
  border: none
}
.col-3 .tab-content{
  padding: 15px;
  border: 1px solid #eee;
  
}
.tab-content > div{
  
}
.tab-content #tab-review{
  max-height: 410px !important;
  overflow: auto
}

.col-3 .nav-tabs > li > a:active, .col-3 .nav-tabs > li > a:focus{
  color: #fff;
}
.col-3 #form-review input[type="radio"]{
  margin: 0 !important
}
.col-3 #review tr:first-child{
  background-color: #92C841;
color: #FFF;
}
#button-review{
  margin-bottom: 10px;
}
/** product-detaile **/
.page-title {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #EEE;
    margin: 0px 0px 15px;
}
.page-title h2,
.page-title h1{
    margin: 0px;
    font-size: 19px;
    color: #92C841;
    text-transform: uppercase;
}
.custom-menu-bottom img{
    width:100%;
    height: 150px;
}
.popup .block2{
    display: inline-block;
    width: 100%
}
div.alert {
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.layered-title{
  background: url("https://331aa7.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/bkg_title.jpg") repeat-x scroll left 10px transparent;
}
.layered-title h2{
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
  color: #363636;
  text-transform: uppercase;
  background: none repeat scroll 0% 0% #F5F5F5;
  padding-right: 20px;
  display: inline-block;
  font-family: hindregular; 
}
.module-account {
    margin: 0px 0px 30px;
    clear: both;
    border: 1px solid #EEE;
    padding: 15px 10px 0px 15px;
}
.block .block-title {
    background: url("https://331aa7.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/bkg_title.jpg") repeat-x scroll left center transparent;
}
.block-title strong {
    font-size: 16px;
    word-wrap: break-word;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}
.module-account .block-content {
    padding: 10px 7px;
}
.module-account .block-content li {
    border-bottom: 1px solid #F2F2F2;
}
.module-account .block-content a {
    border: medium none;
    display: inline-block;
    padding: 4px 6px;
    margin: 0px 0px 7px;
    text-transform: capitalize;
}
.module-account .block-content li:last-child {
    border-bottom: medium none;
}
#account-panel{
  border: none;
  box-shadow: none;
  border-radius: 0;
}
#account-panel .panel {
    border-color: #EEE !important;
    border-radius: 0px;
    box-shadow: none;
}
#account-panel .panel-heading {
    background: none repeat scroll 0% 0% #92C841;
    border-radius: 0
}
#account-panel h2 {
    margin: 0px;
}
#account-panel h2 a {
    font-size: 14px;
    color: #fff;
}
#account-panel h2 a i{
  margin-left: 5px;
}
#account-panel ul li {
    padding: 5px 0px;
}
.a-back{
  line-height: 39px;
}
/** login **/
.login-page .left-login, .login-page .right-login {
    padding: 14px 21px;
    border-top: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    border-left: 1px solid #F2F2F2;
    border-bottom: 0px none !important;
}
.login-page h2 {
    font-size: 16px;
    margin: 0px 0px 14px;
    padding: 0px 0px 5px 23px;
    border-bottom: 1px solid #F2F2F2;
    background-position: 0px 1px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.left-login h2 {
    background-image: url("https://994e46.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/i_page1.gif");
}
.left-login p {
    color: #888;
}
.login-page .bottom-form button {
    float: right;
}
.right-login h2 {
    background-image: url("https://57d6bd.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/i_page2.gif");
}
.login-page .right-login .form-group {
    margin: 15px 0px;
}
.login-page .bottom-form {
    border: 1px solid #F2F2F2;
    padding: 0px 10px;
    height: 60px;
}
.login-page .bottom-form a {
    float: left;
}
.login-page .left-login {
    min-height: 250px;
}
.login-page .bottom-form button, .login-page .bottom-form a {
    margin: 10px 0px;
}
.right-login .form-group em {
    font-style: normal;
    color: #f00;
    padding: 5px;
}
#content fieldset {
    border: 1px solid #F2F2F2;
    padding: 22px 25px 12px 33px;
    margin: 28px 0px;
}
#content fieldset legend {
    float: left;
    font-weight: normal;
    font-size: 13px;
    border: 1px solid #F2F2F2;
    background: none repeat scroll 0% 0% #FFF;
    color: #444443;
    margin: -33px 0px 0px -10px;
    padding: 0px 8px;
    position: relative;
    width: auto;
}
.account-register .required label:after{
  content: "*";
  color: #f00;
  margin-left: 5px;
}
.control-label{
  font-weight: normal
}
/** login **/
td.ratings{
  
}
#column-left .ocnewproductslider{
  margin-top: 0;
}
/** information **/
.information-contact .panel-default {
    border-color: #FFF;
}
.information-contact .panel{
  box-shadow: none;
}
#map-canvas {
    width: 100%;
    height: 300px;
    margin: 10px 0px;
}
.info-store i {
    margin-right: 10px;
}
#accordion .panel, #accordion .panel .panel-heading {
    border-radius: 0px;
}
.information-contact .panel-default {
    border-color: #FFF;
}
#accordion .panel, #accordion .panel .panel-heading {
    border-radius: 0px;
}
#accordion .panel-heading {
    background-color: #92C841;
    color: #FFF;
}
#accordion .panel-heading h4 {
    font-weight: bold;
}
#accordion .panel-heading h4 a:hover{
  color: #fff
}
.col3-set .col-1 {
    float: left;
    width: 32%;
}
.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}
.col3-set .col-3 {
    float: right;
    width: 32%;
}
.info-productcart td .refresh-cart {
    background-color: #92C841;
    color: #fff;
    height: 34px;
    width: 44px;
    border: medium none;
}
.info-productcart td .remove-check-cart {
    background: url("https://49f72a.claudeassets.com/20250512093007im_/https://www.portaldeauditoria.com/catalog/view/theme/tt_primave/image/btn_remove.png") no-repeat scroll 0px 0px transparent;
    text-indent: 200%;
    overflow: hidden;
    border: medium none;
    height: 14px;
    width: 13px;
}
.pt_custommenu .pt_menu .popup div.level1 div.level0 div.level1 a.level0 {
  text-transform: capitalize;
  color: #aaa;
}
.pt_custommenu .pt_menu .popup div.level1 div.level0 div.level1 a.level0:hover{
  color:#92C841
}
.pt_custommenu div.popup a:hover{
    color:#92C841 
}
/** rotator **/
.product-image .img2{
  position: absolute;
  bottom: -200%;
  transition: all 0.3s ease-out 0s;
}
.item-inner:hover .img2{
  bottom:0;
}
/** /rotator **/
#cart .actions a:hover{
  background: #92C841;
}
/** mobile **/
@media (max-width: 1199px){
  .visible-lg {
  display: block !important;
  }
  #search-by-category {
    width: 504px;
  }
  #search-by-category .search-container #text-search {
    width:60%
  }
  #pt_custommenu .parentMenu a {
    padding: 11px 15px;
    font-size:13px;
  }
  .slider-2{ margin-left: -450px !important;}
  .banner7-content h1{ font-size: 70px !important; }
  .banner7-content h2{ font-size: 25px !important;}
  .banner7-content .banner7-des{ font-size: 20px !important;}
  #gallery_01 .owl-controls{
    right:0 !important;
  }
  .wrapper-img-additional {
    max-width: 100% !important;
  }
  #gallery_01 .owl-controls{
    display:none !important;
  }
}
@media (max-width: 992px){
  .navbar-toggle, .visible-xs {
      display: block !important;
  }
  .visible-lg {
      display: none !important;
  }
  .product-shop-inner, .related-products-view {
    width: 100%;
    padding: 0px;
    margin-top: 30px;
  }
  .bottom-header,
  .top-header { text-align: center}
  .top-header .infor {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
  }
  #top-links .top-currency,
  #top-links .top-language,
  #top-links .menu.dropit{
    display: inline-block;
  }
  #logo a {
    position: static;
    display: inline-block;
    margin-top: 15px;
  }
  .top-serch{ 
    margin-top: 15px;
  }
  .banner7-content h1 {
    font-size: 60px !important;
  }
  .banner7-content h2 {
    font-size: 20px !important;
  }
  .banner7-content .banner7-des {
    font-size: 18px !important;
  }
  .slider-2 {
    margin-left: -345px !important;
  }
  .testimonial-newleter{
    margin-bottom:30px
  }
  .footer-static-content {
    margin: 0px 0px 20px;
  }
  .layerednavigation{
    margin-bottom:30px;
  }
  .footer-static-top-border .col1,
  .footer-static-top-border .col2,
  .footer-static-top-border .col3,
  .footer-static-top-border .col4{
    margin-bottom:20px;
  }
}
@media (max-width: 991px){
  .oc-nav-mobile-container{
    display: none;
  }
  .common-home .ocnewproductslider{
    margin-top: 0;
  }
}
@media (max-width:767px){
  #search-by-category {
    width: 100%;
    float: none;
    margin-right:0;
  }
  #search-by-category .search-container #text-search {
    width: 50%;
  }
  .block_end_bottom .box-col {
    width: 100%;
    margin-bottom:10px;
    text-align: center
  }
  .product-list .product-name {
    margin-top: 10px;
  }
  #cart {
    float: none;
    background: none;
  }
  #cart button{
    background: #92C841
  }
  .owl-controls,
  .nivo-directionNav{
    display: none !important;
  }
  
}
@media (max-width:560px){
  .nivo-directionNav {
    display: none;
  }
  .show-page,
  .sort-lg{
    width:100%;
  }
  .show-page{
    margin-top:10px;
  }
  #cart .dropdown-menu{
    right: -77px;
  }
}
@media (max-width:479px){
  #search-by-category .search-container #text-search {
    width: 38% !important ;
  }
}
/** /mobile **/
.product-list .products .actions{
  position:static;
}
.product-list .products .actions button{
  width: auto;
}
.product-list .products .actions .add-to-links{
  float:left;
  width:auto;
}
.product-list .add-to-links li {
    float: left;
}
.product-list .products .add-to-links li a {
    width: auto;
    min-width: 54px;
}
.randommodule-container .item-inner{
  margin-bottom: 0
}
.layerednavigation{
  margin-bottom: 30px;
}
#product{
  border: 1px solid #f4f4f4;
  padding:10px;
}
#popup25{
  left: -288px !important;
}
.testimonial-product .testimonial-container{
  padding: 20px 0 0;
}
.testimonial-product .row-testimonials{
  overflow: hidden;
  margin-bottom: 20px;
  text-align: justify;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  padding: 10px
}
.row-testimonials .testimonial-images{
  text-align: center
}
.row-testimonials .testimonial-images img{
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.testimonial-name{
  float:right;
  margin-top: 10px;
}
.testimonial-product .show-page{
  display: inline-block;
  line-height: 33px;
  width: auto;
}
.testimonial-product .testimonial-std{
  text-indent: 10px;
}
.testimonial-product .testimonial-std::before{
  content: "\f10d";
  font-family: FontAwesome;
  padding: 0 5px;
}
.testimonial-product .testimonial-std::after{
  content: "\f10e";
  font-family: FontAwesome;
  padding: 0 5px;
}
#pt_custommenu .parentMenu .block-title{
  padding: 11px 20px;
  text-decoration: none;
  display: block;
  line-height: 32px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "hindsemibold";
  color: #363636;
  border-left: 1px solid #F1F1F1;
  top: 0px;
  line-height: 48px;
}
#pt_custommenu .pt_menu.active .parentMenu .block-title,
#pt_custommenu .parentMenu .block-title:hover {
    background: #92C841 none repeat scroll 0% 0%;
    color: #FFF !important;
}
/*
     FILE ARCHIVED ON 11:51:18 Mar 13, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:07:30 Aug 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.389
  exclusion.robots: 0.046
  exclusion.robots.policy: 0.038
  esindex: 0.006
  cdx.remote: 29.454
  LoadShardBlock: 125.769 (3)
  PetaboxLoader3.datanode: 151.262 (6)
  PetaboxLoader3.resolve: 815.524 (3)
  load_resource: 926.444 (2)
  loaddict: 69.05
*/