html, body {
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0px;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    height: 100%;
    min-height: 100%;
}

:hover {
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

button {
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

hr { border: solid 1px #E74310;}

.box-fix {
    min-height: 100%;
    position: relative;
    z-index: 998;
}

.box-main {
    width: 100%;
    position: relative;
    padding-bottom: 200px;
    padding-top: 100px;
}

.box-white {
    width: 100%;
    height: 100px;
    z-index: 999;
    position: fixed;
/*    background: #FFF;*/
    background: url(../img/bot-bg.jpg);
    top: 0;
}

.box-topo {
    width: 1000px;
    height: 100px;
    margin: auto;
    position: relative;
    z-index: 998;
    
}

.box-logo {
    width: 310px;
    height: 40px;
/*    padding: 3px;*/
/*    box-shadow: 0px 0px 35px rgba(0,0,0,0.1);*/
    position: absolute;
    z-index: 999;
    top: 35px;
    left: 360px;
}

.box-menu {
    width: 170px;
    height: 35px;
    top: 30px;
    left: 0px;
/*    margin-left: 300px;*/
/*    margin-top: 30px;*/
/*    font-family: 'caviar_dreams';*/
    font-family: 'Libre Franklin', sans-serif;
/*    margin-top: 73px;*/
/*    display: inline-block;*/
/*    vertical-align: top;*/
    position: absolute;
/*    font-weight: bold;*/
}

.box-banner {
    width: 100%;
/*    widows: 100%;*/
    height: 650px;
/*    z-index: 997;*/
/*    margin-top: -100px;*/
/*    overflow: hidden;*/
/*    margin-bottom: 30px;*/
    position: relative;
/*    display: inline-block;*/
}


.box-pro-banner {
    width: 100%;
    margin-bottom: 30px;
    height: 250px;
    overflow: hidden;
}

.box-pro-banner img {
    top: -50%;
    position: relative;
}

.box-double {
    width: 800px;
    margin: 30px auto;
/*    height: 255px;*/
/*    display: inline-block;*/
    border: solid 1px #D5D5D5;
    vertical-align: top;
/*    text-align: center;*/
}

.box-bottom {
    width: 100%;
    height: 210px;
    margin-top: -210px;
    position: absolute;
    bottom: 0px;
    clear: both;
    z-index: 1;
    background: url(../img/bot-bg.jpg);
}

.box-base {
    width: 1060px;
    height: 188px;
    margin: 12px auto 0px auto;
    position: relative;
    color: #FFF;
}

.box-content {
    width: 980px;
    padding: 10px;
    margin: 30px auto;
}

.t-xlviii { font-family: 'Libre Franklin'; font-size: 48px; }
.t-xxxvi { font-family: 'Libre Franklin'; font-size: 36px; }
.t-xxviii { font-family: 'Libre Franklin'; font-size: 28px; /*font-weight: bold;*/}
.t-xxivc { font-family: 'Libre Franklin'; font-size: 24px;}
.t-xxiv { font-family: 'Libre Franklin', sans-serif; font-size: 24px; }
.t-xvir { font-family: 'Libre Franklin', sans-serif; font-size: 16px; }
/*.t-xvir { font-family: 'robotomedium'; font-size: 16px; }*/
.t-xvirt { font-size: 23px;}
.t-xviii { font-size: 18px; }
.t-xvi { font-size: 16px; }
.t-xiv { font-size: 14px; }
.t-xii { font-size: 13px; }
.t-x { font-size: 10px; }
.p-x { padding: 10px; }
.p-xv { padding: 10px; }
.m-lxc {margin-left: 90px; }
/*.hide { display: block;}*/
.p-bxx {padding-bottom: 20px;}
.p-bx {padding-bottom: 10px;}
.m-bxx {margin-bottom: 20px;}
.m-lx {margin-left: 10px;}
.bold {font-weight: 600;}


.papaya {color: #DECD8A;}
.orange {color: #e74310;}
.dark-gray {color: #5a5a5a;}

.ease {-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;}

.box-shadow {
    width:  980px;
    background: url(../img/shadow-bg.png) no-repeat top;
    margin: auto;
    color: #5a5a5a;
}

.box-ambients {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.box-ambients img {
    height: 270px;
}

.box-itens {
    width: 270px;
    height: 165px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 40px;
}



.button {
    padding: 10px 40px;
    background: #1A1A1A;
    border-radius: 5px;
    color: #FFF;
    border: 0px;
    cursor: pointer;
}

.button:hover {background: #989054;}

.button-search {
    vertical-align: top;
    padding: 0px 15px;
    height: 44px;
    background: #313131;
/*    border-radius: 5px;*/
    color: #FFF;
    border: solid 1px #000000;
    cursor: pointer;
    font-family: 'caviar_dreams';
}

.button-search:hover {
    background: #545454;
}

.center {
    text-align: center;
}

.box-left {
    width: 310px;
    display: inline-block;
    vertical-align: top;
}

.justify {
    text-align: justify;
}

.box-right {
    width: 635px;
    padding: 20px 0px 0px 30px;
    display: inline-block;
    vertical-align: top;
}

.box-submenu {
    width: 260px;
    height: 165px;
    margin: 0px 130px;
    display: inline-block;
    vertical-align: top;
/*    padding-top: 15px;*/
}

.box-submenu ul {
    list-style-type: none;
    line-height: 28px; !important
    font-family: 'caviar_dreams';
    padding: 0px;
    margin-left: 20px;
}

.box-news {
    width: 400px;
    height: 265px;
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
    text-align: justify;
}

.box-news img {
    padding-right:5px;
    width: 90px;
    height: 90px;
}

.box-news ul {
    list-style-type: none;
    padding: 0px;
}

.box-news li {margin-top: 0px}
.line { border: solid 1px #DECD8A; }

.box-network {
    width: 330px;
    height: 180px;
    display: inline-block;
    vertical-align: top;
/*    padding-top: 15px;*/
    margin-left: 50px;
    text-align: justify;
}


.box-network ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.box-network li {margin-top: 0px}

.m-hide { display: none;}

.box-prods {
    width: 234px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
/*    margin: 25px;*/
    margin: 15px;
    padding: 10px;
}

.box-prods img {
    border: solid 1px #efefef;
    width: 100%;
}

.box-well {
/*    width: 1000px;*/
/*    margin: auto;*/
/*    font-family: "roboto_normal";*/
/*    border-right: #e6e6e6 solid 1px;*/
/*    border-left: #e6e6e6 solid 1px;*/
/*    border-bottom: #e6e6e6 solid 1px;*/
/*    background: url(../img/first_arrow.jpg) no-repeat;*/
/*    background-color: rgba(255,255,255,0.7);*/
/*    margin-top: 10px;*/
/*    padding: 20px;*/
}

/*.box-well p:before {
    content: "\00bb \00a0";
    margin-left: 20px;
}*/

.box-inpro {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.box-inpro p {
    padding: 0px 30px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    line-height: 22px;
}

.box-inpro span{
    font-family: 'robotomedium';
    color: #5a5a5a;
}

.box-inpro img {
    max-width: 100%;
}

.box-tread img{
    width: 200px;
    height: 200px;
}

.box-tread{
    width: 200px;
    height: 200px;
/*    margin-right: 22px;*/
}

.box-simulated {
    width: 980px;
    height: 600px;
}

.nav-control {
    width: 920px;
    margin-left: 45px;
}

.box-selection {
/*    width: 200px;*/
}

.box-selection img{
    width: 240px;
}

.box-beige {
    width: 980px;
    margin: 20px auto;
    background: #867632;
    color: #FFF;
}
.box-innew {
    width: 940px;
    padding: 10px;
/*    height: 80px;*/
    margin: 10px auto;
    background: rgba(0,0,0,0.05);
    cursor: pointer;
}

.box-innew:hover {background: rgba(0,0,0,0.02);}

.hr-gray {
    border-color: #FFF;
}

.box-singlenews {
    padding: 15px;
}

a {text-decoration: none;}

.box-googleplace {
    width: 100%;
    margin-bottom: 30px;
    height: 350px;
}

.box-history {
    width: 100%;
/*    margin-bottom: 30px;*/
/*    height: 416px;*/
/*    overflow: hidden;*/
}

.box-history img {
    width: 100%;
/*    position: relative;*/
/*    top: -147px;*/
}

.form-on select {
    font-family: 'caviar_dreams';
    margin: 5px 15px;
    font-size: 16px;
    border-color: #CCC;
    padding: 5px;
}

.form-on select:hover {border-color: #DECD8A;}

.form-on option {
    width: 980px;
    text-transform: uppercase;
}

.box-search {
    width: 210px;
    border: solid 1px #CCC;
    font-family: 'caviar_dreams';
    font-size: 18px;
    padding: 10px;
    color: #767676;
    text-transform: uppercase;
}

.box-search:hover {
    border: solid 1px #B1A043;
}

a:link {color: #1a1a1a;}
a:visited {color: #1a1a1a;}
a:hover {color: #B1A043;}
a:active {color: #1a1a1a;}

.box-base a:link { color: #FFF;}
.box-base a:visited { color: #FFF;}
.box-base a:hover { color: #DECD8A;}
.box-base a:active { color: #FFF;}

.box-translate a:link { color: #000;}
.box-translate a:visited { color: #000;}
.box-translate a:hover { color: #222;}
.box-translate a:active { color: #000;}

.box-ambiant {
    width: 215px;
    height: 140px;
    overflow: hidden;
    position: relative;
    margin-left: 12px;
    margin-right: 5px;
    margin-top: 5px;
}

.box-ambiant img {
/*    width: 400px;*/
    height: 150px;
    position: absolute;
    bottom: 0;
}

.null-link a:link {color: #222;}
.null-link a:visited {color: #222;}
.null-link a:hover {color: #222;}
.null-link a:active {color: #222;}

.resp img { max-width: 180px; display: inline-block; vertical-align: middle;}

.box-certify {
    width: 300px;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}

.box-certify img {
    width: 300px;
    height: 200px;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
}



.box-ambrace {
    width: 230px;
    display: inline-block;
}
.box-relative {
    position: relative;
}

.box-riddle {
    position: absolute;
    width: 33px;
    height: 33px;
    right: -37px;
    top: 8px;
}

.pro-download {
    display:table;
    float:right;
    text-align: right;
}

.box-half {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.box-leftside {
    width: 300px;
    margin-right: 50px;
    display: inline-block;
    text-transform: uppercase;
}

.box-leftside a {line-height: 18px;}

.box-leftside a:link {color: #1d1d1d;}
.box-leftside a:visited {color: #1d1d1d;}
.box-leftside a:hover {color: #989054;}
.box-leftside a:active {color: #1d1d1d;}

.box-leftside p {font-weight: bold; color:#7c7c7c;}

.box-rightside {
    width: 600px;
    display: inline-block;
    vertical-align: top;
}

.box-favorite {
    display: inline-block;
    vertical-align: top;
}

.box-names {
    width: 190px;
    display: inline-block;
}

.box-classifyer {
    position: absolute;
    width: 200px;
    right: 0px;
    top: 0px;
}

.box-multiplyer {
    width: 230px;
    display: inline-block;
}

.box-itemization {
    width: 100%;
    position: relative;
    text-align: center;
}

.box-filter {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    color: #7c7c7c;
    font-size: 18px;
    font-family: arial;
}

.box-design {
    position: relative;
    Width: 190px;
    height: 400px;
    display: inline-block;
/*    overflow: hidden;*/
    background: #ccc;
/*    padding: 10px;*/
/*    border: solid 1px #CCC;*/
/*    background: #EFEFEF;*/
/*    margin-left: 55px;*/
}

.design-one{background: url(../img/design-one.jpg);}
.design-two{background: url(../img/square-two.jpg) right;}
.design-three{background: url(../img/design-three.jpg);}
.design-four{background: url(../img/design-four.jpg) left;}
.design-five{background: url(../img/design-five.jpg) right;}
.design-six{background: url(../img/design-six.jpg);}

.box-square-one {
    width: 360px;
    padding-left: 40px;
    margin: 5px;
    height: 340px;
/*    text-align: center;*/
    line-height: 80px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    float: left;
    background: url("../img/square-three.jpg");
}

.box-square-two {
    width: 410px;
    height: 180px;
    margin: 5px;
    float: left;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    line-height: 310px;
    text-align: center;
    background: url("../img/square-one.jpg") 0;
}

.box-square-three {
    width: 400px;
    margin: 5px;
    text-align: center;
    height: 150px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    float: left;
    line-height: 230px;
    background: url("../img/square-two.jpg") bottom;
    background-size: 100%;
}

.box-square-four {
    position: relative;
    width: 370px;
    margin: 5px;
    height: 100px;
    padding-left: 40px;
    padding-top: 50px;
/*    color: #FFF;*/
/*    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);*/
    float: left;
/*    text-align: center;*/
/*    line-height: 200px;*/
    background: url("../img/design-six.jpg") 0;
}

.box-square-four:hover {
/*    color: #FFF;*/
}

.box-float {
    display: inline-block;
    width: 840px;
    margin-left: 80px;
    font-size: 24px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: 'Libre Franklin', sans-serif;
}

.box-vertext {
/*    top: 10;*/
/*    bottom: 52;*/
/*    right: 10px;*/
    width: 280px;
    font-size: 36px;
    font-weight: 600;
    background: rgba(255,255,255,0.5);
    text-align: left;
/*    float: left;*/
/*    position: absolute;*/
/*    display: inline-block;*/
    white-space: nowrap;
    padding: 5px 10px;
    /* this is for shity "non IE" browsers
       that dosn't support writing-mode */
    -moz-transform: rotate(-90deg) translateX(10px) translateY(10px);
-webkit-transform: rotate(-90deg) translateX(10px) translateY(10px);
-o-transform: rotate(-90deg) translateX(10px) translateY(10px);
-ms-transform: rotate(-90deg) translateX(10px) translateY(10px);
transform: rotate(-90deg) translateX(-180px) translateY(0px);
}

.box-vertical {
    width: 180px;
/*    height: 45px;*/
    position: absolute;
    text-align: center;
    font-size: 24px;
/*    font-weight: 600;*/
    bottom: 15px;
    
/*
    -moz-transform: rotate(-90deg) translateX(10px) translateY(10px);
-webkit-transform: rotate(-90deg) translateX(10px) translateY(10px);
-o-transform: rotate(-90deg) translateX(10px) translateY(10px);
-ms-transform: rotate(-90deg) translateX(10px) translateY(10px);
transform: rotate(-90deg) translateX(-170px) translateY(50px);
*/
    
}

.box-horizontal {
    width: 583px;
    height: 200px;
    display: inline-block;
    margin: 10px 190px;
}

.box-horizontext {
    width: 320px;
    text-align: center;
    font-size: 24px;
    margin: 150px auto 0px auto;
/*    font-weight: 600;*/
/*    background: rgba(255,255,255,0.5);*/
}

.box-gray {
    width: 100%;
    background: #d9d9d9;
}

.white-border {
    border: solid 2px #FFF;
}
.box-halfway {
    position: relative;
}

.box-faces {
    width: 170px;
    display: inline-block;
    text-align: center;
}

.box-faces img {
    max-width: 170px;
    margin-left: 40px;
}

.div-01 {
/*    width: 180px;*/
/*    height: 75px;*/
    border-right: solid 2px #CCC;
    line-height: 40px;
    padding: 0px 10px;
    display: inline-block;
}

.div-02 {
    font-size: 30px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
}

.div-09 {
    width: 115px;
    font-size: 23px;
    padding-top: 15px;
    padding-left: 7px;
    height: 55px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 800;
    display: inline-block;
    vertical-align: top;
}

.div-09-class {
    font-size: 23px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 800;
}

.div-07-class {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 17px;
}

.div-nineleft {
    width: 115px;
/*    font-size: 23px;*/
    padding-top: 6px;
    padding-left: 5px;
    height: 55px;
    line-height: 21px;
    text-align: center;
/*    font-weight: 800;*/
    display: inline-block;
    vertical-align: top;
}

.div-nineright {
    width: 110px;
    height: 48px;
    padding: 7px 0px 5px 0px;
    display: inline-block;
    line-height: 12px;
}

.div-04 {
    width: 310px;
    height: 80px;
}

.div-05 {
/*    width: 120px;*/
    height: 80px;
    padding: 0px 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
}

.div-06 {
    width: 235px;
    height: 56px;
    background: #000;
    color: #FFF;
    margin: 10px;
    padding: 5px;
    text-align: center;
}

.div-06-remake {
    width: 100%;
/*    width: 235px;*/
/*    height: 56px;*/
    background: #000;
    margin: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.div-06-remake span {
    color: #FFF !important;
    font-family: 'Libre Franklin', sans-serif !important;
}

.div-06 span {
    color: #FFF;
    font-family: 'Libre Franklin', sans-serif;
}

.libre-normal {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 200;
}

.libre-bold {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 800;
}

.div-07 {
    font-size: 17px;
}

.div-08 {
    width: 95px;
    height: 50px;
    padding: 5px 0px;
    display: inline-block;
    line-height: 14px;
    text-align: center;
}

.div-08-class {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 24px;
}



.div-03 {
/*    width: 170px;*/
    font-size: 25px;
/*    padding-top: 15px;*/
/*    height: 55px;*/
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
}

.div-10 {
    font-size: 25px;
}

.div-11 {
    font-size: 26px;
}

.div-11-en {
    font-size: 20px;
}

.div-12 {
    width: 310px;
    display: inline-block;
}

.div-12-class {
    width: 100%;
    display: inline-block;
}

.div-14 {
    font-size: 21px;
    border-bottom: solid 2px #000;
}

.div-14-class {
    font-size: 21px;
    text-decoration: underline;
/*    border-bottom: solid 2px #000;*/
}

.div-13 {
    width: 110px;
    display: inline-block;
    margin-left: 20px;
    position: absolute;
    bottom: 5px;
}

.div-13-remake {
    width: 100%;
    margin: 10px;
    padding: 5px;
    color: #000 !important;
    box-sizing: border-box;
}

.div-13-remake span {
    color: #000 !important;
    font-family: 'Libre Franklin', sans-serif !important;
}

.div-15 {
    font-size: 16px;
    text-align: center;
}

.div-15-class {
    font-size: 16px;
}

.div-16 {
    margin: 10px 10px;
}

.div-18 {
    font-size: 14px;
    padding-left: 45px;
    padding-top: 5px;
    font-weight: 600;
}

.div-19 {
    font-family: 'Lobster', cursive;
    font-size: 28px;
    margin: 10px 10px 4px 10px;
}

.div-20 {
    font-size: 14px;
    margin: 4px 10px 10px 10px;
    text-align: justify;
    font-family: "robotomedium";
}

.div-black {
    padding: 7px;
    background: #000;
    color: #FFF;
/*    width: 276px;*/
}

.box-fourinside {
    margin-left: 30px;
    width: 140px;
    line-height: 14px;
    font-size: 14px;
    text-align: center;
}

.box-inspirefade {
    width: 360px;
    height: 100px;
    padding-left: 50px;
    padding-top: 50px;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 1;
    font-size: 18px;
    color: #FFF;
    background: rgba(0,0,0,0.7);
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

.box-inspire {
    width: 370px;
    height: 100px;
    padding-left: 40px;
    padding-top: 50px;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    font-size: 18px;
    color: #FFF;
    
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

.box-inspire-fix {
    position: absolute;
    padding-top: 50px;
    padding-left: 130px;
}

.div-21 {
    position: relative;
}

.div-22 {
    padding: 10px;
    display: inline-block;
}

.div-22 span {
    color: #000;
}

.div-23 {
    font-size: 12px;
}

.div-24 {
    font-size: 12px;
}

.div-25 {
    margin: 25px 0px 15px 0px;
}

.div-26 {
    font-size: 20px;
}

.font-18 {
    font-size: 18px;
}

.font-23 {
    font-size: 23px;
}

.font-slim {
    font-weight: 200;
}

.font-strong {
    font-weight: 800;
}

.font-20 {
    font-size: 20px;
}

.font-21 {
    font-size: 21px;
}

.font-16 {
    font-size: 14px;
}

.div-28 {
    width: 140px;
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    bottom: 5px;
}

#5 {
    
}

.div-17 {
    display: none;
}

#1 {
    display: none;
}

.offen {
    background: rgba(0,0,0,0.05);
}

.offen img {
/*    border: solid #b79936;*/
}

.offen a {
    color: #000;!important
}

.box-bullets {
    width: 980px;
    padding: 5px;
    margin: auto;
}

.bullets {
	width: 10px;
	height: 10px;
	border-radius: 50%;
    display: inline-block;
	*display:inline; 
	*zoom:1;
    margin: 6px 5px 6px 4px;
	background: #CCC;
/*	background: rgba(255,255,255,0.5);*/
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.blt-offen {
    background: #383838;!important
}

.rsDownload {
    width: 43px;
    height: 43px;
    float: none;
    line-height: 43px;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 6px;
    background: #000;
    color: #FFF;
    z-index: 999;
}

.rsDownload a:link { color: #FFF;}
.rsDownload a:visited { color: #FFF;}
.rsDownload a:hover { color: #DECD8A;}
.rsDownload a:active { color: #FFF;}

.box-language {
    width: 100px;
    font-weight: 800;
    position: absolute;
    right: 100px;
    top: 40px;
}

.box-language a:link { color: #FFF;}
.box-language a:visited { color: #FFF;}
.box-language a:hover { color: #DECD8A;}
.box-language a:active { color: #FFF;}

.box-awards {
    width: 279px;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0px 0px 45px;
    margin-bottom: 25px;
    background: url(../img/icon-award.png) no-repeat 5px 7px;
    text-align: left;
}

.box-tiwards {
    font-size: 16px;
    font-weight: bold;
}

.div-pet {
    width: 120px;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    bottom: 10px;
}

.box-emultec {
    width: 30px;
    height: 37px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.box-outofstock {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    width: 150px;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    transform: translate(-50%, 50%);
    text-align: center;
}

.box-restrict-wrap {
    width: 29%;
    display: inline-block;
    box-sizing: border-box;
    border: solid 4px #000;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 30px;
    font-weight: bold;
/*    padding-left: 30px;*/
}

.box-restrict-wrap p {padding-left: 30px;}

.box-restrict-title {
    width: 100%;
    padding: 10px 0px;
    color: #FFF;
    background: #000;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
}

.box-banner-wish {
    width: 79%;
/*    widows: 100%;*/
    height: 650px;
/*    z-index: 997;*/
/*    margin-top: -100px;*/
/*    overflow: hidden;*/
/*    margin-bottom: 30px;*/
    position: relative;
    display: inline-block;
}

.box-banner-wish img {width: 100%;}

.box-wish-list {
    width: 19%;
    position: relative;
    height: 650px;
    overflow-y: scroll;
    display: inline-block;
}

.box-wish {
    width: 220px;
    height: 180px;
    position: relative;
    margin: auto;
    margin-top: 30px;
    background: #000;
    overflow: hidden;
}

.box-wish-desc {
    width: 220px;
    margin: auto;
}

.box-wish img {
    height: 100%;
}

.box-wish-x {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: red;
    text-align: center;
    line-height: 20px;
    color: #FFF;
    font-weight: bold;
}

.box-label {
    width: 100%;
    max-width: 500px;
}

.box-label p {line-height: 30px;}

/*
.box-label select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}
*/

.box-label select {
    border-radius: 5px;
    padding: 7px;
    margin-left: 20px;
    border-color: #CCC;
    background: #e7e5c3;
    color: #555;
    width: 316px;
    float: right;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: bold;
}

.class-input {
    border-radius: 5px;
    padding: 7px;
    margin-left: 20px;
    border-color: #CCC;
    border-style: solid;
    border-width: 1px;
    background: #e7e5c3;
    color: #555;
    width: 300px;
    position: absolute;
    top: 3px;
    right: 10px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: bold;
/*    float: right;*/
}

.class-button {
    background: #555;
    padding: 10px;
    margin-top: 45px;
    margin-right: 10px;
    color: #FFF;
    border: 0px;
    border-radius: 5px;
    width: 150px;
    float: right;
    font-family: 'Libre Franklin', sans-serif;
}

.class-weight {
    font-weight: 800;
}

.relative {
    position: relative;
}

.input-buy {
    position: absolute;
    left: -15px;
}

.select-buy {
    position: absolute;
    top: -7px;
    right: 10px;
}

.box-result {
    margin-top: 100px;
}

.box-result a:link { color: #B1A043;}
.box-result a:visited { color: #B1A043;}
.box-result a:hover { color: #B1A043;}
.box-result a:active { color: #B1A043;}

.box-restult ul {
    padding: 0px;
}

.box-cookies {
    color: #fff;
    width: 80%;
    background: rgba(88,88,88,0.9);
    padding: 5px;
    position: fixed;
/*    top: -650px;*/
/*    margin: auto;*/
    margin-left: 10%;
    bottom: 30px;
    z-index: 999;
    text-align: center;
}

.box-accept {
    width: 80px;
    text-align: center;
    background: #7cb3eb;
    padding: 6px;
    cursor: pointer;
    margin: 10px;
    display: inline-block;
/*    right: 10%;*/
/*    top: 0px;*/
/*    position: absolute;*/
    color: #FFF;
    font-size: 12px;
}

.box-square-five {
    width: 400px;
    height: 180px;
    margin: 5px;
    float: left;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    line-height: 310px;
    text-align: center;
    background: url("../img/square-three.jpg") 0;
}
