body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
html
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    overflow-y:auto;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 20px;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
}
h2 {
	font-size: 27px;
}
.category-centered{
        text-align: center;
}
#content>h3,.webocreation>h3 {
        width:100%;
	font-size: 21px; 
        text-transform: uppercase;
        color: #F97F2D;
        text-align: center;
}
.cart-btn-common {
     background-color:#242424; color:#fff;
}
.cart-btn-common:hover { background-color:#373737; color:#fff; }
.amdesi-product-ckout{color: #F97F2D; font-size: 17px; font-family: Merienda; max-width: 440px;}
@media (max-width: 768px){
.mobile-subtotal{ margin-top:25px;}
.amdesi-product-ckout{color: #F97F2D; font-size: 14px; font-family: Merienda; max-width: 100%;}
    .mobile-margin{ margin-top:20px;}
}
@media (max-width: 519px)
{
#content>h3:before,
#content>h3:after, .webocreation>h3:before, .webocreation>h3:after {
    background-color: #F97F2D;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 30%;
}
#content>h3:before, .webocreation>h3:before {
    right: 0.30em;
    margin-left: -30%;
}
#content>h3:after, .webocreation>h3:after {
    left: 0.30em;
    margin-right: -30%;
}
}
@media (max-width: 767px){
.mobile-div-four{ margin-top: 15px; margin-bottom: 10px;}
}
@media (min-width: 520px){
#content>h3:before,
#content>h3:after, .webocreation>h3:before, .webocreation>h3:after {
    background-color: #F97F2D;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 40%;
}
.common-home #content>h3:before,
.common-home #content>h3:after{
    width: 43%;
}
#content>h3:before {
    right: 0.4em;
    margin-left: -40%;
}
#content>h3:after {
    left: 0.4em;
    margin-right: -40%;
}
}

/* Slider settings */

@media (min-width: 768px){
    .responsive-slider{
        position: relative; 
        margin: 0 auto; 
        top: 0px; 
        left: 0px; 
        width: 1300px; 
        height: 410px; 
        overflow: hidden; 
        visibility: hidden;
        max-width:100%;   
    }
    .slides-class{
        cursor: default; position: relative; top: 0px; left: 0px; width: 1300px; height: 409px; max-width: 100%; overflow: hidden;
    }
}

@media (max-width: 767px){
    .responsive-slider{
        position: relative; 
        margin: 0 auto;
        width: 100%; 
        height: 300px;  
        overflow: hidden; 
        visibility: hidden;
        max-width:100%;  
    }
    .slides-class{
        cursor: default; position: relative; top: 0px; left: 0px; width: 100%; height: 299px; overflow: hidden;
    }
    .idle-class{
        width:100%;
    }
    .image-class{
        width:100%
    }
}

/* -----------------*/

h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #F97F2D;
}
a:hover {
	text-decoration: none;
        color: #DF5D07;
}
header{
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
@media (min-width: 769px){
    label[for=input-sort]{
        margin-top: 7px;
    }
    
    label[for=input-limit]{
        margin-top: 7px;
    }
}

/* Zoom effect gallery */
.large {
	width: 300px; height: 300px;
	position: absolute;
        z-index: 40000;
	border-radius: 100%;
        zoom: 100%;
	/*Multiple box shadows to achieve the glass effect*/
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
	0 0 7px 7px rgba(0, 0, 0, 0.25), 
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	/*hide the glass by default*/
	display: none;
}
/* ------------------------- */
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}

#product .form-control{
     width:auto;
}

#input-quantity{
    width: 52px;
    text-align: center;
}
input[type="text"].form-control:focus, textarea.form-control:focus{
    border-color: #f0ca64;
}
.btn-block:focus{
    background-color: #DF5D07;
    border-color: #ED9E37 #ED9E37 #ED9E37;
    border-radius: 2px;
    border-bottom: 3px solid #F97F2D;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
#button-cart{
    width: 150px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
        margin-top: 40px;
}
@media (max-width: 767px) {
    select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	width: 100%;
    }
    #input-quantity{
        width: 100% !important;
        text-align:center;
    }
    #button-cart{
        width: 100%;
    }
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #000000;
	background-repeat: repeat-x;
}
/* top */
@media (min-width: 584px){
#top {
	background-color: #242428;
	/*border-bottom: 1px solid #e2e2e2;*/
	height: 30px;
}
}
@media (max-width: 583px){
#top {
	background-color: #242428;
	/*border-bottom: 1px solid #e2e2e2;*/
	height:auto;
}
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	/*text-shadow: 0 1px 0 #FFF;*/
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #DADADA;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
        background-color: #FFA300;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
        font-family:Merienda;
}
#top-links a + a {
	margin-left: 15px;
}
#top .nav .open>a, #top .nav .open>a:focus, #top .nav .open>a:hover{
        background-color:transparent !important;
}
#top .dropdown-menu{
        background-color: #242428 !important;
        font-family:Open Sans;
}
/* logo */
#logo {
	/*margin: 0 0 10px 0;*/
}
/* search */
#search {
        margin-top: 16px;
	margin-bottom: 5px;
}
#search .input-lg {
        width: 100%;
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
        padding-right: 35px;
        font-size: 14px;
        border-radius: 0;
}   
.btn-primary:focus{
    background-color:#foca64;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding-right: 10px;
	text-shadow: 0 1px 0 #FFF;
        background: none;
        border: none;
        right: 40px;
}
#search .btn-lg:focus{
    outline:0;
    background:none;
}

#search .btn-lg:active{
    background:none;
}
/* cart */
#cart {
        margin-top:16px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fefefe;
	/*min-width: 100%;*/
        z-index: 4000000;
}
@media (max-width: 769px) {
	#cart .dropdown-menu {
		min-width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 7px 0 5px 0;
}
/* menu */
#menu {
        position: absolute;
        z-index:500;
        left:0;
        right:0;
        border-radius: 0;
	background-color: #242428;
	min-height: 40px;
        font-size: 1.3em;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        padding-left: 5%;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
        margin-left: 23px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
}
@media (max-width: 981px) {
#menu {
        padding-left:0;
}
#menu .nav > li > a {
        margin-left:10px;
}
}
.checkout-cart thead td{
  border-bottom:1px solid #ddd;
}
.checkout-cart tbody td{
  border-top:0 !important;
}
@media (max-width: 855px){
#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 7px 10px 8px;
    min-height: 15px;
    background-color: transparent;
    margin-left: 10px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #38383B;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;/*12px*/
}
#menu .dropdown-inner li a:hover {
	color: #000;
        text-decoration: underline;
        padding-left:30px;
        -webkit-transition: all ease-out 1s;
       -moz-transition: all ease-out 1s;
       -o-transition: all ease-out 1s;
       transition: all ease-out 1s;
}
#menu .see-all {
        color: #F97F2D;
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 11px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #F97F2D;
	background-image: linear-gradient(to bottom, #FF6600, #DF5D07);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px){
    #menu .btn-navbar {
        display: block;
        text-transform: uppercase;
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: none;
        margin-left:auto;
        margin-right:auto;
	background-color: #242428;
	background-repeat: repeat-x;
	border-color: #E5E5E5 #E5E5E5 #D1D1D1;
    }
    #menu .btn-navbar:focus{
        outline: 0;
    }
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #38383B;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
        #menu .dropdown-inner li a:hover {
            color: #fff;
            text-decoration: underline;
        }
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 500px;
}
.info-big-title{
   font-size:30px; font-family: Merienda; color: #F97F2D;
}
.info-prg-normal{
font-size: 14px;font-family: Lato;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #242428;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
	font-family: Lato;
	font-size: 13px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    background-color: #fff;
	margin: 0 0 5px 0;
	padding: 8px 0;
margin-top:50px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
    font-size: 11px;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3px 0 3px 3px;
        border-color: transparent transparent transparent #C0C0C0;
	display: block;
	position: absolute;
	top: 7px;
	right: -5px;
}
.breadcrumb > li:last-child:after {
	content: '';
	border: none;
}
.breadcrumb > li > a{
        color: #000;
}
.breadcrumb > li > a:hover{
        text-decoration: underline;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	background-repeat: repeat-x;
        border-color: 1px solid #CCCCCC;
}
.btn-default:hover{
        color: #777;
	background-repeat: repeat-x;
        background-color: #fff;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #FF6600;
	border-color: #ED9E37 #ED9E37 #ED9E37;
        border-radius: 2px;
        border-bottom: 3px solid #C85406;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #F97F2D;
        border-color: #ED9E37 #ED9E37 #ED9E37;
        border-radius: 2px;
        border-bottom: 3px solid #C85406;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.increment-buttons{
    display:block;
  text-align:center;
  vertical-align:middle;
  height: 35px;
  line-height: 34px;
  min-width: 32px;
  text-align: center;
  color:#F97F2D;
  background-color:#fff;
  border: none;
  font-size:2em;
}
.product-thumb{
    min-height: 0;
}
.increment-buttons:hover{
  background-color:#F0F0F0;
  cursor: pointer;
}
.increment-buttons:focus{
  outline:0;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.menu-width-wrapper{
    max-width:1330px;
    margin: 0 auto;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 0;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -o-transition: all 0.7s;
        transition: all 0.7s;
        
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 a{
        color: #3D464D;
}

.product-thumb .caption {
	padding: 0 6px;
	min-height: 62px;
}
.col-sm-9 .caption{
    padding: 0 16px;
    min-height: 62px;
}

.common-home .product-thumb .caption {
	min-height: 62px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (min-width: 992px) and (max-width: 1200px){
    #search{
        margin-top:14px;
    }
    #cart{
        margin-top:8px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    #search{
        margin-top:6px;
    }
    #cart{
        margin-top:0;
    }
}
@media (max-width: 767px){
    #search,#cart{
        margin-top:0;
    }
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
.product-thumb .caption {
	text-align:center;
}
}
@media (max-width: 767px) {
#search,#cart{
    margin-top:0;
}
.increment-buttons{
    width:50%;
}
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
        color: #303030;
    font-size: 14px;
    font-weight: bold
}
.product-thumb .price-new {
	font-weight: 600;
font-family: Lato;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
font-family: Lato;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
.thumbnail{
        border: none;
        margin-bottom: 0;
}
.thumbnails {
	overflow: visible;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional{
    float:left;
    margin-left: 10px;
}

select.form-control:focus{
    border-color: #F0CA64;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

@media (min-width: 1200px){
.common-home .row .col-lg-2 {
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
}

/* Slider CSS goes here */
.slider{
    width:100%;
    overflow:auto;
}
            
/* Slider style settings */
            
.jssorb05 {
    position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    z-index:10000;
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url('../img/b05.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

/* jssor slider arrow navigator skin 22 css */
/*
.jssora22l                  (normal)
.jssora22r                  (normal)
.jssora22l:hover            (normal mouseover)
.jssora22r:hover            (normal mouseover)
.jssora22l.jssora22ldn      (mousedown)
.jssora22r.jssora22rdn      (mousedown)
*/
.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url('../img/a22.png') center center no-repeat;
    overflow: hidden;
}
.jssora22l { background-position: -10px -31px; }
.jssora22r { background-position: -70px -31px; }
.jssora22l:hover { background-position: -130px -31px; }
.jssora22r:hover { background-position: -190px -31px; }
.jssora22l.jssora22ldn { background-position: -250px -31px; }
.jssora22r.jssora22rdn { background-position: -310px -31px; }

.arrow-left{top:123px;left:12px;width:40px;height:58px;}
.arrow-right{top:123px;right:12px;width:40px;height:58px;}

@media (min-width: 1201px){
.embedded-youtube{
    width:700px;
    height:450px;
}
}
@media (min-width: 992px) and (max-width: 1200px){
.embedded-youtube{
    width:650px;
    height:350px;
}
}
@media (min-width: 768px) and (max-width: 991px){
.embedded-youtube{
    width:600px;
    height:300px;
}
}
@media (min-width: 300px) and (max-width: 767px){
.embedded-youtube{
    width:400px;
    min-width:100%;
    height:200px;
}
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #242428;
    border-color: #ddd;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    color: inherit;
    font-family: 'Lato', sans-serif;
}

/* Cutlery */

.cutlery {
    overflow: hidden;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 10px;
}
.common-home .cutlery{
    padding-bottom: 0 !important;
}
.custom{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.text-wrapper-ct{
    background-color:#fff;
    line-height: 0.8;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    z-index: 2;
}
.text-wrapper-ct:before, .text-wrapper-ct:after{
    border-top: 1px solid #F58220;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 31px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 94%;
    z-index: 1;
}
.cutlery h3{
    position:relative;
    z-index: 10;
    background-color: #fff;
    display: inline-block;
    padding: 0 20px;
    font-size: 21px;
    text-transform: uppercase;
    color: #F97F2D;
    text-align: center;
}
@media screen and (max-width: 600px){
    .cutlery h3{
        padding:0 10px;
    }
}

/* Radial hover effects */
#hvr-radial-out-first, #hvr-radial-out-second, #hvr-radial-out-third, #hvr-radial-out-fourth, #hvr-radial-out-fifth, #hvr-radial-out-sixth{
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border-radius:100%;
}
#hvr-radial-out-first:before, #hvr-radial-out-second:before, #hvr-radial-out-third:before, #hvr-radial-out-fourth:before, #hvr-radial-out-fifth:before, #hvr-radial-out-sixth:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#hvr-radial-out-first:before{
  background: #FFA400;
}
#hvr-radial-out-second:before{
  background: #355089;
}
#hvr-radial-out-third:before{
  background: #00B9E5;
}
#hvr-radial-out-fourth:before{
  background: #DF3E82;
}
#hvr-radial-out-fifth:before{
  background: #679E37;
}
#hvr-radial-out-sixth:before{
  background: #E62117;
}

#hvr-radial-out-first:hover, #hvr-radial-out-first:focus, #hvr-radial-out-first:active, #hvr-radial-out-second:hover, #hvr-radial-out-second:focus, #hvr-radial-out-second:active, #hvr-radial-out-third:hover, #hvr-radial-out-third:focus, #hvr-radial-out-third:active, #hvr-radial-out-fourth:hover, #hvr-radial-out-fourth:focus, #hvr-radial-out-fourth:active, #hvr-radial-out-fifth:hover, #hvr-radial-out-fifth:focus, #hvr-radial-out-fifth:active, #hvr-radial-out-sixth:hover, #hvr-radial-out-sixth:focus, #hvr-radial-out-sixth:active {
  color: black;
}
#hvr-radial-out-first:hover i, #hvr-radial-out-first:focus i, #hvr-radial-out-first:active i, #hvr-radial-out-second:hover i, #hvr-radial-out-second:focus i, #hvr-radial-out-second:active i, #hvr-radial-out-third:hover i, #hvr-radial-out-third:focus i, #hvr-radial-out-third:active i, #hvr-radial-out-fourth:hover i, #hvr-radial-out-fourth:focus i, #hvr-radial-out-fourth:active i, #hvr-radial-out-fifth:hover i, #hvr-radial-out-fifth:focus i, #hvr-radial-out-fifth:active i, #hvr-radial-out-sixth:hover i, #hvr-radial-out-sixth:focus i, #hvr-radial-out-sixth:active i{
  color:#fff !important;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
} 
#hvr-radial-out-first:hover:before, #hvr-radial-out-first:focus:before, #hvr-radial-out-first:active:before, #hvr-radial-out-second:hover:before, #hvr-radial-out-second:focus:before, #hvr-radial-out-second:active:before, #hvr-radial-out-third:hover:before, #hvr-radial-out-third:focus:before, #hvr-radial-out-third:active:before, #hvr-radial-out-fourth:hover:before, #hvr-radial-out-fourth:focus:before, #hvr-radial-out-fourth:active:before, #hvr-radial-out-fifth:hover:before, #hvr-radial-out-fifth:focus:before, #hvr-radial-out-fifth:active:before, #hvr-radial-out-sixth:hover:before, #hvr-radial-out-sixth:focus:before, #hvr-radial-out-sixth:active:before    {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.footer-media{
   margin-left:2px;margin-right:2px;display:inline-block;border:1px solid #E2E2E2; border-radius:100%; width:30px; height:30px; line-height:33px; text-align:center;
}
.footer-media:hover{
   background-color:#E2E2E2;
   -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.footer-media i{
   font-size:18px; color: #E2E2E2;
}
.footer-media:hover i{
   color: #303030;
}

#input-payment-address-1{
   min-height:80px; max-width:100%;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}
.size-table td{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
.size-table tr{
    border-bottom: 1px solid #f4f4f4;
}
.size-table tr:last-child{
    border: 0;
}
.size-table th{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}
.size-link:hover, .size-link:focus{
    text-decoration: underline;
}
.modal-dialog{
    width: 1000px !important;
    max-width: 100%;
}
.modal-body{
    text-align:center;
}
#owl_new0 .caption{
    padding: 0 40px !important;
}
#owl_new2 .caption{
    padding: 0 36px !important;
}
#popup{display:none;
position:fixed; bottom:0; right:0; height:263; width:263px;z-index:1000000
}

/* Now we are styling the textfields from the checkout page */


.go-right {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.go-right input, .go-right textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 6px 12px;
  padding-right: 95px;
  outline: 0;
  border-radius: 4px;
}
.go-right input:valid, .go-right textarea:valid {
  background: white;
}
/*.go-right input:focus, .go-right textarea:focus {
  border-color: #f06d06;
}
.go-right input:focus + label, .go-right textarea:focus + label, .go-right input:valid + label, .go-right textarea:valid + label {
  background: #f06d06;
  color: white;
  font-size: 13px !important;
  padding: 1px 6px;
  z-index: 2;
  text-transform: uppercase;
}*/
.go-right input, .go-right textarea {
  border-color: #f06d06;
}
.go-right input + label, .go-right textarea + label, .go-right input + label, .go-right textarea + label {
  background: #f06d06;
  color: white;
  font-size: 13px !important;
  padding: 1px 6px;
  z-index: 2;
  text-transform: uppercase;
}
.go-right label {
  transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  position: absolute;
  color: #999;
  padding: 7px 6px;
  border-radius: 0 4px 4px 0;
}
.go-right textarea {
  display: block;
  resize: vertical;
}

.go-right label {
  top: 1px;
  right: 100%;
  width: 100%;
  margin-right: -100%;
  margin-bottom:0 !important;
  bottom: 1px;
  padding-left: 12px;
}
/*.go-right input:focus + label, .go-right textarea:focus + label, .go-right input:valid + label, .go-right textarea:valid + label {
  right: 0;
  margin-right: 0;
  width: 25%;
  padding-top: 5px;
  font-size:10px;
}*/
.go-right input + label, .go-right textarea + label, .go-right input + label, .go-right textarea + label {
  right: 0;
  margin-right: 0;
  width: 25%;
  padding-top: 5px;
  font-size:10px;
}

.address-align{
  padding-top: 27px !important;
}
@media (max-width: 485px){
.address-align{
  padding-top: 19px !important;
}
}

.coupon-header{
color:#fff; margin: 0 !important; margin-top:-5px; font-family: Lato; font-size:11px; border:1px dashed white; padding-left:5px; padding-right:0; border-radius:4px; float: left;
}

@media (max-width: 600px){
.coupon-header{
font-size:9px;
}
}

#cart > button > .fa{
display:none !important;
height:0 !important;
width:0 !important;
}

#cart-total{
position: absolute;
    top: 3px;
    right: 3px;
    font-size: 11px;
    border-radius: 100%;
    border: 2px solid #F7931E;
    color: white;
    height: 20px;
    line-height: 16px;
    width: 20px;
    font-family: Merienda;
    background-color: black;
}
/* --> another good solution
    position: absolute;
    top: 2px;
    right: 9px;
    font-size: 10px;
    color: white;
    width: 10px;
    font-family:Merienda;

#cart-total{
    position: absolute;
    top: 3px;
    right: 9px;
    font-size: 9px;
    color: white;
    width: 10px;
    font-weight: bold;
}
*/
.btn:active {
    box-shadow: none;
}

.leftpadding{
    padding:0;
    padding-right: 5px;
}
.rightpadding{
    padding:0;
    padding-left: 5px;
}
#payment-custom-field1{
    margin-bottom:5px !important;
}
@media (max-width: 767px)
{
.leftpadding, .rightpadding{
    padding:0;
}
}

.free-ship{
     margin-top:18px; border-right: 1px solid #ccc; color:#242428;
}
.icon-truck{
     display:inline; font-size:35px;
}
.free-prgph{
         font-size: 14px;
    margin: 0 0 0 !important;
    font-family: Lato;
}
.prgph-container{
     margin-top:-2px;
}

@media (min-width:992px) and (max-width: 1199px)
{
  .free-ship{
       margin-top:10px; border-right: 1px solid #ccc;padding:0; padding-left:1%;
  }
  .icon-truck{
       display:inline; font-size:35px;
  }
  .free-prgph{
     font-size:14px;  margin:0 0 0 !important;
  }
  .prgph-container{
       margin-top:-2px;
       padding:0;
  }
  .truck-container{
       padding:0;
  }
}

@media (min-width:768px) and (max-width: 991px)  {
  .free-ship{
       margin-top:2px; border-right: 1px solid #ccc;padding:0; padding-left:1%;
  }
  .icon-truck{
       display:inline; font-size: 34px;
  }
  .free-prgph{
         font-size: 11px;
    margin: 0 0 0 !important;
    padding-left: 10%;
  }
  .prgph-container{
       margin-top:-2px;
       padding:0;
  }
  .truck-container{
       padding:0;
  }
}
@media (max-width: 767px){
   .free-ship{
       display:none;
   }
.bag-image{
   margin:0 auto; box-shadow: none; display: block; margin-top: 20px; border:0; height:60px; width:60px; position:relative; background: url(https://onlineledshoes.com/image/ntd4.png) 0 0 no-repeat;
}
}

@media (min-width:768px) and (max-width: 991px)  {
.bag-image{
   margin:0 auto; box-shadow: none; display: block; margin-top: 1px; border:0; height:55px; width:60px; position:relative; background: url(https://onlineledshoes.com/image/ntd4.png) 0 0 no-repeat;
}
}

@media (min-width: 992px){
.bag-image{
   margin:0 auto; box-shadow: none; display: block; margin-top:1px; border:0; height:61px; width:60px; position:relative; 
background: url(https://onlineledshoes.com/image/ntd4.png) 0 0 no-repeat;
}
}

.select-payment ul.resp-tabs-list li.resp-tab-active .content-bg.right-arrow{
   background-color:orange !important;
}

.ocx-fb-login-trigger, .ocx-fb-login-trigger:visited, .ocx-fb-login-trigger:active, .ocx-fb-login-trigger:focus{
    color: white;
    background: #4164A9;
    background: -webkit-linear-gradient(#4164A9 0%, #2f4b8a 100%);
    background: -o-linear-gradient(#4164A9 0%, #2f4b8a 100%);
    background: linear-gradient(#4164A9 0%, #2f4b8a 100%);
}
.ocx-fb-login-trigger:hover{
    color: white;
    background: #4164A9;
    background: -webkit-linear-gradient(#2f4b8a 0%, #4164A9 100%);
    background: -o-linear-gradient(#2f4b8a 0%, #4164A9 100%);
    background: linear-gradient(#2f4b8a 0%, #4164A9 100%);
}
.increased{
    margin-top: -5px !important;
    margin-left: -27px !important;
    width: 25px;
    height: 2em;
}
.checkout-checkout .checkbox label, .checkout-checkout .radio label{
    font-size:16px; padding-left: 26px;
}
.checkout-checkout #button-account{
    margin-top:10px;padding: 12px 42px !important;
}
/*styles for mobile table responsiveness*/
/* 
Generic Styling, for Desktops/Laptops 
*/
.mobile-table table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
.mobile-table th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
.mobile-table td, .mobile-table th { 
  padding: 6px; 
  text-align: left; 
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	/* Force table to not be like tables anymore */
	.mobile-table table, .mobile-table thead, .mobile-table tbody, .mobile-table th, .mobile-table td, .mobile-table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
        .mobile-table thead{
                display:none;
        }
	.mobile-table thead tr { 
		position: absolute; 
		top: -9999px;
		left: -9999px;
	}
	
	.mobile-table tr { border 1px solid #ccc; }
	
	.mobile-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.mobile-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.mobile-table td:nth-of-type(1):before { content: "Image"; font-weight: bold;}
	.mobile-table td:nth-of-type(2):before { content: "Product Name"; font-weight: bold;}
	.mobile-table td:nth-of-type(3):before { content: "Unit Price"; font-weight: bold; font-size:12px;}
	.mobile-table td:nth-of-type(4):before { content: "Quantity"; font-weight: bold;}
	.mobile-table td:nth-of-type(5):before { content: "Total"; font-weight: bold; font-size:12px;}
	.mobile-table td:nth-of-type(6):before { content: "Total"; font-weight: bold;}
	.mobile-table td:nth-of-type(7):before { content: "Date of Birth"; }
	.mobile-table td:nth-of-type(8):before { content: "Dream Vacation City"; }
	.mobile-table td:nth-of-type(9):before { content: "GPA"; }
	.mobile-table td:nth-of-type(10):before { content: "Arbitrary Data"; }
}

.mobile-table2 table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
.mobile-table2 th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
.mobile-table2 td, .mobile-table2 th { 
  padding: 6px; 
  text-align: left; 
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.mobile-table2 table, .mobile-table2 thead, .mobile-table2 tbody, .mobile-table2 th, .mobile-table2 td, .mobile-table2 tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
        .mobile-table2 thead{
                display:none;
        }
	.mobile-table2 thead tr { 
		position: absolute; 
		top: -9999px;
		left: -9999px;
	}
	
	.mobile-table2 tr { border 1px solid #ccc; }
	
	.mobile-table2 td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.mobile-table2 td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.mobile-table2 td:nth-of-type(1):before { content: "Product Name"; font-weight: bold; font-size:12px; font-family:Open Sans; }
	.mobile-table2 td:nth-of-type(2):before { content: "Quantity"; font-weight: bold;}
	.mobile-table2 td:nth-of-type(3):before { content: "Unit Price"; font-weight: bold;}
	.mobile-table2 td:nth-of-type(4):before { content: "Subtotal"; font-weight: bold;}
	.mobile-table2 td:nth-of-type(5):before { content: "Unit Price"; font-weight: bold;}
	.mobile-table2 td:nth-of-type(6):before { content: "Total"; font-weight: bold;}
	.mobile-table2 td:nth-of-type(7):before { content: "Date of Birth"; }
	.mobile-table2 td:nth-of-type(8):before { content: "Dream Vacation City"; }
	.mobile-table2 td:nth-of-type(9):before { content: "GPA"; }
	.mobile-table2 td:nth-of-type(10):before { content: "Arbitrary Data"; }
}

.checkout-checkout .btn-primary:not(#button-login){
  border: none !important;
  border: none !important;
  padding: 12px 24px;
  text-transform: uppercase;
}

.btn-beauty{
    border: none !important;
  border: none !important;
  padding: 12px 24px;
  text-transform: uppercase;
}
/*
@media (max-width: 560px) {
  #paymentFrame{ min-height:580px !important;}
}
@media (min-width: 561px) {
  #paymentFrame{ height:437px !important;}
}*/

@media (max-width: 767px) {
  #paymentFrame{ width:100%;}
}

#fountainG{
	position:relative;
	width:132px;
	height:16px;
	margin:auto;
}

.fountainG{
	position:absolute;
	top:0;
	background-color:rgb(254,90,41);
	width:16px;
	height:16px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:0.715s;
		-o-animation-duration:0.715s;
		-ms-animation-duration:0.715s;
		-webkit-animation-duration:0.715s;
		-moz-animation-duration:0.715s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:10px;
		-o-border-radius:10px;
		-ms-border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
}

#fountainG_1{
	left:0;
	animation-delay:0.286s;
		-o-animation-delay:0.286s;
		-ms-animation-delay:0.286s;
		-webkit-animation-delay:0.286s;
		-moz-animation-delay:0.286s;
}

#fountainG_2{
	left:16px;
	animation-delay:0.3525s;
		-o-animation-delay:0.3525s;
		-ms-animation-delay:0.3525s;
		-webkit-animation-delay:0.3525s;
		-moz-animation-delay:0.3525s;
}

#fountainG_3{
	left:33px;
	animation-delay:0.429s;
		-o-animation-delay:0.429s;
		-ms-animation-delay:0.429s;
		-webkit-animation-delay:0.429s;
		-moz-animation-delay:0.429s;
}

#fountainG_4{
	left:49px;
	animation-delay:0.4955s;
		-o-animation-delay:0.4955s;
		-ms-animation-delay:0.4955s;
		-webkit-animation-delay:0.4955s;
		-moz-animation-delay:0.4955s;
}

#fountainG_5{
	left:66px;
	animation-delay:0.572s;
		-o-animation-delay:0.572s;
		-ms-animation-delay:0.572s;
		-webkit-animation-delay:0.572s;
		-moz-animation-delay:0.572s;
}

#fountainG_6{
	left:82px;
	animation-delay:0.6385s;
		-o-animation-delay:0.6385s;
		-ms-animation-delay:0.6385s;
		-webkit-animation-delay:0.6385s;
		-moz-animation-delay:0.6385s;
}

#fountainG_7{
	left:99px;
	animation-delay:0.715s;
		-o-animation-delay:0.715s;
		-ms-animation-delay:0.715s;
		-webkit-animation-delay:0.715s;
		-moz-animation-delay:0.715s;
}

#fountainG_8{
	left:115px;
	animation-delay:0.7815s;
		-o-animation-delay:0.7815s;
		-ms-animation-delay:0.7815s;
		-webkit-animation-delay:0.7815s;
		-moz-animation-delay:0.7815s;
}



@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(254,90,41);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(254,90,41);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(254,90,41);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(254,90,41);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(254,90,41);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

.card-logos-responsive{ margin-top:5px; }
@media (min-width: 768px){
    .card-logos-responsive{ margin-top:29px;}
}

@media (max-width: 410px){
.go-right input:focus + label, .go-right textarea:focus + label, .go-right input:valid + label, .go-right textarea:valid + label {
      font-size: 10px !important;
}
}

.row-title-table{
    width:70%; text-align:right;
}

@media (max-width: 760px){
.row-title-table{
    width:49%; text-align:left;
}
}
@media (max-width: 600px){

.mobile-alignment{
  padding: 12px 45px !important;
}
}
@media (max-width: 767px){
.row-title-table{
text-align:left;
}
.footer-centered{ text-align:center;}
.watch-ad{
   display:none;
}
}

.size-table td{
width:25%;
}

.footer-logos{ width:100%; max-width:131px; }
@media (min-width:992px){
.footer-logos{ margin-top: 21px;}
}
@media (min-width:768px) and (max-width:991px){
.footer-aligned{ text-align:left;}
.footer-logos{ max-width:94px; }
}

.help-tip{
	position: absolute;
	left:0;
	text-align: center;
	background-color: #FEA401;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 26px;
	cursor: pointer;
}

.help-tip:before{
	content:'?';
	font-weight: bold;
	color:#fff;
}

.help-tip:hover p{
	display:block;
}

.help-tip p{	/* The tooltip */
	display: none;
	text-align: left;
	background-color: #1E2021;
	padding: 20px;
	width: 350px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	left: -4px;
	color: #FFF;
	font-size: 12px;
	line-height: 1.4;
z-index:99999999;
}

.help-tip p:before{ /* The pointer of the tooltip */
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#1E2021;
	left:10px;
	top:-12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}

.text-cartoon{
    font-family: Merienda;
    color: #fec040;
}

.smaller-mob{ font-size:18px;}
.main-btn{
    padding: 8px;
    line-height: 34px;
}
.main-btn a{
    padding-right: 5px;
    padding-left: 5px;
    /*border-right: 2px solid;*/
}

.main-btn a:nth-of-type(2) {
  border-right: none !important;
}
.main-btn a:hover{
    color:#DF5D07;
}

@media only screen and (max-width: 767px) {
  .main-btn {
    display: grid;
    padding: 0px;
    padding-left: 5px;
    line-height: 20px;
  }
  .main-btn a{
        padding-right: 5px;
        padding-left: 5px;
        border-right: 0px solid;
   }
}
