/*
Theme Name:    comntsu
Description:   comntsu Theme by comntsu
Author:        comntsu
Template:      oceanwp
*/
@import url("../oceanwp/style.css");

/* ------------------------------------------------------------
Header Style
------------------------------------------------------------ */
.site-breadcrumbs.position-under-title {
	max-width: 95%;
}
.site-breadcrumbs {
	white-space: normal;
	overflow: inherit;
}
.btn.language {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 0px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* ------------------------------------------------------------
Footer Style
------------------------------------------------------------ */
.footer-box .fas {
	margin-right: 10px;
}
.footer-box .footer-widget {
	font-size: 13px;
	color: #f2f2f2;
}
.site-footer .widget_nav_menu li:first-child {
	border-top: none;
}
.site-footer .widget_nav_menu li {
	border-bottom: none;
}
.site-footer .widget_nav_menu li .fa {
	margin-right: 10px;
}
#footer-bottom.no-footer-nav #copyright {
	color: #ffffff;
}

/* ------------------------------------------------------------
Products Archive Page Style
------------------------------------------------------------ */
.item {
	position: relative;
}
.item .new {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	background: 
	linear-gradient(-135deg, transparent 27px, #e00 0) top right,
	linear-gradient( -45deg, transparent 27px, #e00 0) bottom right;
	background-size: 100% 50%;
	background-repeat: no-repeat;
	border-radius: 10px;
	color: #ffffff;
	font-size: 20px;
	line-height: 40px;
	padding-left: 10px;
}
.item .category {
	text-align: left;
}
.item .sku {
	text-align: right;
}

/* ------------------------------------------------------------
Product Page Style - Left Sidebar
------------------------------------------------------------ */
.list-category {

}
.list-category ul {
	list-style: none;
}
.list-category li {

}
/* ------------------------------------------------------------
Product Page Style - Content Page
------------------------------------------------------------ */
.product-summary {

}
.product-summary ul {
	
}
.product-summary li {
	display: grid;
	grid-template-columns: 30% 70%;
	list-style: none;
	line-height: 40px;
}
.product-summary .sale {
	text-decoration: line-through;
}
.product-summary .saleprice {
	color: #ff0000;
}
.product-summary .size {
	
}
.product-summary .size ul {
	margin: 0;
}
.product-summary .size li {
	display: initial;
	list-style: none;
	border: 1px solid #000000;
	padding: 5px 10px;
	margin: 5px;
}
.product-description {
	margin: 30px 0;
}

.product-description .title {
	padding: 5px 10px;
	background: #e8e8e8;
}
/* ------------------------------------------------------------
FlexSlider Style
------------------------------------------------------------ */
.flex-direction-nav a {
	line-height: 40px;
}
.fixedsize .flex-direction-nav a:before {
	color: #ffffff;
}
.fixedsize .flex-viewport {
	max-height: 375px;
}

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

@media only screen and (max-width:768px){

}

@media only screen and (max-width: 480px) {
	
}