@import url("animate.css");
* {
margin: 0px;
padding: 0px;
}
body {
font-weight: normal;
position: relative;
font-size: 15px;
font-family: Trebuchet MS;
font-weight: 400 !important;
}
.mayusculas{
text-transform:uppercase;
}
.contactobajo h4{
border-radius: 6px;
font-size: 20px !important;
width: auto !important;
display: inline;
background: #132e86;
color: #fff;
padding: 10px 15px 31px;
margin-bottom: 40px !important;
clear: both !important;
}
.fluidsinpad{
padding-left:0px;
padding-right:0px;
}
.blanco{
color: #fff !important;
}
.azul{
color:#1d43c1 !important;
}
.modal-body img{
max-width:30% !important;
}
.carousel-caption h3 {
font-size: 27px !important;
background: none;
text-transform: uppercase;
padding: 15px;
line-height: 40px;
text-shadow:2px 2px 2px #333 !important;
padding: 0px !important;
}
.carousel-caption p {
font-size: 20px;
}
.carousel-inner .item img{
max-height:500px !important;
}
iframe{
margin-top:5px;
border-top:solid 1px #1d43c190 !important;
background:#ccc;
}
a#boton:focus {
color: #fff;
}
.media-body, .media-left, .media-right {
    font-size: 15px !important;
    line-height: 12px;
}
.media-left, .media>.pull-left {
padding-right: 10px !important;
}
.tachado {
color: #aaaaaa;
text-decoration: line-through;
font-weight: normal;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    line-height: 22px !important;
    background-color: #132e86;
    border: 1px solid #132e86;
    margin-bottom: 2px;
    border-radius:6px;
}
.list-group-item a{
    color:#fff !important;
    font-size:95%;
    line-height: 22px !important;
}
.list-group-item i{
display:none;
}
.sinpadin{
padding-left:0px !important;
padding-right:0px !important;
}
.conpadin{
padding-left:15px !important;
padding-right:15px !important;
}
.grisclaro{
background:#fafafa !important;
}
.call-mun img{
margin-top:-5px !important;
}
.btn-nuevo {
    margin-top: 5px !important;
    display: inherit;
    height: 40px;
    line-height: inherit;
    margin-top: 0px;
    padding: 10px !important;
    border: none;
    background: #132e86;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    border-radius: 6px;
}
.btn-nuevo:hover{
background:#163498;
-webkit-transition: 0.3s;
transition: 0.3s;
color:#fff !important;
}
.btn-nuevo:focus{
color:#fff !important;
}
.btn-nuevo2{
margin-top: 5px !important;
display: inherit;
height: 40px !important;
line-height: inherit;
margin-top: 0px;
padding: 10px !important;
border: none;
background:#d40f14;
color: #fff;
-webkit-transition: 0.3s;
transition: 0.3s;
text-transform: uppercase;
border-radius:6px;
    
}
.btn-nuevo2:hover{
color:#fff !important;
background:#a70c10;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.btn-nuevo2:focus{
color:#fff !important;
}
.btn-grande{
padding: 10px 20px !important;
border: none;
background: #1d43c1;
color: #fff;
-webkit-transition: 0.3s;
transition: 0.3s;
text-transform: uppercase;
font-weight: 400;
margin-top: -10px;
border-radius:6px;
}
.btn-grande:hover{
background:#163498;
-webkit-transition: 0.3s;
transition: 0.3s;
color:#fff !important;
}

.btn-grande2{
padding: 10px 20px !important;
border: none;
background:#d40f14;
color: #fff;
border-radius: 3px;
-webkit-transition: 0.3s;
transition: 0.3s;
text-transform: uppercase;
font-weight: 400;
margin-top: -10px;
}
.btn-grande2:hover{
background:#d40f14;
-webkit-transition: 0.3s;
transition: 0.3s;
color:#fff !important;
}
.text-warning {
color: #c00004;
}
.item h3 {
    color: #FFC107;
    font-family: sans-serif;
    font-weight: 800;
    text-shadow: 2px 2px 5px #333;
}
.item p {
    color: #fff;
    font-weight: 800;
    text-shadow: 2px 2px 5px #000;
    /* background: #00000090; */
    display: table-header-group;
}
.carousel-inner .item .carousel-caption{
opacity:0;
left: -15% !important;
}
.carousel-inner .active .carousel-caption{
opacity:1 !important;
left: 15% !important;
-webkit-transition: 1s;
transition: 1s;
}
.carousel-caption {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-bottom: 170px;
    right: 15%;
    left: 15%;
    text-align: left !important;
    max-width: 45%;
}
.carousel-indicators .active {
background-color: yellow !important;
}
.panel-group .panel {
border-radius: 0px !important;
}
/*=======================================================
  WRAPPER
========================================================*/
#wrap {
position: relative;
width: 100%;
overflow: hidden;
}
/*=======================================================
  HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
color: #444444;
}
h1 {
font-size: 26px !important;
}
h2 {
font-size: 23px !important;
}
h3 {
font-size: 20px  !important;
}
h4 {
font-size: 20px !important;
}
h5 {
font-size: 16px !important;
}
h6 {
font-size: 16px !important;
}
p {
    color: #323131;
    letter-spacing: 0px;
    line-height: 23px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    margin-bottom: 30px;
}
a {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
text-decoration: none !important;
}
img {
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-ms-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
display: inline-block !important;
}
.nolist-style {
padding: 0px;
margin: 0px;
}
.nolist-style li {
list-style: none;
}
a {
text-decoration: none;
color: #1d43c1;
}
/*=======================================================
  SECTION
========================================================*/
section {
position: relative;
width: 100%;
}
.layout-7 section {
background: #f3f3f3;
}
/*=======================================================
  BUTTON
========================================================*/
.btn {
background: none;
display: inline-block;
padding: 9px 40px;
font-weight: 500;
border-radius: 4px;
color: #fff;
border: 2px solid #fff;
position: relative;
overflow: hidden;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.btn:hover {
color: #fff;
border: 2px solid #629ee7;
background: #629ee7;
}
.btn-inverse {
color: #fff;
border: 2px solid #629ee7;
background: #629ee7;
}
.btn-inverse:hover {
background: none;
color: #629ee7;
}
#content {
background:transparent;
position: relative;
}
.home-2 .btn {
border-radius: 4px;
}
.btn-flat {
border-radius: 4px;
}
/*=======================================================
  HEADINGS
========================================================*/
.heading {
margin-bottom: 40px;
}
.heading h2 {
color: #222222;
margin: 0px;
margin-bottom: 20px;
text-transform: uppercase;
}
.heading hr {
border: none;
position: relative;
margin: 0px;
height: 5px;
width: 100%;
background: transparent;
}
.heading hr:before {
height: 5px !important;
background: #d40f14;
content: "";
position: absolute;
top: -1px;
width: 60px;
left: 0px;
}
.heading.text-center hr:before {
left: 0px;
right: 0px;
margin: 0 auto;
}
/*=======================================================
  POSITION CENTER CENTER
========================================================*/
.position-center-center {
left: 50%;
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/*=======================================================
  MAIN HEADER
========================================================*/
.home-main-header {
padding: 0 70px;
position: relative;
z-index: 11;
}
.home-main-header:before {
position: absolute;
height: 490px;
width: 100%;
left: 0px;
content: "";
z-index: -1;
background: #629ee7;
}
.home-main-header .header {
top: 110px;
}
.home-main-header .text-sec {
max-width: 100%;
}
.bnr-content {
background: #232955 url(../images/main-header-bg.png) center bottom fixed no-repeat;
height: 840px;
position: relative;
box-shadow: 0 30px 40px rgba(0,0,0,0.4);
}
.bnr-content .btn {
margin-top: 30px;
}
.bnr-content .position-center-center {
width: 100%;
text-align: center;
margin-top: 0px;
margin-top: 30px;
}
.bnr-content p {
color: #d1d7ff;
}
.bnr-content h1 {
color: #fff;
margin: 30px 0;
line-height: 50px;
font-weight: 100;
}
.bnr-content h1 strong {
font-weight: 500;
}
.bnr-content .go-down {
position: absolute;
bottom: -45px;
left: 0px;
right: 0px;
margin: 0 auto;
width: 90px;
z-index: 99;
}
.bnr-content .go-down a {
height: 90px;
width: 90px;
display: inline-block;
background: #fcb532;
border-radius: 50%;
}
.bnr-second {
background: #232955 url(../images/bnr-pattern.png) repeat;
min-height: 900px;
}
.bnr-second h1 {
color: #fff;
line-height: 65px;
font-weight: 100;
margin-bottom: 20px;
}
.bnr-second p {
color: #d1d7ff;
}
.bnr-second .btn {
margin-top: 40px;
}
.bnr-second .position-center-center {
width: 100%;
margin-top: 0px;
margin-top: 30px;
}
.bnr-second .text-sec {
max-width: 500px;
}
.bnr-second .container {
position: relative;
}
.bnr-second .bnr-img {
position: absolute;
right: 0px;
z-index: -1;
top: -50px;
}
.with-bg-wide {
background: url(../images/main-bg-slider-wide.jpg) center center no-repeat;
background-size: cover;
}
/*=======================================================
		Big Nac
========================================================*/
.big-nsv .nav li {
float: left;
text-align: center;
width: 16.66666666%;
}
.big-nsv .nav li i {
display: inline-block;
width: 100%;
}
.big-nsv .nav li a {
padding-top: 25px;
font-weight: bold;
border-right: 1px solid #eeeeee;
min-height: 127px;
}
.big-nsv .nav li:nth-last-child(1) a {
border-right: none !important;
}
.big-nsv .nav li a span {
color: #888888;
display: inline-block;
width: 100%;
font-weight: normal;
}
.big-nsv .nav li.active a {
background: #1d43c1;
color: #fff;
}
.main-tabs-sec .nav li.active a span {
color: #fff;
}
/*=======================================================
  SUB BANNE
========================================================*/
.sub-bnr {
background: #232955 url(../images/bnr-pattern-1.png) repeat;
min-height: 450px;
z-index: 1;
padding: 60px 0;
}
.sub-bnr h4 {
color: #fff;
font-weight: 500;
margin-top: 70px;
margin-bottom: 30px;
}
.sub-bnr p {
color: #b3b7da;
font-weight: 500;
}
.sub-bnr .position-center-center {
width: 100%;
z-index: 3;
}
.sub-bnr .breadcrumb {
float: right;
margin: 0px;
padding: 0px;
background: none;
}
.sub-bnr .breadcrumb li a {
}
.sub-bnr .breadcrumb li {
}
.parallax-bg {
background-size: cover !important;
}
.bnr-trird {
background: #232955 url(../images/bg-slide-2-1.jpg) no-repeat;
min-height: 730px;
position: relative;
}
.bnr-trird .position-center-center {
width: 100%;
text-align: center;
}
.bnr-trird .text-sec {
max-width: 900px;
margin: 0 auto;
}
.bnr-trird .text-sec h4 {
color: #fff;
}
.bnr-trird-text {
text-align: center;
padding-top: 150px;
}
.bnr-trird-text .btn {
margin-top: 30px;
}
.carousel-indicators .active {
width: auto;
height: auto;
margin: 0;
background: none;
}
.carousel-indicators li {
display: inline-block;
width: auto;
height: auto;
margin: 0;
text-indent: inherit;
cursor: pointer;
background: none;
border: none;
border-radius: 0px;
}
/*=======================================================
  Slider 
========================================================*/
.slid-sec {
margin-bottom: 1px;
position: relative;
}
.slid-sec li {
list-style: none;
}
.slid-sec .col-md-9 {
width: 70%;
}
.slid-sec .col-md-3 {
width: 30%;
}
.slid-sec .like-bnr {
height: 250px;
min-height: inherit;
background-size: cover;
border-left: solid 5px #fff;
border-bottom: solid 5px #fff;
}
.slid-sec .like-bnr.watch {
background: #f5f5f5 url(../images/watch-bg-2.jpg) right top no-repeat;
}
.slid-sec .like-bnr .price {
font-weight: 800;
color: #222222;
}
.slid-sec .like-bnr.ultra {
background: url(../images/bnr-feature.jpg) right top no-repeat;
}
.slid-sec .like-bnr.ultra-1 {
background: url(../images/bnr-feature-1.jpg) right top no-repeat;
}
.slid-sec .like-bnr.ultra-1 .price {
color: #fff;
}
.week-sale-bnr {
background: url(../images/week-sale-bg.jpg) center center no-repeat;
height: 250px;
background-size: cover;
text-align: center;
padding: 20px 0px !important;
padding-bottom: 0px;
padding-top: 50px !important;
border-left: solid 5px #fff;
}
.week-sale-bnr h4 {
color: yellow;
text-shadow: 2px 2px 2px #222;
margin: 0px;
margin-bottom: 5px;
font-weight: 800;
}
.week-sale-bnr h4 span {
color: #000;
font-weight: 700;
}
.week-sale-bnr p {
color: #bbd8ed;
margin-bottom: 20px;
line-height: 24px;
opacity: 0.8;
}
.week-sale-bnr .btn-round {
background: #006da3;
padding: 11px 30px;
}
.week-sale-bnr .btn-round:hover {
background: #333;
}
.slid-sec .like-bnr h5 {
color: #888888;
margin: 0px;
font-weight: normal;
}
.slid-sec .like-bnr h4 {
color: #fff;
font-weight: 800;
margin: 0px;
text-shadow: 2px 2px 5px #222;
line-height: 28px;
margin-bottom: 20px;
}
/*=======================================================
  Featur Tabs
========================================================*/
.featur-tabs .nav-tabs>li {
margin: 0px;
padding: 0px;
margin-right: 1px;
}
.featur-tabs .nav-tabs {
position: relative;
border: none;
}
.featur-tabs .nav-tabs:before {
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
content: "";
height: 1px;
    background: #efefef;
}
.featur-tabs .nav-tabs>li a {
margin: 0px !important;
background: #f2f2f2;
color: #333333;
border-radius: 0 10px 0 0;
border: none !important;
padding: 10px 20px !important;
}
.featur-tabs .nav-tabs>li a:hover {
background: #d40f14;
color: #fff;
}
.featur-tabs .nav-tabs>li.active a {
background: #d40f14;
color: #fff;
font-weight: bold;
}
.with-nav .owl-nav {
position: absolute;
top: -65px;
right: 0px;
}
.with-nav .owl-nav div {
    display: inline-block;
    height: 32px;
    width: 32px;
    margin-left: 10px;
    text-align: center;
    border: none;
    color: #fff;
    line-height: 32px;
    border-radius: 6px;
    background: #132e86;
}
.with-nav .owl-nav div:hover {
background: #1d43c1;
color: #fff;
border: 1px solid #1d43c1;
}
.with-nav.middle-nav .owl-nav .owl-prev {
position: absolute;
left: -28px;
margin: 0px;
top: 50%;
margin-top: -5px;
}
.with-nav.middle-nav .owl-nav .owl-next {
position: absolute;
right: -28px;
margin: 0px;
margin-top: -5px;
top: 50%;
}
.with-nav.middle-nav .owl-nav {
position: inherit;
top: 0%;
}
.featur-tabs .owl-carousel.owl-loaded {
display: inline-block !important;
}
.featur-tabs .owl-carousel .owl-stage {
}
.featur-tabs .nav-bars > li a {
background: none !important;
border-bottom: 2px solid rgba(255,255,255,0) !important;
padding: 15px 0px !important;
margin-right: 25px !important;
color: #555555 !important;
}
.featur-tabs .nav-bars {
margin-bottom: -1px;
}
.featur-tabs .nav-bars li a:hover {
color: #222222 !important;
border-bottom: 2px solid #7a9b08 !important;
}
.featur-tabs .nav-bars li.active a {
color: #222222 !important;
border-bottom: 2px solid #7a9b08 !important;
}
/*=======================================================
  Shipping info
========================================================*/
.shipping-info li {
background: #132e86;
list-style: none;
float: left;
width: 20%;
padding: 35px 0;
padding-left: 15px;
padding-bottom: 40px;
border-right: 3px solid #fff;
height: 115px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.shipping-info li:hover {
background: #1b3dab;
-webkit-transition: 0.3s;
transition: 0.3s;
}

.shipping-info li:hover i{
-webkit-transition: 0.5s;
transition: 0.5s;
}

.shipping-info li:nth-last-child(1) {
border-right: none;
}
.shipping-info .media-body {
padding-bottom: 0px;
text-align:right;
padding-right:15px;
}
.shipping-info li i {
position: inherit;
    margin-top: 0px;
    margin-left: -10px;
    margin-right: -85px;
    line-height: 36px;
    color: #fff;
    font-size: 100px;
    opacity: 0.2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.shipping-info li h5 {
    color: #FFEB3B;
    margin: 0px;
    font-weight: 600;
    font-size: 18px !important;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.shipping-info ul span {
color: #fff;
}
.shipping-info ul {
    
display: inline-block;
width: 100%;
margin-bottom: 0px;
border: none;
}
/*=======================================================
  Product items
========================================================*/
.product article {
    border: 2px solid #ddd;
    padding: 9px;
    background: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
    height: 430px !important;
    border-radius: 6px;
}
.product article .tag {
color: #aaaaaa;
display: inline-block;
width: 100%;
margin: 7px 0;
}
.product article .tittle {
color: #1d43c1;
display: inline-block;
min-height: 25px;
text-transform: capitalize;
font-weight: 400;
}
.product article .tittle:hover {
color: #17369a;
}
.product article p.rev {
color: #f73232;
margin-top: 5px;
}
.product article .price {
    color: #F44336;
    margin-bottom: 5px;
}
.product article .price span {
color: #aaaaaa;
text-decoration: line-through;
font-weight: normal;
margin-left: 10px;
}
.product article .sale-tag {
background: #d40f14;
border-radius: 2px;
color: #fff;
font-weight: bold;
position: absolute;
top: 0px;
padding: 20px 16px;
right: -10px;
z-index: 22;
border-radius: 50px;
min-width: 70px !important;
}
.product article img {
width: 100%;
max-width: 100%;
margin-bottom: 10px;
border: none;
border-radius:6px;
}

.producto3 article img {
height: 235px !important;
}

.producto2 article img {
height: 235px !important;
}

.product article .new-tag {
background: #1d43c1;
border-radius: 2px;
color: #fff;
font-weight: normal;
position: absolute;
top: 9px;
padding: 5px 10px;
left: 9px;
}
.product article .cart-btn {
width: auto;
border-radius: 4px;
background: #d40f14;
color: #fff!important;
float: none;
text-align: center;
line-height: 44px;
margin-top: -15px;
padding: 10px;
text-transform: uppercase;
}
.product article .cart-btn:hover {
background: #a70c10 !important;
color: #fff !important;
}
.product article .rev i {
color: #fecb00;
}
.product .flex-control-thumbs {
margin: 0 -10px;
width: auto;
margin-bottom: 10px;
margin-top: 5px;
}
.product .on-nav .flex-direction-nav .flex-prev {
left: 0px;
}
.product .on-nav .flex-direction-nav .flex-next {
right: 0px;
}
.product .on-nav .flex-control-thumbs {
padding: 0 50px;
display: flex !important;
}
.product .on-nav .flex-direction-nav a {
bottom: 100px;
top: auto;
background: #1d43c1 !important;
color: #fff !important;
border-radius: 4px !important;
}
.product .on-nav .thumb-slider {
position: relative;
}
.product .item-img {
display: inline-block;
width: 250px;
margin-right: 10px;
}
.col-list .product article {
margin-bottom: 30px;
}
.col-list .product article .price {
width: 100%;
margin-bottom: 10px;
}
.col-list .product article .col-sm-5 {
position: relative;
min-height: 250px;
}
.col-list .product article .position-center-center {
width: 100%;
}
.col-list .product article .col-sm-5 i {
margin-right: 5px;
}
.col-list .product article .tag {
margin-top: 30px;
}
.col-list .product article .heart {
color: #aaaaaa;
border: 1px solid #dfdfdf;
height: 28px;
width: 28px;
border-radius: 50%;
line-height: 26px;
text-align: center;
display: inline-block;
position: absolute;
right: 20px;
}
.col-list .product article .heart i {
margin: 0px;
}
.col-list .product article .heart.navi {
top: 35px;
}
.col-list .product .bullet-round-list li:before {
top: 7px;
}
.col-list .product article .heart:hover {
background: #1d43c1;
color: #fff;
border: 1px solid #1d43c1;
}
.col-list .product article .col-sm-5:before {
border-left: 1px solid #f5f5f5;
content: "";
position: absolute;
left: 0px;
height: 100%;
top: 0px;
width: 1px;
}
.col-list .product article .tittle {
min-height: inherit;
}
.flex-control-thumbs li {
width: 25%;
}
.item-col-5 {
margin: 0 -15px;
}
.item-col-5 .product {
float: left;
width: 20%;
margin-bottom: 30px;
padding: 0 15px;
position: relative;
min-height: 341px;
}

.item-col-4 {
margin: 0 -15px;
}
.item-col-4 .product {
float: left;
width: 25%;
margin-bottom: 30px;
padding: 0 15px;
position: relative;
min-height: 341px;
}
.col-md-9 .item-col-4 .product {
min-height: inherit;
}
.item-col-3 {
margin: 0 -15px;
}
.item-col-3 .product {
    float: left;
    width: 33.3333333%;
    margin-bottom: 30px;
    padding: 0 15px;
    position: relative;
    height: 430px !important;
}
.item-col-2 {
margin: 0 -15px;
}
.item-col-2 .product {
float: left;
width: 50%;
margin-bottom: 30px;
padding: 0 15px;
position: relative;
min-height: 341px;
}
.product.col-2x {
width: 50%;
}
.like-bnr {
background: #f5f5f5 url(../images/watch-bg.jpg) right center no-repeat;
position: relative;
min-height: 410px;
background-size: cover;
}
.like-bnr p {
max-width: 195px;
color: #555555;
}
.like-bnr p span {
color: #aaaaaa;
display: inline-block;
width: 100%;
margin: 10px 0;
}
.like-bnr h5 {
font-weight: bold;
margin-top: 0px;
}
.like-bnr .position-center-center {
width: 100%;
padding: 0 30px;
}
.btn-round {
    border: none;
    text-transform: uppercase !important;
    font-weight: bold !important;
    display: inline-block;
    padding: 10px 20px !important;
    background: #132e86 !important;
    color: #fff;
    border-radius: 6px;
}
.btn-round.big {
padding: 15px 30px;
font-weight: bold !important;
}
.btn-round:hover {
background: #19379c !important;
color: #fff !important;
}
.flex-direction-nav {
display: none;
}
.on-nav .flex-direction-nav {
display: block;
}
/*=======================================================
		TOP ITems
========================================================*/
.top-items ul {
margin: 0px;
}
.top-items li {
padding: 0px;
list-style: none;
position: relative;
}
.top-items .bottom-details {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
padding-left: 50px;
padding-bottom: 30px;
}
.top-items h3 {
margin: 0px;
font-weight: 600;
margin-bottom: 10px;
}
.top-items span {
color: #888888;
}
.top-items a {
color: #888888;
height: 38px;
width: 38px;
border: 1px solid #888888;
border-radius: 50%;
display: inline-block;
text-align: center;
line-height: 36px;
}
/*=======================================================
		About Adds
========================================================*/
.about-adds {
background: #e7e6e6 url(../images/about-adds.jpg) right center no-repeat;
background-size: cover;
min-height: 416px;
position: relative;
}
.about-adds h2 {
margin-bottom: 30px;
font-weight: 800;
line-height: 30px;
}
.about-adds h2 small {
font-weight: normal;
display: inline-block;
width: 100%;
}
.about-adds .position-center-center {
width: 100%;
padding: 0 60px;
}
/*=======================================================
		Main Tabs Sec
========================================================*/
.main-tabs-sec .nav li {
float: left;
text-align: center;
width: 16.66666666%;
}
.main-tabs-sec .nav li i {
display: inline-block;
width: 100%;
}
.main-tabs-sec .nav li a {
padding-top: 20px;
font-weight: bold;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-left: none !important;
min-height: 140px;
}
.main-tabs-sec .nav li:nth-child(1) a {
border-left: 1px solid #dddddd !important;
}
.main-tabs-sec .nav li a span {
color: #888888;
display: inline-block;
width: 100%;
font-weight: normal;
}
.main-tabs-sec .nav li.active a {
background: #1d43c1;
color: #fff;
border: 1px solid #1d43c1;
}
.main-tabs-sec .nav li.active a:before {
content: "\f0d7";
font-family: 'FontAwesome';
position: absolute;
left: 0px;
z-index: 2;
color: #1d43c1;
bottom: -25px;
right: 0px;
width: 100%;
}
.main-tabs-sec .nav li.active a span {
color: #fff;
}
/*=======================================================
		Blog Post
========================================================*/
.blog-post{
background:#fff;
border-radius: 6px !important;
border:solid 2px #efefef !important;
}
.blog-post article{
display: block;
}
.blog-post article a img{
border-radius: 6px 6px 0 0 !important;
}
.blog-post span {
color:#1d43c1;
margin-right: 10px;
}
.blog-post img {
margin-bottom: 10px;
}
.blog-post span i {
color:#1d43c1;
margin-right: 10px;
}
.blog-post p {
text-align: justify;
}
.blog-post a {
color: #1d43c1;
}
.blog-post .tittle {
    font-weight: 400;
    display: inline-block;
    width: 100%;
    height:100px !important;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #fff;
    color: #333333 !important;
    padding: 5px 15px;
    border-radius: 0px 0px 6px 6px;
    font-weight:bold;
}
.blog-post .tittle .btn{
margin-top:10px;
color:#fff !important;
}
.blog-post .tittle .btn i{
color:#fff !important;
}
.blog-page .blog-post {
border-bottom: 1px solid #e5e5e5;
padding-bottom: 30px;
margin-bottom: 30px;
}
.blog-page .blog-post:nth-last-child(1) {
border-bottom: none !important;
}
.blog-page .blog-post img {
margin-bottom: 0px;
}
.blog-page .blog-post span {
margin-top: 30px;
display: inline-block;
}
/*=======================================================
		According
========================================================*/
.accordion {
}
.accordion.gray-bg {
background: #f3f3f3;
}
.accordion .panel-default > .panel-heading .panel-title a:before {
content: "\f209";
font-family: "Ionicons";
color: #FFF;
padding: 0px;
float: right;
position: absolute;
right: 15px;
height: 20px;
width: 20px;
line-height: 17px;
text-align: center;
border: 2px solid #fff;
top: 15px;
}
.accordion .panel-default > .panel-heading .panel-title a.collapsed:before {
content: "\f218";
font-family: "Ionicons";
}
.accordion .panel-default > .panel-heading {
padding: 0px;
border-radius: 0px;
overflow: hidden;
}
.accordion .panel-default > .panel-heading a {
text-decoration: none;
width: 100%;
background: #232955;
font-weight: 500;
padding: 10px 20px;
color: #fff;
line-height: 30px;
display: inline-block;
padding-right: 55px;
}
.accordion .panel-default > .panel-heading .panel-title a.collapsed {
background-color: #629ee7;
}
.accordion .panel {
box-shadow: none;
border-radius: 4px;
margin-bottom: 20px;
position: relative;
border: none;
overflow: hidden;
}
.accordion .panel-body {
color: #b8b8b8;
line-height: 24px;
}
.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
border: none;
background: #fcb532;
color: #323131;
font-style: italic;
line-height: 30px;
padding: 15px 20px;
font-weight: 500;
}
.faqs-bg {
background: url(../images/faqs-bg.jpg) center center repeat;
}
.faqs-style-sec .accordion .panel-default > .panel-heading a {
background: #fcb532;
color: #323131;
padding: 5px 30px;
padding-bottom: 3px;
}
.faqs-style-sec .accordion .panel-default > .panel-heading {
border-radius: 20px;
}
.faqs-style-sec .accordion .panel-default > .panel-heading .panel-title a.collapsed {
background: #ededed;
}
.faqs-style-sec .accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
background: none;
font-style: normal;
}
.faqs-style-sec .accordion .panel-default > .panel-heading .panel-title a:before {
border: none;
color: #5b99e4;
top: 12px;
line-height: 15px;
border-radius: 50%;
height: 15px;
width: 15px;
background: #fff;
}
.faqs-style-sec .accordion .panel-default > .panel-heading .panel-title a.collapsed:before {
color: #fff;
top: 13px;
line-height: 15px;
border-radius: 50%;
height: 15px;
width: 15px;
background: #5b99e4;
}
.faqs-style-sec .accordion .panel {
margin-bottom: 30px;
background: none;
}
.frequently {
background: #232955;
}
.frequently .faqs-style-sec .accordion .panel {
background: none;
}
.frequently .faqs-style-sec .accordion .panel-default > .panel-heading {
background: none;
}
.frequently .accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
color: #fff;
}
.frequently .faqs-style-sec .accordion .panel {
margin-bottom: 25px;
}
/*=======================================================
		Contact
========================================================*/
.contact-detail {
margin-bottom: 100px;
}
.contact-detail li {
list-style: none;
}
.contact-detail li article {
border: 1px solid #ececec;
border-radius: 4px;
padding: 20px 30px;
margin-top: 30px;
}
.contact-detail li article h5 {
margin: 0px;
margin-top: 20px;
}
.contact-detail li article p {
margin: 0px;
}
.contact-detail li article img {
margin-right: 10px;
}
.contact-page li {
list-style: none;
}
.contact-page #contact_form {
text-align: left;
}
.contact-page #contact_form li label {
color: #323131;
font-weight: 500;
text-transform: none;
text-align: left;
}
.contact-page #contact_form li input {
background: #eaeaea;
height: 40px;
border-radius: 4px;
margin-top: 10px;
}
.contact-page #contact_form li textarea {
background: #eaeaea;
height: 100px !important;
border-radius: 4px;
margin-top: 10px;
color: #323131;
}
.map-block {
}
/*=======================================================
		Cases
========================================================*/
.cases {
background: #232955;
}
.cases article {
background: #ffffff;
border-radius: 4px;
position: relative;
overflow: hidden;
}
.cases article img {
border: 4px solid;
border-color: transparent;
}
.cases article:hover img {
border-color: #fcb532;
}
.cases article .text-sec {
padding: 40px 30px;
}
.cases article a {
color: #629ee7;
font-weight: 500;
display: inline-block;
margin-bottom: 20px;
}
.cases article a i{
display: none;
margin-left: 10px;
}
.cases article:hover a i {
display: inline-block;
}
.case-left {
margin-bottom: 25px;
}
.case-left .media-body a {
color: #629ee7;
display: inline-block;
width: 100%;
margin-bottom: 5px;
font-weight: 500;
margin-top: 5px;
}
.case-left .img-sec {
display: inline-block;
position: relative;
overflow: hidden;
margin-right: 20px;
width: 170px;
}
.case-left .img-sec img {
border-radius: 4px;
width: 100%;
border: 1px solid #dbdbdb;
}
.case-left .media-body span {
display: inline-block;
width: 100%;
font-weight: normal;
color: #323131;
margin-bottom: 10px;
font-style: italic;
}
.case-left p {
margin-bottom: 0px;
}
.case-left .media-body span {
display: inline-block;
width: 100%;
font-weight: normal;
color: #323131;
font-style: italic;
}
/*=======================================================
		testimonial
========================================================*/
.testimonial {
}
.testi-inside {
position: relative;
background: url(../images/testi-bg.png) center top no-repeat;
}
.testi-inside .qout {
position: absolute;
left: 300px;
z-index: 11;
top: -20px;
color: #629ee7;
}
#testi-slide {
margin-top: -70px;
}
.testimonial .slider-sec {
max-width: 770px;
margin: 0 auto;
padding: 70px;
background: #fff;
padding-top: 0px;
margin-top: 70px;
margin-bottom: 30px;
position: relative;
text-align: center;
box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.testimonial .slider-sec p {
font-style: italic;
}
.testimonial .slider-sec span {
color: #323131;
display: inline-block;
width: 100%;
font-weight: 200;
margin-bottom: 40px;
}
.testimonial .slider-sec h6 {
color: #323131;
font-weight: 500;
}
.testimonial .icon-avatar {
color: #fff;
height: 120px;
width: 120px;
display: inline-block;
margin: 0 auto;
background: #f3f3f3;
margin-bottom: 50px;
border-radius: 50%;
margin-top: -50px;
text-align: center;
margin-bottom: 50px;
}
.testimonial .avatar-sec {
margin-top: 160px;
text-align: right;
float: right;
position: relative;
z-index: 2;
margin-right: 0px;
}
.testimonial .owl-controls .owl-nav {
}
.testimonial .owl-controls .owl-nav div {
display: inline-block;
margin: 0 10px;
color: #7b7a7d;
}
.testimonial .avatar-sec img {
margin-bottom: 50px;
}
.testimonial .owl-controls .owl-nav .owl-prev {
display: inline-block !important;
left: -100px;
position: absolute;
top: 45%;
}
.testimonial .owl-controls .owl-dots {
bottom: -30px;
position: absolute;
left: 0px;
right: 0px;
width: 100%;
text-align: center;
}
.testimonial .owl-controls .owl-dots div {
display: inline-block;
height: 18px;
width: 18px;
border-radius: 50%;
background: rgba(255,255,255,0.3);
margin: 0 0px;
border: 2px solid #afafaf;
margin-right: 5px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.testimonial .owl-controls .owl-dots div.active {
border: 2px solid #629ee7;
}
.testimonial .owl-controls .owl-dots div:hover {
border: 2px solid #629ee7;
}
.testimonial .owl-controls .owl-dots span {
margin-bottom: 0px;
}
.testimonial .owl-controls .owl-nav div {
display: inline-block !important;
color: #323131;
background: none;
margin: 0 5px;
text-align: center;
line-height: 65px;
display: inline-block;
border-radius: 50%;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.testimonial .owl-controls .owl-nav div:hover {
color: #fcb532;
}
.testimonial .owl-controls .owl-nav .owl-prev {
display: inline-block !important;
left: -40px;
position: absolute;
top: 45%;
}
.testimonial .owl-controls .owl-nav .owl-next {
display: inline-block !important;
right: -40px;
position: absolute;
top: 45%;
}
.testimonial .owl-controls .owl-nav div:hover {
background: #fff;
color: #4488db;
}
.client-img {
margin-top: 80px;
}
.client-img li {
float: left;
width: 20%;
text-align: center;
}
.testimonial.white-bg {
}
.testimonial.white-bg .slider-sec p {
color: #000000;
}
.testimonial.white-bg .slider-sec h6 {
color: #000000;
}
.testimonial.white-bg .icon {
color: #000000;
}
.testimonial.white-bg .slider-sec span {
color: #999999;
}
.testimonial.white-bg .owl-controls .owl-dots div {
background: rgba(0,0,0,0.3);
}
.testimonial.white-bg .owl-controls .owl-dots div.active {
background: #000;
}
.testimonials-sec {
background: rgb(98,158,231); /* Old browsers */
background: -moz-linear-gradient(left, rgba(98,158,231,1) 0%, rgba(55,127,214,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(98,158,231,1) 0%, rgba(55,127,214,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(98,158,231,1) 0%, rgba(55,127,214,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#629ee7', endColorstr='#377fd6', GradientType=1 ); /* IE6-9 */
}
.testimonials-sec .item-slider {
background: #fff;
border-radius: 4px;
background: #fff;
padding: 28px;
padding-top: 0px;
}
.testimonials-sec .item-slider .avatar {
margin-top: -55px;
display: inline-block;
margin-bottom: 30px;
position: relative;
z-index: 99;
}
.testimonials-sec .item-slider h6 {
text-transform: uppercase;
color: #4488db;
margin-bottom: 20px;
font-weight: 500;
}
.testimonials-sec .item-slider p {
}
.testimonials-sec .item-slider {
margin-top: 55px;
position: relative;
margin-bottom: 10px;
}
.testimonials-sec .item-slider:before {
border-radius: 0 0 10px 10px;
position: absolute;
background: rgba(255,255,255,0.5);
content: "";
height: 7px;
width: 95%;
left: 0px;
right: 0px;
margin: 0 auto;
bottom: -7px;
}
.testimonials-sec .owl-controls .owl-nav {
}
.testimonials-sec .owl-controls .owl-nav div {
display: inline-block !important;
color: #fff;
background: none;
height: 60px;
border: 1px solid #fff;
width: 60px;
margin: 0 5px;
text-align: center;
line-height: 65px;
display: inline-block;
border-radius: 50%;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.testimonials-sec .owl-controls .owl-nav .owl-prev {
display: inline-block !important;
left: -100px;
position: absolute;
top: 45%;
}
.testimonials-sec .owl-controls .owl-nav .owl-next {
display: inline-block !important;
right: -100px;
position: absolute;
top: 45%;
}
.testimonials-sec .owl-controls .owl-nav div:hover {
background: #fff;
color: #4488db;
}
.testimonials-sec .avatar-sec img {
margin-bottom: 50px;
}
.testimonials-sec .owl-controls .owl-dots {
bottom: -60px;
position: absolute;
left: 0px;
right: 0px;
width: 100%;
text-align: center;
}
.testimonials-sec .owl-controls .owl-dots div {
display: inline-block;
height: 5px;
width: 50px;
border-radius: 10px;
background: rgba(255,255,255,0.4);
margin: 0 0px;
margin-right: 5px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.testimonials-sec .owl-controls .owl-dots div.active {
background: #fcb532;
}
.testimonials-sec .owl-controls .owl-dots div:hover {
background: #fcb532;
}
.testimonials-sec .owl-controls .owl-dots span {
margin-bottom: 0px;
}
.testimonials-sec .owl-nav div:hover {
opacity: 1;
}
.testimonials-sec .owl-nav .owl-prev {
left: 10%;
position: absolute;
top: 40%;
}
.testimonials-sec .owl-nav .owl-next {
right: 10%;
position: absolute;
top: 40%;
}
.test-simple-in {
background: #363d73;
padding: 60px;
border-radius: 4px;
text-align: center;
padding-top: 50px;
position: relative;
overflow: hidden;
z-index: 1;
min-height: 590px;
}
.test-simple-in:before {
background: #609ce6 url(../images/testi-simple-head.png) center center no-repeat;
height: 110px;
width: 100%;
left: 0px;
top: 0px;
content: "";
z-index: -1;
position: absolute;
}
.test-simple-in .avatar {
height: 130px;
width: 130px;
display: inline-block;
border-radius: 50%;
position: relative;
margin-bottom: 90px;
}
.test-simple-in .test-inn p {
color: #fefefe;
}
.test-simple-in .test-inn h6 {
color: #fff;
font-weight: 500;
margin-top: 30px;
font-style: italic;
}
.test-simple-in #testi-slide {
margin-top: 0px;
}
.test-simple-in .test-inn h6 span {
color: #fcb532;
}
.test-simple-in .test-inn i {
display: inline-block;
width: 100%;
color: #232955;
font-weight: 500;
font-style: normal;
margin: 20px 0;
position: absolute;
left: 0px;
top: 120px;
}
.test-simple-in .owl-controls .owl-nav {
margin-top: 20px;
}
.test-simple-in .owl-controls .owl-nav div {
display: inline-block !important;
color: #66a0e5;
background: #232955;
height: 60px;
width: 60px;
margin: 0 5px;
text-align: center;
line-height: 65px;
display: inline-block;
border-radius: 50%;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.test-simple-in .owl-controls .owl-nav div:hover {
background: #fff;
color: #232955;
}
.our-team .heading-block-2.white hr {
background: url(../images/hr-bar-team.jpg) no-repeat;
}
.our-team .mem-name {
position: absolute;
top: 30px;
right: 30px;
color: #4488db;
border-bottom: 2px solid #fcb532;
font-style: italic;
}
.our-team .item-slider p {
line-height: 24px;
font-style: italic;
}
.our-team .icons-social {
text-align: center;
margin-top: 10px;
display: inline-block;
width: 100%;
}
.our-team .icons-social a {
color: #4488db;
margin: 0 5px;
}
.our-team .icons-social a:hover {
color: #fcb532;
}
.social-links {
margin-top: 30px;
}
.social-links a {
margin-right: 20px;
color: #333333;
}
/*=======================================================
		TOP Week Items
========================================================*/
.top-week-item {
background: url(../images/main-bg-slider-wide.jpg) center center no-repeat;
background-size: cover;
}
.top-week-item .nav {
float: right;
}
.top-week-item .nav li {
float: left;
}
.top-week-item .nav li a {
padding: 0px 15px;
color: #000 !important;
}
.top-week-item .nav li.active {
font-weight: 600;
}
.top-week-item .small-list {
margin-bottom: 30px;
}
.top-week-item .small-list .item-img {
display: inline-block;
width: 160px;
margin: 0px;
}
.top-week-item .product .small-list .price {
width: 100%;
margin-bottom: 5px;
}
.top-week-item .product .small-list .tittle {
line-height: 18px;
}
.top-week-item .product .small-list .tag {
margin-top: 0px;
}
.top-week-item .product .small-list .cart-btn {
float: left;
margin: 0px;
height: 40px;
width: 40px;
line-height: 40px;
}
.top-week-item .product .small-list p.rev {
margin-bottom: 5px;
margin-top: 0px;
}
/*=======================================================
		Clients
========================================================*/
.clients-img {
padding: 30px 0;
}
.clients-img ul {
margin: 0px;
display: inline-block;
width: 100%;
}
.clients-img li img {
opacity: 0.7;
}
.clients-img li img:hover {
opacity: 1;
}
.clients-img li {
float: left;
width: 20%;
margin-top: 0px;
text-align: center;
list-style: none;
}
.clients-img.col-4 .item {
text-align: center;
}
.clients-img.col-4 li {
width: 25%;
}
.clients-img.col-4 .item a {
border: 1px solid rgba(0,0,0,0.3);
border-radius: 4px;
padding: 25px 0;
}
.clients-img.col-4 .item a:hover {
border: 1px solid #000;
}
.clients-img .item a {
display: inline-block;
width: 100%;
opacity: 0.2;
}
.clients-img .item a:hover {
display: inline-block;
width: 100%;
opacity: 1;
}
#client-slide-1 {
margin-bottom: 30px;
}
.clients-img .owl-controls .owl-dots {
bottom: -60px;
position: absolute;
left: 0px;
right: 0px;
width: 100%;
text-align: center;
}
.clients-img .owl-controls .owl-dots div {
display: inline-block;
height: 18px;
width: 18px;
border-radius: 50%;
background: rgba(255,255,255,0.3);
margin: 0 0px;
border: 2px solid #afafaf;
margin-right: 5px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.clients-img .owl-controls .owl-dots div.active {
border: 2px solid #629ee7;
}
.clients-img .owl-controls .owl-dots div:hover {
border: 2px solid #629ee7;
}
.clients-img .owl-nav {
display: none;
}
.clients-img .owl-controls .owl-dots span {
margin-bottom: 0px;
}
/*=======================================================
		Newslatter
========================================================*/
.newslatter {
    background: #132e86;
    padding: 30px 0 5px !important;
    position: relative;
    overflow: hidden;
}
.newslatter:before {
background: url(../images/env-icon.png) no-repeat;
height: 144px;
width: 201px;
position: absolute;
left: 25%;
content: "";
top: 10px;
}
.newslatter h3 {
margin: 0px;
color: #fff;
margin-top: 10px;
}
.newslatter h3 span {
color: rgba(255,255,255,0.8);
margin-left: 15px;
padding-left: 15px;
border-left: 1px solid rgba(255,255,255,0.8);
}
.newslatter h3 span strong {
color: #fff;
}

.newslatter input {
height: 50px;
width: 100%;
color: #000;
border: none;
background: #fff;
padding: 0 20px;
font-weight:400;
    border-radius: 6px 0px 0 6px;

}
.newslatter button {
    background: #F44336;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0 30px;
    position: absolute;
    right: -1px;
    top: 0px;
    font-weight: 400;
    border: solid 1px #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
        border-radius: 0px 6px 6px 0px;

}
.newslatter button:hover {
background:#d40f14;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.blog .pagination {
margin-top: 80px;
margin-bottom: 0px;
}
.pagination>li>a, .pagination>li>span {
font-weight: 500;
color: #323131;
padding: 8px 15px;
padding-top: 10px;
background: #f5f5f5;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
background: #5494e1;
color: #fff;
}
.pagination li a.active {
background: #5494e1;
color: #fff;
}
.nxt-nd-prev {
margin-top: 30px;
}
.nxt-nd-prev h6 {
max-width: 180px;
line-height: 24px;
display: inline-block;
}
.nxt-nd-prev .p-img {
display: inline-block;
margin-right: 20px;
}
.nxt-nd-prev .media-right .p-img {
margin-right: 0px;
margin-left: 20px;
}
.nxt-nd-prev .p-img img {
border-radius: 50%;
}
.nxt-nd-prev a {
font-weight: 500;
}
.blog-post .up-part .admin-post .avatar {
}
.blog-post .main-tittle:hover {
text-decoration: underline !important;
}
.blog-single h4 {
color: #5494e1;
font-weight: 500;
}
.blog-single h5 {
margin-bottom: 20px;
font-weight: 500;
}
.blog-single h6 {
margin-bottom: 20px;
font-weight: 500;
}
.blog-single .blog-post {
margin-top: 0px;
}
.share {
margin-top: 30px;
}
.share span {
font-weight: 500;
}
.share {
border-top: 1px solid #dddddd;
padding-top: 15px;
}
.share a {
font-weight: 500;
margin-left: 20px;
color: #323131;
}
.share a i {
color: #5494e1;
margin-right: 10px;
}
.share a:hover {
color: #5494e1;
}
.post-admin {
background: #eaeaea;
padding: 30px;
border-radius: 4px;
margin-top: 30px;
}
.post-admin .avatar {
display: inline-block;
margin-right: 10px;
}
.post-admin .avatar img {
border-radius: 50%;
}
.post-admin p {
margin-bottom: 0px;
}
.post-admin h6 {
font-weight: 500;
}
.blog-single .check-list-tick {
padding-left: 100px;
margin-bottom: 40px;
margin-top: 30px;
}
.check-list-tick li p {
margin-bottom: 0px;
line-height: 36px;
}
.check-list-tick li {
background: url(../images/tick-list.png) left center no-repeat;
padding-left: 30px;
list-style: none;
}
.tittle-side {
font-weight: 500;
color: #5494e1;
border-bottom: 1px solid #dddddd;
padding-bottom: 10px;
position: relative;
}
.tittle-side:before {
content: "";
background: #fcb532;
height: 1px;
width: 100px;
position: absolute;
bottom: -1px;
left: 0px;
}
.comments {
margin-top: 50px;
}
.comm-up {
display: inline-block;
width: 100%;
margin-bottom: 20px;
}
.comm-up label {
font-weight: 500;
width: 100%;
}
.comm-up .col-md-5 label {
float: left;
width: 40%;
margin-top: 8px;
}
.comm-up .bootstrap-select {
width: 60%;
float: right !important;
margin: 0px !important;
}
.comm-up .bootstrap-select .btn {
border: none;
width: 100%;
margin: 0px !important;
background: #eaeaea;
display: inline-block;
border-radius: 4px;
margin-top: 10px;
color: #323131;
font-weight: 500;
height: 40px;
padding-top: 10px;
padding-left: 20px;
}
.comm-up .bootstrap-select .dropdown-menu>li>a {
font-weight: 500;
line-height: 30px;
}
.comm-up .bootstrap-select li {
margin-bottom: 0px;
}
.comm-up .bootstrap-select.btn-group .dropdown-menu {
margin-top: 0px;
border-radius: 0px;
}

.breadcrumb{
text-transform: uppercase !important;
font-size: 14px !important;
}
.breadcrumb>li a {
color: #888888;
}
.breadcrumb>.active {
color: #555555;
}
/*=======================================================
		Log In
========================================================*/
.login-sec h5 {
font-weight: 600;
margin-bottom: 40px;
}
.login-sec .forget {
text-decoration: underline !important;
color: #aaaaaa;
float: right;
margin-top: 4px;
}
.login-sec .btn-round {
border: none;
margin-top: 10px;
}
.login-sec .checkbox {
margin: 0px;
}
.login-sec li {
list-style: none;
}
.login-sec li input {
background: #fff;
box-shadow: none;
height: 40px;
border: 1px solid #e2e2e2;
;
margin-bottom: 10px;
padding: 0 20px;
margin-top: 5px;
}
.login-sec li label {
font-weight: 500;
color: #000;
width: 100%;
}
/*=======================================================
		Big Bnr Add
========================================================*/
.big-bnr-add {
background: url(../images/b-bnr-bg.jpg) no-repeat;
background-size: cover;
min-height: 250px;
padding: 30px;
}
.big-bnr-add .price {
font-weight: 800;
color: #f12a43;
float: left;
}
.big-bnr-add span.line-through {
color: #aaaaaa;
text-decoration: line-through;
font-weight: normal;
margin-left: 10px;
}
.big-bnr-add .btn-round {
color: #f12a43;
margin-top: 20px;
}
.big-bnr-add .btn-round {
color: #fff;
}
.big-bnr-add h3 {
margin-top: 0px;
font-weight: 600;
}
.big-bnr-add .text-sec {
padding: 30px;
padding-bottom: 0px;
}
/*=======================================================
		Pages Linking
========================================================*/
.linking .breadcrumb {
    border-bottom: solid 1px #efefef;
    padding-left: 0px;
    border-radius: 0px !important;
}
.linking .breadcrumb>li+li:before {
content: "\f105";
font-family: 'FontAwesome';
}
/*=======================================================
		Shop Side Bar
========================================================*/
.shop-side-bar h6 {
color: #222222;
font-weight: 500;
margin-top: 0px;
}
.shop-side-bar ul {
margin-bottom: 50px;
}
.shop-side-bar .sizes {
margin-bottom: 50px;
}
.shop-side-bar .sizes a {
display: inline-block;
height: 42px;
width: 42px;
line-height: 40px;
border: 1px solid #e0e0e0;
border-radius: 50%;
text-align: center;
font-weight: bold;
margin-right: 10px;
margin-top: 10px;
}
.shop-side-bar .sizes a.choosed {
background: #1d43c1;
border-color: #1d43c1;
color: #fff;
}
.shop-side-bar .rating a {
color: #fecb00;
}
.shop-side-bar .rating a i {
margin-right: 2px;
}
.shop-side-bar .rating .fa-star-o {
color: #aaaaaa;
}
.shop-side-bar .rating a span {
color: #aaaaaa;
margin-left: 5px;
}
.shop-side-bar .sizes a:hover {
background: #1d43c1;
border-color: #1d43c1;
color: #fff;
}
.shop-side-bar li {
list-style: none;
line-height: 30px;
}
.shop-side-bar .checkbox label::before {
height: 15px;
width: 15px;
margin-top: 2px;
}
.shop-side-bar .checkbox label::after {
padding-top: 2px;
padding-left: 4px;
}
.shop-side-bar label span {
color: #aaaaaa;
margin-left: 5px;
}
.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
background: #1d43c1;
border-color: #1d43c1;
}
.recent-post .media-left a {
display: inline-block;
width: 80px;
}
.recent-post {
margin-bottom: 30px;
}
.recent-post .media {
margin-top: 10px;
margin-bottom: 20px;
}
.recent-post .media-body span {
margin-right: 5px;
padding-right: 5px;
border-right: 1px solid #ececec;
color: #999999;
}
.shop-side-bar h6 {
margin-bottom: 20px;
}
.quote-day i {
height: 34px;
width: 34px;
border-radius: 50%;
color: #fff;
text-align: center;
line-height: 34px;
display: inline-block;
margin-bottom: 15px;
background: #1d43c1
}
.recent-post .media-body span:nth-child(1) {
border: none !important;
}
.recent-post .media-body a {
font-weight: 600;
line-height: 18px;
width: 100%;
display: inline-block;
}
/*=======================================================
  SIngle Blog
========================================================*/
.blog-single blockquote {
font-style: italic;
font-weight: 500;
color: #222222;
border: none;
padding: 0px;
padding: 20px 50px;
padding-left: 70px;
}
.blog-single article {
margin-bottom: 50px;
}
/*=======================================================
  PRICING RANGE
========================================================*/
.cost-price-content {
}
.cost-price-content h5 {
margin-bottom: 30px;
}
.noUi-background {
margin-bottom: 20px;
}
.cost-price-content .btn {
padding: 6px 20px;
font-weight: normal;
color: #fff;
}
.cost-price-content {
display: inline-block;
position: relative;
margin-top: 5px;
width: 100%;
margin-bottom: 30px;
}
.cost-price-content span {
letter-spacing: 0px;
}
.cost-price-content .btn-round {
margin-top: 30px;
padding: 7px 20px;
text-transform: none;
}
.price-min {
top: 0px;
left: 0%;
position: absolute;
border: 1px solid #dddddd;
border-radius: 2px;
height: 30px;
line-height: 28px;
color: #555555;
width: 70px;
text-align: center;
background: #fff;
}
.price-max {
top: 0px;
left: 100px;
position: absolute;
border: 1px solid #dddddd;
border-radius: 2px;
height: 30px;
line-height: 28px;
color: #555555;
background: #fff;
width: 70px;
text-align: center;
}
.noUi-horizontal .noUi-handle {
background: #1d43c1;
border: none;
height: 12px;
width: 12px;
}
/*=======================================================
		CONTACT FORM
========================================================*/
.contact .error {
border: none;
border: 1px solid red !important;
}
.contact .error:before {
content: "\f071";
font-family: 'FontAwesome';
position: absolute;
color: red;
}
.success-msg {
border: 2px solid rgba(0,0,0,0.2);
margin-bottom: 30px;
width: 100%;
display: inline-block;
text-align: center;
padding: 20px 16px;
border-radius: 4px;
display: none;
}
.success-msg i {
padding: 10px;
border-radius: 50%;
border: 1px solid #ABD0A8;
margin-right: 10px;
}
#contact_form li {
margin-bottom: 20px;
list-style: none;
}
#contact_form li label {
color: #555555;
}
#contact_form li input {
display: inline-block;
width: 100%;
line-height: 40px;
height: 40px;
padding: 0px 20px;
background: #fff;
box-shadow: none;
color: #000;
text-transform: none;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
#contact_form li .form-control {
text-transform: uppercase;
border: 1px solid #ccc !important;
border-radius: 6px;
color: #000;
background: #fafafa80 !important;
box-shadow: none;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
width: 95%;
}
#contact_form li textarea {
background: #fafafa !important;
height: 250px !important;
text-transform: none;
padding: 15px 20px !important;
color: #fff;
width: 100% !important;
}
.contact-form button {
border: none;
float: left;
}
.contact-form label {
color: #fff;
width: 100%;
margin: 0px;
line-height: 26px;
position: relative;
background: none;
font-weight: normal;
text-align: left;
}
.contact-form label span {
color: #fff;
}
.contact-form textarea {
display: inline-block;
width: 100%;
position: relative;
padding: 10px 20px;
}
.contact-form #contact_form li .form-control:focus {
}
.contact-form button {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.contact-info {
    padding: 40px 30px;
    border: none;
    background: #132e86;
    color: #fff;
    border-radius: 8px !important;
}
.contact-info h5 {
font-weight: 600;
margin: 0px;
margin-bottom: 5px;
color: #fff;
}
.contact-info p {
margin: 0px;
color: #fff;
}
.contact-info h6 {
font-weight: 600;
margin: 0px;
margin-bottom: 5px;
margin-top: 30px;
color: #fff;
}

/*=======================================================
		FOOTER
========================================================*/
footer {
    padding-top: 60px !important;
    padding: 0px;
    padding-bottom: 50px;
    background: #132e86;
    color: #fff !important;
    position: relative;
}
footer h4 {
margin: 0px;
margin-bottom: 20px;
font-weight: 500;
color: #fff !important;
}
footer a{
color: #fff !important;
}
footer p {
color: #fff !important;
}
.foot-link {
color: #fff !important;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 60px;
}
.foot-link ul {
color: #fff !important;
margin: 0px;
}
.foot-link li {
display: inline-block;
margin-right: 20px;
}
.foot-link li a {
color: #fff !important;
display: inline-block;
padding: 15px 0;
}
footer .logo-foot {
margin-bottom: 50px;
}
footer .contact-info {
padding-left: 50px;
}
footer .contact-info li {
list-style: none;
}
footer .contact-info p {
font-weight: normal;
}
footer .contact-info i {
color: #629ee7;
margin-top: 10px;
margin-right: 20px;
width: 30px;
text-align: right;
display: inline-block;
}
footer .social {
margin-top: 30px;
}
footer .social p {
color: #d1d7ff;
font-weight: normal;
}
footer .social p a {
color: #fff;
font-weight: 600;
}
.footer-contact h5 {
color: #fff;
margin-top: 0px;
padding-bottom: 15px;
font-weight: 500;
margin-bottom: 15px;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-contact .contact-form {
margin-top: 20px;
}
.footer-contact li {
list-style: none;
margin-bottom: 20px;
}
.footer-contact #contact_form li input {
background: #191e44;
border-radius: 4px;
color: #fff;
}
.footer-contact #contact_form li .form-control {
color: #fff;
}
.footer-contact #contact_form li input {
height: 45px;
line-height: 45px;
}
.footer-contact #contact_form li textarea {
background: #191e44;
border-radius: 4px;
height: 90px !important;
}
.footer-contact #contact_form li button {
color: #fff;
float: right;
color: #fff;
background: none;
border: none;
margin-right: 15px;
margin-top: -70px;
outline: none !important;
}
.footer-contact .contact-form {
}
.rights {
background: #222;
color:#fff;
padding: 20px 0;
padding-bottom: 15px;
}
.rights p {
color:#fff;
margin-bottom: 0px;
margin-top: 8px;
}
.rights ul {
text-align: right;
margin-bottom: 0px;
}
.rights ul li {
display: inline-block;
margin-left: 50px;
list-style: circle;
}
.rights ul li a {
font-weight: 500;
line-height: 30px;
}
.rights ul li a:hover {
text-decoration: underline !important;
}
.rights.dark {
background: #2e2e2e;
}
.rights.dark p {
color: #888888;
}
.newsleter-footer button {
border: none;
width: 100%;
text-align: center;
margin-top: 10px;
}
.newsleter-footer input {
width: 100%;
border-radius: 50px;
border: none;
padding: 0 20px;
height: 45px;
border: 1px solid #dddddd;
text-align: center;
}
.footer-dark {
background: #333333;
padding-bottom: 0px;
}
.footer-dark .shipping-info {
background: none;
margin-top: 40px;
}
.footer-dark .shipping-info ul {
border: none;
border-top: 1px solid #454545;
}
.footer-dark .shipping-info ul li {
border: none;
}
.footer-dark .shipping-info li i {
color: #888888;
}
.footer-dark .shipping-info li h5 {
color: #fff;
}
.footer-dark .shipping-info li {
padding: 30px 0;
}
.footer-dark .links-footer li a {
color: #888888;
}
.footer-dark p {
color: #888888;
}
.footer-dark .links-footer li p {
color: #888888;
}
.footer-dark h4 {
color: #ffffff;
}
.footer-dark .newslatter button {
background: #cd2036;
}
.footer-dark .social-links a {
color: #888888;
}
.footer-dark .social-links a:hover {
color: #fff;
}
.footer-dark .newslatter i {
float: left;
color: #aaaaaa;
margin-right: 15px;
height: 50px;
}
.footer-dark .newslatter {
background: none;
border-bottom: 1px solid #454545;
margin-bottom: 40px;
}
.footer-dark .newslatter:before {
display: none;
}
.footer-dark .newslatter {
padding-bottom: 30px;
}
.footer-dark .newslatter h3 {
line-height: 20px;
}
.footer-dark .newslatter small {
display: inline-block;
}
.footer-dark .foot-link li a {
color: #aaaaaa;
}
.footer-dark .foot-link {
border-bottom: 1px solid #454545
}
/*=======================================================
		Short Listing
========================================================*/
.short-lst .bootstrap-select.btn-group .dropdown-toggle .filter-option {
color: #555555;
}
.short-lst h2 {
margin-top: 0px;
margin-bottom: 20px;
}
.short-lst {
margin-bottom: 20px;
}
.short-lst ul p {
margin-bottom: 0px;
}
.short-lst ul {
display: inline-block;
width:100%:
}
.short-lst ul li {
padding-right: 15px;
margin-right: 15px;
border-right: 1px solid #e5e5e5;
float: left;
}
.short-lst ul li:nth-last-child(1) {
border-right: none;
}
.short-lst ul {
list-style: none;
}
.short-lst .bootstrap-select {
width: 100%;
}
.short-lst .dropdown-menu>li>a {
padding: 5px 10px;
min-width: 130px;
}
.short-lst .bootstrap-select .btn {
margin: 0px;
color: #555555;
width: 100%;
outline: none !important;
box-shadow: none;
border: none;
text-align: left;
padding: 0px 0px;
background: none !important;
border-radius: 0px;
padding-right: 20px;
}
.short-lst .bootstrap-select.btn-group .dropdown-menu li {
padding: 0px;
border: none;
margin: 0px;
}
.short-lst .grid-layer a {
color: #888888;
}
.short-lst .grid-layer a.active {
color: #1d43c1;
}
.short-lst .bootstrap-select.btn-group .dropdown-toggle .caret {
right: 0px;
}
.short-lst .bootstrap-select.btn-group .dropdown-menu {
border: none;
border-radius: 0px;
}
/*=======================================================
		Order Success
========================================================*/
.order-success {
max-width: 550px;
margin: 50px auto;
text-align: center;
}
.order-success .btn-round {
margin-top: 40px;
}
.order-success h6 {
font-weight: 600;
margin-top: 40px;
margin-bottom: 20px;
}
.order-success i {
border: 2px solid #1d43c1;
color: #1d43c1;
height: 97px;
width: 97px;
border-radius: 50%;
line-height: 93px;
}
.order-success.error-page a {
color: #1d43c1;
}
.order-success.error-page h3 span {
color: #1d43c1;
}
.order-success.error-page h3 {
font-weight: 600;
}
/*=======================================================
		Pagination
========================================================*/
.pagination {
border: none;
margin: 0px;
}
.pagination li a:hover {
background: #83bb2b;
color: #fff;
}
.pagination li a {
border: 1px solid #eaeaea;
background: #fff;
height: 32px;
width: 32px;
padding: 0px;
border-radius: 4px;
text-align: center;
line-height: 30px;
margin-right: 3px;
}
.pagination li a:hover {
background: #333;
color: #fff;
border: 1px solid #333;
}
.pagination li a.active {
background: #1d43c1;
color: #fff;
border: 1px solid #1d43c1;
}
/*=======================================================
		Filter Links
========================================================*/
.filter-links {
background: #fff;
border: 1px solid #eeeeee;
padding: 20px;
}
.filter-links ul {
margin-bottom: 20px;
}
.filter-links li {
list-style: none;
line-height: 40px;
color: #555555;
}
.filter-links li a {
line-height: 40px;
color: #555555;
display: inline-block;
width: 100%;
}
.filter-links li a span {
float: right;
color: #aaaaaa;
}
.filter-links li a:hover {
padding-left: 5px;
}
.filter-links h5 {
margin: 0px;
margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 15px;
font-weight: 600;
color: #83bb2b;
border-bottom: 1px solid #e5e5e5;
}
/*=======================================================
		list Bullet Round
========================================================*/
.bullet-round-list {
position: relative;
}
.bullet-round-list li {
position: relative;
padding-left: 20px;
}
.bullet-round-list li:before {
height: 6px;
width: 6px;
content: "";
border-radius: 50%;
position: absolute;
left: 0px;
top: 12px;
background: #cccccc;
}

/*=======================================================
		FOOTER STYLE
========================================================*/
.links-footer ul {
}
.links-footer li {
list-style: none;
}
.links-footer li a {
line-height: 30px;
display: inline-block;
width: 100%;
color: #555555;
font-weight: 500;
}
.links-social li {
list-style: none;
}
.links-social li a {
line-height: 46px;
display: inline-block;
width: 100%;
color: #b3b7da;
font-weight: 500;
}
.links-social li a i {
margin-right: 10px;
}
.links-social li a:hover {
color: #fcb532;
}
.links-footer.ser {
padding-left: 15px;
list-style: circle;
}
.links-footer.ser li {
list-style: disc;
color: #b3b7da;
}
.links-footer.ser li a {
color: #b3b7da;
}
.links-footer.ser li a:hover {
color: #fcb532;
}
.con-info p {
color: #b3b7da;
}
.con-info span {
color: #fff;
display: inline-block;
width: 100%;
}
.rights p a {
color: #fff;
}
.rights.style-2 {
text-align: center;
background: #181d45;
}
.rights.style-2 p {
color: #7f84b2;
}

/*=======================================================
		Newsletter
========================================================*/
.newsletter {
position: relative;
}
.newsletter form {
margin-top: 60px;
position: relative;
}
.newsletter label {
font-weight: normal;
color: #fff;
text-transform: uppercase;
display: inline-block;
width: 100%;
margin: 0px;
line-height: 26px;
position: relative;
background: #000;
}
.newsletter button {
position: absolute;
top: 0px;
right: 0px;
height: 50px;
font-weight: 800;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.newsletter .icon-btn {
margin-right: 20px;
display: inline-block;
}
.newsletter input {
display: inline-block;
width: 100%;
height: 50px;
padding: 0px;
border: 1px solid;
border-color: transparent;
background: none;
border: none;
box-shadow: none;
border-radius: 0px;
background: #fff;
color: #000;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
margin: 0 auto;
}
.newsletter .form-control {
border: none;
border-radius: 0px;
color: #000;
margin-bottom: 10px;
padding: 0px 20px;
background: #fff;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.newsletter span {
color: #999999;
}
.map-wrapper {
height: 350px;
margin-bottom: 0px;
}
/*=======================================================
		GO TO TOP
========================================================*/
.cd-top {
display: inline-block;
height: 40px;
width: 40px;
z-index: 9;
position: fixed;
bottom: 10px;
right: 10px;
color: #000;
border-radius: 50%;
text-align: center;
line-height: 32px;
border: 2px solid #000;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
overflow: hidden;
white-space: nowrap;
background: none;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
-moz-transition: opacity .3s 0s, visibility 0s .3s;
transition: opacity .3s 0s, visibility 0s .3s;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
-moz-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
visibility: visible;
opacity: 0.5;
}
.cd-top.cd-fade-out {
opacity: .5;
}
.no-touch .cd-top:hover {
background-color: #000;
opacity: 1;
color: #fff;
}
/*=======================================================
		Wide Bnr
========================================================*/
.wide-bnr {
background: url(../images/sale-bnr-large.jpg) no-repeat;
background-size: cover !important;
margin: 80px 0;
margin-top: 0px;
padding: 45px;
display: inline-block;
width: 100%;
}
.wide-bnr h5 {
display: inline-block;
color: #fff;
margin-bottom: 0px;
}
.wide-bnr h5 span {
font-weight: bold;
}
.wide-bnr .btn {
border: none;
float: right;
background: #7a9b08;
}
.some-cate {
padding: 30px;
margin-bottom: 40px;
border: 2px solid #f0f0f0;
position: relative;
background: #fff;
}
.some-cate h5 {
margin: 0px;
margin-bottom: 15px;
font-weight: 600;
}
.some-cate li {
list-style: none;
}
.some-cate li a {
color: #888888;
line-height: 26px;
}
.some-cate li:nth-last-child(1) a {
color: #f74b16;
}
.some-cate li a:hover {
color: #f74b16;
padding-left: 5px;
}
.some-cate img {
position: absolute;
right: 0px;
}
/*=======================================================
		Shop Listing
========================================================*/
.shop-listing .avatar {
display: inline-block;
width: 80px;
height: 80px;
padding: 5px;
border: 1px solid #e6e6e6;
}
.shop-listing .media-body a {
margin-top: 5px;
color: #555555;
display: inline-block;
}
.shop-listing .price {
font-weight: bold;
color: #333333;
display: inline-block;
width: 100%;
}
.shop-listing.on-list .price {
font-weight: bold;
color: #333333;
float: left;
margin-top: 5px;
}
.shop-listing.on-list .media {
margin-bottom: 30px;
}
.shop-listing.on-list .view-all {
color: #888888;
border-bottom: 1px solid #b2b2b2;
}
.shop-listing.on-list .media-body a {
margin-top: 0px;
line-height: 18px;
}
.shop-listing.on-list .avatar {
height: 90px;
width: 90px;
}
.shop-listing.on-list .price span {
color: #aaaaaa;
text-decoration: line-through;
font-weight: normal;
margin-left: 10px;
}
.shop-listing.on-list b {
font-weight: 600;
color: #f73232;
}
.shop-listing.on-list i {
color: #fecb00;
margin: 5px 0;
}
.shop-listing .price small {
color: #aaaaaa;
margin-left: 10px;
text-decoration: line-through;
}
/*=======================================================
		Hot Deal
========================================================*/
.hotdeal-bnr {
background: url(../images/hot-deal-bnr.jpg) no-repeat;
min-height: 435px;
padding-top: 80px;
padding-left: 30px;
}
.hotdeal-bnr.like-bnr h5 {
color: #888888;
margin: 0px;
font-weight: normal;
}
.hotdeal-bnr.like-bnr h4 {
color: #f12a43;
font-weight: 800;
margin: 0px;
}
.hotdeal-bnr.like-bnr .price {
font-weight: 800;
color: #222222;
}
/*=======================================================
		Weekly Deal
========================================================*/
.weekly-deal {
border: 3px solid #e8e8e8;
padding: 20px;
background: #fff;
display: inline-block;
width: 100%;
}
.weekly-deal .item-img {
display: inline-block;
width: 350px;
}
.weekly-deal p.rev {
color: #aaaaaa;
margin-top: 5px;
}
.weekly-deal .rev span {
width: auto;
}
.weekly-deal .rev i {
color: #fecb00;
}
.weekly-deal .price {
color: #d8263c;
font-weight: 700;
}
.weekly-deal span.tags {
display: inline-block;
width: 100%;
color: #aaaaaa;
margin-top: 20px;
}
.weekly-deal .tittle {
color: #555555;
}
.in-stock {
color: #71a403;
}
.weekly-deal ul {
margin: 10px 0;
margin-bottom: 20px;
}
.weekly-deal .offer-time {
width: 80px;
float: right;
}
.weekly-deal .media-left {
float: left;
min-width: 440px;
margin-right: 20px;
padding-right: 0px;
}
.weekly-deal .offer-time article {
height: 80px;
text-align: center;
width: 80px;
padding-top: 15px;
border: 2px solid #e8e8e8;
margin-bottom: 10px;
}
.weekly-deal .offer-time article:nth-last-child(1) {
margin-bottom: 0px;
}
.weekly-deal .offer-time article span {
font-weight: bold;
color: #222222;
}
.weekly-deal .offer-time article p {
color: #aaaaaa;
text-transform: capitalize;
}
.weekly-deal li:before {
content: "";
height: 6px;
width: 6px;
background: #cccccc;
border-radius: 50%;
position: absolute;
left: 0px;
top: 10px;
line-height: 24px;
}
.weekly-deal li {
line-height: 24px;
list-style: none;
position: relative;
padding-left: 15px;
}
.weekly-deal li {
}
.weekly-deal .price small {
color: #aaaaaa;
margin-left: 10px;
text-decoration: line-through;
}
.weekly-deal.deal-small .media-left {
min-width: 270px;
}
.weekly-deal.deal-small .item-img {
width: 270px;
}
.weekly-deal.deal-small .offer-time {
float: none;
width: auto;
margin: 0 -5px;
margin-top: 5px;
}
.weekly-deal.deal-small .tittle {
font-weight: 600;
}
.weekly-deal.deal-small {
padding: 12px;
}
.weekly-deal.deal-small .offer-time article p {
}
.weekly-deal.deal-small li {
color: #000;
}
.weekly-deal.deal-small .offer-time article {
width: 60px;
height: 60px;
margin: 0 5px;
padding-top: 5px;
}
.weekly-deal.deal-small .offer-time article {
float: left;
}
.weekly-deal.deal-small .cart-btn {
height: 42px;
width: 42px;
border-radius: 50%;
background: #eeeeee;
color: #888888 !important;
text-align: center;
line-height: 44px;
float: left;
}
.weekly-deal.deal-small ul {
margin-bottom: 10px;
}
.with-bg-slide-all {
background: url(../images/main-bg-slider.jpg) center center no-repeat !important;
background-size: cover;
}
.weekly-deal.deal-small .sale-tag {
background: #dd571c;
border-radius: 2px;
color: #fff;
font-weight: bold;
position: absolute;
top: 15px;
padding: 5px 10px;
left: 15px;
z-index: 22;
}
/*=======================================================
		Newslatter IE
========================================================*/
.product-detail .product article {
padding: 0px;
border: none;
}
.product-detail .flex-control-thumbs li {
width: 33.33333%;
}
.product-detail .product h5 {
margin-top: 5px;
}
.product-detail .product .bullet-round-list {
margin-top: 10px;
margin-bottom: 20px;
}
.product-detail .product .cmp-list i {
margin-right: 5px;
}
.product-detail .product .cmp-list a {
color: #aaaaaa;
}
.product-detail .product .cmp-list {
margin: 20px 0;
}
.product-detail .product .cmp-list li {
display: inline-block;
border-right: 1px solid #e5e5e5;
padding-right: 10px;
margin-right: 10px;
}
.product-detail .product .cmp-list li:nth-last-child(1) {
border-right: none;
}
.product-detail .clr span {
height: 33px;
width: 33px;
border-radius: 50%;
background: #f3f3f3;
display: inline-block;
cursor: pointer;
}
.product-detail .product .sizes a {
display: inline-block;
height: 33px;
width: 33px;
line-height: 30px;
border: 1px solid #e0e0e0;
border-radius: 50%;
text-align: center;
font-weight: bold;
margin-right: 5px;
}
.product-detail .product .quinty {
float: left;
width: 50px;
margin-right: 5px;
}
.product-detail .product .quinty input {
border-radius: 6px;
background:#fafafa;
height: 40px;
font-size:18px;
width: 100%;
text-align: center;
border: 1px solid #e0e0e0;
}
.product-detail .product .sizes a.active {
border: 1px solid #1d43c1;
color: #fff;
background: #1d43c1;
}
.product-detail .product .bullet-round-list li {
line-height: 24px;
}
.product-detail .bullet-round-list li:before {
top: 10px;
}
.product-detail .product .col-xs-7 {
width: 54%;
}
.product-detail .product .col-xs-5 {
width: 46%;
}
.product-detail p.rev {
color: #aaaaaa;
margin-top: 5px;
}
.product-detail .rev span {
width: auto;
}
.product-detail .rev i {
color: #fecb00;
}
.product-detail .price {
color: #d8263c;
font-weight: 700;
}
.product-detail span.tags {
display: inline-block;
width: 100%;
color: #aaaaaa;
}
.product-detail .tittle {
color: #555555;
}
.product-detail li {
list-style: none;
}
.product-detail .price small {
color: #aaaaaa;
margin-left: 10px;
text-decoration: line-through;
}
.item-tabs-sec {
margin-top: 40px;
}
.item-tabs-sec .nav {
border-bottom: 1px solid #e5e5e5;
}
.item-tabs-sec .nav li a {
padding: 0px;
margin-right: 20px;
position: relative;
color: #555555;
padding-bottom: 15px;
}
.item-tabs-sec .nav li.active a {
color: #222222;
font-weight: bold;
}
.item-tabs-sec .nav li.active a:before {
height: 2px;
width: 100%;
background: #1d43c1;
content: "";
position: absolute;
bottom: 0px;
}
.item-tabs-sec .tab-content {
padding: 20px 0;
}
.item-tabs-sec .tab-content {
line-height: 24px;
}
.item-tabs-sec .nav li {
display: inline-block;
}
.item-tabs-sec .table>thead>tr>th {
border: none;
border: 1px solid #e8e8e8 !important;
background: #fafafa;
}
.item-tabs-sec .fa-check {
color: #71a403;
}
.item-tabs-sec .table {
margin-top: 30px;
}
.item-tabs-sec .table>tbody>tr>td {
border: 1px solid #e8e8e8;
padding: 15px 10px;
}
/*=======================================================
		Shopping Cart
========================================================*/
.shopping-cart {
}
.shopping-cart .table>thead>tr>th {
    border: none;
    border: 1px solid #e8e8e8 !important;
    background: #efefef;
    padding: 15px 30px;
}
.shopping-cart a.remove {
color: #cccccc;
}
.shopping-cart a.remove:hover {
color: #000;
}
.shopping-cart .quinty {
display: inline-block;
width: 100px;
}
.shopping-cart .media-left a {
display: inline-block;
width: 84px;
height: 84px;
padding: 4px;
margin-right: 10px;
border: 1px solid #eeeeee;
}
.shopping-cart p {
margin-top: 15px;
max-width: 200px;
color: #555555;
}
.shopping-cart .media {
max-width: 400px;
display: inline-block;
}
.shopping-cart .quinty input {
border-radius: 4px;
height: 40px;
width: 100%;
text-align: center;
border: 1px solid #e0e0e0;
}
.shopping-cart .coupen input {
border: 1px solid #e2e2e2;
border-radius: 4px;
padding: 5px 20px;
margin-left: 10px;
font-weight: normal;
height: 39px;
}
.shopping-cart .promo {
border: 1px solid #e8e8e8;
border-top: none;
padding: 30px;
position: relative;
}
.shopping-cart .promo button {
background: none;
border: none;
position: absolute;
top: 0px;
line-height: 39px;
color: #cccccc;
right: 10px;
}
.pro-btn {
text-align: center;
margin-top: 30px;
}
.pro-btn .btn-light {
background: #bbbbbb;
}
.pro-btn .btn-light:hover {
background: #222;
}
.pro-btn a {
margin: 0 10px;
}
.shopping-cart .g-totel {
float: right;
}
.shopping-cart .g-totel h5 {
font-weight: 600;
}
.shopping-cart .g-totel h5 span {
margin-left: 20px;
}
.shopping-cart .coupen {
display: inline-block;
width: 330px;
position: relative;
}
.shopping-cart .coupen label {
position: relative;
}
.shopping-cart .table {
margin: 0px;
}
.shopping-cart .table>tbody>tr>td {
border: 1px solid #e8e8e8;
padding: 10px;
}
.pay-method {
border: 1px solid #e8e8e8;
padding: 40px;
}
.pay-method .heading h2 {
}
.pay-method input {
margin-top: 5px;
margin-bottom: 15px;
border-radius: 0px;
background: #fafafa;
height: 40px;
}
.pay-method .dropdown-menu {
border: none;
margin-top: 0px;
}
.pay-method .btn {
border: 1px solid #e2e2e2;
border-radius: 4px;
color: #888888;
background: none !important;
box-shadow: none;
padding-left: 20px;
}
.pay-method input {
border: 1px solid #e2e2e2;
}
.pay-method .bootstrap-select {
width: 100%;
}
.pay-method label {
font-weight: normal;
width: 100%;
color: #555555;
}
.transportation .charges h6 {
margin: 0px;
margin-bottom: 5px;
font-weight: 600;
display: inline-block;
color: #555555;
}
.ship-process .fa-check {
}
.transportation .charges {
border: 2px solid #e2e2e2;
padding: 15px 20px;
cursor: pointer;
margin-bottom: 30px;
}
.transportation .charges span {
color: #888888;
}
.transportation span.deli-charges {
color: #222222;
font-weight: 600;
float: right;
width: auto;
margin-top: -15px;
border-left: 1px solid #e5e5e5;
padding-left: 10px;
}
.transportation .charges:hover {
border: 2px solid #1d43c1;
}
.transportation .charges.select {
border: 2px solid #1d43c1;
}
.check-out .check-item {
margin: 0px;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #e8e8e8;
}
.infoma {
margin: 0px;
}
.infoma li {
margin-bottom: 20px;
}
.infoma span {
color: #333333;
}
.infoma h5 {
margin: 0px;
font-weight: 600;
}
.infoma.exp {
padding-bottom: 0px !important;
}
.totel-price h4 {
font-weight: 600;
}
.totel-price h4 small {
color: #888888;
margin-right: 10px;
}
.infoma h6 {
margin: 0px;
color: #888888;
margin-bottom: 10px;
}
.check-out li {
padding: 0px;
list-style: none;
}
/*=======================================================
		Ship Process
========================================================*/
.ship-process li {
list-style: none;
}
.ship-process li span {
    margin-top: 5px;
    font-size: 13px;
    color: #888888;
    display: inline-block;
}
.ship-process li h6 {
font-weight: 600;
margin: 0px;
text-transform:uppercase;
}
.ship-process li i {
color: #aaaaaa;
border: 1px solid #dddddd;
display: inline-block;
height: 50px;
width: 50px;
margin-right: 10px;
border-radius: 6px;
line-height: 50px;
text-align: center;
font-size: 20px;
}
.ship-process li.current i {
    background: #132e86 !important;
    color: #fff !important;
    border: 2px solid #132e86;
}
.boxed-layout {
background: url(../images/full-bg.jpg) center center fixed no-repeat;
background-size: cover;
}
.boxed-layout #wrap {
margin: 0 auto;
max-width: 1250px;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.tp-caption .btn-round {
background: #1d43c1 !important;
padding: 13px 30px !important;
}
.no-nav .owl-nav {
display: none !important;
}
.with-bullet .owl-dots {
text-align: center;
margin-top: 30px;
}
.with-bullet .owl-dots div {
background: #fff;
height: 14px;
width: 14px;
margin: 0 2.5px;
border-radius: 50%;
display: inline-block;
border: 1px solid #d5d5d5;
}
.with-bullet .owl-dots div.active {
background: #1d43c1;
border: 1px solid #1d43c1;
}
.shop-side-bar .search input {
color: #8a8a8a;
}
.shop-side-bar .search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #aaaaaa;
}
.shop-side-bar .search ::-moz-placeholder { /* Firefox 19+ */
color: #4a4a4a;
}
.shop-side-bar .search :-ms-input-placeholder { /* IE 10+ */
color: #4a4a4a;
}
.shop-side-bar .search :-moz-placeholder { /* Firefox 18- */
color: #4a4a4a;
}
.ri-li {
font-weight: bold;
color: #1d43c1 !important;
}

@media screen and (max-width:1552px) {
header .navbar li a {
}
} 

@media screen and (max-width:1500px) {
header .navbar li a {
}
.call-mun{
display: none;
}
.sliderarticu{
width: 90% !important;
margin-left:5%;
}
.sliderarticu img {
width: 99% !important;
}
}

@media screen and (max-width:1400px) {
.sliderarticu img {
width: 100% !important;
}
.product article {
height: 430px !important;
}
header .search-cate {
margin-left: 160px;
}
.like-bnr {
min-height: 400px;
}
.product .on-nav .flex-direction-nav a {
bottom: 75px;
}
}

@media screen and (max-width:1351px) {
header .navbar li a {
    padding: 15px 12px;
}
.product article {
    height: 380px !important;
}
.like-bnr {
    min-height: 370px;
}
header .search-cate {
margin-left: 130px;
}
}

@media screen and (max-width:1300px) {
header .navbar li a {
}
.product article {
    height: 370px !important;
}
.like-bnr {
    min-height: 365px;
}
header .search-cate {
margin-left: 100px;
}
}

@media screen and (max-width:1258px) {
header .navbar li a {
    padding: 15px 10px;
}
.navbar .container-fluid{
padding-left: 0px;
padding-right: 0px;
}
header .search-cate {
    min-width: 530px;
    margin-left: 90px;
}
iframe{
height:400px;
}
}

@media screen and (max-width:1200px) {
.product article {
    height: 400px !important;
}
.like-bnr {
    min-height: 300px;
}
header .search-cate input {
    width: 55% !important;
}
.ownmenu .cate-style {
    min-width: 190px !important;
}
}

@media screen and (max-width:1159px) {
header .navbar li a {
}
.tp-caption{
}
}

@media screen and (max-width:1120px) {
header .navbar li a {
    padding: 16px 10px 0px;
}
}
    
    
@media screen and (max-width:1100px) {
header .search-cate {
    min-width: 415px !important;
    margin-left: 75px !important;
}

iframe{
height:380px !important;
}
.heading h2 {
}
.product article {
    height: 380px !important;
}
}

@media screen and (max-width:990px) {
    
header .search-cate {
display:none;
}
.cart-pop {
    top: 20px !important;
}
.product article {
    height: 415px !important;
}
.contact-info {
    margin-top: 80px;
}
header .navbar li a {
    padding: 16px 10px;
}
.slid-sec .like-bnr {
    margin-top: 5px;
    height: 280px;
}
.week-sale-bnr {
    margin-top: 5px;
    height: 275px;
}
.shipping-info{
display: none;
}
.shop-side-bar{
display:none;
}
.item-col-4 .product {
    width: 33.3% !important;
}
.product .on-nav .flex-direction-nav a {
    bottom: 40px;
}
footer .col-md-3{
    width: 33.3% !important;
    float: left;
}
footer .atencionfooter{
display:none;
}
footer h4 {
    margin-top: 0px !important;
}

}

@media screen and (max-width:767px) {
.padding-top-120 {
    padding-top: 60px !important;
}    
.product-detail .product .col-xs-5 {
    margin-bottom: 40px;
    min-width:100% !important;
}
.product-detail .product .col-xs-7 {
    min-width:100% !important;
}
.product .on-nav .flex-direction-nav a {
    bottom: 95px;
}
.contact-info {
    max-height: -webkit-fill-available !important;
}    
.linking .breadcrumb {
    display: none;
}    
.blog-single iframe{
max-height:22px !important;
}
.carousel-caption {
    padding-bottom: 30px;
}
.carousel-caption h3 {
    font-size: 25px !important;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 23px !important;
}
.product article .price {
    margin-bottom: 0px;
}
.ownmenu .cate-style {
    opacity: 0;
}
.cart-pop {
    right: 70px !important;
}
header .navbar li {
    width: 100%;
    text-align: left;
    margin: 0px;
    border-bottom: dotted 1px #fff !important;
}
.ownmenu .megamenu img {
    display: none !important;
}
.item-col-5 .product {
    width: 50% !important;
}
.product article {
    height: auto  !important;
}
header .navbar .nav li a {
    color: #333 !important;
    background: #efefef;
}
header .navbar .nav li a:hover{
    background: #efefef;
}
.mega-inside {
    padding: 0px 30px !important;
    background: #efefef;
    border: none;
    margin: 0 auto;
    box-shadow: none;
}
.ownmenu .nav .dropdown-menu {
    padding: 0px 0px !important;
}
.item-col-4 .product {
    float: left;
    min-width: 50% !important;
}
.product.producto2.text-center {
    height: 470px !important;
    overflow-y: hidden !important;
}
.product.producto3.text-center {
    height: 470px !important;
    overflow-y: hidden !important;
}
.ship-process li {
    margin-bottom: 15px;
    max-width: 80% !important;
    margin-left:10% !important;
    float: left !important;
}
.ship-process li h6{
font-size:13px !important;
}
.ship-process li i {
    height: 35px;
    width: 35px;
    margin-right: 0px;
    border-radius: 0px;
    line-height: 37px;
    text-align: center;
    font-size: 18px;
}
}


@media screen and (max-width:700px) {

.product.producto2.text-center {
    height: 435px !important;
    max-height:435px !important;
}
.product.producto3.text-center {
    height: 435px !important;
    max-height:435px !important;
}

}


@media screen and (max-width:650px) {
.carousel-inner .item img {
    min-height: 340px;
}
.product.producto2.text-center {
    height: 420px !important;
    max-height: 420px !important;
}
.product.producto3.text-center {
    height: 420px !important;
    max-height: 420px !important;
}
}


@media screen and (max-width:600px) {
.hide600{
display:none;
}
.ship-process{
padding-bottom:5px !important;
}
.carousel-inner .item img {
    min-height: 290px;
}    
.product.producto2.text-center {
    height: 405px !important;
    max-height: 405px !important;
}
.product.producto3.text-center {
    height: 405px !important;
    max-height: 405px !important;
}
.product article {
    height: 395px !important;
}
.borracarr{
display:none;
}
.cart-pop {
    right: -50px !important;
    margin-top: 8px !important;
}
.cart-pop .dropdown-menu {
    right: 50px !important;
    margin-top: 30px !important;
}
.item-col-4 .product {
    width: 50% !important;
}
.cienprod{
    width: 100% !important;
}
.product article img {
    max-width: 99%;
}
.product .on-nav .flex-direction-nav a {
    bottom: 65px;
}
}


@media screen and (max-width:550px) {
.carousel-inner .item img {
    min-height: 270px;
}
.tp-banner{
max-height: 350px !important;
}
.slid-sec .like-bnr {
    height: 240px;
}
.slid-sec .like-bnr h4 {
    color: #fff;
    font-weight: 800;
    margin: 0px;
    text-shadow: 2px 2px 5px #000;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.week-sale-bnr {
    height: 235px;
}
.week-sale-bnr h4 {
    color: yellow;
    text-shadow: 2px 2px 2px #222;
    margin: 0px;
    margin-bottom: 0px;
    font-weight: 800;
    line-height: 25px;
}
.product.producto2.text-center {
    height: 400px !important;
    max-height: 400px !important;
}
.product.producto3.text-center {
    height: 400px !important;
    max-height: 400px !important;
}

footer .col-md-3:first-child{
min-width:100%;
margin-bottom:30px;
}
footer h4 {
    margin-bottom: 10px !important;
font-weight:400;
}
footer .col-md-3:first-child img{
max-width:65% !important;
margin-bottom:10px !important;
}
footer .col-md-3 {
    min-width: 80% !important;
    text-align: center;    
    padding: 0px 25px;
    margin-left: 10%;
    margin-bottom:30px !important;
}
.carousel-caption h3 {
    font-size: 30px !important;
}
.carousel-caption p {
    font-size: 17px;
}
}


@media screen and (max-width:500px) {
.owl-stage-outer .owl-stage .owl-item .product article {
    min-height: 550px !important;
}
.product .on-nav .flex-direction-nav a {
    bottom: 50px;
}
.carousel-inner .item img {
    min-height: 255px;
}
.product article {
    height: auto !important;
}
.product.producto2.text-center {
    min-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow-y: none !important;
}
.product.producto3.text-center {
    min-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow-y: none !important;
}
.product.col-2x {
    min-width: 100%;
    margin-bottom: 20px;
}
h5 {
    margin-bottom: 20px;
}
}


@media screen and (max-width:450px) {
.product .on-nav .flex-direction-nav a {
    bottom: 35px;
}
footer .col-md-3 {
    min-width: 80%;
    margin-left: 10%;
    padding: 0px 25px;
}
footer .col-md-3:first-child img {
    display: none !important;
}
.elimcuacin{
    display: none !important;
}

footer {
    padding: 0px 15px 25px;
    background: #555;
    position: relative;
}
footer h4{
padding-bottom:20px;
font-weight:bold;
}

.rights .text-right{
    display:none;
}

.slid-sec .like-bnr {
    height: 210px;
}

.week-sale-bnr {
    height: 205px;
}

header .logo img {
    max-width: 80% !important;
}
.cart-pop .fa-shopping-cart {
    height: 50px;
    width: 50px;
    border-radius: 4px;
    margin-left: 15px;
    margin-top: -2px;
    line-height: 50px;
    color: #686868;
    background: #eeeeee;
    float: left;
    text-align: center;
}
.cart-pop .itm-cont {
    position: absolute;
    height: 20px;
    width: 20px;
    position: absolute;
    display: inline-block;
    background: #1a39a7;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    left: 53px;
    top: -9px;
}
.tp-banner{
max-height: 320px !important;
}
}


@media screen and (max-width:430px) {
header .logo img {
    max-width: 60% !important;
}
header .logo {
    margin-bottom: 0px !important;
}
.tp-caption .btn-round {
    margin-top: 20px !important;
}
.tp-resizeme{
}
.tp-banner{
max-height: 290px !important;
}
.slid-sec .like-bnr {
    height: 195px;
}
.slid-sec .like-bnr h4 {
}
.week-sale-bnr {
    height: 190px;
}
.week-sale-bnr h4 {
}
} 