/*
Theme Name: CIOMS
Theme URI:  
Text Domain: etrigan
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
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,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

b,
strong {
    font-weight: bold;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 1.5rem;
}

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

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5),
        inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8),
        inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;

    z-index: 99999;
}

.main-navigation ul ul ul {
    display: none;
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
    display: none;
}

/*@media screen and (max-width: 600px) {*/
/*.menu-toggle,*/
/*.main-navigation.toggled .nav-menu {*/
/*display: block;*/
/*}*/

/*.main-navigation ul {*/
/*display: none;*/
/*}*/
/*}*/

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.byline {
    display: inline-block;
    margin-left: 5px;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

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

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

#primary-mono {
    width: 100% !important;
}

body {
    background: #ffffff;
}

#rt-body-background,
.roksearch-wrapper {
    background: #ffffff;
}

#roksearch_results {
    background-color: #ffffff;
}

.roksearch_odd:hover,
.roksearch_even:hover {
    background: #ffffff !important;
}

.box5,
.title5 .title,
#rokmicronews .micronews-list ul li.active a span {
    color: #ffffff;
}

body,
body a:hover,
#rt-bottom {
    color: #0050a1;
}

body a,
.sprocket-micronews .sprocket-tabs-nav li .sprocket-tabs-inner {
    color: #a50c0f;
}

.title7 .module-title,
#rokmicronews .micronews-headline {
    border-color: #0050a1;
}

#rt-header-surround3,
#rt-logoblock,
.box7,
#rt-header .readon,
#rt-navigation .readon,
.readonstyle-button .box6 .readon,
#newsflash .flashing {
    background-color: #0066cc;
}

#rt-subnavigation {
    border-color: #0066cc;
}

.title span {
    color: #0066cc;
}

#rt-logoblock,
#rt-logoblock a:hover,
.box7,
.box7 a:hover,
#newsflash .flashing {
    color: #ffffff;
}

#rt-logoblock a,
.box7 a,
.box7 .title span {
    color: #cf3f1b;
}

#rt-header-surround2,
#rt-header,
#rt-navigation,
#rt-footerbar3,
#rt-top,
.readonstyle-button .readon,
.box6,
.menutop .fusion-submenu-wrapper,
#rt-main .item_add:link,
#rt-main .item_add:visited,
#rt-main .simpleCart_empty:link,
#rt-main .simpleCart_empty:visited,
#rt-main .simpleCart_checkout:link,
#rt-main .simpleCart_checkout:visited {
    background-color: #0066cc;
}

#rt-header,
#rt-navigation,
#rt-top,
.readonstyle-button .readon,
.readonstyle-button .readon .button,
#rt-footer .readon,
#rt-copyright .readon,
.box6,
.fusion-submenu-wrapper {
    color: #ffffff;
}

#rt-header a,
#rt-navigation a,
#rt-top a,
#rt-header .title span,
#rt-navigation .title span,
#rt-top .title span,
.box6 a,
.box6 .title span,
#rt-subnavigation ul.menu li .item:hover,
#rt-subnavigation ul.menu li.active .item,
.menutop li .item,
.fusion-submenu-wrapper a {
    color: #ffffff;
}

#rt-subnavigation {
    background-color: #ebebeb;
}

#rt-subnavigation {
    color: #333333;
}

#rt-subnavigation a {
    color: #333333;
}

#rt-footerbar,
.worldmap .location {
    background-color: #f1f1f1;
}

#rt-footer,
#rt-copyright,
.rt-details-top {
    color: #666666;
}

#rt-footer a,
#rt-footer .item,
#rt-copyright a {
    color: #a50c0f;
}

.roknewsflash {
    background: #fef49c;
}

.roknewsflash ul li a {
    color: #000000;
}

.featuretable-col-border .featuretable-cell,
.featuretable-col-border .featuretable-head,
.featuretable .featuretable-col.highlight .featuretable-cell {
    background-color: #ffffff;
}

.roknewspager .roknewspager-title {
    border-color: #0050a1;
}

.readonstyle-button .cart_product_add .item_add span,
.readonstyle-button .simpleCart_checkout span,
.readonstyle-button .simpleCart_empty span {
    color: #ffffff;
}

.cart_totals div {
    color: #0050a1;
}

.box1 #roktwittie .title,
.box2 #roktwittie .title,
.box3 #roktwittie .title,
.box4 #roktwittie .title {
    color: #0050a1;
    border-color: #0050a1;
}

.box5 #roktwittie .title {
    color: #ffffff;
    border-color: #ffffff;
}

.box6 #roktwittie .title {
    color: #ffffff;
    border-color: #ffffff;
}

.box7 #roktwittie .title {
    color: #cf3f1b;
    border-color: #cf3f1b;
}

.box1 #rokweather .degrees .active,
.box1 #rokweather .degrees,
.box1 #rokweather .day span.low,
.box1 #rokweather .day span.high,
.box2 #rokweather .degrees .active,
.box2 #rokweather .degrees,
.box2 #rokweather .day span.low,
.box2 #rokweather .day span.high,
.box3 #rokweather .degrees .active,
.box3 #rokweather .degrees,
.box3 #rokweather .day span.low,
.box3 #rokweather .day span.high,
.box4 #rokweather .degrees .active,
.box4 #rokweather .degrees,
.box4 #rokweather .day span.low,
.box4 #rokweather .day span.high {
    color: #0050a1;
    border-color: #0050a1;
}

.box5 #rokweather .degrees .active,
.box5 #rokweather .degrees,
.box5 #rokweather .day span.low,
.box5 #rokweather .day span.high {
    color: #ffffff;
    border-color: #ffffff;
}

.box6 #rokweather .degrees .active,
.box6 #rokweather .degrees,
.box6 #rokweather .day span.low,
.box6 #rokweather .day span.high {
    color: #ffffff;
    border-color: #ffffff;
}

.box7 #rokweather .degrees .active,
.box7 #rokweather .degrees,
.box7 #rokweather .day span.low,
.box7 #rokweather .day span.high {
    color: #cf3f1b;
    border-color: #cf3f1b;
}

body.rt-normal .rt-articleinfo,
body.rt-flipped .rt-articleinfo,
body.rt-left .rt-articleinfo,
body.rt-right .rt-articleinfo {
    color: #a50c0f;
}

.rt-pagination {
    display: none;
}

body #rt-logo {
    width: 240px;
    height: 140px;
}

#rt-header-surround2 {
    height: 165px;
}

#colophon {
    background: #fff !important;
}

.woocommerce .woocommerce-breadcrumb {
    background: #fff !important;
}

.cart {
    background: #fff !important;
    border: none !important;
}

.variations-grid td {
    max-width: 300px !important;
}

.woocommerce a.wc-forward {
    background-color: #0154a6 !important;
    color: #fff !important;
}

.woocommerce div.product #review_form {
    width: 100%;
}

.woocommerce div.product #review_form_wrapper {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgb(0, 0, 0, 0.75);
    overflow-y: auto;
    display: none;
    padding: 0 40px;
}

html.popup-open,
body.popup-open {
    overflow-y: hidden !important;
}

.woocommerce div.product #review_form_close {
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 25px;
    color: #fff;
    background: #000;
    border-radius: 100%;
    max-height: 33px;
    max-width: 33px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    padding-bottom: 0.15rem;
}

.woocommerce div.product .entry-content {
    padding-top: 100px;
    clear: both;
}

.woocommerce div.product .entry-content iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
}

.woocommerce div.product .entry-content p,
.woocommerce div.product .entry-content td {
    font-size: 16px;
}

.woocommerce div.product .entry-content td {
    vertical-align: middle;
}

.woocommerce div.product .entry-content td ul {
    padding: 30px;
    margin: 0;
    list-style: none;
}

.woocommerce div.product .entry-content img.side {
    border-radius: 10px;
    width: 100%;
}

.woocommerce div.product #review_form_inner {
    background: #fff;
    max-width: 1000px;
    width: 100%;
    border-radius: 10px;
    margin: 40px auto;
    display: flex;
    align-items: flex-start;
    padding: 60px 40px 40px;
    position: relative;
}

.woocommerce div.product #review_form_product {
    max-width: 280px;
    width: 100%;
    position: relative;
}

.woocommerce div.product #respond input[type="text"] {
    max-width: 100%;
}

.woocommerce div.product #commentform input {
    padding: 4px 5px 5px 10px;
}

.woocommerce div.product #commentform .comment-form-author,
.woocommerce div.product #commentform .comment-form-cioims_comment_author_position {
    max-width: calc(50% - 10px);
    display: inline-flex;
}

.woocommerce div.product #commentform .comment-form-cioims_comment_author_position {
    margin-left: 15px !important;
}

.woocommerce div.product #commentform .form-submit {
    margin: 30px 0 0 auto !important;
    width: fit-content;
}

.woocommerce div.product #commentform .submit {
    background: none !important;
    width: fit-content;
    padding: 10px 15px;
    border: 2px solid;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-weight: 600 !important;
    color: #0066cc !important;
    font-size: 18px;
}

.woocommerce div.product #commentform .submit svg {
    width: 25px;
}

.woocommerce div.product #commentform .submit span {
    margin-left: 10px;
}

.woocommerce div.product #commentform p {
    display: flex;
    flex-direction: column;
    margin-top: 20px !important;
}

.woocommerce div.product #commentform p.comment-form-captcha {
    flex-direction: row;
}

.woocommerce div.product #commentform label {
    background: none;
    color: #333;
    border-bottom: 0;
    padding: 5px 0;
    margin-bottom: 0;
}

.woocommerce div.product #commentform .required {
    color: #fb4242;
}

.woocommerce div.product #commentform input,
.woocommerce div.product #commentform textarea {
    border-radius: 0 !important;
    border: 2px solid #a8a8a8;
    background: none;
    width: 100%;
}

.woocommerce div.product #review_form_product:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #737373;
    top: 10px;
    right: -10px;
    box-shadow: 0 0 10px #a5a5a5;
}

.woocommerce div.product #review_form_product img {
    width: 100%;
    position: relative;
    box-shadow: 0 2px 5px #414141;
}

.woocommerce div.product #review_form {
    margin-left: 80px;
}

.woocommerce div.product #review_form_title {
    font-size: 30px;
    font-weight: 600;
}

.woocommerce div.product #review_form_title span {
    color: #0569cd;
    display: block;
}

.woocommerce .content-area div.product div.images img {
    width: 100%;
    height: auto;
    max-height: 700px;
    max-width: 100%;
    position: relative;
    box-shadow: 0 2px 5px #414141;
}

.woocommerce .content-area div.product div.images a {
    display: block;
    position: relative;
}

.woocommerce .content-area div.product div.images a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #737373;
    top: 10px;
    right: -10px;
    box-shadow: 0 0 10px #a5a5a5;
}

.woocommerce #reviews .comment_container .comment-text {
    color: #2e2e2e;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 25%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 45%;
    margin-left: 10%;
    padding-top: 30px;
    float: left;
}

.woocommerce div.product h1.product_title {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 40px;
}

.woocommerce div.product .attr {
    display: block;
}

.woocommerce div.product .attr-attribute_type {
    font-size: 18px;
    font-weight: 600;
}

.woocommerce div.product .attr-attribute_description {
    line-height: 120%;
    margin-top: 5px;
}

.woocommerce div.product .variations {
    width: 67%;
    float: left;
}

.woocommerce div.product .variations > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.woocommerce div.product .variations .is_sale .attr-attribute_type,
.woocommerce div.product .variations .is_sale .variations-info_image,
.woocommerce div.product .variations .is_sale .woocommerce-Price-currency {
    color: #e4372f;
}

.woocommerce div.product .variations .notice {
    font-size: 14px;
    color: #e4372f;
    font-weight: 700;
}

.woocommerce div.product .variations .single_add_to_cart_button {
    width: auto;
}

.woocommerce div.product .variations-grid .variations-info {
    width: 45%;
}

.woocommerce div.product .variations-grid .variations-price {
    width: 25%;
    text-align: center;
}

.woocommerce div.product .variations-grid .variations-add_to_card {
    width: 30%;
}

.woocommerce-product-reviews {
    margin-top: 60px;
    clear: both;
}

.woocommerce-product-reviews_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-product-reviews_title,
.woocommerce div.product .block_title {
    font-size: 23px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-top: 10px !important;
}

.product_citation-content {
    overflow: hidden;
}

.product_citation-content,
.product_events-content {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.product_events {
    margin-top: 100px;
    position: relative;
    padding: 60px 0;
}

body,
html {
    overflow-x: hidden !important;
}

.product_events > * {
    position: relative;
}

.product_events:before {
    content: "";
    height: 100%;
    width: 140%;
    min-width: 1920px;
    left: -280px;
    top: 0;
    right: 0;
    position: absolute;
    background: #011880 url(../cioms/img/meetings-bg.jpg) no-repeat center / cover;
}

.woocommerce div.product .up-sells {
    margin-top: 100px;
}

.product_citation-item,
.product_events-item {
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
}

.product_events-item {
    width: calc(50% - 50px);
    cursor: inherit;
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgb(43, 43, 43);
}

/* .woocommerce-cart .cart-collaterals {
    display: flex;
    flex-direction: column;
}

.woocommerce-cart .cart-collaterals > div:first-child {
    order: 2;
}

.woocommerce-cart .cart-collaterals > div:last-child {
    order: 1;
    margin: 0 0 0 auto;
} */

.product_events-item[href] {
    cursor: pointer;
}

.product_citation-item:nth-child(even),
.product_events-item:nth-child(even) {
    margin-left: 100px;
}

.product_events-title {
    color: #fff;
}

.product_citation-item:hover .title {
    color: #0066cc;
}

.product_citation-item:hover .product_citation-date {
    background: #0066cc;
    box-shadow: 2px 2px 7px #c9c9c9;
}

.product_citation-date,
.product_events-date {
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
    background: #0050a1;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    transition: 0.3s;
}

.product_events-date {
    border-radius: 10px 0 0 10px;
}

.product_citation-date p,
.product_events-date p {
    margin-bottom: 0;
}

.product_citation-date .day_month,
.product_events-date .day_month {
    font-weight: 600;
}

.product_citation-date .year,
.product_events-date .year {
    font-weight: 300;
    letter-spacing: 0.2rem;
}

.product_citation-text,
.product_events-text {
    margin-left: 30px;
    color: #333;
}

.product_events-text {
    padding: 10px 20px 0;
    font-weight: 600;
    margin-left: 0;
}

.product_citation-text .title,
.product_events-text .title {
    font-weight: 600;
    font-size: 18px;
    transition: 0.3s;
}

.woocommerce-product-reviews_btn {
    width: auto;
    display: flex !important;
    align-items: center;
    color: #4b93db;
    background: none !important;
}

.woocommerce-product-reviews_btn:hover,
.woocommerce-product-reviews_btn:focus,
.woocommerce-product-reviews_btn:active {
    background: none !important;
    color: #4b93db !important;
    border-color: transparent !important;
    outline: none !important;
    opacity: 0.8;
    transition: 0.2s;
    box-shadow: none !important;
}

.woocommerce div.product .commentlist {
    padding: 0 10px 10px;
    overflow: hidden;
}

.woocommerce div.product .owl-stage {
    display: flex;
}

.woocommerce div.product .owl-nav {
    display: none;
}

.woocommerce div.product .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
}

.woocommerce div.product .comment-reply-title,
.woocommerce div.product .comment-notes {
    display: none !important;
}

.woocommerce div.product .owl-dot {
    width: 13px;
    height: 13px;
    background: #7fb2e5;
    border-radius: 100%;
    transition: 0.2s;
    margin: 0px 6px;
}

.woocommerce div.product .owl-dot.active,
.woocommerce div.product .owl-dot:hover {
    background: #555;
}

#review_form #respond textarea {
    width: 100% !important;
}

.woocommerce div.product .commentlist li {
    border: 0 !important;
    border-radius: 6px;
    box-shadow: 0 0 10px #c9c9c9;
    background: #fff !important;
    padding: 15px !important;
    display: block;
    margin-top: 15px !important;
}

.woocommerce div.product .commentlist li .avatar {
    border-radius: 100%;
    margin-right: 20px !important;
    width: 65px;
}

.woocommerce div.product .commentlist .comment-header {
    display: flex;
}

.woocommerce div.product .commentlist .meta {
    margin: auto 0 auto;
}

.woocommerce div.product .commentlist .meta-social_link {
    margin: auto 0 auto auto;
}

.woocommerce div.product .commentlist .meta-social_link svg {
    width: 20px;
}

.woocommerce div.product .commentlist .comment-text {
    margin-top: 20px;
    font-size: 14px;
}

.woocommerce div.product .commentlist .woocommerce-review__author {
    font-size: 600 !important;
}

.woocommerce div.product .commentlist .woocommerce-review__authorPosition {
    margin-bottom: 0;
    font-size: 12px;
    color: #afafaf;
    margin-top: 5px;
}

.woocommerce-product-reviews_btn .svg-inline--fa {
    width: 20px;
}

.woocommerce-product-reviews_btn span {
    margin-left: 10px;
    font-weight: 600;
}

.woocommerce div.product .woocommerce-Price-currency {
    font-size: 14px;
    font-weight: 600;
}

.woocommerce div.product .woocommerce-Price-currency .ceil {
    margin-right: -3px;
}

.woocommerce div.product .woocommerce-Price-currency .decimal {
    font-size: 75%;
    vertical-align: super;
    letter-spacing: -0.05rem;
}

.woocommerce div.product .woocommerce-Price-currencySymbol {
    font-size: 14px;
    font-weight: 300;
    border-left: 1px dotted;
    margin-left: 3px;
    padding-left: 5px;
}

.woocommerce div.product span.price,
.woocommerce div.product p.price {
    font-size: 100% !important;
    vertical-align: sub;
}

.woocommerce div.product .variation_description {
    margin-top: 5px;
    display: flow-root;
}

.woocommerce div.product .cart {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.woocommerce div.product .cart .quantity {
    display: flex !important;
    align-items: flex-end;
}

.woocommerce div.product .cart .quantity .amount {
    margin-bottom: 0;
    font-size: 14px;
    color: #898989;
}

body.woocommerce div.product form.cart .quantity .qty {
    margin-left: 20px;
    border: 0;
    border-bottom: 2px solid #a9a9a9;
    border-radius: 0;
    padding-bottom: 0;
}

.woocommerce div.product .single_add_to_cart_button[type="submit"] {
    width: auto;
    background: none !important;
    border: 0;
    display: flex;
    align-items: center;
    color: #0066cc !important;
    font-size: 16px;
    transition: 0.2s;
}

.woocommerce div.product .single_add_to_cart_button[type="submit"]:hover {
    opacity: 0.8;
}

.woocommerce div.product .single_add_to_cart_button[type="submit"] .svg-inline--fa {
    color: #0066cc;
    width: 30px;
}

.woocommerce div.product .single_add_to_cart_button[type="submit"] span {
    display: block;
    border-bottom: 2px solid;
    margin-left: 15px;
    font-weight: 600;
}

.woocommerce div.product .cart .single_add_to_cart_button {
    margin-top: 10px;
}

.woocommerce div.product .variations-info_image {
    color: #333;
    width: 30px;
    margin: 5px 15px 0 0;
    float: left;
}

.woocommerce div.product .cart .quantity input::-webkit-outer-spin-button,
.woocommerce div.product .cart .quantity input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

.variations-grid .price:after,
.variations-grid .price:before,
.variations-grid .price {
    border-color: #0066cc;
}

.variations-grid .price {
    padding: 5px 8px 7px 15px;
    position: relative;
    border: 1px solid;
}

.variations-grid .price:after,
.variations-grid .price:before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: #fff;
    position: absolute;
    left: -8px;
    border-top: 1px solid;
}

.variations-grid .price:before {
    top: -8px;
    transform: rotate(135deg);
}

.variations-grid .price:after {
    bottom: -8px;
    transform: rotate(45deg);
}

.woocommerce-product-text_field {
    margin-top: 40px;
}

.woocommerce-product-text_field h3 {
    font-weight: 600;
}

.woocommerce-product-text_field ul {
    margin-left: 30px;
    list-style: none;
}

.woocommerce-product-text_field ul li {
    margin-top: 10px;
    position: relative;
}

.woocommerce-product-text_field ul li:before {
    content: "→";
    color: #e64841;
    position: absolute;
    left: -30px;
}

.woocommerce-product-attachments {
    display: flex;
    margin-top: 40px;
}

.woocommerce-product-attachments .title p {
    font-weight: 600;
    font-size: 18px;
}

.woocommerce-product-attachments .attachments-files {
    margin-left: 20px;
}

.woocommerce-product-attachments .file {
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.woocommerce-product-attachments .file-icon {
    max-width: 15px;
    width: 100%;
    display: block;
    color: #06c;
}

.woocommerce-product-attachments span {
    margin-left: 10px;
}

.woocommerce-product-quick_links {
    float: left;
    width: 15%;
    margin-left: 5%;
    padding-top: 30px;
}

.woocommerce-product-quick_links .title p {
    color: #9a9a9a;
    font-size: 20px;
    font-weight: 600;
}

.woocommerce-product-quick_links .links {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.woocommerce-product-quick_links .links a {
    position: relative;
    margin-top: 10px;
}

.woocommerce-product-quick_links .links a:before {
    content: "\2192";
    color: #a0a0a0;
    position: relative;
    top: -0.1rem;
    margin-right: 10px;
}

.product_free-wrapper {
    float: left;
    clear: both;
    width: 33%;
}

.woocommerce div.product .single_add_to_cart_button.single-product_free-pdf {
    font-size: 18px;
    font-weight: 600 !important;
    border-radius: 8px;
    padding: 10px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce div.product .single_add_to_cart_button.single-product_free-pdf .icon {
    margin-right: 8px;
    width: 25px;
    height: auto;
}

.woocommerce-hr {
    background: #e1e1e1;
    height: 1px;
    width: 100%;
    border: 0;
    clear: both;
}

.news_year {
    position: absolute;
    left: 100%;
    transform: translateX(-50%);
    background: #ebebeb;
    padding: 5px 15px;
    border-radius: 15px;
    z-index: 55;
}

.news-item-right .news_year {
    left: unset;
    right: 100%;
    transform: translateX(50%);
}

.product_citation {
    margin-top: 100px;
}

@media (max-width: 767px) {
    .news-item-right .news_year,
    .news_year {
        position: static;
        transform: unset;
        width: 80px;
        margin: 0 0 10px auto;
        text-align: center;
    }
}
.i_error {
    border: 1px dashed red !important;
}

@media (max-width: 1200px) {
    .woocommerce div.product #review_form_inner {
        max-width: 900px;
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        margin-left: 5%;
    }
    .woocommerce-product-quick_links {
        width: 20%;
    }
}

@media (max-width: 920px) {
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 50%;
        float: initial;
        margin: auto;
    }
    .product_events,
    .product_citation {
        margin-top: 50px;
    }
    .woocommerce div.product .entry-content {
        margin-top: 0;
    }
    .woocommerce div.product .entry-content td {
        display: block;
        width: 75% !important;
        margin: auto;
        clear: both;
    }
    .woocommerce div.product .entry-content td ul {
        padding: 30px 0;
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        margin-left: 0;
        width: 100%;
    }
    .woocommerce-product-quick_links {
        width: 100%;
        margin-left: 0;
        margin-bottom: 2rem;
    }
    .woocommerce div.product div.summary {
        margin-bottom: 0 !important;
    }
    .product_free-wrapper {
        width: 100%;
    }
    .woocommerce div.product .variations {
        width: 100%;
    }
    .product_citation-item:nth-child(even),
    .product_events-item:nth-child(even) {
        margin-left: 0;
    }
    .product_citation-item,
    .product_events-item {
        width: 100%;
    }
    .woocommerce div.product #review_form_product {
        display: none;
    }
    .woocommerce div.product #review_form {
        margin-left: 0;
    }
    .woocommerce div.product .variations > div {
        flex-wrap: wrap;
    }
    .woocommerce div.product .variations-grid .variations-info {
        width: 100%;
    }
    .woocommerce-product-attachments {
        flex-direction: column;
    }
    .woocommerce div.product .variations-grid .variations-price,
    .woocommerce div.product .variations-grid .variations-add_to_card {
        width: 50%;
    }
    .woocommerce div.product #review_form_title {
        font-size: 24px;
    }
    .woocommerce div.product #review_form_title span {
        display: inline;
    }
    .woocommerce-product-reviews_header {
        flex-direction: column;
        align-items: flex-start;
    }
    .woocommerce-product-reviews_btn {
        padding: 0;
        margin: 10px 0;
    }
}
@media (max-width: 576px) {
    .woocommerce div.product #commentform .comment-form-author,
    .woocommerce div.product #commentform .comment-form-cioims_comment_author_position {
        max-width: 100%;
        display: flex;
    }
    .woocommerce div.product #commentform .comment-form-cioims_comment_author_position {
        margin-left: 0 !important;
    }
    .product_citation-item {
        flex-direction: column;
    }
    .product_citation-text {
        margin-left: 0;
        margin-top: 20px;
    }
    .product_citation-item,
    .product_events-item {
        align-items: stretch;
    }
    .woocommerce-product-text_field h3,
    .woocommerce-product-quick_links .links,
    .woocommerce-product-reviews {
        margin-top: 0;
    }
    .woocommerce-product-quick_links {
        padding-top: 25px;
        margin-bottom: 40px;
    }
    .woocommerce-product-quick_links .title p {
        margin-bottom: 0;
    }
    .woocommerce-product-attachments .title p,
    .woocommerce-product-text_field h3 {
        margin-bottom: 15px;
    }
    .woocommerce-hr {
        margin: 40px 0;
    }
    .woocommerce div.product .entry-content td {
        width: 100% !important;
    }
    .woocommerce div.product .entry-content td ul {
        padding: 20px 0;
    }
    .product_citation-content,
    .product_events-content,
    .product_events,
    .product_citation {
        margin-top: 40px;
    }
    .product_events {
        padding: 40px 0;
    }
    .woocommerce div.product .up-sells {
        margin-top: 40px;
    }
    .container .recent-book {
        margin-top: 20px;
    }
    .container .recent-book-block {
        padding-bottom: 20px;
    }
}
.short-description {
    display: block;
    margin-bottom: 15px;
}

.product-meta-list {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.product-meta-list span {
    font-weight: normal;
}

.btns-block {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
}

.btns-block .col-lg-6 {
    height: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.btn-new-product {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    display: block;
    padding: 0 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    text-align: center;
    width: auto;
    margin: 25px auto 0;
    cursor: pointer;
    transition: all 0.7s ease;
    color: #0066cc;
    background-color: #fff;
    border: 1px solid #0066cc;
}

.btn-new-product:hover {
    transition: all 0.7s ease;
    color: #fff;
    background-color: #0066cc;
}

.btns-or {
    position: absolute;
    top: 0;
    left: calc(50% - 11px);
    background-color: #fff;
    top: calc(50% - 11px);
    padding: 10px 0px;
}

.back-class {
    display: none;
    position: absolute;
    top: 40px;
    cursor: pointer;
}

.back-class::before{
    content: "\2190";
    color: #a0a0a0;
    position: relative;
    top: -0.1rem;
    margin-right: 10px;
}

@media (max-width: 1200px) {
    .btns-block .col-lg-6 {
        height: 50%;
    }
    .btn-new-product{
        width: 100%;
    }
}
@media (max-width: 500px) {
    .back-class{
        top: 70px;
    }
}



