@charset "UTF-8";
/* =============================================
			Theme Reset Style
============================================= */
* {
  margin: 0px;
  padding: 0px;
}

body,
html {
  height: 100%;
  position: relative;
}

body {
  color: #666;
  background: #fff;
  font: 400 14px/23px "Open Sans", Arial, Helvetica, sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #484848;
  margin: 0 0 8px;
  font-weight: 400;
  line-height: 1.2;
  font-style: normal;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

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

h2 a {
  text-transform: uppercase;
}

p a,
p a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 20px;
  line-height: 20px;
  letter-spacing: normal;
}

a {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
}

ul {
  margin: 0;
}

figure {
  margin-bottom: 6px;
  position: relative;
}

img {
  height: auto;
  max-width: 100%;
}

strong {
  color: #414141;
}

iframe {
  width: 100%;
  float: left;
  border: none;
}

.wp-caption.alignleft,
.wp-caption.alignnone {
  width: 100%;
}

button {
  border: none;
}

textarea,
select,
.tg-select select,
.form-control,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
  line-height: 18px;
  padding: 10px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=checkbox] {
  width: 40px;
}

textarea.form-control {
  resize: none;
  height: 210px;
}

.form-control::-webkit-input-placeholder {
  color: #666;
}

/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  color: #666;
}

/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  color: #666;
}

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #666;
}

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  color: #666;
}

/* Microsoft Edge */
input:focus,
.select select:focus,
.form-control:focus {
  color: #666;
  border-color: #666;
  box-shadow: none !important;
}

.form-group {
  width: 100%;
  float: left;
  margin: 0 0 20px;
}

label {
  color: #666;
  font-weight: 400;
  margin-bottom: 10px;
}

form p {
  float: left;
  position: relative;
  width: 100%;
}

form p span i {
  top: 13px;
  left: 16px;
  color: #474747;
  position: absolute;
}

option {
  padding: 5px 15px;
}

li {
  line-height: 28px;
  list-style: disc inside none;
}

ul ul {
  margin-left: 20px;
}

ol {
  float: none;
  list-style: decimal;
  padding-left: 15px;
}

ol ol {
  margin-left: 20px;
}

ol li {
  list-style: decimal;
  width: 100%;
}

table {
  background-color: transparent;
  max-width: 100%;
}

th {
  text-align: left;
}

table {
  width: 100%;
  margin-bottom: 15px;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border-top: 1px solid #dbdbdb;
  border: 1px solid #dbdbdb;
  line-height: 2.5;
  padding-left: 3px;
  text-align: center;
  vertical-align: top;
}

table thead tr th {
  border-top: 1px solid #dbdbdb;
  text-align: center;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 1px solid #dbdbdb;
}

table > thead > tr > th {
  border-bottom: 2px solid #dbdbdb;
  vertical-align: bottom;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-bottom: 0;
}

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

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px 10px;
}

p ins {
  color: #666;
}

dl dd {
  margin-left: 20px;
}

address {
  font-style: italic;
}

/* =============================================
			Theme Custom Select
============================================= */
.tg-select {
  color: #666;
  float: left;
  width: 100%;
  position: relative;
  text-transform: uppercase;
}
.tg-select:after {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: "";
  display: inline-block;
  top: 0.45em;
  right: 0;
  height: 0.45em;
  width: 0.45em;
  position: absolute;
  vertical-align: top;
  transform: rotate(135deg);
}
.tg-select select {
  z-index: 1;
  width: 100%;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.tg-select select option {
  color: #666;
}

/* =============================================
		Theme Custom CheckBox Radio
============================================= */
.mdk-btns {
  width: 100%;
  float: left;
  text-align: center;
}

/*
 @Author: Company Name
 @URL: http://companyname.com
*/
/* =============================================
			Theme Global Elements
============================================= */
.tg-haslayout {
  width: 100%;
  float: left;
}

.tg-sectionspace {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .tg-sectionspace {
    padding: 60px 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
  .tg-sectionspace {
    padding: 40px 0;
  }
}

.tg-locationmap {
  width: 100%;
  float: left;
  height: 500px;
}

.mdk-btn {
  color: #666;
  padding: 0 50px;
  background: #fff;
  position: relative;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: uppercase;
  font: 400 13px/38px "Work Sans", Arial, Helvetica, sans-serif;
}
.mdk-btn .tg-preorder {
  width: 100%;
}
@media (max-width: 767px) {
  .mdk-btn {
    padding: 0 20px;
  }
}
@media (max-width: 300px) {
  .mdk-btn {
    padding: 0;
  }
}

.mdk-btn:hover,
.mdk-btn.mdk-active {
  color: #fff;
}

.mdk-btnsm {
  padding: 0 20px;
  line-height: 30px;
}

.mdk-btnlg {
  width: 100%;
}

.tg-socialicons {
  overflow: hidden;
  list-style: none;
  text-align: center;
  line-height: 30px;
}

.tg-socialicons li {
  float: left;
  padding: 0 4px;
  line-height: inherit;
  list-style-type: none;
}

.tg-socialicons li a {
  width: 30px;
  height: 30px;
  color: #fff;
  display: block;
  background: #000;
  overflow: hidden;
  line-height: 30px;
  position: relative;
  text-align: center;
  border-radius: 30px;
  text-transform: capitalize;
}

.tg-inputwithicon.tg-facebook .tg-icon,
.tg-checkbox.tg-facebook,
li.tg-facebook a {
  background: #3b5999;
}

.tg-inputwithicon.tg-twitter .tg-icon,
.tg-checkbox.tg-twitter,
li.tg-twitter a {
  background: #55acee;
}

.tg-inputwithicon.tg-linkedin .tg-icon,
.tg-checkbox.tg-linkedin,
li.tg-linkedin a {
  background: #0077B5;
}

.tg-inputwithicon.tg-skype .tg-icon,
.tg-checkbox.tg-skype,
li.tg-skype a {
  background: #00aff0;
}

.tg-checkbox.tg-dropbox,
li.tg-dropbox a {
  background: #007ee5;
}

.tg-checkbox.tg-vimeo,
li.tg-vimeo a {
  background: #1ab7ea;
}

.tg-checkbox.tg-tumblr,
li.tg-tumblr a {
  background: #34465d;
}

.tg-checkbox.tg-yahoo,
li.tg-yahoo a {
  background: #410093;
}

.tg-inputwithicon.tg-googleplus .tg-icon,
.tg-checkbox.tg-googleplus,
li.tg-googleplus a {
  background: #dd4b39;
}

.tg-inputwithicon.tg-pinterestp .tg-icon,
.tg-checkbox.tg-pinterestp,
li.tg-pinterestp a {
  background: #bd081c;
}

.tg-checkbox.tg-youtube,
li.tg-youtube a {
  background: #cd201f;
}

.tg-checkbox.tg-stumbleupon,
li.tg-stumbleupon a {
  background: #eb4924;
}

.tg-checkbox.tg-reddit,
li.tg-reddit a {
  background: #ff5700;
}

.tg-checkbox.tg-quora,
li.tg-quora a {
  background: #b92b27;
}

.tg-checkbox.tg-yelp,
li.tg-yelp a {
  background: #af0606;
}

.tg-checkbox.tg-soundcloud,
li.tg-soundcloud a {
  background: #ff3300;
}

.tg-checkbox.tg-whatsapp,
li.tg-whatsapp a {
  background: #25d366;
}

.tg-checkbox.tg-wechat,
li.tg-wechat a {
  background: #09b83e;
}

.tg-checkbox.tg-instagram,
li.tg-instagram a {
  background: #e4405f;
}

.tg-checkbox.tg-dribbble,
li.tg-dribbble a {
  background: #ea4c89;
}

.tg-checkbox.tg-flickr,
li.tg-flickr a {
  background: #ff0084;
}

.tg-checkbox.tg-rss,
li.tg-rss a {
  background: #ff6600;
}

.tg-socialicons li a i {
  color: #fff;
  width: 30px;
  display: block;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}

.tg-socialicons li a:hover {
  color: #fff;
}

.tg-roundicontext .tg-usericonholder {
  width: 250px;
  display: block;
  overflow: hidden;
  font-style: normal;
}

.tg-roundicontext i,
.tg-roundicontext span {
  float: left;
  font-size: 13px;
  line-height: 30px;
}

.tg-roundicontext span {
  padding: 0 15px 0 0;
}

.tg-roundicontext:focus,
.tg-roundicontext:hover {
  color: #fff;
  width: 100%;
}

.tg-roundicontext:hover .tg-usericonholder {
  width: 100%;
}

.tg-verticalmiddle {
  margin: 0 -1px;
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}

.tg-description {
  width: 100%;
  float: left;
}

.tg-bglight {
  background: #f7f7f7;
}

.tg-bgdark {
  background: #373542;
}

.tg-stars span,
.tg-stars {
  width: 80px;
  height: 13px;
  float: left;
  line-height: 13px;
  position: relative;
}

.tg-stars span {
  width: 75%;
  overflow: hidden;
  color: #fcd01e !important;
}

.tg-stars span:after {
  color: #fcd01e !important;
}

.tg-stars span:after {
  color: #000;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > [class^=col-],
.no-gutters > [class*=col-],
.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.mdk-formtheme {
  width: 100%;
  float: left;
}

.mdk-formtheme fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  position: relative;
}

.tg-alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

/* =============================================
			Theme Pagination Style
============================================= */
.tg-pagination {
  width: 100%;
  float: left;
  font: 14px/24px "Work Sans", Arial, Helvetica, sans-serif;
}

.tg-pagination ul {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
  text-align: center;
  line-height: inherit;
}

.tg-pagination ul li {
  float: left;
  margin: 0 6px;
  line-height: inherit;
  list-style-type: none;
}

.tg-pagination ul li.tg-prevpage {
  margin-left: 0;
}

.tg-pagination ul li.tg-nextpage {
  margin-right: 0;
}

.tg-pagination ul li a {
  width: 20px;
  display: block;
  color: #373542;
  text-align: center;
  position: relative;
  line-height: inherit;
}

.tg-pagination ul li.active a {
  font-weight: bold;
}

.tg-pagination ul li.active a:hover {
  background: #b49e74;
  border: 1px solid #b49e74;
  color: #ffffff;
}

.tg-pagination ul li.tg-nextpage a,
.tg-pagination ul li.tg-prevpage a {
  width: auto;
  font-size: 20px;
  overflow: hidden;
  position: relative;
}

.tg-pagination ul li.tg-nextpage a {
  padding: 0 0 0 25px;
}

.tg-pagination ul li.tg-prevpage a {
  padding: 0 25px 0 0;
}

.tg-pagination ul li.tg-nextpage a:after,
.tg-pagination ul li.tg-prevpage a:after {
  top: 50%;
  opacity: 0;
  content: "";
  width: 15px;
  height: 1px;
  background: #373542;
  position: absolute;
  visibility: hidden;
}

.tg-pagination ul li.tg-nextpage a:after {
  right: 50px;
}

.tg-pagination ul li.tg-prevpage a:after {
  left: 50px;
}

.tg-pagination ul li.tg-nextpage a:hover:after,
.tg-pagination ul li.tg-prevpage a:hover:after {
  opacity: 1;
  visibility: visible;
}

.tg-pagination ul li.tg-nextpage a:hover:after {
  right: 2px;
}

.tg-pagination ul li.tg-prevpage a:hover:after {
  left: 2px;
}

/* =============================================
			Theme BreadCrumb Style
============================================= */
/*
.tg-breadcrumb {
  width: auto;
  padding: 0;
  color: #fff;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  display: inline-block;
  //	text-transform: capitalize;
  font: 500 16px/30px 'Work Sans', Arial, Helvetica, sans-serif;

  li {
    width: auto;
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    padding: 0 15px;
    position: relative;

    &:after {
      top: 0;
      left: -3px;
      content: '\f105';
      position: absolute;
      font-family: 'FontAwesome';
    }

    &:first-child:after {
      display: none;
    }

    a {
      display: block;
      color: #fff;
    }
  }
}
*/
/* =============================================
			Theme Styling
============================================= */
/*
.tg-themetabnav {
  width: 100%;
  float: left;
  list-style: none;
  li {
    float: left;
    font-size: 13px;
    line-height: 40px;
    list-style-type: none;
  }
  a {
    color: #666;
    display: block;
    padding: 0 20px;
  }

}



.tg-themetabnav li.active a,
.tg-themetabnav li:hover a {
  background: $dropdown-hover-color;
}

.tg-themetabcontent {
  width: 100%;
  float: left;
  padding: 30px;
  background: $dropdown-hover-color;
}

.tg-themetabcontent > div {
  width: 100%;
  float: left;
}


*/
.tg-sectionhead {
  width: 100%;
  float: left;
  margin: 0 0 15px;
  padding: 0 100px 30px 0;
  border-bottom: 1px solid #dbdbdb;
}
.tg-sectionhead h1 {
  margin: 0;
  float: left;
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .tg-sectionhead h1 {
    padding: 3px 0 0;
    text-align: center;
    font-size: 18px;
  }
}
.tg-sectionhead h1 span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  padding: 0 0 10px;
}
.tg-sectionhead h2 {
  margin: 0;
  float: left;
  font-size: 30px;
  line-height: 30px;
}
.tg-sectionhead h2 span {
  display: block;
  font-size: 16px;
  line-height: 18px;
  padding: 0 0 10px;
}

.tg-sectionhead.tg-userorder {
  padding-right: 0;
}
.tg-sectionhead.tg-userorder .owl-nav {
  float: right;
}

.tg-sectionhead .mdk-btn,
.mdk-btnstyletwo {
  float: right;
  padding: 0 25px;
  margin: 6px 0 0;
}

.mdk-btnstyletwo {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.mdk-btnstyletwo i, .mdk-btnstyletwo em {
  font-style: normal;
  line-height: inherit;
}
.mdk-btnstyletwo i {
  padding: 0 5px 0 0;
}
.mdk-btnstyletwo:hover {
  box-shadow: none !important;
}

.mdk-btnaddtowishlist {
  color: #fff;
  padding: 0 10px;
  text-align: center;
  background: #f16945;
  display: inline-block;
  vertical-align: middle;
  font: 400 13px/34px "Work Sans", Arial, Helvetica, sans-serif;
}

.mdk-btnaddtowishlist i,
.mdk-btnaddtowishlist span {
  display: inline-block;
  vertical-align: top;
  font-size: inherit;
  line-height: inherit;
}

.mdk-btnaddtowishlist i {
  font-size: 16px;
  padding: 0 5px 0 0;
}

.mdk-btnaddtowishlist:hover,
.mdk-btnaddtowishlist:focus,
.mdk-btnaddtowishlist:hover i,
.mdk-btnaddtowishlist:hover span,
.mdk-btnaddtowishlist:focus i,
.mdk-btnaddtowishlist:focus sapn {
  color: #fff;
}

.tg-wrapper {
  overflow: hidden;
}

body.tg-comingsoonpage .tg-wrapper {
  overflow: visible;
}

.tg-content,
.tg-twocolumns {
  width: 100%;
  float: left;
}

.tg-dropdowarrow {
  top: 10px;
  z-index: 5;
  color: #fff;
  right: 10px;
  width: 20px;
  height: 20px;
  display: none;
  cursor: pointer;
  font-size: 8px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  background: #333;
}
.tg-dropdowarrow i {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: "";
  display: inline-block;
  top: 0.45em;
  right: 0;
  height: 0.45em;
  width: 0.45em;
  position: absolute;
  vertical-align: top;
  transform: rotate(45deg);
  top: 6px;
  right: 7px;
  width: 8px;
  height: 8px;
}

.mdk-open > .tg-dropdowarrow {
  transform: rotate(90deg);
}

/* =============================================
			Theme Header Style
============================================= */
.tg-header {
  z-index: 3;
  position: relative;
}

/*
.tg-addnav {
  float: left;
  color: #666;
  padding: 10px 0;
  font-size: 14px;
  line-height: 30px;
  list-style: none;
}

.tg-addnav li {
  float: left;
  padding: 0 15px;
  font-size: inherit;
  line-height: inherit;
  list-style-type: none;
}

.tg-addnav li:first-child {
  padding-left: 0;
}

.tg-addnav li + li {
  border-left: 1px solid #dbdbdb;
}

.tg-addnav li a {
  color: #666;
  display: block;
}

.tg-addnav li a i,
.tg-addnav li a em {
  float: left;
  font-style: normal;
  line-height: inherit;
}

.tg-addnav li a i {
  padding: 0 10px 0 0;
}
*/
.mdk-themedropdown {
  float: left;
  padding: 0 15px;
}
.mdk-themedropdown + .mdk-themedropdown {
  border-left: 1px solid #dbdbdb;
}

.mdk-btnthemedropdown {
  color: #404040;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}
.mdk-btnthemedropdown :focus, .mdk-btnthemedropdown:hover {
  color: #404040;
}
.mdk-btnthemedropdown i, .mdk-btnthemedropdown span {
  float: left;
  color: #404040;
}
.mdk-btnthemedropdown i {
  line-height: 20px;
  padding: 0 12px 0 0;
}

.mdk-themedropdownmenu .tg-description p {
  margin: 0;
}

.mdk-themedropdownmenu {
  top: 100px;
  right: 0;
  left: auto;
  border: 0;
  opacity: 0;
  z-index: 10;
  width: 330px;
  padding: 15px;
  display: block;
  border-radius: 0;
  margin: 13px 0 0;
  visibility: hidden;
  border-top: 3px solid;
}
@media (max-width: 320px) {
  .mdk-themedropdownmenu {
    width: 270px;
    padding: 0;
  }
}

.mdk-themedropdown.open .mdk-themedropdownmenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.tg-searchbox {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0 300px;
  position: absolute;
}

.mdk-formsearch fieldset {
  margin: 10px 0;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
}

.mdk-formsearch fieldset .form-control {
  border: 0;
  z-index: 2;
  height: 44px;
  line-height: 24px;
  position: relative;
  padding: 10px 54px 10px 20px;
}

.mdk-formsearch fieldset button {
  top: 0;
  right: 0;
  z-index: 2;
  width: 44px;
  height: 44px;
  font-size: 20px;
  line-height: 44px;
  background: none;
  position: absolute;
}

.mdk-formsearch a {
  float: right;
  color: #55acee;
  font-size: 13px;
  line-height: 13px;
}

/*
.twitter-typeahead {
  width: 100%;
  vertical-align: top;
}

.tt-menu {
  width: 100%;
  background: #fff;
}

.tt-menu > div {
  width: 100%;
  float: left;
  border-top: 1px solid #ddd;
}

.tt-menu > div > div {
  width: 100%;
  float: left;
  cursor: pointer;
  padding: 10px 20px;
}

.tt-menu > div > div:hover {
  background: #f1f1f1;
}

.tt-menu > div > div + div {
  border-top: 1px solid #ddd;
}
*/
/*
.mega-menu {
  top: 100px;
  left: 0;
  margin: 0;
  opacity: 0;
  width: 230px;
  text-align: left;
  background: #fff;
  visibility: hidden;
  position: absolute;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
  font: 400 13px/40px 'Open Sans', Arial, Helvetica, sans-serif !important;
}
*/
.sub-menu li {
  width: 100%;
  float: left;
  line-height: inherit;
}

.sub-menu li + li {
  border-top: 1px solid #dbdbdb;
}

.sub-menu li a {
  color: #666;
  padding: 0 20px;
}

.sub-menu li a:hover {
  background: #fafafa;
}

.sub-menu .sub-menu {
  left: 100%;
}

.tg-navigation > ul > li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.tg-navigation > ul > li:last-child .sub-menu .sub-menu {
  right: 100%;
}

li.menu-item-has-children:hover > .sub-menu,
li.menu-item-has-children:hover > .mega-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

li.menu-item-has-children:hover > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
  top: 0;
}

li.menu-item-has-mega-menu {
  position: static;
}

/*
.mega-menu {
  opacity: 0;
  width: 100%;
  visibility: hidden;
}

.mega-menu .tg-themetabnav {
  margin: 0;
  width: 230px;
  background: #fff;
  position: relative;
}

.mega-menu .tg-themetabnav li {
  width: 100%;
  line-height: 40px;
}

.mega-menu .tg-themetabnav li a {
  position: relative;
}

.mega-menu .tg-themetabnav li a:before {
  top: 0;
  right: 20px;
  content: '\f105';
  position: absolute;
  font-size: inherit;
  line-height: inherit;
  font-family: 'FontAwesome';
}

.mega-menu .tg-themetabcontent {
  width: auto;
  float: none;
  overflow: hidden;
  padding: 20px 15px;
  -webkit-box-shadow: inset 3px 0 5px 0 rgba(0, 0, 0, 0.10);
  box-shadow: inset 3px 0 5px 0 rgba(0, 0, 0, 0.10);
}

.mega-menu .tg-themetabcontent > div > ul {
  margin: 0;
  width: 100%;
  float: left;
  display: table;
  table-layout: fixed;
}

.mega-menu .tg-themetabcontent > div > ul > li {
  padding: 0 15px;
  display: table-cell;
}

.mega-menu .tg-themetabcontent > div > ul > li ul {
  width: 100%;
  float: left;
  margin: 0 0 5px;
}

.mega-menu .tg-themetabcontent > div > ul > li ul li {
  margin: 0 0 5px;
  line-height: 20px;
}

.mega-menu .tg-themetabcontent > div > ul > li ul li a {
  color: #666;
  padding: 0 0 0 15px;
  position: relative;
}

.mega-menu .tg-themetabcontent > div > ul > li ul li a:hover {
  color: #55acee;
}

.mega-menu .tg-themetabcontent > div > ul > li ul li a:before {
  top: 50%;
  left: 0;
  width: 3px;
  height: 3px;
  content: '';
  display: block;
  margin: -1px 0 0;
  background: #666;
  position: absolute;
  border-radius: 50%;
}

.mega-menu .tg-themetabcontent > div > ul > li ul li a:hover:before {
  background: #55acee;
}

.mega-menu .tg-themetabcontent > div ul li figure {
  float: left;
  width: 290px;
  margin: 40px 0 0;
}

.mega-menu .tg-themetabcontent > div ul li .tg-textbox {
  width: 250px;
  float: right;
  padding: 40px 0 0;
}


.tg-linkstitle {
  width: 100%;
  float: left;
  padding: 0 0 15px;
}

.tg-linkstitle h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}
*/
.mdk-btnviewall {
  float: left;
  color: #55acee;
}

.tg-textbox h3 {
  margin: 0 0 20px;
  color: #484848;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  font: bold 18px/18px "Playfair Display", Arial, Helvetica, sans-serif;
}

.tg-textbox h3 span {
  display: block;
  font-size: 50px;
  line-height: 30px;
  padding: 0 0 16px;
}

.tg-textbox .mdk-btn {
  float: left;
  padding: 0 25px;
  border-radius: 20px;
}

/* =============================================
			Status Style
============================================= */
.tg-allstatus {
  z-index: 2;
  width: 100%;
  float: left;
  position: relative;
  margin: -100px 0 0;
}

.tg-parallax {
  width: 100%;
  float: left;
  overflow: hidden;
}

.tg-bgbookwehave .tg-status {
  background: rgba(73, 186, 207, 0.85);
}

.tg-bgtotalmembers .tg-status {
  background: rgba(147, 100, 141, 0.85);
}

.tg-bghappyusers .tg-status {
  background: rgba(241, 103, 69, 0.85);
}

/*
.tg-status {
  color: #fff;
  padding: 10px;
  overflow: hidden;
}

.tg-statuscontent {
  width: 100%;
  float: left;
  min-height: 180px;
  border: 1px solid #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tg-statusicon {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  padding: 0 0 20px;
}

.tg-statuscontent h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.tg-statuscontent h2 span {
  display: block;
  padding: 10px 0 0;
  text-align: center;
}
*/
/* =============================================
            Blocks Slider
============================================= */
.tg-blocksslider .owl-nav {
  right: 0;
  top: -86px;
  width: auto;
  height: 350px;
  float: none;
  position: absolute;
}

.tg-blocksslider {
  width: 100%;
  float: left;
  height: 350px;
}
.tg-blocksslider .item {
  max-width: 350px;
  min-width: 333px;
}
.tg-blocksslider .item figure {
  margin: 1em 40px;
  height: auto;
  max-width: 250px;
}
@media (max-width: 320px) {
  .tg-blocksslider .item figure {
    max-width: 200px;
  }
}
.tg-blocksslider .item .tg-blocktitle {
  text-align: center;
  text-decoration: none;
}

.tg-siglesslider {
  width: 100%;
  float: left;
  height: 400px;
}
.tg-siglesslider .item {
  max-width: 500px;
}
.tg-siglesslider .item figure {
  margin: 1em 40px;
  height: auto;
  max-width: 550px;
}
@media (max-width: 320px) {
  .tg-siglesslider .item figure {
    max-width: 200px;
  }
}
.tg-siglesslider .item .tg-blocktitle {
  text-align: center;
  text-decoration: none;
}

/* =============================================
			Best Selling Book Style
============================================= */
.tg-bestsellingbooksslider .owl-nav {
  right: 0;
  top: -86px;
  width: auto;
  float: none;
  position: absolute;
}

.tg-bestsellingbooks {
  width: 100%;
  float: left;
}
.tg-bestsellingbooks .item {
  max-width: 165px;
  min-width: 130px;
  float: left;
}
@media (max-width: 767px) {
  .tg-bestsellingbooks .item {
    max-width: 130px;
  }
}
.tg-bestsellingbooks .item .tg-postbook {
  padding: 30px 0 0;
}
@media (max-width: 320px) {
  .tg-bestsellingbooks .item .tg-postbook {
    padding: 15px 0 0;
  }
}
.tg-bestsellingbooks .item .tg-postbook figure {
  height: 250px;
}
@media (max-width: 320px) {
  .tg-bestsellingbooks .item .tg-postbook figure {
    height: 200px;
  }
}
@media (max-width: 320px) {
  .tg-bestsellingbooks .item .tg-postbook i.fa.fa-shopping-basket {
    display: none;
  }
}

.tg-postbook {
  width: 100%;
  float: left;
  padding: 15px 0;
}

.tg-featureimg {
  margin: 0;
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  height: 260px;
}

.mdk-featureimg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0;
}

.tg-bookimg {
  width: 100%;
  float: left;
  position: relative;
}

.tg-frontcover {
  z-index: 2;
  width: 100%;
  float: left;
  position: relative;
}

.tg-frontcover:before {
  top: 0;
  left: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.1) 5%, rgba(0, 0, 0, 0) 13%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.1) 5%, rgba(0, 0, 0, 0) 13%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.1) 5%, rgba(0, 0, 0, 0) 13%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#00000000", GradientType=1);
}

.tg-backcover {
  top: 2%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 96%;
  overflow: hidden;
  background: #000;
  position: absolute;
}

.tg-backcover img {
  opacity: 0.6;
  display: block;
}

.tg-backcover:after {
  top: 4%;
  right: 3px;
  z-index: 2;
  width: 15px;
  height: 92%;
  content: "";
  position: absolute;
  background: url("../images/books/bookpattren.png") no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.tg-bookimg img {
  width: 100%;
  height: auto;
  display: block;
}

.tg-postbook:hover .tg-featureimg {
  padding: 9px 13px 9px 0;
}

.tg-postbook:hover .tg-bookimg {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(1000px) rotateY(-30deg) rotateZ(0deg);
  -moz-transform: perspective(1000px) rotateY(-30deg) rotateZ(0deg);
  -ms-transform: perspective(1000px) rotateY(-30deg) rotateZ(0deg);
  -o-transform: perspective(1000px) rotateY(-30deg) rotateZ(0deg);
  transform: perspective(1000px) rotateY(-30deg) rotateZ(0deg);
}

.tg-postbook:hover .tg-backcover {
  left: 18px;
}

.tg-featureimg .mdk-btnaddtowishlist {
  bottom: 35%;
  left: 0;
  opacity: 0;
  z-index: 4;
  width: 100%;
  margin: 0 0 -17px;
  visibility: hidden;
  position: absolute;
}

.tg-postbook:hover .mdk-btnaddtowishlist {
  opacity: 1;
  bottom: 50%;
  visibility: visible;
}

.tg-postbookcontent {
  width: 100%;
  float: left;
  padding: 15px 0 0;
}
.tg-postbookcontent .mdk-btn {
  max-width: 320px;
}

.tg-bookscategories {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 13px;
  list-style: none;
  padding: 0 0 8px;
  border-bottom: 1px solid #dbdbdb;
  height: 44px;
  overflow: hidden;
}

.tg-bookscategories li {
  float: left;
  position: relative;
  padding: 0 2px 0 8px;
  line-height: inherit;
  list-style-type: none;
}

.tg-bookscategories li:first-child {
  padding-left: 0;
}

.tg-bookscategories li + li:before {
  left: 0;
  bottom: 0;
  content: ",";
  color: inherit;
  position: absolute;
  font-size: inherit;
  line-height: inherit;
}

.tg-bookscategories li a {
  color: #666;
  display: block;
}

.tg-themetagbox {
  width: 100%;
  float: left;
  margin: 0 0 8px;
  min-height: 16px;
}

.tg-themetag {
  float: left;
  color: #fff;
  padding: 0 5px;
  font-size: 10px;
  line-height: 16px;
  position: relative;
  border-radius: 4px 0 0 4px;
}

.tg-themetag:before {
  top: 0;
  width: 0;
  height: 0;
  left: 100%;
  content: "";
  position: absolute;
  border-left: 5px solid;
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
}

.tg-booktitle {
  width: 100%;
  float: left;
  padding: 0 0 20px;
}

.tg-booktitle h3 {
  display: -webkit-box;
  display: block;
  /* Fallback for non-webkit */
  height: 67.2px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tg-booktitlefull {
  width: 100%;
  float: left;
  padding: 0 0 20px;
}
.tg-booktitlefull h1 {
  font-size: 32px;
}
.tg-booktitlefull h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-transform: none;
  height: auto;
  overflow: hidden;
}

.tg-bookwriter {
  width: 100%;
  float: left;
  font-size: 13px;
  line-height: 18px;
  padding: 0 0 6px;
}

.tg-bookwriter a {
  color: #666;
}

.tg-bestsellingbooks .tg-postbookcontent .tg-stars {
  float: left;
  margin: 0 0 20px;
}

.tg-bookprice {
  width: 100%;
  float: left;
  font: 500 18px/18px "Work Sans", Arial, Helvetica, sans-serif;
}
.tg-bookprice ins,
.tg-bookprice del {
  float: left;
}
.tg-bookprice ins {
  color: #b49e74;
}
.tg-bookprice del {
  color: #666;
  font-size: 13px;
  padding-left: 10px;
}

.tg-postbookcontent .mdk-btn {
  width: 100%;
  margin: 20px 0 0;
}

.tg-postbook.tg-notag .tg-postbookcontent .mdk-btn {
  margin: 44px 0 0;
}

.mdk-btnround {
  color: #666;
  width: 40px;
  height: 40px;
  float: left;
  overflow: hidden;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  margin: 0 0 0 10px;
  border: 1px solid #dcdcdc;
}

.mdk-btnround i {
  width: 100%;
  float: left;
  display: block;
  color: inherit;
  font-size: 10px;
  line-height: inherit;
}

/* =============================================
			Featured Item Container
============================================= */
.tg-featureditm {
  width: 100%;
  float: left;
}
.tg-featureditm figure {
  width: 100%;
  float: left;
  margin: -30px 0 -36px 0;
}
.tg-featureditm figure img {
  float: left;
  height: 396px;
  width: auto;
  display: block;
  max-width: none;
}

.tg-featureditmcontent {
  width: 100%;
  float: left;
  margin: 77px 0;
  position: relative;
  padding: 0 30% 0 0;
}
.tg-featureditmcontent .tg-booktitle h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  display: -webkit-box;
  display: block;
  /* Fallback for non-webkit */
  height: 77px;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tg-featureditmcontent .tg-bookwriter {
  font-size: 18px;
  line-height: 18px;
  padding: 0 0 10px;
}
.tg-featureditmcontent .tg-stars span,
.tg-featureditmcontent .tg-stars {
  width: 110px;
  height: 18px;
  line-height: 18px;
}
.tg-featureditmcontent .tg-stars span:after,
.tg-featureditmcontent .tg-stars:before {
  font-size: 18px;
  line-height: 18px;
}
.tg-featureditmcontent .tg-stars span {
  width: 75%;
}
.tg-featureditmcontent .tg-bookprice ins,
.tg-featureditmcontent .tg-bookprice del {
  float: left;
  color: #484848;
  font: bold 40px/40px "Work Sans", Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
}

.tg-bookprice ins {
  text-decoration: none;
}

.tg-featureditmcontent .tg-bookprice del {
  font-size: 26px;
  font-weight: 500;
}

.tg-priceandbtn {
  top: 0;
  right: 0;
  margin: 45px 0;
  text-align: center;
  position: absolute;
}

.tg-priceandbtn .tg-bookprice {
  width: auto;
  float: none;
  display: block;
  overflow: hidden;
}

/* =============================================
			New Release Style
============================================= */
.tg-newrelease,
.tg-newreleasebooks {
  width: 100%;
  float: left;
}

.tg-newrelease .tg-description {
  padding: 15px 0 30px;
}

.tg-newrelease .tg-description p {
  margin: 0 0 0;
}

.mdk-btns .mdk-btn {
  float: left;
  margin: 0 30px 0 0;
}

/* =============================================
			Books Collection Counter
============================================= */
/*
.tg-collectioncount {
  padding: 80px 0;
}

.tg-collectioncounters {
  width: 100%;
  float: left;
}

.tg-collectioncounter {
  width: 25%;
  float: left;
  padding: 0 15px;
  position: relative;
  text-align: center;
}

.tg-collectioncounter + .tg-collectioncounter:before {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: '';
  position: absolute;
  background: #dbdbdb;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

.tg-collectioncountericon,
.tg-titlepluscounter {
  display: inline-block;
  vertical-align: middle;
}

.tg-collectioncountericon {
  width: 60px;
  height: 60px;
  overflow: hidden;
  font-size: 30px;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.tg-collectioncountericon i {
  color: #fff;
  display: block;
  line-height: inherit;
}

.tg-titlepluscounter {
  text-align: left;
  padding: 0 0 0 10px;
}

.tg-titlepluscounter h2 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.tg-titlepluscounter h3 {
  margin: 0;
  font: 400 16px/16px 'Open Sans', Arial, Helvetica, sans-serif;
}
*/
/* =============================================
			Picked By Authores
============================================= */
.tg-pickedbyauthorslider .item {
  width: 100%;
  float: left;
  padding: 0 15px;
}
.tg-pickedbyauthorslider .owl-nav {
  top: -86px;
  right: 15px;
  width: auto;
  float: none;
  position: absolute;
}
@media (max-width: 991px) {
  .tg-pickedbyauthorslider .owl-nav {
    top: -76px;
  }
}

.tg-pickedbyauthor {
  width: 100%;
  float: left;
}
.tg-pickedbyauthor .tg-postbook {
  margin: 15px 0;
  position: relative;
  background: #f7f7f7;
  border-bottom: 3px solid #f7f7f7;
}
.tg-pickedbyauthor .tg-featureimg {
  padding: 3px 5px;
  border-bottom: 1px solid #dbdbdb;
  height: 100%;
}
.tg-pickedbyauthor .tg-featureimg .tg-bookimg {
  margin: 0;
}
.tg-pickedbyauthor .tg-postbook .tg-bookimg:before {
  top: 0;
  z-index: 4;
  left: -10px;
  content: "";
  width: 10px;
  height: 100%;
  background: red;
  position: absolute;
}
.tg-pickedbyauthor .tg-postbook:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.tg-pickedbyauthor .tg-postbook:hover .tg-featureimg {
  padding: 30px 20%;
}
.tg-pickedbyauthor .tg-postbook:hover .tg-bookimg {
  margin: 14px 0 14px -46px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(3000px) rotateY(80deg) rotateZ(3deg);
  -moz-transform: perspective(3000px) rotateY(80deg) rotateZ(3deg);
  -ms-transform: perspective(3000px) rotateY(80deg) rotateZ(3deg);
  -o-transform: perspective(3000px) rotateY(80deg) rotateZ(3deg);
  transform: perspective(3000px) rotateY(80deg) rotateZ(3deg);
}
.tg-pickedbyauthor .tg-postbookcontent {
  text-align: center;
}
.tg-pickedbyauthor .tg-postbookcontent .mdk-btn {
  width: auto;
  float: none;
}
.tg-pickedbyauthor .tg-booktitle h3 {
  height: 30px;
}

.tg-pickedbyauthor .tg-backcover,
.tg-pickedbyauthor .tg-backcover:after {
  display: none;
}

.tg-hovercontent {
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  height: 100%;
  position: absolute;
  padding: 30px O 30px 60px;
  margin-left: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1366px) and (min-width: 1024px) {
  .tg-hovercontent {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .tg-hovercontent {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .tg-hovercontent {
    margin-left: 0px;
  }
}
.tg-hovercontent .tg-description {
  left: 70%;
  opacity: 0;
  visibility: hidden;
  position: relative;
}
.tg-hovercontent .tg-description p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tg-hovercontent .tg-publisher {
  left: 80%;
  padding: 0;
}
.tg-hovercontent .tg-bookyear {
  left: 90%;
  padding: 0;
}
.tg-hovercontent .tg-isbn {
  left: 100%;
  padding: 0;
}
.tg-hovercontent .tg-bookcategory {
  left: 110%;
  padding: 0;
}
.tg-hovercontent .tg-bookprice {
  left: 120%;
}
.tg-hovercontent .tg-bookpage {
  left: 130%;
}

.tg-publisher,
.tg-bookyear,
.tg-isbn,
.tg-bookpage,
.tg-bookcategory,
.tg-hovercontent .tg-bookprice,
.tg-ratingbox {
  width: 100%;
  float: left;
  opacity: 0;
  position: relative;
  visibility: hidden;
  font: 500 16px/20px "Work Sans", Arial, Helvetica, sans-serif;
}

.tg-ratingbox {
  left: 110%;
}

.tg-ratingbox {
  padding: 8px 0 0;
}

.tg-ratingbox .tg-stars {
  margin: 0;
  float: left;
}

.tg-pickedbyauthor .tg-postbook:hover .tg-publisher,
.tg-pickedbyauthor .tg-postbook:hover .tg-bookyear,
.tg-pickedbyauthor .tg-postbook:hover .tg-isbn,
.tg-pickedbyauthor .tg-postbook:hover .tg-hovercontent .tg-description,
.tg-pickedbyauthor .tg-postbook:hover .tg-bookpage,
.tg-pickedbyauthor .tg-postbook:hover .tg-bookcategory,
.tg-pickedbyauthor .tg-postbook:hover .tg-hovercontent .tg-bookprice,
.tg-pickedbyauthor .tg-postbook:hover .tg-ratingbox {
  left: 0;
  opacity: 1;
  visibility: visible;
}

/* =============================================
			Authors Style
============================================= */
.tg-authorsslider .owl-nav {
  top: -86px;
  right: 15px;
  width: auto;
  float: none;
  position: absolute;
}

.tg-authors {
  width: 100%;
  float: left;
}

.tg-author {
  width: 100%;
  float: left;
  margin: 15px 0;
}

.tg-author.item {
  padding: 0 15px;
}

.tg-author figure {
  margin: 0;
  width: 100%;
  float: left;
  border: 6px solid transparent;
}

.tg-author figure a {
  display: block;
}

.tg-author figure a img {
  width: 100%;
  height: auto;
  display: block;
}

.tg-authorcontent {
  width: 100%;
  float: left;
  padding: 10px 0 0;
  text-align: center;
}

.tg-authorcontent h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.tg-authorcontent span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 20px 0;
}

.tg-authorcontent .tg-socialicons {
  width: 100%;
  float: left;
  text-align: center;
}

.tg-authorcontent .tg-socialicons li {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.tg-authorcontent .tg-socialicons li a {
  color: #999;
  background: #f7f7f7;
}

.tg-authorcontent .tg-socialicons li a i {
  color: #999;
}

.tg-author:hover figure {
  border-color: #fff;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.tg-author:hover .tg-authorcontent .tg-socialicons li a,
.tg-author:hover .tg-authorcontent .tg-socialicons li a i {
  color: #fff;
}

.tg-author:hover .tg-authorcontent .tg-socialicons li.tg-facebook a {
  background: #3b5999;
}

.tg-author:hover .tg-authorcontent .tg-socialicons li.tg-twitter a {
  background: #55acee;
}

.tg-author:hover .tg-authorcontent .tg-socialicons li.tg-linkedin a {
  background: #0077B5;
}

/* =============================================
			latest News Style
============================================= */
.tg-postslider .owl-nav {
  top: -86px;
  right: 15px;
  width: auto;
  float: none;
  position: absolute;
}

.tg-blogpost {
  width: 100%;
  float: left;
}

.tg-post {
  width: 100%;
  float: left;
  margin: 15px 0;
}
.tg-post.item {
  padding: 0 15px;
}
.tg-post figure {
  margin: 0;
  width: 100%;
  float: left;
  border: 6px solid transparent;
  align-self: flex-start;
}
.tg-post figure a {
  display: block;
}
.tg-post figure a img {
  width: 100%;
  height: auto;
  display: block;
}

.tg-blogpost .tg-post {
  margin: 15px 0 0;
}

.tg-postcontent {
  width: 100%;
  float: left;
  padding: 20px 0 0;
}

.tg-posttitle {
  width: 100%;
  float: left;
  padding: 0 0 15px;
}

.tg-posttitle h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.tg-postmetadata {
  width: 100%;
  float: left;
  font-size: 13px;
  line-height: 16px;
  list-style: none;
}

.tg-postmetadata li {
  float: left;
  padding: 0 12px;
  position: relative;
  line-height: inherit;
  list-style-type: none;
}

.tg-postmetadata li:first-child {
  padding-left: 0;
}

.tg-postmetadata li:last-child {
  padding-right: 0;
}

.tg-postmetadata li + li:before {
  top: 0;
  left: -2px;
  content: "/";
  position: absolute;
  line-height: inherit;
}

.tg-postmetadata li a {
  color: #666;
  display: block;
}

.tg-postmetadata li a i {
  float: left;
  font-size: inherit;
  font-style: normal;
  line-height: inherit;
}

.tg-postmetadata li a i.fa {
  padding: 0 5px 0 0;
}

.tg-post:hover figure {
  border-color: #fff;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

/* =============================================
			BLOCKS Style
============================================= */
.tg-block {
  width: 100%;
  float: left;
  margin: 0;
  height: 350px;
  overflow: hidden;
}
.tg-block h3 {
  font-size: 18px;
}
.tg-block figure {
  height: 250px;
  text-align: center;
}
@media (max-width: 1199px) {
  .tg-block figure {
    margin: 1em 0;
  }
}
.tg-block figure a img {
  height: 250px;
}

/* =============================================
			EVENTS Style
============================================= */
.tg-event,
.tg-interview {
  width: 100%;
  float: left;
  margin: 15px 0;
  height: 550px;
  overflow: hidden;
}
.tg-event h3,
.tg-interview h3 {
  font-size: 18px;
}
.tg-event figure,
.tg-interview figure {
  height: 250px;
  text-align: center;
}
@media (max-width: 1199px) {
  .tg-event figure,
.tg-interview figure {
    margin: 1em 0;
  }
}
.tg-event figure a img,
.tg-interview figure a img {
  height: 250px;
}

.tg-eventdate {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 26px;
  padding: 8px;
  border-bottom: 1px solid #dbdbdb;
  height: 44px;
  overflow: hidden;
}
.tg-eventdate .tg-themetag {
  float: none;
}

/* =============================================
			Footer Style
============================================= */
.tg-footer {
  background: #f7f7f7;
  border-top: 2px solid;
}

.tg-footerarea {
  width: 100%;
  float: left;
}

.tg-clientservices {
  width: 100%;
  float: left;
  color: #666;
  padding: 60px 0;
  list-style: none;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
}

.tg-clientservices li {
  width: 25%;
  float: left;
  padding: 0 15px;
  position: relative;
  font-size: inherit;
  line-height: inherit;
  list-style-type: none;
}

.tg-clientserviceicon {
  width: 50px;
  font-size: 30px;
  line-height: 50px;
}

.tg-clientserviceicon i {
  display: block;
  line-height: inherit;
}

.tg-clientserviceicon,
.tg-titlesubtitle {
  display: inline-block;
  vertical-align: middle;
}

.tg-titlesubtitle {
  text-align: left;
}

.tg-titlesubtitle h3 {
  margin: 0 0 9px;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.tg-titlesubtitle p {
  margin: 0;
  line-height: 19px;
}

.tg-threecolumns {
  width: 100%;
  float: left;
  padding: 30px 0;
}

.tg-footercol {
  width: 100%;
  float: left;
  min-height: 350px;
}

.tg-footercol .tg-logo {
  height: 30px;
  float: left;
  margin: 0 15px 0 0;
}

.tg-contactinfo {
  width: 100%;
  float: left;
  list-style: none;
  font-weight: normal;
}

.tg-contactinfo li {
  width: 100%;
  float: left;
  padding: 0 0 20px;
  line-height: inherit;
  list-style-type: none;
}

.tg-contactinfo li > i {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
}

.tg-contactinfo li > i,
.tg-contactinfo li address,
.tg-contactinfo li span {
  margin: 0;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
}

.tg-contactinfo li address {
  width: 80%;
}

.tg-contactinfo li span em {
  display: block;
  font-style: normal;
}

.tg-footercol .tg-socialicons {
  width: 100%;
  float: left;
  margin: 6px 0 40px;
}
@media (max-width: 991px) {
  .tg-footercol .tg-socialicons {
    margin: 0;
  }
}

.tg-widget {
  width: 100%;
  float: left;
}

.tg-widget + .tg-widget {
  margin: 30px 0 0;
}

.tg-widgettitle {
  color: #fff;
  width: 100%;
  float: left;
  padding: 0 20px;
  border-radius: 5px;
  background: #484848;
  border-bottom: 1px solid #dbdbdb;
}

.tg-widgettitle h3 {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
}

.tg-widgetcontent {
  width: 100%;
  float: left;
}

a:disabled,
a[disabled] {
  pointer-events: none;
  cursor: default;
  opacity: 0.2;
}

.tg-widget ul {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  list-style: none;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
}

.tg-widget ul li {
  width: 100%;
  float: left;
  padding: 11px 0;
  position: relative;
  line-height: inherit;
  list-style-type: none;
}

.tg-widget ul li + li {
  border-top: 1px solid #e6e6e6;
}

.tg-widget ul li a {
  color: #666;
  display: block;
}

.tg-widget ul li a em {
  float: right;
  font-style: normal;
}

.tg-widget ul li figure {
  margin: 0;
  float: left;
}

.tg-widget ul li figure a {
  display: block;
}

.tg-widget ul li figure a img {
  display: block;
}

.tg-widgettopsellingauthors ul li {
  padding: 10px 0;
}

.tg-widgettopsellingauthors ul li figure {
  border: 4px solid transparent;
}

.tg-widgettopsellingauthors ul li:hover figure {
  border-color: #fff;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.tg-widgettopsellingauthors ul li:before {
  display: none;
}

.tg-authornamebooks {
  overflow: hidden;
  padding: 12px 0 12px 15px;
}

.tg-authornamebooks h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.tg-authornamebooks h4 a {
  color: #404040;
}

.tg-authornamebooks p {
  margin: 0;
}

.tg-widgetnavigation ul {
  width: 50%;
  float: left;
}

.tg-footercol .tg-widgettitle {
  padding: 0;
  background: none;
  margin: 20px 0;
}
.tg-footercol .tg-widgettitle h3 {
  color: #404040;
  font-size: 16px;
  padding: 0 0 20px;
  line-height: normal;
}

.tg-widget.tg-widgetnavigation ul li {
  position: relative;
  padding: 8px 0 3px 15px;
}

.tg-widget.tg-widgetnavigation ul li:before {
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  content: "";
  margin: -2px 0 0;
  background: #666;
  position: absolute;
  border-radius: 50%;
}

.tg-footercol.tg-widget ul li + li {
  border: 0;
}

.tg-widgetsearch .mdk-formsearch .form-group {
  margin: 0;
  position: relative;
}

.tg-widgetsearch .mdk-formsearch .form-group input {
  height: 50px;
}

.tg-widgetsearch .mdk-formsearch .form-group button {
  top: 50%;
  z-index: 2;
  color: #666;
  right: 20px;
  font-size: 16px;
  background: none;
  line-height: 16px;
  position: absolute;
  margin: -8px 0 0 0;
}

.tg-widget.tg-catagories ul li {
  padding: 11px 10px;
}

.tg-widget.tg-widgettrending ul {
  padding: 15px 0 0;
}

.tg-widget.tg-widgettrending ul li {
  border: 0;
  padding: 5px 0;
}

.tg-widgetcontent .tg-post {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.tg-widgetcontent .tg-post figure {
  width: 180px;
  margin: 0 8px 0 0;
}

.tg-widgetcontent .tg-post .tg-postcontent {
  width: auto;
  float: none;
  padding: 0;
  overflow: hidden;
}

.tg-widgetcontent .tg-post .tg-posttitle h3 a {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tg-widgetcontent .tg-post .tg-bookwriter {
  padding: 0;
}

.tg-widgetcontent .tg-post .tg-bookwriter a {
  display: inline-block;
}

.tg-widgetinstagram ul {
  padding: 10px 0 0;
}

.tg-widgetinstagram ul li {
  border: 0;
  padding: 5px;
  width: 33.33%;
}

.tg-widgetinstagram ul li + li {
  border: 0;
}

.tg-widgetinstagram ul li figure {
  width: 100%;
  float: left;
  border: 4px solid transparent;
}

.tg-widgetinstagram ul li figure img {
  width: 100%;
  height: auto;
  display: block;
}

.tg-widgetinstagram ul li figure figcaption {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  background: rgba(72, 72, 72, 0.6);
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.tg-widgetinstagram ul li:hover figure {
  border-color: #fff;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.tg-widgetinstagram ul li:hover figure figcaption {
  opacity: 1;
  visibility: visible;
}

.tg-widgetinstagram ul li figure figcaption a {
  color: #fff;
}

.tg-widgetinstagram ul li figure figcaption a i {
  display: block;
}

.tg-widgetinstagram ul li:hover figure figcaption a,
.tg-widgetinstagram ul li:hover figure figcaption em {
  color: #fff;
}

.tg-widgetblogers ul li + li {
  border: 0;
}

.tg-widgetblogers ul {
  padding: 15px 0 0;
}

.tg-widgetblogers ul li {
  padding: 5px 0;
}

.tg-widgetblogers ul li .tg-author {
  margin: 0;
  display: flex;
  align-items: center;
  align-content: center;
}

.tg-widgetblogers ul li .tg-author figure {
  width: 80px;
  margin: 0 10px 0 0;
}

.tg-widgetblogers ul li .tg-author .tg-authorcontent {
  padding: 0;
  width: auto;
  float: none;
  overflow: hidden;
  text-align: left;
}

.tg-widgetblogers ul li .tg-author .tg-authorcontent span {
  padding: 15px 0 0;
}

.tg-newsletter {
  width: 100%;
  float: left;
  padding: 40px 0;
  background: #f2f2f2;
  border-top: 1px solid #dbdbdb;
}
.tg-newsletter h4 {
  margin: 0 0 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}
.tg-newsletter h5 {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
}
.tg-newsletter .subscribe-answer {
  display: none;
}

#yournamefield {
  display: none;
}

.mdk-formnewsletter {
  margin: 6px 0;
}

.mdk-formnewsletter fieldset {
  position: relative;
}

.mdk-formnewsletter fieldset .form-control {
  z-index: 1;
  height: 50px;
  line-height: 28px;
  position: relative;
  padding-right: 60px;
}

.mdk-formnewsletter fieldset button {
  top: 0;
  right: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  position: absolute;
  background: transparent;
}

.tg-footerbar {
  width: 100%;
  float: left;
  padding: 20px 0;
  position: relative;
  background: #484848;
}

.tg-copyright {
  color: #fff;
  float: left;
  font-size: 12px;
  line-height: 21px;
}

.tg-paymenttype {
  float: right;
}

.tg-paymenttype img {
  display: block;
}

.mdk-btnbacktotop {
  right: 30px;
  width: 40px;
  height: 40px;
  color: #484848;
  background: #fff;
  line-height: 40px;
  border-radius: 3px;
  position: fixed;
  bottom: 10px;
  /* отступ кнопки от нижнего края страницы*/
  z-index: 5;
  text-align: center;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.mdk-btnbacktotop svg {
  left: 20px;
  top: 20px;
  color: #484848;
}

/* ==========================================================================
			Inner Pages Style
========================================================================== */
/* =============================================
			Inner Banner Style
============================================= */
.tg-innerbanner {
  height: 300px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 991px) {
  .tg-innerbanner {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .tg-innerbanner {
    height: 100px;
  }
}

.tg-innerbannercontent {
  width: 100%;
  float: left;
}

.tg-innerbannercontent h1 {
  font-size: 50px;
  line-height: 40px;
  font-weight: bold;
}

/* =============================================
			About Us Style
============================================= */
.tg-aboutus,
.tg-aboutusshortcode {
  width: 100%;
  float: left;
}

.tg-aboutus {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.tg-aboutusshortcode .tg-description {
  padding: 0 0 25px;
}

.tg-aboutusshortcode .tg-description p {
  margin: 0;
}

.tg-aboutus figure {
  margin: 0;
  width: 100%;
  float: left;
  position: relative;
}

.tg-aboutus figure img {
  opacity: 0;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.tg-aboutus figure iframe {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tg-member .tg-authorcontent {
  padding: 20px 0 0;
}

.tg-member .tg-authorcontent span {
  padding: 15px 0 20px;
}

/* =============================================
			Success Journey Style
============================================= */
.tg-successstory {
  width: 100%;
  float: left;
}

.tg-successstory .tg-sectionhead {
  margin: 0 0 30px;
  padding: 0 0 30px;
}

.tg-success,
.tg-success .item {
  width: 100%;
  float: left;
}

.tg-success figure {
  margin: 0;
  float: left;
}

.tg-success figure img {
  width: 100%;
  height: auto;
  display: block;
}

.tg-successcontent {
  overflow: hidden;
  padding: 66px 0 66px 30px;
}

.tg-successcontent .tg-description p {
  margin: 0;
}

.tg-successslider .owl-nav {
  top: -84px;
  right: 15px;
  width: auto;
  float: none;
  position: absolute;
}

/* =============================================
			Author Grid Style
============================================= */
.tg-authorsgrid {
  width: 100%;
  float: left;
  padding: 80px 0 65px;
}

/* =============================================
			404 Error Style
============================================= */
.tg-404error {
  width: 100%;
  float: left;
}

.tg-404errorcontent {
  width: 100%;
  float: left;
  padding: 0 0 60px;
  text-align: center;
}

.tg-404errorcontent h2 {
  font-size: 40px;
  margin: 0 0 25px;
  font-weight: bold;
  line-height: 35px;
}

.tg-404errorcontent span {
  display: block;
  font-size: 200px;
  font-weight: bold;
  padding: 0 0 60px;
  line-height: 140px;
  position: relative;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
}

.tg-404errorcontent span:before {
  left: 50%;
  bottom: 0;
  content: "";
  height: 4px;
  width: 170px;
  position: absolute;
  background: #484848;
  margin: 0 0 0 -85px;
}

.tg-gobackhome {
  float: right;
}

.tg-gobackhome a,
.tg-gobackhome span {
  display: inline-block;
  vertical-align: middle;
}

.tg-gobackhome a {
  float: none;
}

.tg-gobackhome span {
  font-size: 13px;
  line-height: 13px;
}

/* =============================================
			Contact Us Style
============================================= */
.tg-contactus {
  width: 100%;
  float: left;
}

.tg-contactus .tg-sectionhead {
  margin: 0 0 30px;
}

.tg-map {
  width: 100%;
  float: left;
  height: 767px;
}

.mdk-formcontactus {
  width: auto;
  float: none;
  clear: both;
  margin: 0 -10px;
  overflow: hidden;
}

.mdk-formcontactus fieldset .form-group {
  width: 50%;
  float: left;
  padding: 0 10px;
}

.mdk-formcontactus fieldset .form-group.tg-hastextarea {
  width: 100%;
}

.mdk-formcontactus fieldset .form-group textarea {
  width: 100%;
  float: left;
  resize: none;
  height: 210px;
}

.mdk-formcontactus fieldset .form-group .mdk-btn {
  padding: 0 60px;
}

.tg-contactdetail {
  width: 100%;
  float: left;
  padding: 6px 0 0;
}

.tg-contactdetail .tg-sectionhead {
  margin: 0 0 30px;
  padding: 0 0 25px;
}

.tg-contactdetail .tg-sectionhead h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.tg-contactdetail .tg-contactinfo li {
  padding: 0 0 18px;
}

.tg-contactdetail .tg-socialicons {
  width: 100%;
  float: left;
}

/* =============================================
			News Grid Style
============================================= */
.tg-newsgrid {
  width: 100%;
  float: left;
}

.tg-newsgrid .tg-post {
  min-height: 390px;
}

/* =============================================
			News List Style
============================================= */
.tg-newslist {
  width: 100%;
  float: left;
}

.tg-newslist .tg-post {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.tg-newslist .tg-post figure {
  width: 100%;
}

.tg-newslist .tg-post .tg-postcontent {
  width: 100%;
  float: left;
  padding: 0 0 0 30px;
}

.tg-newslist .tg-post .tg-postcontent .tg-description p a {
  text-decoration: none;
}

/* =============================================
			News Detail Style
============================================= */
.tg-newsdetailimg {
  width: 100%;
  float: left;
  margin: 0 0 30px;
}

.tg-newsdetailimg > img {
  width: 100%;
  height: auto;
  display: block;
}

.tg-newsdetailimg .tg-author {
  left: 0;
  margin: 0;
  bottom: 0;
  width: auto;
  float: none;
  padding: 20px;
  background: #fff;
  position: absolute;
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}

.tg-newsdetailimg .tg-author img {
  float: left;
  border-radius: 50%;
  margin: 0 10px 0 0;
}

.tg-newsdetailimg .tg-authorinfo {
  padding: 7px 0;
}

.tg-newsdetailimg .tg-authorinfo .tg-bookwriter {
  width: auto;
}

.tg-newsdetailimg .tg-authorinfo .tg-postmetadata {
  width: auto;
  clear: both;
}

.tg-newsdetail {
  width: 100%;
  float: left;
}

.tg-newsdetail > .tg-posttitle {
  padding: 0 0 20px;
}

.tg-newsdetail > .tg-posttitle h3 {
  font-size: 30px;
  line-height: 30px;
}

blockquote {
  margin: 0;
  border: 0;
  width: 100%;
  float: left;
  quotes: none;
  color: #484848;
  text-align: center;
  padding: 18px 80px 40px 80px;
  font: italic 24px/34px "Playfair Display", Arial, Helvetica, sans-serif;
}

blockquote .tg-bookwriter {
  padding: 10px 0 0;
  font-style: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.tg-tagsshare {
  width: 100%;
  float: left;
  padding: 20px 0;
  margin: 0 0 40px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.tg-tagsshare span {
  float: left;
  color: #484848;
  font-size: 16px;
  line-height: 25px;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
}

.tg-tags {
  width: 50%;
  float: left;
}

.tg-tagholder {
  margin: -3px;
  overflow: hidden;
}

.tg-tag {
  margin: 3px;
  color: #767676;
  padding: 0 10px;
  font-size: 12px;
  line-height: 25px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}

.tg-tag,
.tg-tags span {
  display: inline-block;
  vertical-align: middle;
}

.tg-tag:hover {
  color: #fff;
}

.tg-socialshare {
  width: 37%;
  float: right;
}

.tg-socialshare .tg-socialicons {
  line-height: 12px;
  text-align: right;
}

.tg-socialshare .tg-socialicons li {
  float: none;
  padding: 0 2px;
  display: inline-block;
}

.tg-socialshare .tg-socialicons li:last-child {
  padding-right: 0;
}

.tg-nextprevpost {
  width: auto;
  float: none;
  clear: both;
  margin: 0 -5px;
  overflow: hidden;
  padding: 30px 0;
}

.tg-prevpost,
.tg-nextpost {
  width: 50%;
  padding: 0 5px;
}

.tg-prevpost {
  float: left;
}

.tg-nextpost {
  float: right;
}

.tg-prevpost a,
.tg-nextpost a {
  width: 100%;
  float: left;
  color: #666;
  padding: 30px;
  display: block;
  background: #f7f7f7;
}

.tg-prevpost a:hover,
.tg-nextpost a:hover {
  background: #fcfcfc;
}

.tg-prevpost figure {
  float: left;
  margin: 0 10px 0 0;
}

.tg-nextpost figure {
  float: right;
  margin: 0 0 0 10px;
}

.tg-prevpost figure,
.tg-nextpost figure {
  border: 4px solid transparent;
}

.tg-prevpost figure img,
.tg-nextpost figure img {
  width: 100%;
  height: auto;
  display: block;
}

.tg-prevpost:hover a figure,
.tg-nextpost:hover a figure {
  border-color: #fff;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.tg-prevpost a .tg-posttitle,
.tg-nextpost a .tg-posttitle {
  width: auto;
  float: none;
  padding: 23px 0;
  overflow: hidden;
}

.tg-nextpost a .tg-posttitle {
  text-align: right;
}

.tg-commentsarea {
  width: 100%;
  float: left;
}

.tg-commentsarea .tg-sectionhead {
  margin: 0 0 30px;
  padding: 0 0 30px;
}

.tg-commentsarea .tg-sectionhead h2 {
  font-size: 20px;
  line-height: 16px;
}

.tg-comments {
  width: 100%;
  float: left;
  list-style: none;
}

.tg-comments li {
  width: 100%;
  float: left;
  list-style-type: none;
}

.tg-comments li .tg-authorbox {
  margin: 15px 0;
  position: relative;
}

.mdk-btnreply {
  color: #666;
  display: block;
  padding: 0 20px;
  font-size: 13px;
  line-height: 38px;
  border-radius: 30px;
  border: 1px solid #dbdbdb;
}

.mdk-btnreply i {
  color: #666;
}

.mdk-btnreply i {
  margin: 0 0 0 6px;
}

.mdk-btnreply:hover,
.mdk-btnreply:hover i {
  color: #fff;
}

.tg-comments .tg-authorbox .tg-description {
  padding: 0;
}

.tg-childcomment {
  margin: 0;
  width: 100%;
  float: left;
  padding: 0 0 0 100px;
}

.tg-comments li.tg-loadmore {
  padding: 25px 0 0;
  text-align: center;
}

.tg-bottomarrow {
  width: 0;
  height: 0;
  right: 75px;
  bottom: -17px;
  line-height: 0;
  position: absolute;
  border: 10px dashed #dbdbdb;
  border-bottom-color: #000;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tg-bottomarrow:after {
  right: 3px;
  top: -21px;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  border: 21px dashed #fcfcfc;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

.tg-leaveyourcomment {
  width: 100%;
  float: left;
  padding: 30px 0 0;
}

.tg-leaveyourcomment .tg-sectionhead {
  margin: 0 0 30px;
  padding: 0 0 30px;
}

.tg-leaveyourcomment .tg-sectionhead h2 {
  font-size: 22px;
  line-height: 16px;
}

.mdk-formleavecomment {
  width: auto;
  float: none;
  clear: both;
  margin: 0 -10px;
  overflow: hidden;
}

.mdk-formleavecomment .form-group {
  width: 50%;
  padding: 0 10px;
}

.mdk-formleavecomment .form-group:nth-child(5) {
  width: 100%;
}

.mdk-formleavecomment .form-group textarea {
  width: 100%;
  float: left;
  resize: none;
  height: 210px;
}

.mdk-formleavecomment .form-group:last-child {
  margin: 0;
}

.mdk-formleavecomment .form-group .mdk-btn {
  padding: 0 60px;
}

/* =============================================
			Products Style
============================================= */
.tg-products {
  width: 100%;
  float: left;
}

.tg-products .tg-sectionhead {
  margin: 0 0 30px;
  padding: 0 0 30px;
}
@media (max-width: 767px) {
  .tg-products .tg-sectionhead {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}

.tg-featurebook {
  width: 100%;
  float: left;
  padding: 30px;
  margin: 0 0 30px;
  position: relative;
  background: #f7f7f7;
}

.tg-featurebook .close {
  top: 30px;
  opacity: 1;
  z-index: 3;
  color: #fff;
  right: 30px;
  width: 30px;
  height: 30px;
  display: block;
  font-size: 14px;
  line-height: 30px;
  border-radius: 50%;
  position: absolute;
  background: #f16945;
}

.tg-featurebook .tg-featureditm figure {
  margin: 0;
}

.tg-featurebook .tg-featureditmcontent {
  margin: 0;
  padding: 0;
}

.tg-featurebook .tg-featureditmcontent .tg-booktitle {
  padding: 0 0 10px;
}

.tg-featurebook .tg-featureditmcontent .tg-booktitle h3 {
  font-size: 34px;
  line-height: 40px;
}

.tg-featurebook .tg-featureditmcontent .tg-priceandbtn {
  width: 100%;
  float: left;
  margin: 25px 0 0;
  position: static;
  text-align: left;
}

.tg-featurebook .tg-featureditmcontent .mdk-btn {
  margin: 10px 0 0;
}

.tg-productgrid {
  width: 100%;
  float: left;
}

.tg-refinesearch {
  width: 100%;
  float: left;
  padding: 0 0 15px;
}

.tg-refinesearch > span {
  float: left;
  color: #666;
  font-size: 13px;
  padding: 8px 0;
  line-height: 14px;
}

form.mdk-formsortshoitems {
  padding-left: 15px;
}

.mdk-formsortshoitems {
  width: auto;
  float: right;
}
.mdk-formsortshoitems fieldset .form-group {
  margin: 5px;
  width: auto;
  position: relative;
  border: 1px solid #dbdbdb;
}
.mdk-formsortshoitems fieldset .form-group .tg-select {
  width: 100%;
  float: left;
  z-index: 2;
  position: relative;
}
.mdk-formsortshoitems fieldset .form-group .tg-select:after {
  right: 10px;
  line-height: 30px;
}
.mdk-formsortshoitems fieldset .form-group .tg-select select {
  border: 0;
  height: auto;
  border-radius: 0;
  line-height: 28px;
  width: 240px;
  padding: 0 12px 0 3px;
  background: transparent;
}
.mdk-formsortshoitems fieldset .form-group label {
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1;
  width: auto;
  line-height: 28px;
  position: absolute;
  padding: 0 0 0 20px;
}
.mdk-formsortshoitems fieldset .form-group:first-child .tg-select select {
  padding: 0 12px 0 3px;
}

.sorting-select {
  width: 245px;
}

.tg-productgrid .tg-postbook .tg-postbookcontent .mdk-btn {
  margin: 20px auto 0;
}

.tg-productgrid .tg-postbook {
  min-height: 536px;
}

/* =============================================
			Product Detail Style
============================================= */
.tg-productdetail {
  width: 100%;
  float: left;
}

.tg-productdetail .tg-postbook {
  padding: 0;
}

.tg-productdetail .tg-postbook .tg-featureimg {
  padding: 20px;
  background: #f7f7f7;
}

.tg-productdetail .tg-postbook .tg-bookprice {
  padding: 0 0 14px 20px;
}

.tg-productdetail .tg-postbook .tg-bookprice ins {
  color: #484848;
  font-size: 30px;
  line-height: 25px;
}

.tg-productdetail .tg-postbook .tg-bookprice del {
  font-size: 20px;
  line-height: 22px;
  padding-left: 5px;
}

.tg-productdetail .tg-postbook .tg-bookprice del,
.tg-productdetail .tg-postbook .tg-bookprice ins {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}

.tg-productdetail .tg-postbookcontent {
  padding: 15px 0 0 0;
}

.tg-productdetail .tg-postbookcontent .tg-bookwriter {
  padding: 0 0 30px 20px;
}

.tg-delevrystock {
  width: 100%;
  float: left;
  font-size: 14px;
  list-style: none;
  line-height: 25px;
  padding: 0 0 10px 20px;
}

.tg-delevrystock li {
  width: 100%;
  float: left;
  line-height: inherit;
  list-style-type: none;
}

.tg-delevrystock li + li {
  padding: 30px 0 0;
}

.tg-delevrystock li i {
  width: 40px;
  font-size: 24px;
  line-height: 24px;
}

.tg-delevrystock li i,
.tg-delevrystock li span {
  display: inline-block;
  vertical-align: middle;
}

.tg-delevrystock li span {
  width: 78%;
  overflow: hidden;
}

.tg-delevrystock li span em {
  font-style: normal;
}

.tg-quantityholder {
  width: 100%;
  max-width: 320px;
  height: 40px;
  padding: 0;
  float: left;
  display: inline-block;
  overflow: hidden;
}
.tg-quantityholder .minus, .tg-quantityholder .plus {
  height: 40px;
  color: #484848;
  cursor: pointer;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  font-style: normal;
  border: 1px solid #dbdbdb;
  display: inline-block;
}
.tg-quantityholder .minus {
  width: 40px;
  float: left;
}
.tg-quantityholder .plus {
  width: 40px;
  float: right;
}
.tg-quantityholder div {
  margin: 0 50px 0 50px;
}
@media (max-width: 320px) {
  .tg-quantityholder div {
    margin: 0 40px 0 40px;
  }
}
.tg-quantityholder div input {
  text-align: center;
  width: 100%;
}
.tg-quantityholder .minus, .tg-quantityholder input, .tg-quantityholder .plus {
  vertical-align: middle;
}
.tg-quantityholder .minus:hover, .tg-quantityholder .plus:hover {
  color: #fff;
  box-shadow: inset 0 -2px 0 0 #649b3c;
}

.tg-productdetail .tg-postbook .tg-postbookcontent .mdk-btn {
  padding: 0;
  margin: 10px 0 0;
}

.tg-productdetail .tg-postbook .tg-postbookcontent .mdk-btnaddtowishlist {
  padding: 0;
  width: 100%;
  margin: 10px 0 0;
  border-radius: 5px;
}

.tg-productcontent {
  width: 100%;
  float: left;
}

.tg-productcontent .tg-bookscategories {
  font-size: 16px;
  line-height: 19px;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
}

.tg-productcontent .tg-booktitle h3 {
  font-size: 30px;
  line-height: 25px;
}

.tg-productcontent .tg-bookwriter {
  font-size: 16px;
  line-height: 16px;
  padding: 0 0 10px;
}

.tg-addreviews {
  float: left;
  font-size: 14px;
  line-height: 14px;
  padding: 0 0 0 8px;
}

.tg-addreviews a {
  display: block;
}

.tg-share {
  width: 100%;
  float: left;
  padding: 30px 0;
}

.tg-share span {
  color: #404040;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding: 0 0 17px;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
}

.tg-share .tg-socialicons li:first-child {
  padding-left: 0;
}

.tg-productcontent .tg-description p a {
  text-decoration: none;
}

.tg-productcontent .tg-sectionhead {
  margin: 0 0 30px;
  padding: 0 0 27px;
}

.tg-productcontent .tg-sectionhead h2 {
  font-size: 22px;
  line-height: 20px;
}

.tg-productinfo {
  width: 100%;
  float: left;
  font-size: 14px;
  list-style: none;
  line-height: 18px;
  padding: 0 0 30px;
}

.tg-productinfo li {
  width: 100%;
  float: left;
  background: #f7f7f7;
  line-height: inherit;
  list-style-type: none;
}

.tg-productinfo li:nth-child(even) {
  background: #fcfcfc;
}

.tg-productinfo li span {
  padding: 11px 20px;
}

.tg-productinfo li span:first-child {
  width: 40%;
  float: left;
  color: #404040;
  font-weight: 500;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
}

.tg-productinfo li span:last-child {
  width: 60%;
  float: left;
  color: #666;
}

.tg-alsoavailable {
  width: 100%;
  float: left;
  margin: 0 0 30px;
  position: relative;
}

.tg-alsoavailable figure {
  margin: 0;
  width: 100%;
  float: left;
}

.tg-alsoavailable figure:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 10px solid rgba(255, 255, 255, 0.2);
}

.tg-alsoavailable figure figcaption {
  top: 50%;
  left: 50px;
  width: auto;
  margin: -58px 0 0;
  position: absolute;
}

.tg-alsoavailable figure figcaption h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 15px;
}

.tg-alsoavailable figure figcaption ul {
  width: 100%;
  float: left;
  font-size: 16px;
  list-style: none;
  line-height: 16px;
}

.tg-alsoavailable figure figcaption ul li {
  width: 100%;
  float: left;
  position: relative;
  padding: 7px 0 7px 15px;
  line-height: inherit;
  list-style-type: none;
}

.tg-alsoavailable figure figcaption ul li:before {
  top: 50%;
  left: 0;
  width: 5px;
  content: "";
  height: 5px;
  margin: -3px 0 0;
  border-radius: 50%;
  position: absolute;
  background: #404040;
}

.tg-alsoavailable figure figcaption ul li span {
  display: block;
  cursor: pointer;
}

.tg-productdescription {
  width: 100%;
  float: left;
  margin: 0 0 30px;
}
.tg-productdescription .tg-sectionhead {
  margin: 0 0 30px;
  padding: 0 0 30px;
}
.tg-productdescription .tg-sectionhead h2 {
  font-size: 22px;
  line-height: 22px;
}

.tg-themetabs {
  width: 100%;
  float: left;
  font-size: 14px;
  list-style: none;
  line-height: 36px;
}

.tg-themetabs li {
  float: left;
  line-height: inherit;
  list-style-type: none;
}

.tg-themetabs li + li {
  margin: 0 0 0 5px;
}

.tg-themetabs li a {
  color: #666;
  display: block;
  padding: 0 10px;
  position: relative;
  line-height: inherit;
  border: 1px solid #dbdbdb;
}

.tg-themetabs li a:hover,
.tg-themetabs li.active a {
  color: #484848;
  border-bottom-color: #fff;
}

.tg-themetabs li a:before {
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #000;
  position: absolute;
}

.tg-themetabs li a:hover:before,
.tg-themetabs li.active a:before {
  width: 100%;
}

.tg-tab-content {
  width: 100%;
  float: left;
  padding: 10px;
  margin: -1px 0 0;
  background: #fff;
  border: 1px solid #dbdbdb;
}

.tg-tab-pane {
  width: 100%;
  float: left;
}

.tg-tab-pane .tg-description p:last-child {
  margin: 0;
  float: left;
}

.tg-tab-pane .tg-description figure {
  width: auto;
}

.tg-tab-pane .tg-description figure img {
  opacity: 0;
  width: 100%;
  height: auto;
  display: block;
  visibility: hidden;
}

.tg-tab-pane .tg-description iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tg-aboutauthor {
  width: 100%;
  float: left;
}

.tg-aboutauthor .tg-sectionhead {
  margin: 0 0 30px;
  padding: 0 0 30px;
}

.tg-aboutauthor .tg-sectionhead h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 17px;
}

.tg-authorbox {
  width: 100%;
  float: left;
  padding: 30px;
  background: #fcfcfc;
  border-bottom: 2px solid #dbdbdb;
}

.tg-authorbox .tg-authorimg {
  border: 0;
  padding: 0;
  float: left;
  width: auto;
  height: auto;
  margin: 0 20px 0 0;
}

.tg-authorbox .tg-authorimg img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
}

.tg-authorinfo {
  overflow: hidden;
}

.tg-authorhead {
  width: 100%;
  float: left;
  padding: 0 0 25px;
}

.tg-leftarea {
  float: left;
}

.tg-authorname {
  width: 100%;
  float: left;
}

.tg-authorname h2 {
  font-size: 18px;
  margin: 0 0 18px;
  line-height: 15px;
}

.tg-authorname span {
  padding: 0;
  display: block;
  font-size: 13px;
  text-align: left;
  line-height: 13px;
}

.tg-rightarea {
  float: right;
}

.tg-authorinfo .tg-description {
  padding: 0 0 25px;
}

.tg-authorinfo .tg-description p {
  margin: 0;
}

.tg-relatedproducts {
  width: 100%;
  float: left;
  padding: 80px 0 0;
}

.tg-relatedproducts {
  position: relative;
}

.tg-relatedproducts .tg-sectionhead {
  margin: 0 0 30px;
}

.tg-relatedbooks {
  width: 100%;
  float: left;
}

.tg-relatedbooks .item {
  width: 100%;
  float: left;
}

.tg-relatedbooks .tg-postbook:hover .tg-featureimg {
  padding: 9px 13px 9px 0;
}

.tg-relatedbooks .tg-postbook .tg-featureimg {
  padding: 0;
  background: none;
}

.tg-relatedbooks .tg-postbook .tg-bookwriter {
  padding: 0 0 6px;
}

.tg-relatedbooks .tg-postbook .tg-bookprice {
  padding: 0 0 20px;
}

.tg-relatedbooks .tg-postbook .tg-bookprice ins {
  font-size: 18px;
  line-height: 18px;
}

.tg-relatedbooks .tg-postbook .tg-bookprice del {
  font-size: 13px;
  line-height: 16px;
}

.tg-relatedbooks .tg-postbook .tg-postbookcontent .mdk-btn {
  width: auto;
  padding: 0 25px;
}

.tg-relatedbooks .tg-postbook .tg-postbookcontent .mdk-btn i,
.tg-relatedbooks .tg-postbook .tg-postbookcontent .mdk-btn em {
  float: none;
}

.tg-relatedbooks .owl-nav {
  right: 0;
  top: -101px;
  width: auto;
  float: none;
  position: absolute;
}

/* =============================================
			Author Detail Style
============================================= */
.tg-authordetail {
  width: 100%;
  float: left;
}

.tg-authordetail .tg-authorimg {
  border: 0;
  padding: 0;
  width: auto;
  float: left;
  height: auto;
  border-radius: 0;
  margin: 0 30px 0 0;
}

.tg-authordetail .tg-authorimg img {
  width: 100%;
  height: auto;
  display: block;
}

.tg-authorcontentdetail {
  overflow: hidden;
}

.tg-authorcontentdetail .tg-sectionhead {
  margin: 0 0 30px;
  padding: 0 0 30px;
}

.tg-authorcontentdetail .tg-socialicons {
  float: right;
  text-align: right;
}

.tg-authorcontentdetail .tg-description p {
  margin: 0 0 25px;
}

.tg-booksfromauthor {
  width: 100%;
  float: left;
}

.tg-booksfromauthor .tg-postbook {
  min-height: 530px;
}

.tg-booksfromauthor .tg-postbook .tg-postbookcontent .tg-stars {
  margin: 0 0 20px;
}

.tg-booksfromauthor .tg-sectionhead {
  margin: 0 0 15px;
  padding: 0 0 27px;
}

.tg-booksfromauthor .tg-sectionhead h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
}

.tg-booksfromauthor .tg-postbook .mdk-btn {
  padding: 0;
}

.tg-booksfromauthor .tg-postbook .mdk-btn i,
.tg-booksfromauthor .tg-postbook .mdk-btn em {
  float: none;
}

/* =============================================
			Loader Style
============================================= */
.loader-parent {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
}
.loader-parent:before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: "";
}

.loader-block {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align: left;
}
.loader-block img {
  display: block;
  border: none;
}

.waiting {
  display: none;
}
.waiting:before {
  content: "";
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 9999;
}
.waiting img {
  display: block;
  border: none;
}

/* =============================================
			Comingsoon Style
============================================= */
body.tg-comingsoonpage {
  height: auto;
  position: static;
  overflow-x: hidden;
  background: url(../images/comingsoon-bg.jpg) no-repeat center center fixed;
  background-size: cover;
}

body.tg-comingsoonpage:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  background: -moz-linear-gradient(top, rgba(72, 72, 72, 0.6) 0%, rgba(72, 72, 72, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(72, 72, 72, 0.6) 0%, rgba(72, 72, 72, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(72, 72, 72, 0.6) 0%, rgba(72, 72, 72, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99484848", endColorstr="#99484848", GradientType=0);
}

.tg-comingsoonholder {
  max-width: 570px;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.tg-comingsoonholder .tg-logo {
  width: 100%;
  padding: 60px 20px;
  border-bottom: 1px solid #dbdbdb;
}

.tg-comingsoonholder .tg-logo img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.tg-comingsooncontent {
  width: 100%;
  float: left;
  padding: 57px 40px;
  text-align: center;
}

.tg-comingsoonhead {
  width: 100%;
  float: left;
  margin: 0 0 30px;
  padding: 0 0 30px;
  position: relative;
}

.tg-comingsoonhead:before {
  bottom: 0;
  left: 50%;
  content: "";
  height: 1px;
  width: 170px;
  position: absolute;
  margin: 0 0 0 -85px;
  background: #dbdbdb;
}

.tg-comingsoonhead h2 {
  font-size: 40px;
  margin: 0 0 18px;
  font-weight: bold;
  line-height: 30px;
}

.tg-comingsoonhead h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 15px;
}

.tg-comingsooncontent .tg-description {
  padding: 0 0 25px;
}

.tg-comingsooncontent .tg-description p {
  margin: 0;
}

.tg-comming-sooncounter {
  width: auto;
  float: none;
  clear: both;
  margin: -15px;
  overflow: hidden;
}

.tg-counterbox {
  width: 50%;
  float: left;
  padding: 15px;
  text-align: center;
}

.timer_box {
  width: 100%;
  float: left;
  padding: 38px 0;
  background: #f7f7f7;
}

.timer_box h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 30px;
}

.timer_box p {
  margin: 0;
  font-size: 20px;
  line-height: 15px;
}

#seconds h1,
#seconds p {
  color: #fff;
}

.tg-comingsoonholder .mdk-formnewsletter {
  margin: 0;
  padding: 30px;
  background: #f7f7f7;
}

.tg-comingsoonholder .mdk-formnewsletter .form-group {
  margin: 0;
}

.tg-comingsoonholder .mdk-formnewsletter label {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.tg-comingsoonholder .mdk-formnewsletter button {
  top: 28px;
}

.tg-comingsoonholder .mdk-formnewsletter input {
  margin: 0;
}

body.tg-comingsoonpage .tg-footer {
  border: 0;
}

body.tg-comingsoonpage .tg-footerbar {
  position: static;
}

.alert-danger {
  background-color: #f1a899;
  color: #000;
  text-align: center;
}

.alert-success {
  background-color: #90ee90;
  color: #000;
  text-align: center;
}

.cart-table-item {
  font-size: 16px;
}
@media (max-width: 320px) {
  .cart-table-item figure {
    margin: 0;
  }
}
.cart-table-item .tg-cart-quantityholder {
  padding-bottom: 20px;
}
.cart-table-item .tg-cart-quantityholder input {
  padding: 0;
}
@media (max-width: 479px) {
  .cart-table-item .tg-cart-quantityholder {
    float: right;
  }
}
.cart-table-item .tg-cart-item-delete input {
  display: none;
}
.cart-table-item .tg-cart-item-delete label {
  display: inline;
}
.cart-table-item .tg-cart-item-delete label i {
  font-size: 18px;
}
.cart-table-item .tg-cart-item-summ {
  font-weight: bolder;
}
.cart-table-item .tg-cart-item-price .tg-bookprice {
  font-size: 18px;
}
.cart-table-item .tg-cart-item-price .tg-bookprice ins {
  font-weight: 500;
  color: #b49e74;
}
.cart-table-item .tg-cart-item-price .tg-bookprice del {
  color: #666;
  font-size: 13px;
}
.cart-table-item .tg-cart-item-summ, .cart-table-item .tg-cart-item-delete {
  text-align: center;
}
@media (max-width: 767px) {
  .cart-table-item .tg-cart-item-summ, .cart-table-item .tg-cart-item-delete {
    margin-top: 30px;
  }
}
@media (max-width: 320px) {
  .cart-table-item .tg-cart-item-summ, .cart-table-item .tg-cart-item-delete {
    margin-top: 15px;
  }
}

.flex-row--center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .flex-row--center {
    display: block;
  }
}
@media (max-width: 991px) {
  .flex-row--center figure {
    margin: 0;
  }
}

.cut {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-backdrop {
  z-index: 0;
}

.mdk-cart_footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.mdk-cart_footer-total {
  width: 320px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}
.mdk-cart_footer-btn {
  margin-bottom: 15px;
}

.tg-user-cabinet__nav {
  display: flex;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 20px 0;
  border: 0;
}
.tg-user-cabinet__nav-item {
  display: block;
  width: calc(33.33% - 30px);
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border: 1px #b49e74 solid;
  background: transparent;
  transition: color 0.3s, background 0.3s;
  margin: 0 5px;
  margin-bottom: 30px;
}
.tg-user-cabinet__nav-item:hover, .tg-user-cabinet__nav-item.active {
  background: #b49e74;
  color: #ffffff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
  .tg-user-cabinet__nav-item {
    margin: 0;
  }
}

.tg-widget > .tg-widgetcontent > ul > li.tg-categoryselected {
  background: #b49e74;
}
.tg-widget > .tg-widgetcontent > ul > li.tg-categoryselected a span {
  color: #ffffff;
}
.tg-widget > .tg-widgetcontent > ul > li:hover {
  background: #b49e74;
}
.tg-widget > .tg-widgetcontent > ul > li:hover a span {
  color: #ffffff;
}

#metro {
  display: none;
}

.tooltip em {
  margin-left: -999em;
  position: absolute;
}

.tooltip:hover em {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px;
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  position: absolute;
  left: 1em;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 250px;
}

.tooltip:hover img {
  border: 0;
  margin: -10px 0 0 -55px;
  float: left;
  position: absolute;
}

.classic {
  padding: 0.8em 1em;
}

.custom {
  padding: 0.5em 0.8em 0.8em 2em;
}

* html a:hover {
  background: transparent;
}

.classic {
  background: #FFFFAA;
  border: 1px solid #FFAD33;
}

.critical {
  background: #FFCCAA;
  border: 1px solid #FF3334;
}

.help {
  background: #9FDAEE;
  border: 1px solid #2BB0D7;
}

.info {
  background: #9FDAEE;
  border: 1px solid #2BB0D7;
}

.warning {
  background: #FFFFAA;
  border: 1px solid #FFAD33;
}

a.mdk-btnaddtowishlist,
.dropdown.mdk-themedropdown.mdk-wishlistdropdown {
  display: none;
}
a.mdk-btnaddtowishlist i,
.dropdown.mdk-themedropdown.mdk-wishlistdropdown i {
  font-size: 28px;
}

#mdk-historylist {
  float: left;
  margin-right: 7px;
}
#mdk-historylist svg {
  height: 28px;
  width: 28px;
}

.dropdown.mdk-themedropdown.mdk-historylistdropdown i {
  font-size: 28px;
}

div.instock {
  width: 100%;
}

div.shop_on_map {
  padding-bottom: 7px;
}
div.shop_on_map img {
  width: 100%;
  height: auto;
  padding-right: 30px;
}

.center {
  text-align: center;
}

.circles {
  position: relative;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  color: #ffffff;
  float: left;
}

.circle {
  position: absolute;
  left: 0;
  top: 0%;
  background: #b49e74;
  padding: 15px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  max-width: 30px;
  max-height: 30px;
}

.circle__number {
  font-size: 2rem;
}

strong.tg-logo.footer a img {
  width: auto;
  height: 100%;
}

.fullsize {
  margin: 0;
  padding: 0;
}

.mdk-info td {
  border: 0;
}

.mdk-incart {
  background: #b49e74;
}

.display-none {
  display: none;
}

.ordernumber {
  text-decoration: underline;
}
.ordernumber :hover {
  color: #b49e74;
}

.inet-shop-price {
  text-align: left;
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .inet-shop-price {
    padding-left: 0;
  }
}

.container-full {
  margin: 0 auto;
  width: 100%;
}

.blinked {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.no-scroll::-webkit-scrollbar {
  display: none;
}

.svgicon {
  display: inline-block;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* =============================================
			Theme BreadCrumb Style
============================================= */
.tg-breadcrumbs {
  width: auto;
  padding: 0;
  margin-bottom: 15px;
  color: #666666;
  border-bottom: 2px solid #b49e74;
  margin: 0 auto;
  list-style: none;
  text-align: left;
  display: inline-block;
  text-transform: capitalize;
  font: 500 16px/30px "Work Sans", Arial, Helvetica, sans-serif;
}
.tg-breadcrumbs li {
  width: auto;
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  padding: 0 15px;
  position: relative;
}
.tg-breadcrumbs li a {
  display: block;
  color: #666666;
}

.smartbanner {
  z-index: 5;
  position: fixed !important;
}

.selection h1 {
  font-family: "Cramaten", sans-serif;
  font-size: 96px;
  text-align: center;
  text-transform: uppercase;
  line-height: 96px;
}
@media (max-width: 991px) {
  .selection h1 {
    font-size: 82px;
  }
}
@media (max-width: 640px) {
  .selection h1 {
    font-size: 48px;
    font-weight: bold;
    line-height: initial;
  }
}
@media (max-width: 367px) {
  .selection h1 {
    font-size: 48px;
  }
}
.selection h2 {
  font-family: "Cramaten", sans-serif;
  font-size: 82px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .selection h2 {
    font-size: 64px;
  }
}
@media (max-width: 640px) {
  .selection h2 {
    font-size: 48px;
  }
}
@media (max-width: 367px) {
  .selection h2 {
    font-size: 32px;
  }
}
.selection p {
  font-size: 24px;
  text-align: center;
  line-height: initial;
  padding: 40px 0 0;
}
.selection .contact {
  text-align: center;
}
.selection .contact img {
  margin-top: 30px;
  height: 100px;
  width: auto;
}
.selection .contact p {
  padding-bottom: 0;
}
.selection .contact a {
  font-weight: bold;
  font-size: 30px;
}
.selection .yellow {
  min-height: 180px;
  background: url(/images/page/selection/yellow_block_1140x180.png) 100% 100% no-repeat;
  background-size: contain;
  padding: 40px 30px 30px 160px;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .selection .yellow {
    background: url(/images/page/selection/yellow_block_1140x220.png) 100% 100% no-repeat;
    background-size: cover;
    background-position-y: center;
  }
}
@media (max-width: 991px) {
  .selection .yellow {
    background-position-x: -20px;
    font-size: 20px;
    padding-left: 100px;
    line-height: 24px;
    padding-top: 30px;
    min-height: 90px;
  }
}
@media (max-width: 640px) {
  .selection .yellow {
    background-position-x: 100%;
    padding-left: 30px;
  }
}
.selection2 p {
  padding-top: 10px;
  padding-bottom: 0;
  line-height: 25px;
}
.selection2 .contact {
  text-align: center;
}
.selection2 .contact div {
  padding-bottom: 10px;
}
.selection2 .contact img {
  margin-top: 10px;
  height: 50px;
  width: auto;
}
.selection2 .contact a {
  font-weight: bold;
  font-size: 24px;
}

/***********************************************/
.ttwrap {
  padding: 100px;
}

.tttooltip {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
}

/* Needed css */
.tttooltip:hover::before,
.tttooltip:hover::after {
  opacity: 1;
  left: -100px;
}

.tttooltip::after {
  content: attr(data-title);
  /* <= dynamically title content */
  z-index: 22;
  position: absolute;
  top: -35px;
  left: -27px;
  min-width: 220px;
  padding: 5px 10px;
  font-size: 90%;
  text-align: center;
  color: #b49e74;
  background: #ffffff;
  border: #b49e74 solid 1px;
  border-radius: 5px;
  opacity: 0;
}

.tttooltip::before {
  /* For the arrow */
  content: "";
  width: 10px;
  height: 10px;
  background: #111;
  position: absolute;
  transform: rotate(45deg);
  top: -18px;
  left: 8px;
  opacity: 0;
}

.mdk-topbar {
  width: 100%;
  float: left;
  border-bottom: 1px solid #dbdbdb;
  vertical-align: middle;
}
.mdk-topbar .mdk-topbar_about {
  float: left;
  margin: 5px 5px 5px 0;
  font: 400 14px/23px "Open Sans", Arial, Helvetica, sans-serif;
}
@media (max-width: 568px) {
  .mdk-topbar .mdk-topbar_about span {
    display: none;
  }
}
@media (max-width: 767px) {
  .mdk-topbar .mdk-topbar_about {
    border: 0;
    padding: 0;
  }
}
.mdk-topbar .mdk-topbar_contacts {
  float: left;
  margin: 5px 0 0 15px;
  border-left: 1px solid #dbdbdb;
  padding-left: 15px;
  font: 400 14px/23px "Open Sans", Arial, Helvetica, sans-serif;
}
@media (max-width: 568px) {
  .mdk-topbar .mdk-topbar_contacts span {
    display: none;
  }
}
@media (max-width: 568px) {
  .mdk-topbar .mdk-topbar_contacts svg {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .mdk-topbar .mdk-topbar_contacts {
    border: 0;
    padding: 0;
    margin: 5px 5px 5px 0;
  }
}
.mdk-topbar .mdk-topbar_shops {
  float: left;
  margin: 5px 0 0 15px;
  border-left: 1px solid #dbdbdb;
  padding-left: 15px;
  font: 400 14px/23px "Open Sans", Arial, Helvetica, sans-serif;
}
@media (max-width: 568px) {
  .mdk-topbar .mdk-topbar_shops span {
    display: none;
  }
}
@media (max-width: 568px) {
  .mdk-topbar .mdk-topbar_shops svg {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .mdk-topbar .mdk-topbar_shops {
    border: 0;
    padding: 0;
    margin: 5px 5px 5px 0;
  }
}
.mdk-topbar .mdk-topbar_wishlist {
  float: left;
  margin: 5px 5px 5px 0;
  padding-left: 15px;
  display: none;
}
.mdk-topbar .mdk-topbar_cart {
  float: left;
  margin: 5px 5px 5px 0;
  padding-left: 15px;
  display: none;
}
@media (max-width: 367px) {
  .mdk-topbar .mdk-topbar_cart {
    display: inline-block;
  }
}
.mdk-topbar .mdk-topbar_cart a {
  color: #b49e74;
  font-weight: 600;
}
.mdk-topbar .mdk-helpdropdown {
  margin: 5px 0 0;
  border-left: 1px solid #dbdbdb;
}
@media (max-width: 568px) {
  .mdk-topbar .mdk-helpdropdown {
    border-left-width: 0;
    padding: 0;
  }
}
.mdk-topbar .mdk-helpdropdown .mdk-btnthemedropdown {
  font: 400 14px/23px "Open Sans", Arial, Helvetica, sans-serif;
}
.mdk-topbar .mdk-helpdropdown .mdk-btnthemedropdown i, .mdk-topbar .mdk-helpdropdown .mdk-btnthemedropdown span {
  font-size: inherit;
  line-height: inherit;
}
.mdk-topbar .mdk-helpdropdown .mdk-btnthemedropdown span {
  position: relative;
  padding-right: 15px;
}
.mdk-topbar .mdk-helpdropdown .mdk-btnthemedropdown span:before {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: "";
  display: inline-block;
  top: 0.45em;
  right: 0;
  height: 0.45em;
  width: 0.45em;
  position: absolute;
  vertical-align: top;
  transform: rotate(135deg);
}
@media (max-width: 568px) {
  .mdk-topbar .mdk-helpdropdown .mdk-btnthemedropdown svg {
    padding: 0;
    margin: 0 0 0 15px;
  }
}
.mdk-topbar .mdk-helpdropdown .mdk-btnthemedropdown span {
  position: absolute;
  padding-left: 5px;
}
@media (max-width: 568px) {
  .mdk-topbar .mdk-helpdropdown .mdk-btnthemedropdown span {
    display: none;
  }
}
.mdk-topbar .mdk-helpdropdown .mdk-themedropdownmenu {
  padding: 0;
  width: 200px;
  margin: 4px 0 0;
  list-style: none;
  font-size: 13px;
  line-height: 40px;
  min-width: 240px;
}
.mdk-topbar .mdk-helpdropdown .mdk-themedropdownmenu li {
  width: 100%;
  float: left;
  line-height: inherit;
  list-style-type: none;
}
.mdk-topbar .mdk-helpdropdown .mdk-themedropdownmenu li a {
  color: #666;
  width: 100%;
  float: left;
  padding: 0 20px;
  line-height: inherit;
}
.mdk-topbar .mdk-helpdropdown .mdk-themedropdownmenu li a:hover {
  background: #fafafa;
}
.mdk-topbar .mdk-helpdropdown .mdk-themedropdownmenu li a i, .mdk-topbar .mdk-helpdropdown .mdk-themedropdownmenu li a span {
  float: left;
  font-style: normal;
  line-height: inherit;
}
.mdk-topbar .mdk-helpdropdown .mdk-themedropdownmenu li a span {
  margin-left: 10px;
  padding-left: 10px;
  position: absolute;
}
.mdk-topbar .mdk-helpdropdown .mdk-themedropdownmenu li + li {
  border-top: 1px solid #dbdbdb;
}
@media (max-width: 568px) {
  .mdk-topbar .mdk-helpdropdown .mdk-themedropdownmenu {
    right: auto;
    width: 100%;
    position: absolute;
  }
}
.mdk-topbar .mdk-citydropdown {
  margin: 5px 0 0 15px;
  border-left: 1px solid #dbdbdb;
}
@media (max-width: 568px) {
  .mdk-topbar .mdk-citydropdown {
    border: 0;
    padding: 0;
    margin: 5px 5px 5px 0;
  }
}
.mdk-topbar .mdk-citydropdown .mdk-btnthemedropdown {
  font: 400 14px/23px "Open Sans", Arial, Helvetica, sans-serif;
}
.mdk-topbar .mdk-citydropdown .mdk-btnthemedropdown i, .mdk-topbar .mdk-citydropdown .mdk-btnthemedropdown span {
  font-size: inherit;
  line-height: inherit;
}
.mdk-topbar .mdk-citydropdown .mdk-btnthemedropdown span {
  position: relative;
  padding-right: 15px;
}
.mdk-topbar .mdk-citydropdown .mdk-btnthemedropdown span:before {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: "";
  display: inline-block;
  top: 0.45em;
  right: 0;
  height: 0.45em;
  width: 0.45em;
  position: absolute;
  vertical-align: top;
  transform: rotate(135deg);
}
@media (max-width: 568px) {
  .mdk-topbar .mdk-citydropdown .mdk-btnthemedropdown i {
    padding: 0 0 0 15px;
  }
}
.mdk-topbar .mdk-citydropdown .mdk-btnthemedropdown span {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 568px) {
  .mdk-topbar .mdk-citydropdown .mdk-btnthemedropdown span {
    display: none;
  }
}
.mdk-topbar .mdk-citydropdown .mdk-themedropdowncity {
  position: fixed;
  top: 23px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 670px;
  max-height: 180px;
  width: 90%;
  border-top-color: #b49e74;
  border-top-width: 3px;
  font-size: 13px;
  text-align: center;
  padding: 7px;
  margin-top: 4px;
}
@media (max-width: 568px) {
  .mdk-topbar .mdk-citydropdown .mdk-themedropdowncity {
    overflow: hidden;
    padding: 5px;
  }
}
.mdk-topbar .mdk-citydropdown .mdk-themedropdowncity input {
  width: 100%;
  overflow: hidden;
}
.mdk-topbar .mdk-citydropdown .mdk-themedropdowncity select {
  margin-top: 7px;
  width: 100%;
  display: none;
}
.mdk-topbar .mdk-citydropdown .mdk-themedropdowncity select option:focus, .mdk-topbar .mdk-citydropdown .mdk-themedropdowncity select option:hover {
  color: #ffffff;
  background-color: #b49e74;
}
.mdk-topbar .mdk-userlogin {
  float: right;
  margin: 5px 0;
  border-left: none;
  background: rgba(0, 0, 0, 0.03);
}
.mdk-topbar .mdk-userlogin figure {
  margin: 0;
  float: left;
  overflow: hidden;
  border-radius: 50%;
}
.mdk-topbar .mdk-userlogin figure a {
  display: block;
}
.mdk-topbar .mdk-userlogin figure a img {
  display: block;
  border-radius: 50%;
  height: 14px;
  width: 14px;
}
.mdk-topbar .mdk-userlogin span {
  float: right;
  line-height: 20px;
  position: relative;
  padding: 0 20px 0 10px;
  font: 400 14px/23px "Open Sans", Arial, Helvetica, sans-serif;
}
.mdk-topbar .mdk-userlogged {
  float: right;
  margin: 5px 0;
  border-left: none;
}
.mdk-topbar .mdk-userlogged .mdk-btnthemedropdown {
  font: 400 14px/23px "Open Sans", Arial, Helvetica, sans-serif;
}
.mdk-topbar .mdk-userlogged .mdk-btnthemedropdown i, .mdk-topbar .mdk-userlogged .mdk-btnthemedropdown span {
  font-size: inherit;
  line-height: inherit;
}
.mdk-topbar .mdk-userlogged .mdk-btnthemedropdown span {
  position: relative;
  padding-right: 15px;
}
.mdk-topbar .mdk-userlogged .mdk-btnthemedropdown span:before {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: "";
  display: inline-block;
  top: 0.45em;
  right: 0;
  height: 0.45em;
  width: 0.45em;
  position: absolute;
  vertical-align: top;
  transform: rotate(135deg);
}
@media (max-width: 991px) {
  .mdk-topbar .mdk-userlogged .mdk-btnthemedropdown span {
    display: none;
  }
}
.mdk-topbar .mdk-userlogged .mdk-themedropdownmenu {
  padding: 0;
  width: 200px;
  margin: 4px 0 0;
  list-style: none;
  font-size: 13px;
  line-height: 40px;
}
.mdk-topbar .mdk-userlogged .mdk-themedropdownmenu li {
  width: 100%;
  float: left;
  line-height: inherit;
  list-style-type: none;
}
.mdk-topbar .mdk-userlogged .mdk-themedropdownmenu li a {
  color: #666;
  width: 100%;
  float: left;
  padding: 0 20px;
  line-height: inherit;
}
.mdk-topbar .mdk-userlogged .mdk-themedropdownmenu li a:hover {
  background: #fafafa;
}
.mdk-topbar .mdk-userlogged .mdk-themedropdownmenu li a i, .mdk-topbar .mdk-userlogged .mdk-themedropdownmenu li a span {
  float: left;
  font-style: normal;
  line-height: inherit;
}
.mdk-topbar .mdk-userlogged .mdk-themedropdownmenu li a span {
  margin-left: 10px;
  padding-left: 10px;
  position: absolute;
}
.mdk-topbar .mdk-userlogged .mdk-themedropdownmenu li + li {
  border-top: 1px solid #dbdbdb;
}
@media (max-width: 480px) {
  .mdk-topbar .mdk-userlogged .mdk-themedropdownmenu {
    width: 100%;
  }
}
.mdk-topbar .mdk-userlogged .icon-user {
  padding-right: 5px;
}

.mdk-middlecontainer {
  z-index: 2;
  width: 100%;
  float: left;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .mdk-middlecontainer {
    padding: 0;
  }
}
.mdk-middlecontainer .mdk-logo {
  z-index: 2;
  position: relative;
  padding: 0;
}
.mdk-middlecontainer .mdk-logo.nowrap {
  display: inline-block;
  float: left;
}
.mdk-middlecontainer .mdk-logo.mdk-logoowl {
  display: inline-block;
  float: left;
  padding-top: 3px;
  width: 110%;
  height: auto;
}
@media (max-width: 991px) {
  .mdk-middlecontainer .mdk-logo.mdk-logoowl {
    width: 15%;
  }
}
@media (max-width: 640px) {
  .mdk-middlecontainer .mdk-logo.mdk-logoowl {
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  .mdk-middlecontainer .mdk-logo.mdk-logoowl {
    display: none;
  }
}
.mdk-middlecontainer .mdk-logo.mdk-logotext {
  display: block;
  float: left;
  margin-top: 5px;
  height: 55px;
  padding-top: 7px;
  padding-left: 7px;
}
.mdk-middlecontainer .mdk-logo.mdk-logotext img {
  height: 100%;
  width: auto;
}
@media (max-width: 991px) {
  .mdk-middlecontainer .mdk-logo.mdk-logotext {
    height: 45px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .mdk-middlecontainer .mdk-logo.mdk-logotext {
    height: 35px;
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .mdk-middlecontainer .mdk-logo.mdk-logotext {
    height: 45px;
  }
}
.mdk-middlecontainer .mdk-logo.mdk-logodep {
  display: block;
  float: left;
  height: 54px;
  margin-top: 10px;
  margin-left: 60px;
  padding: 0;
}
.mdk-middlecontainer .mdk-logo.mdk-logodep img {
  height: 100%;
  width: auto;
}
@media (max-width: 991px) {
  .mdk-middlecontainer .mdk-logo.mdk-logodep {
    height: 45px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .mdk-middlecontainer .mdk-logo.mdk-logodep {
    height: 40px;
  }
}
@media (max-width: 640px) {
  .mdk-middlecontainer .mdk-logo.mdk-logodep {
    display: none;
  }
}
.mdk-middlecontainer .mdk-logo.mdk-logochitaem {
  display: block;
  float: left;
  margin-top: 10px;
  margin-left: 30px;
  padding: 0;
  height: 48px;
}
.mdk-middlecontainer .mdk-logo.mdk-logochitaem img {
  height: 100%;
  width: auto;
}
@media (max-width: 991px) {
  .mdk-middlecontainer .mdk-logo.mdk-logochitaem {
    height: 35px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .mdk-middlecontainer .mdk-logo.mdk-logochitaem {
    height: 30px;
  }
}
@media (max-width: 640px) {
  .mdk-middlecontainer .mdk-logo.mdk-logochitaem {
    display: none;
  }
}
.mdk-middlecontainer .mdk-phone {
  font-size: 14px;
  line-height: inherit;
  text-decoration: none;
  cursor: default;
  color: #666666;
  min-width: 270px;
  padding: 16px 0 0 30px;
  position: relative;
  float: left;
}
@media (max-width: 991px) {
  .mdk-middlecontainer .mdk-phone {
    display: none;
  }
}
.mdk-middlecontainer .mdk-formsearch {
  display: inline-block;
  max-width: 570px;
  padding-left: 15px;
}
.mdk-middlecontainer .mdk-formsearch fieldset {
  margin: 6px 0;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
}
.mdk-middlecontainer .mdk-formsearch fieldset .form-control {
  border: 0;
  z-index: 2;
  height: 44px;
  line-height: 24px;
  position: relative;
  padding: 10px 54px 10px 10px;
}
.mdk-middlecontainer .mdk-formsearch fieldset button {
  top: 0;
  right: 0;
  z-index: 2;
  width: 44px;
  height: 44px;
  font-size: 20px;
  line-height: 44px;
  background: none;
  position: absolute;
}
@media (max-width: 1199px) {
  .mdk-middlecontainer .mdk-formsearch {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .mdk-middlecontainer .mdk-formsearch {
    width: 60%;
  }
}
@media (max-width: 640px) {
  .mdk-middlecontainer .mdk-formsearch {
    width: 70%;
  }
}
@media (max-width: 367px) {
  .mdk-middlecontainer .mdk-formsearch {
    width: 100%;
    padding-right: 15px;
  }
}
.mdk-middlecontainer .mdk-formsearch_result {
  display: block;
  width: 100%;
  height: auto;
  max-height: 330px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0 25px;
  border: 1px solid gray;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 var(--light-grey-color);
  z-index: 100;
  margin-top: 5px;
  position: absolute;
  background-color: #ffffff;
  overflow: hidden;
  overflow-y: auto;
}
.mdk-middlecontainer .mdk-formsearch_result-notification {
  font-size: smaller;
  position: fixed;
  right: 5px;
}
.mdk-middlecontainer .mdk-formsearch_result h4 {
  margin-top: 15px;
  font-weight: bolder;
}
.mdk-middlecontainer .mdk-formsearch_result ul {
  padding-bottom: 5px;
  white-space: nowrap;
}
.mdk-middlecontainer .mdk-formsearch_result ul li {
  list-style: initial;
}
.mdk-middlecontainer .mdk-formsearch_result ul li a {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 25px;
  width: 100%;
}
.mdk-middlecontainer .mdk-wishlistandcart {
  z-index: 2;
  float: left;
  padding-top: 20px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .mdk-middlecontainer .mdk-wishlistandcart {
    float: right;
    text-align: center;
    padding-left: 5px;
  }
}
@media (max-width: 367px) {
  .mdk-middlecontainer .mdk-wishlistandcart {
    display: none;
  }
}
@media (max-width: 500px) {
  .mdk-middlecontainer .widget-titile {
    display: none;
  }
}

.mdk-minicartdropdown .icon-cart {
  font-size: 28px;
}
.mdk-minicartdropdown_summ {
  margin-left: 5px;
}

.mdk-minicartbody {
  overflow-y: scroll;
  width: 100%;
  float: left;
  padding: 31px 33px 0 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  max-height: 400px;
  padding-right: 0;
}
.mdk-minicartbody::-webkit-scrollbar-button {
  background-color: #ecedee;
  width: 10px;
  height: 0px;
}
.mdk-minicartbody::-webkit-scrollbar-track {
  background-color: #ecedee;
}
.mdk-minicartbody::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #b49e74;
}
.mdk-minicartbody::-webkit-scrollbar-thumb:hover {
  background-color: #b49e74;
}
.mdk-minicartbody::-webkit-resizer {
  background-color: #ecedee;
  width: 8px;
  height: 0px;
}
.mdk-minicartbody::-webkit-scrollbar {
  width: 4px;
}

.mdk-minicarproduct {
  width: 100%;
  float: left;
  padding: 0 0 20px;
}
.mdk-minicarproduct figure {
  float: left;
  margin: 0 20px 0 0;
  max-width: 65px;
}
.mdk-minicarproduct figure img {
  z-index: 1;
  display: block;
  position: relative;
  height: 100px;
  width: auto;
}

.mdk-minicarproductdata {
  padding: 12px 0;
  overflow: hidden;
}
.mdk-minicarproductdata h5 {
  margin: 0 0 9px;
  color: #404040;
  font-size: 14px;
  line-height: 17px;
}
.mdk-minicarproductdata h5 a {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mdk-minicarproductdata h5 a:hover::after {
  content: attr(data-title);
  /* Выводим текст */
  position: absolute;
  /* Абсолютное позиционирование */
  left: 0;
  right: 0;
  bottom: 5px;
  /* Положение подсказки */
  z-index: 1;
  /* Отображаем подсказку поверх других элементов */
  background: rgba(0, 42, 167, 0.6);
  /* Полупрозрачный цвет фона */
  color: #fff;
  /* Цвет текста */
  text-align: center;
  /* Выравнивание текста по центру */
  font-family: Arial, sans-serif;
  /* Гарнитура шрифта */
  font-size: 11px;
  /* Размер текста подсказки */
  padding: 5px 10px;
  /* Поля */
  border: 1px solid #333;
  /* Параметры рамки */
}
.mdk-minicarproductdata h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.mdk-minicartfoot {
  width: 100%;
  float: left;
  padding: 20px 0 0;
}
.mdk-minicartfoot .mdk-btns {
  padding: 20px 0 10px;
}
.mdk-minicartfoot .mdk-btns .mdk-btn {
  margin: 0;
  padding: 0;
  width: 45%;
  float: left;
}
.mdk-minicartfoot .mdk-btns .mdk-btn + .mdk-btn {
  float: right;
}

.mdk-minicarthead {
  width: 100%;
  float: left;
  padding: 0;
}
.mdk-minicarthead .mdk-btns {
  padding: 0 0 10px 0;
}
.mdk-minicarthead .mdk-btns .mdk-btn {
  margin: 0;
  padding: 0;
  width: 45%;
  float: left;
}
.mdk-minicarthead .mdk-btns .mdk-btn + .mdk-btn {
  float: right;
}

.mdk-btnemptycart {
  float: left;
  color: #666;
  font-size: 13px;
  line-height: 16px;
}

.mdk-btnemptycart i,
.mdk-btnemptycart span {
  float: left;
  font-size: inherit;
  line-height: inherit;
}

.mdk-btnemptycart span {
  padding: 0 0 0 10px;
}

.mdk-subtotal {
  float: right;
  font-size: 13px;
  line-height: 16px;
}

.mdk-subtotal strong {
  font-size: 16px;
}

.mdk-minicartfoot .mdk-btns {
  padding: 20px 0 10px;
}

.mdk-minicartfoot .mdk-btns .mdk-btn {
  margin: 0;
  padding: 0;
  width: 45%;
  float: left;
}

.mdk-minicartfoot .mdk-btns .mdk-btn + .mdk-btn {
  float: right;
}

.mdk-themebadge {
  top: -15px;
  left: 14px;
  min-width: 22px;
  font-size: 12px;
  line-height: 22px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  background: #b49e74;
  vertical-align: top;
  display: inline-block;
  color: #fff !important;
}

.mdk-navigationarea {
  width: 100%;
  float: left;
  position: relative;
  background: #3f3f3f;
  margin-top: 4px;
}
.mdk-navigationarea:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
}

.mdk-nav {
  width: 100%;
  float: left;
  padding: 0 0 2px;
  font: 500 14px/44px "Work Sans", Arial, Helvetica, sans-serif;
  height: 44px;
}
@media (max-width: 991px) {
  .mdk-nav .navbar-toggle {
    float: left;
    padding: 10px;
    display: block;
    border-radius: 5px;
    border: 2px solid #fff;
  }
  .mdk-nav .navbar-toggle {
    margin-top: 2px;
  }
  .mdk-nav .navbar-toggle .icon-bar {
    background: #fff;
  }
}

.mdk-navigation {
  padding: 0;
  width: 100%;
  float: left;
  text-align: center;
}
.mdk-navigation ul {
  list-style: none;
  font-size: inherit;
  line-height: inherit;
}
.mdk-navigation ul li {
  list-style-type: none;
}
.mdk-navigation ul li a {
  display: block;
  position: relative;
  background: transparent;
}
.mdk-navigation ul li a:hover {
  background-color: #b49e74;
}
.mdk-navigation > ul {
  width: 100%;
  float: left;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.mdk-navigation > ul > li {
  float: left;
  font-size: inherit;
  line-height: inherit;
}
.mdk-navigation > ul > li > a {
  color: #ffffff;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .mdk-navigation > ul > li > a {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .mdk-navigation > ul > li > a {
    padding: 0 7px;
  }
}
.mdk-navigation > ul > li > a > i {
  display: block;
  font-size: 20px;
  line-height: inherit;
}

li.menu-item-has-children {
  position: relative;
}

.mdk-navigation > ul > li.menu-item-has-children > a {
  padding-right: 40px;
  position: relative;
}
@media (min-width: 991px) {
  .mdk-navigation > ul > li.menu-item-has-children > a {
    padding-right: 20px;
  }
}
@media (min-width: 991px) {
  .mdk-navigation > ul > li.menu-item-has-children > a:before {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: "";
    display: inline-block;
    top: 0.45em;
    right: 0;
    height: 0.45em;
    width: 0.45em;
    position: absolute;
    vertical-align: top;
    transform: rotate(135deg);
    top: 1em;
  }
}
@media (min-width: 991px) {
  .mdk-navigation > ul > li.menu-item-has-children > a:before {
    right: 5px;
  }
}

@media (min-width: 991px) {
  .mdk-navigation > ul > li > ul > li.menu-item-has-children > a:before {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: "";
    display: inline-block;
    top: 0.45em;
    right: 0;
    height: 0.45em;
    width: 0.45em;
    position: absolute;
    vertical-align: top;
    transform: rotate(45deg);
    top: 50%;
    right: 5px;
  }
}

.mdk-navigation > ul > li > a:hover,
.mdk-navigation > ul > li.current-menu-item > a {
  background: rgba(0, 0, 0, 0.5);
}

.sub-menu {
  top: 100px;
  left: 0;
  margin: 0;
  opacity: 0;
  width: 400px;
  text-align: left;
  background: #ffffff;
  visibility: hidden;
  position: absolute;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  font: 400 13px/40px "Open Sans", Arial, Helvetica, sans-serif !important;
}
.sub-menu li {
  width: 100%;
  float: left;
  line-height: inherit;
}
.sub-menu li a {
  color: #666;
  padding: 0 20px;
}
.sub-menu li a:hover {
  background-color: #b49e74;
}
.sub-menu li + li {
  border-top: 1px solid #dbdbdb;
}

.sub-menu .sub-menu {
  left: 100%;
}

.mdk-navigation > ul > li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.mdk-navigation > ul > li:last-child .sub-menu .sub-menu {
  right: 100%;
}

li.menu-item-has-children:hover > .sub-menu,
li.menu-item-has-children:hover > .mega-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

li.menu-item-has-children:hover > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
  top: 0;
}

li.menu-item-has-mega-menu {
  position: static;
}

li.menu-item-has-children.mdk-open {
  background-color: #b49e74;
}

.mdk-tag_new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #77b748;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  line-height: 26px;
  min-width: 78px;
  text-transform: uppercase;
  border-radius: 4px 0 0 4px;
}
.mdk-tag_new:before {
  width: 0;
  height: 0;
  left: 100%;
  content: "";
  position: absolute;
  border-left: 5px solid;
  border-top: 13px solid transparent !important;
  border-bottom: 13px solid transparent !important;
  border-color: #77b748;
}

.mdk-tag_hit {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #f16945;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  line-height: 26px;
  min-width: 78px;
  text-transform: uppercase;
  border-radius: 4px 0 0 4px;
}
.mdk-tag_hit:before {
  width: 0;
  height: 0;
  left: 100%;
  content: "";
  position: absolute;
  border-left: 5px solid;
  border-top: 13px solid transparent !important;
  border-bottom: 13px solid transparent !important;
  border-color: #f16945;
}

.mdk-tag_feature {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #99cccc;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  line-height: 26px;
  min-width: 78px;
  text-transform: uppercase;
  border-radius: 4px 0 0 4px;
}
.mdk-tag_feature:before {
  width: 0;
  height: 0;
  left: 100%;
  content: "";
  position: absolute;
  border-left: 5px solid;
  border-top: 13px solid transparent !important;
  border-bottom: 13px solid transparent !important;
  border-color: #99cccc;
}

.mdk-tag_action {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #ff0000;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  line-height: 26px;
  min-width: 78px;
  text-transform: uppercase;
  border-radius: 4px 0 0 4px;
}
.mdk-tag_action:before {
  width: 0;
  height: 0;
  left: 100%;
  content: "";
  position: absolute;
  border-left: 5px solid;
  border-top: 13px solid transparent !important;
  border-bottom: 13px solid transparent !important;
  border-color: #ff0000;
}

.mdk-tag_anonce {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #77b748;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  line-height: 26px;
  min-width: 78px;
  text-transform: uppercase;
  border-radius: 4px 0 0 4px;
  position: relative;
  float: left;
  z-index: 2;
}
.mdk-tag_anonce:before {
  width: 0;
  height: 0;
  left: 100%;
  content: "";
  position: absolute;
  border-left: 5px solid;
  border-top: 13px solid transparent !important;
  border-bottom: 13px solid transparent !important;
  border-color: #77b748;
}
.mdk-tag_anonce span {
  display: inline-block;
  vertical-align: middle;
}

.mdk-tag_archive {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #777;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  line-height: 26px;
  min-width: 78px;
  text-transform: uppercase;
  border-radius: 4px 0 0 4px;
  position: relative;
  float: left;
  z-index: 2;
}
.mdk-tag_archive:before {
  width: 0;
  height: 0;
  left: 100%;
  content: "";
  position: absolute;
  border-left: 5px solid;
  border-top: 13px solid transparent !important;
  border-bottom: 13px solid transparent !important;
  border-color: #777;
}
.mdk-tag_archive span {
  display: inline-block;
  vertical-align: middle;
}

.mdk-sale_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-bottom: 100px solid red;
  border-right: 100px solid transparent;
}

.mdk-sale_tr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8rem;
  padding: 0.5rem;
  z-index: 2;
  color: white;
  font-weight: bold;
  pointer-events: none;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: left;
}
.mdk-sale_tr:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 4rem;
  border-color: transparent transparent #ff0000 #ff0000;
  z-index: -1;
}

/* =============================================
			Actions Grid Style
============================================= */
.mdk-actionsgrid {
  width: 100%;
  float: left;
}
.mdk-actionsgrid .mdk-post {
  min-height: 390px;
}

/* =============================================
			Actions List Style
============================================= */
.mdk-actionslist {
  width: 100%;
  float: left;
}
.mdk-actionslist .mdk-post {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.mdk-actionslist .mdk-post figure {
  width: 100%;
}
.mdk-actionslist .mdk-postcontent {
  width: 100%;
  float: left;
  padding: 0 0 0 30px;
}
.mdk-actionslist .mdk-postcontent .mdk-description p a {
  text-decoration: none;
}

/* =============================================
			Actions Detail Style
============================================= */
.mdk-actionsdetailimg {
  width: 100%;
  float: left;
  margin: 0 0 30px;
}
.mdk-actionsdetailimg > img {
  width: 100%;
  height: auto;
  display: block;
}
.mdk-actionsdetailimg .mdk-author {
  left: 0;
  margin: 0;
  bottom: 0;
  width: auto;
  float: none;
  padding: 20px;
  background: #fff;
  position: absolute;
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.mdk-actionsdetailimg .mdk-author img {
  float: left;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.mdk-actionsdetailimg .mdk-authorinfo {
  padding: 7px 0;
}
.mdk-actionsdetailimg .mdk-authorinfo .mdk-bookwriter {
  width: auto;
}
.mdk-actionsdetailimg .mdk-authorinfo .mdk-postmetadata {
  width: auto;
  clear: both;
}

.mdk-actionsdetail {
  width: 100%;
  float: left;
}
.mdk-actionsdetail > .mdk-posttitle {
  padding: 0 0 20px;
}
.mdk-actionsdetail > .mdk-posttitle h3 {
  font-size: 30px;
  line-height: 30px;
}

.mdk-action {
  width: 100%;
  float: left;
  margin: 15px 0;
}
.mdk-action.item {
  padding: 0 15px;
}
.mdk-action figure {
  margin: 0;
  width: 100%;
  float: left;
  border: 6px solid transparent;
}
.mdk-action figure a {
  display: block;
}
.mdk-action figure a img {
  width: 100%;
  height: auto;
  display: block;
}

/*=============================================
			Theme Text Color
=============================================*/
a,
p a,
p a:hover,
a:hover,
a:focus,
a:active,
.tg-stars span:after,
.tg-textbox h3 span,
.tg-bookprice ins,
.tg-newsletter h4,
.tg-404errorcontent span,
.tg-widget ul li:hover a,
.tg-widget ul li a:hover,
.tg-widget ul li:hover a span,
.tg-widget ul li:hover a em {
  color: #404040;
}

/*=============================================
			Theme Background Color
=============================================*/
.mdk-btn:hover,
.mdk-btn.mdk-active,
.owl-prev:hover,
.owl-next:hover,
.tg-testimonial figure:before,
.tg-homeslidervtwo .tg-slidercontent .mdk-btns .mdk-btn:hover,
.tg-homeslidervtwo .tg-slidercontent .mdk-btns .mdk-btn.mdk-active,
#seconds,
.tg-quantityholder .minus:hover,
.tg-quantityholder .plus:hover,
.tg-themetabs li a:before,
.tg-tag:hover,
.mdk-btnreply:hover {
  background: #b49e74;
}

/*=============================================
			Theme Border Color
=============================================*/
textarea:focus,
.mdk-btn:hover,
.mdk-btn.mdk-active,
input:focus,
.select select:focus,
.form-control:focus,
.mdk-themedropdownmenu,
.owl-prev:hover,
.owl-next:hover,
.tg-pickedbyauthor .tg-postbook:hover,
.tg-testimonial figure img,
.tg-footer,
.tg-quantityholder .minus:hover,
.tg-quantityholder .plus:hover,
.tg-tag:hover,
.tg-comments li .tg-authorbox:hover,
.tg-comments li .tg-authorbox:hover .tg-bottomarrow,
.mdk-btnreply:hover {
  border-color: #b49e74;
}

/*=============================================
			Theme Shadow Color
=============================================*/
.mdk-btn:hover,
.mdk-btn.mdk-active {
  box-shadow: inset 0 -2px 0 0 #b49e74;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
}

/*=============================================
			Theme Secondary Color
=============================================*/
.tg-bookscategories li a:hover,
.tg-bookwriter:hover a,
.tg-contactdetail .tg-contactinfo li span em a,
.tg-newslist .tg-post .tg-postcontent .tg-description p a,
.tg-addreviews a,
.tg-productcontent .tg-description p a,
.tg-alsoavailable figure figcaption ul li:hover span,
.tg-widget ul li a.mdk-btnviewall {
  color: #55acee;
}

/*=============================================
			Theme Tags Color
=============================================*/
.tg-themetag {
  background: #b49e74;
}

.tg-themetag:before {
  border-color: #b49e74;
}

/*=============================================
			Theme Counter Color
=============================================*/
.tg-drama .tg-collectioncountericon {
  background: #b49e74;
}

.tg-drama h2,
.tg-devlivery .tg-clientserviceicon i {
  color: #b49e74;
}

.tg-horror .tg-collectioncountericon,
.tg-widget ul li:hover:before {
  background: #4cc3d9;
}

.tg-horror h2,
.tg-discount .tg-clientserviceicon i {
  color: #4cc3d9;
}

.tg-romance .tg-collectioncountericon {
  background: #7bc8a4;
}

.tg-romance h2,
.tg-quality .tg-clientserviceicon i {
  color: #7bc8a4;
}

.tg-fashion .tg-collectioncountericon {
  background: #f16745;
}

.tg-fashion h2,
.tg-delevrystock li span em,
.tg-support .tg-clientserviceicon i {
  color: #f16745;
}

#tg-content ins {
  color: #b49e74;
}

*:after,
*:before,
p a,
a,
button.tg-btn,
.tg-socialicons li a,
.tg-roundicontext,
.tg-roundicontext .tg-usericonholder,
.tg-themedropdownmenu,
.sub-menu,
.mega-menu,
.tg-themetabnav li a,
.tg-themetabcontent,
.tg-featureimg,
.tg-bookimg,
.tg-backcover,
.owl-prev,
.owl-next,
.tg-postbook,
.tg-author figure,
.tg-author figure a,
.tg-author figure a img,
.tg-post figure,
.tg-post figure a,
.tg-post figure a img,
textarea,
.tg-widget ul li figure,
.tg-widgetinstagram ul li figure,
.tg-widgetinstagram ul li figure figcaption,
.tg-quantityholder .minus,
.tg-quantityholder .plus,
.tg-alsoavailable figure figcaption ul li span,
.tg-prevpost figure,
.tg-nextpost figure,
.tg-comments li .tg-authorbox,
.tg-comments li .tg-authorbox .tg-bottomarrow,
.tg-bookimg,
.tg-hovercontent .tg-description {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.tg-publisher {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.tg-bookyear {
  -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;
}

.tg-isbn {
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.tg-bookcategory {
  -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;
}

.tg-bookprice {
  -webkit-transition: all 550ms ease-in-out;
  -moz-transition: all 550ms ease-in-out;
  -ms-transition: all 550ms ease-in-out;
  -o-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out;
}

.tg-bookpage {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.tg-ratingbox {
  -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;
}

/*# sourceMappingURL=transitions.css.map */
@media (max-width: 1600px) {
  .tg-homeslidervthree .tg-slidercontent {
    padding: 0 12% 0 60px;
  }
}
@media (max-width: 1600px) {
  .tg-homeslidervthree .tg-slidercontent h1 {
    font-size: 60px;
    line-height: 55px;
  }
}
@media (max-width: 1360px) {
  .tg-homeslidervthree .tg-slidercontent h1 {
    font-size: 55px;
    line-height: 50px;
  }
}
@media (max-width: 1280px) {
  .tg-homeslidervthree .tg-slidercontent h1 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .mdk-themedropdown {
    padding: 0 10px;
  }

  .tg-searchbox {
    padding: 0 270px;
  }

  .mdk-navigation > ul > li > a {
    padding: 0 20px;
  }

  .tg-homeslidervthree .tg-slidercontent {
    width: 60%;
  }

  .tg-homeslidervthree .owl-nav .mdk-btnround.mdk-btnprev {
    left: 20px;
  }

  .tg-homeslidervthree .owl-nav .mdk-btnround.mdk-btnnext {
    right: 20px;
  }

  .tg-testimonial {
    padding: 0 90px;
  }

  .tg-testimonialsslider .mdk-btnprev {
    left: 0;
  }

  .tg-testimonialsslider .mdk-btnnext {
    right: 0;
  }

  .tg-featureditmcontent {
    margin: 85px 0;
  }

  .tg-featureditmcontent .tg-booktitle h3 {
    font-size: 35px;
    line-height: 40px;
  }

  .tg-featureditmcontent .tg-bookprice ins {
    font-size: 30px;
    line-height: 30px;
  }

  .tg-featureditmcontent .tg-bookprice del {
    font-size: 20px;
    line-height: 26px;
  }

  .tg-publisher,
.tg-bookyear,
.tg-isbn,
.tg-bookpage,
.tg-bookcategory,
.tg-hovercontent .tg-bookprice,
.tg-ratingbox {
    font-size: 13px;
    line-height: 15px;
  }

  .tg-clientservices {
    font-size: 13px;
    line-height: 16px;
  }

  .tg-titlesubtitle h3 {
    font-size: 18px;
    line-height: 18px;
  }

  .tg-newsletter h5 {
    font-size: 14px;
    line-height: 17px;
  }

  .tg-newsletter h5 {
    font-size: 14px;
    line-height: 17px;
  }

  .tg-contactinfo li > i {
    width: 30px;
  }

  .tg-pickedbyauthor .tg-featureimg .tg-bookimg {
    margin: 5px 0;
  }

  .tg-pickedbyauthor .tg-postbook:hover .tg-bookimg {
    margin: 0 0 0 -46px;
  }

  .tg-hovercontent {
    padding: 30px 0 30px 40px;
  }

  .tg-pickedbyauthor .tg-booktitle h3 a {
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .tg-featurebook .tg-featureditmcontent .tg-booktitle h3 {
    font-size: 26px;
    line-height: 28px;
  }

  .tg-featurebook .tg-featureditm figure img {
    width: 100%;
  }

  .tg-featurebook .tg-featureditmcontent .tg-bookprice ins {
    font-size: 22px;
    line-height: 22px;
  }

  .tg-featurebook .tg-featureditmcontent .tg-bookprice del {
    font-size: 15px;
    line-height: 22px;
  }

  .tg-productdetail .tg-postbook .tg-bookprice {
    padding: 0 0 14px;
  }

  .tg-delevrystock {
    padding: 0 0 10px;
  }

  .tg-alsoavailable figure {
    overflow: hidden;
  }

  .tg-alsoavailable figure img {
    width: auto;
    height: 200px;
    max-width: none;
  }

  .tg-tab-pane .tg-description figure {
    width: 100%;
    margin: 0 0 30px;
  }

  .tg-liststyle {
    width: 100%;
    float: left;
  }

  .tg-newsgrid .tg-post {
    min-height: 415px;
  }

  blockquote {
    padding: 18px 50px 40px 50px;
  }

  .tg-tags {
    width: 100%;
    padding: 0 0 20px;
  }

  .tg-socialshare {
    width: 100%;
    float: left;
  }

  .tg-socialshare span {
    padding: 0 5px 0 0;
  }

  .tg-socialshare .tg-socialicons {
    text-align: left;
  }

  .tg-prevpost a,
.tg-nextpost a {
    padding: 20px;
  }

  .tg-prevpost a .tg-posttitle,
.tg-nextpost a .tg-posttitle {
    padding: 16px 0;
  }

  .tg-successcontent {
    padding: 47px 0 40px 30px;
  }

  .tg-successcontent .tg-sectionhead h2 {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (max-width: 1080px) {
  .tg-homeslidervthree .tg-slidercontent h1 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .tg-phonetop {
    display: inline-block;
  }

  .tg-phone {
    display: none;
  }

  .tg-logoowl {
    height: 70px;
    width: auto;
  }

  .tg-searchbox {
    width: 100%;
    float: left;
    padding: 20px 0 0;
    position: relative;
  }

  /*=====================Nav Toggle On 991=====================*/
  .navbar-collapse.collapse {
    display: none !important;
  }

  .collapse.in {
    display: block !important;
  }

  .tg-nav {
    line-height: 40px;
  }

  .mdk-navigation {
    left: 0;
    top: 100%;
    padding: 0 15px;
    background: #fff;
    position: absolute;
  }

  .mdk-navigation > ul > li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dbdbdb;
  }

  .mdk-navigation > ul > li > a {
    color: #666;
  }

  .mdk-navigation > ul > li > a:hover,
.mdk-navigation > ul > li.current-menu-item > a {
    background: none;
  }

  .mdk-navigation > ul > li.menu-item-has-children > a {
    padding: 0 15px;
  }

  li.menu-item-has-children > a:before {
    display: none;
  }

  .tg-dropdowarrow {
    display: block;
  }

  .sub-menu {
    opacity: 1;
    width: 100%;
    float: left;
    display: none;
    position: static;
    box-shadow: none;
    visibility: visible;
  }

  .tg-headervtwo .mdk-navigation li.menu-item-has-mega-menu {
    background: none;
  }

  .tg-headervtwo .mdk-navigation > ul > li,
.tg-headervtwo .mdk-navigation li.menu-item-has-mega-menu a,
.tg-headervtwo .mdk-navigation li a {
    padding: 0;
  }

  .tg-headervtwo .mdk-navigation > ul > li.menu-item-has-children > a {
    padding: 0;
  }

  .tg-headervtwo .mdk-navigation li.menu-item-has-mega-menu .tg-dropdowarrow {
    right: 25px;
  }

  /*=====================Nav Toggle On 991=====================*/
  .tg-homeslidervthree .tg-slidercontent {
    width: 100%;
    padding: 0 15%;
  }

  .tg-booktitle h3 a {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .tg-collectioncountericon {
    clear: both;
    display: block;
    margin: 0 auto 15px;
  }

  .tg-titlepluscounter {
    padding: 0;
    text-align: center;
  }

  .tg-featureditmcontent {
    padding: 0;
  }

  .tg-featureditm figure img {
    float: none;
    margin: 0 auto;
  }

  .tg-priceandbtn {
    float: left;
    clear: both;
    margin: 20px 0 0;
    position: static;
  }

  .tg-widget.tg-widgetnavigation,
.tg-widget.tg-widgettopsellingauthors {
    margin: 30px 0 0;
  }

  .tg-contactinfo li > i {
    width: 40px;
  }

  .mdk-formnewsletter {
    margin: 30px 0 0;
  }

  .tg-newrelease .mdk-btns {
    padding: 0 0 15px;
  }

  .tg-pickedbyauthor .tg-featureimg .tg-bookimg {
    margin: 0;
  }

  .tg-pickedbyauthor .tg-postbook:hover .tg-bookimg {
    margin: 9px 0 10px -46px;
  }

  .tg-hovercontent {
    padding: 30px 0 30px 60px;
  }

  .tg-authordetail .tg-authorimg {
    width: 300px;
  }

  .tg-authorcontentdetail .tg-socialicons {
    float: left;
    padding: 20px 0 0;
  }

  .tg-productdetail .tg-postbook .tg-postbookcontent .mdk-btn,
.tg-productdetail .tg-postbook .tg-postbookcontent .mdk-btnaddtowishlist {
    margin-top: 17px;
    float: left;
    padding: 0 30px;
  }

  .tg-productdetail .tg-postbook .tg-postbookcontent .mdk-btnaddtowishlist {
    line-height: 40px;
    margin: 0;
    margin: 10px 0 0 15px;
  }

  .tg-productdetail .tg-postbook {
    padding: 0 0 30px;
  }

  .tg-authorinfo .tg-rightarea {
    float: left;
    clear: both;
    padding: 15px 0 0;
  }

  .tg-newslist .tg-post {
    display: block;
  }

  .tg-prevpost figure,
.tg-nextpost figure {
    display: none;
  }

  .tg-nextprevpost .tg-posttitle h3 {
    font-size: 14px;
    line-height: 14px;
  }

  .tg-childcomment {
    padding: 0 0 0 50px;
  }

  .tg-map {
    height: 450px;
    margin: 0 0 30px;
  }

  .tg-aboutus {
    display: block;
  }

  .tg-aboutusshortcode {
    margin: 0 0 30px;
  }

  .tg-success figure {
    width: 100%;
    float: left;
    margin: 0 0 30px;
  }

  .tg-successcontent {
    padding: 0;
    width: 100%;
    float: left;
  }

  .tg-booksfromauthor .tg-postbook {
    min-height: 535px;
  }

  .tg-productgrid .tg-postbook {
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .tg-homeslider .item {
    padding: 0;
  }

  .tg-clientservices li {
    width: 50%;
    padding: 15px;
  }

  .tg-allstatus {
    margin: -15px 0;
    padding: 100px 0 0;
  }

  .tg-allstatus .tg-parallax {
    margin: 15px 0;
  }

  .tg-calltoaction {
    padding: 0 190px 0 0;
  }

  .tg-productgrid .tg-postbook .tg-postbookcontent .mdk-btn {
    float: left;
  }

  .tg-newslist .tg-post {
    display: flex;
  }

  .tg-newsgrid .tg-post {
    min-height: 470px;
  }

  .tg-404errorcontent h2 {
    font-size: 30px;
    line-height: 25px;
  }

  .tg-404errorcontent span {
    font-size: 170px;
    line-height: 120px;
  }

  .tg-booksfromauthor .tg-postbook {
    min-height: 547px;
  }

  .tg-productgrid .tg-postbook {
    min-height: 740px;
  }

  .tg-productgrid .tg-postbook:hover .tg-featureimg {
    padding: 20px 13px 20px 0;
  }

  .tg-featureimg {
    height: 442px;
  }
}
@media (max-width: 720px) {
  .tg-newsgrid .tg-post {
    min-height: 445px;
  }
}
@media (max-width: 640px) {
  .tg-homeslidervthree .item {
    height: 600px;
  }

  .tg-homeslidervthree .tg-slidercontent {
    text-align: center;
  }

  .tg-homeslidervthree .tg-slidercontent .mdk-btns {
    text-align: center;
  }

  .tg-homeslidervthree .tg-slidercontent .mdk-btns .mdk-btn {
    margin: 0 10px;
  }

  .tg-homeslidervthree .owl-nav .mdk-btnround {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .tg-slidercontent h1 {
    font-size: 40px;
    line-height: 35px;
  }

  .tg-homeslider .owl-nav .mdk-btnround.mdk-btnprev {
    left: 10px;
  }

  .tg-homeslider .owl-nav .mdk-btnround.mdk-btnnext {
    right: 10px;
  }

  .tg-slidercontent .mdk-btns .mdk-btn {
    margin: 5px 0;
  }

  .tg-collectioncounter {
    width: 50%;
    padding: 15px;
  }

  .tg-collectioncounter.tg-romance:before {
    display: none;
  }

  .tg-calltoaction {
    padding: 0;
    text-align: center;
  }

  .tg-calltoaction .mdk-btn {
    margin: 30px 0 0;
    position: static;
  }

  .tg-featureditmcontent .tg-booktitle h3 a {
    white-space: normal;
  }

  .tg-authordetail .tg-authorimg {
    width: 100%;
    margin: 0 0 30px;
  }

  .tg-authorcontentdetail .tg-socialicons {
    width: 100%;
  }

  .tg-authorcontentdetail {
    width: 100%;
    float: left;
  }

  .tg-newslist .tg-post {
    display: block;
  }

  .tg-newslist .tg-post .tg-postcontent {
    padding: 30px 0 0;
  }

  .tg-newsgrid .tg-post {
    min-height: 415px;
  }

  .tg-newsdetailimg .tg-author {
    width: 100%;
    float: left;
    position: static;
  }

  .tg-prevpost,
.tg-nextpost {
    width: 100%;
    padding: 5px 0;
  }

  .mdk-formleavecomment {
    padding: 0 0 30px;
  }

  .mdk-formleavecomment .form-group {
    width: 100%;
  }

  .tg-prevpost a .tg-posttitle,
.tg-nextpost a .tg-posttitle {
    text-align: center;
  }

  .tg-childcomment {
    padding: 0;
  }

  .tg-successcontent .tg-sectionhead h2 {
    font-size: 20px;
    line-height: 20px;
  }

  .tg-booksfromauthor .tg-postbook {
    min-height: 690px;
  }

  .tg-productgrid .tg-postbook {
    min-height: auto;
  }
}
@media (max-width: 568px) {
  .tg-authorimg {
    width: 120px;
    height: 120px;
  }

  .tg-slidercontent h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .tg-slidercontent h2 {
    font-size: 18px;
    line-height: 15px;
  }

  .tg-homeslidervthree .tg-slidercontent h1 {
    font-size: 25px;
    line-height: 25px;
  }

  .tg-homeslidervthree .tg-slidercontent .mdk-btns .mdk-btn {
    padding: 0;
    width: 100%;
    margin: 5px 0;
  }

  .tg-sectionhead .mdk-btn {
    float: left;
    clear: both;
    margin: 20px 0 0;
  }

  .tg-sectionhead {
    padding: 0 0 30px 0;
  }

  .tg-sectionhead h2 span {
    font-size: 14px;
    line-height: 14px;
  }

  .tg-sectionhead h2 {
    font-size: 20px;
    line-height: 16px;
  }

  .tg-calltoaction h2 {
    font-size: 22px;
    line-height: 22px;
  }

  .tg-calltoaction h3 {
    font-size: 15px;
    line-height: 18px;
  }

  .tg-paymenttype {
    width: 100%;
    float: left;
    padding: 0 0 15px;
  }

  .tg-paymenttype img {
    margin: 0 auto;
  }

  .tg-copyright {
    width: 100%;
    text-align: center;
  }

  .tg-newsgrid .row > [class^=col-],
.tg-newsgrid .row > [class*=col-],
.tg-productgrid > [class^=col-],
.tg-productgrid > [class*=col-],
.mdk-formsortshoitems,
.tg-refinesearch > span,
.tg-booksfromauthor .row > [class^=col-],
.tg-booksfromauthor .row > [class*=col-],
.tg-authors > [class^=col-],
.tg-authors > [class*=col-],
.tg-newreleasebooks > [class^=col-],
.tg-newreleasebooks > [class*=col-],
.mdk-formcontactus fieldset .form-group {
    width: 100%;
  }

  .tg-refinesearch > span {
    padding: 8px 0 20px;
  }

  .tg-productgrid .tg-postbook:hover .tg-featureimg {
    padding: 50px 13px 50px 0;
  }

  .tg-newsgrid .tg-post {
    min-height: auto;
  }

  .tg-404errorcontent h2 {
    font-size: 20px;
    line-height: 20px;
  }

  .tg-404errorcontent span {
    font-size: 140px;
    line-height: 100px;
  }

  .tg-comingsoonhead h2 {
    font-size: 30px;
    line-height: 20px;
  }

  .tg-comingsoonhead h3 {
    font-size: 18px;
    line-height: 15px;
  }

  .tg-postbook:hover .tg-featureimg {
    padding: 56px 13px 56px 0;
  }

  .tg-featureimg {
    height: auto;
  }
}
@media (max-width: 480px) {
  .tg-collectioncounter {
    width: 100%;
  }

  .tg-collectioncounter + .tg-collectioncounter:before {
    display: none;
  }

  .tg-testimonial {
    padding: 0 40px;
  }

  .tg-clientservices li {
    width: 100%;
  }

  .tg-contactinfo li span {
    width: 80%;
  }

  .tg-productdetail .tg-postbook .tg-postbookcontent .mdk-btn,
.tg-productdetail .tg-postbook .tg-postbookcontent .mdk-btnaddtowishlist {
    padding: 0;
    width: 100%;
  }

  .tg-productdetail .tg-postbook .tg-postbookcontent .mdk-btnaddtowishlist {
    margin: 10px 0 0 0;
  }

  .tg-innerbannercontent h1 {
    font-size: 35px;
    line-height: 30px;
  }

  .tg-productinfo li span:first-child,
.tg-productinfo li span:last-child {
    width: 100%;
  }

  .tg-authorbox .tg-authorimg {
    margin: 0 0 30px;
  }

  .tg-authorinfo {
    width: 100%;
    float: left;
  }

  .tg-newsdetailimg .tg-author img {
    margin: 0 0 10px;
  }

  blockquote {
    font-size: 20px;
    line-height: 30px;
    padding: 18px 15px 40px 15px;
  }

  .tg-newsdetail > .tg-posttitle h3 {
    font-size: 20px;
    line-height: 22px;
  }

  .tg-successslider .owl-nav {
    right: 0;
  }

  .tg-authorsslider .owl-nav {
    top: -110px;
  }

  .tg-comingsoonhead {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }

  .tg-comingsoonhead h2 {
    font-size: 22px;
    line-height: 18px;
  }

  .tg-comingsoonhead h3 {
    font-size: 15px;
    line-height: 15px;
  }

  .tg-counterbox {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .tg-postbook:hover .tg-featureimg {
    padding: 40px 13px 40px 0;
  }

  .tg-testimonialauthor {
    width: 100%;
  }

  .mdk-btns .mdk-btn {
    width: 100%;
    margin: 5px 0;
  }
}
.icon-chevron-right {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: "";
  display: inline-block;
  top: 0.45em;
  right: 0;
  height: 0.45em;
  width: 0.45em;
  position: absolute;
  vertical-align: top;
  transform: rotate(45deg);
  height: 8px !important;
  width: 8px !important;
  position: relative;
  left: 14px;
  top: 15px;
}

.icon-chevron-left {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: "";
  display: inline-block;
  top: 0.45em;
  right: 0;
  height: 0.45em;
  width: 0.45em;
  position: absolute;
  vertical-align: top;
  transform: rotate(-135deg);
  height: 8px !important;
  width: 8px !important;
  position: relative;
  left: 16px;
  top: 15px;
}

.homeslider-chevron-right {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: "";
  display: inline-block;
  top: 0.45em;
  right: 0;
  height: 0.45em;
  width: 0.45em;
  position: absolute;
  vertical-align: top;
  transform: rotate(45deg);
  height: 18px !important;
  width: 18px !important;
  position: relative;
  top: 25px;
  left: 22px;
  color: #777;
}

.homeslider-chevron-left {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: "";
  display: inline-block;
  top: 0.45em;
  right: 0;
  height: 0.45em;
  width: 0.45em;
  position: absolute;
  vertical-align: top;
  transform: rotate(-135deg);
  height: 18px !important;
  width: 18px !important;
  position: relative;
  top: 25px;
  left: 22px;
  color: #777;
}

.owl-stage {
  display: flex;
}

.ordering_container {
  max-width: 760px;
  margin: 0 auto;
}

.order_form {
  margin: 10px 0 25px;
}
.order_form .tg-sectionhead {
  border: none;
  padding-bottom: 0;
}
.order_form .form-group textarea {
  height: 180px;
  margin-top: 25px;
}
.order_form .tg-themetabs li {
  margin: 0;
  padding: 0;
  text-align: center;
}
.order_form .tg-themetabs li a h5 {
  padding-top: 10px;
}
.order_form .post_index {
  width: 50%;
}
@media (max-width: 480px) {
  .order_form .post_index {
    width: 100%;
  }
}
.order_form .tg-tab-content {
  padding-bottom: 0;
}

.delivery-checkbox {
  margin: 9px 0;
}
.delivery-checkbox input {
  display: none;
}
.delivery-checkbox__styler {
  display: block;
  margin: 0;
}
.delivery-checkbox__wrapper {
  border: 1px solid #cccccc;
  background: #fbfbfb;
  transition: background 0.3s;
  cursor: pointer;
  padding: 10px 0;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.delivery-checkbox__wrapper:hover {
  background: #e2e2e2;
}
.delivery-checkbox__wrapper * {
  display: block;
}
.delivery-checkbox__wrapper-label {
  width: 8%;
  min-width: 45px;
  text-align: center;
  padding: 0 5px;
}
.delivery-checkbox__wrapper-mark {
  position: relative;
  width: 22px;
  height: 22px;
  background: #ffffff;
  border: 2px solid #cdcdcd;
  border-radius: 100px;
  margin: 0 auto;
}
.delivery-checkbox__wrapper-mark:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  opacity: 0;
  transition: opacity 0.3s;
  background: #ff0000;
  border-radius: 50px;
  transform: translate3d(-50%, -50%, 0);
}
.delivery-checkbox__wrapper-photo {
  width: 14%;
  min-width: 60px;
  padding: 0 5px;
}
.delivery-checkbox__wrapper-photo img {
  display: block;
}
.delivery-checkbox__wrapper-photo-mdk {
  width: 5%;
  min-width: 30px;
  padding: 0 5px;
}
.delivery-checkbox__wrapper-photo-mdk img {
  display: block;
}
.delivery-checkbox__wrapper-content {
  width: 55%;
  padding: 0 10px;
}
.delivery-checkbox__wrapper-content-mdk {
  width: 64%;
  padding: 0 10px;
}
.delivery-checkbox__wrapper-term {
  width: 10%;
  min-width: 55px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.delivery-checkbox__wrapper-term * {
  display: inline;
}
.delivery-checkbox__wrapper-cost {
  width: 13%;
  min-width: 55px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.delivery-checkbox__wrapper-cost * {
  display: inline;
}
.delivery-checkbox__wrapper-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.delivery-checkbox__wrapper-desk {
  font-size: 12px;
  line-height: 1.3;
  color: #6a6a6a;
}
.delivery-checkbox.active .delivery-checkbox__wrapper-mark:before {
  opacity: 1;
}

.pvz {
  background: #fbfbfb;
  border: 1px solid #ccc;
}
.pvz__header {
  padding: 10px 11px 0;
}
.pvz__title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}
.pvz__point-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.pvz__point-list:after {
  content: "";
  display: table;
  clear: both;
}
.pvz__point-list.is-carousel {
  padding: 0 30px;
}
.pvz__point-list.owl-loaded {
  position: relative;
  display: block;
}
.pvz__point-list.owl-loaded .pickup-checkbox {
  display: block;
  width: 100%;
  max-width: none;
  min-width: 0;
  padding: 0;
}
.pvz__point-list .pickup-checkbox {
  flex: 1;
  max-width: 210px;
  min-width: 160px;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 10px;
}
.pvz__point-list .pickup-checkbox__desc {
  font-size: 14px;
  font-weight: 700;
}
.pvz__point-list .pickup-checkbox__options {
  font-size: 12px;
}
.pvz__point-list .pickup-checkbox img {
  height: 23px;
}
.pvz__point-list .owl-nav .owl-prev, .pvz__point-list .owl-nav .owl-next {
  position: relative;
  overflow: hidden;
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  top: 50%;
  color: #999999;
  text-indent: -9999px;
  transition: color 0.3s;
  margin-top: -11px;
}
.pvz__point-list .owl-nav .owl-prev:before, .pvz__point-list .owl-nav .owl-next:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\e90d";
  font-family: "FidelisFontIcons" !important;
  speak: none;
  font-style: normal;
  font-size: 22px;
  font-weight: normal;
  font-variant: normal;
  text-indent: 0;
  text-transform: none;
  line-height: 1;
}
.pvz__point-list .owl-nav .owl-prev:hover, .pvz__point-list .owl-nav .owl-next:hover {
  color: #b49e74;
}
.pvz__point-list .owl-nav .owl-prev {
  left: 0;
}
.pvz__point-list .owl-nav .owl-prev:before {
  transform: rotate(-180deg);
}
.pvz__point-list .owl-nav .owl-next {
  right: 0;
}
.pvz__point-list .owl-dots {
  display: none;
}
.pvz__nav {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 4px 11px 4px 11px;
}
.pvz ymaps[class$=balloon__content] {
  width: 205px;
  padding: 15px 40px 20px 20px !important;
  margin: 0 !important;
}
.pvz ymaps[class$=balloon__close] {
  position: absolute;
  right: 12px;
  top: 12px;
  margin: 0;
  padding: 0;
}
.pvz ymaps[class$=balloon__close-button] {
  width: 19px;
  height: 19px;
  opacity: 1;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.pvz ymaps[class$=balloon__close-button]:before, .pvz ymaps[class$=balloon__close-button]:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #cccccc;
  transition: background 0.3s;
}
.pvz ymaps[class$=balloon__close-button]:before {
  transform: translate(0, -50%) rotate(-45deg);
}
.pvz ymaps[class$=balloon__close-button]:after {
  transform: translate(0, -50%) rotate(45deg);
}
.pvz ymaps[class$=balloon__close-button]:hover:before, .pvz ymaps[class$=balloon__close-button]:hover:after {
  background: #b49e74;
}
.pvz-baloon {
  width: 205px;
  font-size: 12px;
  line-height: 1;
}
.pvz-baloon__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 12px;
}
.pvz-baloon__address {
  margin-bottom: 10px;
}
.pvz-baloon__hint {
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  border-bottom: 1px dotted #b49e74;
  transition: border-color 0.3s;
}
.pvz-baloon__hint:hover {
  border-color: transparent;
}
.pvz-baloon__time {
  margin-bottom: 7px;
}
.pvz-baloon__time:before, .pvz-baloon__time:after {
  content: "";
  display: table;
  clear: both;
}
.pvz-baloon__time-ico {
  float: left;
  margin-left: 1px;
}
.pvz-baloon__time-ico .fidelis-ico {
  font-size: 15px;
}
.pvz-baloon__time-val {
  margin-left: 20px;
  line-height: 1.4;
  text-transform: lowercase;
}
.pvz-baloon__apps {
  margin-bottom: 10px;
}
.pvz-baloon__apps-item {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 25px;
}
.pvz-baloon__apps-item:last-child {
  margin-right: 0;
}
.pvz-baloon__apps-item .fidelis-ico {
  font-size: 20px;
}
.pvz-baloon__feature-item {
  list-style: none;
  line-height: 12px;
  margin-bottom: 4px;
}
.pvz-baloon__delivery {
  margin-top: 15px;
}
.pvz-baloon__delivery .btn {
  box-sizing: border-box;
  border-color: green;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 15px;
}
.pvz.hidden-btn .pvz-baloon__delivery {
  display: none;
}

.style-scroll {
  height: 170px;
  position: relative;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  outline: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  display: none;
}

.search-city_head {
  font-size: 15px;
}
.search-city__input {
  width: 100%;
}
.search-city__list {
  cursor: pointer;
}
.search-city__list-item {
  display: block;
  list-style: none;
  max-width: 100%;
  cursor: pointer;
  background: 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 13px;
  margin: 0;
}
.search-city__list-item:hover {
  color: #ffffff;
  background-color: #b49e74;
}
.search-city__list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}
.search-city__list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.search-city__example-title {
  display: inline-block;
  vertical-align: middle;
  max-width: 30%;
}
.search-city__example-list {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.search-city__example-item {
  display: inline-block;
  color: #2d2d2d;
  border-bottom: 1px dotted #2d2d2d;
  transition: border-color 0.3s;
  padding-bottom: 1px;
  margin-left: 7px;
}

.selected {
  color: #ffffff;
  background-color: #b49e74;
}

.mdk-logo-owl20 {
  height: 20px;
  width: auto;
}

.address-container {
  width: 100%;
  min-height: 140px;
  position: relative;
}
@media (max-width: 767px) {
  .address-container {
    min-height: 240px;
  }
}
.address-container #address0,
.address-container #address,
.address-container #courier-address {
  width: 100%;
}
.address-container #address0 {
  font-weight: 600;
  padding: 0 25px;
  margin: 25px 0 0;
  font-size: 16px;
  border-bottom: none;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.address-container #address {
  margin-top: 1px;
  height: 150px;
}
@media (max-width: 767px) {
  .address-container #address {
    min-height: 200px;
  }
}
.address-container #delivery_house,
.address-container #delivery_entrance,
.address-container #delivery_flat {
  margin-top: 25px;
}
.address-container .search-street__scroll {
  display: block;
  background-color: #fafafa;
  z-index: 2;
  position: absolute;
  width: 100%;
}
.address-container .search-street__list {
  border-left: #b49e74 1px solid;
  margin-right: 30px;
}
.address-container .search-street__list-item {
  list-style: none;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .delivery-checkbox__wrapper {
    padding: 10px 20px;
  }
  .delivery-checkbox__wrapper-label {
    width: 22px;
    min-width: auto;
    padding: 0;
  }
  .delivery-checkbox__wrapper-photo {
    width: 30%;
  }
  .delivery-checkbox__wrapper-photo img {
    width: auto;
    max-width: 100%;
  }
  .delivery-checkbox__wrapper-content {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
  .delivery-checkbox__wrapper-content-mdk {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
  .delivery-checkbox__wrapper-term {
    width: 40%;
  }
  .delivery-checkbox__wrapper-term i {
    display: inline;
  }
  .delivery-checkbox__wrapper-cost {
    width: 60%;
  }
  .delivery-checkbox__wrapper-cost i {
    display: inline;
  }

  .pvz ymaps[class$=panel-pane] {
    z-index: 8000;
  }
  .pvz ymaps[class$=panel-pane] ymaps[class$=-balloon-panel] {
    height: 100%;
  }
  .pvz ymaps[class$=panel-pane] ymaps[class$=-balloon-panel] ymaps[class$=balloon__content] {
    width: auto !important;
  }
  .pvz ymaps[class$=panel-pane] ymaps[class$=-balloon-panel] ymaps[class$=balloon__content] > ymaps {
    height: auto !important;
  }
  .pvz ymaps[class$=panel-pane] ymaps[class$=-balloon-panel] ymaps[class$=balloon__content] .pvz-baloon {
    width: auto;
  }

  .ordering_method .tg-tab-content {
    padding: 0;
  }
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.tab-panel_wrapper-authors {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.tab-panel_wrapper-authors input[type=checkbox] {
  display: none;
}
.tab-panel_wrapper-authors input[type=checkbox]:checked + .tab-panel_xpandable-block {
  height: auto;
  max-height: none;
}
.tab-panel_wrapper-authors label {
  order: 1;
  color: #3c763d;
  text-decoration: underline;
  font-size: 18px;
  cursor: pointer;
  margin: 0 auto;
}
.tab-panel_wrapper-authors p a {
  padding: 0 10px 3px 0;
}
.tab-panel_wrapper-authors p a:link {
  text-decoration: none;
}
.tab-panel_wrapper-authors p a:visited {
  text-decoration: none;
}
.tab-panel_wrapper-authors p a:hover {
  text-decoration: underline;
}
.tab-panel_wrapper-authors p a:active {
  text-decoration: underline;
}
.tab-panel_wrapper-series {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.tab-panel_wrapper-series input[type=checkbox] {
  display: none;
}
.tab-panel_wrapper-series input[type=checkbox]:checked + .tab-panel_xpandable-block {
  height: auto;
  max-height: none;
}
.tab-panel_wrapper-series label {
  order: 1;
  color: #3c763d;
  text-decoration: underline;
  font-size: 18px;
  cursor: pointer;
  margin: 0 auto;
}
.tab-panel_wrapper-series p a {
  padding: 0 10px 3px 0;
}
.tab-panel_wrapper-series p a:link {
  text-decoration: none;
}
.tab-panel_wrapper-series p a:visited {
  text-decoration: none;
}
.tab-panel_wrapper-series p a:hover {
  text-decoration: underline;
}
.tab-panel_wrapper-series p a:active {
  text-decoration: underline;
}
.tab-panel_wrapper-collections {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.tab-panel_wrapper-collections input[type=checkbox] {
  display: none;
}
.tab-panel_wrapper-collections input[type=checkbox]:checked + .tab-panel_xpandable-block {
  height: auto;
  max-height: none;
}
.tab-panel_wrapper-collections label {
  order: 1;
  color: #3c763d;
  text-decoration: underline;
  font-size: 18px;
  cursor: pointer;
  margin: 0 auto;
}
.tab-panel_wrapper-collections p a {
  padding: 0 10px 3px 0;
}
.tab-panel_wrapper-collections p a:link {
  text-decoration: none;
}
.tab-panel_wrapper-collections p a:visited {
  text-decoration: none;
}
.tab-panel_wrapper-collections p a:hover {
  text-decoration: underline;
}
.tab-panel_wrapper-collections p a:active {
  text-decoration: underline;
}
.tab-panel_wrapper-nzns {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.tab-panel_wrapper-nzns input[type=checkbox] {
  display: none;
}
.tab-panel_wrapper-nzns input[type=checkbox]:checked + .tab-panel_xpandable-block {
  height: auto;
  max-height: none;
}
.tab-panel_wrapper-nzns label {
  order: 1;
  color: #3c763d;
  text-decoration: underline;
  font-size: 18px;
  cursor: pointer;
  margin: 0 auto;
}
.tab-panel_wrapper-nzns p a {
  padding: 0 10px 3px 0;
}
.tab-panel_wrapper-nzns p a:link {
  text-decoration: none;
}
.tab-panel_wrapper-nzns p a:visited {
  text-decoration: none;
}
.tab-panel_wrapper-nzns p a:hover {
  text-decoration: underline;
}
.tab-panel_wrapper-nzns p a:active {
  text-decoration: underline;
}
.tab-panel_wrapper-parts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.tab-panel_wrapper-parts input[type=checkbox] {
  display: none;
}
.tab-panel_wrapper-parts input[type=checkbox]:checked + .tab-panel_xpandable-block {
  height: auto;
  max-height: none;
}
.tab-panel_wrapper-parts label {
  order: 1;
  color: #3c763d;
  text-decoration: underline;
  font-size: 18px;
  cursor: pointer;
  margin: 0 auto;
}
.tab-panel_wrapper-parts p a {
  padding: 0 10px 3px 0;
}
.tab-panel_wrapper-parts p a:link {
  text-decoration: none;
}
.tab-panel_wrapper-parts p a:visited {
  text-decoration: none;
}
.tab-panel_wrapper-parts p a:hover {
  text-decoration: underline;
}
.tab-panel_wrapper-parts p a:active {
  text-decoration: underline;
}
.tab-panel_wrapper-tags {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.tab-panel_wrapper-tags input[type=checkbox] {
  display: none;
}
.tab-panel_wrapper-tags input[type=checkbox]:checked + .tab-panel_xpandable-block {
  height: auto;
  max-height: none;
}
.tab-panel_wrapper-tags label {
  order: 1;
  color: #3c763d;
  text-decoration: underline;
  font-size: 18px;
  cursor: pointer;
  margin: 0 auto;
}
.tab-panel_wrapper-tags p a {
  padding: 0 10px 3px 0;
}
.tab-panel_wrapper-tags p a:link {
  text-decoration: none;
}
.tab-panel_wrapper-tags p a:visited {
  text-decoration: none;
}
.tab-panel_wrapper-tags p a:hover {
  text-decoration: underline;
}
.tab-panel_wrapper-tags p a:active {
  text-decoration: underline;
}
.tab-panel_xpandable-block {
  max-height: 55px;
  overflow: hidden;
  order: 0;
}
.tab-panel_xpand-button {
  order: 1;
}

.bukinist .text_logo {
  font-size: 28px;
  font-weight: bold;
  font-family: "Cramaten", sans-serif;
}
@media (max-width: 1200px) {
  .bukinist .text_logo {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .bukinist .text_logo {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .bukinist .text_logo {
    font-size: 16px;
    text-align: center;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
  .bukinist .text_logo {
    font-size: 10px;
  }
}
.bukinist .tg-innerbannercontent h1 {
  color: antiquewhite;
}
.bukinist .tg-contactinfo li {
  padding-bottom: 10px;
}

#BookImagesList {
  margin-top: 20px;
  padding: 0;
  min-height: 200px;
}
#BookImagesList .item {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  list-style: none;
}
#BookImagesList .item .img-wrap {
  width: inherit;
  display: block;
  height: 150px;
}
#BookImagesList .item .img-wrap img {
  width: auto;
  height: inherit;
}
#BookImagesList .item .delete-link {
  cursor: pointer;
}
#BookImagesList .clear {
  clear: both;
}

#progress-bar {
  display: block;
  margin: 5px auto;
  width: 75%;
  height: 20px;
  background: #999999;
  position: relative;
}
#progress-bar .progress-bg {
  position: absolute;
  width: 0;
  height: inherit;
  background: green;
}
#progress-bar .progress-val {
  position: absolute;
  text-align: center;
  width: inherit;
  height: inherit;
}

#uploadForm #file {
  opacity: 0;
}
#uploadForm #uploadarea {
  position: relative;
  margin: 0 auto;
  width: 75%;
  height: 200px;
  border: 4px dashed #000;
}
#uploadForm #uploadarea p {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 25px;
  color: #000000;
}

/*# sourceMappingURL=main.css.map */
