/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@font-face {
  font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    clear: both;
}

ol,
ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

/*****************************CSS Reset - Find ****************************************/


/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {}

pre {}

code {}

body,
input,
textarea {
    color: #666;
    font-size: 0.750em;
    line-height: 18px;
}

hr {
    background-color: #E7E7E7;
    border: 0;
    height: 1px;
    margin-bottom: 18px;
    clear: both;
}

/* Text elements */
p {
    margin-bottom: 18px;
}

ul {
    list-style: none;
    margin: 0 0 18px 1.5em;
}

ol {
    list-style: decimal;
    margin: 0 0 18px 1.5em;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}

dl {
    margin: 0 0 24px 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 18px;
}

strong {
    font-weight: bold;
}

cite,
em,
i {
    font-style: italic;
}

big {
    font-size: 131.25%;
}

ins {
    background: #ffc;
    text-decoration: none;
}

blockquote {
    font-style: italic;
    padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
    font-style: normal;
}

pre {
    background: #f7f7f7;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 1.5em;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

input[type="text"],
textarea {
    padding: 2px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

div {
    vertical-align: top;
}

/*Bad Code*/


/*table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}*/


/*Bad Code*/

tr th,
thead th {
    color: #888;
    font-size: 0.750em;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}

tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px;
}

tr.odd td {
    background: #F2F7FC;
}




.attachment img {
    max-width: 900px;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding: 4px;
}

.wp-caption img {
    margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
    margin: 5px;
    color: #888;
    font-size: 0.750em;
}

.wp-smiley {
    margin: 0;
}




/* =Comments
-------------------------------------------------------------- */
#comments {
    clear: both;
}

#comments .navigation {
    padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title {
    color: #000;
    font-weight: bold;
    font-size: 1.250em;
    margin-bottom: 0;
}

h3#comments-title {
    padding: 24px 0;
}

.commentlist {
    list-style: none;
    margin: 0;
}

.commentlist li.comment {
    border-bottom: 1px solid #e7e7e7;
    line-height: 24px;
    margin: 0 0 24px 0;
    padding: 0 0 0 56px;
    position: relative;
}

.commentlist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px;
}

#comments .comment-body p:last-child {
    margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}

.commentlist ol {
    list-style: decimal;
}

.commentlist .avatar {
    position: absolute;
    top: 4px;
    left: 0;
}

.comment-author {}

.comment-author cite {
    color: #000;
    font-style: normal;
    font-weight: bold;
}

.comment-author .says {
    font-style: italic;
}

.comment-meta {
    font-size: 0.750em;
    margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
    color: #888;
    text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
    color: #FF4B33;
}

.commentlist .even {}

.commentlist .bypostauthor {}

.reply {
    font-size: 0.750em;
    padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link {
    color: #888;
}

.reply a:hover,
a.comment-edit-link:hover {
    color: #FF4B33;
}

.commentlist .children {
    list-style: none;
    margin: 0;
}

.commentlist .children li {
    border: none;
    margin: 0;
}

.nopassword,
.nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    color: #888;
    font-size: 0.750em;
    line-height: 18px;
    display: block;
    margin: 0;
}

#comments .pingback .url {
    font-style: italic;
    font-size: 0.813em;
}


/* Comments form */
input[type=submit] {
    color: #333;
}

#respond {
    margin: 24px 0;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    position: relative;
}

#respond p {
    margin: 0;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    line-height: 1em;
}

.children #respond {
    margin: 0 48px 0 0;
}

h3#reply-title {
    margin: 18px 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-size: 0.750em;
    line-height: 18px;
    font-weight: normal;
}

#respond .required {
    color: #FF4B33;
    font-weight: bold;
}

#respond label {
    color: #888;
    font-size: 0.750em;
}

#respond input {
    margin: 0 0 9px;
    width: 98%;
}

#respond textarea {
    width: 98%;
}

#respond .form-allowed-tags {
    color: #888;
    font-size: 0.750em;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 0.688em;
}

#respond .form-submit {
    margin: 12px 0;
}

#respond .form-submit input {
    width: auto;
    font-size: 0.875em;
}

.fl-post-carousel-text {
    display: none;
}

.clear {
    clear: both;
    line-height: 1px;
    font-size: 1px;
}




/***************************** WP CSS Reset - Find ****************************************/

body {
    font-family: 'Libre Baskerville', serif;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    overflow-x: hidden;
}

#wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}


/***************************** Header start here ****************************************/

html.small .bott_cont {
    width: 100%;
    position: fixed;
    visibility: visible !important;
    padding: 0;
    top: 0;
    left: 0;
    -webkit-animation: slide-down .7s;
    -moz-animation: slide-down .7s;
    -ms-animation: slide-down .7s;
    -o-animation: slide-down .7s;
    animation: slide-down .7s;
    z-index: 9999;
    background: rgba(242, 242, 242, 0.93);
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    transition: all 0.4s linear 0s;
    z-index: 999;
    position: absolute;
    background: rgba(242, 242, 242, 0.8);
}

body.archive.tag #wrapper .header {
	position:relative;
}




.head_cont {
    width: 100%;
    margin: 0;
    padding: 0;
}

.head_top {
    width: 100%;
    margin: 0;
    padding: 9px 0;
}

.logo_sect {
    width: 100%;
    padding: 29px 0;
    margin: 0;
    text-align: center;
}

.logo_sect a {
    display: inline-block;
}

.logo_sect a img {
    display: block;
    width: auto;
    margin: 0 auto;
}

.head_top_left {
    width: auto;
    float: left;
    margin: 0;
    padding: 0;
}

.head_top_left ul {
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

.head_top_left ul li {
    width: auto;
    display: inline-block;
    margin: 0 16px 0 0;
    padding: 0;
}

.head_top_left ul li:last-child {
    margin: 0;
}

.head_top_left ul li a {
    font-size: 12px;
    line-height: 25px;
    color: #000;
    text-decoration: none;
    transition: all 0.4s linear 0s;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.head_top_left ul li a:hover {
    color: #dcbf84;
}

.head_top_right {
    width: auto;
    float: right;
    margin: 0;
    padding: 0;
}

.head_top_right ul {
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

.head_top_right ul li {
    width: auto;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
}

.head_top_right ul li:last-child {
    margin: 0;
}

.head_top_right ul li a {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    text-decoration: none;
    transition: all 0.4s linear 0s;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.head_top_right ul li a:hover {
    color: #dcbf84;
}

.bott_cont {
    width: 100%;
    margin: 0;
    padding: 0;
}

.head_bottom {
    width: 100%;
    max-width: 938px;
    margin: 0 auto;
    padding: 6px 0;
}

.nav {
    width: 800px;
    margin: 0 25px 0 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.form_sect {
    width: 208px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.search_style input[type="search"] {
    width: 180px;
    height: 31px;
    border: 1px solid #212122;
    padding: 0 15px;
    font-size: 13px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    font-family: Arial, Helvetica, sans-serif;
}

.search-button {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    position: relative;
}

.search-button:before {
    content: "\f002";
    font-size: 13px;
    color: #000;
    line-height: 31px;
    display: block;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
}

.search-button input[type=submit] {
    color: #FFF;
    letter-spacing: 0;
    padding: 0 !important;
    margin: 0;
    display: block;
    vertical-align: middle;
    width: 100%;
    border: none;
    height: 31px;
    transition: all 0.3s linear 0s;
    text-decoration: none;
    position: relative;
    z-index: 9;
    outline: none;
    text-align: left;
    box-shadow: none;
    background: transparent;
    -webkit-box-sizing: inherit;
    cursor: pointer;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}


#right_header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#right_header .right_bottom {
    padding: 0;
    width: 100%;
}

#right_header .right_bottom #navigation_bar {
    width: auto;
    padding: 0;
    margin: 0;
}

#right_header .right_bottom #navigation_bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    height: 100%;
}

#right_header .right_bottom #navigation_bar ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    list-style: none;
    width: auto;
    text-align: center;
    margin: 0 32px 0 0;
    padding: 0;
    transition: all 0.4s linear 0s;
    vertical-align: bottom;
}

#right_header .right_bottom #navigation_bar ul li:last-child {
    margin: 0;
}

#right_header .right_bottom #navigation_bar ul li a {
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.4s linear 0s;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
}

#right_header .right_bottom #navigation_bar ul li.current-menu-item a,
#right_header .right_bottom #navigation_bar ul li a:hover {
    color: #927f56;
}

#right_header .right_bottom #navigation_bar ul li ul {
    position: absolute;
    top: 32px;
    left: 0;
    background-color: rgba(4, 4, 4, 0.8);
    width: 170px;
    z-index: 9;
    height: auto !important;
    padding: 0;
    border-radius: 0;
    display: none;
    margin: 0;
    padding: 0 0 15px;
    border: none;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, .06);
    display: none;
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, .06);
    -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, .06);
}

#right_header .right_bottom #navigation_bar ul li ul li a {
    line-height: 19px;
    color: #d6d6d6;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-size: 13px;
}

#right_header .right_bottom #navigation_bar ul li ul li a:after {
    display: none !Important;
}

#right_header .right_bottom #navigation_bar ul li ul li a:hover {
    color: #FFF !important;
}

#right_header .right_bottom #navigation_bar ul li ul li {
    float: none;
    margin: 0;
    padding: 7px 20px;
    border-bottom: 1px solid #313030;
    position: relative;
    width: auto;
    text-align: left;
    display: block;
}

#right_header .right_bottom #navigation_bar ul li ul li:hover {
    background-color: #5b5b5b;
}

#right_header .right_bottom #navigation_bar ul li span img {
    width: 5px;
    height: auto;
}



#toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    height: auto;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    transition: all 0.1s ease-in;
    width: auto;
    z-index: 1000;
    box-sizing: border-box;
    z-index: 9999;
    display: none;
    transition: all 0.3s ease-in-out 0s;
}

#toggle .patty {
    background: none repeat scroll 0 0 #313131;
    height: 3px;
    top: 6px;
    margin: 10px 0;
    transition: all 0.3s ease 0s;
    width: 21px;
    position: relative;
    display: inline-block;
    float: right;
}

#toggle .patty::after,
#toggle .patty::before {
    background: none repeat scroll 0 0 #313131;
    content: "";
    display: inline-block;
    height: 3px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 21px;
    z-index: -1;
}

#toggle .patty::before {
    top: -6px;
    right: 0px;
}

#toggle .patty::after {
    top: 6px;
    right: 0px;
}

#toggle:hover {
    transition: top 0.4s ease 0s;
}

#toggle:hover {
    opacity: .8;
}

#toggle:hover .patty::before {
    top: -7px;
}

#toggle:hover .patty::after {
    top: 7px;
}

.mob_menu {
    display: none;
}

.open .patty {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.open .patty::before {
    background: none repeat scroll 0 0 #313131 !important;
    top: 0 !important;
    transform: rotate(-45deg);
}

.open .patty::after {
    background: none repeat scroll 0 0 #313131 !important;
    top: 0 !important;
    transform: rotate(45deg);
}

main.home {
    padding: 0;
}

main {
    overflow-x: hidden;
}

main {
    padding: 0;
    transition: all 0.3s linear 0s;
    overflow: initial;
}

.mob_menu {
    display: none;
}

.open .patty {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.open .patty::before {
    background: none repeat scroll 0 0 #313131 !important;
    top: 0 !important;
    transform: rotate(-45deg);
}

.open .patty::after {
    background: none repeat scroll 0 0 #313131 !important;
    top: 0 !important;
    transform: rotate(45deg);
}

::selection {
    background: #000;
    color: #FFF;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        transition: all .3s;
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
        transition: all .3s;
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        transition: all .3s;
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
        transition: all .3s;
    }
}



@-ms-keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        transition: all .3s;
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
        transition: all .3s;
    }
}

@-o-keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        transition: all .3s;
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
        transition: all .3s;
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        transition: all .3s;
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
        transition: all .3s;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

/***************************** Banner start here ****************************************/
/*Bad Code*/
/*Bad Code*.banner_sec         { width:100%; height:auto; margin:0; padding:304px 0 0; background:url(http://18.208.250.127/wp-content/uploads/2019/08/home-page-shop-copy-2.jpg)no-repeat center 51.4%; background-size:cover;}
/*Bad Code*/

.banner_sec {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    /*background: url(/wp-content/uploads/2019/08/home-page-shop-copy-2.jpg)no-repeat center 51.4%;*/
    background-size: cover;
}

.banner_sec_explore {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: url(/wp-content/uploads/2019/10/home-page-explore-copy.jpg)no-repeat center 51.4%;
    background-size: cover;
}

.banner_left {
    float: left !important;
    font-family: 'Libre Baskerville', serif;
    width: 62%;
    background: rgba(0, 0, 0, .65) !important;
    padding: 10px 27px;
}

.banner_sec .fl-module-content {
    margin: 0;
}

.banner_left h1 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 52px;
    margin: 0;
    padding: 0;
    line-height: 54px;
    margin-bottom: 10px;
    padding-top: 16px;
}

.banner_left h1 strong {
    font-weight: 400 !important;
}

.banner_left p {
    font-size: 12px !important;
    line-height: 24px !important;
    letter-spacing: 1px;
    font-weight: 500;
    display: block;
    margin: 0;
    padding: 0;
}

.banner_left p span {
    padding-top: 10px;
    margin-left: 15px;
    display: block;
    line-height: 17px;
}

.banner_left p span a {
    font-size: 10px;
    border: none;
    color: #fff !important;
    outline: none;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s linear 0s;
    padding: 0;
}

.banner_left p span a:hover {
    color: #D6AD5A !important;
}

.banner_left p br {
    display: none;
}

.banner_bottom {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    background-color: #ebebeb;
}

.banner_bottom p {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    display: block;
    margin: 0 0 19px;
    padding: 0;
}

.banner_bottom p strong {
    font-weight: 400 !important;
}

.banner_bottom .fl-module-content {
    margin: 20px 0;
}

.banner_cont_right {
    margin: -35px 0 0;
    padding: 0;
}

.Banner_form {
    width: 339px;
    margin: 0 53px 0 0;
    background: rgba(0, 0, 0, .65);
    padding: 10px 15px 0 15px;
    float: right;
    line-height: 13px;
}

.banner_cont_right.fl-node-5d53d8b7baac9>.fl-col-content {
    background-color: transparent !important;
}

.Banner_form h2 {
    font-size: 27px !important;
    width: 100%;
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    letter-spacing: 1px;
    line-height: 28px !important;
    margin: 0px !important;
    font-weight: 400;
}

.Banner_form ul {
    padding-left: 0 !important;
    padding: 0 5px !important;
    margin: 12px 0 0;
}

.Banner_form ul li {
    margin: 6px 0 !important;
    text-align: center;
    padding: 0 !important;
}

.Banner_form ul li.bv-form-signed {
    margin: 10px 0 0 !important;
}

.Banner_form ul li h2 {
    font-weight: 400 !important;
    font-size: 15px !important;
    text-align: left;
    line-height: 30px !important;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px !important;
}

.Banner_form .ginput_container_text {
    margin: 0 !important;
}

.Banner_form input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
}

.Banner_form input[type="text"] {
    border: 1px solid #212122;
    font-size: 13px !important;
    color: #747474;
    padding: 8px 15px !important;
    margin-right: 1%;
    HEIGHT: 50PX;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.Banner_form .gfield_description {
    padding-top: 8px !important;
    width: 100% !important;
}

.Banner_form ul li label {
    text-align: center;
    margin: 0;
    display: inline-block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px !important;
    letter-spacing: 1px;
    font-weight: 500;
}

.Banner_form .gfield_checkbox {
    width: auto !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    text-align: center;
}

/*Bad Code*/
/*Bad Code .Banner_form .ginput_container_checkbox             { margin:0 !important;}
/*Bad Code*/
.Banner_form ul {
    list-style: none;
}

.Banner_form ul li input[type=submit] {
    padding: 0 0px !important;
    margin-left: 0 !important;
    border: medium none;
    color: #583d06 !important;
    font-family: 'Libre Baskerville', serif !important;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
    height: 40px;
    transition: all 0.4s linear 0s;
    margin-bottom: 12px;
    background-color: #E8CB90;
    cursor: pointer;
    background-image: linear-gradient(to top, #D6AD5A, #E8CB90);
}

.Banner_form ul li input[type=submit]:hover {
    background-color: #D6AD5A;
    background-image: linear-gradient(to top, #E8CB90, #D6AD5A);
}

.Banner_form ul li a {
    color: #d93 !important;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s linear 0s;
}

.Banner_form ul li a:hover {
    color: #FFF;
}

.Banner_form .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
}

.Banner_form .fl-rich-text p {
    display: none;
}


/***************************** Content start here ****************************************/

.letter_sec {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    max-width: 1217px;
}

.letter_sec h1 {
    float: none !important;
    width: 100% !important;
    text-transform: uppercase !important;
    text-align: center;
    color: #000000 !important;
    font-size: 29px !important;
    font-family: 'Libre Baskerville', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.letter_sec p {
    font-size: 18px;
    line-height: 27px;
    font-family: 'Libre Baskerville', serif !important;
    font-weight: 400;
    color: #0a0a0a;
}

.letter_sec .fl-row-fixed-width {
    max-width: 1217px;
}


.page-id-91422 .letter_sec {
    max-width: 100% !important;
}

.page-id-91422 .letter_sec .fl-row-fixed-width {
    max-width: 1000px;
}

.letter_sec .fl-photo-content {
    display: block;
    line-height: 0;
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
}

.letter_sec .fl-photo-content img {
    display: block;
    height: auto;
    max-width: initial;
    width: 100%;
}

.browse_sec {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.browse_sec h1 {
    float: none !important;
    width: 100% !important;
    text-transform: uppercase !important;
    text-align: center;
    color: #000000 !important;
    font-size: 29px !important;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: 'Libre Baskerville', serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}

.browse_sec h1:before {
    content: '';
    width: 112px;
    height: 1px;
    background-color: none;
    display: block;
    margin: 0 auto 20px;
}

.browse_sec .fl-module-content {
    margin: 0;
}

.browse_sec .fl-row-content-wrap {
    padding: 0;
}

.browse_sec_main_right h2 {
    line-height: 27px;
    font-size: 18px;
    font-family: 'Libre Baskerville', serif !important;
    font-weight: 400;
    color: #0a0a0a;
}

.browse_sec_main_right h2 a {
    color: #d93;
    text-decoration: none;
    transition: all 0.4s linear 0s;
}

.browse_sec_main_right h2 a:hover {}

.btn_sect a.fl-button {
    border-radius: 2px;
    background: #e8cb90 !important;
    background-color: #D6AD5A;
    background-image: linear-gradient(to top, #E8CB90, #D6AD5A);
    color: #583d06 !important;
    line-height: 17px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.btn_sect a.fl-button:hover {
    background-image: linear-gradient(to top, #e8cb90, #d6ad5a) !important;
}

.browse_sec_main .fl-row-content-wrap {
    padding: 20px 20px 0;
}

.recent_sec .fl-row-content-wrap {
    padding: 0;
}

.recent_sec .fl-module-content {
    margin: 5px 0 15px;
}

.recent_sec a.fl-button {
    border-radius: 2px;
    background-color: #D6AD5A;
    background-image: linear-gradient(to top, #E8CB90, #D6AD5A);
    color: #583d06 !important;
    border-color: transparent !important;
    border: none !important;
    font-family: 'Libre Baskerville', serif !important;
    padding: 13px 29px !important;
    line-height: 17px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.recent_sec a.fl-button:hover {
    background-image: linear-gradient(to top, #e8cb90, #d6ad5a) !important;
}


.arrrival_cont {
    padding-top: 30px;
    margin: 0 0 12px;
}

.arrrival_cont h1 {
    line-height: 30px;
    font-family: 'Libre Baskerville', serif;
    float: none !important;
    width: 100% !important;
    text-transform: uppercase !important;
    text-align: center;
    color: #000000 !important;
    font-size: 29px !important;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 400;
}

.arrrival_cont .fl-module-content {
    margin: 20px 0 0;
}


.Post_sec .fl-post-carousel-text {
    display: none;
}

.arrival_btn a {
    border-radius: 2px !important;
    border: none !important;
    width: 289px !important;
    padding: 13px 29px !important;
    background-color: #D6AD5A;
    background-image: linear-gradient(to top, #E8CB90, #D6AD5A);
    transition: all 0.4s linear 0s;
    color: #583d06 !important;
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.arrival_btn a:hover {
    background-color: #D6AD5A;
    background-image: linear-gradient(to top, #E8CB90, #D6AD5A);
}

.discover_sec h1 {
    line-height: 30px;
    font-family: 'Libre Baskerville', serif;
    float: none !important;
    width: 100% !important;
    text-transform: uppercase !important;
    text-align: center;
    color: #000000 !important;
    font-size: 29px !important;
    padding-top: 20px;
    padding-bottom: 30px;
    font-weight: 400;
}


.discover_left h2 {
    line-height: 27px;
    font-size: 18px;
    font-family: 'Libre Baskerville', serif !important;
    font-weight: 400;
    padding: 0 0 20px;
    color: #0a0a0a;
}

.discover_left strong a {
    display: inline-block;
    padding: 0 0 14px;
    font-size: 12px;
    font-family: 'Libre Baskerville', serif;
    color: #000;
    text-decoration: none;
    transition: all 0.4s linear 0s;
}

.discover_links {
    width: auto;
    padding: 0 45px;
}

.discover_left strong a:before {
    content: "\f04b";
    font-size: 10px;
    color: #000;
    line-height: 10px;
    display: inline-block;
    vertical-align: middle;
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
    font-weight: 600;
}

.discover_left strong a:hover {
    color: #d6ad5a !important;
}

.search_sec h2 {
    padding: 34px 0;
    font-size: 22px;
    line-height: 23px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
}

.form_gravt {
    width: 100%;
    max-width: 878px;
    margin: 40px auto 0;
}

.form_gravt .fl-node-content {
    margin: 0;
}

.form_gravt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.form_gravt ul li {
    width: 44.8%;
    margin: 0 0 8px !important;
    padding: 0 !important;
    text-align: left;
}

.form_gravt ul li:nth-child(even) {
    float: right;
}

.form_gravt ul li:nth-child(odd) {
    float: left;
}

.form_gravt ul:after {
    content: '';
    clear: both;
    display: block;
}

.form_gravt label {
    margin-top: 0;
    margin-bottom: 8px;
    color: #fff !important;
    font-weight: 700 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 20px !important;
    line-height: 22px !important;
}

.form_gravt .ginput_container_select {
    margin: 0 !important;
}

.form_gravt ul li.gfield {
    clear: initial !important;
}

.page-id-91422 h2 {
    text-transform: none;
}

.page-id-91422 .advanced-search-form select,
.page-id-91422 .advanced-search-form input[type="text"] {
    background: #fff !important;
    height: 50px;
}

.form_gravt select,
.form_gravt input {
    font: 100% Arial, Helvetica, sans-serif !important;
    background: #fff !important;
    color: #000;
    padding: 0 10px !important;
    width: 100% !important;
    margin: 0 0 10px;
}

.form_gravt ul li ul li label {
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px !important;
    width: auto !important;
}


.form_gravt ul li ul {
    width: auto !important;
    margin: 0 !important;
}

.form_gravt ul li ul li {
    width: auto !important;
    float: none !important;
}

.Post_sec .fl-post-carousel-post {
    height: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: -ms-fit-content;
    height: -o-fit-content;
}

.Post_sec .fl-node-content {
    margin: 20px 0;
}

.Post_sec .fl-post-carousel-grid {
    padding: 0;
}


.Post_sec .fl-post-carousel-svg-container {
    display: block;
    z-index: 1000;
    opacity: .8;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    height: 29px;
    width: 29px;
    text-align: center;
    cursor: pointer;
    color: transparent;
    background-color: #3a3a3a;
    background-repeat: no-repeat;
}

.Post_sec .fl-post-carousel-navigation svg {
    height: auto;
    width: 25px;
    padding: 8px 6px;
    margin: 0 auto;
}

.Post_sec .fl-post-carousel-navigation .carousel-next {
    right: 30px;
}

.explore_sec h1 {
    line-height: 30px;
    font-family: 'Libre Baskerville', serif;
    float: none !important;
    width: 100% !important;
    text-transform: uppercase !important;
    text-align: center;
    color: #000000 !important;
    font-size: 29px !important;
    padding-top: 20px;
    padding-bottom: 30px;
    font-weight: 400;
}

.explore_sec h2 {
    line-height: 27px;
    font-size: 18px;
    font-family: 'Libre Baskerville', serif !important;
    font-weight: 400;
    padding: 0 0 20px;
    color: #0a0a0a;
}


.explore_sec_left strong a {
    display: inline-block;
    padding: 0 0 14px;
    font-size: 12px;
    font-family: 'Libre Baskerville', serif;
    color: #000;
    text-decoration: none;
    transition: all 0.4s linear 0s;
}

.explore_links {
    width: auto;
    padding: 0 45px;
}

.explore_sec_left strong a:before {
    content: "\f04b";
    font-size: 10px;
    color: #000;
    line-height: 10px;
    display: inline-block;
    vertical-align: middle;
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
    font-weight: 600;
}

.explore_sec_left strong a:hover {
    color: #d6ad5a !important;
}


.items_sec h1 {
    line-height: 30px;
    font-family: 'Libre Baskerville', serif;
    float: none !important;
    width: 100% !important;
    text-transform: uppercase !important;
    text-align: center;
    color: #000000 !important;
    font-size: 29px !important;
    padding-top: 50px;
    padding-bottom: 25px;
    font-weight: 400;
}


.items_sec .fl-module-content {
    margin: 0;
}

.para_txt {
    font-size: 13px;
    color: #161616;
    line-height: 20px;
}

.view_btn a {
    border-radius: 2px;
    border: none !important;
    width: 289px !important;
    height: 44px;
    padding: 13px 29px !important;
    background-color: #D6AD5A;
    background-image: linear-gradient(to top, #E8CB90, #D6AD5A);
    color: #583d06 !important;
}

.view_btn a:hover {
    background-color: #D6AD5A;
    background-image: linear-gradient(to top, #E8CB90, #D6AD5A);
}

.view_btn a span {
    font-size: 14px;
    color: #785510 !important;
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
    font-weight: 700;
}

.view_btn {
    margin: 30px 0 60px;
}

.subjects_sec h1 {
    line-height: 30px;
    font-family: 'Libre Baskerville', serif;
    float: none !important;
    width: 100% !important;
    text-transform: uppercase !important;
    text-align: center;
    color: #000000 !important;
    font-size: 29px !important;
    padding-top: 30px;
    padding-bottom: 25px;
    font-weight: 400;
}

.subjects_sec p {
    line-height: 27px;
    font-size: 18px;
    font-family: 'Libre Baskerville', serif !important;
    font-weight: 400;
    padding: 0 0 20px;
    margin: 0;
    color: #0a0a0a;
}

.feature_top .fl-node-content {
    margin: 20px 0 0;
}

.subjects_sec .fl-col-group-align-top .fl-node-content {
    margin: 0;
}

.subjects_sec .fl-col-small {
    width: 21.4%;
    margin: 0 20px;
}

.subjects_sec .fl-col-group-align-top {
    margin: 0 -20px;
}

.feature_img {
    margin: 0 0 20px;
}

.subjects_sec h3 {
    font-family: 'Libre Baskerville', serif !important;
    font-weight: 700;
    color: #161616;
    line-height: 20px;
    font-size: 13px;
}

.subjects_sec a.fl-button {
    border-radius: 2px !important;
    border: none !important;
    width: 289px !important;
    height: 44px;
    transition: all 0.4s linear 0s;
    padding: 13px 29px !important;
    background-color: #D6AD5A;
    background-image: linear-gradient(to top, #E8CB90, #D6AD5A);
    color: #583d06;
}

.subjects_sec a span {
    font-size: 14px;
    color: #785510 !important;
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
    font-weight: 700;
}

.subjects_sec a:hover {
    background-color: #D6AD5A;
    background-image: linear-gradient(to top, #E8CB90, #D6AD5A);
}

.blog_post_sec h2 {
    padding: 34px 0;
    font-size: 22px;
    line-height: 23px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
}

.blog_posts .fl-post-grid-image {
    width: 144px;
    float: left;
}

.blog_posts .fl-post-grid-text {
    width: 364px;
    float: right;
    padding: 0 20px;
}

.blog_posts .fl-post-column:after {
    content: '';
    clear: both;
    display: block;
}

.blog_posts .fl-post-grid-image img {
    width: 144px !important;
    height: 116px !important;
    object-fit: cover;
    display: block;
}

.blog_posts .fl-post-column {
    height: 116px;
    margin: 0 0 30px;
}

.blog_posts .fl-post-column li {
    border: none;
}

.blog_posts h2 a {
    color: #d93;
    font-size: 21px !important;
    line-height: 28px;
    text-align: left;
    text-transform: capitalize !important;
    font-family: 'Libre Baskerville', serif !important;
    font-weight: 400 !important;
}

.blog_posts h2 a:hover {
    color: #c49346;
}

.blog_btn a.fl-button {
    border-radius: 2px !important;
    border: none !important;
    width: 289px !important;
    height: 44px;
    transition: all 0.4s linear 0s;
    padding: 13px 29px !important;
    background-color: #D6AD5A;
    background-image: linear-gradient(to top, #E8CB90, #D6AD5A);
    color: #583d06 !important;
    margin: 20px auto 20px;
}

.blog_btn a span {
    font-size: 14px;
    color: #785510 !important;
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
    font-weight: 700;
}

.blog_btn a:hover {
    background: #c6aa5b !important;
}

.gift_sec h1 {
    line-height: 30px;
    font-family: 'Libre Baskerville', serif;
    float: none !important;
    width: 100% !important;
    text-transform: uppercase !important;
    text-align: center;
    color: #000000 !important;
    font-size: 29px !important;
    padding-top: 30px;
    padding-bottom: 25px;
    font-weight: 400;
}

.gift_sec p {
    line-height: 27px;
    font-size: 18px;
    font-family: 'Libre Baskerville', serif !important;
    font-weight: 400;
    padding: 0 0 20px;
    margin: 0;
    color: #0a0a0a;
}
/*
.gift_sec .fl-node-content {
    margin: 20px auto;
}

.gift_sec .fl-post-carousel {
    padding: 0;
}

.gift_sec .fl-post-carousel-svg-container {
    display: block;
    z-index: 1000;
    opacity: .8;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    height: 29px;
    width: 29px;
    text-align: center;
    cursor: pointer;
    color: transparent;
    background-color: #3a3a3a;
    background-repeat: no-repeat;
}

.gift_sec .fl-post-carousel-navigation svg {
    height: auto;
    width: 25px;
    padding: 8px 6px;
    margin: 0 auto;
}

.gift_sec .fl-post-carousel-navigation .carousel-next {
    right: 30px;
}*/

.gift_sec .fl-post-carousel-post {
    /*height: 330px;*/
}

.gift_sec a.fl-button {
    border-radius: 2px !important;
    border: none !important;
    width: 289px !important;
    height: 44px;
    transition: all 0.4s linear 0s;
    padding: 13px 29px !important;
    background: #e8cb90 !important;
    color: #785510 !important;
    margin: 20px auto 20px;
}

.gift_sec a span {
    font-size: 14px;
    color: #785510 !important;
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
    font-weight: 700;
}

.gift_sec a:hover {
    background: #c6aa5b !important;
}


footer {
    background-color: #2d2d2d;
    background-attachment: fixed;
    background-position: top center;

}

.main_footer {
    border-top: 12px solid #403f3f;
    padding-top: 43px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
}

.footer_one {
    width: 30.6%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.main_footer {
    margin: 0 -15px;
    width: 97.6%;
}

.main_wrapper {
    padding: 253px 0 0;
}

.form_gravt form {
    width: auto;
    margin: 0 -45px;
}

.page-id-91422 .advanced-search-form {
    padding: 0 0 0 !important;
}

.advanced-search-left,
.advanced-search-right {
    width: 39.4%;
    margin: 0 45px;
    padding: 0;
    display: inline-block;
}


.advanced-search-left ul li,
.advanced-search-right ul li {
    width: 100%;
}

.form_gravt ul li input[type="checkbox"] {
    display: inline-block;
    vertical-align: initial;
    width: auto !important;
}

.advanced-search-right ul li label {
    margin: 11px 0 31px !important;
    display: inline-block;
}

.advanced-search-right ul li.bv-price-min {
    margin: 0 0 8px !important;
    list-style: none;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    font-weight: 700;
}

.advanced-search-right ul li .qsrch.button {
    margin-top: 20px;
    /* margin-right: 1%; */
    border-radius: 0;
    background-color: #D6AD5A;
    background-image: linear-gradient(to top,#E8CB90,#D6AD5A);
    color: #583d06 !important;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: 'Libre Baskerville', serif !important;
    font-size: 12px;
    height: auto;
    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
    transition-delay: 0;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: ease;
    display: inline-block;
}

.advanced-search-right ul li .qsrch {
    border: medium none !important;
    border-radius: 0 !important;
    color: #583d06 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 13px 18px !important;
    width: auto !important;
}

.advanced-search-right ul li .bv-clear-button {
    margin-left: 20px;
}

.form_gravt {
    margin: 0 auto 20px;
}

.main_footer:after {
    content: '';
    clear: both;
    display: block;
}

.footer_one h2 {
    color: #DDD;
    font-size: 13px;
    line-height: 13px;
    font-family: 'Libre Baskerville', serif;
    margin: 0 0 28px;
    font-weight: 400;
    text-align: left !important;
}

.footer_one b {
    color: #8C8989;
    line-height: 20px;
    font-size: 13px;
    font-family: 'Libre Baskerville', serif;
}

.footer_one b a {
    font-family: "Open Sans", sans-serif;
    color: #BFBFBF;
    text-decoration: none;
    transition: all 0.4s linear 0s;
    font-size: 13px;
    line-height: 20px;
}

.footer_one b a:hover {
    color: #c49346;
}

.footer_one ul {
    list-style: none;
    margin: 0;
}

.footer_one ul li a {
    font-family: "Open Sans", sans-serif;
    color: #BFBFBF;
    text-decoration: none;
    transition: all 0.4s linear 0s;
    font-size: 13px;
    line-height: 20px;
}

.footer_one ul li a:hover {
    color: #c49346;
}

.footer_bottom {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #282a2b;
    border-top: 1px solid #4B4C4D;
    padding-top: 18px;
    padding-bottom: 16px;
}

.foot_cont {
    margin: 0;
    padding: 0;
    float: left;
    color: #8c8989;
    width: 60%;
    font-size: 12px;
}

.head_top_left.social {
    width: 40%;
    float: right;
    text-align: right;
}

.footer_bottom:after {
    content: '';
    clear: both;
    display: block;
}

.foot_cont p {
    font-family: 'Libre Baskerville', serif;
    font-size: 12px;
    color: #8C8989;
    margin: 0;
    line-height: 20px;
}

.foot_cont h5 {
    font-size: 9px;
    color: #8C8989;
}

.head_top_left.social ul li a i {
    font-size: 16px;
    transition: all 0.4s linear 0s;
    color: #c6aa5b;
}

.head_top_left.social ul li a:hover i {
    color: #FFF;
}

.head_top_left.social ul li {
    margin: 10px 16px 0 0;
}

.head_top_left.social ul li:last-child {
    margin: 10px 0 0 0;
}


.details_main {
    width: 100%;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    background: #f6f6f6;
    background-image: -webkit-gradient(linear, left bottom, left bottom, from(#e0e0e0), to(#f6f6f6));
    background-image: -webkit-linear-gradient(bottom, #e0e0e0, #f6f6f6);
    background-image: -moz-linear-gradient(bottom, #e0e0e0, #f6f6f6);
    background-image: -o-linear-gradient(bottom, #e0e0e0, #f6f6f6);
    background-image: linear-gradient(to bottom, #e0e0e0, #f6f6f6);
}

.details_main h3, .content-area .details_main h1, .details_main h1 {
    font-size: 18px;
    font-family: 'Libre Baskerville', serif;
    line-height: normal;
    color: #000 !important;
    padding: 0 0 18px;
	font-weight: normal;
}

.cat_btn a {
    background-color: #D6AD5A;
    background-image: linear-gradient(to top,#E8CB90,#D6AD5A);
    color: #583d06 !important;
    padding: 17px 40px !important;
    margin: 0 0 30px;
    line-height: 21px !important;
    font-size: 18px !important;

}

.cat_btn a span {
    line-height: 21px !important;
    display: block !important;
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 700;
}

.cat_btn a span:before {
    margin-right: 10px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 18px;
    color: #785510;
    display: inline-block;
    content: '\f0da';
}

.search-button.bg_chge {
    width: 33px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -6px 0 0;
    position: relative;
    transition: all 0.4s linear 0s;
    background: #000;
}

.main_row_cat {
    padding: 40px 0 0;
}

.search-button.bg_chge:before {
    color: #C29D3A;
    transition: all 0.4s linear 0s;
}

.search-button.bg_chge:hover {
    background: #C29D3A;
}

.search-button.bg_chge:hover:before {
    color: #000;
}

.main_row_cat .shop_cont h3,
.main_row_cat .cat_col h3 {
    margin: 0 20px !important;
}

.shop_cont h3 a,
.cat_col h3 a {
    text-decoration: none;
    transition: all 0.4s linear 0s;
}

.shop_cont h3 a span,
.cat_col h3 a span {
    line-height: 27px;
    font-size: 18px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.4s linear 0s;
}

.shop_cont h3 a:hover span,
.cat_col h3 a:hover span {
    color: #c49346 !important;
}

.main_row_cat .fl-row-content-wrap {
    padding: 0 20px;
}

.prod_detail {
    width: auto;
    padding: 50px 30px 0 30px;
    background-color: #ececec;
}

.prod_detail h1 {
    font-size: 14pt;
    margin-top: .67em;
    line-height: 20px;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: .67em;
    color: #161616;
    font-weight: bold;
}

.prod_detail p {
    color: #161616;
    line-height: 20px;
    font-size: 13px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
}

.prod_detail ul {
    margin: 42px 0 0 !important;
}

.prod_detail ul li {
    width: 100% !important;
    border: 1px solid #3e3e3e;
    margin: 0 0 12px !important;
    position: relative;
    background: #FFF;
}

.prod_detail ul li .product-details {
    padding: 20px 15px 0 15px;
}

.single-product .related ul.products,
.single-product .related ul.products li {
    display: flex;
    flex-wrap: wrap;
    /* enable flex items to wrap */
    justify-content: center;
    position: relative;
    padding-bottom: 10px;

}


.single-product .related ul.products li .product-details .product-details-container {
    height: 86%;
}






.product-list-image {
    float: right;
    width: 40%;
    margin-left: 3%;
}

.product-list-description {
    float: left;
    width: 57%;
}

.product-list-description .product-headline {
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 20px;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    text-align: left;
    padding: 0 !important;
    font-weight: bold;
    font-family: 'Libre Baskerville', Arial, Helvetica, sans-serif;
}

.product-list-description .product-headline a {
    color: #4f4f4f;
    text-decoration: none;
    transition: all 0.4s linear 0s;
}

.product-list-description .product-headline a:hover {
    color: #c49346;
}

.product-list-description .primary-author {
    color: #161616;
    font-size: 15px !important;
    line-height: 20px;
    padding: 0 !important;
    margin-bottom: 1em !important;
    font-weight: bold;
    font-family: 'Libre Baskerville', Arial, Helvetica, sans-serif;
}

.product-list-description .primary-author a {
    color: #161616;
    text-decoration: none;
    transition: all 0.4s linear 0s;
}

.product-list-description .primary-author a:hover {
    color: #c49346;
}

.product-list-description .product-title {
    font-size: 18px !important;
    color: #333;
    line-height: 24px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    padding: 0 !important;
    margin-bottom: 13px !important;
	text-transform: none;
	text-align: left;
}

.product-list-description .product-title a {
    color: #161616;
    text-decoration: none;
    transition: all 0.4s linear 0s;
}

.product-list-description .product-title a:hover {
    color: #c49346;
}

.product-list-description p {
    display: inline;
    font-style: italic;
    color: #161616;
    line-height: 20px;
    font-size: 13px;
    font-family: 'Libre Baskerville', serif;
    margin: 0 0 13px;
    font-weight: 400;
}

.product-list-description p.product-description {
    display: block;
}

.product-list-description h4.price_sec {
    margin-top: 1.33em;
    margin-bottom: 25px;
    color: #161616;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
    font-family:Times New Roman;
}

.product-list-description h4.price_sec span.price {
    display: inline-block !important;
}

.product-list-description h4.price_sec span.amount {
    line-height: 16px;
    font-size: 13px;
    font-weight: bold;
    color: #c49346;
    font-family: "times new roman" !important;
}

.product-details-container {
    border-bottom: 1px solid #3e3e3e;
}

.btnsec {
    padding-bottom: 0;
    padding-top: 12px;
    margin: 0 0 40px;
    margin-top: 4px;
    border-top: 1px solid #3e3e3e;
}

.add_to_cart_button,
.shipping_sec {
    margin: 0 !important;
}

.btnsec a {
    border-radius: 2px !important;
    background-color: #E8CB90 !important;
    background-image: linear-gradient(to top, #D6AD5A, #E8CB90) !important;
    background-origin: padding-box;
    background-size: auto;
    border-color: #785510 !important;
    color: #785510 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: 'Libre Baskerville', serif;
    font-size: 12px !important;
    font-weight: 700 !important;
    height: 32px;
    line-height: 32px !important;
    min-height: 32px;
    padding: 0 !important;
    text-align: center;
    text-transform: uppercase;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
    width: 23.5%;
    margin-right: 1% !important;
}

.btnsec a:hover {
    background: linear-gradient(to top, rgb(232, 203, 144), rgb(214, 173, 90)) !important;
}

.prod_detail ul.page-numbers {
    margin: 0 !Important;
    border: none !important;
    width: 100%;
    text-align: left;
}

.prod_detail ul.page-numbers li {
    display: inline-block !important;
    width: auto !important;
    border: none !important;
    margin: 0 2px !important;
    text-align: center;
    float: none !important;
    background: transparent;
}

.prod_detail ul.page-numbers li span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.prod_detail ul.page-numbers li span .wp-pagenavi span.current {
    font-weight: 700;
    border-color: #000;
}

.prod_detail ul.page-numbers li a {
    border: 1px solid #BFBFBF;
    padding: 3px 5px !important;
    color: #c49346;
    font-size: 13px !important;
    font-weight: 400 !important;
    margin: 0 !important;
}


.btnsec a.wishlist_sec:before {
    content: '\f06b';
    font-size: 14px;
    line-height: 14px;
    color: #785510;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-right: 5px;
}

.btnsec a.add_to_cart_button:before {
    content: '\f07a';
    font-size: 11px;
    line-height: 12px;
    color: #785510;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-right: 5px;
}

.btnsec a.askque_sec:before {
    content: '\f128';
    font-size: 13px;
    line-height: 13px;
    color: #785510;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-right: 5px;
}

.btnsec a.details_sec:before {
    content: '\f0ca';
    font-size: 13px;
    line-height: 13px;
    color: #785510;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-right: 5px;
}

.catalog-ordering {
    float: left;
}

.category-ordering {
    float: right;
}

.prod_detail p.woocommerce-result-count {
    display: none;
}

.prod_detail ul.orderby {
    margin: 0 !important;
}

.orderby-order-container {
    display: inline-block;
    margin: 0 10px 0 0;
}

.prod_detail ul.order-dropdown {
    display: inline-block;
    margin: 0 !important;
    vertical-align: top;
}


.prod_detail .orderby-order-container .order-dropdown {
    float: left;
    width: 175px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 10px !important;
    position: relative;
    z-index: 100;
    cursor: pointer;
}

.prod_detail .orderby-order-container .order-dropdown {
    color: #333;
}

.prod_detail .orderby-order-container .catalog-ordering .order {
    margin: 0;
    padding: 0;
    list-style: none;
}

.prod_detail .orderby-order-container .catalog-ordering .order {
    margin-right: 10px;
    float: left;
}

.prod_detail .orderby-order-container ul.order {
    float: right;
    margin: 0 !important;
}

.orderby-order-container:after {
    content: '';
    clear: both;
    display: block;
}


.order-dropdown .current-li {
    background: #fbfaf9;
    border: 1px solid #dbdbdb;
    display: block;
    height: 29px;
    line-height: 29px;
    width: 175px;
    text-indent: 12px;
    font-size: 12px;
}

.order-dropdown ul li a {
    width: 175px;
    background: #fbfaf9;
    border: 1px solid #dbdbdb;
    border-top: 0;
    display: block;
    height: 30px;
    line-height: 30px;
    text-indent: 13px;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.4s linear 0s;
    padding: 0;
    padding-right: 13px;
}

.order-dropdown .current-li,
.order-dropdown ul li a {
    background-color: #fbfaf9 !important;
    border-color: #dbdbdb;
}

.order-dropdown ul {
    display: none;
    background: #fbfaf9;
}

.catalog-ordering .order li a,
.order-dropdown .current-li,
.order-dropdown>li:after,
.order-dropdown li,
.order-dropdown ul,
.order-dropdown ul li a {
    background-color: #3e3e3e;
}

.prod_detail ul.orderby.order-dropdown li {
    border: none;
    background: transparent;
}

.prod_detail .order-dropdown>li:after {
    display: block;
    font-family: "Font Awesome 5 Pro";
    content: '\f078';
    font-size: 9px;
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    width: 26px;
    text-align: center;
    border-left: 1px solid #dbdbdb;
}

.prod_detail .catalog-ordering a,
.prod_detail .order-dropdown>li:after,
.prod_detail .order-dropdown ul li a {
    color: #ccc;
}

.prod_detail .catalog-ordering .order li a,
.prod_detail .order-dropdown .current-li,
.prod_detail .order-dropdown>li:after,
.prod_detail .order-dropdown li,
.prod_detail .order-dropdown ul,
.prod_detail .order-dropdown ul li a {
    background-color: #3e3e3e;
}

.prod_detail .order-dropdown>li:after {
    border-color: #dbdbdb;
}

.prod_detail .order-dropdown>li:hover>ul {
    display: block;
    position: absolute;
    margin: 0 !important;
    background: #fbfaf9;
    z-index: 9;
    list-style: none;
}

.prod_detail .order-dropdown a,
.prod_detail .order-dropdown a:hover {
    color: #333;
}

.prod_detail .order-dropdown li ul li {
    height: 30px;
    margin: 0 !important;
}

.prod_detail .order-dropdown .current-li,
.prod_detail .order-dropdown ul li a {
    color: #ccc !important;
    background-color: #fbfaf9 !important;
    border: 1px solid #dbdbdb;
    padding: 0;
}

.prod_detail .order-dropdown ul li a:hover {
    color: #333 !important;
    background-color: #fff !important;
}

.catalog-ordering .order li a {
    background: #fbfaf9;
    border: 1px solid #dbdbdb;
    display: block;
    height: 29px;
    line-height: 29px;
    padding: 0 13px;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.4s linear 0s;
    padding: 0 10px;
}

.catalog-ordering .order li a {
    color: #333;
    background-color: #fbfaf9 !important;
    border-color: #dbdbdb;
}

.catalog-ordering .order li {
    border: none;
}

.prod_detail .sort-count li {
    border: none !important;
    margin: 0 0 42px !important;
}

.category-ordering select {
    background-color: #fbfaf9 !important;
    border: 1px solid #dbdbdb;
    height: 30px;
    padding: 0;
    width: 250px;
    color: #333;
    line-height: 29px;
    text-indent: 13px;
    outline: none;
    font-size: 12px;
    font-family: 'Libre Baskerville', serif;
    background: url(https://new.raptisrarebooks.com/wp-content/uploads/2019/08/drop_arrow.jpg) no-repeat right top;
    -webkit-appearance: none;
}

.category-ordering {
    position: relative;
}

#right_header .right_bottom #navigation_bar ul li a small {
    display: none;
}

.shop_cont .fl-module-content {
    margin: 0;
}

.shop_cont h3 {
    margin: 0;
}

.cat_col a {
    display: block;
}


.prod_detail ul.fusion-grid-list-view {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px !important;
    padding: 0;
    width: 74px;
    height: 29px;
    line-height: 29px;
    list-style: none;
    border: 1px solid #dbdbdb;
}

.prod_detail ul.fusion-grid-list-view li {
    height: 29px;
    width: 36px !important;
    float: left;
    text-align: center;
    background-color: #FFF;
    border: none;
    border-right: 1px solid #dbdbdb;
}

.prod_detail ul.fusion-grid-list-view li:last-child {
    border-right: none;
}

.prod_detail ul.fusion-grid-list-view li.active-view a i {
    color: #636363;
    height: 29px;
    line-height: 29px;
}

.prod_detail ul.fusion-grid-list-view a {
    color: #333;
    font-size: 14px;
}

.category-ordering .order-dropdown,
.order-dropdown ul li a {
    width: 195px;
}

.prod_detail ul.fusion-grid-list-view li {
    background-color: #fbfaf9;
    border-color: #dbdbdb;
}

.prod_detail ul.fusion-grid-list-view li:hover {
    background-color: #fff;
    cursor: pointer;
}

.subjects_sec a,
.fl-post-carousel-image a {
    display: block;
}

/***************************** Default_page start here ****************************************/

.defpage {
    width: 100%;
    margin: 0;
    padding: 70px 0;
    text-align: left;
}


.defpage h1 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 52px;
    line-height: 54px;
    margin-bottom: 10px;
    padding-top: 16px;
}

.defpage h2 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 51px;
    line-height: 53px;
    margin-bottom: 10px;
    padding-top: 16px;
}

.defpage h3 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 48px;
    margin-bottom: 10px;
    padding-top: 16px;
}

.defpage h4 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 343px;
    margin-bottom: 10px;
    padding-top: 16px;
}

.defpage h5 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-top: 16px;
}

.defpage h6 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    padding-top: 16px;
}

.defpage hr {
    height: 1px;
    background: #093341;
}

.defpage p {
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.65;
    padding: 0 0 15px;
    word-break: break-all;
    margin: 0;
    letter-spacing: 0px;
    color: rgba(74, 74, 74, 0.58);
}

.defpage small {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.73;
    letter-spacing: normal;
    text-align: center;
    color: rgba(94, 96, 95, 0.34);
}

.defpage p b,
.defpage p strong {
    font-weight: bold;
}

.defpage p em {
    font-style: italic;
}

.defpage p a,
.defpage a {
    display: block;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.65;
    transition: all 0.4s linear 0s;
    text-decoration: none;
    margin: 0;
    letter-spacing: 0px;
    color: rgba(74, 74, 74, 0.58);
}

.defpage p a:hover,
.defpage a:hover {
    color: #ed3124;
}

blockquote {
    padding: 10px;
    background: #ed3124;
    text-indent: 15px;
    margin: 0 0 20px 0;
}

blockquote p {
    margin: 0;
    padding: 0;
}

figure.wp-caption {
    margin: 0;
    background: none;
    text-align: left;
}

figure.wp-caption img {
    margin: 0 0 10px 0;
}

figcaption.wp-caption-text {
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.65;
    padding: 0 0 15px;
    margin: 0;
    letter-spacing: 0px;
    color: #0b1a20;
}

.defpage ul {
    margin-bottom: 25px;
    margin-left: 0;
}

.defpage ul li {
    display: block;
    vertical-align: top;
    position: relative;
    list-style: none;
    width: auto;
    margin: 0 0 10px;
    padding: 0 0 0 25px;
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #837863;
    letter-spacing: 0;
    display: block;
    text-align: left;
}

.defpage ul li a {
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #837863;
    letter-spacing: 0;
    transition: all 0.6s linear 0s;
    text-decoration: none;
}

.defpage ul li a:hover {
    color: #ed3124;
}

.defpage ol {
    list-style: decimal inside;
    margin: 0 0 20px 0;
    padding: 0;
    color: #003262;
}

.defpage ol li {
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #837863;
    letter-spacing: 0;
    transition: all 0.6s linear 0s;
    text-decoration: none;
    font-weight: normal;
}

.defpage ol li a {
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #837863;
    letter-spacing: 0;
    transition: all 0.6s linear 0s;
    text-decoration: none;
    font-weight: normal;
    transition: all 0.6s linear 0s;
    text-decoration: none;
}

.defpage ol li a:hover {
    color: #ed3124;
}

form {
    margin: 0;
}

form label {
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 5px 0;
}

form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="number"],
form select {
    width: 100%;
    height: 45px;
    border: 1px solid #212122;
    padding: 0 15px;
    font-size: 14px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 6px 0;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #FFF;
    outline: none;
    box-sizing: border-box;
}

form select {
    width: 100%;
    height: 45px;
    border: 1px solid #212122;
    padding: 0 15px;
    font-size: 14px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #FFF;
    outline: none;
    box-sizing: border-box;
}

textarea.form-control {
    width: 100%;
    height: auto;
    border: 1px solid #212122;
    padding: 0 15px;
    font-size: 14px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #FFF;
    outline: none;
    box-sizing: border-box;
}

button[type="submit"] {
    padding: 0 !important;
    margin: 20px 0 0 !important;
    border: medium none;
    color: #583d06 !important;
    font-family: 'Libre Baskerville', serif !important;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
    height: 40px;
    transition: all 0.4s linear 0s;
    margin-bottom: 12px;
    background-color: #E8CB90;
    outline: none;
    cursor: pointer;
    background-image: linear-gradient(to top, #D6AD5A, #E8CB90);
}

button[type="submit"]:hover {
    background-color: #D6AD5A;
    background-image: linear-gradient(to top, #E8CB90, #D6AD5A);
}

.navigation.pagination {
    width: 100%;
    text-align: left;
    margin: 10px 0;
}

.navigation.pagination h1 {
    display: none !important;
}

.navigation.pagination a {
    border: 1px solid #BFBFBF;
    padding: 3px 5px !important;
    color: #c49346;
    font-size: 13px !important;
    display: inline-block;
    font-weight: 400 !important;
    line-height: initial;
    vertical-align: top;
    margin: 0 !important;
}

.navigation.pagination span.page-numbers {
    background: #ebe9eb;
    color: #8a7e88;
    display: inline-block !important;
    width: auto !important;
    padding: 3px 5px !important;
    border: 1px solid #BFBFBF;
    vertical-align: top;
    font-size: 13px !important;
    margin: 0 2px !important;
    line-height: initial;
    text-align: center;
    float: none !important;
    background: transparent;
}

.wp-pagenavi span.pages {
    background: #0b1a20;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 4px 10px;
    margin: 0 5px 0 0;
}

.wp-pagenavi a {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    background: #ed3124;
    padding: 4px 10px;
    margin: 0 3px;
}

.wp-pagenavi span.current {
    background: #0b1a20;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 4px 10px;
    margin: 0 5px 0 0;
}

.search-form .icon.icon-search {
    display: none;
}

.wp-pagenavi {
    text-align: center;
}

table {
    font-size: 18px;
    line-height: 20px;
    width: 100%;
}

table th {
    font-weight: bold;
}

table td,
table th {
    border: 1px solid;
}

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

iframe {
    max-width: 100%;
    min-height: 250px;
}

.tablew {
    max-width: 100%;
    overflow: auto;
}

/* .screen-reader-text             { text-align:center; position: initial !important;} */

form label {
    display: none;
}

.fl-builder-content .bx-wrapper .bx-viewport {
    /*height: 330px !important;*/
}

.gift_sec .fl-post-carousel-post {
    /*height: 203px;*/
}

/*Marc CSS for the assigned pages*/
.custom-text .fl-rich-text p {
    font-size: 13px;
}

.custom-text .fl-rich-text h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.custom-text .fl-rich-text p a {
    color: #dd9933;
    text-decoration: none;
}

.custom-text .fl-rich-text p a:hover {
    color: #c49346;
    text-decoration: none;
}

.custom-text .fl-rich-text ul {
    list-style: disc;
    line-height: 20px;
    font-size: 13px;
}

.custom-heading .fl-module-content .fl-heading {
    font-size: 18px;
    font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
}

.custom-text .fl-rich-text h2 {
    font-size: 18px;
    font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
}




.page-id-11093 .gform_wrapper h3.gform_title,
.page-id-16247 .gform_wrapper h3.gform_title,
.page-id-44210 .gform_wrapper h3.gform_title,
.page-id-44211 .gform_wrapper h3.gform_title {
    font-size: 16px;
}

.page-id-11093 .gform_wrapper .top_label .gfield_label,
.page-id-16247 .gform_wrapper .top_label .gfield_label,
.page-id-44210 .gform_wrapper .top_label .gfield_label,
.page-id-44211 .gform_wrapper .top_label .gfield_label {
    font-size: 13px;
}

.page-id-11093 form input[type="text"],
.page-id-16247 form input[type="text"],
.page-id-44210 form input[type="text"],
.page-id-44211 form input[type="text"] {
    height: 29px;
    background-color: #3e3e3e;
    color: #cccccc;
    font-size: 13px !important;
}

.page-id-11093 .gform_wrapper textarea,
.page-id-16247 .gform_wrapper textarea,
.page-id-44210 .gform_wrapper textarea,
.page-id-44211 .gform_wrapper textarea {
    height: 160px;
    background-color: #3e3e3e;
    color: #cccccc;
    font-size: 13px;
}

.page-id-11093 .gform_wrapper .gform_footer input[type=submit],
.page-id-16247 .gform_wrapper .gform_footer input[type=submit],
.page-id-44210 .gform_wrapper .gform_footer input[type=submit],
.page-id-44211 .gform_wrapper .gform_footer input[type=submit] {
    padding: 8px 18px;
    text-transform: uppercase;
    color: #583d06;
    font-weight: 700;
    font-family: 'Libre Baskerville', Arial, Helvetica, sans-serif;
    cursor: pointer;
    border-radius: 2px;
    background: #e8cb90;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d6ad5a), to(#e8cb90));
    background-image: -webkit-linear-gradient(bottom, #d6ad5a, #e8cb90);
    background-image: -moz-linear-gradient(bottom, #d6ad5a, #e8cb90);
    background-image: -o-linear-gradient(bottom, #d6ad5a, #e8cb90);
    background-image: linear-gradient(to top, #d6ad5a, #e8cb90);
    border-color: transparent;
    border: none;
    line-height: 17px;
    font-size: 14px;
    outline: none !important;
}

.page-id-11093 .gform_wrapper .gform_footer input[type=submit]:hover,
.page-id-16247 .gform_wrapper .gform_footer input[type=submit]:hover,
.page-id-44210 .gform_wrapper .gform_footer input[type=submit]:hover,
.page-id-44211 .gform_wrapper .gform_footer input[type=submit]:hover {
    background-image: linear-gradient(to top, #e8cb90, #d6ad5a);
}

.page-id-11012 .fl-rich-text table {
    max-width: 456px;
}

.page-id-11012 .fl-rich-text table td,
.page-id-11012 .fl-rich-text table th {
    font-size: 13px;
    font-family: 'Libre Baskerville', Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 0;
}

.video-center {
    margin: 0 auto;
    display: block;
}

.page-id-16245 .shop-categories-btn a.fl-button {
    background: #e8cb90;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d6ad5a), to(#e8cb90));
    background-image: -webkit-linear-gradient(bottom, #d6ad5a, #e8cb90);
    background-image: -moz-linear-gradient(bottom, #d6ad5a, #e8cb90);
    background-image: -o-linear-gradient(bottom, #d6ad5a, #e8cb90);
    background-image: linear-gradient(to top, #d6ad5a, #e8cb90);
    border-radius: 2px;
    border-width: 1px;
    color: #785510;
    border-color: #785510;
    font-family: 'Libre Baskerville', Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
}

.page-id-16245 .shop-categories-btn a.fl-button span {
    color: #785510;
}

.raptis-search-form {
    text-align: center !important;
}

.page-id-91938 .raptis-search-form,
.category .raptis-search-form {
    text-align: left !important;
    font-size: 13px;
}

.category .header-search .raptis-search-form {
    text-align: center !important;
}

.page-id-16245 .shop-categories-btn a.fl-button span i {
    margin-top: -2px;
    color: #785510;
}

.page-id-16245 .custom-heading .fl-module-content .fl-heading a {
    text-decoration: none !important;
}

.page-id-16245 .custom-heading .fl-module-content .fl-heading a:hover {
    color: #c49346;
}

.page-id-44211 .fl-post-grid-image {
    overflow: hidden;
    float: left;
    margin: 0 20px 5px 0;
    width: 144px;
    position: absolute;
    height: 116px;
}

.page-id-44211 .fl-post-grid-text {
    margin-left: 144px;
    padding: 0 20px 0;
}

.page-id-44211 .fl-post-grid-title {
    margin-bottom: 0;
    margin-top: -5px;
}

.page-id-44211 .fl-post-grid-meta {
    font-size: 12px;
    padding-bottom: 0;
}

.page-id-44211 h2.fl-post-grid-title a {
    font-size: 13px;
    color: #d93;
}

.page-id-44211 .fl-post-grid-post {
    border: 0;
}

.page-id-44211 .fl-post-grid-content p {
    font-size: 13px;
}

.page-id-44211 .fl-post-grid-content .link-more {
    display: none;
}

.page-id-44211 .fl-post-column {
    padding-left: 30px;
    padding-right: 30px;
}

.page-id-44211 .fl-module-content {
    margin: 20px 0;
}

.news-letter-page {
    margin-bottom: 30px;
    text-align: center;
    font-size: 29px;
}

.page-id-44211 form.advanced-search-form-head input[type="text"] {
    background: #fff;
    color: #000;
    height: 50px;
}

.fl-builder-content a {
    color: #d93;
    text-decoration: none;
}

.banner_sec .fl-row-content-wrap {
    padding-top: 304px;
}

/*END of Marc CSS*/

/* NEWSLETTER */
.gform_wrapper form.newsletter-form {
    font-size: 13px;
}

.gform_wrapper form.newsletter-form .gform_fields .gfield input[type="text"] {
    color: #ccc;
    background-color: #3e3e3e;
    border-color: #212122;
    border: 1px solid #d2d2d2;
    /*font-size: 13px !important;*/
    height: auto;
    margin-bottom: 0px;
}

.gform_wrapper form.newsletter-form .gform_fields .gfield label {
    display: block;
    font-size: 10.5px;
    letter-spacing: .5pt;
    white-space: nowrap;
}


.gform_wrapper form.newsletter-form .gform_button.button {
    cursor: pointer;
    background: #e8cb90;
    background-color: #D6AD5A;
    background-image: linear-gradient(to top,#E8CB90,#D6AD5A);
    color: #583d06 !important;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    font-family: 'Libre Baskerville', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 11px 18px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    font-weight: 700;
    line-height: 10px !important;
}

.gform_wrapper form.newsletter-form .gform_button.button:hover {
    background: #d6ad5a;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e8cb90), to(#d6ad5a));
    background-image: linear-gradient(to top, #e8cb90, #d6ad5a);
    background-image: -webkit-linear-gradient(to top, #e8cb90, #d6ad5a);
    background-image: -moz-linear-gradient(to top, #e8cb90, #d6ad5a);
    background-image: -ms-linear-gradient(to top, #e8cb90, #d6ad5a);
    background-image: -o-linear-gradient(to top, #e8cb90, #d6ad5a);
    filter: progid:DXImageTransform.Microsoft.gradient;
}

/* BOOKS TO SELL */
.page-template-default a {
    color: #d93;
    text-decoration: none;
}

.page-template-default a:hover {
    color: #c49346;
}

/* GRAVITY FORMS */
.gform_wrapper {
    font-size: 13px;
}

.gform_wrapper form .gform_fields .gsection {
    border-bottom: 1px dotted #3e3e3e;
}

.gform_wrapper .gform_fields .gfield input[type="text"],
.gform_wrapper .gform_fields .gfield textarea {
    color: #ccc;
    background-color: #3e3e3e;
    border-color: #212122;
    border: 1px solid #d2d2d2;
    /*font-size: 13px !important;*/
}

.gform_wrapper .gform_fields .gfield input[type="text"] {
    height: auto;
    margin-bottom: 0px;
}

.gform_wrapper .gform_fields .gfield label {
    display: block;
    letter-spacing: .5pt;
    white-space: nowrap;
}

.gform_wrapper .gform_fields .gfield.field_sublabel_below .ginput_complex.ginput_container label {
    font-size: 10.5px;
}

.gform_wrapper .gform_button.button {
    cursor: pointer;
    background-color: #D6AD5A;
    background-image: linear-gradient(to top,#E8CB90,#D6AD5A);
    color: #583d06 !important;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    font-family: 'Libre Baskerville', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 11px 18px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    font-weight: 700;
    line-height: 10px !important;
}

.gform_wrapper .gform_button.button:hover {
    background-color: #D6AD5A;
    background-image: linear-gradient(to top, #E8CB90,    #D6AD5A);
}

.woocommerce-side-nav.woocommerce-checkout-nav {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 220px;
    font-size: 13px;
}

.woocommerce-side-nav.woocommerce-checkout-nav li a {
    font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
    display: block;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #3e3e3e;
}

.woocommerce-side-nav.woocommerce-checkout-nav li.active a {
    color: #c49346;
}

.woocommerce-side-nav.woocommerce-checkout-nav li.active a:after {
    position: absolute;
    color: #c49346;
    font-size: 12px;
    font-family: "Font Awesome 5 Pro";
    content: '\f105';
    margin-left: 5px;
}

.woocommerce-checkout-wrapper {
    margin-left: 240px;
    padding: 30px;
    border: 1px solid #3e3e3e;
}

.woocommerce-checkout-wrapper label {
    display: block;
}

.woocommerce-checkout-wrapper .checkout h3 {
    clear: none;
    margin-top: 0;
    border-bottom: 1px solid #3e3e3e;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: none;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label {
    display: block;
}


/*inputs*/
.woocommerce-checkout .checkout input[type="text"],
.woocommerce-checkout .checkout input[type="tel"],
.woocommerce-checkout .checkout input[type="email"],
.woocommerce-checkout .checkout select,
.woocommerce-checkout .checkout textarea,
.woocommerce-checkout .coupon-contents .input-text {
    border: 1px solid #212122;
    background-color: #3e3e3e;
    font-size: 13px;
    color: #cccccc;
    padding: 8px 15px;
}

.woocommerce-checkout .checkout input[type="text"],
.woocommerce-checkout .checkout input[type="tel"],
.woocommerce-checkout .checkout input[type="email"] {
    height: auto;
}

.woocommerce-checkout .checkout .form-row label {
    font-size: 13px;
    line-height: 20px;
}

.woocommerce-checkout .checkout .form-row {
    margin-bottom: 20px;
}

.woocommerce-checkout .checkout .step-button,
.checkout_coupon.woocommerce-form-coupon>.coupon-contents button {
    float: right;
    font-size: 10.5px;
    margin-left: 15px;
    /*
    padding: 2px 10px 0;
    border-radius: 0;
    color: black !important;
    background: none !important;
    border: 1px solid black !important;*/
    margin-top: 10px;
    text-transform: uppercase;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table {
    border-collapse: collapse;
    font-size: 13px;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table,
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table td {
    border: 0;
    padding-left: 0px;
    padding-right: 0px;

}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table thead th {
    border: 0;
    border-bottom: 1px solid #000;
    font-size: 1em;
    color: #dd9933;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table thead th.product-total,
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tbody td.product-total,
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tbody td {
    height: 100px;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot th {
    border: 0;
    font-size: 1em;
    color: #dd9933;
    padding: 0px 0px 20px 0px;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot td {
    padding-bottom: 20px;
    padding-top: 0px;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot tr:first-child th,
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot tr:first-child td {
    padding-top: 20px;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot .cart-subtotal .amount {
    font-weight: normal;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot .order-total .amount {
    color: #c49346;
    font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
}

/*coupon*/
.woocommerce-form-coupon-toggle {
    display: none;
}

form.checkout_coupon.woocommerce-form-coupon {
    display: block !important;
    border-radius: 0px;
    border-color: #3e3e3e;
}

.checkout_coupon.woocommerce-form-coupon>p {
    float: left;
    font-size: 18px;
    padding: 10px 0px;
    margin: 0px;

}

.checkout_coupon.woocommerce-form-coupon>.coupon-contents {
    float: right;
}

.checkout_coupon.woocommerce-form-coupon>.coupon-contents .coupon-input {
    width: 240px;
}

.checkout_coupon.woocommerce-form-coupon>.coupon-contents .coupon-button {
    width: auto;
}

.checkout_coupon.woocommerce-form-coupon>.coupon-contents .coupon-input input {
    height: auto;
    margin-top: 4.5px;
}

.checkout_coupon.woocommerce-form-coupon>.coupon-contents button {
    margin-top: 5px !important;
    margin-left: 15px !important;
    height: 25px;
    padding: 2px 10px 0 !important;
    width: auto;
}

/* customer login */
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
    border-top: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
    background: none;
    font-size: 13px;
    padding: 20px 0 20px 20px;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before {
    font-family: "Font Awesome 5 Pro";
    content: '\f058';
    top: 1.5em;
    left: 2px;
    color: #3e3e3e;
}

/*error notice*/
.woocommerce-checkout ul.woocommerce-error {
    margin-bottom: 15px;
    background-color: #ffe9e9;
    border: 1px solid #E7A9A9;
    color: #D04544;
    padding: 8px;
    position: relative;
    text-align: center;
    font-size: 13px;
}

.woocommerce-checkout .woocommerce-error::before {
    content: ' ';
}

/*cart*/
.woocommerce .cart-collaterals .cart_totals {
    border: 1px solid;
    padding: 30px;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border: 0;
}

.cart_totals h2 {
    margin-top: 0;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.woocommerce table.shop_table th {
    color: #dd9932;
    border: 1px solid #000;
}

.woocommerce-message,
.woocommerce-info {
    margin-bottom: 15px;
    padding: 20px 0 20px 46px;
    background: none;
    border: none;
    border-top: 1px solid #3e3e3e;
    border-bottom: 1px solid #3e3e3e;
    color: #333;
    text-align: left;
}

.woocommerce-message::before {
    top: 1.2em;
    color: #2d2d2d;
}

.woocommerce-page table.cart td.actions .input-text {
    width: 100%;
}

/*top user checkout*/
.checkout-myaccount-user {
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #3e3e3e;
    border-bottom: 1px solid #3e3e3e;
}

.checkout-myaccount-user .myaccount_user_container,
.checkout-myaccount-user .view-cart {
    display: inline-block;
    padding: 20px 0px;
}

.checkout-myaccount-user .view-cart {
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 13px;
}

.checkout-myaccount-user .myaccount_user_container {
    width: 50%;
    border-right: 1px solid #3e3e3e;
}

.checkout-myaccount-user .myaccount_user_container .username,
.checkout-myaccount-user .view-cart a {
    display: block;
}

.checkout-myaccount-user .myaccount_user_container .username::before,
.checkout-myaccount-user .view-cart a::before {
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
}

.checkout-myaccount-user .myaccount_user_container .username::before {
    content: '\f058';
}

.checkout-myaccount-user .view-cart a::before {
    content: '\f07a';
    font-weight: 900;
}

.page-template-all-books-by-author .main_wrapper {
  padding: 365px 0 0;
}

.page-template-all-books-by-author div.related.products ul.products.columns-4 li.product {
  clear: none;
  float: left !important;
  margin-right: 3.8%;
  margin-bottom: 20px;
  max-width: none;
  width: 21.2% !important;
}

.page-template-all-books-by-author .img-responsive {
  display: block;
  height: 200px;
  width: auto;
  margin: 0 auto;
}

.page-template-all-books-by-author .product-list-description {
  float: left;
  width: 57%;
  height: 150px;
  max-height: 150px;
  overflow: hidden;
}

/* Responsive */
@media only screen and (max-width: 800px) {

    .woocommerce-side-nav.woocommerce-checkout-nav,
    .woocommerce-checkout-wrapper {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }

    .checkout_coupon.woocommerce-form-coupon>p {
        float: none;
        text-align: center;
        display: block;
        margin: 0px;
    }

    .checkout_coupon.woocommerce-form-coupon>.coupon-contents {
        display: block;
        float: none;
    }

    .checkout_coupon.woocommerce-form-coupon>.coupon-contents .coupon-input {
        float: none;
        width: 100%;
    }

    .checkout_coupon.woocommerce-form-coupon>.coupon-contents .coupon-button {
        float: none;
        width: 100%;
        text-align: center;
    }

    .checkout_coupon.woocommerce-form-coupon>.coupon-contents .coupon-button button {
        margin: 0px !important;
        float: none;
    }

    .checkout-myaccount-user {
        padding: 15px 0px;
    }

    .checkout-myaccount-user .myaccount_user_container,
    .checkout-myaccount-user .view-cart {
        width: 100%;
        border-right: 0px;
        padding: 5px 0px;
    }
}

.prod_detail.prolists ul.products li {
    width: 100% !important;
}

.woocommerce.columns-4 ul.products.columns-4 li.product,
.woocommerce-page.columns-4 ul.products.columns-4 li.product,
.woocommerce.woo-4.archive ul.products.columns-4 li.product,
.woocommerce-page.woo-4.archive ul.products.columns-4 li.product {
    width: 100% !important;
}




/* new style */

.search_style input[type="search"] {
    width: 180px;
    height: 31px;
    border: 1px solid #212122;
    padding: 0 15px;
    font-size: 13px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    background: transparent;
    border-radius: 0px;
}

.search_style input::placeholder {
    color: #808080;
}

#advanced-search-form .fl-row-content-wrap {
    background-image: url(https://raptisrarebooks.com/wp-content/uploads/2019/08/rarebooks_advanced_search.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

form.advanced-search-form label {
  color: #fff !important;
}

form.advanced-search-form select.DropMenu_Categories {
    color: #000 !important;
}

.advanced-search-left ul li h3,
.advanced-search-right ul li h3 {
    margin-top: 0;
    margin-bottom: 8px;
    color: #fff !important;
    font-weight: 400 !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 20px !important;
}

.home .advanced-search-left ul li h3,
.home .advanced-search-right ul li h3 {
    color: #fff !important;
}

.advanced-search-left,
.advanced-search-right {
    width: 39.4%;
    margin: 0 40px;
    padding: 0;
    display: inline-block;
}

.advanced-search-right ul li .qsrch {
    border: medium none !important;
    border-radius: 0 !important;
    color: #583d06 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 13px 14px !important;
    width: 45% !important;
}

.subjects_sec .fl-col-small {
    width: 21.4%;
    margin: 0 19px;
}


.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce[class*=columns-] ul.products li.product,
.woocommerce-page[class*=columns-] ul.products li.product {
    text-align: left;
}

/* Bad Code
.products>li {
    border: 1px solid #efefef;
    border-bottom-width: 2px;
    border-color: #3e3e3e;
}*/
.product-details {
    padding: 20px 15px 0 15px;
}

.products-4>li {
    float: left;
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 11px;
}

.woocommerce ul.products li.product {
    margin-bottom: 11px;
}


@media only screen and (max-width: 767px) {
    .product-list-image {
        float: right;
        width: 40%;
        margin-left: 3%;
    }

    .product-list-description {
        float: left;
        width: 57%;
    }


    .product-list-description {
        float: left;
        width: 57%;
    }
    
    .page-template-all-books-by-author div.related.products ul.products.columns-4 li.product {
      float: none !important;
      margin-left: auto;
      margin-right: auto;
      width: 100% !important;
    }

    .page-template-all-books-by-author .img-responsive {
      height: auto;
    }
    
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce[class*=columns-] ul.products li.product,
.woocommerce-page[class*=columns-] ul.products li.product {
    max-width: 100%;
}


.main_details {
    border: 1px solid #efefef;
    border-bottom-width: 2px;
    border-color: #3e3e3e;
    padding: 20px 15px 0 15px;
    margin-bottom: 11px;
}

.newarrival {
    margin-top: 40px;
}

h3.primary-author a>span:first-child {
    text-transform: uppercase;
}

/* JD */

h2 {
    font-size: 26px;
    font-family: "Libre Baskerville", Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
}

#featured_books h2,
#adv_search h2,
#browse_by h2 {
    font-size: 20px !important;
    font-family: "Libre Baskerville", Arial, Helvetica, sans-serif !important;
    text-transform: uppercase !important;
    text-align: center !important;
    color: #000000 !important;
}

#featured_books h3,
#adv_search h3,
#browse_by h3 {
    font-family: "Libre Baskerville", Arial, Helvetica, sans-serif !important;
    text-align: center !important;
    font-size: 20px !important;
}

.uabb-woo-categories li.product .uabb-category__title-wrap {
    position: unset;
    background-color: rgba(255, 255, 255, 0.88);
    -webkit-transition: background .3s;
    transition: background .3s;
    text-align: center;
    left: 1em;
    right: 1em;
    padding: 0.5em;
    margin: 0;
    bottom: 1.8em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
}

.uabb-woo-categories li.product .woocommerce-loop-category__title {
    font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 20px !important;
    color: #dd9933;
}

.uabb-woo-categories li.product .uabb-category__title-wrap .uabb-count {
    display: none;
}


.fl-node-5d9509d05ba64 .woocommerce div.products div.product .woopack-product-image {
    padding: 10px !important;
}


.fl-node-5d9509d05ba64 .owl-theme .owl-nav .owl-next,
.fl-node-5d9509d05ba64 .owl-theme .owl-nav .owl-prev {
    margin-top: -70px !important;


}

.fl-node-5d9509d05ba64 .owl-theme .owl-nav .owl-next {

    right: -35px !important;

}

.fl-node-5d9509d05ba64 .owl-theme .owl-nav .owl-prev {
    left: -35px !important;
}


.fl-node-5d7ff626ee640 {
    text-align: center;
}

.custom-heading-double h2,
.page-id-11011 .custom-heading h2,
.page-id-11010 .custom-heading h2 {
    text-align: left;

    -webkit-box-sizing: inherit;
    cursor: pointer;
    -moz-box-sizing: inherit;
    box-sizing: inherit;

    position: relative;
    overflow: hidden;

}

.page-id-11093 .custom-heading h2 {
    font-size: 16px !important;
}

.page-id-11010 .custom-heading .fl-heading-text:after {
    content: "";
    margin-top: 4px;
    margin-left: 7px;
    position: absolute;
    height: 8px;
    border-bottom: 1px solid #000;
    width: 100%;

}


.page-id-11011 .custom-heading .fl-heading-text:after,
.custom-heading-double .fl-heading-text:after {
    content: "";
    margin-top: 6px;
    margin-left: 5px;
    position: absolute;
    height: 8px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    width: 100%;

}


.fl-node-5d7ff626ee640 a.wl-create-new,
.fl-node-5d7ff857ce649 a.wl-create-new {
    background-color: #D6AD5A;
    background-image: linear-gradient(to top,#E8CB90,#D6AD5A);
    color: #583d06 !important;
    border-radius: 2px !important;
    border-width: 0px !important;
    border-color: #785510 !important;
    font-family: 'Libre Baskerville', Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    padding: 12px 60px !important;
    line-height: 21px !important;
    font-size: 18px !important;
}

@media all and (min-width:0px) and (max-width: 768px) {
    .owl-theme .owl-nav {
        position: relative;
        margin-top: -250px;
    }
}

.woocommerce-tabs {
    display: none;
}

.related .product-list-image {

    width: 100%;

}

.related .product-list-description {

    width: 100%;

}

p.product-notes {

    font-style: italic;
    padding: 10px 0;
    margin: 10px 0;

}

.btnsec a.other-edition::before {

    content: '\f5db';
    font-size: 11px;
    line-height: 12px;
    color: #785510;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-right: 5px;

}

.related .products .button.add_to_cart_button {

    width: 100% !important;

}

.content-area .main_product_details .details_right .products_share {
    text-align: center;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    margin-top: 50px;
    width: 100%;
}

.content-area .main_product_details .details_right .products_share a {
    float: none;
    width: 180px;
    margin: 5px auto;
    padding: 10px 0px;
}

.content-area .main_product_details .details_right .products_share a:hover em {
    color: #000;
}

.content-area .main_product_details .details_right .products_share a:hover>i {
    background: #000;
}

.content-area .main_product_details .details_right .products_share a i {
    float: left;
    width: 40px;
    height: 40px;
}

.content-area .main_product_details .details_right .products_share a>div {
    text-align: left;
}

.page-id-43451 .advanced-search-form {
    padding: 0 !important;
}


.page-id-91938 .fl-post-feed-content a,
.archive.category .fl-post-feed-content a {
    display: inline-block !important;
    float: right !important;

}

.single .custom-heading .fl-module-content .fl-heading {
    cursor: default;
}

.single .fl-widget ul,
.category .fl-widget ul {
    margin-left: 0px;
}

.page-id-91938 .widget_categories h2,
.single .widget_archive h2,
.single .widget_categories h2,
.category .widget_categories h2,
.page-id-91938 .widget_tag_cloud h2,
.category .widget_tag_cloud h2 {
    font-size: 13px;
    text-transform: none !important;
    text-align: left;
    margin-bottom: 20px;
}


.page-id-91938 .widget_categories ul,
.category .widget_categories ul li,
.single .page-id-91938 .widget_categories ul {
    text-align: left;
    margin: 0;
}

.single .widget_categories ul li,
.category .widget_categories ul li,
.page-id-91938 .widget_categories ul li {
    border-bottom: 1px solid #000000;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    padding-left: 8px;

}

.page-id-91938 .tagcloud a,
.category .tagcloud a {
    display: inline-block !important;
    font-size: 13px !important;
    border: 1px solid #000000;
    padding: 0 10px;
    line-height: 28px;
    margin-top: 5px;
    margin-left: 0px;
}

.advanced-search-left ul li,
.advanced-search-right ul li {
    list-style: none !important;
}

.page-id-43451 .advanced-search-left ul li,
.page-id-43451 .advanced-search-right ul li {
    list-style: none !important;
}

.rrb-custom-heading h2.fl-heading,
.rrb-custom-heading h2.fl-post-grid-title,
.rrb-custom-heading h2.fl-post-feed-title,
.custom-text h2,
.page-id-11069 h2.fl-heading,
.page-id-63401 h2.fl-heading {
    text-transform: none !important;

}


@media only screen and (max-width: 480px) {
    .form_sect {
        /*display: none;*/
    }
    .form_sect #searchform .search_style {
    	position: relative;
    }
    .form_sect #searchform .search_style input[type="search"] {
    	width: 100%;
    	display: block;
    	margin: 0 !important;
    }
    .form_sect #searchform .search_style .search-button {
    	position: absolute;
	    right: 0;
	    display: block;
	    top: 0;
	    margin: 0;
    }
}

.tooltip {
    opacity: 1 !important;
}

.head_top_left ul li a {
    color: black;
}

.align-advance-search .advanced-search-form {
    text-align: center !important;
}

.align-advance-search .advanced-search-form .advanced-search-left {
    margin-left: 0px;
}

.page-id-11013 .details_main h3 {
    position: relative;
    top: 20px;
}

.raptis-search-form {
    position: relative;
}

.widget_archive select {
    width: 90%;
    font-size: 12px;
    height: 30px;
    font-weight: normal;
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5 {
    font-family: 'Libre Baskerville', Arial, Helvetica, sans-serif !important;
}

.single-post .header,
.category .header {
    position: relative !important;
}

.single-post .fl-node-5db078da57d59 {
    display: none;
}

.single-post .fl-node-5db17e9327cb2 .fl-module-content {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-top: 5px;
    padding-left: 1px;
    padding-bottom: 5px;
}

.single-post .fl-node-5db1893286695 {
    background-color: #f6f6f6;
    margin-left: 20px;
    margin-right: 20px;
}

.single-post-carousel .fl-post-carousel-gallery .fl-post-carousel-text h2.fl-post-carousel-title {
    font-size: 14px !important;
}

.single-post-carousel .fl-post-carousel-navigation .carousel-prev {
    left: -35px !important;
    top: -60px;
}

.single-post-carousel .fl-post-carousel-navigation .carousel-next {
    right: -35px !important;
    top: -60px;
}




.woocommerce-cart table.cart img {
    width: 90px !important;
}

body.woocommerce-cart form input[type="number"] {
    padding-left: 8px !important;
    padding-right: 3px !important;
}

body.woocommerce-cart form #coupon_code,
.checkout_coupon.woocommerce-form-coupon>.coupon-contents .coupon-input input {
    height: 40px !important;
}

body.woocommerce-cart form #coupon_code,
.checkout_coupon.woocommerce-form-coupon>.coupon-contents .coupon-input input,
.woocommerce-page.woocommerce-checkout .woocommerce-checkout .input-text,
.woocommerce-page #payment div.payment_box {

    background-color: #3e3e3e !important;
    color: #cccccc !important;
    border-color: #212122 !important;
    border-radius: 0 !important;
}


body.woocommerce-cart .woocommerce-cart-form button,
body.woocommerce-cart .checkout-button,
body.woocommerce-checkout .woocommerce-form-coupon button,
.woocommerce-checkout .checkout .step-button,
.woocommerce-checkout .woocommerce-checkout button.button.alt {
    border-radius: 0px !important;
    background-color: #D6AD5A;
    background-image: linear-gradient(to top, #E8CB90, #D6AD5A);
    background-origin: padding-box;
    background-size: auto;
    border: 1px solid #583d06 !important;
    color: #583d06 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: 'Libre Baskerville', serif;
    font-size: 12px !important;
    font-weight: 700 !important;
    height: 40px;
    line-height: 40px !important;
    min-height: 40px;
    text-align: center;
    text-transform: uppercase;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;


}

body.woocommerce-cart .woocommerce-cart-form button,
body.woocommerce-checkout .woocommerce-form-coupon button,
.woocommerce-checkout .checkout .step-button {
    width: 150px !important;
}

body.woocommerce-cart .checkout-button,
.woocommerce-checkout .woocommerce-checkout button.button.alt {
    width: 100% !important;
    padding: 0 !important;
}

.woocommerce-page #payment div.payment_box label,
.woocommerce-page #payment div.payment_box label .required {
    color: #dd9933;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

.woocommerce-checkout form .form-row textarea {
    height: 50px !important;
}

.woocommerce-checkout .payment_box p,
.woocommerce-checkout form.checkout label .required {
    color: #161616 !important;
    font-size: 13px;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    float: right;
}

.woocommerce-page #payment div.payment_box input::placeholder {
    color: #808080;
    font-size: 16px;
}

.woocommerce-page #payment div.payment_box input {
    padding: 20px !important;
}


.woocommerce-page #payment div.payment_box .form-row-first,
.woocommerce-page #payment div.payment_box .form-row-last {

    width: 100% !important;
}

body.woocommerce-cart .r-coupon-code {

    border-bottom: 1px solid;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 25px;

}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tbody td,
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot tr:first-child th,
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot .cart-subtotal .amount,
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot .order-total .amount {
    padding-left: 6px !important;
    padding-right: 6px !important;
}


/* raptis related products in product page - other books by this author */
/* product list aligned to left */
@media (min-width: 768px) {

    .woocommerce .related ul.products,
    .woocommerce-page .related ul.products {
        justify-content: flex-start;
    }

    .woocommerce .related ul.products li.product,
    .woocommerce-page .related ul.products li.product {
        margin-left: 3.8%;
        margin-right: 0;
    }

    .woocommerce .related ul.products li.product.first,
    .woocommerce-page .related ul.products li.product.first {
        margin-left: 0;
        margin-right: 0;
    }

    .woocommerce .related ul.products li.product.last,
    .woocommerce-page .related ul.products li.product.last {
        margin-right: auto !important;
        margin-left: 3.8%;
    }
}

.prod_detail_container {
    background-color: #ececec;
}

.prod_detail_container .prod_detail {
    width: 80%;
    float: left;
}

.prod_detail_container .prod_detail_sidebar {
    width: 20%;
    float: left;
    padding-top: 60px;
}

.prod_detail ul.fusion-grid-list-view {
    display: none;
}

.prod_detail_container .prod_detail_sidebar ul.sidebar {
    margin: 0;
    padding: 0 10px;
}

.prod_detail_container .prod_detail_sidebar .widget {
    margin-bottom: 30px;
}

.prod_detail_container .prod_detail_sidebar .widget h2.widgettitle {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
}

.prod_detail_container .prod_detail_sidebar .widget button.button {
    display: inline-block;
    float: none;
    background: black;
    width: 100px;
    font-size: 13px;
    font-weight: bold;
    color: #C29D3A !important;
}

.prod_detail_container .prod_detail_sidebar .widget button.button:hover {
    color: black !important;
    background: #C29D3A;
}

.prod_detail_container .prod_detail_sidebar .widget .price_label {
    font-size: 13px;
}

.prod_detail_container .prod_detail_sidebar .widget .price_label span {
    font-size: 14px;
    font-weight: bold;
}

.prod_detail_container .prod_detail_sidebar .yith-wcan-stock-on-sale ul {
    margin: 0;
}

.prod_detail_container .prod_detail_sidebar .yith-wcan-stock-on-sale a {
    font-size: 14px;
    color: #C29D3A;
}

.prod_detail_container .prod_detail_sidebar .yith-woocommerce-ajax-product-filter a {
    font-size: 14px;
    color: #C29D3A;
    
}

.prod_detail_container .prod_detail_sidebar .yith-woocommerce-ajax-product-filter ul li {
    list-style: none;
    margin: 10px 0px;
    line-height: 20px;
}

.prod_detail_container .prod_detail_sidebar .yith-woocommerce-ajax-product-filter .yith-wcan-list.categories a {
    font-size: 12px;
    color: #C29D3A;
    float: left;
    width: 85%;
}
.prod_detail_container .prod_detail_sidebar .yith-woocommerce-ajax-product-filter .yith-wcan-list.categories .count {
    float: right;
    font-size: 12px;
    line-height: 20px;
}

.prod_detail_container .prod_detail_sidebar .widget .price_slider_amount {
    text-align: center;
}

.woocommerce .prod_detail_sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #000;
}

.woocommerce .prod_detail_sidebar .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #C29D3A;
}

.woocommerce .prod_detail_sidebar .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #C29D3A;
}


.footer-txt-rap {
    font-family: "Open Sans", sans-serif;
    color: #BFBFBF;
    text-decoration: none;
    transition: all 0.4s linear 0s;
    font-size: 13px;
    line-height: 20px;
}

.single-product .main_product {
    text-align: center;
	margin-top:30px;
}

.single-product .content-area .fl-content .main_product .woocommerce-product-gallery {
    align-items: center;
    justify-content: center;
}



@media all and (max-width: 800px) {
    .prod_detail_container .prod_detail {
        width: 100%;
        float: none;
    }

    .prod_detail_container .prod_detail_sidebar {
        width: 100%;
        float: none;
    }

    .prod_detail_container .prod_detail_sidebar #sidebar>li {
        padding-right: 24px;
    }
}

/*
 * Fix slider
 */
.content-area .main_product ol.flex-control-nav {
    width: 100% !important;
	margin: 20px 0;
    display: inline-flex;
}

.content-area .main_product ol.flex-control-nav li {
    max-width: 14%;
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-area .main_product ol.flex-control-nav li img {
	width:90%;
}

.content-area .fl-content .main_product .woocommerce-product-gallery {
    flex-direction: column;
}

@media only screen and (max-width: 480px) {
    .content-area .main_product ol.flex-control-nav li {
        max-width: 50%;
    }
}

.content-area .main_product_details .details_left p {
    font-weight: normal;
}

.prolist {

    padding-top: 55px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;

}

.prolist ul {

    margin: 0;

}

.advanced-search-right ul li .qsrch.button, .fl-builder-content a.fl-button {
    background-color: #D6AD5A !important;
    background-image: linear-gradient(to top,#E8CB90,#D6AD5A);
    color: #583d06 !important;
}

.advanced-search-right ul li .qsrch.button:hover, .fl-builder-content a.fl-button:hover {
    background-color: #D6AD5A;
    background-image: linear-gradient(to top, #E8CB90,    #D6AD5A) !important;
}

.main_product_details .details_left h1 {
    font-size: 22px;
}
.main_product_details .details_left h3 {
    font-size: 18px;
}

#new-arrivals-carousel .fl-post-carousel-post {
    /*height: 250px !important;*/
}

.woocommerce a.button.alt {
    background-color: #a46497;
    background-image: linear-gradient(to top,#E8CB90,#D6AD5A);
}
body.woocommerce-cart form #coupon_code {
    background:#fff !important;
    color:#000 !important;
}


@media (max-width: 670px) {
    #new-arrivals-carousel .fl-post-carousel-grid {
        padding: 0 10px;
    }

    #new-arrivals-carousel .fl-module-post-carousel > .fl-module-content {
        margin: 0;
    }
}
#new-arrivals-carousel > .fl-module-content {
    margin-bottom: 20px;
}

.product_heading h3 {
    font-weight: bold;
}


/* catalogues */
.catalogue-item .fl-button-wrap a.fl-button {
    font-size: 11px;
    /*background-color: #c6aa5b;*/
    background-color: #E8CB90;
    background-image: linear-gradient(to top,#D6AD5A,#E8CB90);
    border: medium none;
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
}
.catalogue-item .fl-button-wrap a.fl-button:hover {
    background-color: #E8CB90;
    background-image: linear-gradient(to top,#D6AD5A,#E8CB90);
    border: medium none;
    border-radius: 0;
}
.catalogue-item .fl-button-wrap a.fl-button span {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
    color: #583d06 !important;
}
.catalogue-item .fl-button-wrap a.fl-button:hover span {
    color: #583d06;
}
.box-out-of-stock {
    border: 2px solid  #785510 !important;
    padding: 20px;
    padding-bottom: 0;
}
.box-out-of-stock p {
    color: #9a0202 !important;
    text-align: center;
    font-weight: bold;
}
.page-numbers.current {
	background-color: #c49346;
	padding: 5px;
	color: #fff;
}
.page-numbers {
    color: #c49346;
}
.pagination {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.pagination a:hover {
    color: #785510 !important;
}

@media all and (max-width: 768px) {
    .banner_sec .fl-row-content-wrap {
        padding-top: 20px;
    }
}
.btnsec a.wl-add-link::before {
        content: '\f06b';
        font-size: 14px;
        line-height: 14px;
        color:  #785510;
        font-family: "Font Awesome 5 Pro";
        display: inline-block;
        margin-right: 5px;
}
#wl-wrapper .wl-intro {

    margin-bottom: 20px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;

}
.wl-intro .entry-title {

    margin-bottom: 20px;

}
#wl-wrapper .wl-intro {

    margin-bottom: 20px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;

}
.wl-intro .entry-title {

    margin-bottom: 20px;

}

#wl-wrapper .wl-tab-wrap {

    display: block !important;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;

}
.wishlist-add-to-cart-button {
	background-image: linear-gradient(to top,#E8CB90,#D6AD5A);
	background-image: linear-gradient(to top,#E8CB90,#D6AD5A);
	color: #583d06 !important;
	border-radius: 2px !important;
	border-width: 0px !important;
	border-color:  #785510 !important;
	font-family: 'Libre Baskerville', Arial, Helvetica, sans-serif !important;
	font-weight: 700 !important;
	padding: 6px 30px !important;
	line-height: 16px !important;
	font-size: 12px !important;
}
.prolists #wl-wrapper .wl-add-link.present , .prolist #wl-wrapper .wl-add-link.present{
    float: left;
}
.prolists .wl-already-in, .prolist .wl-already-in {

    display: none;

}
.prolist ul li {

    margin: 0 0 12px !important;

}
@media only screen and (min-width: 800px) {
	.fl-post-carousel-post {
	    background: transparent !important;
	    border: 0px !important;
	    /*top: 30px;*/
	}

	#products-carousel {
	    margin-bottom: -50px !important;
	}
}
@media only screen and (max-width: 800px) {
	.fl-post-carousel-post {
	    background: transparent !important;
	    border: 0px !important;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #wl-wrapper .wl-add-link.present {
        background-size: inherit;
	}
}

ul.flex-direction-nav {
    position: absolute;
    top: 30%;
    z-index: 99999;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

a.flex-next::after {
	visibility:visible;
	content: '\f054';
	font-family: "Font Awesome 5 Pro";
	margin-right: 10px;
	font-size: 40px;
	font-weight: bold;
}
a.flex-prev::before {
    visibility:visible;
    content: '\f053';
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    font-size: 40px;
    font-weight: bold;
}
ul.flex-direction-nav li a {
	color: #ccc;
}
ul.flex-direction-nav li a:hover {
	text-decoration: none;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    position: relative;
}


.advanced-search-link span {
	    color: #583d06 !important;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 11px;
    line-height: 11px;
    display: block;
    text-align: right;
    text-decoration: none;
    padding-top: 5px;
    
}
@media only screen and (min-width:426px) {
	.advanced-search-link span {
	width: 179px;
}
}
.advanced-search-link:hover {
	  text-decoration: none;
}
.logo_sect {
    padding: 21px 0;
}
#right_header .right_bottom #navigation_bar ul li ul {
    top: 42px;
}
body .header .bott_cont .container .nav {
    margin: 0 25px 4px 0;
}
.search_style input[type="search"] {
    padding: 0 12px;
}

.test-commit-element {
  display: none;
}

div.related.products div.btnsec a.button.all-author-books {
  margin: 10px auto 0 !important;
  display: block !important;
  width: 282px !important;
}

.no-results-message {
  text-align: center;
}

/*for products with only a single image, use this CSS to center the image*/
.postid-116941 div.wpgs-image,
.postid-64415  div.wpgs-image {
  margin: 0 auto;
  width: 100%;  
}

.postid-116941 div.wpgs-thumb.slick-vertical.mCustomScrollbar._mCS_1.mCS_no_scrollbar,
.postid-64415 div.wpgs-thumb.slick-vertical.mCustomScrollbar._mCS_1.mCS_no_scrollbar {
  display: none;  
}

.postid-116941 div.wpgs-thumb.slick-vertical.mCS_destroyed,
.postid-64415 div.wpgs-thumb.slick-vertical.mCS_destroyed {
  height: 0;
}
