/* ************************************************   
Theme Name: Shopone
Author: Templines
Version: 1.1.0
Description: E-commerce template.
Theme URI:  http://wpsparrow.com/wordpress/shopone
Author URI: templines.com
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
Tags: left-sidebar,right-sidebar,e-commerce
Text Domain: shopone
*/



/*POST CONTENT*/

.wp-caption {
	text-align: left;
}
.wp-caption-text {
	text-align: left;
}
.gallery-caption {
	text-align: left;
}
.alignright {
	text-align: right;
	float: right;
	margin: 10px 0 10px 10px;
}
.alignleft {
    text-align: left;
    float: left;
    padding: 5px 25px 0px 0;
}
.aligncenter {
	text-align: center;
}


/*WORDPRESS*/


#wp-calendar {
    width: 100%;
    background: #fff;
}
#wp-calendar td, #wp-calendar th {
 border: 1px solid #eee;
    padding: 5px;
    text-align: center;
}

/* 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: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: 0.875rem;
	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. */
}

/*WIDGETS*/

.sidebar .block_content ul li ul {
	margin-left: 25px;
}
.block_content ul li {
	display: inline-block;
	list-style: outside none none;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.block_content ul li  a{
   color: #888888;
}
.block_content ul {
	margin: 0;
	padding: 0;
	color: #888888;
	font-size: 14px;
}
.block_content ul li {
	display: inline-block;
	list-style: outside none none;
	width: 100%;
}
.block_content a {
	color: #888888;
	font-size: 14px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.block_content, .woocommerce-content {
	line-height: 1.42857143;
}



/*CAPTION*/


.wp-caption {
	max-width: 100%;
	list-style: none;
	background: none;
}
.wp-caption-text {
	list-style: none;
	padding: 10px;
	background: none;
}
.gallery-caption {
	list-style: none;
	background: none;
}
.bypostauthor {
	list-style: none;
	background: none;
}
.sidebar .block_content img {
	height: auto;
	margin: 10px 0 10px;
	max-width: 100%;
}

aside .wp-tag-cloud {
  margin-left: -5px !important;
  display: inline-block;
}
aside .tagcloud li {
	float: left;
  margin: 1px 3px!important;
  width: auto;
}
aside .tagcloud {
	clear: both;
}
aside .tagcloud li a {
	display: block;
	text-transform: none;
	font-size: 14px!important;
	padding: 0px 8px  !important;
	text-decoration: none!important
}


.sidebar select{
	max-width:100%;
}




/*RSS*/

.rsswidget img {
	position: relative;
	top: -2px;
	margin-right: 5px !important;
}
.rssSummary {
    background: #f2f2f5;
    margin: 10px 0;
    padding: 10px;
}
.sidebar .menu .dropdown-menu {
	display: none !important;
}

.rtd h1, .rtd h2, .rtd h3, .rtd h4, .rtd h5, .rtd h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #333;
	margin: 0 0 10px 0;
	padding: 0;
}
.type-post.sticky:after {
	content: "\e031";
	font-family: 'Simple-Line-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #f26522;
	font-size: 31px;
	height: 20px;
	position: absolute;
	right: 3px;
	text-transform: none;
	top: -11px;
	width: 20px;
	z-index: 777;
}
   
.blog-item-quote .blog-item_desc {
	width: 80%;
	margin: 0px auto;
	float: none !important;
}
.blog-item-quote .blog-item_text {
	border: none !important;
}
.blog-quote-source {
	font-weight: 700;
	text-align: right;
	display: inline-block;
	text-align: right;
	width: 100%;
}
.rtd p, .rtd ul {
    color: #929292;
    font-size: 14px;
    line-height: 1.777;
}



 
.rtd ul {
    padding-left: 20px;
    list-style: none;
    margin-bottom: 0px;
}
.rtd ul li {
    margin: 0;
    line-height: 1.444;
}
.rtd li:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	display: inline-block;
	margin-right: 5px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul.list-styled li.disabled {
	color: #c8c9cc;
}
ul.list-styled.list-style-ok li::before {
	content: '\f00c';
	color: #28ad62;
}
ul.list-styled.list-style-ok li.disabled::before {
	content: '\f00d';
	color: #c8c9cc;
}
.rtd img {
	max-width: 100%;
	height: auto;
}

.wp-caption {
    text-align: left;
    max-width: 100%;
}


.rtd table {
	margin: 20px 0;
}
 
.rtd ul li::before {
	font-size: 6px;
	width: 1.555em;
	content: '\f111';
	text-align: center;
	vertical-align: middle;
}

.rtd ol {
    margin-left: 25px;
    margin-bottom: 0px;
}

.rtd ol  li{
	padding-bottom: 0px;
    line-height: 1.444;
}

.wrap-media img {
	max-width: 100%;
	height: auto;
}
.gallery-icon a {
	text-align: center;
	display: inline-block;
}
.rtd iframe {
	max-width: 100%;
	max-height: 100%;
}
/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */
 
.comment-info-content .fn {
	font-weight: 700;
	font-style: normal;
}
.comments-title, .comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.sidebar .comments-title, .sidebar .comment-list, .sidebar .must-log-in, .sidebar .comment-reply-title, .sidebar .comment-navigation, .sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}
.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
}
.comment-list .children {
	margin-left: 20px;
}
.comment-list > li:after, .comment-list .children > li:before {
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}
.comment-list > li:last-child:after {
	display: none;
}
 
.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
	border-radius: 100px;
}


/*Forms*/


  [type="text"], [type="email"], [type="url"],  [type="tel"],  [type="password"], textarea {
    background-color: #fff;
    border: 1px solid #eee;
    font-size: 11px;
    padding: 10px 15px;
    width: 100%;
}
  
/* Comment form */
.comment-respond {
	margin-top: 50px;
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}
.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}
.comment-reply-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.woocommerce-noreviews{
    padding: 10px 0;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}

html .page-content {
    padding-top: 30px;
}

.blog-item {
    padding-bottom: 100px;
    position: relative;
}


.post-sticky:before {
    content: "\f0c6" !important;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 35px;
    position: absolute;
    right: -19px;
    text-transform: none;
    top: -31px;
    z-index: 777;
    color: #000;
    height: 50px;
    border: 0;
    width: 50px;
    border-radius: 10px;
    padding: 16px;
}

.post-sticky:nth-child(even):before {
    right: auto;
    left: -60px;
    top: 35px;
}


/*Debug Styles*/

/*1 march*/
 
#main-menu{
	width:100%;
}


#main-menu > li{
    display: inline-block
}

.header-nav .important a:after {
    font-family: 'FontAwesome';
    font-size: 14px;
    content: "\f058";
    font-weight: normal;
    font-style: normal;
    display: block;
    position: absolute;
    left: -4px;
    top: 25px;
    color: #ff8300;
}

.blog-item_img {
    min-height: 420px;
}

html .goToTop {
    height: 42px;
    padding-top: 11px;
}
.goToTop{
	background-color: #222;
	display: none;
	bottom: 40px;
	height: 50px;
	padding-top: 8px;
	position: fixed;
	right: 30px;
	text-align: center;
	width: 50px;
	z-index: 20;
	text-decoration: none;
	opacity: 0.4;
}
.goToTop span{
	display: block;
	font-size: 9px;
	line-height: 100%;
	padding-top: 3px;
	width: 100%;
}
.goToTop:focus,
.goToTop:hover{
	text-decoration: none;
	opacity: 1;
}
 .vc_tta-container  li:before{
	 display:none !important;
}


.rtd .category-images li.grid figure.effect-bubba h2 {
    color: #fff;
}
.rtd  .category-images li.grid figure.effect-bubba p {
    color: #fff;
}


.rtd  .category-images li:before{
	 display:none !important;
}


.rtd  .vc_btn3-container.vc_btn3-inline {
    width: 100%;
}

html .widget.block_content {
    margin-bottom: 25px;
}

aside .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.yith-wcbr-archive-header.term-description{
	padding-bottom:30px;
}

html ul.products-grid {
    text-align: left;
    width: 100%;
    margin-left: 0;
    list-style-type: none;
    clear: both;
    float: none;
    padding: 0;
}
 
.enable-owl-carousel-ul .row {
	margin: 0 !important
}
 
 

/*Variable Product Styles*/


.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #ff8300;
	color: #fff;
}

 .woocommerce-variation-add-to-cart .button, .woocommerce-variation-add-to-cart input.button {
        float: left !important;
    min-width: 245px !important;
    margin-top: 14px !important;
    margin-left: 20px !important;
}

.variations_button .quantity {
    margin: 10px 0;
    float: left;
}


@media (max-width: 480px){

html .header-nav .menu-item-has-children > a::before {
    top: 9px;
}
    
    }
    
    
    .jelect {
    position: relative;
    display: inline-block;
    vertical-align: top;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee;
    color: #888;
    margin-bottom: 20px;
    padding: 0;
}

.jelect_state_active {
    box-shadow: 0 0 0 1px #ccc, 0 2px 4px rgba(0,0,0,0.25);
}

.jelect:focus,
.jelect *:focus {
    outline: none;
}

.jelect-input {
    display: none;
}

.jelect-current {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 8px 33px 8px 16px;
    overflow-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222;
    font-size: 12px;
    font-weight: 300;
}

.jelect-current:focus {
    outline: none;
}

.jelect-current:before {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    content: '';
}

.jelect-current:after {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 1px;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 5px solid #222;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: '';
}

.jelect-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    margin-top: 1px;
    display: none;
    max-height: 194px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    box-shadow: 0 0 0 1px #ccc, 0 2px 4px rgba(0,0,0,0.25);
    padding-left: 0;
}

.jelect-options_state_active {
    display: block;
}

.jelect-option {
    position: relative;
    overflow: hidden;
    margin-bottom: 1px;
    padding: 5px 16px 5px 19px;
    display: block;
    font-size: 12px;
    line-height: 22px;
    color: #222;
    box-shadow: 0 1px 0 #ccc;
    overflow-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.125s ease-out;
    -o-transition: 0.125s ease-out;
    transition: 0.125s ease-out;
}

.jelect-option:last-child {
    margin-bottom: 0;
    box-shadow: none;
}

.jelect-option:hover,
.jelect-option_state_active {
    background-color: #2986E2;
    color: #fff;
}

.jelect-option:before {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

#main-menu >  ul > li{
    display: inline-block
}





/* jarallax */


.vc_section{
    max-width: 1900px;
    margin: 0 auto;
}

.jarallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 1;
    position: relative;
    width: 100%;
}
.jarallax-content , .jarallax-content-inner{
    width: 100%;
}
 .background-attachment-fixed{
    display: inline-block;
    width: 100%;

}
.vc_row_use_jarallax.vc_row {
    margin-left: 0;
    margin-right: 0;
}
.vc_row.vc_row-flex>.vc_column_container.vc_row_use_jarallax>.vc_column-inner .wpb_wrapper{
    display: flex;
    height: 100%;
}
.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner .wpb_wrapper  .jarallax{
    display: flex;
    height: 100%;
}
.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner .wpb_wrapper  .jarallax  .jarallax-content{
    display: flex;
    height: 100%;
}


.vc_row-padding-both {
    padding: 30px 0 ;
}

.vc_row-padding-top {
    
    padding-top: 30px;
}

.vc_row-padding-bottom {
    padding-bottom: 30px;
}




 .vc_row-padding-both  .jarallax{
    padding: 70px 0 ;
}

.vc_row-padding-top  .jarallax{
    
    padding-top: 70px;
}

.vc_row-padding-bottom .jarallax{
    padding-bottom: 70px;
}


html .b-item-card {
    margin-left: 15px;
    margin-right: 15px;
}

/* Header */


html .header-navibox-4 {
    border-right: 1px solid rgba(000, 000, 000, 0.15);
    border-left: 1px solid rgba(000, 000, 000, 0.15);
}


html .header-cart-count {
    position: absolute;
    top: -5px;
    right: -14px;
    padding: 4px;
    border-radius: 100px !important;
    background: #d8942c !important;
    width: 19px;
    height: 19px;
    line-height: 11px;
}

html .toggle-menu-button {
    border: none;
    background: none;
    margin-top: 3px;
    margin-right: 12px;
    margin-left: 7px;
}

