/* General Style */

body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #FFFFFF;
    overflow-x: hidden;

    /* 
    background-image: url("../images/background.jpg");

    
    height: 100%;

    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

/* Top Navbar Styles  */

#top {

    background: #555555;
    padding: 10px 0;

}

#top .offer {
    color: #fff;

}

#top .offer .btn {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    #top .login-details {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    #top {
        font-size: 12px;
        text-align: center;
    }
}

#top a {
    color: #fff;
}

#top ul.menu {
    padding-top: 5px;
    margin: 0;
    text-align: right;
    font-size: 12px;
    list-style: none;
}

@media (max-width: 991px) {

    #top ul.menu {
        text-align: center;
    }

}

#top ul.menu > li {
    display: inline-block;
}

#top ul.menu > li a {
    color: #eeeeee;
}

#top ul.menu > li + li:before {
    content: "|\00a0";
    padding: 0 5px;
    color: #f7f7f7;

}


#top-closed {
    background: #cd5c5c;
    padding: 10px 0;	
    margin-bottom: 20px;
}

#top-closed .offer {
    color: #fff;

}

#top-closed .offer .btn {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    #top-closed .login-details {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    #top-closed {
        font-size: 12px;
        text-align: center;
    }
}

#top-closed a {
    color: #fff;
}

#top-closed ul.menu {
    padding-top: 10px;
    margin: 0;
    text-align: right;
    font-size: 12px;
    list-style: none;
}

@media (max-width: 991px) {

    #top-closed ul.menu {
        text-align: center;
    }

}

#top-closed ul.menu > li {
    display: inline-block;
}

#top-closed ul.menu > li a {
    color: #eeeeee;
}

#top-closed ul.menu > li + li:before {
    content: "|\00a0";
    padding: 0 5px;
    color: #f7f7f7;

}

.navbar {
    background: white;
}

.navbar-collapse .right {
    float: right;
}

.navbar-brand {
    float: left;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 70px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar ul.nav > li > a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    ;
}

.padding-nav {
    padding-top: 10px;
}

.navbar ul.nav > li > a:hover {
    background: #e7e7e7;

}



.search .navbar-form {
    float: right;
}

#search {
    clear: both;
    border-top: solid 1px saddlebrown;
    text-align: right;
}


#search .navbar-form .input-group {
    display: table;

}

#search .navbar-form .input-group .form-control {
    width: 100%;

}


#slider {

    margin-bottom: 40px;

}

#slider img {
    height: 563px;
    width: 1200px;
}

.box {
    background: #fff;
    margin: 0 0 30px;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 1px 5px black;
}

#advantages {
    text-align: center;
}

#advantages .box .icon {
    position: absolute;
    font-size: 120px;
    width: 100%;
    text-align: center;
    top: -20px;
    height: 100%;
    float: left;
    color: #eeeeee;
    transition: all 0.2s ease-out;
    z-index: 1;
    box-sizing: border-box;


}

#advantages .box h3 {
    position: relative;
    margin: 0 0 20px;
    font-weight: 300;
    text-transform: uppercase;
    z-index: 2;
}

#advantages .box h3 a:hover {

    text-decoration: none;

}

#advantages .box p {

    position: relative;
    color: #555555;
    z-index: 2;
}



#hot h2 {
    text-transform: uppercase;
    font-size: 36px;
    color: bisque;
    font-weight: 100;
    text-align: center;
}


#content {
    padding-left: px;

}







#content .product {
    background: #fff;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    margin-bottom: 20px;
	height: 390px;
}

#content .product .text p.price {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
}

#content .product .text .buttons {
    clear: both;
    text-align: center;
}

#content .product .text h3 {
    text-align: center;
    font-size: 20px;
}

#content .product .text {

    padding: 14px 10px 0px;
	min-height:200px;
	text-align: center;
}

#content .product .text .buttons .btn {
    margin-bottom: 10px;
}

.p-product {
	height:200px
}

#content .product img {
    max-height: 199px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;

}





#footer {
    /*background: #e0e0e0;*/
    background-image: url(../images/footer.jpg);
    padding: 20px;


}

#footer ul {
    padding-left: 0;
    list-style: none;
}

#footer ul a {
    color: #999999;
    padding: 20px 0;
}

#footer .social {
    text-align: left;
}

#footer .social a {
    margin: 0 10px 0 0;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    transition: all 0.3s ease-out;
    vertical-align: bottom;
    background-color: #555555;

}

#footer .social a:hover {
    background-color: cadetblue;
}

#copyright {
    padding: 10px;
    background-color: black;
    color: white;
}



.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}


.breadcrumb > li + li:before {
    content: ">\00a0";

    color: #cccccc;
}

@media (max-width: 991px) {
    .breadcrumb {
        padding: 8px 0;
        text-align: center;
    }
}



#content .panel.sidebar-menu {
    box-sizing: border-box;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

#content .panel.sidebar-menu ul.nav.category-menu {
    margin-bottom: 20px;
}

#content .panel.sidebar-menu ul.nav.category-menu li a {
    text-transform: uppercase;


}

#content .panel.sidebar-menu h3 {
    padding: 5px 0;
    margin: 0;
}


@media (max-width: 768px) {
    .center-responsive {
        width: 70%;
        margin: 0 auto;
		float:unset;
    }
}

@media (max-width: 550px) {

    .center-responsive {
        width: 95%;
        margin: 0 auto;
		float:unset;
    }

}


#content #productMain {

    margin-bottom: 30px;
}

#content #productMain .price {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin-top: 40px;
}

#content #mainImage {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);

}

#content #thumbs a {
    display: block;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border: solid 2px transparent;
}

#content .headline {
    height: 350px;
}

#content #cart .table tbody tr td img {
    width: 50px;
}


#content #cart .table tbody tr td input {
    width: 89px;
    text-align: right;
}

#content #cart .table tbody tr td {
    vertical-align: middle;
}

#content #cart .table tfoot {
    font-size: 18px;

}


.box .box-footer {
    background: #f7f7f7;
    margin: 30px -20px -20px;
    padding: 20px;
    border-top: solid 1px #eeeeee;

}

input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button { margin-left: 5px; } 
input[type=number] {
    -moz-appearance:textfield;
}

.box .box-footer:before,
.box .box-footer:after {
    content: " ";
    display: table;

}

.box .box-footer:after {
    clear: both;
}

.box .box-header {
    background: #f7f7f7;
    margin: -20px -20px 20px;
    padding: 20px;
    border-bottom: solid 1px #eeeeee;

}

#content #order-summary table {
    margin-top: 20px;

}

#content #order-summary table td {
    color: #999999;

}

#content #order-summary table tr.total td,
#content #order-summary table tr.total th {
    font-size: 18px;
    color: #555555;
    font-weight: 700;

}

#thumbs .thumb img {
    height: 120px;
    width: 100px;

}

a {

    border-radius: 30px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;

}

.box {
    border-radius: 20px;
}

.btn {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 10px;


}

.btn:hover {
    font-size: 105%;
}

li:hover {
    font-size: 105%;
}

.btn-facebook {
    background-color: #3B5998;
    color: white;

}


.btn-google {
    background-color: #DD4B39;
    color: white;
}

.btn-1 {
    background-color: #F27935;
}

.btn-1 .round {
    background-color: #f59965;
}

.btn-2 {
    background-color: #00AFD1;
}

.btn-2 .round {
    background-color: #00c4eb;
}

.btn-3 {
    background-color: #5A5B5E;
}

.btn-3 .round {
    background-color: #737478;
}

.type-1 a {
    text-decoration: none;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 12px 53px 12px 23px;
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}

.type-1 a span {
    position: relative;
    z-index: 3;
}

.type-1 a .round {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 3px;
    top: 3px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 2;
}

.type-1 a .round i {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -4px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.type-1 .txt {
    font-size: 14px;
    line-height: 1.45;
}

.type-1 a:hover {
    padding-left: 48px;
    padding-right: 28px;
}

.type-1 a:hover .round {
    width: calc(100% - 6px);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.type-1 a:hover .round i {
    left: 12%;
}

.type-2 a:hover .round {
    background: none;
}

.type-2 a:hover .round i {
    left: 70%;
}

.type-3 .round {
    background: transparent;
}

.type-3 a {
    position: relative;
    overflow: hidden;
}

.type-3 a.btn-1:after {
    background-color: #f59965;
}

.type-3 a.btn-2:after {
    background-color: #00c4eb;
}

.type-3 a.btn-3:after {
    background-color: #737478;
}

.type-3 a:after {
    content: "";
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 37px;
    height: 38px;
    position: absolute;
    right: 3px;
    top: 3px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.type-3 a:hover:after {
    right: 100%;
    width: 50%;
}

.navbar-toggle {

    float: right;
}

a {
    text-decoration: none !important;

}

button:hover {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 105%;
	
}

.usersection {


    font-family: 'Dancing Script', cursive !important;
    font-size: 200%;

}

.usersection th {
    padding-right: 30px;
    color: cadetblue;
}

.usersection img {
    border-radius: 50%;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

#mainImage .carousel-inner img {
    /*
	height: 385px;
    width: 800px;
	*/
	width: 90%;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: floating 2s linear infinite;
}

.box1 {
    background: #ff6540;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    transform-style: preserve-3d;
    transform-origin: left;
    transform: perspective(1000px) rotateY(25deg);


}

.box1:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 100%;
    background: #d24c2c;
    transform-style: preserve-3d;
    transform-origin: right;
    transform: perspective(1000px) rotateY(-25deg);

}

@keyframes floating {
    0% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -30%);
    }
    100% {
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 350px) {
    #slideimage .carousel-inner img {
        height: 250px !important;
        width: 300px !important;

    }
}

.fs-20{
	font-size:20px;
}

.ml-20{
	margin-left:20px;
}

.ta-center{
	text-align:center;
}
.ta-right{
	text-align:right;
}
.with-border {
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
}

.p-15{
	padding:15px;
}

.p-10{
	padding:10px;
}

.p-5{
	padding:5px;
}
.footer_area{background:black;}
.scroll_area{padding:120px 0 0;}
.sroll_top{left:calc(50% - 26px);position:absolute;top:-25px;z-index:1;}
.sroll_top i{background:#fff;width:50px;height:50px;line-height:50px;text-align:center;font-size:30px;color:#3067ff;border-radius:50%;box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1);cursor:pointer;padding:0px;margin:0;}
.sroll_top i:hover{color:#0299a2;letter-spacing:initial;}
.footer_area h4{color:#fff;margin-bottom:61px;position:relative;font-size:20px;font-weight:700;text-transform:uppercase;}
.footer_area h4::after{background:#f5f5f5;bottom:-16px;content:"";height:1px;left:0;position:absolute;width:50px;}
.footer_area a{color:#fff;font-size:14px;}
.middle_content a{text-decoration:underline;}
.ft_contact > ul{margin-top:-9px;}
.ft_contact ul li{margin-bottom:6px;line-height:30px;}
.ft_contact ul li a, .ft_contact ul li > span{display:inline-block;vertical-align:middle;width:calc(100% - 30px);color:#eeeeee;}
.ft_contact ul li i{margin-right:10px;color:#ffffff;}
.widget_gallery{display:inline-block;margin-right:3px;}
.footer_Widgets figure{overflow:hidden;max-width:32%;max-height:75px;padding:2px;}
.footer_Widgets figure .RXcircleEffect{border-radius:50%;height:calc(100% - 8px);left:4px;width:calc(100% - 8px);top:4px;-webkit-transform:scale(0);transform:scale(0);}
.footer_Widgets figure:hover .RXcircleEffect{-webkit-transform:scale(1);transform:scale(1);border-radius:0;}
.widget_gallery figcaption i{color:#fff;font-size:20px;left:calc(50% - 10px);position:absolute;top:calc(50% - 10px);opacity:0;}
.footer_Widgets figure:hover figcaption i{opacity:1;}
.footer_middle p{font-size:14px;color:#eeeeee;margin-top:-6px;}
.ft_area{margin:50px 0;}
ul.ft_bottom li{display:inline-block;}
ul.ft_bottom li a{text-transform:uppercase;display:block;padding:0 20px;line-height:20px;font-size:12px;font-weight:600;color:#eee;position:relative;}
ul.ft_bottom li a::after{position:absolute;content:"-";right:-3px;top:0;}
ul.ft_bottom li:last-child a::after{display:none;}
.ft_paragraph p{font-size:12px;font-weight:600;line-height:20px;margin:0;color:#eee;text-transform:uppercase;text-align:right;}
.ft_paragraph p a{font-size:12px;font-weight:600;}
.ft_paragraph p a:hover{text-decoration:underline;}
.ft_bottom > li:hover a::after{-webkit-transform:translateY(-20px);transform:translateY(-20px);}
.footer_middle {
	border-bottom: 1px solid #363434;
}
.footer_area li, .footer_area ul{
    list-style:none;
}

.pl-10{
	padding-left:10px;
}

.pt-10{
	padding-top:10px;
}

.pt-20{
	padding-top:20px;
}

.pt-30{
	padding-top:30px;
}

/* ALL LOADERS */

.loader{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

/* LOADER 1 */

#loader-1:before, #loader-1:after{
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #3498db;
}

#loader-1:before{
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after{
  border: 10px solid #ccc;
}

@keyframes spin{
  0%{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* LOADER 2 */

#loader-2 span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 35px 5px;
}

#loader-2 span:nth-child(1){
  animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2){
  animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3){
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce{
  0%, 75%, 100%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* LOADER 3 */

#loader-3:before, #loader-3:after{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  background-color: #3498db;
  animation: squaremove 1s ease-in-out infinite;
}

#loader-3:after{
  bottom: 0;
  animation-delay: 0.5s;
}

@keyframes squaremove{
  0%, 100%{
    -webkit-transform: translate(0,0) rotate(0);
    -ms-transform: translate(0,0) rotate(0);
    -o-transform: translate(0,0) rotate(0);
    transform: translate(0,0) rotate(0);
  }

  25%{
    -webkit-transform: translate(40px,40px) rotate(45deg);
    -ms-transform: translate(40px,40px) rotate(45deg);
    -o-transform: translate(40px,40px) rotate(45deg);
    transform: translate(40px,40px) rotate(45deg);
  }

  50%{
    -webkit-transform: translate(0px,80px) rotate(0deg);
    -ms-transform: translate(0px,80px) rotate(0deg);
    -o-transform: translate(0px,80px) rotate(0deg);
    transform: translate(0px,80px) rotate(0deg);
  }

  75%{
    -webkit-transform: translate(-40px,40px) rotate(45deg);
    -ms-transform: translate(-40px,40px) rotate(45deg);
    -o-transform: translate(-40px,40px) rotate(45deg);
    transform: translate(-40px,40px) rotate(45deg);
  }
}

/* LOADER 4 */

#loader-4 span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 35px 5px;
  opacity: 0;
}

#loader-4 span:nth-child(1){
  animation: opacitychange 1s ease-in-out infinite;
}

#loader-4 span:nth-child(2){
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#loader-4 span:nth-child(3){
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}

/* LOADER 5 */

#loader-5 span{
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  width: 20px;
  height: 20px;
  background-color: #3498db;
}

#loader-5 span:nth-child(2){
  animation: moveanimation1 1s ease-in-out infinite;
}

#loader-5 span:nth-child(3){
  animation: moveanimation2 1s ease-in-out infinite;
}

#loader-5 span:nth-child(4){
  animation: moveanimation3 1s ease-in-out infinite;
}

@keyframes moveanimation1{
  0%, 100%{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }

  75%{
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes moveanimation2{
  0%, 100%{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  75%{
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
}

@keyframes moveanimation3{
  0%, 100%{
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  75%{
    -webkit-transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }
}

/* LOADER 6 */

#loader-6{
  top: 40px;
  left: -2.5px;
}

#loader-6 span{
  display: inline-block;
  width: 5px;
  height: 20px;
  background-color: #3498db;
}

#loader-6 span:nth-child(1){
  animation: grow 1s ease-in-out infinite;
}

#loader-6 span:nth-child(2){
  animation: grow 1s ease-in-out 0.15s infinite;
}

#loader-6 span:nth-child(3){
  animation: grow 1s ease-in-out 0.30s infinite;
}

#loader-6 span:nth-child(4){
  animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow{
  0%, 100%{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  50%{
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

/* LOADER 7 */

#loader-7{
  -webkit-perspective: 120px;
  -moz-perspective: 120px;
  -ms-perspective: 120px;
  perspective: 120px;
}

#loader-7:before{
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  width: 50px;
  height: 50px;
  background-color: #3498db;
  animation: flip 1s infinite;
}

@keyframes flip {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(180deg)  rotateX(180deg);
  }
}

/* LOADER 8 */

#loader-8:before{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 10px);
  left: 0px;
  background-color: #3498db;
  animation: rotatemove 1s infinite;
}

@keyframes rotatemove{
  0%{
    -webkit-transform: scale(1) translateX(0px);
    -ms-transform: scale(1) translateX(0px);
    -o-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
  }

  100%{
    -webkit-transform: scale(2) translateX(45px);
    -ms-transform: scale(2) translateX(45px);
    -o-transform: scale(2) translateX(45px);
    transform: scale(2) translateX(45px);
  }
}
.pt-40{
	padding-top:50px;
}
.pt-50{
	padding-top:50px;
}
.pb-10{
	padding-bottom:10px;
}
.pb-20{
	padding-bottom:20px;
}
.pb-30{
	padding-bottom:30px;
}
.pb-40{
	padding-bottom:40px;
}
.pb-50{
	padding-bottom:50px;
}

.c-red{
	color:red;
}
.c-primary{
	color:#337ab7;
}

.c-green{
	color:green;
}

.w-100{
	width:100%;
}

#toast-container>div{
	opacity:1 ;
}
#table-order tbody tr td {
    vertical-align: middle;
}

select.select_form_cantidad { text-align-last: right; }
select.select_form_cantidad option { direction: rtl; }
.pb-5{
	padding-bottom:5px;
}
.pb-10{
	padding-bottom:10px;
}
.pb-20{
	padding-bottom:20px;
}
.pb-30{
	padding-bottom:30px;
}
.pb-40{
	padding-bottom:40px;
}
.pb-50{
	padding-bottom:50px;
}

.clearable{
  background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
  border-radius: 3px;
  transition: background 0.4s;
}
.clearable.x  { background-position: right 20px center; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; } /* (jQ) hover cursor style */
.clearable::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X */

select{
	min-width:60px;
}
.main_logo{
	width: auto;
    max-height: 58px;
}
.c-white {
	color:white;
}

.c-success {
	color:#5cb85c;
}