body {
  /*background: #fff;*/
  background: #f2ede0;
  letter-spacing: 0px;
  color: #161616;
  height: 100%;
  /* image-rendering: pixelated !important; */
  font-family: 'Playfair Display', serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}

/* default font size */
.fa {
  font-size: 14px;
  vertical-align: baseline;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #666;
}

a:hover,
a:focus,
#column-left .checkbox>label:hover {
  color: #111;
}

a:hover {
  text-decoration: none;
}

legend {
  font-size: 16px;
  padding: 7px 0px;
  color: #111;
  font-weight: 600;
  position: relative;
  border-color: #e5e5e5;
}

legend::before {
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: -1px;
  background: #2e4a5b;
  height: 2px;
  width: 30px;
  content: "";
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.panel-default {
  border-color: #333;
  background-color: #fff;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #e5e5e5;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body .buttons a b {
  color: #111;
}

.alert a {
  color: #333;
}

.alert a:hover,
.alert a:active,
.alert a:focus {
  color: #333;
}

legend:hover::before {
  width: 45px;
}

small,
.small {
  font-size: 11px;
}

label,
.checkbox label,
.radio label {
  font-size: 13px;
  font-weight: 500;
}

select.form-control {
  appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

button,
input,
select,
textarea {
  outline: none;
}

.form-control {
  color: #777;
  text-align: left;
  font-size: 13px;
  line-height: 24px;
  height: 41px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px 12px;
}

.category-filter .hidden-xs {
  display: block !important;
}

.filter-sort-by .form-control,
.filter-show .filter-selection .form-control {
  background-color: #fff;
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 9px 12px;
}

.filter-sort-by .select-wrapper::after,
.filter-show .filter-selection .select-wrapper::after {
  top: 8px;
}

.select-wrapper {
  position: relative;
}

.select-wrapper::after,
.filter-selection::after {
  font-family: "Material Icons";
  content: "\e313";
  font-size: 17px;
  position: absolute;
  right: 5px;
  top: 9px;
  pointer-events: none;
  font-weight: 400;
  color: #666;
}

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: 13px;
  letter-spacing: 1px;
  line-height: 24px;
  border-color: #e5e5e5;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  border-color: #e5e5e5;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

.tt-home {
  width: 100%;
  float: left;
}

/* ------------------------------- Product Rollover CSS Start ----------------------- */
.product-thumb .image img.image_thumb {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  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;
}

.product-thumb .image img.image_thumb_swap {
  left: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  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;
}

.product-thumb:hover .image img.image_thumb {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}

.product-thumb:hover .image img.image_thumb_swap {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

/* ------------------------------- Product Rollover CSS End ----------------------- */
/*----------------------fade effect-------------------*/
.product-thumb .image img.image_thumb_swap.fade {
  left: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  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;
}

.product-thumb:hover .image img.image_thumb_swap.fade {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

/*----------------------End of fade effect-------------------*/
/*----------------------zoom effect-------------------*/
.product-thumb .image img.image_thumb_swap.zoom {
  left: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}

.product-thumb:hover .image img.image_thumb_swap.zoom {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

/*----------------------End of zoom effect-------------------*/
/*----------------------horizontal scrolling left to right effect-------------------*/
.product-thumb .image img.image_thumb_swap.horizontal_scrolling_left_to_right {
  position: absolute;
  top: 0;
  left: -100%;
  right: auto;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transition: left 0.5s ease 0s;
  -moz-transition: left 0.5s ease 0s;
  -webkit-transition: left 0.5s ease 0s;
  -o-transition: left 0.5s ease 0s;
}

.product-thumb:hover .image img.image_thumb_swap.horizontal_scrolling_left_to_right {
  left: 0;
}

/*----------------------End of horizontal scrolling left to right effect-------------------*/
/*----------------------horizontal scrolling right to left effect-------------------*/
.product-thumb .image img.image_thumb_swap.horizontal_scrolling_right_to_left {
  position: absolute;
  top: 0;
  right: -100%;
  left: auto;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transition: right 0.5s ease 0s;
  -moz-transition: right 0.5s ease 0s;
  -webkit-transition: right 0.5s ease 0s;
  -o-transition: right 0.5s ease 0s;
}

.product-thumb:hover .image img.image_thumb_swap.horizontal_scrolling_right_to_left {
  right: 0;
}

/*----------------------End of horizontal scrolling right to left effect-------------------*/
/*----------------------vertical scrolling top to bottom effect-------------------*/
.product-thumb .image img.image_thumb_swap.vertical_scrolling_top_to_bottom {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transition: top 0.5s ease 0s;
  -moz-transition: top 0.5s ease 0s;
  -webkit-transition: top 0.5s ease 0s;
  -o-transition: top 0.5s ease 0s;
}

.product-thumb:hover .image img.image_thumb_swap.vertical_scrolling_top_to_bottom {
  top: 0;
}

/*----------------------End of vertical scrolling top to bottom effect-------------------*/
/*----------------------vertical scrolling bottom to top effect-------------------*/
.product-thumb .image img.image_thumb_swap.vertical_scrolling_bottom_to_top {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transition: top 0.5s ease 0s;
  -moz-transition: top 0.5s ease 0s;
  -webkit-transition: top 0.5s ease 0s;
  -o-transition: top 0.5s ease 0s;
}

.product-thumb:hover .image img.image_thumb_swap.vertical_scrolling_bottom_to_top {
  top: 0;
}

/*----------------------End of vertical scrolling bottom to top effect-------------------*/
/* Fix some bootstrap issues */
a,
a:focus,
a:active,
a:hover,
select,
input[type="radio"],
input[type="checkbox"] {
  outline: 0 none !important;
}

.owl-carousel .owl-wrapper-outer {
  direction: ltr !important;
}

input[type="radio"],
input[type="checkbox"] {
  margin-top: 0px;
  cursor: pointer;
}

.nav-tabs {
  border-bottom: none;
  float: left;
}

.tab-content {
  padding: 15px 0;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.tab-content ul,
.tab-content ol {
  padding: 0 0 0 15px;
}

.table.table-striped.table-bordered {
  border: 1px solid #e5e5e5;
}

.dropdown-backdrop {
  display: none;
}

/*--------------------------- title css start--------------------------------*/
.tt-titletab {
  border-bottom: 1px solid #e5e5e5;
  float: left;
  margin-bottom: 5px;
  overflow: hidden;
  width: 100%;
}

.box-heading>h3,
.title_block .ttblock-heading,
.tt-title {
  color: #000000;
  float: none;
  font: 400 40px/38px "Oswald", Helvetica, sans-serif;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
}

.ttsubtitle {
  color: #000000;
  float: left;
  font: 400 40px/38px "Oswald", Helvetica, sans-serif;
  margin: 0 0 5px 0;
  text-align: center;
  width: 100%;
}

.box-heading {
  float: left;
  width: 100%;
}

/*--------------------------- title css end--------------------------------*/
/* TTproduct tab*/
.ttproduct-main {
  float: left;
  width: 100%;
}

.TTProduct-Tab .tab-content {
  margin: 0;
  padding: 0;
}

.TTProduct-Tab .nav-tabs>li {
  padding: 0;
  margin: 0 5px;
  position: relative;
}

.nav-tabs>li {
  display: inline-block;
  float: none;
  margin: 0 15px;
  padding: 5px 0;
  position: relative;
  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;
  vertical-align: top;
}

.TTProduct-Tab .nav-tabs>li>a {
  border: medium none;
  line-height: 32px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: none;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  background: #f5f5f5;
  z-index: 1;
}

.TTProduct-Tab .nav-tabs>li>a .tab-title {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  border: none;
  color: #111;
  font: 600 14px/18px "Raleway", Helvetica, sans-serif;
  margin: 0;
  outline: medium none;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
  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;
}

.TTProduct-Tab .nav-tabs>li:hover>a .tab-title,
.TTProduct-Tab .nav-tabs>li.active>a .tab-title {
  color: #fff;
}

.TTProduct-Tab .nav-tabs>li.active>a {
  background: none;
  color: #fff;
  border: none;
}

.TTProduct-Tab .nav-tabs>li>a::after,
.TTProduct-Tab .nav-tabs>li.active>a::after {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
  background: #2e4a5b;
  height: 100%;
  width: 0;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.TTProduct-Tab .nav-tabs>li:hover>a::after,
.TTProduct-Tab .nav-tabs>li.active>a::after {
  width: 100%;
}

.TTProduct-Tab .nav-tabs {
  border: medium none;
  display: inline-block;
  float: none;
  margin: 0 0 30px;
  text-align: center;
  vertical-align: top;
  width: auto;
}

.TTProduct-Tab .tab-box-heading {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  float: left;
  padding: 0;
  text-align: center;
  width: 100%;
}

.TTProduct-Tab .tthometab {
  float: left;
  width: 100%;
}

.ttcat-main {
  float: left;
  width: 100%;
}

/*------------------------------------- additional-images Owl Button CSS End ------------------------------------------*/
.additional-images .owl-controls .owl-buttons div {
  background: #111;
  border: 1px solid #111;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  bottom: 0;
  direction: ltr;
  font-size: 0;
  height: 30px;
  margin: auto;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 0;
  transition: none 0s ease 0s;
  -webkit-transition: none 0s ease 0s;
  -moz-transition: none 0s ease 0s;
  -o-transition: none 0s ease 0s;
  -ms-transition: none 0s ease 0s;
  width: 30px;
}

.additional-images .owl-controls .owl-buttons div:hover {
  background: #333333;
  border-color: #333333;
}

.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons>div.owl-prev {
  left: 0;
  right: auto;
}

.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons>div.owl-next {
  right: 0;
  left: auto;
}

.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons>div.owl-prev::before,
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons>div.owl-next::before {
  background: none;
  content: "\e408";
  font-family: "Material Icons";
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  padding: 4px;
}

.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons>div.owl-next::before {
  content: "\e409";
}

.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons>div.owl-prev:hover::before,
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons>div.owl-next:hover::before {
  color: #fff;
}

.additional-images .owl-controls .owl-buttons div::after {
  background: #fff;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  position: absolute;
  top: 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;
  width: 0;
}

.additional-images .owl-controls .owl-buttons div:hover::after {
  width: 100%;
}

@media (max-width: 480px) {
  .additional-images .owl-controls .owl-buttons div {
    height: 25px;
    width: 25px;
  }

  .additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons>div.owl-prev::before,
  .additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons>div.owl-next::before {
    line-height: 23px;
    padding: 1px;
  }
}

/*------------------------------------- additional-images Owl Button CSS End ------------------------------------------*/
div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

.header-content-title .parallex {
  background: rgb(238, 238, 237);
  float: left;
  padding: 160px 0 80px;
  width: 100%;
}

.page-title-wrapper {
  position: relative;
  background: #292929;
  float: left;
  margin: 0 0 30px;
  padding: 18px 0;
  text-align: center;
  width: 100%;
}

.breadcrumb-wrapper {
  width: 100%;
  float: left;
  background: #fff;
}

.page-title-wrapper .page-title {
  color: #fff;
  margin: 0;
  float: left;
}

.account-order-info #page .header-content-title h2,
.account-address-edit #page .header-content-title h2 {
  color: #ff;
  font: 600 16px/28px "Raleway", Helvetica, sans-serif;
  margin: 0;
  float: left;
}

.page-title {
  color: #fff;
}

a:hover,
a:focus {
  color: #111;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus {
  background: none;
  text-decoration: none;
  /*color: #111;*/
}

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

/* top */
#top {
  background: #fff;
  float: left;
  width: 100%;
}

.header-top-left {
  float: left;
  width: auto;
}

.header-top-right {
  float: right;
  width: auto;
}

.header-right-cms {
  float: left;
}

#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: #888888;
  font-size: 14px;
  text-align: left;
  height: auto;
}

#top #currency .currency-select:hover,
#top #language .language-toggle a:hover {
  background-color: #111;
  color: #fff;
}

#top .btn-link,
#top-links li,
#top-links a {
  background: none;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-decoration: none;
  text-align: left;
  padding: 0;
}

#top-links li .dropdown .dropdown-toggle {
  padding: 8px 0 7px;
}

#top-links .header_user_info .expand-more.ttuserinfo {
  display: none;
}

#form-currency .expand-more::before,
#form-language .expand-more::before {
  content: "\f107";
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #333333;
}

#form-currency .btn-group.open .expand-more:before,
#form-language .btn-group.open .expand-more:before {
  content: "\f106";
}

#top-links .dropdown .dropdown-toggle>span::after {
  content: "\f107";
  font-family: fontawesome;
  font-size: 13px;
  margin: 0 0 0 3px;
}

#top ul.dropdown-menu .btn-link {
  padding: 0px;
  line-height: 24px;
  color: #777;
}

.header-top-right .dropdown a.dropdown-toggle,
.header-top-right #wishlist-total {
  display: block;
  line-height: 24px;
  padding: 8px 0;
}

#top-links .header_user_info ul.dropdown-menu {
  border: 1px solid #e5e5e5;
  padding: 10px;
  min-width: 150px;
  position: absolute;
  top: 40px;
  right: 0;
  background: #fff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0;
}

#top #form-currency .currency-select:hover,
#top ul>li>.language-select:hover {
  color: #111;
}

#top .btn-link strong {
  color: #333333;
  font-size: 13px;
  line-height: 14px;
}

#top-links>ul {
  float: left;
  margin: 0;
}

#top-links>ul>li {
  float: left;
  padding: 0 10px;
  position: relative;
}

#top-links>ul>li::after {
  background-color: #c6c6c6;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 1px;
}

#top-links>ul>li:first-child::after {
  display: none;
}

#top-links .dropdown-menu a {
  padding: 2px 10px;
}

#top-links .account-link-toggle a i.fa {
  padding: 0 2px;
}

.contact-link {
  float: left;
  width: 100%;
}

.contact-link>ul {
  margin: 0;
}

.contact-link ul li {
  float: left;
  padding: 10px 0 10px 20px;
  position: relative;
  list-style: none;
}

.contact-link ul li span {
  color: #333333;
  font: 400 13px/18px "Raleway", Helvetica, sans-serif;
}

#top-links .dropdown-menu a:hover,
#top-links .dropdown-menu a:focus {
  color: #111;
  background: none;
}

.contact-link ul li i {
  color: #333333;
  float: left;
  font-size: 15px;
  height: 20px;
  line-height: 14px;
  padding: 2px 0;
  width: 20px;
}

.header-top-right .dropdown .dropdown-toggle>i::before,
.header-top-right #wishlist-total i::before {
  content: "";
}

.header-top-right .dropdown .dropdown-toggle>i,
.header-top-right #wishlist-total i {
  display: none;
}

.header-right {
  float: right;
  padding: 39px 0;
  width: auto;
}

.right-block {
  float: right;
  margin: 40px 0;
  position: relative;
  width: auto;
  z-index: 2;
}

.right-block>div {
  margin: 0 5px;
  position: relative;
}

#page {
  float: left;
  position: relative;
  width: 100%;
}

#page>.container {
  clear: both;
}

/*----------------------- userinfo ----------------------------------- */
.user-info {
  float: left;
  width: auto;
}

.user-info .dropdown>a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: right;
  position: relative;
  width: 100%;
  text-align: center;
}

.user-info .dropdown>a>.ttuserheading {
  display: none;
}

.user-info .dropdown .expand-more {
  display: none;
}

.user-info .dropdown>a>.user {
  color: #111;
  float: left;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  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;
  width: 40px;
}

.user-info .dropdown>a:hover>.user,
.user-info .dropdown.open>a>.user {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  color: #2e4a5b;
}

.user-info .dropdown>ul {
  border: 1px solid #e5e5e5;
  left: auto;
  min-width: 180px;
  padding: 15px;
  right: 0;
  top: 80px;
  border-top: 3px solid #2e4a5b;
  background-color: #fff;
}

.user-info .dropdown-menu>li>a {
  color: #555;
  font: 500 13px/20px "Raleway", Helvetica, sans-serif;
  padding: 3px 0;
}

.user-info ul.dropdown-menu li>a>i {
  color: #000;
  float: left;
  font-size: 18px;
  padding: 0 5px 0 0;
  line-height: 20px;
}

.user-info .dropdown-menu>li>a:hover {
  color: #111;
}

.user-info .ttlanguage {
  margin: 5px 0 0;
}

/*----------------------- userinfo ----------------------------------- */
/* cart */
.cart {
  float: left;
  width: auto;
}

#cart {
  float: right;
  width: 100%;
}

#cart>button>i.shopping-cart {
  color: #111;
  float: left;
  font-size: 26px;
  height: 100%;
  line-height: 40px;
  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;
  width: 100%;
}

#cart>button:hover>i.shopping-cart,
#cart.open>button>i.shopping-cart {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  color: #2e4a5b;
}

#cart.open>.btn {
  color: #666666;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
}

#cart button.btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  float: left;
  height: 40px;
  padding: 0;
  position: relative;
  width: 40px;
}

#cart .cart-heading {
  color: #fff;
  display: none;
  font: 500 16px/16px "Raleway", Helvetica, sans-serif;
}

#cart #cart-total {
  background: #2e4a5b;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  bottom: auto;
  color: #fff;
  float: right;
  font-size: 12px;
  font-weight: 600;
  height: 16px;
  left: auto;
  right: 0;
  line-height: 16px;
  margin: auto;
  padding: 0 3px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 16px;
  z-index: 1;
}

#cart.open>.btn:hover {
  color: #444444;
}

#cart .dropdown-menu {
  border: 1px solid #af8952;
  display: none;
  min-width: 300px;
  padding: 10px;
  right: 0;
  top: 80px;
  max-height: 630px;
  overflow-x: hidden;
  overflow-y: visible;
  z-index: 1001;
  border-top: 3px solid #af8952;
}

#cart .dropdown-menu::after {
  color: #fff;
  content: "\e5c7";
  font-family: "Material Icons";
  font-size: 36px;
  position: absolute;
  right: 0;
  top: -15px;
}

#cart .dropdown-menu .btn.btn-danger i.fa-times {
  font-size: 12px;
  padding: 4px;
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li p {
  float: left;
  width: 100%;
  color: #555;
  padding: 5px 0;
  margin: 0;
}

#cart .dropdown-menu li p a strong {
  color: #fff !important;
  font-weight: 600;
  font-size: 13px;
}

#cart .dropdown-menu li p a strong i.fa {
  padding: 0 3px 0 0;
}

#cart .header-cart-toggle .btn-danger {
  border: medium none;
  color: #222;
  height: auto;
  padding: 0;
  width: auto;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
}

#cart .header-cart-toggle .text-right>strong {
  width: 20%;
  color: #555;
  font-size: 13px;
  font-weight: 500;
}

#cart .dropdown-menu li p a:first-child {
  background: #654516 !important;
  color: #fff !important;
  float: left;
  margin: 0;
}

#cart .dropdown-menu li p a:first-child:hover,
#cart .dropdown-menu li p a:first-child:focus {
  background: #111;
  color: #fff;
}

#cart .dropdown-menu li p a {
  background: #b17f37 !important;
  border: none;
  color: #fff;
  float: right;
  font: 400 14px/24px "Raleway", Helvetica, sans-serif;
  padding: 8px 15px;
  letter-spacing: 1px;
  margin: 0 0 0 5px;
  position: relative;
  width: 48%;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  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;
}

#cart .dropdown-menu li p a:hover,
#cart .dropdown-menu li p a:focus {
  background: #2e4a5b;
  border: none;
  color: #fff;
}

#cart .dropdown-menu li p>a::after {
  background: #111;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  position: absolute;
  top: 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;
  width: 0;
  z-index: -1;
}

#cart .dropdown-menu li p a:first-child::after {
  background: #2e4a5b;
}

#cart .dropdown-menu li p>a:hover::after,
#cart .dropdown-menu li p>a:focus::after {
  width: 100%;
}

#cart .header-cart-toggle td small {
  display: none;
}

.header-cart-toggle .table>tbody>tr>td,
.table>tbody>tr>th,
.header-cart-toggle .table>tfoot>tr>td,
.table>tfoot>tr>th,
.header-cart-toggle .table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px 4px;
  border-color: #e5e5e5;
}

.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: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 10px 4px;
}

.header-cart-toggle .table.table-bordered tr:first-child td {
  padding-top: 10px !important;
}

.header-cart-toggle .table.table-bordered tr:last-child td {
  padding-bottom: 10px !important;
}

.header-cart-toggle .table>tbody>tr>td {
  border: none;
}

#cart .table-bordered>thead>tr>th,
#cart .table-bordered>tbody>tr>th,
#cart .table-bordered>tfoot>tr>th,
#cart .table-bordered>thead>tr>td,
#cart .table-bordered>tbody>tr>td,
#cart .table-bordered>tfoot>tr>td {
  border: medium none;
  padding: 1px 0;
  text-align: left;
}

#cart .header-cart-toggle .text-left.name>a {
  color: #555;
  font-size: 13px;
}

#cart .header-cart-toggle .text-right.amount {
  color: #111;
  font: 400 13px/18px "Oswald", Helvetica, sans-serif;
  text-align: left;
}

.header-cart-toggle .table .text-center img {
  max-width: none;
  border: none;
  /* border-radius: 50%; */
  /* -moz-border-radius: 50%; */
  /* -webkit-border-radius: 50%; */
  /* -khtml-border-radius: 50%; */
}

#cart .header-cart-toggle .text-right.price-total {
  color: #111;
  text-align: right;
  font: 400 13px/18px "Oswald", Helvetica, sans-serif;
  white-space: nowrap;
}

.cart-form .table-bordered td.text-right.unit-price {
  color: #111;
  font: 400 16px/18px "Oswald", Helvetica, sans-serif;
}

.cart .dropdown-menu .btn>i.close-clear {
  font-size: 16px;
  padding: 0 1px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}

.cart .dropdown-menu .btn>i.close-clear:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  background: #2e4a5b;
  color: #fff;
}

.cart-form .cart_input_block.input-group {
  display: inline-block;
  width: auto;
}

.cart-form .cart_input_block .input-group-btn .btn-primary {
  padding: 12px 14px;
  line-height: 20px;
}

.cart-form .input-group-btn button i {
  font-size: 18px;
  vertical-align: top;
}

#cart .header-cart-toggle .table.table-bordered {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eaeaea -moz-use-text-color;
  border-image: none;
  border-style: solid none;
  border-width: 1px medium;
  padding: 10px 0;
}

#cart .header-cart-toggle li:first-child tr:first-child td {
  border: 0 none;
}

#cart .dropdown-menu .btn.btn-danger i.fa-times {
  font-size: 14px;
  padding: 4px;
  color: #777;
}

#cart .header-cart-toggle .text-right {
  color: #555;
}

#cart .dropdown-menu .btn.btn-danger:hover i.fa-times {
  color: #9c9b9b;
}

#cart .table.table-striped tr {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#cart .dropdown-menu .table .text-center.image>a {
  padding: 0;
}

header .full-header {
  float: left;
  display: flex;
  text-align: center;
  position: relative;
  width: 100%;
  padding: 0 30px;
  z-index: 3;
  background: #fff;
  align-items: center;
  justify-content: space-around;
}

.common-home header .full-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  left: 0;
  position: static;
  right: 0;
  top: 0;
  background: none;
}

/* --------------------------------- search Start------------------------------------------------------------*/
.search {
  float: left;
  width: auto;
}

.ttsearch {
  float: left;
}

.ttsearch_button {
  float: left;
  width: 100%;
}

.ttsearchtoggle {
  display: none;
  left: auto;
  position: absolute;
  right: 0;
  left: auto;
  top: 80px;
  width: 320px;
  z-index: 9999;
}

.close-search {
  display: none;
}

.ttsearchtoggle .input-group-btn {
  float: right;
}

#search .ttsearch_button .icon-search {
  color: #111;
  float: left;
  font-size: 26px;
  height: 100%;
  line-height: 40px;
  position: relative;
  transition: transform 360ms ease-in-out 0s,
    -webkit-transform 360ms ease-in-out 0s;
  -webkit-transition: transform 360ms ease-in-out 0s,
    -webkit-transform 360ms ease-in-out 0s;
  -moz-transition: transform 360ms ease-in-out 0s,
    -webkit-transform 360ms ease-in-out 0s;
  -o-transition: transform 360ms ease-in-out 0s,
    -webkit-transform 360ms ease-in-out 0s;
  -ms-transition: transform 360ms ease-in-out 0s,
    -webkit-transform 360ms ease-in-out 0s;
  width: 100%;
  text-align: center;
}

#search .ttsearch_button:hover .icon-search {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  color: #2e4a5b;
}

.search #search.active .ttsearch_button .icon-search {
  display: none;
}

.search .ttsearch_button .icon-close {
  color: #2e4a5b;
  display: none;
  float: left;
  font-size: 26px;
  height: 100%;
  line-height: 40px;
  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;
  width: 100%;
  text-align: center;
}

.search #search.active .ttsearch_button .icon-close {
  display: block;
}

#search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  float: left;
}

#search .select-wrapper {
  max-width: 160px;
}

#search .select-wrapper select {
  height: 40px;
  margin: 0 -1px 0 0;
}

#search .select-wrapper::after {
  padding: 3px;
}

#search .input-lg {
  float: right;
  height: 42px;
  line-height: 20px;
  padding: 0 15px;
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  letter-spacing: 1px;
  color: #777;
  font-size: 14px;
  font-weight: 500;
  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;
  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;
  position: relative;
  border-top: 3px solid #2e4a5b;
  font-family: "Raleway";
}

#search .form-control::-moz-placeholder {
  color: #777;
  text-indent: 0.625rem;
}

#search .btn-lg {
  font-size: 14px;
  color: #777777;
  line-height: 12px;
  padding: 0;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  position: absolute;
  left: auto;
  right: 5px;
  top: -35px;
  left: auto;
  z-index: 9999;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
}

#search .btn-lg:hover {
  color: #111;
}

#search .btn.btn-default.btn-lg::after {
  display: none;
}

#search.active .ttsearch_button {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}

@media (max-width: 991px) {
  .ttsearchtoggle {
    top: 61px;
  }
}

@media (max-width: 480px) {
  .ttsearchtoggle {
    left: auto;
    right: -80px;
    width: 300px;
  }

  .ttsearchtoggle {
    top: 56px;
  }

  .ttsearchtoggle::after {
    display: none;
  }

  .user-info .dropdown>ul::after {
    display: none;
  }
}

/*--------------------------------------------- Search End --------------------------------------------------------*/
/* ------------------------------------ ajex search CSS Start -----------------------------------*/
.live-search {
  width: 100%;
  position: absolute;
  z-index: 1000;
  padding: 10px;
  margin-top: 40px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  left: 0;
  display: none;
}

.live-search .loading {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.live-search ul {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.live-search ul li {
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
  float: left;
  width: 100%;
}

.live-search ul li:hover a {
  background: #f5f5f5 none repeat scroll 0 0;
}

.live-search ul li a {
  display: block;
  float: left;
  padding: 10px;
  text-decoration: none;
  width: 100%;
}

.live-search ul li .product-image {
  float: left;
  padding: 0;
  width: auto;
}

.live-search ul li .product-name p {
  color: #555555;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 10px 0 0;
}

.live-search ul li .search-description {
  float: left;
  padding: 0 10px;
  text-align: left;
}

.live-search ul li .product-name {
  font: 500 13px/18px "Raleway", Helvetica, sans-serif;
  color: #111;
}

.live-search ul li .product-price {
  color: #222222;
  font: 600 14px/18px "Raleway", Helvetica, sans-serif;
  margin-bottom: 10px;
  margin-top: 5px;
}

.live-search ul li .product-price .price {
  color: #111;
  display: block;
  float: left;
  width: auto;
  margin: 0 5px 0 0;
  font: 400 14px/16px "Oswald", Helvetica, sans-serif;
}

.live-search ul li .product-price .special {
  color: #666;
  text-decoration: line-through;
  display: block;
  font: 400 13px/16px "Oswald", Helvetica, sans-serif;
}

.live-search .result-text {
  float: left;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  padding: 8px 0;
  width: 100%;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.live-search .result-text:hover {
  background: #f5f5f5;
}

.live-search .result-text:hover .view-all-results {
  color: #111;
}

.live-search .view-all-results {
  color: #333;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.live-search .product-image img {
  width: 70px;
  max-width: 100%;
  border: none;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .live-search ul li {
    width: 100%;
  }
}

@media (max-width: 481px) {
  .live-search ul li .product-image {
    width: auto;
  }
}

/* ------------------------------------ ajex search CSS Start -----------------------------------*/
#top-links .list-inline>li.account-nav>a {
  color: #888888;
  line-height: 24px;
  text-decoration: none;
  margin: 0px;
  background: none;
}

.user-info .ttlanguage,
.user-info .ttcurrency {
  float: left;
  width: 100%;
}

.ttlanguage .pull-left,
.ttcurrency .pull-left {
  width: 100%;
}

#form-language .btn-group>.btn-link,
#form-currency .btn-group>.btn-link {
  color: #111;
  float: left;
  padding: 0 10px;
  width: 100%;
}

#form-currency .material-icons,
#form-language .material-icons {
  line-height: 14px;
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
}

#form-currency .material-icons::before,
#form-language .material-icons::before {
  content: "\e313";
  font-size: 14px;
  line-height: 18px;
  color: #111;
  vertical-align: 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;
}

#form-currency .btn-group.open .material-icons::before,
#form-language .btn-group.open .material-icons::before {
  content: "\e316";
}

#form-currency .btn-link,
#form-language .btn-link {
  border: medium none;
  color: #999;
  display: block;
  float: left;
  font: 600 14px/24px "Raleway", Helvetica, sans-serif;
  letter-spacing: 1px;
  padding: 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.ttlanguage .btn-link>span,
.ttcurrency .btn-link>span {
  color: #111;
  font-size: 14px;
  font-weight: 600;
  display: inline-block !important;
}

.header-lang-curr {
  float: left;
  width: auto;
  margin: 38px 0;
}

.ttlanguage .btn-group>ul,
.ttcurrency .btn-group>ul {
  clear: both;
  float: left;
  padding: 7px 0;
  width: 100%;
}

.ttlanguage .btn-group ul li,
.ttcurrency .btn-group ul li {
  list-style: outside none none;
}

#form-currency .btn-group button.btn-link:hover,
#form-currency .btn-group.open button.btn-link span,
#form-currency .btn-group.open button.btn-link,
#form-currency button:hover span,
#form-currency .btn-group .btn-link:hover>strong,
#form-currency .btn-group.open .btn-link strong,
#form-language .btn-group button.btn-link:hover,
#form-language .btn-group.open button.btn-link,
#form-language .btn-group:hover .expand-more::before,
#form-currency .btn-group:hover .expand-more::before,
#form-currency .btn-group.open .expand-more::before,
#form-language .btn-group.open .expand-more::before,
#form-language .btn-group.open .dropdown-toggle {
  color: #111;
}

#form-currency .btn-group ul.dropdown-menu.currency-toggle,
#form-language .btn-group ul.dropdown-menu.language-toggle,
#top-links .dropdown .dropdown-menu {
  border: 1px solid #e5e5e5;
  font-size: 13px;
  left: 0;
  right: auto;
  min-width: 160px;
  padding: 10px 16px;
  position: absolute;
  text-align: left;
  top: 38px;
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  background: #fff;
  border-top: 3px solid #2e4a5b;
}

#form-currency .btn-group ul.dropdown-menu.currency-toggle {
  right: 0;
  left: auto;
}

#form-currency .btn-group .dropdown-menu.currency-toggle li button,
#form-language .btn-group .dropdown-menu.language-toggle li button,
#top-links .dropdown-menu a {
  border: medium none;
  color: #555;
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  text-align: left;
}

.full-header .pull-left #form-currency {
  position: relative;
}

.full-header .pull-left #form-currency::before {
  content: "";
  border-left: 1px solid #999;
  top: 3px;
  bottom: auto;
  left: 0;
  right: auto;
  position: absolute;
  height: 20px;
  margin: 0 auto;
}

#form-language .language-select>img {
  margin: 0 2px 0 0;
}

#form-currency .btn-group .dropdown-menu.currency-toggle li:hover button,
#form-language .btn-group .dropdown-menu.language-toggle li:hover button {
  color: #111;
}

#form-language .dropdown-toggle>img,
.header-top-right #form-currency .dropdown-toggle>strong {
  margin: 0 2px;
}

.header_user_info>a>i,
.header_user_info>a>.fa-user {
  display: none;
}

#checkout-cart.container>.row {
  clear: both;
}

/* header user info End*/
/* logo */
#mobile-logo {
  display: none;
}

#logo img {
  max-width: 150px;
  height: auto;
  /* margin-top: 14px; */
}

.header-top-cms {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.header-left {
  float: left;
  margin: 24px 0;
  z-index: 3;
}

header {
  float: left;
  width: 100%;
}

.common-home header {
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  z-index: 3;
  background: none;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}

header:hover {
  background: #fff;
}

.header-left-cms {
  display: inline-block;
  float: left;
  vertical-align: top;
  width: auto;
}

/* menu */
/* Mega Menu Stylesheet START */
#menu.mega-menu ul.nav ul.list-unstyled li {
  display: table;
}

#menu.mega-menu ul.nav li ul.list-unstyled>li.dropdown .dropdown-menu {
  position: static;
  display: block;
}

/* Mega Menu Stylesheet START */
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1>li>a {
  color: #777;
}

.menu-container {
  background: #111;
  clear: both;
  position: relative;
  padding-left: 26%;
  float: left;
  width: 100%;
}

#menu {
  margin: 0 auto;
  min-height: auto;
  text-align: center;
  width: 100%;
}

#menu div.navbar-header {
  cursor: pointer;
  display: block;
  overflow: hidden;
}

#menu .list-unstyled.childs_1.mega-dropdown-menu .dropdown>a {
  color: #414141;
  font: 400 14px/22px "Raleway", Helvetica, sans-serif;
  padding: 0;
  width: 100%;
  text-align: left;
}

#menu .dropdown-inner .list-unstyled.childs_2.single-dropdown-menu a {
  padding: 0 0 0 20px;
}

#menu .dropdown-inner ul.mega-dropdown-menu.childs_1>li>a:hover,
#menu .dropdown-inner li a:hover,
#menu .dropdown-inner li a:focus {
  color: #111;
}

#menu .list-unstyled.childs_1.mega-dropdown-menu .list-unstyled.childs_2 a:hover,
#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu a:hover {
  color: #111;
}

#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown>a::after {
  display: none;
}

#menu .nav>li>span {
  cursor: pointer;
}

#menu .nav>li>a,
#menu .nav>li>span {
  color: #414141;
  display: block;
  font: 400 15px/22px "Raleway", Helvetica, sans-serif;
  padding: 20px;
  background: none;
}

#menu .list-unstyled.childs_2 {
  padding: 5px 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
  padding: 20px 0;
}

#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.mega-dropdown-menu {
  padding: 20px;
}

#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.mega-dropdown-menu:first-child {
  padding: 20px 0 20px 20px;
}

#menu .dropdown-inner a {
  color: #414141;
  display: block;
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 26px;
  min-width: 160px;
  padding: 0;
  text-align: left;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 3px 20px;
  font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #fff;
  background-color: #777;
}

#menu #category {
  color: #111;
  float: left;
  font: 700 14px/40px "Raleway", Helvetica, sans-serif;
}

#menu #category:hover {
  color: #111;
}

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 2px 18px;
  float: right;
  background-color: #777;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #fff;
  background-color: #777;
}

#menu .navbar-nav>li {
  display: inline-block;
  float: none;
}

#menu .navbar-nav {
  float: none;
}

#menu ul.nav ul.list-unstyled li.dropdown>a::after {
  border-top: 1px solid #eeeeee;
  bottom: -4px;
  content: "";
  float: left;
  height: 1px;
  left: 0;
  position: absolute;
  width: 20%;
}

#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu a,
#menu .more-menu .list-unstyled.childs_1 a {
  padding: 0 20px;
  color: #414141;
}

#menu .nav>li>a:hover,
#menu .nav.navbar-nav>li:hover>a,
#menu li:hover>span,
#menu .nav>li.dropdown:hover::after,
#menu .nav>li.dropdown:focus::after,
#menu .nav>li>a:focus,
#menu .nav>li>a:active,
#menu li.more-menu .dropdown-menu ul li a:hover,
#menu li.more-menu .dropdown-menu ul li span:hover,
#menu li.more-menu .dropdown-menu ul li a:focus,
#menu li.more-menu .dropdown-menu ul li span:focus,
#menu li.more-menu .dropdown-menu ul li a:active,
#menu li.more-menu .dropdown-menu ul li span:active {
  color: #111111;
}

/* 2 Level Sub Categories START */
#menu ul.nav ul.list-unstyled li {
  min-width: 160px;
}

#menu ul.nav li ul.list-unstyled.mega-dropdown-menu>li.dropdown .dropdown-menu {
  border: 0;
  position: static;
  display: block;
  width: 150px;
}

#menu ul.nav li ul.list-unstyled.single-dropdown-menu>li.dropdown .dropdown-menu {
  left: 160px;
  top: 0;
  position: absolute;
  display: none;
  border-color: #eaeaea;
}

#menu ul.nav li ul.list-unstyled>li.dropdown:hover>.dropdown-menu {
  display: block;
}

#menu .nav>li.dropdown::after {
  bottom: auto;
  color: #414141;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 12px;
  left: auto;
  position: absolute;
  top: 19px;
  right: 5px;
}

#menu .nav.navbar-nav>li:hover>a,
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1>li>a:hover,
#menu .nav.navbar-nav>li:hover>span {
  color: #111;
}

#menu .nav>li.dropdown:hover::after {
  color: #414141;
  content: "\f106";
}

#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 13px;
  position: absolute;
  right: 15px;
  top: 0;
}

/* 2 Level Sub Categories END */
/* content */
#content {
  min-height: 600px;
}

.tthome {
  float: left;
  width: 100%;
}

.tthome #content {
  padding: 0;
}

/* Slideshow Slider Stylesheet */
.common-home>.row {
  margin: 0;
}

.content-top {
  float: left;
  width: 100%;
  margin-top: 98px;
}

/*---------------------------------------------- Slideshow Slider Stylesheet start-------------------------------*/
.top-column {
  margin-bottom: 30px;
}

.swiper-wrapper {
  direction: ltr !important;
}

.slideshow-panel {
  position: relative;
  float: left;
  margin: 0;
  width: 100%;
  margin: 0;
}

.slideshow-panel .swiper-viewport {
  border: medium none;
  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;
  margin: 0;
  float: left;
}

.slideshow-panel .swiper-container {
  width: 100%;
}

.slideshow-panel .ttloader {
  background: #fff url("TemplateTrip/images/ajax-loader.gif") no-repeat scroll center center;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.ttloading-bg {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.slideshow-panel img {
  width: 100%;
  height: auto;
}

.slideshow-panel .swiper-container .swiper-pagination {
  display: none;
}

.slideshow-panel .swiper-container .swiper-pager {
  position: static;
  line-height: normal;
}

.slideshow-panel .swiper-container .swiper-pager div {
  margin: auto;
  top: 0;
  bottom: 0;
  text-align: center;
  text-shadow: none;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  height: 70px;
  width: 70px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  font: 500 14px/70px Raleway, Helvetica, sans-serif;
  color: #fff;
  border: 2px solid #fff;
  background: #fff;
}

.slideshow-panel .swiper-container .swiper-pager div:hover {
  background: #2e4a5b;
  border-color: #2e4a5b;
}

.slideshow-panel .swiper-container .swiper-pager div.swiper-button-prev {
  left: 70px;
  right: auto;
}

.slideshow-panel .swiper-container:hover .swiper-pager div.swiper-button-prev {
  left: 50px;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.slideshow-panel .swiper-container .swiper-pager div.swiper-button-next {
  right: 70px;
  left: auto;
}

.slideshow-panel .swiper-container:hover .swiper-pager div.swiper-button-next {
  right: 50px;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.slideshow-panel .swiper-button-next::before,
.slideshow-panel .swiper-button-prev::before {
  display: none;
}

.slideshow-panel .swiper-container .swiper-pager div .material-icons {
  color: #111;
  font-size: 28px;
  line-height: 66px;
  font-weight: 400;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}

.slideshow-panel .swiper-container .swiper-pager div:hover .material-icons {
  color: #fff;
}

@media (max-width: 1199px) {
  .slideshow-panel .swiper-container .swiper-pager div {
    height: 60px;
    width: 60px;
    line-height: 40px;
  }

  .slideshow-panel .swiper-pager .swiper-button-prev::before,
  .slideshow-panel .swiper-pager .swiper-button-next::before {
    font-size: 35px;
    line-height: 40px;
  }

  .slideshow-panel .swiper-container .swiper-pager div .material-icons {
    line-height: 60px;
  }
}

@media (max-width: 991px) {
  .slideshow-panel .swiper-pager .swiper-button-prev::before {
    left: 13px;
    top: 7px;
    right: auto;
  }

  .slideshow-panel .swiper-pager .swiper-button-next::before {
    left: auto;
    right: 12px;
    top: 7px;
  }

  .slideshow-panel .swiper-container .swiper-pager div,
  .slideshow-panel .swiper-container .swiper-pager div:hover {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }

  .slideshow-panel .swiper-container .swiper-pager div {
    padding: 5px;
    font-size: 0;
  }

  .slideshow-panel .swiper-container .swiper-pager div {
    height: 45px;
    width: 45px;
    line-height: 36px;
  }

  .slideshow-panel .swiper-container .swiper-pager div .material-icons {
    line-height: 32px;
  }

  .slideshow-panel .swiper-container .swiper-pager div.swiper-button-prev {
    left: 30px;
  }

  .slideshow-panel .swiper-container .swiper-pager div.swiper-button-next {
    right: 30px;
  }

  .slideshow-panel .swiper-container:hover .swiper-pager div.swiper-button-prev {
    left: 30px;
  }

  .slideshow-panel .swiper-container:hover .swiper-pager div.swiper-button-next {
    right: 30px;
  }

  .slideshow-panel .swiper-pager .swiper-button-prev::before,
  .slideshow-panel .swiper-pager .swiper-button-prev::before,
  .slideshow-panel .swiper-pager .swiper-button-next::before {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 480px) {

  .slideshow-panel .swiper-container .swiper-pager .swiper-button-prev,
  .slideshow-panel:hover .swiper-container .swiper-pager .swiper-button-prev {
    width: 30px;
    height: 30px;
    background: transparent;
    border: transparent;
  }

  .slideshow-panel .swiper-container .swiper-pager .swiper-button-next,
  .slideshow-panel:hover .swiper-container .swiper-pager .swiper-button-next {
    width: 30px;
    height: 30px;
    background: transparent;
    border: transparent;
  }

  .slideshow-panel .swiper-container .swiper-pager div .material-icons {
    color: #111;
  }

  .slideshow-panel .swiper-container .swiper-pager div:hover .material-icons {
    color: #2e4a5b;
  }

  .slideshow-panel .swiper-container .swiper-pager div.swiper-button-prev {
    left: 3px;
    padding: 0;
  }

  .slideshow-panel .swiper-container .swiper-pager div.swiper-button-next {
    right: 3px;
    padding: 0;
  }

  .slideshow-panel .swiper-container:hover .swiper-pager div.swiper-button-prev {
    left: 3px;
  }

  .slideshow-panel .swiper-container:hover .swiper-pager div.swiper-button-next {
    right: 3px;
  }

  .header-top-left {
    padding: 5px 0 0;
  }

  .slideshow-panel .swiper-container .swiper-pager div {
    height: 30px;
    width: 30px;
    line-height: 20px;
  }

  .slideshow-panel .swiper-pager .swiper-button-prev::before,
  .slideshow-panel .swiper-pager .swiper-button-prev::before,
  .slideshow-panel .swiper-pager .swiper-button-next::before {
    font-size: 20px;
    line-height: 22px;
  }

  .slideshow-panel .swiper-pager .swiper-button-prev::before {
    left: -2px;
    top: -3px;
    right: auto;
  }

  .slideshow-panel .swiper-pager .swiper-button-next::before {
    left: auto;
    right: -3px;
    top: -2px;
  }

  .slideshow-panel .swiper-container .swiper-pager {
    bottom: 0;
    line-height: 20px;
  }
}

/*---------------------------------------------- Slideshow Slider Stylesheet end-------------------------------*/
/*------------------------ CustomNavigation Button CSS Start -----------------------------------*/
.customNavigation {
  float: left;
  direction: ltr;
  text-align: center;
  width: 100%;
}

.customNavigation a {
  color: #111;
  cursor: pointer;
  display: inline-block;
  float: none;
  padding: 0;
  position: relative;
  vertical-align: middle;
  font-size: 0;
  width: auto;
  height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  font-weight: 600;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  line-height: 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}

.customNavigation a span {
  float: none;
  font-size: 0;
  width: 50px;
  height: 2px;

  display: inline-block;
  vertical-align: middle;
  background: #d9d9d9;
  position: relative;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.customNavigation a:hover span {
  background: #ffc000;
  width: 70px;
}

.customNavigation a.prev.active span,
.customNavigation a.next.active span {
  width: 30px;
}

.customNavigation a.prev {
  margin: 0 20px 0 0;
}

.customNavigation a span.material-icons.arrow-back::before {
  background: #d9d9d9;
  content: "";
  position: absolute;
  left: -2px;
  right: auto;
  top: auto;
  bottom: -7px;
  height: 2px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.customNavigation a span.material-icons.arrow-back::after {
  background: #d9d9d9;
  content: "";
  position: absolute;
  left: -2px;
  right: auto;
  top: -7px;
  bottom: auto;
  height: 2px;
  width: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.customNavigation a span.material-icons.arrow-forward::before {
  background: #d9d9d9;
  content: "";
  position: absolute;
  left: auto;
  right: -2px;
  top: -7px;
  bottom: auto;
  height: 2px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.customNavigation a span.material-icons.arrow-forward::after {
  background: #d9d9d9;
  content: "";
  position: absolute;
  left: auto;
  right: -2px;
  top: auto;
  bottom: -7px;
  height: 2px;
  width: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.customNavigation a:hover span.material-icons.arrow-back::after,
.customNavigation a:hover span.material-icons.arrow-back::before,
.customNavigation a:hover span.material-icons.arrow-forward::after,
.customNavigation a:hover span.material-icons.arrow-forward::before {
  background: #ffc000;
}

#column-left .customNavigation,
#column-right .customNavigation {
  display: none;
}

/*------------------------ CustomNavigation Button CSS End -----------------------------------*/
/*------------------------ Owl-Carousel CSS Start -----------------------------------*/
.owl-carousel .owl-dots {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.owl-carousel button.owl-dot {
  float: none;
  height: 100%;
  width: 8px;
  margin: 0 4px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  outline: none;
}

.owl-carousel button.owl-dot.active,
.owl-theme .owl-dots .owl-dot.active {
  width: 18px;
}

.owl-carousel button.owl-dot span,
.owl-theme .owl-dots .owl-dot span {
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  margin: 0;
  background: #b8b0b0;
  display: block;
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  margin: 5px 0;
}

.owl-carousel button.owl-dot:hover span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2e4a5b;
}

.owl-carousel button.owl-dot.active span,
.owl-theme .owl-dots .owl-dot.active span {
  background: #2e4a5b;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 20px;
}

/*------------------------ Owl-Carousel CSS End -----------------------------------*/

/* Category Page */
#content h2.category-name {
  margin-top: 0;
}

#column-left .left-right-inner>div,
#column-right .right-left-inner>div {
  background: none;
  border: none;
  float: left;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
}

#column-left .products-list .row>div .caption .price,
#column-right .products-list .row>div .caption .price,
#column-left .product-thumb .price-new,
#column-right .product-thumb .price-new {
  font-size: 14px;
  line-height: 18px;
}

#column-left .swiper-viewport,
#column-right .swiper-viewport {
  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;
  padding: 0;
  border: none;
}

#column-left .swiper-wrapper,
#column-right .swiper-wrapper {
  height: auto;
}

.category-list ul {
  padding: 0;
}

.category-list ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
  text-align: center;
}

.subcategory-image {
  clear: both;
  padding: 0 0 8px;
}

.subcategory-image>a {
  background: none;
  border: none;
  display: block;
  padding: 6px;
}

.category-list li:hover .subcategory-image>a {
  border: none;
}

.subcategory-image img {
  max-width: 100%;
}

.category-list h5 {
  float: left;
  text-align: center;
  width: 100%;
  margin: 0 0 10px;
}

.category-list h5 a {
  color: #666;
  display: inline-block;
  font: 500 13px/22px "Raleway", Helvetica, sans-serif;
  word-break: break-all;
}

.category-list li:hover h5 a,
.category-list li:focus h5 a {
  color: #333;
}

.category-filter label {
  color: #222;
  font: 500 13px/20px "Raleway", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  background: none;
  border: none;
  width: auto;
}

.category-compare {
  margin: 0;
  float: left;
  width: 100%;
}

.category-products {
  float: left;
  width: 100%;
}

.category-treeview ul {
  margin: 0px;
}

.category-treeview li {
  position: relative;
  list-style: none;
}

.category-treeview li.category-li .list-tree:before {
  content: "\e5cf";
  font-family: "Material Icons";
  font-size: 16px;
  font-weight: normal;
  color: #555;
  position: absolute;
  cursor: pointer;
  padding: 2px 5px;
  right: 0px;
  top: 0px;
  z-index: 2;
  font-weight: 600;
}

.category-treeview li.category-li.category-active.active .list-tree::before {
  content: "\e5ce";
  color: #111;
  font-weight: 600;
}

.category-treeview li.category-li .list-tree:hover:before {
  color: #111;
}

#column-left .list-group .category-li.category-active a.list-group-item.active,
#column-right .list-group .category-li.category-active a.list-group-item.active {
  color: #111;
  font-weight: 600;
}

.product-thumb .caption .description {
  display: none;
  text-align: center;
}

.products-list,
.list-products {
  position: relative;
  width: 100%;
  margin: 0 0 80px;
  float: left;
}

.products-list>.row {
  clear: both;
}

.product-list .product-thumb .caption .description,
.product-sort .product-thumb .caption .description {
  display: block;
  font-family: "Raleway", Helvetica, sans-serif;
  color: #555;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 500;
  float: left;
  width: 100%;
}

.product-list .product-thumb .caption h4 a,
.product-sort .product-thumb .caption h4 a {
  font-weight: 600;
}

.product-thumb,
.product-layout,
.product-layouts {
  position: relative;
}

.product-thumb {
  overflow: hidden;
  position: relative;
  padding: 0 0 15px 0;
  margin: 5px 0 0 0;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.product-thumb .sale-icon,
.product-sale-icon {
  color: #111;
  font: 600 13px/20px "Raleway", Helvetica, sans-serif;
  left: 0;
  letter-spacing: 1px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  position: absolute;
  right: auto;
  text-align: center;
  top: 15px;
  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;
  z-index: 1;
}

.product-thumb:hover .sale-icon {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  left: 15px;
}

.product-sale-icon {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  top: 15px;
  right: 15px;
  left: auto;
}

.product-thumb .percent,
.product-percent {
  color: #ff0000;
  font: 600 14px/20px "Raleway", Helvetica, sans-serif;
  left: 0;
  letter-spacing: 1px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  position: absolute;
  right: auto;
  text-align: center;
  top: 35px;
  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;
  z-index: 1;
}

.product-thumb:hover .percent {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  left: 15px;
}

.product-percent {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  top: 15px;
  left: 15px;
}

.header-content-title {
  float: left;
  width: 100%;
}

.common-home .header-content-title {
  display: none;
}

.related-carousel.products-list {
  margin: 0 0 50px;
}

/* Column Left - Right Product List */
#column-left .products-list .container,
#column-left .list-products .container {
  padding: 0;
  width: 100%;
}

#column-left {
  clear: left;
}

#column-left .panel-default>.list-group,
#column-right .panel-default>.list-group {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

#column-left .products-carousel,
#column-right .products-carousel {
  float: left;
  margin: 0;
  width: 100%;
}

#column-left .product-thumb:hover,
#column-right .product-thumb:hover,
#header-left .product-thumb:hover,
#header-right .product-thumb:hover,
#footer-left .product-thumb:hover,
#footer-right .product-thumb:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#column-left .product-thumb,
#column-right .product-thumb,
#header-left .product-thumb,
#header-right .product-thumb,
#footer-left .product-thumb,
#footer-right .product-thumb {
  padding: 10px 0;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
}

#column-left .product-thumb:last-child,
#column-right .product-thumb:last-child,
#header-left .product-thumb:last-child,
#header-right .product-thumb:last-child,
#footer-left .product-thumb:last-child,
#footer-right .product-thumb:last-child {
  border: none;
}

#column-left .product-thumb .image,
#column-right .product-thumb .image,
#header-left .product-thumb .image,
#header-right .product-thumb .image,
#footer-left .product-thumb .image,
#footer-right .product-thumb .image {
  float: left;
  padding: 0;
  max-width: 80px;
}

#column-left .product-thumb .image img,
#column-right .product-thumb .image img {
  border: none;
}

#account-wishlist #content td img {
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}

#column-left .product-thumb .sale-icon,
#column-right .product-thumb .sale-icon,
#column-left .product-thumb .percent,
#column-right .product-thumb .percent {
  padding: 1px 5px;
  font-size: 12px;
  left: 0;
  right: auto;
  display: none;
}

#column-left .product-thumb .price-tax,
#column-right .product-thumb .price-tax,
#header-left .product-thumb .price-tax,
#header-right .product-thumb .price-tax,
#footer-left .product-thumb .price-tax,
#footer-right .product-thumb .price-tax {
  display: none;
}

#column-left .rating .fa-star,
#column-left #review .fa-star,
#column-right .rating .fa-star,
#column-right #review .fa-star {
  font-size: 14px;
}

#column-left .product-thumb .caption .sale-icon,
#column-right .product-thumb .caption .sale-icon,
#header-left .product-thumb .caption .sale-icon,
#header-right .product-thumb .caption .sale-icon,
#footer-left .product-thumb .caption .sale-icon,
#footer-right .product-thumb .caption .sale-icon {
  font-size: 11px;
  padding: 0 5px;
  left: 0;
  right: auto;
}

#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group,
#header-left .product-thumb .button-group,
#header-right .product-thumb .button-group,
#footer-left .product-thumb .button-group,
#footer-right .product-thumb .button-group {
  float: left;
  height: auto;
  position: static;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

#column-left .product-thumb .button-group button,
#column-left .product-thumb .button-group button.btn-cart i,
#column-right .product-thumb .button-group button,
#column-right .product-thumb .button-group button.btn-cart i,
#header-left .product-thumb .button-group button,
#header-left .product-thumb .button-group button.btn-cart i,
#header-right .product-thumb .button-group button,
#header-right .product-thumb .button-group button.btn-cart i,
#footer-left .product-thumb .button-group button,
#footer-left .product-thumb .button-group button.btn-cart i,
#footer-right .product-thumb .button-group button,
#footer-right .product-thumb .button-group button.btn-cart i {
  display: none;
}

#column-left .product-thumb .button-group button.btn-cart,
#column-right .product-thumb .button-group button.btn-cart,
#header-left .product-thumb .button-group button.btn-cart,
#header-right .product-thumb .button-group button.btn-cart,
#footer-left .product-thumb .button-group button.btn-cart,
#footer-right .product-thumb .button-group button.btn-cart {
  background: none;
  color: #666666;
  padding: 0;
  margin: 0;
  line-height: normal;
  text-align: left;
  font-weight: normal;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
}

#column-left .special-carousel .sale-icon,
#column-right .special-carousel .sale-icon,
#header-left .special-carousel .sale-icon,
#header-right .special-carousel .sale-icon,
#footer-left .special-carousel .sale-icon,
#footer-right .special-carousel .sale-icon {
  display: none;
}

.product_btn_style2 #column-left .product-thumb .button-group button.btn-cart,
.product_btn_style2 #column-right .product-thumb .button-group button.btn-cart {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.product-list .product-thumb:hover h4 a {
  color: #111;
}

/* Column Left Right - Product Option Filter Style */
#column-left .list-group-item,
#column-right .list-group-item,
#column-left .panel-heading,
#column-right .panel-heading {
  border: medium none;
}

#column-left .list-group a.active,
#column-left .list-group a.active:hover,
#column-left .list-group a:hover {
  background: none;
}

#column-left a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover #column-right a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  background: none;
}

#column-left .option-filter .list-group-items .list-group-item,
#column-right .option-filter .list-group-items .list-group-item {
  color: #111;
  padding: 2px 0;
  float: left;
  width: 100%;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 3px;
}

#column-left .category-li.category-active .list-group-item.current-child-item {
  line-height: 25px;
  color: #555;
}

#column-left .list-group .list-group-item,
#column-right .list-group .list-group-item {
  background: none;
  color: #555;
  cursor: pointer;
  font: 500 13px/28px "Raleway", Helvetica, sans-serif;
  padding: 0;
  margin-bottom: 0;
  z-index: 1;
}

.option-filter .option-filter-box .list-group .list-group-item {
  font-weight: 600 !important;
}

#column-left .category-li.category-active .list-group-item.current-child-item:hover,
#column-left .list-group .list-group-item:hover,
#column-right .list-group .list-group-item:hover {
  color: #111;
}

#column-left .option-filter .checkbox>label:hover,
#column-right .option-filter .checkbox>label:hover {
  color: #111;
}

.category-treeview .list-group a.child-item,
.category-treeview .list-group a.current-child-item {
  margin-left: 10px;
}

#column-left .panel-heading,
#column-right .panel-heading,
#column-left .box-heading,
#column-right .box-heading,
#column-left .panel-heading,
#column-right .panel-heading,
#ttcmstestimonial .title_block {
  background: none;
  color: #111;
  float: left;
  font: 400 18px/20px "Oswald", Helvetica, sans-serif;
  letter-spacing: 1px;
  margin: 0 0 15px;
  padding: 0 0 15px;
  position: relative;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

#column-left .panel-heading::before,
#column-right .panel-heading::before,
#column-left .box-heading::before,
#column-right .box-heading::before {
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: -1px;
  background: #2e4a5b;
  height: 2px;
  width: 30px;
  content: "";
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

#column-left .panel-heading:hover::before,
#column-right .panel-heading:hover::before,
#column-left .box-heading:hover::before,
#column-right .box-heading:hover::before {
  width: 45px;
}

#column-left .title_block a,
#column-right .title_block a {
  color: #111111;
}

#column-left .box-heading>h3::after,
#column-right .box-heading>h3::after {
  display: none;
}

#column-left .box-heading>h3,
#column-right .box-heading>h3 {
  background: none;
  color: #111;
  font: 400 18px/20px "Oswald", Helvetica, sans-serif;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.option-filter .panel-heading,
.option-filter .list-group-item,
.option-filter-box a.list-group-item,
.option-filter .panel-footer,
.option-filter .panel-heading,
.option-filter .list-group-item,
.option-filter-box a.list-group-item,
.option-filter .panel-footer {
  float: left;
  width: 100%;
}

.option-filter .panel-footer,
.option-filter .panel-footer {
  background: none;
  padding: 0 0 10px;
}

.option-filter .checkbox>label,
.option-filter .checkbox>label {
  color: #555;
  font: 500 13px/26px "Raleway", Helvetica, sans-serif;
}

.option-filter .checkbox>label:hover,
.option-filter .checkbox>label:hover {
  color: #111;
}

.option-filter .list-group-items .list-group-item:hover,
.option-filter .list-group-items .list-group-item:hover:after,
.option-filter .list-group-items .list-group-item:hover,
.option-filter .list-group-items .list-group-item:hover:after {
  color: #111;
}

.option-filter .list-group-item .checkbox,
.option-filter .list-group-item .checkbox {
  margin: 0px;
  padding: 0;
}

.option-filter-box .list-group .list-group-items {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  float: left;
  width: 100%;
}

.option-filter-box .list-group .list-group-items:first-child {
  padding-top: 0;
}

.option-filter-box .list-group .list-group-items:last-child {
  border: medium none;
}

.option-filter .list-group-items .list-group-item {
  color: #111;
  background: none;
  font: 500 13px/28px "Raleway", Helvetica, sans-serif;
  padding: 2px 0;
  float: left;
  width: 100%;
  position: relative;
}

#column-left .product-thumb .thumb-description,
#column-right .product-thumb .thumb-description {
  float: left;
  text-align: left;
  padding: 0 10px;
}

#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
  padding: 0;
}

.option-filter .list-group {
  margin: 0px;
}

.option-filter-box a.list-group-item:after {
  font-family: "Material Icons";
  content: "\e5ce";
  font-size: 16px;
  color: #555;
  position: absolute;
  right: 5px;
  top: 2px;
}

.option-filter-box a.list-group-item.collapsed:after {
  content: "\e5cf";
}

.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;
}

/*.category-filter, .category-pagination { border: 1px solid #e5e5e5; }*/
#content .category-filter {
  background: none;
  border: 1px solid #e5e5e5;
  float: left;
  margin: 20px 0;
  text-align: center;
  width: 100%;
  padding: 10px;
}

.category-filter .filter-sort-by,
.category-filter .filter-show {
  float: right;
}

.category-filter .filter-text {
  float: left;
}

.category-filter .filter-grid-list button .material-icons.list-on {
  font-size: 24px;
  line-height: 24px;
}

.category-filter .filter-grid-list button#short-view i {
  font-size: 25px;
  line-height: 26px;
}

.category-filter .filter-show .filter-selection {
  width: 70px;
  float: right;
}

.category-filter .filter-sort-by .filter-selection {
  float: left;
  width: 160px;
}

.category-filter .filter-sort-by {
  width: 100%;
  max-width: 250px;
}

.category-filter .filter-show {
  max-width: 140px;
}

.category-filter .filter-show .filter-text {
  margin: 0 5px;
}

.category-filter .filter-text {
  padding: 9px 5px 0 0;
  margin: 0;
  text-align: left;
}

.category-filter .filter-selection {
  padding: 0;
}

.category-filter .filter-grid-list {
  float: left;
  padding: 0;
  width: 110px;
}

.category-filter .filter-grid-list button {
  width: 25px;
  height: 25px;
  padding: 8px 15px;
  margin: 4px 0 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;
}

.category-filter .filter-grid-list button {
  background: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  color: #777777;
  height: 25px;
  margin: 7px 8px;
  padding: 0;
  width: 25px;
}

.category-filter .filter-grid-list button::after {
  display: none;
}

.category-filter .filter-grid-list button:hover,
.category-filter .filter-grid-list button.active {
  background: none;
  border: none;
  color: #111;
}

.product-category .category-list {
  float: left;
  width: 100%;
}

.category-compare #compare-total {
  color: #666;
}

.category-compare #compare-total:hover {
  color: #111;
}

.category-filter .filter-grid-list button i.fa {
  font-size: 0px;
}

.category-description .category-content p {
  color: #555;
  float: left;
  width: 100%;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  margin: 5px 0 0;
}

.row-pagination-container {
  float: left;
  display: none;
  text-align: center;
  margin-top: 15px;
  width: 100%;
}

.load_more .row-pagination-container {
  display: block;
}

.load_more .row-pagination-container #custom-pagination-button button.disabled::after {
  display: none;
}

#custom-pagination-button {
  display: inline-block;
  float: none;
  vertical-align: top;
}

#custom-pagination-button .load-pagination {
  display: none;
}

.category-pagination {
  background: none;
  border: 1px solid #e5e5e5;
  float: left;
  margin: 15px 0 0;
  padding: 10px 15px;
  width: 100%;
}

.load_more #product-category .category-pagination {
  display: none;
}

.row-pagination-container .pagination-text-justify {
  border: 1px solid #e5e5e5;
  float: left;
  padding: 10px;
  width: 100%;
}

#custom-pagination-button>span#number-products {
  float: right;
  font-size: 16px;
  padding: 5px 25px;
  width: auto;
  line-height: 30px;
}

.category-pagination div.text-left {
  padding: 8px 0;
}

.category-pagination div.text-right {
  padding: 0;
}

.category-pagination .pagination {
  margin: 3px 0 0;
  vertical-align: top;
}

.category-list>h3 {
  color: #111;
  font: 400 16px/18px "Oswald", Helvetica, sans-serif;
  margin: 10px 0;
}

.pagination li:last-child>a::after {
  content: "\e8e4";
  font-family: "Material Icons";
  font-size: 20px;
  left: 0;
  line-height: 30px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.pagination li:first-child>a::after {
  content: "\e317";
  font-family: "Material Icons";
  font-size: 18px;
  left: 0;
  line-height: 30px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin: 0 2px;
}

.pagination>.active>a:hover,
.pagination>li>a:hover,
.pagination>li>a:focus {
  background: transparent;
  border-color: #2e4a5b;
  cursor: pointer;
  color: #fff;
}

.pagination>.active>span:hover,
.pagination>li>span:hover,
.pagination>li>span:focus {
  background: #2e4a5b;
  border-color: #2e4a5b;
}

.pagination>.active>span,
.pagination>.active>a {
  background: #2e4a5b;
  border-color: #2e4a5b;
  color: #111;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  color: #fff;
}

.pagination li:last-child>a,
.pagination li:first-child>a {
  font-size: 0px;
  padding: 7px 0;
}

.pagination>li>a,
.pagination>li>span {
  color: #111;
  padding: 5px 0;
  width: 34px;
  height: 34px;
  text-align: center;
  border-color: #e5e5e5;
  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;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  background: #fff;
  overflow: hidden;
  z-index: 0;
}

.pagination>li>a::before {
  background: #2e4a5b;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  position: absolute;
  top: 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;
  width: 100%;
  z-index: -1;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.pagination>li>a:hover::before,
.pagination>li>a:focus::before {
  transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/* Left Column stylesheet */
#column-left .product-thumb .no-rating,
#column-right .product-thumb .no-rating {
  display: none;
}

#column-left .products-list .row>div,
#column-right .products-list .row>div {
  float: left;
  width: 100%;
}

#column-left .products-list .row>div:first-child,
#column-right .products-list .row>div:first-child {
  padding: 0 0 15px;
  border: none;
}

#column-left .products-list .row>div .caption h4,
#column-left .list-products .row>div .caption h4,
#column-right .products-list .row>div .caption h4,
#column-right .list-products .row>div .caption h4 {
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 18px;
  white-space: nowrap;
}

#column-left .products-list .row>div .caption .price,
#column-left .list-products .row>div .caption .price,
#column-right .products-list .row>div .caption .price,
#column-right .list-products .row>div .caption .price {
  margin: 0;
  padding: 2px 0;
}

#column-left .product-thumb .price-old,
#column-right .product-thumb .price-old {
  font-size: 13px;
}

#column-left .products-list .row>div .caption .price .price-tax,
#column-right .products-list .row>div .caption .price .price-tax {
  display: none;
}

#column-left .products-list .row>div .button-group .btn-wishlist,
#column-right .products-list .row>div .button-group .btn-wishlist {
  display: none;
}

#column-left .products-list .row>div .button-group .btn-compare,
#column-right .products-list .row>div .button-group .btn-compare {
  display: none;
}

#column-left .product-thumb:hover h4 a,
#column-right .product-thumb:hover h4 a,
#column-left .product-thumb .button-group .btn-cart:hover>span,
#column-right .product-thumb .button-group .btn-cart:hover>span {
  color: #111;
}

#column-left .product-thumb .button-group .btn-cart>span,
#column-right .product-thumb .button-group .btn-cart>span {
  display: block !important;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 500;
}

#column-left .product-thumb .image .btn-cart::after,
#column-left .product-thumb .button-group button::after,
#column-right .product-thumb .image .btn-cart::after,
#column-right .product-thumb .button-group button::after {
  display: none;
}

#column-left .product-thumb h4 a:hover,
#column-right .product-thumb h4 a:hover {
  color: #111;
}

#column-left .products-carousel.owl-carousel .owl-nav,
#column-right .products-carousel.owl-carousel .owl-nav {
  float: right;
  width: auto;
  left: auto;
  right: 0;
  top: -50px;
  bottom: auto;
  margin: 0 auto;
  padding: 0;
  position: absolute;
}

#column-left .owl-carousel .owl-nav button span,
#column-right .owl-carousel .owl-nav button span {
  font-size: 0;
}

#column-left .products-list .row>div:last-child,
#column-right .products-list .row>div:last-child {
  padding-bottom: 0;
}

#column-left .products-list .row>div:first-child,
#column-right .products-list .row>div:first-child {
  padding: 0;
  border: none;
}

#column-left .products-carousel.owl-carousel .owl-nav button,
#column-right .products-carousel.owl-carousel .owl-nav button {
  float: left;
  vertical-align: top;
  text-shadow: none;
  height: 31px;
  width: 31px;
  margin: 0;
  padding: 0;
  font-size: 0;
  position: relative;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border: 1px solid #e5e5e5;
  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;
}

#column-left .products-carousel.owl-carousel .owl-nav button,
#column-right .products-carousel.owl-carousel .owl-nav button {
  width: 25px;
  height: 25px;
  border: none;
  background: none;
  margin: 0;
}

#column-left .products-carousel.owl-carousel .owl-nav button.owl-prev::before,
#column-left .products-carousel.owl-carousel .owl-nav button.owl-next::before,
#column-right .products-carousel.owl-carousel .owl-nav button.owl-prev::before,
#column-right .products-carousel.owl-carousel .owl-nav button.owl-next::before {
  position: absolute;
  font-size: 22px;
  line-height: 30px;
  font-family: "Material Icons";
  height: 30px;
  width: 30px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #000000;
  -webkit-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -ms-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  font-weight: 400;
}

#column-left .products-carousel.owl-carousel .owl-nav button.owl-prev::before,
#column-right .products-carousel.owl-carousel .owl-nav button.owl-prev::before {
  content: "\e314";
  left: 0;
  right: auto;
  color: #ffffff;
}

#column-left .products-carousel.owl-carousel .owl-nav button.owl-next::before,
#column-right .products-carousel.owl-carousel .owl-nav button.owl-next::before {
  content: "\e315";
  left: auto;
  right: 0;
  color: #ffffff;
}

#column-left .products-carousel.owl-carousel .owl-nav button.owl-prev::before,
#column-right .products-carousel.owl-carousel .owl-nav button.owl-prev::before,
#column-left .products-carousel.owl-carousel .owl-nav button.owl-next::before,
#column-right .products-carousel.owl-carousel .owl-nav button.owl-next::before {
  color: #111;
  width: 25px;
  height: 25px;
}

/* Product page stylesheet */

.product-images .additional-images-container {
  margin: 0 auto;
  overflow: hidden;
  direction: ltr;
  position: relative;
  text-align: center;
  width: 80%;
  padding: 0 40px;
}

.additional-images .owl-wrapper-outer {
  float: left;
  width: 100%;
  overflow: hidden;
}

.product-details .product-info td {
  padding: 3px;
}

.product-details .product-info .product-info-value {
  color: #555;
  padding: 3px 3px 3px 10px;
  font-weight: 500;
  font-size: 13px;
}

.product-details .product-info tr td {
  color: #222;
}

.product-details .product-info-value>a {
  color: #111;
}

.product-details .product-info-value>a:hover {
  color: #111;
}

.product-product .tab-content {
  padding: 0;
  margin: 0;
  text-align: left;
}

.cpt_product_description strong {
  font-size: 14px;
}

.product-quantity label {
  padding: 12px 0;
}

.product-quantity label,
.product-quantity #input-quantity {
  width: auto;
  text-align: center;
  margin: 0 10px 0 0;
  float: left;
}

.product-quantity #input-quantity {
  margin: auto;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  font-size: 14px;
  float: left;
  height: 42px;
  line-height: 27px;
  padding: 0 6px;
  text-align: center;
  width: 60px;
}

.product-details h1.product-name {
  border-bottom: 1px solid #7e7373;
  color: #111;
  margin: 0 0 12px;
  padding-bottom: 12px;
  font: 500 26px/20px "Raleway", Helvetica, sans-serif;
}

.product-details table.product-info {
  margin: 15px 0;
}

.product-details .product-price {
  border-top: 1px solid #7e7373;
  border-bottom: 1px solid #7e7373;
  padding: 15px 0;
  margin: 15px 0 20px;
}

.product-details .addthis_toolbox {
  width: 100%;
  float: left;
  padding: 15px 0;
}

.product-details .product-options h3 {
  font: 600 16px/18px "Raleway", Helvetica, sans-serif;
  color: #333;
}

.product_extended #product-product .product-left {
  float: left;
  text-align: right;
  padding: 0 20px 0 10px;
  border-right: 1px solid #e5e5e5;
  width: 50%;
}

.product_extended .product-product .product-details .rating>a {
  float: none;
  margin: 2px 0 0 0;
}

.product_extended .product-product .product-details .rating {
  float: right;
  width: 100%;
  text-align: right;
  margin: 0 0 10px;
}

.product_extended .product-product .product-details .rating {
  float: right;
  width: 100%;
  text-align: right;
  margin: 0 0 10px;
}

.product_extended .product-product .product-details .product-price {
  float: right;
  width: 100%;
}

.product_extended .product-product .product-details ul.product-price h2 {
  float: none;
  margin: 0 0 7px;
  font-size: 20px;
}

.product_extended .product-product .product-details .rating {
  float: right;
  width: 100%;
  text-align: right;
  margin: 0 0 10px;
}

.product_extended .product-product .rating .product-rating {
  float: none;
  padding: 2px 15px 0 0;
  width: auto;
  display: inline-block;
  vertical-align: top;
}

.product_extended .product-product .product-details .btn.btn-default.product-btn-wishlist,
.product_extended .product-product .product-details .btn.btn-default.product-btn-compare {
  text-align: right;
  padding: 0 0 0 15px;
  float: right;
}

.product_extended #product-product .product-left {
  text-align: right;
}

.product_extended #product-product .product-left {
  text-align: right;
}

.product_extended .product-product .product-details .addthis_toolbox>a {
  margin: 0;
  float: none;
  width: auto;
}

.product_extended #product-product .product-details table.product-info {
  float: none;
  width: auto;
  margin: 0 0 10px;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}

.product_extended #product-product .product-details h1.product-name {
  text-align: center;
}

.product_extended .product-product .product-details .product-options {
  padding: 0 10px 0 20px;
  width: 50%;
  float: left;
}

.product-details .rating {
  display: table;
}

.product-total-review i,
.product-write-review i {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

.product-details .btn.btn-default.product-btn-wishlist,
.product-details .btn.btn-default.product-btn-compare {
  font-size: 13px;
  color: #555;
  text-align: left;
  border: none;
  background: none;
  padding: 0 15px 0 0;
}

.product-details .btn.btn-default.product-btn-wishlist::after,
.product-details .btn.btn-default.product-btn-compare::after {
  display: none;
}

.product-details .btn.btn-default.product-btn-wishlist:hover,
.product-details .btn.btn-default.product-btn-compare:hover {
  background: none;
  color: #111111;
}

.product-price .product-discounts {
  list-style: none;
  margin-top: 10px;
  font-size: 13px;
}

.product-price .product-reward-points {
  font-size: 13px;
}

.product-details .rating>a {
  border-right: 1px solid #e5e5e5;
  color: #777777;
  float: left;
  font-size: 14px;
  margin: 0 10px 0 0;
  padding: 2px 10px 0 0;
  line-height: 18px;
  height: 20px;
}

.product-details .rating>a:last-child {
  border-right: medium none;
  margin-right: 0;
}

.product-details .rating>a:hover {
  color: #444;
}

.rating .product-rating {
  border-right: 1px solid #e5e5e5;
  float: left;
  margin: 0 10px 0 0;
  padding: 2px 10px 0 0;
  line-height: 18px;
  height: 20px;
}

.product-details .price-new {
  float: left;
  margin: 0 8px 0 0;
}

.product-details .price-old {
  text-decoration: line-through;
  font: 400 13px/18px "Oswald", Helvetica, sans-serif;
  color: #555;
}

.product-details .product-tax {
  margin-top: 10px;
}

.product-details .product-options h3 {
  margin: 10px 0;
}

.product-details ul.product-price h2 {
  color: #111;
  font: 400 16px/18px "Oswald", Helvetica, sans-serif;
  margin: 0 10px 0 0;
}

.product-options .product-quantity {
  clear: both;
  float: left;
}

.product-options .radio,
.product-options .checkbox {
  padding: 0;
  margin-top: 0;
  margin-bottom: 5px;
}

.product-options .alert-info i.info-circle {
  font-size: 18px;
  line-height: 24px;
  vertical-align: top;
}

.form-group .btn-block i.file-upload {
  font-size: 20px;
  vertical-align: top;
}

.form-group .btn-default i.calendar-today {
  font-size: 20px;
  vertical-align: top;
  line-height: 21px;
}

.form-group .btn-default::after {
  display: none;
}

.product-details .btn-group .btn-default i {
  font-size: 18px;
  vertical-align: top;
  line-height: 20px;
}

.product-product .btn.btn-default {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #777;
  padding: 7px 15px;
  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;
}

.product-product .btn.btn-default:hover,
.product-product .btn.btn-default:focus {
  background-color: #2e4a5b;
  border: 1px solid #2e4a5b;
}

.product-details .btn.btn-default.product-btn-wishlist:hover,
.product-details .btn.btn-default.product-btn-wishlist:focus,
.product-details .btn.btn-default.product-btn-compare:hover,
.product-details .btn.btn-default.product-btn-compare:focus {
  background: none;
  border: none;
  color: #111;
}

.product-product .btn.btn-default:hover,
.product-product .btn.btn-default:focus {
  color: #fff;
}

.product-product .product-details .addthis_toolbox>a:first-child {
  margin: 0;
}

.product-product .product-details .addthis_toolbox>a {
  margin: 0 5px;
}

.product-tabs {
  clear: both;
  margin: 50px 0;
  text-align: center;
}

#tab-review label.control-label {
  font: 500 13px/20px "Raleway", Helvetica, sans-serif;
  color: #999;
  margin-bottom: 10px;
}

.product-product .nav.nav-tabs li.active a,
.product-product .nav.nav-tabs li:hover a {
  border: none;
  background: #333333;
  color: #fff;
  cursor: pointer;
}

.product-product .nav-tabs>li {
  margin: 0 10px 10px 0;
  padding: 0;
}

.product-tabs .nav.nav-tabs {
  border: medium none;
  display: inline-block;
  float: none;
  vertical-align: top;
  width: auto;
  margin: 0 0 5px;
  position: relative;
}

.product-product .nav-tabs>li>a {
  background: #f5f5f5;
  border: 0 solid transparent;
  color: #111;
  font: 600 14px/18px "Raleway", Helvetica, sans-serif;
  margin: 0;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  overflow: hidden;
  border: none;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
}

.product-product .nav.nav-tabs li.active a {
  background: none;
  color: #fff;
}

.product-product .nav.nav-tabs li:hover a {
  color: #fff;
  background: #f5f5f5;
}

.product-product .nav-tabs>li>a::after,
.product-product .nav.nav-tabs li.active a::after {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
  background: #af8952;
  height: 100%;
  width: 0;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.product-product .nav-tabs>li:hover>a::after,
.product-product .nav.nav-tabs li.active a::after {
  width: 100%;
}

.product-product #tab-description>h3,
.product-product #form-review>h2 {
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 18px;
  color: #777;
}

.tab-content #tab-description b {
  font-weight: 600;
  color: #414141;
}

#checkout-cart #accordion>.panel-default,
#checkout-cart #accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: none;
  margin-top: 10px;
}

.panel-default {
  border-color: #ddd;
}

#checkout-cart #accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: 1px solid #e5e5e5;
}

.checkout-cart #accordion .panel-heading {
  padding: 0px;
  border: 1px solid #e5e5e5;
  background: #171717;
}

.checkout-cart .panel-collapse .input-group .form-control {
  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;
}

.checkout-cart #accordion .panel-heading a {
  padding: 15px 20px;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 15px;
  background: #f5f5f5;
  color: #111;
}

.checkout-cart #accordion label.control-label {
  width: 100%;
  padding: 0px;
  text-align: left;
  color: #444;
  font-size: 14px;
}

.checkout-cart #accordion .form-group {
  margin: 15px 0;
}

.checkout-cart #accordion .form-group>div {
  width: 100%;
  padding: 0px;
  margin: 5px 0;
}

.checkout-cart #content>.buttons {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}

.checkout-checkout #accordion .panel-default .panel-heading {
  border-color: #333;
  padding: 0 15px;
  background: #f5f5f5;
  color: #333;
}

#account-wishlist #content .text-right .btn-danger {
  padding: 10px 11px;
}

.table.table-bordered {
  border-color: #eaeaea;
  background: #fff;
}

.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 #e5e5e5;
  color: #222;
  vertical-align: middle;
}

.table>tbody+tbody {
  border-top: 2px solid #e5e5e5;
}

.table-bordered .text-right .btn i {
  font-size: 16px;
  line-height: 18px;
  vertical-align: top;
}

.table-bordered .text-right .btn i.material-icons.shopping-cart {
  line-height: 24px;
}

#account-return .form-group .input-group-btn .btn-default {
  padding: 10px 12px;
  background: #111;
}

#account-return #content .buttons.clearfix .btn.btn-primary:hover,
#account-return #content .buttons.clearfix .btn.btn-primary:active,
#account-return #content .buttons.clearfix .btn.btn-primary:focus {
  background: #111;
}

#account-return .form-group .input-group-btn .btn-default i {
  color: #fff;
}

#account-return .form-group .input-group-btn .btn-default:hover {
  background: #2e4a5b;
}

#account-return .form-group .input-group-btn .btn-default:hover i {
  color: #fff;
}

.sub-total-table .table-bordered tbody tr td:first-child strong {
  font-weight: 500;
}

.checkout-cart .sub-total-table {
  float: right;
}

.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget .timepicker td a:hover,
.bootstrap-datetimepicker-widget .timepicker td a:focus {
  color: #fff;
}

.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: #111;
  color: #fff;
}

s.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span,
.bootstrap-datetimepicker-widget .accordion-toggle a.btn {
  background: #eee;
}

.bootstrap-datetimepicker-widget .timepicker td a:hover,
.bootstrap-datetimepicker-widget .timepicker td a:focus {
  color: #fff;
}

.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover {
  background: #bc3b36;
}

.datepicker-days .table-condensed .day.today::before {
  border-bottom: 7px solid #111;
}

.datepicker-days .table-condensed .day.active.today::before {
  border-bottom: 7px solid 7px solid #2e4a5b;
}

.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span,
.bootstrap-datetimepicker-widget .accordion-toggle a.btn {
  color: #111;
}

.bootstrap-datetimepicker-widget.bottom::before {
  border-bottom: 7px solid #999 !important;
}

/* Extra pages Stylesheet */
#accordion .panel-heading h4.panel-title a {
  display: block;
}

#accordion .panel-heading h4.panel-title a i.expand-more {
  float: right;
  font-size: 18px;
  line-height: 18px;
}

.product-search #content .search-criteria {
  border: 1px solid #ebebeb;
  padding: 10px;
}

#checkout-checkout #accordion .panel-heading h4.panel-title a i.expand-more {
  line-height: 40px;
}

.search-criteria>p {
  margin: 10px 0;
}

.search-criteria .checkbox-inline {
  padding: 0;
}

.product-compare #content .table .btn {
  display: inline-block;
  margin: 2px 0;
  width: 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;
}

.product-compare #content .table .btn.btn-primary.btn-block:hover,
.product-compare #content .table .btn.btn-primary.btn-block:active,
.product-compare #content .table .btn.btn-primary.btn-block:focus,
.product-compare #content .table .btn.btn-primary.btn-wishlist:hover,
.product-compare #content .table .btn.btn-primary.btn-wishlist:active,
.product-compare #content .table .btn.btn-primary.btn-wishlist:focus {
  background: #111;
  color: #fff;
}

.product-compare #content .table .btn.btn-primary::after,
.product-compare #content .table .btn.btn-primary.btn-wishlist::after {
  display: none;
}

#product-compare .btn-primary .icon-favorite {
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
}

.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;
}

body.product-compare .table-product-image {
  padding: 10px;
}

/* information/contact - Location Icons Stylesheet */
.information-contact .contact-location .location-title {
  font-weight: bold;
}

.information-contact .panel.google-map,
.information-contact .panel.google-map iframe {
  float: left;
  width: 100%;
}

.information-contact .contact-location .location-detail {
  margin: 0 0 20px 0;
}

.information-contact .contact-location .location-title i {
  background: #af8952;
  border: 2px solid #af8952;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  color: #fff;
  font-size: 16px;
  height: 35px;
  margin: 10px 5px 10px 0;
  padding: 7px;
  text-align: center;
  width: 35px;
}

.contact-location .store-address a i.location-on {
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
}

.information-contact #content>h3 {
  clear: both;
  color: #111;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

/* extra page stylesheet  */
#product-compare .table tr .price,
#account-wishlist .price b {
  color: #111;
  font: 400 16px/18px "Oswald", Helvetica, sans-serif;
}

#product-compare #content .table.table-bordered strong {
  font: 600 14px/20px "Raleway", Helvetica, sans-serif;
  color: #111;
}

#product-compare .table tr .price strike,
#account-wishlist .price s {
  color: #555;
  font: 400 14px/16px "Oswald", Helvetica, sans-serif;
}

#account-wishlist #content tr .price {
  color: #111;
  font: 400 16px/18px "Oswald", Helvetica, sans-serif;
}

#account-wishlist .table-bordered>tbody>tr>td .btn.btn-primary {
  padding: 8px 13px;
}

.checkout-success #content p>a,
.account-success #content p>a {
  color: #111;
  font-size: 14px;
  font-weight: 600;
}

body #content>.buttons.clearfix {
  margin: 20px 0 0;
  padding: 0;
}

.table-bordered tr td.text-right.total-amount {
  color: #111;
  font: 400 16px/18px "Oswald", Helvetica, sans-serif;
}

.information-contact #content .form-horizontal {
  float: left;
  width: 100%;
}

#information-contact .buttons {
  padding: 0 10px 0 0;
  float: left;
  width: 100%;
}

.checkout-cart h2 {
  font: 600 18px/34px "Raleway", Helvetica, sans-serif;
  color: #111;
}

.checkout-cart tr:last-child>td.text-right.heading-title {
  font: 700 16px/22px "Raleway", Helvetica, sans-serif !important;
  color: #111;
}

.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 #e5e5e5;
  color: #111;
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
}

.table-striped>tbody>tr:nth-of-type(2n + 1) {
  background-color: #f9f9f9;
}

.table-bordered>thead>tr>td {
  font-weight: 600;
}

.cart-form .table-bordered tbody td.text-right.total-price {
  color: #111;
  font: 400 16px/18px "Oswald", Helvetica, sans-serif;
}

.checkout-checkout h4 {
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 600;
  line-height: 40px;
  font-size: 15px;
}

.affiliate-login h2,
.account-login h2,
.checkout-checkout h2,
.product-search h2 {
  color: #111;
  font: 500 20px/25px "Raleway", Helvetica, sans-serif;
}

.well {
  background: #fff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #e5e5e5;
}

/* brand page */
.product-manufacturer .a-link-list {
  border: medium none;
}

.product-manufacturer .a-link-heading {
  padding: 5px 16px;
}

.product-manufacturer .a-link-heading p,
.product-manufacturer .a-link-heading h2 {
  line-height: 38px;
}

.product-manufacturer .a-link-group {
  color: #222222;
  font-family: Raleway;
  font-size: 16px;
  margin-bottom: 10px;
}

.terms-condition h3 {
  font: 400 18px/22px "Raleway", Helvetica, sans-serif;
  color: #bc3b36;
}

/* manufacturer_list & account_list &  affiliate_list - Tabular list of Brands Stylesheet */
.a-link-group {
  margin-bottom: 10px;
}

.a-link-group a {
  font-weight: bold;
}

.a-link-list {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 5px;
  width: 100%;
  float: left;
}

.a-link-heading {
  background: #f5f5f5;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 10px;
}

.a-link-heading p,
.a-link-heading h2 {
  margin: 0px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #111;
}

.a-link-content {
  font-size: 13px;
  line-height: 22px;
  padding: 8px;
}

.modal-header {
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

.modal-footer {
  border-top: 1px solid #e5e5e5 !important;
}

.modal-title {
  color: #111;
}

.modal-dialog .modal-header .close {
  font-size: 24px;
  padding: 3px 5px;
  margin-top: -5px;
  float: right;
  opacity: 1;
  color: #111;
}

.modal-content {
  background: #fff;
}

.modal-title {
  font-weight: bold;
}

.table-hover>tbody>tr:hover {
  background: none;
}

/*----------------------- Brand Carousel CSS Start ------------------------*/
.brand-carousel .box-heading {
  display: none;
}

.brand-carousel .swiper-viewport {
  background: none;
  border: none;
  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;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

.common-home .brand-carousel {
  float: left;
  position: relative;
  margin: 0 0 80px;
  width: 100%;
}

.brand-carousel .brand-items .img-responsive {
  display: inline-block;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
}

.brand-carousel .brand-items .img-responsive:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

#product-manufacturer .a-link-group strong {
  color: #111;
}

.brand-carousel .swiper-viewport .swiper-pager div {
  background: transparent;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 30px;
  border: 2px solid #e5e5e5;
  color: #fff;
  font: 400 13px/18px "Raleway", Helvetica, sans-serif;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}

.brand-carousel .swiper-viewport:hover .swiper-pager div {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.brand-carousel .swiper-viewport .swiper-pager div.swiper-button-disabled {
  opacity: 0.5 !important;
  -moz-opacity: 0.5 !important;
  -khtml-opacity: 0.5 !important;
  -webkit-opacity: 0.5 !important;
  background: transparent !important;
  color: #777777 !important;
  border-color: #e5e5e5 !important;
  cursor: not-allowed;
}

.brand-carousel .swiper-viewport .swiper-pager div.swiper-button-disabled::before {
  color: #777777 !important;
}

.brand-carousel .swiper-pager .swiper-button-prev::before {
  content: "\e5c4";
  font-family: "Material Icons";
  color: #777777;
  font-size: 15px;
  float: left;
  line-height: 27px;
  height: 100%;
  width: 100%;
}

.brand-carousel .swiper-pager .swiper-button-next::before {
  content: "\e5c8";
  font-family: "Material Icons";
  color: #777777;
  font-size: 17px;
  float: left;
  line-height: 27px;
  height: 100%;
  width: 100%;
}

.brand-carousel .swiper-pager .swiper-button-prev:hover::before,
.brand-carousel .swiper-pager .swiper-button-next:hover::before {
  color: #fff;
}

.brand-carousel .swiper-viewport .swiper-pager div:hover {
  background: #2e4a5b;
  color: #111;
  border-color: #2e4a5b;
}

.brand-carousel .swiper-viewport .swiper-pager .swiper-button-prev {
  left: 0;
}

.brand-carousel .swiper-viewport .swiper-pager .swiper-button-next {
  right: 0;
}

.block-description {
  float: left;
}

@media (max-width: 1300px) {
  .common-home .brand-carousel {
    margin: 0 0 60px;
  }
}

@media (max-width: 991px) {
  .common-home .brand-carousel {
    margin: 0 0 50px;
  }

  .brand-carousel .swiper-viewport .swiper-pager div {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}

@media (max-width: 767px) {
  .common-home .brand-carousel {
    margin: 0 0 40px;
  }
}

@media (max-width: 480px) {
  .common-home .brand-carousel {
    margin: 0 0 20px;
  }
}

/*----------------------- Brand Carousel CSS Start ------------------------*/

/* checkout/cart - cart-form Stylesheet */
.cart-form .input-group .form-control {
  width: auto;
  min-width: 50px;
  text-align: center;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  line-height: 22px;
  height: 45px;
}

.cart-form .input-group-btn {
  display: table;
  float: left;
}

.checkout-checkout .panel-group {
  clear: both;
}

/* checkout success - Stylesheet */
body.checkout-success #content,
body.account-download #content,
body.account-success #content {
  background: url("TemplateTrip/images/checkout-success.png") no-repeat scroll center bottom / contain;
}

body.product-compare #content.no-compare-products,
#content.no-manufacture-products,
#content.no-wishlist-products,
#content.request-not-found {
  background: url("TemplateTrip/images/request-not-found.png") no-repeat scroll center bottom / contain;
}

body.checkout-success #content div.buttons,
body.account-success #content div.buttons,
#content.print-bg-image div.buttons {
  float: left;
}

/* footer */
footer {
  float: left;
  margin: 30px 0 0;
  width: 100%;
}

.common-home footer {
  margin: 0;
}

footer .footer-top {
  background: #ebebeb;
  float: left;
  width: 100%;
}

.footer-container {
  background: #292929;
  float: left;
  width: 100%;
  padding: 75px 0 65px 0;
}

.footer-container .footer-column {
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
}

.footer-section {
  float: left;
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid #262626;
  text-align: center;
}

.contact-us .contact .data .phone a {
  font: 500 20px/28px "Raleway", Helvetica, sans-serif;
  color: #fff;
}

.bottom-footer {
  float: left;
  width: 100%;
  position: relative;
  background: #292929;
  padding: 0;
}

.bottom-footer .container {
  padding: 0;
}

footer .footer-column ul li {
  text-align: left;
  float: left;
}

footer .footer-column ul li:nth-child(2n + 1) {
  float: left;
  width: 50%;
  text-align: left;
}

footer a {
  color: #ccc;
  cursor: pointer;
  font: 500 14px/28px "Raleway", Helvetica, sans-serif;
  letter-spacing: 1.5px;
  -webkit-transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -ms-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
}

footer a:hover,
footer a:focus,
.footer-column .list-unstyled li a:hover::before {
  color: #fff;
}

footer .footer-column h5,
#ttcmspaymentlogo h5 {
  color: #fff;
  font: 400 20px/22px "Oswald", Helvetica, sans-serif;
  margin: 0 0 20px;
  text-align: left;
}

/* Footer right Contact us Stylesheet */
#footer-layouts {
  float: left;
  width: 100%;
}

.footer-bottom {
  padding: 0;
  float: left;
  width: auto;
}

.footer-bottom .bottom-block {
  float: left;
  border-top: 1px solid #2d2d2d;
  padding: 20px 0;
  width: 100%;
}

.footer-bottom-cms {
  float: left;
  width: 100%;
  padding: 18px 0;
}

.footer-bottom-link {
  float: left;
  padding: 0;
}

.footer-bottom p {
  float: left;
  color: #ccc;
  text-align: left;
  margin: 0;
  font-size: 13px;
  width: 100%;
  line-height: 24px;
  padding: 0;
}

.footer-top-cms {
  float: left;
  width: 100%;
  padding: 0;
  background: #c0a5aa url("TemplateTrip/images/newsletter-parallax.jpg") no-repeat scroll center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer-bottom p a {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}

.footer-bottom p a:hover {
  color: #fff;
}

.image-additional-container {
  float: left;
  width: 100%;
}

#goToTop::before {
  color: #fff;
  content: "\e316";
  font-family: "Material Icons";
  font-size: 22px;
  line-height: 24px;
  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;
}

#goToTop {
  background: #2e4a5b;
  border: 2px solid #2e4a5b;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  bottom: 130px;
  direction: ltr;
  cursor: pointer;
  height: 40px;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  padding: 5px 7px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  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;
  z-index: 2;
  overflow: hidden;
}

#goToTop::after {
  content: "";
  position: absolute;
  bottom: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translateX(-105%);
  -moz-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  -o-transform: translateX(-105%);
  transform: translateX(-105%);
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
}

#goToTop:hover::after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  -moz-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  -ms-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  -o-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
}

#goToTop:hover::before {
  color: #fff;
}

/* alert */
[data-notify="progressbar"] {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
}

.alert {
  clear: both;
  padding: 15px;
}

.alert .check-circle,
.alert .error-outline {
  font-size: 20px;
  vertical-align: middle;
}

.alert-danger {
  padding: 10px 15px;
}

.alert .close {
  color: #111111;
  right: 0;
  top: 0;
  font-size: 24px;
  line-height: 17px;
}

.product-options .alert-info {
  float: left;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 10px 15px;
  position: static;
  width: 100%;
}

/* breadcrumb */
.breadcrumb {
  float: right;
  margin: 0;
  list-style: outside none none;
  margin: 10px 0 !important;
}

.breadcrumb i:hover {
  color: #fff;
}

.breadcrumb a {
  color: #fff;
  display: inline-block;
  padding: 0;
  font: 500 15px/20px "Raleway", Helvetica, sans-serif;
}

.breadcrumb i {
  font-size: 16px;
  line-height: 21px;
  vertical-align: top;
  color: #fff;
}

.breadcrumb>li {
  white-space: nowrap;
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "\e5cc";
  float: left;
  font-family: "Material Icons";
  color: #fff;
  font-size: 14px;
  margin: 0 8px;
  line-height: 20px;
}

.category-image .category-bg .img-thumbnail {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border: none;
  padding: 0;
  background: none;
}

/* buttons */
.btn {
  font-size: 14px;
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 8px 20px;
  font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
  font-size: 14px;
}

.btn-group>.btn-xs {
  font-size: 9px;
}

.btn-group>.btn-sm {
  font-size: 10.2px;
}

.btn-group>.btn-lg {
  font-size: 15px;
}

.form-group .input-group-btn .btn-default {
  padding: 9px 12px;
}

.btn-group {
  float: left;
  width: 100%;
}

.btn-default {
  background: #111;
  border: none;
  font: 600 13px/20px "Raleway", Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  padding: 10px 20px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.btn.btn-default.cnt:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default.active,
.btn-default:active,
.btn-default:active:focus {
  background: #333;
  border: none;
  color: #fff;
  letter-spacing: 1px;
}

.btn.active,
.btn:active {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.btn-primary {
  background: #af8952;
  border: none;
  color: #fff;
  font: 600 14px/24px "Raleway", Helvetica, sans-serif;
  letter-spacing: 1px;
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.btn-primary::after {
  background: #111;
  content: "";
  position: absolute;
  bottom: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-default::after {
  background: #2e4a5b;
  content: "";
  position: absolute;
  bottom: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-primary:hover::after,
.btn-primary:active::after,
.btn-primary:focus::after,
.btn-default:hover::after,
.btn-default:active::after,
.btn-default:focus::after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  -moz-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  -ms-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  -o-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
}

#account-register .btn-primary:hover,
#account-register .btn-primary:focus,
#account-forgotten .btn.btn-primary:hover,
#account-forgotten .btn.btn-primary:focus,
#account-login .btn.btn-primary:hover,
#account-login .btn.btn-primary:focus {
  background: #111;
}

#account-login .btn.btn-primary::after {
  display: none;
}

#account-login .well .form-group a:hover {
  color: #fff;
}

#account-account .a-link-list .a-link-content li a {
  color: #555;
  font-weight: 500;
}

#account-account .a-link-list .a-link-content li a:hover {
  color: #111;
}

.btn-block {
  width: auto;
}

.product-details #button-cart {
  background: #af8952;
  border-color: #2e4a5b;
  color: #fff;
  float: left;
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 26px;
  padding: 8px 15px 8px 45px;
  position: relative;
  font-weight: 600;
}

.btn-info:disabled::after {
  display: none;
}

.product-details #button-cart:disabled:hover {
  color: #fff;
}

.product-details #button-cart::after {
  background: #111;
}

.product-details #button-cart::before {
  content: "\e8cc";
  font-family: "Material Icons";
  font-size: 22px;
  height: 35px;
  left: 0;
  position: absolute;
  right: auto;
  width: 56px;
  font-weight: 400;
}

.product-details #button-cart:hover,
.product-product #button-cart:focus,
.product-product #button-cart.active {
  border-color: #2e4a5b;
  background: #af8952;
  color: #fff;
}

.product-details .fa.fa-shopping-cart {
  padding-right: 5px;
  font-size: 17px;
}

/*button-color-*/
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.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: #2e4a5b;
  border: none;
  color: #fff;
}

.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: #333;
  border: none;
  color: #fff;
}

#button-payment-address.btn-primary:hover,
#button-payment-address.btn-primary:focus,
#button-payment-address.btn-primary:active,
#button-payment-address.btn-primary:active:focus,
#information-contact .btn.btn-primary:hover,
#information-contact .btn.btn-primary:focus,
#information-contact .btn.btn-primary:active,
#account-edit .btn.btn-primary:hover,
#account-edit .btn.btn-primary:focus,
#account-edit .btn.btn-primary.active,
#account-password .btn.btn-primary:hover,
#account-password .btn.btn-primary:focus,
#account-newsletter .btn.btn-primary.active,
#account-newsletter .btn.btn-primary:hover,
#account-newsletter .btn.btn-primary:focus,
.account-address-edit.btn.btn-primary.active,
.account-address-edit .btn.btn-primary:hover,
.account-address-edit .btn.btn-primary:focus,
.account-address-edit .btn.btn-primary.active,
#account-affiliate .btn.btn-primary:hover,
#account-affiliate .btn.btn-primary:focus,
#account-affiliate .btn.btn-primary.active,
#button-shipping-address.btn-primary:hover,
#button-shipping-address.btn-primary:focus,
#button-shipping-address.btn-primary:active,
#button-shipping-address.btn-primary:active:focus,
#button-account.btn.btn-primary:hover,
#button-account.btn.btn-primary:focus,
#button-account.btn.btn-primary.active,
#button-login.btn.btn-primary:focus,
#button-login.btn.btn-primary:hover,
#button-login.btn.btn-primary.active,
#button-shipping-method.btn.btn-primary:hover,
#button-shipping-method.btn.btn-primary:focus,
#button-shipping-method.btn.btn-primary.active,
#button-payment-method.btn.btn-primary:hover,
#button-payment-method.btn.btn-primary:focus,
#button-payment-method.btn.btn-primary.active,
#button-confirm.btn.btn-primary:hover,
#button-confirm.btn.btn-primary:focus,
#button-confirm.btn.btn-primary.active,
#button-coupon.btn.btn-primary:hover,
#button-coupon.btn.btn-primary:focus,
#button-guest.btn.btn-primary:focus,
#button-guest.btn.btn-primary:hover,
#button-guest.btn.btn-primary.active,
#button-coupon.btn.btn-primary.active,
#button-voucher.btn.btn-primary:hover,
#button-voucher.btn.btn-primary:focus,
#button-voucher.btn.btn-primary.active,
#checkout-cart.btn.btn-primary.main:hover,
#checkout-cart.btn.btn-primary.main:focus,
#checkout-cart.btn.btn-primary.main.active,
#button-search:hover,
#button-search:focus,
#button-search.active,
#affiliate-login .btn.btn-primary:hover,
#affiliate-login .btn.btn-primary:focus,
#affiliate-login .btn.btn-primary:active,
#affiliate-login .btn.btn-primary:active:focus,
#account-voucher .btn.btn-primary:active,
#account-voucher .btn.btn-primary:hover,
#account-voucher .btn.btn-primary:focus,
#account-voucher .btn.btn-primary:active:focus,
#checkout-checkout #button-register:hover,
#checkout-checkout #button-register:focus,
#checkout-checkout #button-register:active,
#checkout-checkout #button-register:active:focus,
#account-return .btn-primary:hover {
  background: #111;
  color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #faa732;
}

.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 {
  color: #fff;
  background-color: #da4f49;
  letter-spacing: 1px;
  padding: 12px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
}

.btn-success {
  color: #fff;
  background-color: #5bb75b;
}

#account-order #content h3 {
  color: #fff;
}

.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);
}

.btn-info {
  color: #fff;
  background-color: #111;
  border: none;
  z-index: 1;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  padding: 10px 12px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.btn-info::after {
  background: #2e4a5b;
  content: "";
  position: absolute;
  bottom: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translateX(-105%);
  -moz-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  -o-transform: translateX(-105%);
  transform: translateX(-105%);
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-info:hover::after,
.btn-info:active::after,
.btn-info:focus::after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  -moz-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  -ms-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  -o-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
}

.btn-info:hover,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover,
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info,
.btn-info.focus,
.btn-info:focus {
  background: #333;
  border-color: #333;
  color: #fff;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #777;
}

.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: #fff;
  background-color: #363636;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
}

.table-bordered .btn i.visibility {
  font-size: 16px;
  line-height: 18px;
  vertical-align: top;
}

/* list group */
.list-group .list-group-item {
  border: 1px solid #e5e5e5;
  color: #888888;
  cursor: pointer;
}

.list-group a.child-item,
.list-group a.current-child-item {
  padding-left: 30px;
}

/* product list */
.product-category .category-description {
  width: 100%;
  float: left;
}

.products-list .products-carousel .owl-item.active {
  animation: 500ms ease 0s normal none 1 running zoomIn;
}

#product-category #content .category-name {
  font-size: 0px;
  margin: 0;
}

.product-layout,
.product-layouts {
  padding: 0 15px;
  margin: 0 0 30px;
}

.product-list.product-layout::after {
  display: none;
}

#content .product-thumb .thumb-description {
    width: 100%; /* fallback */
  width: -webkit-fill-available; /* Chrome/Safari */
  width: -moz-available; /* Firefox */
  width: fill-available; /* Standard (W3C draft) */
  padding-top: 10px;
  margin: auto;
  text-align: center;
  position: relative;
  float: left;
}

.product-layout.product-sort .caption {
  float: left;
  width: 100%;
}

#content .product-layouts .product-thumb .thumb-description,
#content .product-layout.product-grid .product-thumb .thumb-description {
  width: 100%;
  padding: 15px 0 0 0;
}

.product-thumb .image {
  overflow: hidden;
  text-align: center;
  position: relative;
}

.product-thumb .image a {
  display: block;
  overflow: hidden;
  position: relative;
  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;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-radius: 10%;
}

.product-grid .product-thumb .image {
  padding: 0px;
}

.product-grid .product-thumb.row {
  margin: 0;
}

.product-list .product-thumb h4 {
  margin: 0 0 12px;
}

.product-list .product-thumb .caption {
  padding: 15px 0 0;
  float: left;
  width: 100%;
}

.product-list .product-thumb .rating,
.product-list .product-thumb:hover .rating {
  margin: 0 0 10px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  float: left;
  width: 100%;
}

#content .product-list .product-thumb .thumb-description {
  text-align: left;
  padding: 0 25px;
}

.product-list .product-thumb .image {
  padding: 0;
}

.product-list .product-thumb.row,
.product-sort .product-thumb.row {
  margin: 0;
}

#content .product-thumb h4 {
  overflow: hidden;
  text-overflow: ellipsis;
}

#content .product-thumb h4 a {
  white-space: pre-inline;
  line-height: 1;
}

.product-thumb h4 {
  float: left;
  font: 500 14px/18px "Raleway", Helvetica, sans-serif;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
}

.product-thumb h4 a {
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: 100%;
}

.product-thumb h4 a:hover,
.product-thumb:hover h4 a {
  color: #111;
}

.product-thumb .rating {
  float: left;
  line-height: 0;
  width: 100%;
}

.rating span.fa-stack,
#review span.fa-stack {
  display: inline-block;
  float: none;
  vertical-align: baseline;
}

.rating .fa-stack i,
#review i {
  color: #acacac;
  font-size: 16px;
  width: 12px;
}

.rating .fa-stack i.star_on,
#review i.star_on {
  color: #ffbf34;
}

h2.price {
  margin: 0;
}

.product-thumb .price {
  color: #111;
  font: 400 16px/22px "Oswald", Helvetica, sans-serif;
  float: left;
  letter-spacing: 1px;
  margin: 8px 0 0;
  width: 100%;
}

.product-thumb .price-new {
  font: 400 16px/20px "Oswald", Helvetica, sans-serif;
}

.product-thumb .price-old {
  color: #666;
  text-decoration: line-through;
  font: 400 14px/16px "Oswald", Helvetica, sans-serif;
}

.product-thumb .price-tax {
  color: #888888;
  font-size: 13px;
  display: none;
}

.product-list .product-thumb .price-tax {
  display: block;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 400;
  margin: 10px 0;
}

/*----------------------product_btn_style1 css start----------------------*/
.ttproducthover {
  float: left;
  width: 100%;
}

.product-thumb .button-group {
  background: none;
  bottom: 0;
  display: inline-block;
  float: none;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 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;
  vertical-align: top;
  z-index: 1;
  width: 110px;
  height: 110px;
  margin: auto;
}

.product-thumb:hover .button-group {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.product-list .product-thumb .button-group {
  float: right;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  position: static;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  width: auto;
  display: inline-block;
  float: none;
  visibility: visible;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  height: auto;
}

.product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart,
.product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
  border: medium none;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
  z-index: 1;
}

.product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart,
.product-sort .product-thumb .thumb-description .ttproducthover .btn-cart {
  width: auto;
}

.product-list .product-thumb .ttcart button.btn-cart span,
.product-sort .product-thumb .ttcart button.btn-cart span {
  padding: 13px 0 13px 5px;
}

.product-thumb .button-group button {
  border: none;
  height: 45px;
  width: 45px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  visibility: hidden;
  padding: 0;
  margin: 2px 0;
  overflow: hidden;
  cursor: pointer;
  background: #111;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.product-thumb:hover .button-group button {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}

.product-thumb button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.product-thumb .image .btn-cart.disabled:hover,
.product-thumb:hover .image .btn-cart.disabled {
  background: #111;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
}

.product-list .product-thumb:hover button.btn-cart.disabled,
.product-sort .product-thumb:hover button.btn-cart.disabled {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
}

.product-thumb button.disabled i {
  color: #fff;
}

.product-thumb .image button.btn-cart.disabled:hover i,
.product-thumb .image button.btn-cart.disabled:active i,
.product-thumb .image button.btn-cart.disabled:focus i {
  color: #fff;
}

.product-list .product-thumb .thumb-description button.btn-cart.disabled:hover i,
.product-list .product-thumb .thumb-description button.btn-cart.disabled:active i,
.product-list .product-thumb .thumb-description button.btn-cart.disabled:focus i {
  color: #fff;
}

.product-sort .product-thumb .thumb-description button.btn-cart.disabled:hover i,
.product-sort .product-thumb .thumb-description button.btn-cart.disabled:active i,
.product-sort .product-thumb .thumb-description button.btn-cart.disabled:focus i {
  color: #fff;
}

.product-list .product-thumb .thumb-description button i,
.product-sort .product-thumb .thumb-description button i {
  font-size: 18px;
}

.product-list .product-thumb .thumb-description button i {
  width: 22px;
}

.product-thumb .image .btn-cart.disabled:hover i,
.product-thumb .image .btn-cart.disabled:active i,
.product-thumb .image .btn-cart.disabled:focus i {
  color: #fff;
}

.product-thumb button.disabled::after,
.product-thumb button.disabled::before {
  display: none !important;
}

.product-list .product-thumb .button-group button.btn-cart span {
  color: #fff;
  display: inline-block !important;
  vertical-align: top;
  padding: 8px 0 8px 5px;
  letter-spacing: 1px;
  font: 600 13px/24px "Raleway", Helvetica, sans-serif;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.product-list .product-thumb .ttcart .btn-cart i {
  line-height: 45px;
  width: 20px;
}

.product-list .product-thumb .button-group .btn-cart {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  padding: 0 11px;
  width: auto;
  box-shadow: none;
}

.product-list .product-thumb .button-group button.btn-cart:hover span,
.product-list .product-thumb .button-group button.btn-cart:focus span,
.product-list .product-thumb .button-group button.btn-cart:active span {
  color: #fff;
}

.product-list .product-thumb .button-group button.btn-cart.disabled:hover span,
.product-list .product-thumb .button-group button.btn-cart.disabled:active span,
.product-list .product-thumb .button-group button.btn-cart.disabled:focus span,
.product-sort .product-thumb .button-group button.btn-cart.disabled:hover span,
.product-sort .product-thumb .button-group button.btn-cart.disabled:active span,
.product-sort .product-thumb .button-group button.btn-cart.disabled:focus span {
  color: #fff;
}

.product-thumb .button-group i {
  color: #fff;
  font-size: 21px;
  line-height: 45px;
  text-align: center;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  height: 45px;
  width: 45px;
  z-index: 1;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.product-thumb .button-group button.loading i {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.product-thumb .button-group button:hover i,
.product-thumb .button-group button:active i,
.product-thumb .button-group button:focus i {
  color: #fff;
}

.product-list .product-thumb .button-group button,
.product-sort .product-thumb .button-group button {
  margin: 0 2px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  visibility: visible;
  box-shadow: none;
  width: 40px;
  height: 40px;
}

.product-thumb .button-group button.loading>i {
  font-size: 0;
}

/*----------------------------button css end----------------------*/
.product-thumb .ttcart {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  top: auto;
  bottom: 10px;
  margin: 0 auto;
  height: auto;
  left: 10px;
  right: 10px;
  width: auto;
  position: absolute;
  background: #111;
  -webkit-transform: perspective(600px) rotateX(90deg);
  -moz-transform: perspective(600px) rotateX(90deg);
  -ms-transform: perspective(600px) rotateX(90deg);
  -o-transform: perspective(600px) rotateX(90deg);
  transform: perspective(600px) rotateX(90deg);
  visibility: hidden;
  text-align: center;
  display: none;
}

.product-thumb:hover .ttcart {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.product-thumb .image .btn-cart::after,
.product-thumb .button-group button::after,
.product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart::after,
.product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart::after {
  content: "";
  position: absolute;
  bottom: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translateX(-105%);
  -moz-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  -o-transform: translateX(-105%);
  transform: translateX(-105%);
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-thumb .image .btn-cart:hover::after,
.product-thumb .image .btn-cart:focus::after,
.product-thumb .image .btn-cart:active::after,
.product-thumb .button-group button:hover::after,
.product-thumb .button-group button:focus::after,
.product-thumb .button-group button:active::after,
.product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart:hover::after,
.product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart:focus::after,
.product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart:active::after,
.product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart:hover::after,
.product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart:active::after,
.product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart:focus::after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  -moz-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  -ms-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  -o-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
}

.product-thumb .ttcart .btn-cart i {
  color: #fff;
  font-size: 18px;
  line-height: 43px;
  text-align: center;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.product-thumb .ttcart button.btn-cart:hover span,
.product-thumb .image .btn-cart:hover span::before {
  color: #fff;
}

.product-list .product-thumb .ttcart {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  position: static;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  vertical-align: top;
  width: auto;
  float: left;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  visibility: visible;
  margin: 0 5px 0 0;
}

#column-left .product-thumb .ttcart,
#column-right .product-thumb .ttcart {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  position: static;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  background: none;
  visibility: visible;
  height: auto;
  text-align: left;
  display: inline-block;
  width: 100%;
}

.product_btn_style3 #column-left .product-thumb .ttproducthover,
.product_btn_style3 #column-right .product-thumb .ttproducthover {
  position: static;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#column-left .product-thumb .ttcart .btn-cart i,
#column-right .product-thumb .ttcart .btn-cart i {
  display: none;
}

#column-left .ttcart .btn-cart,
#column-right .ttcart .btn-cart {
  background: none;
  border: medium none;
  padding: 0;
}

#column-left .product-thumb .ttcart button.btn-cart span,
#column-right .product-thumb .ttcart button.btn-cart span {
  color: #555;
  padding: 0;
  line-height: 24px;
}

#column-left .product-thumb .ttcart button.btn-cart:hover span,
#column-right .product-thumb .ttcart button.btn-cart:hover span {
  color: #111;
}

#column-left .product-thumb .rating,
#column-right .product-thumb .rating {
  margin: 5px 0 5px;
}

.product-list .product-thumb .button-group button.btn-cart .loading>i {
  background: none;
  line-height: 42px;
  width: 25px;
}

.product-layout.product-sort .image {
  width: 20%;
  padding: 0;
}

.product-layout.product-sort .product-thumb .thumb-description {
  width: 80%;
  padding: 0 15px;
}

.product-sort .product-thumb .caption .description {
  margin: 0;
  font-size: 12px;
  margin: 0 auto 4px;
}

.product-layout.product-sort .product-description {
  width: 47%;
  float: left;
  text-align: left;
}

.product-layout.product-sort .product-description h4 {
  width: 100%;
}

.product-layout.product-sort .product-thumb .rating {
  position: static;
  margin: 0 auto 7px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  float: left;
  width: 100%;
  padding: 0;
}

.product-layout.product-sort .product-thumb .product-price-and-shipping {
  width: 20%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}

.product-layout.product-sort .product-thumb .product-price-and-shipping .price {
  transform: none;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  display: block;
  text-align: center;
  margin: 0;
}

.product-layout.product-sort .product-thumb .product-price-and-shipping .price .price-new {
  display: block;
}

.product-layout.product-sort .product-thumb .ttproducthover {
  width: 33%;
  float: right;
  text-align: center;
  position: relative;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.product-layout.product-sort .product-thumb .button-group {
  position: static;
  float: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  width: auto;
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.product-layout.product-sort .product-thumb .ttcart {
  position: static;
  margin: 0 0 8px;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  visibility: visible;
  float: none;
  width: auto;
  background: none;
}

.product_btn_style2 #content .product-layout.product-sort .product-thumb .button-group {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  width: 38%;
  float: right;
}

.product_btn_style2 .product-layout.product-sort .product-thumb .product-price-and-shipping {
  width: 14%;
}

.product-thumb button.btn-cart span {
  color: #111;
  display: inline-block !important;
  font: 600 13px/20px "Raleway", Helvetica, sans-serif;
  vertical-align: top;
  letter-spacing: 1px;
  padding: 12px 5px;
}

.product_btn_style1 #content .product-thumb .button-group button::after {
  background: #2e4a5b;
}

.product_btn_style1 .product-layout.product-sort .product-thumb .button-group button.btn-cart {
  padding: 0 11px;
  margin: 0 2px 5px 2px;
}

.product_btn_style1 .button-group button {
  margin: 3px;
  float: left;
}

.product_btn_style1 .button-group {
  width: 102px;
  height: 100px;
}

.button-group button.btn-cart span,
.button-group button.btn-wishlist span,
.button-group button.btn-compare span {
  display: none;
}

#column-left .product-thumb .button-group .btn-cart>span.loading,
#column-right .product-thumb .button-group .btn-cart>span.loading,
.ttcart button.btn-cart span.loading {
  display: none !important;
}

.ttcart>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;
}

.ttcart>button.btn-cart.loading>span.loading {
  display: inline-block !important;
}

.product_btn_style1 .button-group button.btn-cart span.loading {
  display: none !important;
}

.product_btn_style1 .ttcart button.btn-cart span.loading,
.product_btn_style2 .ttcart button.btn-cart span.loading,
.product_btn_style3 .ttcart button.btn-cart span.loading {
  display: none !important;
}

.product_btn_style1 .product-layouts .product-thumb:hover .image a,
.product_btn_style1 .product-layout.product-grid .product-thumb:hover .image a {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
}

.button-group button .loading,
.ttcart button .loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.product-list .button-group button.btn-cart .loading {
  left: 13px;
  right: auto;
}

.button-group button .loading i,
.product-thumb .ttcart button .loading i {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block !important;
  width: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}

@-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_btn css end----------------------*/
/*----------------------product_btn_style2 css start----------------------*/
.product_btn_style2 .product-thumb .sale-icon {
  color: #111;
  top: 15px;
}

.product_btn_style2 .product-list .product-thumb .sale-icon,
.product_btn_style2 .product-sort .product-thumb .sale-icon {
  color: #111;
}

.product_btn_style2 .product-thumb:hover .sale-icon,
.product_btn_style2 .product-thumb:hover .percent {
  left: 15px;
}

.product_btn_style2 .product-layout.product-sort .product-thumb .ttproducthover {
  float: left;
  width: 100%;
  position: static;
  margin: 0;
}

.product_btn_style2 .product-thumb .percent {
  top: 35px;
}

.product_btn_style2 .product-list .product-thumb:hover .sale-icon,
.product_btn_style2 .product-list .product-thumb:hover .percent,
.product_btn_style2 .product-sort .product-thumb:hover .sale-icon,
.product_btn_style2 .product-sort .product-thumb:hover .percent {
  left: 20px;
}

.product_btn_style2 .product-thumb .ttcart {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  float: none;
  height: 45px;
  position: relative;
  text-align: center;
  width: auto;
  cursor: pointer;
  background: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  position: static;
  visibility: inherit;
  margin: 0;
}

.product_btn_style2 .product-thumb .button-group button.btn-cart {
  width: 100%;
  padding: 0 10px;
}

.product_btn_style2 #content .product-thumb .button-group {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: auto;
  bottom: -50px;
  height: 45px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  float: left;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.product_btn_style2 #content .product-thumb:hover .button-group {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  bottom: 10px;
}

.product_btn_style2 .product-thumb .button-group i {
  color: #fff;
  width: 25px;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.product_btn_style2 .product-thumb .button-group button:hover i,
.product_btn_style2 .product-thumb .button-group button:active i,
.product_btn_style2 .product-thumb .button-group button:focus i {
  color: #fff;
}

.product_btn_style2 .product-thumb .button-group button {
  float: none;
  height: 45px;
  width: 45px;
  background: #111;
  box-shadow: none;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  margin: 0 2px;
}

.product_btn_style2 .product-thumb .image .btn-cart.disabled {
  background: #111;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.product_btn_style2 .product-thumb .button-group button::after {
  background: #2e4a5b;
}

.product_btn_style1 .product-thumb .ttcart button.btn-cart span,
.product_btn_style2 .product-thumb .ttcart button.btn-cart span {
  color: #fff;
  padding: 12px 8px 12px 5px;
  transition: all 400ms ease-in-out;
  -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;
}

.product_btn_style2 .product-list .product-thumb .button-group button.btn-cart span {
  padding: 10px 8px 10px 5px;
}

.product_btn_style2 .product-list .product-thumb .ttcart button.btn-cart span,
.product_btn_style2 .product-sort .product-thumb .ttcart button.btn-cart span {
  color: #fff;
}

.product_btn_style2 .product-thumb .ttcart button.btn-cart:hover span,
.product_btn_style2 .product-thumb .ttcart button.btn-cart:active span,
.product_btn_style2 .product-thumb .ttcart button.btn-cart:focus span {
  color: #fff;
}

.product_btn_style2 .product-thumb .ttcart button.btn-cart.disabled:hover i,
.product_btn_style2 .product-thumb .ttcart button.btn-cart.disabled:active i,
.product_btn_style2 .product-thumb .ttcart button.btn-cart.disabled:focus i {
  color: #fff;
}

.product_btn_style2 .product-thumb .ttcart button.btn-cart.disabled:hover span,
.product_btn_style2 .product-thumb .ttcart button.btn-cart.disabled:active span,
.product_btn_style2 .product-thumb .ttcart button.btn-cart.disabled:focus span {
  color: #fff;
}

.product_btn_style2 .product-list .product-thumb .ttcart button.btn-cart.disabled:hover span,
.product_btn_style2 .product-list .product-thumb .ttcart button.btn-cart.disabled:active span,
.product_btn_style2 .product-list .product-thumb .ttcart button.btn-cart.disabled:focus span,
.product_btn_style2 .product-list .product-thumb .ttcart button.btn-cart.disabled:hover i,
.product_btn_style2 .product-list .product-thumb .ttcart button.btn-cart.disabled:active i,
.product_btn_style2 .product-list .product-thumb .ttcart button.btn-cart.disabled:focus i {
  color: #fff;
}

.product_btn_style2 .product-sort .product-thumb .ttcart button.btn-cart.disabled:hover span,
.product_btn_style2 .product-sort .product-thumb .ttcart button.btn-cart.disabled:active span,
.product_btn_style2 .product-sort .product-thumb .ttcart button.btn-cart.disabled:focus span,
.product_btn_style2 .product-sort .product-thumb .ttcart button.btn-cart.disabled:hover i,
.product_btn_style2 .product-sort .product-thumb .ttcart button.btn-cart.disabled:active i,
.product_btn_style2 .product-sort .product-thumb .ttcart button.btn-cart.disabled:focus i {
  color: #fff;
}

.product_btn_style2 .product-thumb button.btn-quickview {
  position: absolute;
  right: -70px;
  top: -70px;
  transition: all 400ms ease-in-out;
  -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;
  z-index: 1;
  border-radius: 50%;
  float: left;
  height: 92px;
  padding: 0;
  text-align: center;
  width: 92px;
  border: none;
  background: #2e4a5b;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}

.product_btn_style2 .product-thumb button.btn-quickview i {
  transition: all 400ms ease-in-out;
  -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;
  padding: 30px 30px 0 0;
  font-size: 21px;
  line-height: 45px;
}

.product_btn_style2 .product-thumb:hover button.btn-quickview {
  right: -40px;
  top: -40px;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.product_btn_style2 .product-list .product-thumb button.btn-quickview,
.product_btn_style2 .product-sort .product-thumb button.btn-quickview {
  height: 82px;
  width: 82px;
}

.product_btn_style2 .product-list .product-thumb button.btn-quickview:hover,
.product_btn_style2 .product-sort .product-thumb button.btn-quickview:hover {
  right: -40px;
  top: -40px;
}

.product_btn_style2 .product-list .product-thumb button.btn-quickview i,
.product_btn_style2 .product-sort .product-thumb button.btn-quickview i {
  padding: 30px 30px 0 0;
}

.product_btn_style2 .product-list .product-thumb .ttcart button.btn-cart:hover i,
.product_btn_style2 .product-list .product-thumb .ttcart button.btn-cart:active i,
.product_btn_style2 .product-list .product-thumb .ttcart button.btn-cart:focus i,
.product_btn_style2 .product-sort .product-thumb .ttcart button.btn-cart:hover i,
.product_btn_style2 .product-sort .product-thumb .ttcart button.btn-cart:active i,
.product_btn_style2 .product-sort .product-thumb .ttcart button.btn-cart:focus i {
  color: #fff;
}

.product_btn_style2 .product-thumb button.btn-quickview:hover,
.product_btn_style2 .product-thumb button.btn-quickview:active,
.product_btn_style2 .product-thumb button.btn-quickview:focus {
  background: #111;
}

.product_btn_style2 .product-thumb button.btn-quickview:hover i,
.product_btn_style2 .product-thumb button.btn-quickview:active i,
.product_btn_style2 .product-thumb button.btn-quickview:focus i {
  color: #fff;
}

.product_btn_style2 #content .product-layout.product-sort .product-thumb .thumb-description {
  width: 80%;
  height: auto;
  padding: 0 0 0 15px;
  position: static;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.product_btn_style2 .product-list .product-thumb .button-group button,
.product_btn_style2 .product-sort .product-thumb .button-group button {
  background: #111;
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.product_btn_style1 .product-list .product-thumb .button-group i,
.product_btn_style1 .product-sort .product-thumb .button-group i,
.product_btn_style2 .product-list .product-thumb .button-group i,
.product_btn_style2 .product-sort .product-thumb .button-group i {
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 22px;
}

.product_btn_style1 .product-list .product-thumb .button-group button:hover i,
.product_btn_style1 .product-list .product-thumb .button-group button:active i,
.product_btn_style1 .product-list .product-thumb .button-group button:focus i,
.product_btn_style1 .product-sort .product-thumb .button-group button:hover i,
.product_btn_style1 .product-sort .product-thumb .button-group button:active i,
.product_btn_style1 .product-sort .product-thumb .button-group button:focus i {
  color: #fff;
}

.product_btn_style1 #content .product-list .product-thumb .thumb-description,
.product_btn_style2 #content .product-list .product-thumb .thumb-description {
  padding: 0 30px;
  width: 65%;
  float: left;
  position: static;
  text-align: left;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.product_btn_style2 #content .product-list .product-thumb .image::after,
.product_btn_style2 #content .product-sort .product-thumb .image::after {
  display: none;
}

.product_btn_style2 #content .product-list .product-thumb .button-group {
  position: static;
  text-align: left;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.product_btn_style2 .product-list .product-thumb .button-group button,
.product_btn_style2 .product-sort .product-thumb .button-group button {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}

.product_btn_style2 .product-list .product-thumb .button-group button.btn-cart:hover i {
  background: none;
  color: #fff;
}

.product_btn_style2 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart,
.product_btn_style2 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
  background: #111;
}

.product_btn_style2 #column-left .product-thumb:hover .price {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}

.product_btn_style2 .product-list .product-description {
  text-align: left;
}

@media (max-width: 1499px) {
  .product_btn_style2 #content .product-thumb .image::after {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
  }
}

@media (max-width: 1301px) {
  .product_btn_style2 .product-layout.product-sort .product-thumb .thumb-description .caption .product-description {
    width: 40%;
  }

  .product_btn_style2 #content .product-layout.product-sort .product-thumb .button-group {
    width: 40%;
  }
}

@media (max-width: 1199px) {
  .product_btn_style2 #content .product-layout.product-sort .product-thumb .button-group {
    width: 100%;
    position: static;
    text-align: left;
    margin: 10px 0 0 0;
  }

  .product_btn_style2 .product-layout.product-sort .product-thumb .thumb-description .caption .product-description {
    width: 100%;
  }

  .product_btn_style2 .product-layout.product-sort .product-thumb .product-price-and-shipping {
    width: 40%;
    padding: 0;
    float: left;
  }

  .product_btn_style2 .product-layout.product-sort .product-thumb .product-price-and-shipping .price {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .product_btn_style2 #content .product-thumb .thumb-description {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    position: static;
  }

  .product_btn_style2 #content .product-thumb .ttcart button.btn-cart span {
    display: none !important;
  }

  .product_btn_style2 .product-thumb .ttcart {
    height: 45px;
    width: 45px;
  }

  .product_btn_style2 .category-products .product-layout.product-grid {
    width: 50%;
  }

  .product_btn_style2 #content .product-thumb .button-group {
    bottom: 30px;
  }

  .product_btn_style2 #content .product-thumb:hover .button-group {
    bottom: 30px;
  }

  .product_btn_style2 .product-thumb .image .ttproducthover {
    position: static;
  }

  .product_btn_style2 #content .product-thumb .image::after {
    display: none;
  }

  .product_btn_style2 .ttproducthover {
    position: static;
  }

  .product_btn_style2 .product-thumb .sale-icon {
    top: 10px;
    left: 10px;
  }

  .product_btn_style2 .product-thumb .percent {
    top: 30px;
  }

  .product_btn_style2 .product-thumb:hover .sale-icon,
  .product_btn_style2 .product-thumb:hover .percent {
    left: 10px;
  }

  .product_btn_style2 .product-thumb .image img {
    width: 100%;
  }

  .product_btn_style2 .product-thumb button.btn-quickview {
    right: -40px;
    top: -40px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  .product_btn_style2 #content .product-thumb .button-group {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  .product_btn_style2 .product-thumb .button-group button.btn-cart,
  .product_btn_style2 .product-thumb .button-group button.btn-wishlist,
  .product_btn_style2 .product-thumb .button-group button.btn-compare,
  .product_btn_style2 .product-thumb .button-group button.btn-quickview {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .product_btn_style2 .product-thumb .ttcart {
    height: 40px;
  }

  .product_btn_style2 .product-thumb .price-old {
    color: #555;
  }
}

@media (max-width: 767px) {
  .product_btn_style2 .product-thumb:hover .price {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }

  .product_btn_style2 .product-thumb {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .product_btn_style2 .category-products .product-layout.product-grid {
    width: 70%;
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .product_btn_style2 .category-products {
    text-align: center;
  }

  .product_btn_style1 #content .product-list .product-thumb .thumb-description,
  .product_btn_style2 #content .product-list .product-thumb .thumb-description {
    padding: 0 15px;
  }
}

@media (max-width: 543px) {
  .product_btn_style2 .product-list .product-description {
    text-align: center;
  }

  .product_btn_style2 .product-layout.product-sort .product-thumb .product-price-and-shipping .price {
    text-align: center;
  }

  .product_btn_style2 .product-layout.product-sort .product-thumb .product-price-and-shipping {
    width: 100%;
    padding: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }

  .product_btn_style2 #content .product-layout.product-sort .product-thumb .button-group {
    margin: 7px 0 0 0;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .product_btn_style2 .category-products .product-layout.product-grid {
    width: auto;
  }

  .product_btn_style2 .product-list .product-thumb .button-group .btn-cart {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    width: 40px;
    height: 40px;
  }
}

/*----------------------product_btn_style2 end----------------------*/
/*----------------------product_btn_style3 css start----------------------*/
.product_btn_style3 .product-thumb .ttproducthover {
  float: left;
  width: 100%;
  float: none;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
  position: absolute;
  bottom: -50px;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: inline-block;
  vertical-align: top;
}

.product_btn_style3 .product-thumb:hover .ttproducthover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  bottom: 10px;
}

.product_btn_style3 .product-thumb .ttcart {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background: none;
  left: 0;
  right: 0;
  width: auto;
  display: inline-block;
}

.product_btn_style3 .product-thumb .image .btn-cart::after {
  background: #2e4a5b;
}

.product_btn_style3 .product-list .product-thumb .ttcart {
  height: auto;
  float: left;
  margin: 0 4px;
  position: static;
}

.product_btn_style3 .product-layout.product-sort .product-thumb .ttproducthover {
  position: static;
  opacity: 1;
  width: 20%;
  margin: 0;
}

.product_btn_style3 .product-list .ttproducthover {
  float: left;
  width: auto;
  position: relative;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  height: auto;
  top: 0;
}

.product_btn_style3 .product-list .ttproducthover {
  float: left;
  width: auto;
}

.product_btn_style3 .product-thumb .image .btn-cart.disabled:hover,
.product_btn_style3 .product-thumb:hover .image .btn-cart.disabled {
  background: #111;
}

.product_btn_style3 .product-thumb .image .btn-cart.disabled:hover {
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
}

.product_btn_style3 .product-thumb .image .btn-cart.disabled:hover i,
.product_btn_style3 .product-thumb .image .btn-cart.disabled:active i,
.product_btn_style3 .product-thumb .image .btn-cart.disabled:focus i {
  color: #111;
}

.product_btn_style3 .product-thumb .image .btn-cart.disabled:hover span,
.product_btn_style3 .product-thumb .image .btn-cart.disabled:active span,
.product_btn_style3 .product-thumb .image .btn-cart.disabled:focus span {
  color: #fff;
}

.product_btn_style3 .product-thumb .image .btn-cart {
  background: #111;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 4px;
  overflow: hidden;
  border: none;
  box-shadow: none;
  margin: 0 2px;
}

.product_btn_style3 .product-thumb .ttcart .btn-cart i {
  color: #fff;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  line-height: 38px;
  font-size: 18px;
  color: #111;
}

.product_btn_style1 .product-thumb button.btn-cart:hover span,
.product_btn_style1 .product-thumb button.btn-cart:focus span,
.product_btn_style1 .product-thumb button.btn-cart:active span,
.product_btn_style3 .product-thumb .ttcart button.btn-cart:hover span,
.product_btn_style3 .product-thumb .ttcart button.btn-cart:focus span,
.product_btn_style3 .product-thumb .ttcart button.btn-cart:active span {
  color: #fff;
}

.product_btn_style3 .product-thumb .image .btn-quickview {
  -webkit-transition: all 700ms ease-in-out 0s;
  -moz-transition: all 700ms ease-in-out 0s;
  -ms-transition: all 700ms ease-in-out 0s;
  -o-transition: all 700ms ease-in-out 0s;
  transition: all 700ms ease-in-out 0s;
  border: 0;
  background: none;
  position: relative;
  margin: 0 auto;
  height: 45px;
  overflow: hidden;
  background: #111;
  width: 45px;
  padding: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
  box-shadow: none;
  margin: 0 2px;
}

.product_btn_style3 .product-thumb:hover .image .btn-cart,
.product_btn_style3 .product-thumb:hover .image .btn-quickview {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.product_btn_style3 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart i,
.product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart i {
  color: #111;
  line-height: 32px;
  height: 32px;
  width: 32px;
}

.product_btn_style3 .product-list .product-thumb .thumb-description .ttproducthover .button-group .ttcart button.btn-cart,
.product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .button-group .ttcart button.btn-cart {
  padding: 4px;
}

.product_btn_style3 .product-list .product-thumb .button-group i,
.product_btn_style3 .product-sort .product-thumb .button-group i {
  color: #fff;
  height: 40px;
  line-height: 40px;
}

.product_btn_style3 .product-list .product-thumb .button-group button::after,
.product_btn_style3 .product-sort .product-thumb .button-group button::after {
  display: block;
}

.product_btn_style1 .product-thumb button.btn-cart span,
.product_btn_style1 .product-thumb button.btn-cart span {
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.product_btn_style1 .product-sort .product-thumb button.btn-cart span {
  font: 600 13px/24px "Raleway", Helvetica, sans-serif;
  padding: 8px 0 8px 5px;
  color: #fff;
}

.product_btn_style3 .product-thumb .ttcart button.btn-cart span,
.product_btn_style3 .product-thumb .ttcart button.btn-cart span {
  font: 600 13px/24px "Raleway", Helvetica, sans-serif;
  padding: 7px 15px 7px 10px;
  color: #fff;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.product_btn_style3 .product-layout.product-list .product-thumb .ttcart button.btn-cart span,
.product_btn_style3 .product-layout.product-sort .product-thumb .ttcart button.btn-cart span {
  padding: 4px 15px 4px 10px;
}

.product_btn_style1 .product-layout.product-sort .product-thumb .btn-cart,
.product_btn_style3 .product-layout.product-sort .product-thumb .ttcart {
  height: auto;
  display: block;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
}

.product_btn_style3 .product-list .product-thumb button.btn-quickview span,
.product_btn_style3 .product-sort .product-thumb button.btn-quickview span {
  display: none !important;
}

.product_btn_style3 .product-thumb .btn-quickview i {
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.product_btn_style3 .product-thumb button.btn-quickview:hover span,
.product_btn_style3 .product-thumb button.btn-quickview:active span,
.product_btn_style3 .product-thumb button.btn-quickview:focus span,
.product_btn_style3 .product-thumb .btn-quickview:hover i,
.product_btn_style3 .product-thumb .btn-quickview:active i,
.product_btn_style3 .product-thumb .btn-quickview:focus i {
  color: #fff;
}

.product_btn_style3 button.btn-quickview span.loading {
  display: none !important;
}

.product_btn_style3 .product-thumb .image .btn-quickview::after {
  background: #2e4a5b;
  content: "";
  position: absolute;
  bottom: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product_btn_style3 .product-thumb .image .btn-quickview:hover::after,
.product_btn_style3 .product-thumb .image .btn-quickview:active::after,
.product_btn_style3 .product-thumb .image .btn-quickview:focus::after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  -moz-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  -ms-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  -o-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
}

.product_btn_style3 .product-layouts .product-thumb .button-group,
.product_btn_style3 .product-grid .product-thumb .button-group {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  right: 10px;
  height: auto;
  top: -100px;
  bottom: auto;
  left: auto;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}

.product_btn_style3 .product-layouts .product-thumb:hover .button-group,
.product_btn_style3 .product-grid .product-thumb:hover .button-group {
  top: 10px;
}

.product_btn_style3 .product-thumb .button-group button {
  background: #111;
  height: 40px;
  width: 40px;
  display: block;
  box-shadow: none;
  margin: 0 0 8px 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.product_btn_style3 .product-list .product-thumb .button-group button,
.product_btn_style3 .product-sort .product-thumb .button-group button,
.product_btn_style3 .product-list .product-thumb .button-group button,
.product_btn_style3 .product-sort .product-thumb .button-group button {
  background: #111;
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0;
  width: 40px;
  height: 40px;
}

.product_btn_style3 .product-thumb .button-group button i {
  vertical-align: top;
  float: none;
  height: 22px;
  width: 20px;
  line-height: 22px;
  margin: 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.product_btn_style3 .product-thumb .button-group button:hover i,
.product_btn_style3 .product-thumb .button-group button:active i,
.product_btn_style3 .product-thumb .button-group button:focus i {
  color: #fff;
}

.product_btn_style3.product_btn_style3 .product-thumb .button-group button::after {
  background: #2e4a5b;
}

.product_btn_style3 .product-thumb .button-group button.loading i {
  display: none;
}

.product_btn_style3 .product-list .product-thumb .price {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  margin: 0;
}

@media (max-width: 1450px) {
  .product_btn_style3 .product-thumb .ttcart button.btn-cart span {
    padding: 7px 15px 7px 10px;
  }

  .product_btn_style3 .product-layout.product-sort .product-thumb .ttproducthover {
    width: 28%;
  }
}

@media (max-width: 991px) {

  .product_btn_style3 .product-layouts .product-thumb .button-group,
  .product_btn_style3 .product-grid .product-thumb .button-group {
    position: absolute;
    height: auto;
    top: 10px;
  }

  .product_btn_style3 .product-thumb .image .btn-quickview {
    height: 40px;
    float: none;
    display: inline-block;
    vertical-align: top;
    border: none;
  }

  .product_btn_style1 .button-group button.btn-cart i {
    line-height: 40px;
  }

  .product_btn_style1 .product-layout.product-sort .product-thumb .ttproducthover {
    width: 30%;
  }

  .product_btn_style3 .product-thumb .ttcart button.btn-cart span {
    padding: 4px 15px 4px 10px;
  }

  .product_btn_style3 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart,
  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
    height: 40px;
  }

  .product_btn_style3 .product-thumb .ttcart .btn-cart i {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .product_btn_style3 .product-layouts .product-thumb .ttproducthover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  .product_btn_style3 .product-thumb .image .btn-quickview:hover {
    border: none;
  }

  .product_btn_style3 .product-thumb button.btn-quickview span {
    display: none !important;
  }

  .product_btn_style3 .product-thumb .btn-quickview i {
    line-height: 40px;
  }

  .product_btn_style3 .product-thumb .image .btn-quickview {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    height: 40px;
    z-index: 1;
    width: 40px;
    position: relative;
    padding: 0;
  }

  .product_btn_style3 .product-grid .product-thumb .ttproducthover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    height: 40px;
    top: auto;
    bottom: 10px;
  }

  .product_btn_style3 .product-thumb .ttproducthover {
    position: static;
  }

  .product_btn_style3 .product-thumb .ttcart {
    visibility: inherit;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}

@media (max-width: 543px) {

  .product_btn_style3 .product-list .product-thumb .ttcart button.btn-cart span,
  .product_btn_style3 .product-sort .product-thumb .ttcart button.btn-cart span {
    display: none !important;
  }

  .product_btn_style3 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart,
  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
    width: 40px;
    height: 40px;
  }

  .product_btn_style3 .product-thumb .ttproducthover {
    width: 100%;
  }

  .product_btn_style3 .product-list .product-thumb .thumb-description .ttproducthover .button-group .ttcart button.btn-cart,
  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .button-group .ttcart button.btn-cart {
    padding: 0;
  }

  .product_btn_style3 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart i,
  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart i {
    color: #fff;
    line-height: 40px;
    height: 40px;
    width: 40px;
    background: none;
  }

  .product_btn_style3 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart:hover i,
  .product_btn_style3 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart:active i,
  .product_btn_style3 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart:focus i,
  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart:hover i,
  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart:active i,
  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart:focus i {
    color: #fff;
  }

  .product_btn_style3 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart.disabled:hover i,
  .product_btn_style3 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart.disabled:active i,
  .product_btn_style3 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart.disabled:focus i,
  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart.disabled:hover i,
  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart.disabled:active i,
  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart.disabled:focus i {
    color: #fff;
  }

  .product_btn_style3 .product-list .product-thumb .button-group i,
  .product_btn_style3 .product-sort .product-thumb .button-group i {
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 480px) {

  .responsive_style1 .product-layout::after,
  .responsive_style1 .product-layouts::after {
    display: none;
  }

  .responsive_style2 .product-layout.product-grid:nth-child(2n + 1)::after {
    display: none;
  }
}

/*----------------------product_btn_style3 end----------------------*/
/*----------------------------Quickview css start----------------------*/
.bootstrap-datetimepicker-widget.usetwentyfour.dropdown-menu {
  position: absolute !important;
}

#quickview-bg-block {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: fixed;
  z-index: 99;
}

.quickview-load-img {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 9999;
  margin: auto;
}

.a-qv-close {
  position: absolute;
  color: #111;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  width: 25px;
  height: 25px;
  text-align: center;
  margin: 0;
  right: 2px;
  top: 2px;
  background: #fff;
  z-index: 1;
}

.a-qv-close i {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
}

.a-qv-close:hover i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

#quickview-content {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: none;
  height: 73%;
  left: 0;
  margin: 0 auto;
  overflow: auto !important;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 7%;
  width: 70%;
  z-index: 999;
}

.product-quickview .btn.btn-default {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #666;
  padding: 9px 15px;
  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;
}

.product-quickview .btn.btn-default:hover,
.product-quickview .btn.btn-default:active,
.product-quickview .btn.btn-default:focus {
  background: #2e4a5b;
  border-color: #2e4a5b;
  color: #fff;
}

.product-quickview .product-image .thumbnail {
  border: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}

.product-quickview {
  float: left;
  width: 100%;
}

button.btn-quickview span {
  display: none;
}

.product-quickview #quick-cart {
  background: #2e4a5b;
  border-color: #2e4a5b;
  color: #fff;
  float: left;
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 26px;
  padding: 8px 15px 8px 45px;
  position: relative;
  margin: 0 0 0 8px;
}

.product-quickview #quick-cart::after {
  background: #111;
}

.product-quickview #quick-cart .btn[disabled]::after {
  display: none;
}

.product-quickview #quick-cart:hover,
.product-quickview #quick-cart:focus,
.product-quickview #quick-cart:active {
  background: #2e4a5b;
  border-color: #2e4a5b;
  color: #fff;
}

.product-quickview #quick-cart::before {
  content: "\e8cc";
  font-family: "Material Icons";
  font-size: 22px;
  height: 35px;
  left: 0;
  position: absolute;
  right: auto;
  width: 56px;
  font-weight: 400;
}

#quickview-content .btn-group {
  margin: 0 0 10px;
}

.product-quickview .product-images .additional-images-container {
  position: static;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s,
    visibility 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s, top 0.4s ease 0s,
    bottom 0.4s ease 0s, visibility 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s,
    visibility 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s,
    visibility 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s,
    visibility 0.4s ease 0s;
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  width: 70%;
}

.product-quickview .product-images:hover .additional-images-container {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  bottom: 15px;
  visibility: visible;
  display: block;
}

.product-quickview .additional-images .image-additional img {
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}

.product-quickview .additional-images .image-additional img:hover {
  border: none;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1350px) {
  .product-quickview .product-images .additional-images-container {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .product-quickview .product-images .additional-images-container {
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: static;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .product-quickview .product-images .additional-images-container {
    width: 85%;
  }
}

@media (max-width: 767px) {
  #quickview-content {
    height: 84%;
    padding: 25px 20px;
  }
}

@media (max-width: 480px) {
  #quickview-content {
    width: 90%;
  }

  .product-quantity #input-quantity {
    width: 40px;
  }
}

/*----------------------------Quickview css end----------------------*/
/*product-page */
.zoomContainer {
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}

.product-block {
  float: left;
  width: 100%;
}

.product-product .product-image .thumbnail {
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  margin: 0 0 5px;
  overflow: hidden;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -khtml-transition: none;
  -o-transition: none;
  position: relative;
}

.product-product .product-image .thumbnail img {
  border-radius: 10%;
  -moz-border-radius: 10%;
  -webkit-border-radius: 10%;
  -khtml-border-radius: 10%;
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails>li {
  margin-left: 20px;
}

.image-additional>img {
  max-width: 100%;
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}

.image-additional>img:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

body.product-compare .table-product-image .img-thumbnail {
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}

.cart-form .text-center a img {
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}

.thumbnails .owl-carousel.additional-images {
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 15px;
}

.additional-images .image-additional {
  display: block;
  margin: 5px;
  padding: 0;
  cursor: pointer;
  text-align: center;
}

.products-list .owl-carousel,
.list-products .owl-carousel {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 0;
  width: auto;
}

/*----------------product count--------------------*/
.product-countdown {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 400ms ease-in-out 0s;
  -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;
}

.product-countdown .item-countdown {
  float: none;
  margin: 0;
}

.product-layout.product-list .product-countdown,
.product-layout.product-sort .product-countdown {
  position: static;
  margin: 7px 0;
  float: left;
}

.product-layout.product-list .product-countdown .item-countdown,
.product-layout.product-sort .product-countdown .item-countdown {
  background: none;
  border-color: #e5e5e5;
}

.product-layout.product-list .product-countdown .item-countdown div,
.product-layout.product-sort .product-countdown .item-countdown div {
  color: #111;
}

.product-layout.product-list .product-countdown .item-countdown div::after,
.product-layout.product-sort .product-countdown .item-countdown div::after {
  color: #111;
}

.product-layout.product-list .product-countdown .item-countdown div:last-child,
.product-layout.product-sort .product-countdown .item-countdown div:last-child {
  color: #ec2d48;
}

.product-layout.product-list .item-countdown::before,
.product-layout.product-sort .item-countdown::before {
  color: #111;
}

.product-layout.product-list .product-thumb:hover .product-countdown,
.product-layout.product-sort .product-thumb:hover .product-countdown {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

#column-left .product-countdown,
#column-right .product-countdown {
  display: none;
}

@media (min-width: 768px) {
  .product-thumb:hover .product-countdown {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    top: -40px;
  }
}

@media (max-width: 991px) {
  .product-countdown {
    top: auto;
    bottom: 60px;
  }

  .product_btn_style3 .product-countdown {
    top: auto;
    bottom: 55px;
  }

  .product_btn_style3 .product-thumb:hover .product-countdown {
    top: auto;
    bottom: 55px;
  }
}

/*----------------product count--------------------*/
@media (min-width: 1399px) and (max-width: 1499px) {
  .container {
    width: 100%;
    max-width: 1320px;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .container {
    max-width: 1270px;
    width: 100%;
  }
}

@media (max-width: 1499px) {
  .product_btn_style1 .product-layout.product-sort .product-thumb .ttproducthover {
    width: 24%;
  }
}

@media (max-width: 1401px) {
  .product_btn_style2 #content .product-list .product-thumb .thumb-description {
    width: 66%;
    height: auto;
  }
}

@media (max-width: 1300px) {

  header .full-header,
  .common-home header .full-header {
    padding: 0 50px;
  }

  .products-list,
  .list-products {
    margin: 0 0 60px;
  }

  .product-images .additional-images-container {
    width: 400px;
  }

  .thumbnails .owl-carousel.additional-images {
    padding: 0;
  }
}

@media (max-width: 1301px) {
  .product_btn_style3 .product-layout.product-sort .product-thumb .ttproducthover {
    width: 22%;
  }
}

@media (max-width: 1250px) {

  header .full-header,
  .common-home header .full-header {
    padding: 0 30px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .header_style1.header_fixed_on #ttcmsaboutus .ttabout-main .ttabout-right .ttabout-title {
    font-size: 28px;
    line-height: 30px;
  }

  .header_style1.header_fixed_on #ttcmsaboutus .ttabout-main .ttabout-right .ttabout-btn a {
    padding: 5px 15px;
  }

  .header_style1.header_fixed_on #ttcmsaboutus .ttabout-main .ttabout-right .ttsubtitle {
    font-size: 42px;
    line-height: 43px;
  }

  .header_style1.header_fixed_on #ttcmsaboutus .ttabout-main .ttabout-right .ttabout-desc {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 21px;
  }

  .header_style1.header_fixed_on #ttcmsoffer .ttcms-subtitle {
    font-size: 26px;
    line-height: 32px;
  }

  .header_style1.header_fixed_on #ttcmsoffer .ttcms-title {
    font-size: 26px;
    line-height: 28px;
  }

  .header_style1.header_fixed_on #ttcmstestimonial .testimonial-block .testimonial-img .image {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .header_style1.header_fixed_on #ttcmstestimonial .testimonial-block .testimonial-img .testimonial-user {
    float: none;
    text-align: center;
  }

  .header_style1.header_fixed_on header {
    width: 220px !important;
  }

  .header_style1.header_fixed_on #page {
    margin-left: 220px !important;
    width: calc(100% - 220px) !important;
  }

  .header_style1.header_fixed_on #ttcmstestimonial .testimonial-block {
    padding: 30px 20px;
  }
}

@media (min-width: 1300px) and (max-width: 1550px) {
  .header_style1.header_fixed_on .container {
    max-width: 1170px;
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .container {
    width: 100%;
    max-width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  #column-left .left-right-inner>div,
  #column-right .left-right-inner>div {
    padding: 10px;
  }

  .product-thumb .ttcart button.btn-cart span {
    font-size: 12px;
  }

  .container {
    width: 100%;
    max-width: 970px;
  }

  .product-layout.product-sort .product-description {
    width: 42%;
  }

  .product-layout.product-sort .product-thumb .ttproducthover {
    width: 40%;
  }

  .product-layout.product-sort .product-thumb .product-price-and-shipping {
    width: 18%;
  }

  .product_btn_style3 .product-layout.product-sort .product-thumb .ttproducthover {
    width: 33%;
  }

  #product-category #column-left {
    width: 30%;
  }

  /* #product-category #content {
    width: 70%;
  } */

  #product-category.column_3 .product-layout.product-grid {
    width: 50%;
  }

  .product_btn_style1 .product-layout.product-sort .product-thumb .ttproducthover {
    width: 33%;
  }
}

@media (max-width: 1199px) {
  .product-images .additional-images-container {
    width: 280px;
  }

  .footer-section {
    padding: 20px 0;
  }

  .footer-container {
    padding: 45px 0 30px 0;
  }

  .footer-bottom {
    float: left;
    clear: left;
  }

  footer .footer-column .list-unstyled {
    margin: 0 0 15px;
  }

  .header-content-title .parallex {
    padding: 100px 0 60px;
  }
}

@media (min-width: 992px) {
  #menu ul.nav>li.dropdown:hover>.dropdown-menu {
    display: block;
    padding: 0;
    border-color: #eaeaea;
  }

  #menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown>a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 5px;
    top: 2px;
  }

  footer .footer-column ul {
    float: left;
    width: 100%;
  }
}

@media (max-width: 991px) {

  header .full-header,
  .common-home header .full-header {
    display: flex;
    position: relative;
    padding: 0;
    width: 100%;
    justify-content: space-between;
  }

  .product_btn_style1 .product-layout.product-sort .product-thumb .ttproducthover {
    width: 30%;
  }

  .common-home header {
    position: relative;
    background: #fff;
  }

  .container,
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .products-list,
  .list-products {
    margin: 0 0 50px;
  }

  .product-layout,
  .product-layouts {
    padding: 0 15px;
  }

  .product-layout.product-grid {
    width: 33.333%;
  }

  .right-block {
    margin: 0 10px;
    padding: 21px 0;
    z-index: 3;
  }

  .header-left {
    margin: 8px auto;
    float: none;
    width: 186px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .user-info .dropdown>ul {
    top: 61px;
  }

  #cart .dropdown-menu {
    top: 61px;
  }

  .header-left-cms {
    float: left;
  }

  .related-carousel.products-list {
    margin: 0 0 20px;
  }

  .product-details h1.product-name {
    font-size: 18px;
  }

  #top-links {
    float: left;
    width: 100%;
  }

  #top-links>ul {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
  }

  #menu .navbar-collapse {
    background: #fff;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
    border: 1px solid #e5e5e5;
    top: 50px;
    left: auto;
    right: 0;
  }

  #menu .navbar-header.collapsed,
  #menu #category {
    display: block !important;
    position: relative;
    width: 100%;
    text-align: left;
  }

  #menu {
    padding: 5px 0;
    position: unset;
  }

  .menu-container .left {
    position: unset;
  }

  #menu div.navbar-header:after,
  #menu .navbar-header i.fa {
    font-family: "FontAwesome";
    content: "\f0c9";
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 10px;
    font-weight: normal;
    color: #111111;
  }

  #menu .nav>li.dropdown:hover::after {
    display: none;
  }

  #menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.single-dropdown-menu {
    padding: 0;
  }

  #menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown::after {
    display: none;
  }

  #menu .dropdown-inner ul.mega-dropdown-menu.childs_1>li>a {
    color: #fff;
  }

  #menu .list-unstyled.childs_1.single-dropdown-menu a {
    padding: 0 15px;
  }

  .navbar-nav {
    margin: 0;
    padding: 10px 20px;
  }

  #menu .nav li.dropdown>a,
  #menu .nav>li.dropdown>span {
    padding: 0;
  }

  #menu .nav.navbar-nav>li:hover>a,
  #menu .dropdown-inner ul.mega-dropdown-menu.childs_1>li>a:hover,
  #menu .nav.navbar-nav>li:hover>span {
    color: #111;
  }

  #menu .nav>li.dropdown::after {
    content: "";
  }

  #menu .nav>li.dropdown::before {
    content: "";
  }

  #menu .navbar-collapse li.dropdown>i {
    background: none;
    font-size: 14px;
    position: absolute;
    color: #777777;
    right: 0;
    top: 5px;
    padding: 0;
    cursor: pointer;
    text-align: center;
  }

  #menu .navbar-collapse li.dropdown>.dropdown-menu {
    position: relative;
    width: 100%;
    top: 0;
    border: none;
  }

  #menu ul.nav li ul.list-unstyled.single-dropdown-menu>li.dropdown .dropdown-menu {
    position: static;
    display: block;
  }

  #menu ul.nav li ul.list-unstyled.mega-dropdown-menu>li.dropdown .dropdown-menu {
    padding: 0 15px;
  }

  #menu div.dropdown-inner>ul.list-unstyled {
    display: block;
    padding: 0 !important;
  }

  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0);
  }

  #menu .see-all {
    margin-top: 0;
    border: none;
    color: #fff;
  }

  .menu-container>.container {
    position: relative;
  }

  #menu .nav.navbar-nav>li {
    display: block;
    text-align: left;
  }

  #menu .nav>li>a,
  #menu .nav>li>span {
    color: #414141;
    padding: 0;
    line-height: 26px;
    font-size: 14px;
  }

  #menu .navbar-collapse li.dropdown>i::before {
    content: "\f067";
    font-family: fontawesome;
  }

  #menu .navbar-collapse li.dropdown.active>i::before {
    content: "\f068";
  }

  #menu .dropdown-inner ul.mega-dropdown-menu.childs_1>li>a,
  #menu .dropdown-inner a {
    color: #414141;
  }

  #menu .dropdown-inner ul.mega-dropdown-menu.childs_1>li>a::after {
    display: none;
  }

  #menu .dropdown-inner ul.mega-dropdown-menu.childs_1>li>a,
  #menu .dropdown-inner a,
  #menu ul.nav li ul.list-unstyled.mega-dropdown-menu>li.dropdown .dropdown-menu {
    padding: 0 0 0 15px !important;
  }

  #menu .nav.navbar-nav>li:hover>a,
  #menu .nav.navbar-nav>li:hover>span {
    background: none;
    color: #111;
  }

  .box-heading>h3,
  .title_block .ttblock-heading,
  .tt-title {
    font-size: 30px;
    line-height: 32px;
  }

  footer .footer-top {
    text-align: center;
  }

  .footer-top-block {
    display: inline-block;
    float: none;
    padding: 20px 0 0;
    vertical-align: top;
  }

  .footer-container .footer-column {
    float: left;
    margin: 0;
    width: 100%;
  }

  .footer-section {
    padding: 15px 0;
  }

  .footer-right {
    margin: 20px 0 0;
    padding: 0;
    float: left;
    width: 100%;
  }

  .footer-container {
    padding: 30px 0;
  }

  footer .footer-column .list-unstyled {
    float: left;
    margin: 0;
    text-align: left;
    width: 100%;
    padding: 0 10px;
  }

  footer .footer-column ul {
    padding: 0 10px;
  }

  footer .footer-column h5.toggle:hover {
    cursor: pointer;
  }

  footer a,
  .contact-us .data {
    font-size: 13px;
    line-height: 26px;
  }

  footer .footer-column h5.toggle {
    padding: 10px;
    margin: 0;
    position: relative;
    font: 400 16px/18px "Oswald", Helvetica, sans-serif;
    display: block;
    text-align: left;
  }

  footer .footer-column h5.toggle:hover,
  footer .contact-us h5.toggle:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  footer .footer-column h5.toggle:after,
  footer .contact-us h5.toggle:after,
  .footer_style1 footer #ttcmspaymentlogo h5.toggle:after {
    content: "\e145";
    display: block;
    font-family: "Material Icons";
    font-size: 19px;
    font-weight: 100;
    position: absolute;
    right: 10px;
    left: auto;
    top: 10px;
  }

  footer .footer-column.active h5.toggle:after,
  footer .contact-us.active h5.toggle:after,
  footer #ttcmspaymentlogo.active h5.toggle:after,
  footer .follow-us.active h5.toggle:after,
  .footer_style1 footer #ttcmspaymentlogo.active h5.toggle:after {
    content: "\e15b";
  }

  .footer-bottom-link {
    text-align: center;
    margin: 0 0 5px;
    width: 100%;
  }

  .header-content-title .parallex {
    padding: 60px 0;
  }

  .page-title-wrapper .page-title {
    font-size: 18px;
    line-height: 30px;
  }

  .category-list ul li {
    margin-right: 5px;
  }

  footer .footer-column ul li {
    float: left;
    width: 100%;
    padding: 0;
  }

  .bottom-footer {
    text-align: center;
  }

  /*------------------------------------- Column Toggle CSS Start ------------------------------------------*/
  body .container>.row>#content,
  body .container-fluid>.row>#content {
    float: left;
    width: 100%;
  }

  body .container>.row>#column-left,
  body .container>.row>#column-right,
  body .container-fluid>.row>#column-left,
  body .container-fluid>.row>#column-right {
    float: left;
    width: 100%;
    display: block !important;
  }

  #column-left .left-right-inner .swiper-viewport,
  #column-right .left-right-inner .swiper-viewport {
    padding: 15px;
    border: 1px solid #e5e5e5;
  }

  #column-left .left-right-inner>div,
  #column-right .left-right-inner>div {
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    border: 1px solid #e5e5e5;
  }

  #column-left .left-right-inner>div:last-child,
  #column-right .left-right-inner>div:last-child {
    margin-bottom: 0;
  }

  #column-left .panel-default,
  #column-right .panel-default,
  #column-left .category-treeview.panel-default,
  #column-right .category-treeview.panel-default,
  #ttcmstestimonial .title_block,
  #column-left .box-heading,
  #column-right .box-heading,
  #column-left .panel-heading,
  #column-right .panel-heading {
    background: #fff;
    cursor: pointer;
    font: 400 16px/20px "Oswald", Helvetica, sans-serif;
    color: #111;
    padding: 15px;
    margin: 0;
    border: 1px solid #e5e5e5;
  }

  #column-left .panel-heading::before,
  #column-right .panel-heading::before,
  #column-left .box-heading::before,
  #column-right .box-heading::before {
    display: none;
  }

  #column-left .panel-default.category-treeview,
  #column-right .panel-default.category-treeview {
    margin: 20px 0;
    padding: 0;
  }

  #column-left .box-heading,
  #column-right .box-heading,
  #column-left .panel-heading,
  #column-right .panel-heading {
    border: none;
  }

  #column-left .box-heading>h3,
  #column-right .box-heading>h3 {
    font: 400 16px/20px "Oswald", Helvetica, sans-serif;
    color: #111;
  }

  #column-left .toggle:after,
  #column-right .toggle:after {
    content: "\e145";
    font-family: "Material Icons";
    float: right;
    color: #111;
    font-size: 18px;
    font-weight: 400;
    left: auto;
    position: absolute;
    right: 15px;
    left: auto;
    top: 15px;
    display: block;
    background: none;
  }

  #column-left .products-carousel.owl-carousel .owl-nav,
  #column-right .products-carousel.owl-carousel .owl-nav {
    right: 40px;
    top: -40px;
  }

  #column-left .panel-default.active>div.toggle::after,
  #column-left .products-list.active>div.toggle::after,
  #column-left .list-products.active>div.toggle::after,
  #column-right .panel-default.active>div.toggle::after,
  #column-right .products-list.active>div.toggle::after,
  #column-right .list-products.active>div.toggle::after,
  #ttcmstestimonial.active .title_block.toggle::after,
  #ttcmsservices.active .box-heading.toggle::after,
  #column-left .featured-carousel.products-list .container.active .box-heading.toggle::after,
  #column-right .featured-carousel.products-list .container.active .box-heading.toggle::after {
    content: "\e15b";
  }

  #column-left .products-list>.row,
  #column-right .products-list>.row,
  #header-left .products-list>.row,
  #header-right .products-list>.row,
  #footer-left .products-list>.row,
  #footer-right .products-list>.row,
  #column-left .products-carousel,
  #column-right .products-carousel {
    float: left;
    width: 100%;
    padding: 0 15px;
  }

  #column-left .list-group .list-group-item,
  #column-right .list-group .list-group-item {
    float: left;
    width: 100%;
  }

  #column-left .panel>.list-group,
  #column-right .panel>.list-group {
    float: left;
    width: 100%;
    padding: 0 15px 15px;
  }

  /*-------------------------------- CateGory Filter CSS Start --------------------------------------*/
  #column-left .panel-default.option-filter,
  #column-right .panel-default.option-filter {
    display: none;
  }

  .option-filter-box .list-group .list-group-items {
    float: left;
    width: 100%;
  }

  .category-treeview ul {
    float: left;
    width: 100%;
  }

  .option-filter-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    float: left;
    margin: 20px 0 0;
    padding: 20px;
    width: 100%;
  }

  .option-filter-box .list-group-items>div.list-group-item {
    padding: 5px 0;
    display: none;
  }

  .option-filter-box a.list-group-item::after {
    top: 0;
    content: "\e5cf";
  }

  .option-filter-box a.list-group-item.collapsed::after {
    content: "\e5ce";
  }

  .option-filter-box .list-group .list-group-item,
  .option-filter-box .radio,
  .option-filter-box .checkbox {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    background: #fff;
    border: none;
  }

  .option-filter-box a.list-group-item {
    color: #111;
    padding: 10px 0;
  }

  .option-filter-box .list-group {
    float: left;
    width: 100%;
    margin: 0;
  }

  .option-filter-box .panel-footer {
    float: left;
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 10px 0 0;
  }

  .option-filter-box .btn.btn-primary {
    padding: 7px 18px;
  }

  .option-filter-box .checkbox>label:hover,
  .option-filter-box .checkbox>label:hover {
    color: #fff;
  }

  #content .product-layouts .product-thumb .thumb-description,
  #content .product-layout.product-grid .product-thumb .thumb-description {
    width: 100%;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    padding: 10px 0 0 0;
  }

  .product_extended #product-product .product-left {
    float: left;
    text-align: left;
    padding: 0;
    border-right: none;
    width: 100%;
  }

  .product_extended .product-product .product-details .rating {
    float: left;
    text-align: left;
  }

  .product_extended #product-product .product-details table.product-info {
    margin: 0;
    text-align: left;
  }

  .product_extended .product-product .product-details .btn.btn-default.product-btn-wishlist,
  .product_extended .product-product .product-details .btn.btn-default.product-btn-compare {
    float: left;
    text-align: left;
    padding: 0 15px 0 0;
  }

  .product_extended .product-details .product-options {
    width: 100%;
    padding: 0;
  }

  .product_extended #product-product .product-details h1.product-name {
    text-align: left;
  }

  .product-list .product-thumb .ttcart .btn-cart i {
    line-height: 40px;
  }

  .product_btn_style2 .product-list .product-thumb .button-group i,
  .product_btn_style2 .product-sort .product-thumb .button-group i {
    line-height: 40px;
  }

  .product-thumb .image .ttproducthover {
    margin: 10px 0 0 0;
  }

  .product-thumb .button-group {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    width: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    visibility: visible;
    position: static;
    float: none;
    display: inline-block;
    vertical-align: top;
    height: auto;
  }

  .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart,
  .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
    height: 40px;
  }

  .product-layout.product-sort .product-thumb .ttproducthover {
    width: 40%;
  }

  .product_btn_style3 .product-layout.product-sort .product-thumb .ttproducthover {
    width: 30%;
  }

  .product-layout.product-sort .product-description {
    width: 40%;
  }

  .product_btn_style2 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart,
  .product_btn_style2 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
    height: 40px;
  }

  .product_btn_style2 .product-list .product-thumb .ttcart button.btn-cart span,
  .product_btn_style2 .product-sort .product-thumb .ttcart button.btn-cart span {
    padding: 0;
    line-height: 45px;
  }

  .product_btn_style2 .product-category.column_5 .product-list .product-thumb .ttcart button.btn-cart span,
  .product_btn_style2 .product-category.column_5 .product-sort .product-thumb .ttcart button.btn-cart span {
    line-height: 45px;
  }

  .product-list .product-thumb .ttcart button.btn-cart span,
  .product-sort .product-thumb .ttcart button.btn-cart span {
    padding: 11px 0 11px 5px;
  }

  .product_btn_style3 .product-thumb .image .btn-cart {
    height: 40px;
  }

  .product_btn_style3 .product-list .product-thumb .ttcart button.btn-cart span,
  .product_btn_style3 .product-sort .product-thumb .ttcart button.btn-cart span {
    padding: 4px 15px 4px 10px;
  }

  .product_btn_style2 .product-thumb .percent {
    left: 15px;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }

  .product_btn_style2 .product-countdown {
    bottom: 60px;
    top: auto;
  }

  .product-thumb:hover .product-countdown {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    bottom: 60px;
    top: auto;
  }

  .product_btn_style2 .product-thumb .sale-icon {
    left: 15px;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }

  .product_btn_style2 .product-thumb:hover .sale-icon,
  .product_btn_style2 .product-thumb:hover .percent {
    left: 15px;
    right: auto;
  }

  .product_btn_style2 .product-list .product-thumb:hover .sale-icon,
  .product_btn_style2 .product-list .product-thumb:hover .percent,
  .product_btn_style2 .product-sort .product-thumb:hover .sale-icon,
  .product_btn_style2 .product-sort .product-thumb:hover .percent {
    left: 15px;
  }

  .product-thumb .button-group i {
    font-size: 18px;

    line-height: 40px;
    height: 40px;
    width: 40px;
  }

  .product-thumb .ttcart .btn-cart i {
    line-height: 40px;
  }

  .category-filter .filter-text .input-group-addon.control-label {
    display: none;
  }

  .product-thumb .button-group button {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    visibility: inherit;
    margin: 0 2px;
    width: 40px;
    height: 40px;
  }

  .category-filter .filter-sort-by .filter-selection {
    width: 105px;
  }

  .category-filter .filter-sort-by {
    width: 39%;
    max-width: 170px;
  }

  .category-filter .filter-show,
  .category-filter .filter-sort-by {
    margin: 0;
    float: left;
    clear: none;
  }

  .category-filter .filter-grid-list {
    width: 100px;
  }

  .category-filter .filter-text .input-group-addon.control-label {
    display: none;
  }

  .category-filter .filter-text {
    padding: 0;
  }

  .category-filter .filter-show .filter-text {
    margin: 0;
  }

  .category-filter .filter-show {
    margin: 0 5px 0 0;
    min-width: 55px;
  }

  .category-filter .filter-show .filter-selection {
    width: 55px;
  }

  .filter-sort-by .select-wrapper::after,
  .filter-show .filter-selection .select-wrapper::after {
    top: 10px;
  }

  .product-thumb .percent {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    left: 15px;
    top: 30px;
  }

  .product-thumb .sale-icon {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    left: 15px;
    top: 10px;
  }

  /*-------------------------------- CateGory Filter CSS Start --------------------------------------*/

  /*------------------------------------- Column Toggle CSS End ------------------------------------------*/
}

@media (min-width: 768px) {

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

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

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

  .column_3 .product-layout.product-grid:nth-child(3n + 1)::after {
    border: none;
  }
}

@media (max-width: 767px) {
  .product-layout.product-sort .product-thumb .product-price-and-shipping .price .price-new {
    display: inline-block;
  }

  #page>.row {
    clear: both;
  }

  .ttsubtitle {
    font-size: 35px;
    line-height: 37px;
  }

  .products-list,
  .list-products {
    margin: 0 0 30px;
  }

  #content .product-list .product-thumb .thumb-description {
    padding: 0 15px;
  }

  .product-details h1.product-name {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .product-layout,
  .product-layouts {
    margin: 0 0 20px;
  }

  .category-filter .filter-sort-by {
    max-width: 230px;
  }

  .category-description .block-description {
    float: left;
    width: 100%;
  }

  .product-tabs {
    width: 100%;
    float: left;
  }

  .information-contact .contact-location .col-sm-3 {
    width: 50%;
    float: left;
  }

  .header-top-right .dropdown span.hidden-xs,
  .header-top-right #wishlist-total span {
    display: block !important;
  }

  .page-title-wrapper .container {
    padding: 0;
  }

  .header-content-title .parallex {
    padding: 30px 10px;
  }

  #page .page-title-wrapper {
    text-align: center;
  }

  .page-title-wrapper .page-title {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    float: none;
    margin: 0 auto;
    display: inline-block;
    font-size: 14px;
  }

  .product_btn_style2 #content .product-list .product-thumb .thumb-description {
    padding: 0 0 0 10px;
    height: auto;
  }

  .product_btn_style2 #content .product-layout.product-sort .product-thumb .thumb-description {
    height: auto;
  }

  #form-currency .btn-link span,
  #form-language .btn-link span {
    display: inline-block !important;
  }

  .product_btn_style2 #content .product-thumb .button-group {
    float: none;
    width: auto;
  }

  #goToTop {
    right: 20px;
  }

  .TTProduct-Tab .nav-tabs>li {
    margin: 0 5px 0 0;
  }
}

@media (min-width: 544px) and (max-width: 700px) {

  .product_btn_style1 .product-layout.product-sort .product-thumb .ttproducthover,
  .product_btn_style2 #content .product-layout.product-sort .product-thumb .button-group,
  .product_btn_style3 .product-layout.product-sort .product-thumb .ttproducthover {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: left;
  }

  .product_btn_style1 .product-layout.product-sort .product-thumb .product-price-and-shipping {
    width: 100%;
    float: left;
  }

  .product-layout.product-sort .image {
    width: 30%;
  }

  #content .product-thumb .thumb-description,
  .product_btn_style2 #content .product-layout.product-sort .product-thumb .thumb-description {
    width: 70%;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .product-product .product-image {
    margin: 0 auto;
    width: 76%;
  }

  .product-images .additional-images-container {
    width: 400px;
  }

  .product-category .category-description .category-image {
    float: left;
    width: 35%;
  }

  .product-category .category-description .block-description {
    float: left;
    width: 65%;
  }
}

@media (max-width: 700px) {
  .category-products .product-layout.product-grid {
    width: 50%;
  }

  .product-thumb h4 {
    font-size: 15px;
  }

  .product_btn_style3 .product-layout.product-sort .product-thumb .ttcart {
    display: inline-block;
  }

  #content .product-thumb .thumb-description {
    padding: 0 15px;
  }

  .product-layout.product-sort .product-description {
    width: 100%;
  }

  .product_btn_style3 .product-layout.product-sort .product-thumb .ttcart {
    margin: 0 4px;
  }

  .product_btn_style3 .product-layout.product-sort .product-thumb .product-price-and-shipping {
    width: 100%;
  }

  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .button-group .ttcart button.btn-cart {
    padding: 0;
  }

  .product_btn_style3 #content .product-list .product-thumb .thumb-description {
    width: 65%;
  }

  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart i {
    color: #fff;
    line-height: 40px;
    height: 40px;
    width: 40px;
    background: none;
  }

  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart:hover i,
  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart:active i,
  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart:focus i {
    color: #fff;
  }

  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart.disabled:hover i,
  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart.disabled:active i,
  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart.disabled:focus i {
    color: #fff;
  }

  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
    width: 40px;
  }

  .product-layout.product-sort .product-thumb .product-price-and-shipping {
    width: 35%;
    padding: 0;
  }

  .product-layout.product-sort .product-thumb .ttproducthover {
    width: 65%;
  }

  .product-layout.product-sort .product-thumb .product-price-and-shipping .price {
    text-align: left;
  }

  .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
    width: 40px;
    padding: 0;
  }

  .product-list .product-thumb h4 {
    margin: 0 0 10px;
  }

  .product-layout.product-sort .product-thumb .ttcart {
    margin: 0;
  }

  .product-layout.product-sort {
    margin: 0 0 30px;
  }

  .product-list .product-thumb .rating,
  .product-list .product-thumb:hover .rating {
    margin: 0 0 7px;
  }

  .product-list .product-thumb .caption .description,
  .product-sort .product-thumb .caption .description {
    font-size: 12px;
    line-height: 20px;
  }

  .product-list .product-thumb .caption {
    padding: 5px 0 0;
  }

  .product-list .product-thumb .ttcart .btn-cart i {
    line-height: 40px;
  }

  .product-thumb .ttcart button.btn-cart span {
    font-size: 13px;
  }

  .product-list .product-thumb .ttcart button.btn-cart span,
  .product-sort .product-thumb .ttcart button.btn-cart span {
    padding: 11px 0px 11px 3px;
  }

  .product-layout.product-sort .product-thumb h4 {
    margin: 0 0 6px;
  }

  .product-list .product-thumb .image img {
    width: 100%;
  }

  #content .product-list .product-thumb .thumb-description {
    text-align: left;
  }

  .product_btn_style1 .product-category.column_6 #content .product-sort .product-thumb .thumb-description,
  .product_btn_style1 .product-category.column_7 #content .product-sort .product-thumb .thumb-description,
  .product_btn_style1 .product-category.column_8 #content .product-sort .product-thumb .thumb-description {
    text-align: center;
  }
}

@media (max-width: 543px) {
  .product-layout.product-sort .image {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }

  .product_btn_style1 .product-layout.product-sort .product-thumb .product-price-and-shipping {
    width: 100%;
  }

  .product_btn_style1 .product-layout.product-sort .product-thumb .ttproducthover {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .page-title-wrapper {
    margin: 0 0 15px;
    padding: 15px 0;
  }

  #content .product-thumb .thumb-description {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .product-layout.product-list .product-countdown,
  .product-layout.product-sort .product-countdown {
    float: none;
    display: inline-block;
    text-align: center;
    margin: 0 0 7px 0;
  }

  .product_btn_style3 .product-layout.product-sort .product-thumb .ttproducthover {
    width: 100%;
    margin: 8px 0 0 0;
  }

  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
    width: 40px;
  }

  .product_btn_style3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart i {
    line-height: 40px;
    height: 40px;
    width: 40px;
  }

  #content .product-list .product-thumb .thumb-description {
    text-align: center;
  }

  .product_btn_style2 #content .product-layout.product-sort .product-thumb .thumb-description {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 5px;
  }

  .product-layout.product-sort,
  .product-layout.product-sort .product-description {
    text-align: center;
  }

  .product-layout.product-sort .product-thumb .product-price-and-shipping .price {
    text-align: center;
  }

  .product-layout.product-sort .product-thumb .ttproducthover {
    width: 100%;
  }

  .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart,
  .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
    padding: 0;
    width: 40px;
  }

  .product_btn_style2 #content .product-list .product-thumb .thumb-description {
    width: 100%;
    padding: 0;
  }

  .product-layout.product-sort {
    margin: 0 0 20px;
  }

  .product-category.column_3 #content .product-sort .product-thumb .thumb-description {
    float: left;
    width: 100%;
    text-align: center;
  }

  .product_btn_style3 .product-list .product-thumb .button-group button,
  .product_btn_style3 .product-sort .product-thumb .button-group button {
    height: 40px;
    width: 40px;
    padding: 0;
  }

  .product_btn_style3 #content .product-thumb .thumb-description {
    width: 100%;
  }

  .product_btn_style3 .product-layout.product-sort .product-thumb .product-price-and-shipping {
    width: 100%;
  }

  .product-list .product-thumb .image {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }

  #content .product-list .product-thumb .thumb-description {
    width: 100%;
  }

  .product_btn_style2 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart,
  .product_btn_style2 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart,
  .product_btn_style1 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart,
  .product_btn_style1 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
    padding: 0;
    width: 45px;
  }

  .product-list .product-thumb.row,
  .product-sort .product-thumb.row {
    text-align: center;
  }

  .product_btn_style1 #content .product-list .product-thumb .thumb-description,
  .product_btn_style2 #content .product-list .product-thumb .thumb-description {
    width: auto;
    text-align: center;
  }

  .product-list .product-thumb .caption,
  .product-sort .product-thumb .caption {
    padding: 10px 0 0 0;
  }

  .product_btn_style2 #content .product-list .product-thumb .caption {
    padding: 0;
  }

  .product_btn_style1 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart,
  .product_btn_style1 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart,
  .product_btn_style1 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart,
  .product_btn_style1 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
    width: 40px;
  }

  .product_btn_style2 .product-category.column_3 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart,
  .product_btn_style2 .product-category.column_3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart,
  .product_btn_style2 .product-category.column_3 .product-list .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart,
  .product_btn_style2 .product-category.column_3 .product-sort .product-thumb .thumb-description .ttproducthover .ttcart .btn-cart {
    width: 40px;
  }

  .table {
    display: inline-block;
    overflow: scroll;
  }
}

@media (max-width: 480px) {
  #mobile-logo {
    display: block;
  }

  .user-info .dropdown>ul {
    top: 56px;
  }

  #cart .dropdown-menu {
    top: 56px;
  }

  .right-block {
    padding: 16px 0;
  }

  img.mobile-logo {
    max-width: 100%;
  }

  .product_btn_style3 #content .product-list .product-thumb .thumb-description {
    width: auto;
    text-align: center;
  }

  .owl-carousel .owl-dots {
    margin: 0;
  }

  .product_btn_style1 .product-layout.product-sort .product-thumb .button-group button.btn-cart {
    padding: 0;
    margin: 0 2px;
    width: 40px;
  }

  .product_btn_style1 .product-sort .product-thumb .button-group button.btn-cart span {
    display: none !important;
  }

  .header-left {
    position: relative;
    width: 106px;
    left: 30px;
    margin: 16px auto;
  }

  #logo {
    display: none;
  }

  .right-block>div {
    margin: 0;
  }

  #cart .dropdown-menu {
    min-width: 300px;
  }

  #cart .header-cart-toggle .text-right.price-total {
    font-size: 14px;
  }

  #cart .header-cart-toggle .text-left.name>a,
  #cart .header-cart-toggle .text-right.amount,
  #cart .dropdown-menu .btn.btn-danger i.fa-times {
    font-size: 12px;
  }

  .header-cart-toggle .table>tbody>tr>td,
  .header-cart-toggle .table>tbody>tr>th,
  .header-cart-toggle .table>tfoot>tr>td,
  .header-cart-toggle .table>tfoot>tr>th,
  .header-cart-toggle .table>thead>tr>td,
  .header-cart-toggle .table>thead>tr>th,
  .header-cart-toggle .table-striped>tbody>tr:nth-child(2n + 1)>td,
  .header-cart-toggle .table-striped>tbody>tr:nth-child(2n + 1)>th {
    padding: 8px 4px;
  }

  .header-content-title .parallex {
    padding: 20px 10px;
  }

  .contact-link ul li {
    padding: 0 0 0 10px;
  }

  .category-description .category-content {
    margin-top: 10px;
  }

  .checkout-cart h2 {
    line-height: 24px;
  }

  .checkout-cart #accordion .panel-heading a {
    font-size: 14px;
  }

  .checkout-checkout h4 {
    line-height: 34px;
    font-size: 14px;
  }

  #checkout-checkout #accordion .panel-heading h4.panel-title a i.expand-more {
    line-height: 34px;
  }

  .breadcrumb>li+li::before {
    margin: 0 2px 0 0;
  }

  .breadcrumb {
    font-size: 13px;
  }

  .category-description .category-content p {
    font-size: 13px;
  }

  .box-heading>h3,
  .title_block .ttblock-heading,
  .tt-title {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 20px;
  }

  .TTProduct-Tab .tab-box-heading .nav.nav-tabs li {
    display: inline-block;
    float: none;
    text-align: center;
    vertical-align: top;
    margin: 0 0 5px;
    width: 60%;
  }

  .TTProduct-Tab .tab-box-heading .nav.nav-tabs li:last-child {
    margin: 0;
  }

  .TTProduct-Tab .nav-tabs>li>a .tab-title {
    padding: 8px 25px;
    font-size: 14px;
  }

  .TTProduct-Tab .nav-tabs {
    margin: 0 0 15px;
  }

  .TTProduct-Tab .tab-box-heading {
    margin: 0 0 10px;
  }

  .TTProduct-Tab .tthometab,
  .tt-titletab {
    background: none;
  }

  #content .product-list .product-thumb .thumb-description,
  #content .product-grid .product-thumb .thumb-description {
    padding: 0;
  }

  .user-info .dropdown>a>.user {
    font-size: 24px;
  }

  #search .ttsearch_button .icon-search,
  #cart>button>i.shopping-cart {
    font-size: 22px;
  }

  .product-thumb h4 {
    font-size: 14px;
    margin: 0 0 8px;
  }

  .products-list,
  .list-products {
    margin: 0 0 20px;
  }

  .product-thumb .image {
    width: auto;
    display: inline-block;
    vertical-align: top;
    float: none;
  }

  .product-thumb .price {
    margin: 5px 0 0;
  }

  .product-thumb {
    text-align: center;
  }

  .banner-panel img {
    display: inline-block;
    text-align: center;
  }

  #column-left .banner-panel,
  #column-right .banner-panel {
    text-align: center;
  }

  #content .product-layout.product-sort .product-thumb .thumb-description {
    float: left;
    width: 100%;
    text-align: center;
  }

  #content .product-layout.product-grid .product-description {
    text-align: center;
  }

  #content .product-layout.product-grid .product-thumb .thumb-description {
    text-align: center;
    height: auto;
  }

  .product-list .product-thumb .thumb-description {
    width: 100%;
    text-align: center;
    padding: 0 0 20px;
  }

  .product_btn_style3 .product-list .product-thumb .button-group {
    width: auto;
  }

  .product-list .product-thumb .button-group .btn-cart {
    padding: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
  }

  .product-layout.product-list .product-countdown,
  .product-layout.product-sort .product-countdown {
    width: 100%;
  }

  .common-home footer {
    margin: 10px 0 0;
  }

  .product-list .product-thumb .button-group .btn-cart {
    width: 40px;
    height: 40px;
  }

  .related-carousel.products-list {
    margin: 0 0 10px;
  }

  .page-title-wrapper .page-title {
    font-size: 16px;
  }

  .product-list .product-thumb .button-group button.btn-cart span {
    display: none !important;
  }

  .product-list .product-thumb .button-group i.shopping-cart {
    width: 40px;
  }

  .page-title-wrapper .breadcrumb>li {
    float: none;
    display: inline-block;
  }

  .header-top-left .dropdown-toggle span,
  .header-top-left .phone-number {
    display: none !important;
  }

  .product-product .product-details .rating .product-rating::after {
    display: none;
  }

  .table td {
    width: 100%;
  }

  .product-images .additional-images-container {
    width: 270px;
  }

  .product-tabs .nav-tabs {
    width: 100%;
    padding: 0;
  }

  .information-contact .contact-location .col-sm-3 {
    border-bottom: 1px solid #eeeeee;
    width: 100%;
  }

  .information-contact .contact-location .col-sm-3:last-child {
    border-bottom: 0 none;
  }

  #content .category-list h3 {
    font-size: 17px;
  }

  .option-filter-box .btn.btn-primary {
    padding: 5px 10px;
  }

  .category-pagination div.text-left,
  .category-pagination div.text-right {
    float: left;
    width: 100%;
    text-align: center;
  }

  #custom-pagination-button>span#number-products {
    float: left;
    width: 100%;
  }

  .rating .product-rating {
    width: 100%;
    margin: 0;
    border-right: none;
  }

  .product-details .rating>a {
    margin: 5px 8px 0 0;
    padding: 0 8px 0 0;
    border-right: none;
  }

  .product-details .btn.btn-default.product-btn-compare {
    margin-top: 0;
    width: 100%;
  }

  .product-product .product-tabs .nav-tabs li {
    float: none;
    width: 60%;
    margin: 0 0 5px;
  }

  .product-product .nav-tabs>li>a {
    margin: 0;
    padding: 8px 20px;
    font-size: 14px;
  }

  .image-additional a.thumbnail {
    margin: 5px;
  }

  .product-list .thumb-description {
    padding: 0;
  }

  .product-product #form-review .form-group label.control-label {
    float: left;
    width: 100%;
  }

  .checkout-cart #content>.buttons {
    text-align: center;
    margin: 0 0 20px;
  }

  .checkout-cart .sub-total-table {
    width: 100%;
  }

  #checkout-cart .pull-left {
    float: none;
    margin: 0 0 10px;
    width: 100%;
  }

  #checkout-cart .pull-right {
    float: none;
    width: 100%;
  }

  footer .footer-column h5.toggle {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-container {
    padding: 15px 0;
  }

  .footer-bottom .bottom-block div {
    padding: 0;
  }

  .responsive_style2 .product-countdown {
    display: none;
  }

  .product_btn_style3.responsive_style2 .product-layouts .product-thumb .button-group,
  .product_btn_style3.responsive_style2 .product-grid .product-thumb .button-group {
    top: 9px;
  }

  .product_btn_style3.responsive_style2 .product-thumb .button-group button {
    height: 22px;
    width: 22px;
  }

  .product_btn_style3.responsive_style2 .product-list .product-thumb .button-group button,
  .product_btn_style3.responsive_style2 .product-sort .product-thumb .button-group button {
    height: 40px;
    width: 40px;
  }

  .product_btn_style3.responsive_style2 .product-list .product-thumb .ttcart,
  .product_btn_style3.responsive_style2 .product-list .product-thumb .image .btn-cart,
  .product_btn_style3.responsive_style2 .product-sort .product-thumb .ttcart,
  .product_btn_style3.responsive_style2 .product-sort .product-thumb .image .btn-cart {
    height: 40px;
    width: 40px;
  }

  .product_btn_style2 .product-list .product-thumb .button-group button,
  .product_btn_style2 .product-sort .product-thumb .button-group button {
    width: 40px;
    height: 40px;
  }

  .product_btn_style2 .product-list .product-thumb .button-group i,
  .product_btn_style2 .product-sort .product-thumb .button-group i {
    line-height: 40px;
  }

  .product_btn_style3.responsive_style2 .product-list .product-thumb .ttcart .btn-cart i,
  .product_btn_style3.responsive_style2 .product-list .product-thumb .btn-quickview i {
    line-height: 40px;
    font-size: 18px;
  }

  .responsive_style2 #content .product-layouts .product-thumb .button-group button>i,
  .responsive_style2 #content .product-grid .product-thumb .button-group button>i {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    height: 28px;
    width: 28px;
  }

  .product_btn_style1.responsive_style2 #content .product-grid .product-thumb .button-group button.disabled:hover>i,
  .product_btn_style1.responsive_style2 #content .product-grid .product-thumb .button-group button.disabled:active>i,
  .product_btn_style1.responsive_style2 #content .product-grid .product-thumb .button-group button.disabled:focus>i {
    color: #fff;
  }

  .product_btn_style1.responsive_style2 #content .product-grid .product-thumb .button-group button:hover>i,
  .product_btn_style1.responsive_style2 #content .product-grid .product-thumb .button-group button:active>i,
  .product_btn_style1.responsive_style2 #content .product-grid .product-thumb .button-group button:focus>i {
    color: #fff;
  }

  .product_btn_style1.responsive_style2 #content .product-layouts .product-thumb .button-group button:hover>i,
  .product_btn_style1.responsive_style2 #content .product-layouts .product-thumb .button-group button:active>i,
  .product_btn_style1.responsive_style2 #content .product-layouts .product-thumb .button-group button:focus>i {
    color: #fff;
  }

  .product_btn_style1.responsive_style2 #content .product-layouts .product-thumb .button-group button.disabled:hover>i,
  .product_btn_style1.responsive_style2 #content .product-layouts .product-thumb .button-group button.disabled:active>i,
  .product_btn_style1.responsive_style2 #content .product-layouts .product-thumb .button-group button.disabled:focus>i {
    color: #fff;
  }

  .product_btn_style2.responsive_style2 #content .product-layouts .product-thumb .button-group button>i,
  .product_btn_style2.responsive_style2 #content .product-grid .product-thumb .button-group button>i {
    color: #fff;
  }

  .product_btn_style2.responsive_style2 #content .product-layouts .product-thumb .button-group button:hover>i,
  .product_btn_style2.responsive_style2 #content .product-layouts .product-thumb .button-group button:active>i,
  .product_btn_style2.responsive_style2 #content .product-layouts .product-thumb .button-group button:focus>i {
    color: #fff;
  }

  .product_btn_style2.responsive_style2 #content .product-grid .product-thumb .button-group button:hover>i,
  .product_btn_style2.responsive_style2 #content .product-grid .product-thumb .button-group button:active>i,
  .product_btn_style2.responsive_style2 #content .product-grid .product-thumb .button-group button:focus>i {
    color: #fff;
  }

  .product_btn_style2.responsive_style2 #content .product-layouts .product-thumb .button-group button.disabled:hover>i,
  .product_btn_style2.responsive_style2 #content .product-layouts .product-thumb .button-group button.disabled:active>i,
  .product_btn_style2.responsive_style2 #content .product-layouts .product-thumb .button-group button.disabled:focus>i {
    color: #fff;
  }

  .product_btn_style2.responsive_style2 #content .product-grid .product-thumb .button-group button.disabled:hover>i,
  .product_btn_style2.responsive_style2 #content .product-grid .product-thumb .button-group button.disabled:active>i,
  .product_btn_style2.responsive_style2 #content .product-grid .product-thumb .button-group button.disabled:focus>i {
    color: #fff;
  }

  .product_btn_style3.responsive_style2 #content .product-layouts .product-thumb .button-group button:hover>i,
  .product_btn_style3.responsive_style2 #content .product-layouts .product-thumb .button-group button:active>i,
  .product_btn_style3.responsive_style2 #content .product-layouts .product-thumb .button-group button:focus>i {
    color: #fff;
  }

  .product_btn_style3.responsive_style2 #content .product-grid .product-thumb .button-group button:hover>i,
  .product_btn_style3.responsive_style2 #content .product-grid .product-thumb .button-group button:active>i,
  .product_btn_style3.responsive_style2 #content .product-grid .product-thumb .button-group button:focus>i {
    color: #fff;
  }

  .responsive_style2 #content .product-layouts .product-thumb .thumb-description,
  .responsive_style2 #content .product-layout.product-grid .product-thumb .thumb-description {
    padding: 10px 0 0;
  }

  .product_btn_style2.responsive_style2 .product-thumb button.btn-quickview {
    right: -50px;
    top: -50px;
  }

  .product_btn_style2.responsive_style2 .product-thumb:hover button.btn-quickview {
    right: -50px;
    top: -50px;
  }

  .product_btn_style2.responsive_style2 .product-thumb button.btn-quickview i {
    padding: 40px 40px 0 0;
    font-size: 20px;
  }

  .responsive_style2 .product-thumb .ttcart,
  .product_btn_style2.responsive_style2 .product-thumb .button-group button {
    height: 28px;
    width: 28px;
  }

  .product_btn_style2.responsive_style2 .product-list .product-thumb .ttcart,
  .product_btn_style2.responsive_style2 .product-list .product-thumb .button-group button,
  .responsive_style2 .product-sort .product-thumb .ttcart,
  .product_btn_style2.responsive_style2 .product-sort .product-thumb .button-group button {
    height: 40px;
    width: 40px;
    padding: 0;
  }

  .responsive_style2 .product-thumb .image .btn-cart,
  .responsive_style2 .product-thumb .image .button-group button {
    height: 28px;
    padding: 0;
    width: 28px;
  }

  .product_btn_style2.responsive_style2 .product-thumb .button-group,
  .product_btn_style2.responsive_style2 .product-thumb .image .btn-cart {
    width: 28px;
  }

  .product_btn_style3.responsive_style2 #content .product-layouts .product-thumb .button-group button>i,
  .product_btn_style3.responsive_style2 #content .product-grid .product-thumb .button-group button>i {
    color: #fff;
    line-height: 22px;
    height: 22px;
    width: 22px;
  }

  .responsive_style2 .product-thumb .ttcart .btn-cart i {
    line-height: 28px;
    font-size: 16px;
  }

  .responsive_style2 .product-thumb .ttcart button.btn-cart span {
    display: none !important;
  }

  .responsive_style2 #content .product-thumb .button-group button .loading i {
    background: #fff;
    color: #111111;
    font-size: 18px;
    line-height: 29px;
    height: 28px;
    width: 28px;
  }

  .responsive_style2.product_btn_style2 #content .product-thumb .button-group {
    bottom: 10px;
  }

  .responsive_style2.product_btn_style2 #content .product-list .product-thumb .button-group {
    height: 40px;
  }

  .responsive_style2.product_btn_style2 .product-list .product-thumb .ttcart .btn-cart i {
    line-height: 40px;
  }

  .responsive_style2.product_btn_style2 #content .product-grid .product-thumb .button-group button.ttcart.btn-cart i {
    line-height: 28px;
  }

  .responsive_style2.product_btn_style2 #content .product-list .product-thumb .button-group button.btn-cart i,
  .responsive_style2.product_btn_style2 #content .product-sort .product-thumb .button-group button.btn-cart i {
    line-height: 40px;
    height: 40px;
  }

  .responsive_style2 .product-thumb .price-new {
    font-size: 13px;
  }

  .responsive_style2 .product-list .product-thumb .ttcart,
  .responsive_style2 .product-sort .product-thumb .ttcart {
    height: 40px;
    width: 40px;
  }

  .responsive_style2 .product-list .product-thumb .ttcart .btn-cart i,
  .responsive_style2 .product-sort .product-thumb .ttcart .btn-cart i {
    font-size: 18px;
  }

  .product_btn_style3.responsive_style2 .product-thumb .ttcart,
  .product_btn_style3.responsive_style2 .product-thumb .image .btn-quickview,
  .product_btn_style3.responsive_style2 .product-thumb .image .btn-cart {
    height: 30px;
    width: 30px;
  }

  .product_btn_style3.responsive_style2 .product-thumb .ttcart {
    margin: 0 4px;
  }

  .product_btn_style3.responsive_style2 .product-thumb .ttcart .btn-cart i {
    line-height: 40px;
  }

  .product_btn_style3.responsive_style2 .product-grid .product-thumb .ttcart .btn-cart i,
  .product_btn_style3.responsive_style2 .product-grid .product-thumb .btn-quickview i {
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    width: 28px;
    height: 28px;
    background: none;
  }

  .product_btn_style3.responsive_style2 .product-grid .product-thumb .ttcart .btn-cart:hover i,
  .product_btn_style3.responsive_style2 .product-grid .product-thumb .ttcart .btn-cart:active i,
  .product_btn_style3.responsive_style2 .product-grid .product-thumb .ttcart .btn-cart:focus i,
  .product_btn_style3.responsive_style2 .product-grid .product-thumb .btn-quickview:hover i,
  .product_btn_style3.responsive_style2 .product-grid .product-thumb .btn-quickview:active i,
  .product_btn_style3.responsive_style2 .product-grid .product-thumb .btn-quickview:focus i {
    color: #fff;
  }

  .product_btn_style3.responsive_style2 .product-layouts .product-thumb .ttcart .btn-cart i,
  .product_btn_style3.responsive_style2 .product-layouts .product-thumb .btn-quickview i {
    line-height: 28px;
    height: 28px;
    width: 28px;
    font-size: 16px;
    background: none;
    color: #fff;
  }

  .product_btn_style3.responsive_style2 .product-layouts .product-thumb .ttcart .btn-cart:hover i,
  .product_btn_style3.responsive_style2 .product-layouts .product-thumb .ttcart .btn-cart:active i,
  .product_btn_style3.responsive_style2 .product-layouts .product-thumb .ttcart .btn-cart:focus i,
  .product_btn_style3.responsive_style2 .product-layouts .product-thumb .btn-quickview:hover i,
  .product_btn_style3.responsive_style2 .product-layouts .product-thumb .btn-quickview:active i,
  .product_btn_style3.responsive_style2 .product-layouts .product-thumb .btn-quickview:focus i {
    color: #fff;
  }

  .product_btn_style3.responsive_style2 .product-layouts .product-thumb .ttcart .btn-cart.disabled i {
    color: #fff;
  }

  .product_btn_style3.responsive_style2 .product-layouts .product-thumb .ttcart .btn-cart.disabled:hover i {
    color: #fff;
  }

  .product_btn_style3.responsive_style2 .product-grid .product-thumb .ttproducthover {
    height: 28px;
  }

  .responsive_style2 .category-products .product-layout.product-grid {
    width: 50%;
    float: left;
  }
}

@media (max-width: 460px) {
  .category-products .product-layout.product-grid {
    width: 100%;
  }
}

#content .html-content {
  float: left;
  width: 100%;
}

/* ----------------- Start TT - CMS testimonial ------------------- */

#ttcmstestimonial {
  float: left;
  width: 100%;
  margin: 0 0 80px;
  position: relative;
}

#ttcmstestimonial .parallex {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #e3d7d7;
}

#ttcmstestimonial .tt-title {
  display: none;
}

#ttcmstestimonial .tttestimonial-inner {
  padding: 115px 0;
  float: left;
  width: 100%;
  text-align: center;
}

#tttestimonial-carousel li {
  float: left;
  width: 100%;
}

#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc {
  display: inline-block;
  float: none;
  margin: 0 0 30px;
  vertical-align: top;
  width: 60%;
}

#ttcmstestimonial .tttestimonial-content ul li .testimonial-image {
  float: none;
  margin: 0 0 20px;
  width: auto;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

#ttcmstestimonial .tttestimonial-content ul li .testimonial-image img {
  height: 80px;
  width: 80px;
  border: 5px solid #dedede;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}

#ttcmstestimonial #tttestimonial-carousel li .testimonial-content .testimonial-user-title>h4 {
  color: #111;
  float: none;
  font: 400 18px/20px "Oswald", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}

#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc {
  display: inline-block;
  float: none;
  margin: 0 0 30px;
  vertical-align: top;
  width: 80%;
}

#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc p {
  color: #111;
  font: italic 500 16px/24px "Raleway", Helvetica, sans-serif;
  margin: 0;
}

#tttestimonial-carousel {
  float: none;
  margin: 0;
  text-align: center;
  width: 70%;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

#ttcmstestimonial .tttestimonial-content ul li .testimonial-content {
  display: inline-block;
  padding: 0;
  text-align: center;
  vertical-align: top;
  float: none;
  width: 100%;
  margin: 0 0 15px 0;
}

#ttcmstestimonial .tttestimonial-content ul li .testimonial-content .user-designation {
  color: #111;
  float: none;
  font: italic 400 14px/18px "Raleway", Helvetica, sans-serif;
  margin: 0;
  position: relative;
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 2px 0;
}

#tttestimonial-carousel .owl-numbers {
  display: none;
}

#ttcmstestimonial .owl-nav {
  opacity: 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;
}

#ttcmstestimonial .owl-nav {
  opacity: 1;
}

#ttcmstestimonial .owl-nav .owl-prev,
#ttcmstestimonial .owl-nav .owl-next {
  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;
  position: absolute;
  font-size: 0;
  top: 0;
  bottom: 0;
  height: 35px;
  width: 35px;
  outline: none;
}

#ttcmstestimonial .owl-nav .owl-prev {
  left: -15px;
  right: auto;
}

#ttcmstestimonial .owl-nav .owl-next {
  left: auto;
  right: -15px;
}

#ttcmstestimonial .owl-nav .owl-prev::before,
#ttcmstestimonial .owl-nav .owl-next::before {
  content: "";
  float: left;
  height: 100%;
  width: 100%;
  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;
  font-family: "Material Icons";
  font-size: 38px;
  line-height: 40px;
  color: #222;
}

#ttcmstestimonial .owl-nav .owl-prev::before {
  content: "\e314";
}

#ttcmstestimonial .owl-nav .owl-next::before {
  content: "\e315";
}

#ttcmstestimonial .owl-nav .owl-prev,
#ttcmstestimonial .owl-nav .owl-next {
  font-size: 0;
}

@media (max-width: 1199px) {
  #ttcmstestimonial {
    margin: 0 0 50px;
  }
}

@media (max-width: 991px) {
  #ttcmstestimonial .tttestimonial-content ul li .testimonial-content .testimonial-desc p {
    font-size: 14px;
  }

  #ttcmstestimonial #tttestimonial-carousel li .testimonial-desc p {
    font-size: 13px;
    line-height: 22px;
  }

  #ttcmstestimonial .tttestimonial-inner {
    padding: 45px 0;
  }

  #tttestimonial-carousel {
    width: 90%;
  }
}

@media (max-width: 767px) {
  #ttcmstestimonial {
    margin: 0 0 40px;
  }
}

@media (max-width: 543px) {
  #ttcmstestimonial {
    margin: 0 0 15px;
  }

  #ttcmstestimonial .tttestimonial-inner {
    padding: 30px 0;
  }

  #ttcmstestimonial .testimonial-bgimage {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 50%;
    margin: 0 0 30px;
  }

  #ttcmstestimonial #tttestimonial-carousel li .testimonial-content .testimonial-user-title>h4 {
    font-size: 16px;
    line-height: 18px;
  }

  #tttestimonial-carousel {
    width: 100%;
  }

  #ttcmstestimonial .tttestimonial-content ul li .testimonial-content .testimonial-user-title>h4:before {
    right: 0;
  }

  #ttcmstestimonial #tttestimonial-carousel li .testimonial-desc {
    margin: 0 0 10px;
  }

  #ttcmstestimonial .owl-nav .owl-prev {
    left: -15px;
  }

  #ttcmstestimonial .owl-nav .owl-next {
    right: -10px;
  }

  #ttcmstestimonial .owl-nav .owl-prev::before,
  #ttcmstestimonial .owl-nav .owl-next::before {
    font-size: 36px;
  }
}

/* ------------------------------------ End TT - CMS testimonial ------------------------------- */
/* ------------------ Start TT - CMS offer block --------------------- */

#ttcmsoffer {
  float: left;
  margin: 0 0 100px 0;
  position: relative;
  width: 100%;
}

#ttcmsoffer .ttcmsofferblock .ttoffercol {
  padding: 0;
  display: flex;
  align-items: center;
  background: #f5f5f5;
}

#ttcmsoffer .ttcmsofferblock .ttoffercol .ttoffer {
  float: left;
  padding: 0;
  position: relative;
}

#ttcmsoffer .ttcmsofferblock .ttoffercol .ttofferrow {
  float: left;
  width: 100%;
}

#ttcmsoffer .ttcmsofferblock .ttoffercol .ttofferrow .ttoffer-content2 {
  float: left;
}

#ttcmsoffer .ttcmsofferblock .ttoffercol .ttofferrow .ttimg2 {
  float: left;
  background-color: #f0f0f0;
}

#ttcmsoffer .ttcmsofferblock .ttoffercol .ttofferrow .ttimg4 {
  float: left;
  background-color: #f0f0f0;
}

#ttcmsoffer .ttcmsofferblock .ttoffercol .ttofferrow .ttimg3 {
  background-color: #f0f0f0;
}

#ttcmsoffer .ttcmsofferblock .ttoffercol .ttimg1 {
  background-color: #f0f0f0;
}

#ttcmsoffer .ttcmsofferblock .ttoffercol .ttoffer-content {
  float: left;
  position: relative;
  z-index: 1;
  text-align: left;
}

#ttcmsoffer .ttcmsofferblock .ttoffercol .ttoffer-img::after {
  color: #f5f5f5;
  content: "\e037";
  font-family: "Material Icons";
  position: absolute;
  right: auto;
  left: -16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  text-align: center;
  font-size: 45px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

#ttcmsoffer .ttcmsofferblock .ttoffercol.ttoffer-icon .ttoffer-img::after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  right: -16px;
  left: auto;
}

#ttcmsoffer .ttcmsofferblock .ttoffercol .ttoffer-content span {
  float: left;
  width: 100%;
}

.ttoffer-content1.ttoffer-content.ttoffer,
.ttoffer-content2.ttoffer-content.ttoffer,
.ttoffer-content3.ttoffer-content.ttoffer,
.ttoffer-content4.ttoffer-content.ttoffer {
  cursor: pointer;
}

#ttcmsoffer .ttcmsofferblock .ttoffercol .ttoffer-content span.offername {
  color: #2e4a5b;
  font: 400 40px/48px "cursive";
}

#ttcmsoffer .ttcmsofferblock .ttoffercol .ttoffer-content span.offertitle {
  color: #111;
  font: 400 26px/38px "Oswald", Helvetica, sans-serif;
  margin: 0 0 15px 0;
}

#ttcmsoffer .ttcmsofferblock .ttoffercol .ttoffer-content span.offerdesc {
  color: #000;
  cursor: pointer;
  font: 400 14px/16px "Raleway", Helvetica, sans-serif;
  padding: 0;
  text-align: center;
  border-bottom: 2px solid #111;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
}

#ttcmsoffer .ttcmsofferblock .ttoffercol .ttoffer-content span.offerdesc:hover {
  color: #2e4a5b;
  border-color: #2e4a5b;
}

.ttoffer-content4.ttoffer-content.ttoffer:hover .offerdesc,
.ttoffer-content2.ttoffer-content.ttoffer:hover .offerdesc,
.ttoffer-content3.ttoffer-content.ttoffer:hover .offerdesc {
  background: #000 none repeat scroll 0 0;
  color: #fff !important;
}

#ttcmsoffer .ttcmsofferblock .ttoffercol .ttoffer-content.ttoffer-content1 {
  padding: 0;
}

#ttcmsoffer .ttcmsofferblock .ttoffer-img img {
  max-width: 100%;
  width: 100%;
  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;
}

#ttcmsoffer .ttcmsofferblock .ttoffer-img img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

#ttcmsoffer .ttcmsofferblock .ttoffer-img a {
  display: block;
  overflow: hidden;
  position: relative;
}

#ttcmsoffer .ttoffer-content1.ttoffer-content.ttoffer img {
  max-width: 100%;
  width: 100%;
}

#ttcmsoffer .ttoffer-content1.ttoffer-content .ttoffercontent1 {
  bottom: auto;
  float: left;
  padding: 0;
  top: 0;
  text-align: center;
  width: 100%;
}

.ttofferrow {
  padding: 0;
}

@media (max-width: 1199px) {
  #ttcmsoffer .ttcmsofferblock .ttoffercol .ttoffer-content span.offertitle {
    font-size: 26px;
    line-height: 28px;
  }

  #ttcmsoffer .ttcmsofferblock .ttoffercol .ttoffer-content span.offername {
    font-size: 36px;
    line-height: 38px;
  }

  #ttcmsoffer {
    margin: 0 0 60px 0;
  }
}

@media (max-width: 767px) {
  #ttcmsoffer {
    margin: 0 0 40px 0;
  }

  #ttcmsoffer .ttcmsofferblock .ttofferrow1 .ttoffercol.ttoffer-order-after1 .ttoffer-img::after {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    right: auto;
    left: -35px;
  }

  #ttcmsoffer .ttcmsofferblock .ttofferrow2 .ttoffercol.ttoffer-order-after2 .ttoffer-img::after {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    left: auto;
    right: -35px;
  }
}

@media (max-width: 543px) {
  #ttcmsoffer {
    margin: 0 0 30px 0;
  }

  #ttcmsoffer .ttcmsofferblock .ttoffercol .ttoffer-content span.offername {
    font-size: 30px;
    line-height: 32px;
  }

  #ttcmsoffer .ttcmsofferblock .ttoffercol .ttoffer-content span.offertitle {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 10px 0;
  }
}

@media (max-width: 480px) {
  #ttcmsoffer {
    margin: 0 0 20px 0;
  }

  #ttcmsoffer .ttcmsofferblock .ttoffer-img a::after,
  #ttcmsoffer .ttcmsofferblock .ttoffer-img a::before {
    left: 10px;
    bottom: 10px;
    right: 10px;
    top: 10px;
  }
}

/* ------------------ End TT - CMS offer block --------------------- */
/* ---------------------- Start TT - CMS Banner block  --------------------------*/
#ttcmsbanner {
  float: left;
  position: relative;
  width: 100%;
  margin: 0 0 100px;
}

#ttcmsbanner .ttbanner-img img {
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -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;
}

#ttcmsbanner .ttbanner-img>a {
  display: block;
  overflow: hidden;
  position: relative;
}

#ttcmsbanner .ttbanner-img>a::before {
  border: none;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 600ms ease-in-out 0s;
  -webkit-transition: all 600ms ease-in-out 0s;
  -moz-transition: all 600ms ease-in-out 0s;
  -o-transition: all 600ms ease-in-out 0s;
  -ms-transition: all 600ms ease-in-out 0s;
}

#ttcmsbanner .ttbanner-img:hover>a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

#ttcmsbanner .ttbanner-content .ttbanner {
  padding: 0;
}

#ttcmsbanner .ttbanner-content.pos-left {
  float: left;
  width: 100%;
}

#ttcmsbanner .ttcms-subtitle {
  font: 400 38px/40px "Sacramento", Helvetica, sans-serif;
  position: relative;
  padding: 0;
  margin: 0 0 10px;
  color: #111;
}

#ttcmsbanner .ttbanner-content.pos-left {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 40%;
  text-align: center;
  z-index: 1;
  left: 50px;
  right: auto;
}

#ttcmsbanner .ttcms-title {
  font: 400 40px/42px "Oswald", Helvetica, sans-serif;
  position: relative;
  margin: 0 0 20px;
  color: #111;
}

#ttcmsbanner .ttbanner-button {
  float: left;
  width: 100%;
}

#ttcmsbanner .ttbanner-content.pos-left .tthomebanner-img .ttbanner-button a {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  position: relative;
  font: 600 14px/20px "Raleway", Helvetica, sans-serif;
  padding: 10px 28px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
  -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;
  background: #2e4a5b;
  color: #fff;
}

#ttcmsbanner .ttbanner-content.pos-left .tthomebanner-img .ttbanner-button a:hover,
#ttcmsbanner .ttbanner-content.pos-left .tthomebanner-img .ttbanner-button a:active,
#ttcmsbanner .ttbanner-content.pos-left .tthomebanner-img .ttbanner-button a:focus {
  color: #fff;
  background: #111;
}

@media (max-width: 1199px) {
  #ttcmsbanner {
    margin: 0 0 70px;
  }

  #ttcmsbanner .ttcms-subtitle {
    font-size: 30px;
    line-height: 32px;
  }

  #ttcmsbanner .ttcms-title {
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 20px;
  }

  #ttcmsbanner .ttbanner-content.pos-left .tthomebanner-img .ttbanner-button a {
    padding: 8px 22px;
  }
}

@media (max-width: 991px) {
  #ttcmsbanner {
    margin: 0 0 50px;
  }

  #ttcmsbanner .ttcms-subtitle {
    font-size: 24px;
    line-height: 26px;
  }

  #ttcmsbanner .ttcms-title {
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 15px;
  }

  #ttcmsbanner .ttbanner-content.pos-left .tthomebanner-img .ttbanner-button a {
    padding: 6px 16px;
  }
}

@media (max-width: 767px) {
  #ttcmsbanner .ttcms-subtitle {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 8px;
  }

  #ttcmsbanner .ttcms-title {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 12px;
  }

  #ttcmsbanner .ttbanner-content.pos-left .tthomebanner-img .ttbanner-button a {
    padding: 5px 12px;
  }

  #ttcmsbanner {
    margin: 0 0 40px;
  }
}

@media (max-width: 600px) {
  .ttbanner-img {
    width: 100%;
    margin: 0 0 20px 0;
  }

  #ttcmsbanner .ttcms-subtitle {
    font-size: 28px;
    line-height: 32px;
    padding: 0 0 15px;
  }

  #ttcmsbanner .ttcms-title {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 15px;
  }

  #ttcmsbanner .ttbanner-content.pos-left .tthomebanner-img .ttbanner-button a {
    padding: 8px 16px;
  }
}

@media (max-width: 543px) {
  #ttcmsbanner {
    margin: 0 0 15px;
  }

  .ttbanner-img {
    margin: 0;
  }

  #ttcmsbanner .ttbanner-img {
    width: 100%;
  }

  #ttcmsbanner .ttbanner-img.ttimg1 {
    margin: 0 0 15px;
  }
}

@media (max-width: 480px) {
  #ttcmsbanner .ttcms-subtitle {
    font-size: 22px;
    line-height: 24px;
    padding: 0 0 7px;
  }

  #ttcmsbanner .ttcms-title {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px;
  }

  #ttcmsbanner .ttbanner-content.pos-left .tthomebanner-img .ttbanner-button a {
    padding: 6px 12px;
  }

  #ttcmsbanner .ttbanner-content.pos-left {
    left: 30px;
  }

  #ttcmsbanner .ttbanner-content.pos-left .tthomebanner-img .ttbanner-button a {
    font-size: 12px;
  }
}

/* ---------------------- End TT - CMS Banner block  --------------------------*/

/* ----------------- Start TT - CMS About us ------------------- */
#ttcmsaboutus {
  float: left;
  width: 100%;
  background: #f5f5f5;
  margin: 0 0 100px 0;
}

#ttcmsaboutus .ttabout-main {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

#ttcmsaboutus .ttabout-main .ttabout-right .ttsubtitle {
  text-align: left;
  font-size: 25px;
  line-height: 32px;
  margin-top: 15px;
  font-family: cursive;
}

#ttcmsaboutus .ttabout-main .ttabout-right .ttabout-title {
  color: #111;
  font: 400 40px/45px "Oswald", Helvetica, sans-serif;
  position: relative;
  margin: 10 0 30px;
  float: left;
  width: 100%;
}

#ttcmsaboutus .ttabout-main .ttabout-right .ttabout-desc {
  color: #000000;
  font: 500 18px/28px Playfair Display;
  margin: 20px 0 30px;
  float: left;
  width: 100%;
}

#ttcmsaboutus .ttabout-main .ttabout-right .ttabout-btn a {
  padding: 8px 25px;
  float: left;
  color: #fff;
  font: 600 14px/24px "Raleway", Helvetica, sans-serif;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  position: relative;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  z-index: 1;
  overflow: hidden;
  background: #191919;
}

#ttcmsaboutus .ttabout-main .ttabout-right .ttabout-btn a:hover,
#ttcmsaboutus .ttabout-main .ttabout-right .ttabout-btn a:focus {
  background: 191919;
  color: #fff;
}

#ttcmsaboutus .ttabout-main .ttabout-right .ttabout-btn {
  float: left;
  width: 100%;
  position: relative;
}

#ttcmsaboutus .ttabout-main .ttabout-right .ttabout-btn a::after {
  content: "";
  position: absolute;
  bottom: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e4a5b;
}

#ttcmsaboutus .ttabout-main .ttabout-right .ttabout-btn a:hover::after,
#ttcmsaboutus .ttabout-main .ttabout-right .ttabout-btn a:active::after,
#ttcmsaboutus .ttabout-main .ttabout-right .ttabout-btn a:focus::after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  -moz-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  -ms-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  -o-transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
}

#ttcmsaboutus .ttabout-main .ttabout-left {
  position: relative;
  float: right;
  padding: 0;
  order: 2;
}

#ttcmsaboutus .ttabout-main .ttabout-left .ttaboutimg1 a {
  position: relative;
  display: block;
  overflow: hidden;
}

#ttcmsaboutus .ttabout-main .ttabout-left .ttaboutimg1 img {
  max-width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  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;
  width: 100%;
}

#ttcmsaboutus .ttabout-main .ttabout-left .ttaboutimg1:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

#ttcmsaboutus .ttabout-main .ttabout-left .ttaboutimg2 {
  margin: 100px 0 0 60px;
  float: left;
}

#ttcmsaboutus .ttabout-main .ttabout-left .ttaboutimg2 a {
  position: relative;
  float: left;
}

#ttcmsaboutus .ttabout-main .ttabout-left .ttaboutimg2 a::after {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  position: absolute;
  top: 0;
  width: 0;
}

#ttcmsaboutus .ttabout-main .ttabout-left .ttaboutimg2 a:hover::after {
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition-duration: 1.3s;
  width: 100%;
}

#ttcmsaboutus .ttabout-main .ttabout-left .ttaboutimg2 a::before {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 0;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  position: absolute;
  right: 0;
  width: 0;
}

#ttcmsaboutus .ttabout-main .ttabout-left .ttaboutimg2 a:hover::before {
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition-duration: 1.3s;
  width: 100%;
}

#ttcmsaboutus .ttabout-main .ttabout-right {
  float: left;
  padding: 0 11% 0;
}

@media (max-width: 1600px) {
  #ttcmsaboutus .ttabout-main .ttabout-right {
    padding: 0 9% 0;
  }
}

@media (max-width: 1400px) {
  #ttcmsaboutus .ttabout-main .ttabout-right {
    padding: 0 6% 0;
  }

  #ttcmsaboutus .ttabout-main .ttabout-right .ttabout-title::after {
    right: -24%;
  }
}

@media (max-width: 1200px) {
  #ttcmsaboutus .ttabout-main .ttabout-right .ttabout-title {
    margin: 0 0 30px;
  }

  #ttcmsaboutus .ttabout-main .ttabout-right .ttabout-desc {
    margin: 0 0 30px;
  }

  #ttcmsaboutus .ttabout-main .ttabout-right {
    padding: 0 6% 0;
  }
}

@media (max-width: 1199px) {
  #ttcmsaboutus .ttabout-main .ttabout-right .ttabout-title {
    font-size: 35px;
    line-height: 40px;
  }

  #ttcmsaboutus {
    margin: 0 0 60px 0;
  }

  #ttcmsaboutus .ttabout-main .ttabout-right {
    padding: 0 30px 0;
  }

  #ttcmsaboutus .ttabout-main .ttabout-left .ttaboutimg2 {
    margin: 80px 0px 0 30px;
  }

  #ttcmsaboutus .tt-title {
    margin: 0;
  }

  #ttcmsaboutus .ttabout-main .ttabout-left .ttaboutimg2::after {
    width: 364px;
    height: 239px;
  }

  #ttcmsaboutus .ttabout-main .ttabout-right .ttsubtitle {
    text-align: left;
    font-size: 55px;
    line-height: 57px;
  }
}

@media (max-width: 991px) {
  #ttcmsaboutus .ttabout-main .ttabout-right .ttabout-title {
    font-size: 32px;
    line-height: 34px;
  }

  #ttcmsaboutus {
    margin: 0 0 40px 0;
  }

  #ttcmsaboutus .ttabout-main .ttabout-right .ttabout-desc {
    font-size: 14px;
  }

  #ttcmsaboutus .ttabout-main .ttabout-right .ttabout-btn a {
    padding: 6px 15px;
  }

  #ttcmsaboutus .ttabout-main .ttabout-right .ttsubtitle {
    font-size: 50px;
    line-height: 54px;
  }

  #ttcmsaboutus .ttabout-main .ttabout-right .ttabout-title::after {
    right: -15%;
  }

  #ttcmsaboutus .ttabout-main .ttabout-right .ttsubtitle {
    font-size: 45px;
    line-height: 47px;
  }

  #ttcmsaboutus {
    text-align: center;
  }

  #ttcmsaboutus .ttabout-main .ttabout-right {
    padding: 25px 0;
    width: 80%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  #ttcmsaboutus .ttabout-main .ttabout-left {
    width: 100%;
  }

  #ttcmsaboutus .ttabout-main .ttabout-right .ttabout-title::after {
    width: 80px;
    right: 0;
    margin: 0 auto;
    left: 0;
    bottom: -5px;
  }

  #ttcmsaboutus .ttabout-main .ttabout-right .ttabout-btn a {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }

  #ttcmsaboutus .ttabout-main .ttabout-right .ttabout-title {
    margin: 0 0 15px;
  }

  #ttcmsaboutus .ttabout-main .ttabout-right .ttsubtitle {
    text-align: center;
  }

  #ttcmsaboutus .ttabout-main .ttabout-right .ttsubtitle {
    text-align: center;
  }

  #ttcmsaboutus .ttabout-main {
    display: inline-block;
  }
}

@media (max-width: 543px) {
  #ttcmsaboutus .ttabout-main .ttabout-right .ttabout-title {
    font-size: 26px;
    line-height: 34px;
  }

  #ttcmsaboutus .ttabout-main .ttabout-right .ttsubtitle {
    font-size: 40px;
    line-height: 44px;
    margin: 0;
  }

  #ttcmsaboutus .ttabout-main .ttabout-right .ttsubtitle {
    font-size: 40px;
    line-height: 42px;
  }

  #ttcmsaboutus {
    margin: 0 0 20px 0;
  }

  #ttcmsaboutus .ttabout-main .ttabout-right .ttabout-desc {
    margin: 0 0 10px;
  }

  #ttcmsaboutus .ttabout-main .ttabout-right .ttabout-btn a {
    padding: 4px 15px;
    font-size: 12px;
  }
}

/* ----------------- End TT - CMS About us ------------------- */
/*---------------------------- Start TT - CMS Video block ----------------------------*/
#ttcmsvideo {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
  text-align: center;
  margin: 0 0 -15% 0;
  z-index: 1;
}

#ttcmsvideo .ttvideoblock {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
}

#popup_toggle>img {
  max-width: 100%;
  width: 100%;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#popup_toggle>img:hover {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}

.video-featured #popup_toggle .play-icone {
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  border: 2px solid #fff;
  background: #fff;
}

.video-featured #popup_toggle .play-icone span {
  font-size: 40px;
  color: #111;
  line-height: 76px;
  height: 76px;
  width: 76px;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.video-featured #popup_toggle .play-icone::before {
  width: 20px;
  height: 243px;
  position: absolute;
  top: auto;
  bottom: 70px;
  content: "";
  background: #fff;
  margin: 0 auto;
  right: 0;
  left: 0;
}

.video-featured #popup_toggle .play-icone::after {
  width: 20px;
  height: 243px;
  position: absolute;
  top: 70px;
  bottom: auto;
  content: "";
  background: #fff;
  margin: 0 auto;
  right: 0;
  left: 0;
}

.video-featured #popup_toggle .play-icone:hover span {
  color: #fff;
}

.video-featured #popup_toggle .play-icone:hover {
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  background: #ff4e73;
  border-color: #ff4e73;
}

#ttcmsvideo .videocontent {
  position: absolute;
  right: 0;
  left: 0;
  top: auto;
  bottom: 30%;
  margin: auto;
  font: 600 42px/52px "Montserrat", Helvetica, sans-serif;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#ttcmsvideo .video-featured #popup_toggle img {
  cursor: pointer;
  max-width: 100%;
  transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
}

#popup_toggle .image-hover {
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  width: 100%;
}

#popup_toggle:hover .image-hover {
  background: rgba(0, 0, 0, 0.4);
}

.video-featured #popup_toggle .play-icone i {
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  padding: 12px 27px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

.video-featured.container {
  padding: 0 95px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  text-align: center;
}

.video-featured #popup_toggle {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#popup__toggle .image-hover {
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  width: 100%;
}

#popup__toggle:hover .image-hover {
  background: rgba(255, 255, 255, 0.2);
}

.video-featured .popup_overlay {
  float: left;
  width: 100%;
  position: fixed;
  left: 0;
  height: 100%;
  text-align: center;
  z-index: 999;
  right: 0;
  display: none;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
}

.video-featured .popup_overlay .popup {
  display: inline-block;
  position: relative;
  width: 50%;
  max-width: 100%;
  max-height: 100%;
  padding: 20px;
  background: black;
  color: #fff;
  vertical-align: middle;
  margin: 8% 0;
  z-index: 99999;
}

.video-featured .popup_overlay .popup_close {
  display: block;
  position: absolute;
  top: 5px;
  right: 7px;
  width: 20px;
  height: 20px;
  padding: 8px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  line-height: 8px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 100%;
}

#ttcmsvideo .ttvideo {
  padding: 0 9% 0 0;
  float: right;
}

#ttcmsvideo .ttvideo .image {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 60px 0 0;
}

#ttcmsvideo .ttvideo .image .ttimage a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 63%;
  float: right;
}

#ttcmsvideo .ttvideo .image .ttimage a::before {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 0;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  position: absolute;
  right: 0;
  width: 0;
}

#ttcmsvideo .ttvideo .image .ttimage a::after {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  position: absolute;
  top: 0;
  width: 0;
}

#ttcmsvideo .ttvideo .image .ttimage:hover a::after,
#ttcmsvideo .ttvideo .image .ttimage:hover a::before {
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition-duration: 1.3s;
  width: 100%;
}

#ttcmsvideo .ttvideo .image .tt-img img {
  float: right;
  max-width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

#ttcmsvideo .ttvideo .image .tt-img:hover img {
  webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 8s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: all 8s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 8s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 8s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 8s cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 0.2s;
}

#ttcmsvideo .ttvideo .ttcontent {
  float: right;
  width: 71%;
  text-align: left;
  margin: 0 -35px 0 0;
}

#ttcmsvideo .ttvideo .image::before {
  background: #e5e5e5;
  height: 550px;
  width: 380px;
  position: absolute;
  left: auto;
  content: "";
  top: auto;
  bottom: 12%;
  z-index: -1;
  right: 20%;
}

#ttcmsvideo .ttcontent .title {
  float: left;
  width: 100%;
  font: 600 26px/38px "Montserrat", Helvetica, sans-serif;
  text-align: left;
  margin: 25px 0 0;
  color: #000;
}

#ttcmsvideo .ttcontent .btn {
  float: left;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0 0 5px 0;
}

#ttcmsvideo .ttcontent .btn::after {
  content: "";
  position: absolute;
  background: #111;
  height: 1px;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  width: 100%;
}

#ttcmsvideo .ttcontent .btn a {
  font: 500 14px/18px "Montserrat", Helvetica, sans-serif;
  color: #111;
}

#ttcmsvideo .ttcontent .btn:hover a {
  color: #bd924e;
}

#ttcmsvideo .ttcontent .btn:hover::after {
  background: #bd924e;
}

@media (max-width: 1201px) {
  #ttcmsvideo .videocontent {
    bottom: 23%;
    font-size: 22px;
    line-height: 32px;
  }

  #ttcmsvideo .ttvideo .image::before {
    height: 460px;
    width: 330px;
    bottom: 16%;
  }

  #ttcmsvideo .ttvideo .ttcontent {
    width: 90%;
    margin: 0 -95px 0 0;
  }
}

@media (max-width: 1199px) {
  #ttcmsvideo .video-featured {
    padding: 0 15px;
  }

  #ttcmsvideo .ttcontent .title {
    font-size: 22px;
    line-height: 32px;
    margin: 15px 0 0;
  }

  #ttcmsvideo .ttcontent .btn {
    margin-top: 15px;
  }

  #ttcmsvideo .ttvideo .image::before {
    height: 360px;
    width: 270px;
  }
}

@media (max-width: 991px) {
  #ttcmsvideo .ttvideo .image::before {
    height: 350px;
    width: 280px;
    right: 35px;
    bottom: 15%;
  }

  .video-featured #popup_toggle .play-icone {
    height: 60px;
    width: 60px;
  }

  .video-featured #popup_toggle .play-icone i {
    font-size: 27px;
    line-height: 32px;
    padding: 12px 20px;
  }

  .video-featured #popup_toggle .play-icone span {
    line-height: 55px;
    height: 55px;
    width: 55px;
    font-size: 32px;
  }

  #ttcmsvideo .ttvideo {
    padding: 0 3% 0 0;
  }

  #ttcmsvideo .ttvideo .image {
    padding: 0 40px 0 0;
  }

  #ttcmsvideo .ttvideo .image .ttimage a {
    width: 50%;
  }

  #ttcmsvideo .ttvideo .image::before {
    height: 250px;
    width: 200px;
    right: 55px;
    bottom: 23%;
  }

  #ttcmsvideo .ttvideo .ttcontent {
    width: 90%;
    margin: 0 0 0 110px;
    float: left;
  }

  #ttcmsvideo .videocontent {
    font-size: 22px;
    line-height: 34px;
  }

  #ttcmsvideo .ttcontent .title {
    font-size: 20px;
    line-height: 28px;
    margin: 15px 0 0;
  }

  #ttcmsvideo .ttcontent .btn {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .video-featured.container {
    padding: 0 15px;
  }

  #ttcmsvideo .ttvideo {
    margin: 30px 0;
  }

  .video-featured .popup_overlay .popup {
    width: 100%;
  }
}

@media (max-width: 544px) {
  #ttcmsvideo .ttvideo .image::before {
    height: 250px;
    width: 210px;
    right: 25px;
  }

  #ttcmsvideo .ttvideo .ttcontent {
    width: 90%;
    margin: 0 0 0 60px;
  }

  #ttcmsvideo .ttvideo {
    margin: 15px 0 30px;
  }
}

@media (max-width: 543px) {
  #ttcmsvideo .video-featured {
    width: 100%;
  }

  #ttcmsvideo .videocontent {
    bottom: 33%;
  }

  #ttcmsvideo .ttvideo {
    width: 100%;
  }

  #ttcmsvideo .ttvideo .image img {
    max-width: 100%;
  }

  #ttcmsvideo .ttvideo .image .ttimage a {
    width: 90%;
  }

  #ttcmsvideo .ttvideo .image::before {
    height: 550px;
    width: 400px;
    right: 25px;
    bottom: 0;
  }
}

@media (max-width: 480px) {
  #ttcmsvideo .ttvideo .image::before {
    height: 350px;
    width: 270px;
    right: 10px;
    bottom: 50px;
  }

  .video-featured #popup_toggle .play-icone {
    height: 50px;
    width: 50px;
  }

  #ttcmsvideo .ttvideo .image {
    padding: 0;
  }

  .video-featured #popup_toggle .play-icone span {
    line-height: 48px;
    height: 45px;
    width: 45px;
    font-size: 27px;
  }

  #ttcmsvideo .videocontent {
    bottom: 25%;
  }

  #ttcmsvideo .ttvideo .ttcontent {
    margin: 0 0 0 50px;
  }
}

/*---------------------------- End TT - CMS Video block ----------------------------*/
/* ------------------------------------------ TT-FollowUs CMS Start -------------------------------------------*/
.follow-us h5 {
  display: none;
  cursor: pointer;
}

.follow-us {
  float: right;
  text-align: right;
  position: relative;
  padding: 0;
  width: auto;
}

#footer-bottom .follow-us .list-unstyled {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.follow-us ul.list-unstyled li {
  display: inline-block;
  margin: 0 7px 0 0;
  width: 24px;
  height: 24px;
  text-align: center;
  position: relative;
  vertical-align: top;
}

.follow-us ul.list-unstyled li:last-child {
  border: none;
}

.follow-us ul li a {
  color: #aaa;
  padding: 0;
  float: left;
  margin: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}

.follow-us ul li a i {
  font-size: 17px;
  font-weight: 500;
}

.follow-us ul.list-unstyled li.facebook a::before {
  float: left;
  height: 30px;
  width: 30px;
  content: "";
  background: transparent url("TemplateTrip/images/follow-us.png") no-repeat scroll -25px -25px;
}

.follow-us ul.list-unstyled li.facebook a:hover::before {
  background-position: -105px -25px;
}

.follow-us ul.list-unstyled li.twitter a::before {
  float: left;
  height: 30px;
  width: 30px;
  content: "";
  background: transparent url("TemplateTrip/images/follow-us.png") no-repeat scroll -25px -105px;
}

.follow-us ul.list-unstyled li.twitter a:hover::before {
  background-position: -105px -105px;
}

.follow-us ul.list-unstyled li.youtube a::before {
  float: left;
  height: 30px;
  width: 30px;
  content: "";
  background: transparent url("TemplateTrip/images/follow-us.png") no-repeat scroll -25px -265px;
}

.follow-us ul.list-unstyled li.youtube a:hover::before {
  background-position: -105px -265px;
}

.follow-us ul.list-unstyled li.instagram a::before {
  float: left;
  height: 30px;
  width: 30px;
  content: "";
  background: transparent url("TemplateTrip/images/follow-us.png") no-repeat scroll -26px -586px;
}

.follow-us ul.list-unstyled li.instagram a:hover::before {
  background-position: -106px -586px;
}

.follow-us ul.list-unstyled li.pinterest a::before {
  float: left;
  height: 30px;
  width: 30px;
  content: "";
  background: transparent url("TemplateTrip/images/follow-us.png") no-repeat scroll -26px -425px;
}

.follow-us ul.list-unstyled li.pinterest a:hover::before {
  background-position: -106px -425px;
}

.follow-us ul li a p {
  display: none;
}

@media (max-width: 1199px) {
  .follow-us {
    float: right;
    padding: 5px 0 0;
    width: auto;
  }
}

@media (max-width: 991px) {
  .follow-us {
    padding: 10px 0;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

@media (max-width: 543px) {
  .follow-us {
    float: left;
    width: 100%;
    text-align: center;
  }
}

/* ------------------------------------------ TT-FollowUs CMS End -------------------------------------------*/
/* ---------------- Start TT - CMS Footer-Payment-logo Css ------------- */
#ttcmspaymentlogo {
  float: left;
  text-align: center;
  width: 100%;
  padding: 0;
}

#ttcmspaymentlogo h5 {
  display: none;
}

#footer-bottom {
  float: right;
  width: auto;
}

#ttcmspaymentlogo .payment_logo_block .payment-title {
  color: #111111;
  float: left;
  font: 400 14px/18px "Raleway", Helvetica, sans-serif;
  padding: 20px 0 10px;
  text-align: center;
  vertical-align: middle;
  display: none;
  width: 100%;
}

#ttcmspaymentlogo .payment_logo_block ul {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: auto;
}

#ttcmspaymentlogo .payment_logo_block ul li {
  display: inline-block;
  float: none;
  list-style: outside none none;
  padding: 0 5px;
  vertical-align: top;
  width: auto;
}

#ttcmspaymentlogo .payment_logo_block ul li a::before {
  display: none;
}

#ttcmspaymentlogo .payment_logo_block img {
  max-width: 100%;
}

@media (max-width: 991px) {
  #ttcmspaymentlogo .payment_logo_block ul li {
    padding: 0;
  }

  #ttcmspaymentlogo {
    text-align: center;
  }
}

@media (max-width: 767px) {

  #footer-bottom,
  .footer-bottom {
    float: none;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .footer-bottom p {
    text-align: center;
  }

  #ttcmspaymentlogo {
    margin: 0 0 5px 0;
  }
}

@media (max-width: 480px) {
  #ttcmspaymentlogo {
    margin: 0;
  }
}

/* -------------------- End TT - CMS Footer-Payment-logo Css ------------------- */
/* ---------------------- Start TT CMS Footer Block --------------------------*/
#ttcmsfooter {
  float: left;
  padding: 0;
  width: auto;
}

#ttcmsfooter .ttfooter-logo {
  float: left;
  width: 100%;
}

#ttcmsfooter .ttfooter-logo img {
  max-width: 100%;
}

#ttcmsfooter .ttfooter-desc {
  color: #cccccc;
  float: left;
  font: 400 14px/24px "Raleway", Helvetica, sans-serif;
  margin: 0 auto;
}

@media (max-width: 991px) {
  #ttcmsfooter {
    text-align: center;
  }

  #ttcmsfooter .ttfooter-desc {
    display: inline-block;
    float: none;
    margin: 0 auto 15px;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 90%;
  }
}

@media (max-width: 543px) {
  #ttcmsfooter {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0;
  }
}

@media (max-width: 480px) {
  #ttcmsfooter .ttfooter-logo {
    margin: 0;
  }

  #ttcmsfooter {
    margin: 0;
    width: 40%;
    padding: 0;
    text-align: center;
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .footer-bottom-cms {
    padding: 0;
  }

  #ttcmsfooter .ttfooter-desc {
    width: 100%;
  }

  #footer-bottom {
    margin: 15px 0 5px 0;
  }

  .footer-bottom p {
    margin: 0 0 15px 0;
    line-height: 15px;
  }
}

/* ---------------------- End TT CMS Footer Block --------------------------*/
/*---------------------------------------- Footer Store Info Block Start -----------------------------*/
footer .contact-us,
footer .contact-us ul {
  float: left;
  margin: 0;
  padding: 0;
}

.footer_default footer .contact-us,
.footer_default footer .contact-us ul {
  width: 100%;
}

footer .contact-us h5 {
  float: left;
  width: 100%;
  cursor: pointer;
  font: 400 20px/22px "Oswald", Helvetica, sans-serif;
  padding: 0;
  text-align: left;
  color: #fff;
  margin: 0 0 20px;
}

.footer_default footer .contact-us ul .contact-details {
  float: left;
  padding: 0 10px;
  width: auto;
}

.footer_default footer .contact-us ul .contact-email {
  float: right;
  width: auto;
}

.footer_default footer .contact-us ul li {
  width: 100%;
  float: left;
}

footer .contact-us ul li {
  margin-bottom: 10px;
  text-align: left;
  padding: 0;
  display: block;
  float: none;
}

.contact-us .data {
  color: #cccccc;
  /* font: 500 14px/30px "Raleway", Helvetica, sans-serif; */
  position: relative;
  float: left;
  width: 100%;
}

footer .contact-us ul li i {
  float: none;
  font-size: 18px;
  height: 25px;
  line-height: 28px;
  margin: 0 10px 0 0;
  text-align: center;
  vertical-align: top;
  width: 15px;
  color: #ccc;
}

.contact-us .contact-address {
  display: inline-block;
  float: none;
  vertical-align: top;
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .header_style1 .footer_default footer .contact-us {
    width: 61%;
  }

  .header_style1 .footer_default footer .contact-us>ul {
    width: 90%;
  }
}

@media (max-width: 1199px) {
  #ttcmsfooter {
    width: 20%;
  }

  .header_style1 .footer_default footer .contact-us {
    width: 88%;
  }
}

@media (max-width: 991px) {
  footer .contact-us h5 {
    display: block;
  }

  footer .footer-column .list-unstyled {
    padding: 3px 10px;
  }

  .footer_default .footer-container .footer-column {
    padding: 0;
  }

  .footer_default footer .contact-us ul .contact-details,
  .footer_default footer .contact-us ul .contact-email {
    width: 100%;
  }

  .header_style1 .footer_default footer .contact-us {
    width: 100%;
  }

  .footer_default footer .contact-us {
    float: left;
    width: 100%;
  }

  footer .contact-us ul .contact-details,
  footer .contact-us ul .contact-email {
    float: left;
    padding: 0 10px;
    width: 100%;
    display: block !important;
  }
}

@media (max-width: 480px) {
  footer .contact-us ul li {
    margin-bottom: 4px;
  }
}

/*---------------------------------------- Footer Store Info Block End -----------------------------*/
/*------------------------ CheckBox,Radio Extra CSS Start -----------------------------------------*/

input[type="radio"],
input[type="checkbox"] {
  margin-top: 0px;
  cursor: pointer;
}

.checkbox-wrapper {
  background: url("TemplateTrip/images/input-sprite.png") repeat scroll 0 -257px;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.checkbox-wrapper:hover {
  background-position: -30px -257px;
}

.checkbox-wrapper.active {
  background-position: -15px -257px;
}

.checkbox-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;
}

.radio-wrapper {
  background: url("TemplateTrip/images/input-sprite.png") 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;
}

/*------------------------ CheckBox,Radio Extra CSS End -----------------------------------------*/
.header_sticky_on .full-header.fixed {
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  animation: fixedmenu 1s ease 0s normal both 1 running;
  -webkit-animation: fixedmenu 1s ease 0s normal both 1 running;
  -moz-animation: fixedmenu 1s ease 0s normal both 1 running;
  -o-animation: fixedmenu 1s ease 0s normal both 1 running;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed !important;
  left: 0;
  right: 0;
  padding: 0 45px;
  width: 100%;
  z-index: 99;
  background: #fff;
}

.header_style2 .full-header.fixed .header-lang-curr {
  display: none;
}

.header_style2 .full-header.fixed .header-left {
  position: static;
  float: left;
}

.header_style2 .full-header.fixed .header-left-cms {
  width: auto;
  float: none;
}

.header_style2 .full-header.fixed .tt-menu .ul-top-items>.li-top-item {
  padding: 27px 0;
}

@-webkit-keyframes fixedmenu {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

@-moz-keyframes fixedmenu {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

@keyframes fixedmenu {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

@media (max-width: 1300px) {
  .full-header.fixed {
    padding: 0 15px;
  }
}

#at15s .at-label {
  margin: 0 5px;
}

.electro-description .layout-desc {
  margin: 20px 0;
}

/*------------------------ product-extended CSS start -----------------------------------------*/
#product-extended-05.product-extended-05-content {
  border: 1px solid #e5e5e5;
  padding: 15px;
  float: left;
}

#product-extended-05.product-extended-05-content .layout-row {
  display: flex;
  align-items: center;
  background: #fff;
}

#product-extended-05.product-extended-05-content .layout-row .layout-col-02 h2,
#product-extended-05.product-extended-05-content .layout-row .layout-col-03 h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {

  #product-extended-04.product-extended-04-content .layout-col-01 .absolute-div p,
  #product-extended-04.product-extended-04-content .layout-col-02 .absolute-div p {
    padding: 9px 0 7px 40px !important;
  }

  #product-extended-05.product-extended-05-content .layout-row .layout-col-02,
  #product-extended-05.product-extended-05-content .layout-row .layout-col-03 {
    padding: 0 25px !important;
    float: left;
  }
}

@media (max-width: 991px) {

  #product-extended-01.product-extended-01-content h3,
  #product-extended-01.product-extended-01-content p {
    text-align: center !important;
  }

  #product-extended-01 .product-extended-01-content h3 {
    margin: 0 0 10px 0;
  }

  #product-extended-04.product-extended-04-content .layout-col-01,
  #product-extended-04.product-extended-04-content .layout-col-02 {
    margin: 0 0 10px 0;
  }

  #product-extended-04.product-extended-04-content .layout-col-01 img,
  #product-extended-04.product-extended-04-content .layout-col-02 img {
    width: 100%;
  }

  #product-extended-04.product-extended-04-content .layout-col-04 .image,
  #product-extended-04.product-extended-04-content .layout-col-05 .image {
    margin: 0 !important;
  }

  #product-extended-05.product-extended-05-content .layout-row .layout-col-02 h2,
  #product-extended-05.product-extended-05-content .layout-row .layout-col-03 h2 {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
  }

  #product-extended-05.product-extended-05-content .layout-row .layout-col-02 p,
  #product-extended-05.product-extended-05-content .layout-row .layout-col-03 p {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #product-extended-01.product-extended-01-content .layout-col-01 {
    float: left !important;
    width: 100%;
    text-align: center;
  }

  #product-extended-01.product-extended-01-content .layout-col-03 {
    text-align: center;
  }

  #product-extended-02.product-extended-02-content .layout-col-01 {
    float: left !important;
    width: 100%;
    padding: 0;
  }

  #product-extended-05.product-extended-05-content .layout-row {
    display: inline-block;
    vertical-align: top;
  }

  #product-extended-05.product-extended-05-content .layout-row .layout-col-04 {
    width: 100%;
    float: left !important;
  }

  #product-extended-05.product-extended-05-content .layout-row .layout-col-01,
  #product-extended-05.product-extended-05-content .layout-row .layout-col-02,
  #product-extended-05.product-extended-05-content .layout-row .layout-col-03,
  #product-extended-05.product-extended-05-content .layout-row .layout-col-04 {
    text-align: center;
  }

  #product-extended-05.product-extended-05-content .layout-row-02 {
    padding: 0 15px;
  }

  #product-extended-05.product-extended-05-content .layout-row .layout-col-02,
  #product-extended-05.product-extended-05-content .layout-row .layout-col-03 {
    padding: 0 !important;
  }
}

@media (max-width: 543px) {

  #product-extended-03.product-extended-03-content .layout-col-01,
  #product-extended-03.product-extended-03-content .layout-col-02 {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {

  #product-extended-04.product-extended-04-content .layout-col-01,
  #product-extended-04.product-extended-04-content .layout-col-02 {
    width: 100%;
  }
}

/*------------------------ product-extended End start -----------------------------------------*/

/*------------------------ instagram CSS start -----------------------------------------*/
#instaLink_0,
#instaLink_0 .instalink-feed-wrapper {
  background: #292929 !important;
}

#instaLink_0 .instalink-feed-post {
  position: relative;
}

.instalink-feed-post span img {
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.instalink-feed-post:hover span img {
  opacity: 0.6 !important;
}

#instaLink_0 .instalink-feed-post::before {
  float: left;
  height: 30px;
  width: 30px;
  content: "";
  background: transparent url("TemplateTrip/images/follow-us.png") no-repeat scroll -26px -586px;
  display: block !important;
  z-index: 1;
  animation: none;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  border: none;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

#instaLink_0 .instalink-feed-post:hover::before {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

@media (max-width: 991px) {
  #instaLink_0 .instalink-feed-post::before {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }

  .instalink-feed-post span img {
    opacity: 0.6 !important;
  }
}

/*------------------------instagram CSS End -----------------------------------------*/

/*------------------------Satvik Custom CSS Start -----------------------------------------*/

/*-------------- Responsive below 1000px Start ----------*/
@media screen and (max-width: 1050px) {

  .content-top {
    margin-top: 0;
  }

  .html-content {
    display: none;
  }

  .full-header {
    display: flex;
    align-content: space-around;
    align-items: center;
    justify-content: flex-end;
  }

  .box-heading {
    margin-top: 25px;
  }

  .img-responsive {
    margin: auto !important;
  }

  .tt_category_featured .caption .cat-sub {
    margin-bottom: 25px;
  }

  .accordion .accordion-item {
    margin-left: auto !important;
    margin: auto;
    width: 90%;
  }

  body {
    overflow-x: hidden;
  }

  #logo {
    height: -webkit-fill-available;
  }

  #logo img {
    height: -webkit-fill-available;
  }

  .header_default .header-left {
    position: absolute !important;
    width: 106px;
    left: 0px !important;
    margin: 0px auto !important;
  }

  html {
    overflow-x: hidden;
  }

  .accordion button {
    display: flex !important;
    align-items: center !important;
  }

  .accordion button .icon {
    top: auto !important;
  }

  .swiper-slide {
    width: 100% !important;
  }

  .container>.col-md-3 {
    width: 100% !important;
  }

  .full-header {
    height: 100px;
  }

  img.mobile-logo {
    margin-top: 10px;
  }

  .slideshow-panel img {
    width: 100%;
    /* object-fit: cover; */
    height: max-content;
  }

  .accordion button .accordion-title {
    padding: 0em 27px 0px 0 !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
  }

  .accordion .accordion-content p {
    font-size: 18px;
    margin: 0.5em 0 !important;
  }

  .accordion button[aria-expanded='true']+.accordion-content {
    margin-bottom: 5px;
  }

  .cat-sub {
    display: none !important;
  }

  .tt_category_featured .cat-title h4 {
    white-space: normal !important;
  }

  #cat_feature {
    margin: 0 0 0px 0 !important;
  }

  .product-thumb .image img {
    width: 80%;
  }

  .product-layout,
  .product-layouts {
    margin-top: 5px !important;
    padding: 0px !important;
  }

  .product-thumb .rating {
    display: none !important;
  }

  .product-thumb .price {
    display: none !important;
  }

  .product-thumb h4 a {
    width: 90% !important;
    margin: auto;
    /* text-align: start !important; */
    color: #000000;
    margin-top: 10px;
    font-size: large;
  }

  .category-feature.blog-video {
    display: inline-flex !important;
  }

  .slideshow-panel {
    display: none;
  }

  /*.device {
          max-width: 400px;            
	    background: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            padding: 20px;
  }*/

  .item {
    text-align: center;
    padding: 10px 0;
  }

  .item img {
    margin-top: -50px !important;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px;
    display: block;
  }

  .mid h1 {
    font-size: 20px;
    margin: 10px 0 5px;
    color: #10638e;
  }

  .mid p {
    font-size: 14px;
    color: #555;
    margin: 0 10px;
  }

  .owl-dots {
    margin-top: -45px !important;
    z-index: 1000;
    position: absolute;
  }

  /* .box-heading>h3,
  .title_block .ttblock-heading,
  .tt-title {
    font-size: 22px !important;
  } */

  .accordion .accordion-content p {
    font-size: 15px !important;
    overflow-y: scroll;
    height: 150px;
    line-height: 20px !important;
  }

  .material-icons::before {
    content: "" !important;
  }

  .owl-carousel .owl-item {
    min-height: 120px;
  }

  .product-thumb .caption .description {
    text-align: left !important;
  }

  .product-thumb {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
  }
#content .product-thumb h4{
  margin: 10px 5%;
  text-align: center;
}
  .row {
    margin-right: -11px;
    display: flex !important;
    margin-left: -11px;
    flex-wrap: wrap !important;
  }

  .common-home header .full-header {
    justify-content: space-between !important;
  }

  .product-quantity {
    display: flex !important;
    flex-direction: column !important;
    width: -webkit-fill-available;
    align-items: stretch !important;
  }

  .tt-menu {
    display: none;
  }

  .tt-menu.open {
    display: block;
  }

  .product-description{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-description>h4>a {
    text-align: center !important;
    padding-left: 5px;
    font-size: 18px !important;
  }

  .description>p {
    padding-left: 10px;
  }

body #load-format {
  display: flex !important;
  flex-wrap: wrap !important;
}

  .category-feature {
    display: flex;
    flex-wrap: wrap;
  }
.tab-content{
     margin: 0px 5px;
}

}

@media (min-width: 992px) {
  .common-home header .full-header {
    /* your desktop-only styles here */
    height: 140px;
  }

  header {
    padding: 0px !important;
  }
}

@media (max-width: 991px) {
  .row {
    display: flex !important;
    flex-wrap: wrap !important;
  }
}

/*---------- Responsive below 1000px End -------------*/
header {
  background: #fff !important;
}

section>.relative {
  margin: auto;
}

.swiper-wrapper {
  justify-content: space-evenly !important;
}

.accordion .accordion-item {
  margin: auto !important;
}

.accordion {
  margin-bottom: 10px;
  width: 90%;
  margin: auto;
}

#header-default {
  height: 15px;
}

#page>.marq {
  position: relative;
  z-index: 1000;
}

.fa-stack {
  width: 15px !important;
}

.product-quantity {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-content: space-around;
}

.product-quantity>.btn-block+.btn-block {
  margin-left: 5px;
  margin-top: 0px !important;
}

.img-responsive:hover {
  transform: scale(1.03);
  /* just 1% increase */
}

b,
strong {
  color: black !important;
}

#mobile-slider {
  display: none;
}

@media (max-width: 1000px) {
  #mobile-slider {
    display: block;
  }
}

.swiper-slide>a>.img-responsive:hover {
  transform: none;
  /* just 1% increase */
}

#content>p,
#content>p>span {
  display: flex;
  white-space: pre-wrap;
  word-break: normal;
  word-spacing: 2px;
  word-wrap: break-word !important;
  word-break: auto-phrase !important;
  align-content: stretch;
  /* margin: 0 0 10px; */
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 15px !important;
}

.story-content li::before {
  content: "\25CF" !important;
  /* Unicode escape for ? */
}

.tt-menu ul li.mega-menu>.a-top-link::after,
.tt-menu ul li.more-menu>.a-top-link::after {
  display: none;
}

.brand-carousel {
  width: 100%;
  padding: 20px 0;
  position: relative;
  box-sizing: border-box;
}

.brand-carousel-wrapper {
  display: flex;
  transition-property: transform;
  will-change: transform;
}

.brand-carousel-slide {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.brand-carousel-slide img {
  max-width: 130px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.brand-carousel-pagination {
  text-align: center;
  margin-top: 15px;
}

.brand-carousel-pagination .swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.6;
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.brand-carousel-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #007bff;
  /* Bootstrap primary color */
}

.main-category-list::after {
  background: none !important;
}

.text-center {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: space-around;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
  max-width: 100%;
}

#content .product-thumb h4 a {
  text-align: center;
}

.product-thumb {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.wa-chat-bubble-text {
  font-family: 'Playfair Display' !important;
}

ul {
  margin: 0px !important;
}

.breadcrub {
  display: flex;
  flex-direction: column;

}

@media (min-width: 992px) {
  .page-title {
    font-size: 36px !important;
  }
}

::-webkit-scrollbar-track {
  background: #1a1a1a;
  /* dark background for contrast */
}

/* Scrollbar Thumb with brown gradient */
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #8B4513, #af4014);
  /* brown gradient */
  border-radius: 10px;
}

/* Scrollbar Thumb on Hover */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #A0522D, #d2691e);
}

/* Show desktop image by default, hide mobile */
.desktop-img {
  display: block;
}

.mobile-img {
  display: none;
}

/* When screen width is 768px or less ? show mobile */
@media (max-width: 768px) {
  .desktop-img {
    display: none;
  }

  .mobile-img {
    display: block;
  }
}

.ttabout-right {
  padding-top: 10px;
}

.table-striped>tbody>tr {
  display: flex;
  align-items: center;
}

.text-right {
  width: 20%;
}

.alert-success {
  background-color: #af8952 !important;
  color: #000;
  border: 1px solid #000 !important;
}

.ticker {
  overflow: hidden;
  background: #292929;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0;
  width: 100%;
}

#myTickerWrap {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
}

#myTickerWrap span {
  display: inline-block;
  margin: 0px 10px;
  position: relative;
}

#myTickerWrap span::before {
  content: "\2B24";
  font-size: 11px;
  margin-right: 18px;
}

.input-quantity-container {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

/* ? Container */
.input-quantity-container {
  display: flex;
  color: #915b0b;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 15px 10px;
  flex-wrap: wrap;
}

/* ? Label */
.input-quantity-container .control-label {
  font-weight: 600;
  margin-right: 10px;
  font-size: 16px;
}

/* ? Input */
.input-quantity-container .input-number {
  width: 60px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  border: 2px solid #e63946;
  border-radius: 8px;
  outline: none;
  transition: all 0.3s ease;
}

.input-quantity-container .input-number:focus {
  border-color: #8f6222;
  box-shadow: 0 0 8px rgba(230, 57, 70, 0.5);
  transform: scale(1.05);
}

/* ? Buttons */
.btn-number {
  width: 30px;
  height: 30px;
  border: 1px solid white;
  background: #8f6222;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-number:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.btn-number:hover:not(:disabled) {
  background: #af8952;
  transform: scale(1.0.3);
}

.btn-block+.btn-block {
  margin-top: 0px !important;
}

/* ? Responsive */
@media (max-width: 768px) {
  /* .input-quantity-container {
    flex-direction: column;
    gap: 12px;
  } */

  .btn-number {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .input-quantity-container .input-number {
    width: 80px;
    font-size: 18px;
  }
}

.pb-3 {
  padding-top: 20px;
}

.addthis_toolbox,
.addthis_default_style {
  display: none;
}

/* Full-screen overlay */
.ttloading-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* GIF as rotating pseudo-element */
.ttloading-bg::before {
  content: "";
  width: 120px;
  /* GIF width */
  height: 120px;
  /* GIF height */
  background-image: url('https://radiancerituals.in/image/catalog/logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  animation: rotate360 2s linear infinite;
  transform-style: preserve-3d;
}

/* Horizontal rotation animation */
@keyframes rotate360 {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

/* Optional: fade-out when hidden */
.ttloading-bg.hide {
  opacity: 0;
  pointer-events: none;
}
#checkout-cart .header-content-title {
    display: none !important;
}
/* Example CSS to show/hide menu */

/*------------------------Satvik Custom CSS End -----------------------------------------*/