body,
html {
    height: 100%;
}

body {
    color: #706f6f;
    font-family: 'kanit', helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
}

.img-fluid,
img {
    max-width: 100%;
    height: auto;
}

body>.container {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'kanit', helvetica, sans-serif;
    color: #fff;
}

/* default font size */

.fa {
    font-size: 13px;
    vertical-align: baseline;
}

.fa.fa-close {
    color: #d7d7d7;
}

.fa.fa-close:hover {
    color: #fff;
}

/* Override the bootstrap defaults */

h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #111;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px;
    color: #fff;
    float: none;
    border-bottom: 1px solid #444;
    display: block;
    margin: 0 0 20px 0;
    font-weight: 500;
}

.panel-body {
    padding: 15px;
}

.text-right {
    text-align: right;
}

small,
.small {
    font-size: 14px;
}

label {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

div.required .control-label::before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.checkbox label,
.radio label {
    font-weight: 500;
}

select.form-control-in {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.form-control-in {
    color: #fff;
    border: 1px solid #444;
    margin: 0 0 5px;
    height: 42px;
    word-break: break-all;
    background: #111;
}

.form-control-in:focus {
    background: #111;
    color: #fff;
}

#account-affiliate .buttons .pull-right a {
    color: #fff;
}

.form-group {
    margin-bottom: 15px;
}

.form-control-in-in:hover,
.form-control-in-in:focus,
.form-control-in-in:active {
    border: 1px solid #444 !important;
}

.category-filter .hidden-xs {
    display: block !important;
}

.filter-sort-by .form-control-in-in,
.filter-show .filter-selection .form-control-in-in {
    background-color: #000;
    margin: 0;
    border: 1px solid #444 !important;
    box-shadow: none;
}

.col-md-9.text-right.filter-selection .select-wrapper {
    position: relative;
    margin: 0 0 0 5px;
}

button,
input,
select,
textarea {
    outline: none;
}

.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    font-family: 'IcoFont';
    content: '\eab2';
    font-size: 17px;
    position: absolute;
    right: 5px;
    top: 12px;
    pointer-events: none;
}

#checkout-cart .input-group .form-control-in {
    z-index: 1;
    position: static;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    line-height: 27px;
    border-radius: 0;
    margin: 0 7px 0 0;
    padding: 8px 12px;
}

#checkout-cart .input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 1;
    position: static;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.checkout-cart #accordion .panel #collapse-coupon .panel-body .input-group .input-group-btn input,
.checkout-cart #accordion .panel #collapse-voucher .panel-body .input-group .input-group-btn input {
    clip-path: none;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 30px;
}

select.form-control-in,
textarea.form-control-in,
input[type="text"].form-control-in,
input[type="password"].form-control-in,
input[type="datetime"].form-control-in,
input[type="datetime-local"].form-control-in,
input[type="date"].form-control-in,
input[type="month"].form-control-in,
input[type="time"].form-control-in,
input[type="week"].form-control-in,
input[type="number"].form-control-in,
input[type="email"].form-control-in,
input[type="url"].form-control-in,
input[type="search"].form-control-in,
input[type="tel"].form-control-in,
input[type="color"].form-control-in {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    outline: none;
    border-radius: 0;
    box-shadow: none !important;
    font-weight: 400;
}

textarea.form-control-in {
    height: auto;
}

.input-group .form-control-in {
    height: auto;
    padding: 7px 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 13px;
}

.input-group .input-group-addon {
    font-size: 14px;
    height: 30px;
}

body #page::after {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

body.menu_hover #page::after,
body.currency-open #page::after,
body.language-open #page::after,
body.cart-open #page::after,
body.user-open #page::after,
body.search-open #page::after,
body.menu_hover2 #page::after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
}

#checkout-cart.container>.row {
    clear: both;
}

/* Fix some bootstrap issues */

a,
a:focus,
a:active,
a:hover,
select,
input[type=radio],
input[type=checkbox] {
    outline: 0 none !important;
}

a:active,
a:hover,
a:focus {
    color: #111;
}

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

#wishlist-total span {
    display: inline-block !important;
}

.owl-carousel .owl-wrapper-outer {
    direction: ltr !important;
    list-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    margin-top: 0px;
    cursor: pointer;
}

.owl-carousel .owl-item {
    direction: ltr !important;
    list-style: none;
}

.table.table-bordered {
    border-color: #444;
    background: #262626;
}

.table.table-bordered tbody,
.table.table-bordered thead {
    border: none;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #444;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}

.account-wishlist .table-bordered>tbody>tr>td a {
    color: #fff;
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: none;
    background: #5e5e5e;
    color: #fff;
}

/* bootstrap Extra Start */

.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span {
    background: #EEEEEE;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.bootstrap-datetimepicker-widget .timepicker td a:hover,
.bootstrap-datetimepicker-widget .timepicker td a:focus {
    color: #FFFFFF;
}

.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover {
    background: #777;
}

.datepicker .datepicker-days .table-condensed .day.active,
.bootstrap-datetimepicker-widget td span.active,
.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover,
.bootstrap-datetimepicker-widget td span.active,
.datepicker-months .table-condensed .month.active,
.datepicker-years .table-condensed .year.active {
    background-color: #202020;
    color: #fff;
}

.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span,
.bootstrap-datetimepicker-widget .accordion-toggle a.btn {
    background: #EEEEEE;
}

.bootstrap-datetimepicker-widget .timepicker td a:hover,
.bootstrap-datetimepicker-widget .timepicker td a:focus {
    color: #FFFFFF;
}

.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover {
    background: #202020;
}

.datepicker-days .table-condensed .day.today::before {
    border-bottom: 7px solid #202020;
}

.datepicker-days .table-condensed .day.active.today::before {
    border-bottom: 7px solid #fff;
}

.glyphicon-chevron-up::before {
    content: "\eab9";
    font-family: "IcoFont";
    font-size: 20px;
}

.glyphicon-chevron-down::before {
    content: "\eab2";
    font-family: "IcoFont";
    font-size: 20px;
}

.glyphicon-time::before {
    content: "\eedc";
    font-family: "IcoFont";
    font-size: 16px;
}

.bootstrap-datetimepicker-widget td.day,
.bootstrap-datetimepicker-widget th {
    padding: 5px;
    font-size: 14px;
}

.collapse.in {
    display: block;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.alert-success {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    font-weight: 500;
}

.alert-success i {
    font-size: 18px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin: 0 5px 0 0;
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed;
}

.table> :not(:first-child) {
    border-top: none;
}

/* bootstrap Extra End */

/* Extra Page & Dummy Css Start */

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.header-content-title .parallex {
    background-color: #d7d8da;
    padding: 85px 0;
}

.common-home .header-content-title {
    display: none;
}

.affiliate-login h2,
.account-login h2,
.checkout-checkout h2,
.product-search h2 {
    color: #fff;
    margin: 15px 0;
    font: 500 20px/25px'kanit', helvetica, sans-serif;
}

.checkout-success #content p>a,
.account-success #content p>a {
    font-weight: 500;
    font-size: 18px;
    color: #facc33;
}

#information-contact #content .panel .panel-body .store-address .btn {
    padding: 10px 25px;
    font-size: 16px;
}

.account-order-info #page .header-content-title h2,
.account-address-edit #page .header-content-title h2 {
    color: #fff;
    font: 500 15px/26px'kanit', helvetica, sans-serif;
    text-align: center;
    margin: 0;
}

#account-order h3 {
    color: #111;
    font-size: 16px;
    font-weight: 600;
}

.form-horizontal .form-group {
    display: flex;
}

.form-horizontal .form-group .control-label {
    text-align: right;
    padding-top: 10px;
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus {
    text-decoration: none;
    color: #FFFFFF;
}

#top {
    background: #82052d none repeat scroll 0 0;
}

.header-top-left {
    width: auto;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.container.fixed .full-header .header-right {
    margin: 15px 0;
}

#currency .btn.dropdown-toggle,
#language .btn.dropdown-toggle {
    padding: 10px 0;
    margin-right: 15px;
}

#top #currency .currency-select,
#top #language .language-toggle a {
    padding: 3px 10px;
    color: #d7d7d7;
    font-size: 14px;
    text-align: left;
    height: auto;
}

#top #currency .currency-select:hover,
#top #language .language-toggle a:hover {
    background-color: #509ac8;
    color: #FFFFFF;
}

/* .header_user_info ul.dropdown-menu li > a > i {
	font-size: 18px;
	padding: 0 5px 0 0;
	line-height: 26px;
} */

.header-phone>span {
    color: #fff;
    font: 400 14px/24px'kanit', helvetica, sans-serif;
    position: relative;
    padding: 0 0 0 30px;
}

#top .btn-group.open .btn.btn-link.dropdown-toggle:hover,
#top .btn-group.open .btn.btn-link.dropdown-toggle:focus,
#top-links .list-inline>li.account-nav:hover>a,
#top-links .list-inline>li.account-nav>a:focus,
#top .btn-group.open .btn.btn-link.dropdown-toggle:hover::after,
#top-links .dropdown.open>a:hover::after,
#top .btn-group.open .btn.btn-link.dropdown-toggle:focus::after,
#top-links .dropdown.open>a:focus::after {
    color: #fff;
}

.header_user_info .dropdown-toggle>i {
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    color: #111;
}

.header_user_info .dropdown-toggle::after {
    display: none;
}

.header_user_info .dropdown-toggle:hover>i.user,
.header_user_info.open .dropdown-toggle>i.user {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    color: #ffbc22;
}

.header_user_info .dropdown-toggle>span.ttuserheading {
    font: 500 16px/26px 'Roboto', cursive, sans-serif;
    padding: 0 5px;
    display: none;
}

.header_user_info .dropdown-toggle>i.expand-more,
.header_user_info .dropdown-toggle>i.expand-less {
    font-size: 15px;
    line-height: 26px;
    display: none;
}

.header_user_info .dropdown-toggle>i.expand-less,
.header_user_info.open .dropdown-toggle>i.expand-more {
    display: none;
}

.ttlanguage .btn-group>ul,
.ttcurrency .btn-group>ul {
    clear: both;
    padding: 7px 0 0;
    list-style: none;
}

#form-currency .btn-group .dropdown-menu.currency-toggle li:hover button,
#form-language .btn-group .dropdown-menu.language-toggle li:hover button {
    color: #000;
    text-decoration: none;
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
}

#form-currency .btn-link,
#form-language .btn-link img {
    margin: 0 5px 0 0;
}

/* #form-currency .btn-link, #form-language .btn-link {
	color: #d7d7d7;
	display: block;
	font: 500 13px/22px'kanit', helvetica,  sans-serif;
	padding: 0;
	position: relative;
	text-align: left;
	text-decoration: none;
	letter-spacing: 1px;
}
#form-currency .btn-link:hover, #form-language .btn-link:hover {
	color: #111;
} */

/* #form-language .btn-group > .btn-link, #form-currency .btn-group > .btn-link {
	border-bottom: 1px solid #444;
	color: #111;
	font: 500 14px/35px'kanit', helvetica,  sans-serif;
	text-align: left;
}  */

/* #form-language .btn-group > .btn-link strong, #form-currency .btn-group > .btn-link strong{
	font-weight: 600;
} */

/* #form-language .btn-link span, #form-currency .btn-link span {
	color: #111;
	display: inline-block !important;
	font: 600 13px/18px'kanit', helvetica,  sans-serif;
	margin: 0;
} */

/* #form-currency .btn-link.dropdown-toggle, #form-language .btn-link.dropdown-toggle {
	padding: 0 10px;
} */

/* #form-currency .btn-group li button:hover, #form-currency .btn-group li button.selected, #form-language .btn-group li button:hover, #form-language .btn-group li button.selected {
	color: #111;
} */

.header-top-cms {
    z-index: 3;
    position: relative;
}

.headerservice-close .header .full-header {
    top: 0;
}

.checkout-cart #content {
    margin: 0 0 50px;
}

.account-register #content {
    margin: 0 0 20px;
}

.common-home #content {
    position: relative;
    padding: 0px;
}

.header-cart-toggle .table-striped>tbody>tr:nth-child(2n+1)>td,
.header-cart-toggle .table-striped>tbody>tr:nth-child(2n+1)>th {
    background: none;
    padding: 5px;
}

.header-cart-toggle .table.table-bordered tr:first-child td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px !important;
}

.checkout-cart .panel-collapse .input-group .form-control-in {
    border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    -webkit-border-radius: 25px 0 0 25px;
    -khtml-border-radius: 25px 0 0 25px;
}

#top_column #carousel.homeslider .tbloading-bg {
    background: #fff url("../img/ajax-loader.html") no-repeat scroll center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.banner-panel .owl-buttons {
    display: none;
}

.banner-panel .owl-buttons>div {
    font-size: 0px;
}

.banner-panel .owl-prev:after,
.banner-panel .owl-next:after {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-family: 'Material Icons';
    font-size: 14px;
    line-height: 22px;
    width: 22px;
    height: 26px;
    padding: 2px;
    text-align: center;
}

.banner-panel .owl-prev:after {
    content: '\e5cb';
}

.banner-panel .owl-next:after {
    content: '\e5cc';
}

.products-list .thumb-items {
    margin-bottom: 10px;
}

.products-list .thumb-items:first-child {
    padding-left: 0px;
}

.products-list .thumb-items:last-child {
    padding-right: 0px;
}

.products-list .thumb-items .product-thumb {
    margin: 0px;
}

.tt-header-content .header-content-image>img {
    display: block;
    height: auto;
}

.header-content-image {
    position: absolute;
    right: 0;
    top: 0;
}

.tt-header-content.container {
    position: relative;
}

#content h2.category-name {
    margin-top: 0px;
}

#column-left .customNavigation,
#column-right .customNavigation {
    display: none;
}

.product-category .category-description .category-image {
    text-align: center;
}

.category-compare {
    margin: 10px 0;
    font-size: 13px;
    line-height: 18px;
}

.category-compare #compare-total {
    color: #d7d7d7;
}

.category-compare #compare-total:hover {
    color: #111;
}

.product-special p.category-compare,
#product-manufacturer .category-compare {
    margin: 0;
}

.category-treeview li.category-li:hover .list-tree::before {
    color: #111;
}

.rating span.fa-stack,
#review span.fa-stack {
    display: inline-block;
    width: 14px;
    height: 18px;
    vertical-align: middle;
}

.rating .fa-stack i,
#review i {
    color: #acacac;
    font-size: 16px;
    width: 14px;
}

.rating .fa-stack i.star_on,
#review i.star_on {
    color: #fbaf5d;
}

.container .row {
    clear: both;
}

.store-list .store-tags {
    padding: 5px 15px;
}

.store-list .store-tags>a {
    border: 1px solid #DDDDDD;
    display: inline-block;
    margin: 5px 10px 5px 0px;
    padding: 5px 10px;
}

.store-list .store-tags>a.active-store {
    font-weight: bold;
    position: relative;
}

.store-list .store-tags>a.active-store>i {
    bottom: -4px;
    color: #00bb00;
    font-size: 16px;
    left: -4px;
    position: absolute;
}

#product-category #content .category-name {
    font-size: 0px;
    text-transform: capitalize;
    margin: 0;
}

.additional-images .owl-wrapper-outer {
    overflow: hidden;
}

.product-thumb .thumb-description .caption .button-group button.btn-cart span.loading {
    display: none !important;
}

.cpt_product_description strong {
    font-size: 14px;
}

.product-quantity label {
    padding: 10px 0;
}

.product-quantity label,
.product-quantity #input-quantity {
    width: auto;
    text-align: center;
    margin: 0 5px 0 0;
}

.product-quantity #input-quantity {
    border: 1px solid #444;
    font-size: 14px;
    height: 44px;
    line-height: 27px;
    padding: 0 6px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    width: 60px;
}

.product-total-review i,
.product-write-review i {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.product-options .alert-info i.info-circle {
    font-size: 18px;
    line-height: 18px;
    vertical-align: top;
}

#quickview-content .btn-group {
    margin: 0 0 10px;
}

.product-options .radio,
.product-options .checkbox {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.btn.btn-default.product-btn-wishlist:hover {
    color: #fff;
}

.btn.btn-default.product-btn-compare:hover {
    color: #fff;
}

#button-upload222:active:focus {
    color: #111;
    background-color: #facc33;
    border-color: #facc33;
}

#tab-review label.control-label {
    font: 600 14px/20px'kanit', helvetica, sans-serif;
    color: #d7d7d7;
    margin-bottom: 10px;
}

.checkout-cart #accordion .panel-heading {
    padding: 0px;
    border-color: #f1e8db;
}

.checkout-cart #accordion .panel-heading a {
    padding: 12px 15px;
    font-family: 'kanit', helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background-color: #262626;
    color: #d7d7d7;
}

.checkout-cart #accordion .panel-heading:hover a {
    color: #fff;
}

.checkout-cart #accordion label.control-label {
    padding: 0px;
    text-align: left;
    color: #d7d7d7;
    width: 100%;
    font-size: 16px;
}

.checkout-cart #accordion .form-group {
    margin: 15px 0;
    display: block;
}

.checkout-cart #accordion .form-group>div {
    padding: 0px;
    margin: 5px 0;
    width: 100%;
}

.checkout-checkout #accordion .panel-default .panel-heading {
    border-color: #333;
    padding: 12px 15px;
}

#account-order .order-history .btn-primary {
    padding: 11px 15px;
}

#accordion .panel-heading h4.panel-title a:hover {
    color: #fff;
}

.checkout-checkout #collapse-checkout-confirm .panel-body .table-responsive table tbody tr td a {
    color: #fff;
}

.panel-body {
    background: #262626;
}

#product-compare .table-bordered>tbody>tr>td:first-child {
    font-weight: 500;
    color: #fff;
}

#checkout-cart .btn.btn-primary.main {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    padding: 12px 15px;
    margin: 0 5px 0 0;
}

.cart-form .cart_input_block .input-group-btn .btn-primary {
    padding: 13px 14px;
    line-height: 19px;
}

.cart-form .cart_input_block .input-group-btn .btn-danger {
    padding: 11px 13px;
}

.cart-form .input-group-btn button i {
    font-size: 18px;
    vertical-align: top;
    line-height: 20px;
}

#checkout-cart .text-left a {
    font-family: 'kanit', helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

#product-compare #content tr .price {
    color: #facc33;
    font: 500 16px/22px 'Roboto', Helvetica, sans-serif;
}

#product-compare #content tr .price strike {
    color: #d7d7d7;
    font: 400 14px/22px 'Roboto', Helvetica, sans-serif;
    text-decoration: line-through;
}

#product-compare #content .table.table-bordered strong {
    font: 500 14px/22px 'Roboto', Helvetica, sans-serif;
    color: #fff;
}

#product-compare #content .table.table-bordered strong:hover {
    color: #000;
}

.sub-total-table .table-bordered tbody tr td:first-child strong {
    font-weight: 400;
}

#account-wishlist #content tr .price {
    color: #fff;
    font: 500 16px/22px 'Roboto', Helvetica, sans-serif;
}

#account-wishlist #content tr .price s {
    color: #d7d7d7;
    font: 500 14px/18px'kanit', helvetica, sans-serif;
    text-decoration: line-through;
}

#account-wishlist #content tr .price b {
    color: #facc33;
    font: 500 18px/20px'kanit', helvetica, sans-serif;
}

#account-wishlist .table-bordered>tbody>tr>td .btn.btn-primary {
    padding: 11px 13px;
}

#information-contact i.material-icons.location-on {
    font-size: 18px;
    vertical-align: middle;
    line-height: 20px;
}

#accordion .panel-heading h4.panel-title a {
    display: block;
    color: #d7d7d7;
}

#checkout-checkout .panel-body .form-group a {
    color: #d7d7d7;
}

#checkout-checkout .panel-body .form-group a:hover,
#checkout-checkout .panel-body .form-group a:active,
#checkout-checkout .panel-body .form-group a:focus,
.pull-right .agree {
    color: #fff;
}

#accordion .panel-heading h4.panel-title a i.expand-more {
    font-size: 18px;
    float: right;
}

.product-search #content .search-criteria {
    border: 1px solid #444;
    padding: 10px;
    background: #262626;
}

.search-criteria .checkbox-inline {
    padding: 12px 0;
}

.product-compare #content .table .btn {
    display: inline-block;
    width: auto;
    margin: 0 0 5px;
    padding: 7px 20px;
    line-height: 24px;
    color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    font-size: 18px;
}

.product-compare #content .table .btn.btn-wishlist {
    /* color: #111; */
    background: #000;
}

#content {
    min-height: 600px;
}

.btn.btn-primary.btn-block {
    background: #000;
}

.product-compare #content .table .btn.btn-primary.btn-block:hover,
.product-compare #content .table .btn.btn-primary.btn-wishlist:hover {
    background: #facc33;
    color: #111;
}

.product-compare #content .table .btn.btn-primary.btn-block:active,
.product-compare #content .table .btn.btn-primary.btn-block:focus {
    background: #facc33;
    color: #111;
}

.product-compare #content .table .btn.btn-primary.btn-wishlist:active,
.product-compare #content .table .btn.btn-primary.btn-wishlist:focus {
    background: #facc33;
    color: #111;
}

.product-compare #content .table .btn.btn-primary::before {
    display: none;
}

.product-compare #content .table .btn i {
    font-size: 18px;
    line-height: 24px;
    vertical-align: top;
}

.information-sitemap .col-sm-6>ul {
    padding-left: 15px;
}

.information-sitemap #content ul ul {
    padding-left: 30px;
    margin: 5px 0 10px;
}

.information-sitemap ul li a {
    line-height: 22px;
    color: #d7d7d7;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}

.information-sitemap ul li a:hover {
    color: #111;
}

body.product-compare .table-product-image {
    padding: 3%;
}

body.product-compare .table-product-image .img-thumbnail {
    border: 2px solid #fff;
    border-radius: 0;
    padding: 0;
    border-right: 0;
}

.information-contact .contact-location .location-title {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.information-contact .contact-location .location-detail {
    margin: 0 0 20px 0;
}

.information-contact .contact-location .store-address a i {
    font-size: 18px;
    line-height: 20px;
}

.information-contact #content>h3 {
    clear: both;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

#account-return #content .buttons.clearfix .pull-right .btn.btn-primary {
    transition: all 400ms;
}

#account-return #content .buttons.clearfix .pull-right .btn.btn-primary:hover,
#account-return #content .buttons.clearfix .pull-right .btn.btn-primary:active,
#account-return #content .buttons.clearfix .pull-right .btn.btn-primary:focus {
    background: #facc33;
}

.information-contact .contact-location .location-title i {
    background: #facc33;
    border: 2px solid #facc33;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    color: #111;
    font-size: 18px;
    height: 35px;
    margin: 10px 5px 10px 0;
    padding: 7px;
    text-align: center;
    width: 35px;
    display: inline-block;
}

.table-bordered tr:last-child>td.text-right.total-amount {
    color: #111;
    font: 600 15px/24px'kanit', helvetica, sans-serif;
}

.table-bordered tr td.text-right.total-amount {
    color: #facc33;
    font: 600 18px/24px'kanit', helvetica, sans-serif;
    text-align: right;
}

.buttons.clearfix {
    margin: 15px 0 0;
}

.table>thead>tr>td.text-right,
.table>thead>tr>td.text-left {
    font-weight: 500;
}

.table-bordered .text-right .btn i {
    font-size: 18px;
    line-height: 20px;
    vertical-align: top;
}

.table-bordered .text-right .btn i.material-icons.shopping-cart {
    line-height: 24px;
}

.fa-mail-reply::before,
.fa-reply::before {
    content: "";
}

.checkout-cart h2 {
    font-family: 'kanit', helvetica, sans-serif;
    font-size: 18px;
    margin: 15px 0;
    font-weight: 500;
    color: #fff;
}

.checkout-cart tr:last-child>td.text-right.heading-title {
    font: 700 18px/22px'kanit', helvetica, sans-serif;
    color: #555454;
}

.panel-group .panel {
    margin-bottom: 0;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

#content .sub-total-table .table-bordered tbody tr:last-child td,
#content .sub-total-table .table-bordered tbody tr:last-child td strong {
    color: #facc33;
    font: 600 18px/24px'kanit', helvetica, sans-serif;
    text-transform: uppercase;
}

.cart-form .table-bordered>tbody>tr>td .img-thumbnail {
    /* border: none; */
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
}

.checkout-cart .cart-form .table-bordered>tbody>tr>td .img-thumbnail {
    border: 1px solid #fff;
    border-right: 0;
}

.cart-form .table-bordered>thead>tr>th,
.cart-form .table-bordered>tbody>tr>th,
.cart-form .table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.cart-form .table-bordered>tbody>tr>td,
.cart-form .table-bordered>tfoot>tr>td {
    background: #fff;
    border: 1px solid #444;
    color: #fff;
    font-family: 'kanit', helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    vertical-align: middle;
    background: #262626;
}

.checkout-cart #content .table-responsive .table-bordered thead tr td {
    font-family: 'kanit', helvetica, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.cart-form .table-bordered tbody td.text-right.total-price {
    color: #facc33;
    font: 700 18px/24px'kanit', helvetica, sans-serif;
}

.checkout-checkout h4 {
    font-family: 'kanit', helvetica, sans-serif;
    font-weight: 500;
    color: #d7d7d7;
    font-size: 16px;
}

.affiliate-login>h2,
.account-login>h2,
.checkout-checkout>h2,
.product-search>h2 {
    color: #333333;
    font: 500 23px/25px'kanit', helvetica, sans-serif;
}

.main-about-history .title_block .ttblock-heading {
    color: #202020;
    margin: 0 0 25px;
}

.history-image {
    padding: 0;
}

.main-about-history .box-heading::before {
    left: 0;
    right: auto;
}

.main-about-history .box-heading::after {
    right: 0;
    left: auto;
}

.pull-right.block-right.history-block {
    padding: 0;
}

.about-us {
    font-family: 'kanit', helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
}

.service-name>h4,
.team-caption>h4 {
    color: #d7d7d7;
    font-family: 'kanit', helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.module.about-our-service .item:hover .icon {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
}

.social-member .social-icon a:hover {
    background-color: #000;
}

.team-image,
.team-caption {
    margin: 0 auto;
    text-align: center;
}

.banner-product-1 {
    list-style: outside none none;
}

.block-button.social-icons {
    padding-top: 7px;
}

.block-button.social-icons>a>span>i {
    font-size: 18px;
    padding: 0 4px;
}

.services-group {
    margin-bottom: 12px;
}

.team-group {
    margin-bottom: 45px;
}

.social-member {
    list-style: outside none none;
}

.social-member .social-icon {
    display: inline-block;
    margin: 0 3px;
}

.social-member .social-icon a span {
    display: none;
}

.social-member .social-icon a {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #ff3000;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.social-member .social-icon.rss a {
    background-color: #f8bc2e;
}

.social-member .social-icon.facebook a {
    background-color: #39599f;
}

.social-member .social-icon.twitter a {
    background-color: #45b0e3;
}

.social-member .social-icon.google a {
    background-color: #1872bf;
}

.job-member::before,
.job-member::after {
    content: "---";
    margin: 0 5px;
}

.main-history-data {
    margin-bottom: 40px;
}

.module.about-our-service .item .icon {
    display: block;
    margin: 0 0 10px
}

.main-about-service.col-lg-15 {
    width: 20%;
}

.module.about-our-service .item h3.title {
    color: #000;
    font-size: 13px;
    margin: 0 0 3px;
    font-family: 'kanit', helvetica, sans-serif;
}

.module.about-our-service .item:hover h3.title {
    color: #202020;
}

.module.about-our-service .item .content {
    color: #d7d7d7;
    font-size: 13px;
    line-height: 16px;
    font-family: "Roboto", Helvetica, sans-serif;
}

.main-about-service .item {
    text-align: center;
}

.module.about-our-service {
    margin-bottom: 40px;
}

.team-image>img {
    height: 80px;
}

.module.about-our-service .item .icon {
    display: block;
    margin: 0 0 20px;
}

.module.about-our-service .item .icon>i {
    font-size: 24px;
}

.team-image {
    width: 90px;
    border: 5px solid #eee;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}

.main-about-history .title_block {
    text-align: center;
}

.main-about-history .title_block .ttblock-heading {
    color: #333;
    display: inline-block;
    font: 700 18px/26px'kanit', helvetica, sans-serif;
    letter-spacing: 1px;
    margin: 0 0 40px;
    text-align: center;
}

.terms-condition h3 {
    font: 500 18px/22px'kanit', helvetica, sans-serif;
    color: #000;
}

.product-manufacturer #product-manufacturer #content .a-link-group a,
.product-manufacturer #product-manufacturer #content .a-link-list .a-link-content a {
    color: #fff;
}

.a-link-group {
    margin-bottom: 10px;
}

.a-link-group a {
    font-weight: bold;
}

.a-link-list {
    border: none;
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #444;
    background: #262626;
}

.a-link-heading {
    background: #000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 10px;
}

.a-link-heading p,
.a-link-heading h2 {
    margin: 0px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
}

#account-account .a-link-list .a-link-content li a {
    color: #d7d7d7;
    font-weight: 500;
    line-height: 27px;
    font-size: 18px;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}

#account-account .a-link-list .a-link-content li a:hover {
    color: #fff;
}

.a-link-content {
    padding: 8px;
    font-size: 13px;
    line-height: 22px;
}

.modal-content {
    border: 13px solid #0000008a;
    border-radius: 10px;
}

.modal-header {
    background: #121212;
    border-bottom: 1px solid #444;
    border-radius: 0;
}

.modal-body {
    background: #ffffffb0;
    border-radius: 0;
}

.modal-dialog .modal-header .close {
    font-size: 24px;
    margin-top: 0;
    opacity: 1;
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    right: 15px;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: #fff;
}

.modal-dialog .modal-header .close:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-title {
    font-weight: 500;
    color: #111;
}

.cart-form .input-group .form-control-in {
    width: auto;
    min-width: 50px;
    text-align: center;
}

.cart-form .input-group-btn {
    display: table;
}

body.checkout-success #content {
    background: url("TemplateBunch/images/checkout-success.html") no-repeat scroll center bottom / contain;
}

body.account-download #content {
    background: url("TemplateBunch/images/checkout-success.html") no-repeat scroll center bottom / contain;
}

body.account-success #content {
    background: url("TemplateBunch/images/account-success.html") no-repeat scroll center bottom / contain;
}

body.product-compare #content.no-compare-products {
    background: url("TemplateBunch/images/no-success.html") no-repeat scroll center bottom / contain;
}

#content.request-ntt-found {
    background: url("TemplateBunch/images/no-success.html") no-repeat scroll center bottom / contain;
}

#content.no-manufacture-products {
    background: url("TemplateBunch/images/no-success.html") no-repeat scroll center bottom / contain;
}

#content.no-wishlist-products {
    background: url("TemplateBunch/images/no-success.html") no-repeat scroll center bottom / contain;
}

.contact-detail:hover .data.address i,
.contact-detail:active .data.address i,
.contact-detail:focus .data.address i,
.fax:hover .data.fax i,
.fax:active .data.fax i,
.fax:focus .data.fax i,
.fax:hover .data.fax span a,
.fax:active .data.fax span a,
.fax:focus .data.fax span a {
    color: #aaa !important;
    cursor: auto;
}

.alert .check-circle,
.alert .error-outline,
.alert i.material-icons.info-circle {
    font-size: 18px;
    vertical-align: middle;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
}

.alert {
    clear: both;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 15px;
}

.alert-danger {
    padding: 10px 15px;
}

.alert-danger i {
    font-size: 18px;
}

.alert .close {
    color: #111;
    right: 0;
    top: 0;
    border: none;
    background: none;
    left: auto;
    position: absolute;
    font-size: 26px;
    bottom: 0;
    z-index: 1;
    margin: auto;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    padding: 0;
    margin: auto;
    height: 25px;
    width: 25px;
    line-height: 25px;
}

.alert .close:hover {
    transform: rotate(180deg);
}

.product-options .alert-info {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 10px 15px;
    position: static;
}

.product-options .alert-info i {
    font-size: 18px;
    line-height: 20px;
}

.page-title-wrapper .breadcrumb>li+li::before {
    color: #fff;
    content: "\eab8";
    font-family: "icofont";
    font-size: 14px;
    position: absolute;
    right: auto;
    left: -22px;
    display: inline-block;
}

.main-breadcrumb {
    background: none;
    color: #d7d7d7;
    display: inline-block;
    font: 400 15px/18px'kanit', helvetica, sans-serif;
    min-width: 60%;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

.page-title-wrapper .breadcrumb-wrapper h2 {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
}

#add-comment .alert.alert-info a {
    color: #111;
    font-weight: 500;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

#add-comment .alert.alert-info a:hover {
    color: #444;
}

.btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 6px 20px;
    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-block {
    width: auto;
}

#checkout-cart .btn.btn-primary.main::before {
    border-radius: 0;
}

.btn-warning {
    color: #111;
    background-color: #faa732;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
}

.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);
    -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    color: #ffffff;
    background-color: #da4f49;
    padding: 10px 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    clip-path: polygon(10% 0, 100% 0px, 90% 100%, 0 100%);
}

.btn-success {
    color: #ffffff;
    background-color: #5bb75b;
}

.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);
    -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.table-bordered .btn i.visibility {
    font-size: 16px;
    line-height: 18px;
    vertical-align: top;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #d7d7d7;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    background-color: #363636;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #202020 222;
}

#account-wishlist .table-bordered>thead>tr:first-child>td {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.well {
    background: #262626;
    border: 1px solid #444;
    margin: 0;
    line-height: 23px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 20px;
}

#account-login .well h2 {
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0;
    font-size: 18px;
    position: relative;
    font-weight: 500;
    line-height: 30px;
    font-family: Roboto;
}

#account-login .well form .form-group a {
    color: #fff;
}

#account-login .new-customer .bottom-form {
    background: #f5f5f5;
    height: 60px;
    border: 1px solid #444;
    border-top: 0;
}

#account-login .new-customer .bottom-form a {
    margin-top: 7px;
    margin-right: 10px;
}

#account-login .customer-login .bottom-form {
    background: #f5f5f5;
    height: 60px;
    border: 1px solid #444;
    border-top: 0;
}

#account-login .customer-login .bottom-form a {
    padding-left: 16px;
    line-height: 60px;
    color: #d7d7d7;
}

#account-login .customer-login .bottom-form a:hover {
    color: #111;
}

#account-login .customer-login .bottom-form input {
    margin-top: 10px;
    margin-right: 10px;
}

#account-login .customer-login .form-group {
    margin: 0;
}

#account-login strong {
    font-weight: 500;
}

#account-login .new-customer {
    margin: 0 0 15px;
}

#account-wishlist .table.table-bordered img {
    border: none;
    border: 1px solid #fff;
    border-right: 0;
}

.list-group .list-group-item {
    border: 1px solid #DDDDDD;
    color: #d7d7d7;
    cursor: pointer;
}

.list-group a.child-item,
.list-group a.current-child-item {
    padding-left: 30px;
}

.option-filter-box .list-group .list-group-items {
    padding: 10px 0;
    border-bottom: 1px solid #444;
}

.option-filter-box .list-group .list-group-items:first-child {
    padding: 0 0 10px;
}

.option-filter-box .list-group .list-group-items:last-child {
    border: medium none;
}

.carousel-caption {
    color: #FFFFFF;
}

.carousel-control .icon-prev:before {
    font-family: 'Material Icons';
    content: '\e5cb';
}

.carousel-control .icon-next:before {
    font-family: 'Material Icons';
    content: '\e5cc';
}

.ttproduct-main .product-layouts {
    padding: 0 30px;
}

.related-carousel.products-list {
    margin: 0 0 30px;
    position: relative;
    text-align: center;
}

.ttproduct-main .product-layouts .product-thumb .image {
    border: none;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star.off,
#tab-review .fa-star.off {
    color: #d9d9d9;
}

.rating .fa-star-o,
#review .fa-star-o {
    color: #c5c5c5;
    font-size: 13px;
}

.fa-star-o::before {
    content: "\f005";
}

.rating .fa-star,
#review .fa-star {
    color: #fbaf5d;
    font-size: 13px;
    position: relative;
}

.rating .fa-star+.fa-star-o,
#review .fa-star+.fa-star-o {
    color: #ffbf34;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #111;
    font: 600 16px/22px'kanit', helvetica, sans-serif;
    text-align: center;
    margin: 5px 0 0;
}

#column-left .price {
    font-size: 14px;
}

.product-thumb .price-old {
    color: #d7d7d7;
    font: 500 14px/18px 'Roboto', Helvetica, sans-serif;
    text-decoration: line-through;
}

.product-thumb .price-tax {
    color: #888;
    font-size: 13px;
    display: none;
    margin: 5px 0 0;
    font-family: 'kanit', helvetica, sans-serif;
    font-weight: 500;
}

#column-left .product-thumb .button-group .btn-cart>span.loading,
#column-right .product-thumb .button-group .btn-cart>span.loading {
    display: none !important;
}

.button-group button.btn-cart.loading span.loading,
.button-group button.btn-wishlist.loading span.loading,
.button-group button.btn-compare.loading span.loading,
.button-group button.btn-quickview.loading span.loading {
    display: block;
}

.button-group button .loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none !important;
}

.product-thumb .ttcart button.btn-cart span.loading {
    display: none !important;
}

.product-thumb .button-group button.loading>i {
    color: #111;
}

.product-thumb .button-group button:hover.loading>i {
    color: #111;
}

.button-group button .loading i {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block !important;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.product-image {
    margin-bottom: 0;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails .additional-images {
    border: 0 none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    position: relative;
    display: inline-grid;
}

.thumbnails .owl-carousel.additional-images {
    padding: 0;
}

.additional-images .owl-nav button.owl-prev {
    left: -40px;
    right: auto;
}

.additional-images .owl-nav button.owl-next {
    right: -40px;
    left: auto;
}

.additional-images .owl-stage-outer {
    overflow: hidden;
}

.product-quickview .product-images .owl-carousel .owl-nav.disabled {
    display: inline-block;
}

.owl-carousel .owl-wrapper {
    position: relative;
}

.products-list .customNavigation>.btn,
.additional-images-container .customNavigation>.btn {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
}

.additional-images .thumbnail {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 5px;
    padding: 0;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

.products-list .owl-carousel {
    background: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: auto;
}

.image-additional {
    cursor: pointer;
    display: block;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #fff;
    border-right: 0;
}

.product-quickview .additional-images .image-additional img:hover,
.product-quickview .image-additional img.selected {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #d0d0d0;
}

.additional-images .image-additional img:hover,
.image-additional img.selected {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #d0d0d0;
}

#product-product .additional-images-container .owl-stage .owl-item:first-child .image-additional {
    border-right: 2px solid #999;
}

.product-small-view {
    margin: 0 0 80px;
}

.product-small-view>.container {
    padding: 0 60px;
}

#product #tt-jqzoom .owl-nav {
    display: block;
}

#product .pb-right-column .ttproductcountdown {
    display: block;
    text-align: left;
}

#product .pb-right-column .ttproductcountdown .ttpc-main {
    border: 1px solid #444;
}

#product .pb-right-column .ttpc-main::before {
    left: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    margin-top: 0px;
    cursor: pointer;
}

.checkbox-wrapper {
    background: url("TemplateBunch/images/input-sprite.html") repeat scroll 0px -256px;
    width: 15px;
    height: 19px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.checkbox-wrapper:hover {
    background-position: -30px -256px;
}

.checkbox-wrapper.active {
    background-position: -15px -256px;
}

.checkbox-wrapper input {
    background: none;
    border: 1px solid #eee;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    position: relative;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}

.radio-wrapper {
    background: url("TemplateBunch/images/input-sprite.html") repeat scroll 0 -243px;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.radio-wrapper:hover,
.radio-wrapper.active {
    background-position: -13px -243px;
}

.radio-wrapper input {
    background: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    position: relative;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}

.list-group-item {
    background-color: #FFF;
}

.panel {
    background-color: #262626;
    border: 1px solid #444;
    margin: 0 0 20px 0;
}

.panel-default {
    border-color: #444;
}

.form-control-in:focus {
    border-color: #444;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #444;
}

#checkout-checkout #content #collapse-checkout-option h2 {
    font-size: 18px;
}

#at15s .at-label {
    margin: 0 5px;
}

.checkout-cart .panel-collapse .input-group .form-control-in {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
}

/* Extra Page & Dummy Css End */

/* default Button Start*/

.btn-default {
    background: #facc33;
    border: none;
    color: #111;
    padding: 14px 35px;
    font: 400 20px/22px'kanit', helvetica, sans-serif;
    letter-spacing: 1px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    clip-path: polygon(10% 0, 100% 0px, 90% 100%, 0 100%);
}

.btn-default::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    height: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    clip-path: polygon(10% 0, 100% 0px, 90% 100%, 0 100%);
}

.btn-default:hover::before,
.btn-default:active::before,
.btn-default:focus::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #111;
    background: #fff;
}

.btn.btn-default.cnt:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default.active,
.btn-default:active:hover,
.btn-default:active,
.btn-default:active:focus {
    background: #fff;
    color: #111;
    border-color: transparent;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-info {
    color: #111;
    background-color: #fff;
    border: none;
    padding: 10px 12px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    clip-path: polygon(10% 0, 100% 0px, 90% 100%, 0 100%);
}

.btn-info:hover,
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info.focus,
.btn-info:focus {
    color: #111;
    background-color: #facc33;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
}

.btn-info::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #facc33;
    transition: all 400ms ease;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    height: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    clip-path: polygon(10% 0, 100% 0px, 90% 100%, 0 100%);
}

.btn-info:hover::before,
.btn-info:focus::before,
.btn-info.active::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scaleX(1);
}

.btn-primary {
    font: 400 20px/22px'kanit', helvetica, sans-serif;
    color: #111;
    padding: 14px 35px;
    background: #fff;
    margin: 0;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    display: inline-block;
    text-decoration: none;
    position: relative;
    z-index: 1;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border: none;
    letter-spacing: 1px;
    clip-path: polygon(10% 0, 100% 0px, 90% 100%, 0 100%);
}

.btn-primary::before {
    background: #facc33;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    z-index: -1;
    right: 0;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    clip-path: polygon(10% 0, 100% 0px, 90% 100%, 0 100%);
}

.btn-primary:hover::before,
.btn-primary:active::before,
.btn-primary:focus::before {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    height: 100%;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
#button-login.btn.btn-primary:focus,
.btn-primary:active,
#button-account.btn.btn-primary:focus,
#button-register.btn.btn-primary:focus,
#button-shipping-method.btn.btn-primary:focus,
#button-payment-method.btn.btn-primary:focus,
#button-guest.btn.btn-primary:focus,
#button-coupon.btn.btn-primary:focus,
#button-voucher.btn.btn-primary:focus,
#button-quote.btn.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background: #facc33;
    color: #111;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary.active[disabled],
.btn-primary.focus[disabled],
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background: #facc33;
    color: #111;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-secondary {
    font: 400 20px/22px'kanit', helvetica, sans-serif;
    color: #111;
    padding: 14px 35px;
    background: #facc33;
    margin: 0;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    display: inline-block;
    text-decoration: none;
    position: relative;
    z-index: 1;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border: none;
    letter-spacing: 1px;
    clip-path: polygon(10% 0, 100% 0px, 90% 100%, 0 100%);
}

.btn-secondary::before {
    background: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    z-index: -1;
    right: 0;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    clip-path: polygon(10% 0, 100% 0px, 90% 100%, 0 100%);
}

.btn-secondary:hover::before,
.btn-secondary:active::before,
.btn-secondary:focus::before {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    height: 100%;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary,
#button-login.btn.btn-secondary:focus,
.btn-secondary:active,
#button-account.btn.btn-secondary:focus,
#button-register.btn.btn-secondary:focus,
#button-shipping-method.btn.btn-secondary:focus,
#button-payment-method.btn.btn-secondary:focus,
#button-guest.btn.btn-secondary:focus,
#button-coupon.btn.btn-secondary:focus,
#button-voucher.btn.btn-secondary:focus,
#button-quote.btn.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary.focus:active,
.btn-secondary:active:focus,
.open>.dropdown-toggle.btn-secondary.focus,
.open>.dropdown-toggle.btn-secondary:focus,
.open>.dropdown-toggle.btn-secondary:hover {
    background: #fff;
    color: #111;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary.disabled.active,
.btn-secondary.disabled.focus,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled],
.btn-secondary.active[disabled],
.btn-secondary.focus[disabled],
.btn-secondary[disabled]:active,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary,
fieldset[disabled] .btn-secondary.active,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:hover {
    background: #fff;
    color: #111;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.prize-color {
    color: #facc33 !important;
}

/* default Button End*/

@media (max-width: 991px) {
    #checkout-cart .input-group .form-control-in {
        margin: 0 0 7px 0;
    }
}

@media (max-width: 767px) {
    .cart-form .cart_input_block.input-group {
        display: block;
        width: 100%;
        max-width: 100% !important;
    }
    #checkout-cart .input-group .form-control-in,
    #checkout-cart .btn.btn-primary.main {
        width: 100%;
    }
    #checkout-cart .input-group-btn:last-child>.btn,
    .input-group-btn:last-child>.btn-group {
        display: block;
        width: 100%;
    }
    #checkout-cart .btn.btn-primary.main {
        margin: 0 0 5px 0;
    }
    .cart-form .input-group-btn {
        display: block;
    }
    .form-horizontal .form-group {
        display: block;
    }
    .form-horizontal .form-group .control-label {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .checkout-cart #content .buttons .pull-left a {
        padding: 14px 10px;
    }
    .alert-success {
        width: auto;
        left: 20px;
    }
}

.dropdown-menu {
    position: absolute !important;
}

body .loader{
				margin: 0;
				padding: 0;
				height: 100vh;
				position: fixed;
    			top: -100px;
    			left: 0;
   				 z-index: 20000;
    			width: 100%;
    			height: calc(100% + 200px);
    			background-color: #151313f7;
	}


.box {
  position: absolute;
  width: 300px;
  height: 80px;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -40px;
}


.loading:after {
  content: "";
  position: absolute;
  left: -40px;
  display: block;
  width: 40px;
  height: 50px;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  box-shadow: 48px 0 2px rgba(233, 30, 99, 0.8), 96px 0 0px #e91e63, 144px 0 2px rgba(233, 30, 99, 0.8), 192px 0 4px rgba(233, 30, 99, 0.6), 240px 0 6px rgba(233, 30, 99, 0.4), 288px 0 8px rgba(233, 30, 99, 0.2);
  -webkit-animation: loadingAnim 2s linear infinite;
  -moz-animation: loadingAnim 2s linear infinite;
  animation: loadingAnim 2s linear infinite;
}

@-webkit-keyframes loadingAnim {
  0% {
    box-shadow: 48px 0 0px #e91e63, 96px 0 2px rgba(233, 30, 99, 0.8), 144px 0 4px rgba(233, 30, 99, 0.6), 192px 0 6px rgba(233, 30, 99, 0.4), 240px 0 8px rgba(233, 30, 99, 0.2), 288px 0 10px rgba(233, 30, 99, 0);
  }
  10% {
    box-shadow: 48px 0 2px rgba(233, 30, 99, 0.8), 96px 0 0px #e91e63, 144px 0 2px rgba(233, 30, 99, 0.8), 192px 0 4px rgba(233, 30, 99, 0.6), 240px 0 6px rgba(233, 30, 99, 0.4), 288px 0 8px rgba(233, 30, 99, 0.2);
  }
  20% {
    box-shadow: 48px 0 4px rgba(233, 30, 99, 0.6), 96px 0 2px rgba(233, 30, 99, 0.8), 144px 0 0px #e91e63, 192px 0 2px rgba(233, 30, 99, 0.8), 240px 0 4px rgba(233, 30, 99, 0.6), 288px 0 6px rgba(233, 30, 99, 0.4);
  }
  30% {
    box-shadow: 48px 0 6px rgba(233, 30, 99, 0.4), 96px 0 4px rgba(233, 30, 99, 0.6), 144px 0 2px rgba(233, 30, 99, 0.8), 192px 0 0px #e91e63, 240px 0 2px rgba(233, 30, 99, 0.8), 288px 0 4px rgba(233, 30, 99, 0.6);
  }
  40% {
    box-shadow: 48px 0 8px rgba(233, 30, 99, 0.2), 96px 0 6px rgba(233, 30, 99, 0.4), 144px 0 4px rgba(233, 30, 99, 0.6), 192px 0 2px rgba(233, 30, 99, 0.8), 240px 0 0px #e91e63, 288px 0 2px rgba(233, 30, 99, 0.8);
  }
  50% {
    box-shadow: 48px 0 10px rgba(233, 30, 99, 0), 96px 0 8px rgba(233, 30, 99, 0.2), 144px 0 6px rgba(233, 30, 99, 0.4), 192px 0 4px rgba(233, 30, 99, 0.6), 240px 0 2px rgba(233, 30, 99, 0.8), 288px 0 0px #e91e63;
  }
  60% {
    box-shadow: 48px 0 8px rgba(233, 30, 99, 0.2), 96px 0 10px rgba(233, 30, 99, 0), 144px 0 8px rgba(233, 30, 99, 0.2), 192px 0 6px rgba(233, 30, 99, 0.4), 240px 0 4px rgba(233, 30, 99, 0.6), 288px 0 2px rgba(233, 30, 99, 0.8);
  }
  70% {
    box-shadow: 48px 0 6px rgba(233, 30, 99, 0.4), 96px 0 8px rgba(233, 30, 99, 0.2), 144px 0 10px rgba(233, 30, 99, 0), 192px 0 8px rgba(233, 30, 99, 0.2), 240px 0 6px rgba(233, 30, 99, 0.4), 288px 0 4px rgba(233, 30, 99, 0.6);
  }
  80% {
    box-shadow: 48px 0 4px rgba(233, 30, 99, 0.6), 96px 0 6px rgba(233, 30, 99, 0.4), 144px 0 8px rgba(233, 30, 99, 0.2), 192px 0 10px rgba(233, 30, 99, 0), 240px 0 8px rgba(233, 30, 99, 0.2), 288px 0 6px rgba(233, 30, 99, 0.4);
  }
  90% {
    box-shadow: 48px 0 2px rgba(233, 30, 99, 0.8), 96px 0 4px rgba(233, 30, 99, 0.6), 144px 0 6px rgba(233, 30, 99, 0.4), 192px 0 8px rgba(233, 30, 99, 0.2), 240px 0 10px rgba(233, 30, 99, 0), 288px 0 8px rgba(233, 30, 99, 0.2);
  }
  100% {
    box-shadow: 48px 0 0px #e91e63, 96px 0 2px rgba(233, 30, 99, 0.8), 144px 0 4px rgba(233, 30, 99, 0.6), 192px 0 6px rgba(233, 30, 99, 0.4), 240px 0 8px rgba(233, 30, 99, 0.2), 288px 0 10px rgba(233, 30, 99, 0);
  }
}
@-moz-keyframes loadingAnim {
  0% {
    box-shadow: 48px 0 0px #e91e63, 96px 0 2px rgba(233, 30, 99, 0.8), 144px 0 4px rgba(233, 30, 99, 0.6), 192px 0 6px rgba(233, 30, 99, 0.4), 240px 0 8px rgba(233, 30, 99, 0.2), 288px 0 10px rgba(233, 30, 99, 0);
  }
  10% {
    box-shadow: 48px 0 2px rgba(233, 30, 99, 0.8), 96px 0 0px #e91e63, 144px 0 2px rgba(233, 30, 99, 0.8), 192px 0 4px rgba(233, 30, 99, 0.6), 240px 0 6px rgba(233, 30, 99, 0.4), 288px 0 8px rgba(233, 30, 99, 0.2);
  }
  20% {
    box-shadow: 48px 0 4px rgba(233, 30, 99, 0.6), 96px 0 2px rgba(233, 30, 99, 0.8), 144px 0 0px #e91e63, 192px 0 2px rgba(233, 30, 99, 0.8), 240px 0 4px rgba(233, 30, 99, 0.6), 288px 0 6px rgba(233, 30, 99, 0.4);
  }
  30% {
    box-shadow: 48px 0 6px rgba(233, 30, 99, 0.4), 96px 0 4px rgba(233, 30, 99, 0.6), 144px 0 2px rgba(233, 30, 99, 0.8), 192px 0 0px #e91e63, 240px 0 2px rgba(233, 30, 99, 0.8), 288px 0 4px rgba(233, 30, 99, 0.6);
  }
  40% {
    box-shadow: 48px 0 8px rgba(233, 30, 99, 0.2), 96px 0 6px rgba(233, 30, 99, 0.4), 144px 0 4px rgba(233, 30, 99, 0.6), 192px 0 2px rgba(233, 30, 99, 0.8), 240px 0 0px #e91e63, 288px 0 2px rgba(233, 30, 99, 0.8);
  }
  50% {
    box-shadow: 48px 0 10px rgba(233, 30, 99, 0), 96px 0 8px rgba(233, 30, 99, 0.2), 144px 0 6px rgba(233, 30, 99, 0.4), 192px 0 4px rgba(233, 30, 99, 0.6), 240px 0 2px rgba(233, 30, 99, 0.8), 288px 0 0px #e91e63;
  }
  60% {
    box-shadow: 48px 0 8px rgba(233, 30, 99, 0.2), 96px 0 10px rgba(233, 30, 99, 0), 144px 0 8px rgba(233, 30, 99, 0.2), 192px 0 6px rgba(233, 30, 99, 0.4), 240px 0 4px rgba(233, 30, 99, 0.6), 288px 0 2px rgba(233, 30, 99, 0.8);
  }
  70% {
    box-shadow: 48px 0 6px rgba(233, 30, 99, 0.4), 96px 0 8px rgba(233, 30, 99, 0.2), 144px 0 10px rgba(233, 30, 99, 0), 192px 0 8px rgba(233, 30, 99, 0.2), 240px 0 6px rgba(233, 30, 99, 0.4), 288px 0 4px rgba(233, 30, 99, 0.6);
  }
  80% {
    box-shadow: 48px 0 4px rgba(233, 30, 99, 0.6), 96px 0 6px rgba(233, 30, 99, 0.4), 144px 0 8px rgba(233, 30, 99, 0.2), 192px 0 10px rgba(233, 30, 99, 0), 240px 0 8px rgba(233, 30, 99, 0.2), 288px 0 6px rgba(233, 30, 99, 0.4);
  }
  90% {
    box-shadow: 48px 0 2px rgba(233, 30, 99, 0.8), 96px 0 4px rgba(233, 30, 99, 0.6), 144px 0 6px rgba(233, 30, 99, 0.4), 192px 0 8px rgba(233, 30, 99, 0.2), 240px 0 10px rgba(233, 30, 99, 0), 288px 0 8px rgba(233, 30, 99, 0.2);
  }
  100% {
    box-shadow: 48px 0 0px #e91e63, 96px 0 2px rgba(233, 30, 99, 0.8), 144px 0 4px rgba(233, 30, 99, 0.6), 192px 0 6px rgba(233, 30, 99, 0.4), 240px 0 8px rgba(233, 30, 99, 0.2), 288px 0 10px rgba(233, 30, 99, 0);
  }
}
@keyframes loadingAnim {
  0% {
    box-shadow: 48px 0 0px #e91e63, 96px 0 2px rgba(233, 30, 99, 0.8), 144px 0 4px rgba(233, 30, 99, 0.6), 192px 0 6px rgba(233, 30, 99, 0.4), 240px 0 8px rgba(233, 30, 99, 0.2), 288px 0 10px rgba(233, 30, 99, 0);
  }
  10% {
    box-shadow: 48px 0 2px rgba(233, 30, 99, 0.8), 96px 0 0px #e91e63, 144px 0 2px rgba(233, 30, 99, 0.8), 192px 0 4px rgba(233, 30, 99, 0.6), 240px 0 6px rgba(233, 30, 99, 0.4), 288px 0 8px rgba(233, 30, 99, 0.2);
  }
  20% {
    box-shadow: 48px 0 4px rgba(233, 30, 99, 0.6), 96px 0 2px rgba(233, 30, 99, 0.8), 144px 0 0px #e91e63, 192px 0 2px rgba(233, 30, 99, 0.8), 240px 0 4px rgba(233, 30, 99, 0.6), 288px 0 6px rgba(233, 30, 99, 0.4);
  }
  30% {
    box-shadow: 48px 0 6px rgba(233, 30, 99, 0.4), 96px 0 4px rgba(233, 30, 99, 0.6), 144px 0 2px rgba(233, 30, 99, 0.8), 192px 0 0px #e91e63, 240px 0 2px rgba(233, 30, 99, 0.8), 288px 0 4px rgba(233, 30, 99, 0.6);
  }
  40% {
    box-shadow: 48px 0 8px rgba(233, 30, 99, 0.2), 96px 0 6px rgba(233, 30, 99, 0.4), 144px 0 4px rgba(233, 30, 99, 0.6), 192px 0 2px rgba(233, 30, 99, 0.8), 240px 0 0px #e91e63, 288px 0 2px rgba(233, 30, 99, 0.8);
  }
  50% {
    box-shadow: 48px 0 10px rgba(233, 30, 99, 0), 96px 0 8px rgba(233, 30, 99, 0.2), 144px 0 6px rgba(233, 30, 99, 0.4), 192px 0 4px rgba(233, 30, 99, 0.6), 240px 0 2px rgba(233, 30, 99, 0.8), 288px 0 0px #e91e63;
  }
  60% {
    box-shadow: 48px 0 8px rgba(233, 30, 99, 0.2), 96px 0 10px rgba(233, 30, 99, 0), 144px 0 8px rgba(233, 30, 99, 0.2), 192px 0 6px rgba(233, 30, 99, 0.4), 240px 0 4px rgba(233, 30, 99, 0.6), 288px 0 2px rgba(233, 30, 99, 0.8);
  }
  70% {
    box-shadow: 48px 0 6px rgba(233, 30, 99, 0.4), 96px 0 8px rgba(233, 30, 99, 0.2), 144px 0 10px rgba(233, 30, 99, 0), 192px 0 8px rgba(233, 30, 99, 0.2), 240px 0 6px rgba(233, 30, 99, 0.4), 288px 0 4px rgba(233, 30, 99, 0.6);
  }
  80% {
    box-shadow: 48px 0 4px rgba(233, 30, 99, 0.6), 96px 0 6px rgba(233, 30, 99, 0.4), 144px 0 8px rgba(233, 30, 99, 0.2), 192px 0 10px rgba(233, 30, 99, 0), 240px 0 8px rgba(233, 30, 99, 0.2), 288px 0 6px rgba(233, 30, 99, 0.4);
  }
  90% {
    box-shadow: 48px 0 2px rgba(233, 30, 99, 0.8), 96px 0 4px rgba(233, 30, 99, 0.6), 144px 0 6px rgba(233, 30, 99, 0.4), 192px 0 8px rgba(233, 30, 99, 0.2), 240px 0 10px rgba(233, 30, 99, 0), 288px 0 8px rgba(233, 30, 99, 0.2);
  }
  100% {
    box-shadow: 48px 0 0px #e91e63, 96px 0 2px rgba(233, 30, 99, 0.8), 144px 0 4px rgba(233, 30, 99, 0.6), 192px 0 6px rgba(233, 30, 99, 0.4), 240px 0 8px rgba(233, 30, 99, 0.2), 288px 0 10px rgba(233, 30, 99, 0);
  }
} 



