/*
Theme Name: CW_Super_Classic
Theme URI: https://cyberworldit.com/
Author: cyberworldit
Author URI: 
Description: Custom Apps brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2024 works great in many languages, for any abilities, and on any device.
Version: 1.1
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: 
Text Domain: CW_E_Boster
Tags:[ Created by : MD.Azizul Hakim ] one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL. 
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*#Created by Azizul Hakim*/
.owl-full .owl-nav [class*="owl-"] {
    font-size: 60px !important;
}


html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
:root{
    
}

body {
    margin: 0;
	padding: 0;
    outline: 0;
    
}
.site-content{
    background: #dddddd;
    display: flex;
    flex-direction: column;
}
.main-section {
    background:#dddddd;
}
ul,
ol,
li{
   list-style:none;
   list-style-type:none;
   padding: 0;
   margin: 0;
}
img{
   max-width: 100%;
   border: 0;
   vertical-align: middle;
   text-align: center;
}
figure{
    height:100%;
    width:100%;
}
a{
    text-decoration: none; 
}
a:hover {
    /* color: #0056b3; */
    text-decoration:none;
}
.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}
.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.section-box{
    background-color: #fff;
    max-width: 1225px;
    box-shadow: 0 0 12px #dedede;
    margin: auto;
}

.cw-flex{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.cw-flex-lr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cw-flex-c {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cw-flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cw-flex-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
a,
button{
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}
/*-----------------------------------------------------------------------------
13.2 site menu
------------------------------------------------------------------------------*/
.site-menu {
    background: var(--ah-1st-color);
}
ul#primary-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-navigation > ul > li{
   float: left;
   position: relative;
   list-style: none;
}
.main-navigation>ul>li>a:hover, 
.main-navigation>ul>li>a:focus {
    color: #fff;
    background-color: #000;
}
.main-navigation ul li{
  transition: 0.4s;
  position: relative;
}
.main-navigation > ul > li:first-child {border-left:1px solid #d8190a;;}
.main-navigation > ul > li {
    text-transform: uppercase;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 1px 0 0 0 rgba(255,255,255,.1);
    box-shadow: inset 1px 0 0 0 rgba(255,255,255,.1);
    transition: 0.4s;
    border-right: 1px solid #d8190a;
}
.main-navigation ul li a{
  display:flex;
  align-items: center;
  justify-content:space-between;
  color:#fff;
}
.main-navigation > ul > li > a {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 1.3;
    background-image: none;
    background-color: transparent;
}
/* .main-navigation ul .menu-item-has-children:hover > .sub-menu{
   display: block;
} */
.main-navigation ul li.menu-item-has-children:hover>ul.sub-menu {
    display: block;
    transition: 0.3s;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* .main-navigation ul li:hover>.sub-menu {
    display: block;
    top: 100%;
} */
/* .main-navigation ul li:hover,  */
.main-navigation ul>.current-menu-item {
    background-color: #343a40;
}
.main-navigation ul li a:hover,
.main-navigation ul>.current-menu-item > a {
    background-color: #343a40;
    color:#fff;
}
.main-navigation ul.sub-menu{
   position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.main-navigation ul ul ul,
.main-navigation ul ul ul ul{
   position: absolute;
    top:0 !important;
    left: 100% !important;
}

.main-navigation .sub-menu > li > a {
    /* display: block; */
    padding: 7px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.main-navigation .sub-menu li .ah-icon i{
    transform: rotate(90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

span.screen-reader-text {
    display: none;
}
.dropdown-toggle::after {
    display:none;
   
}
.head-contact a {
    font-size: 18px;
    letter-spacing: 1px;
}
.head-button a {
    background: var(--ah-1st-color);
    color: #fff;
    font-size: 14px;
    box-shadow: var(--ah-box-shadow);
}
.head-button a:hover {
    background: var(--ah-2nd-color);
    color: #fff;
}
/*-----------------------------------------------------------------------------
 page-common css
------------------------------------------------------------------------------*/
.post-info {
    padding: 10px;
    text-align: center;
}
 .entry-title {
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}
.entry-title a{
    color: #000;
}
 .summery{
    color: #333;
    word-wrap: break-word;
    font-size: 16px;
    text-align: left;
}
.entry-content img,
.entry-content p img{
    margin-bottom: 15px;
}
.site-main {
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: var(--ah-box-shadow);
    box-shadow: var(--ah-box-shadow);
    border-radius: .375rem;
}
/*-----------------------------------------------------------------------------
archive
------------------------------------------------------------------------------*/
.single-page-section,
.page-section,
.main-section,
.archive-page {
    padding: 20px 0;
}
.archive-page-item {
    height: 100%;
    background: #fff;
    border: 1px solid #dedede;
    transition: 0.4s;
}
.archive-page-item .entry-title {
    font-size: 22px;
    line-height: 28px;
}

/*-----------------------------------------------------------------------------
13.2 single-page
------------------------------------------------------------------------------*/
.single-page-item .entry-content p ,
.single-page-item .summery p {
    color: #333;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
}
.single-page-section #comments textarea,
.single-page-section #comments input {
    display: block;
    min-width: 400px;
}
/*-----------------------------------------------------------------------------
13.2 widget
------------------------------------------------------------------------------*/
.widget-container {
   
}
.widget-container .cw-shop-menu,
.widget-container .widget {
    background: #fff;
    margin-top: 10px;
   box-shadow: 0 1px 4px rgba(0,0,0,.1);
   border-radius: 4px;
}
.widget-container .widget ul,
.widget-container .widget form,
.widget-container .widget img{
    padding: 8px;
}
.widget-container .widget ul{
    
}
.site-footer .widget-column h2,
.widget-container .widget .widget-title{
    padding: 10px;
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    text-transform:uppercase;
    border-bottom: 1px solid #e8e8e8;
}
.site-footer .widget-column h2,
.site-footer .widgettitle,
.site-footer .widget-title {
    color: #222;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px !important;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 17px;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
}
.site-footer .widget-column h2:after,
.site-footer .widget-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: var(--ah-1st-color);;
}
.site-footer .widget ul li{
    display: block;
    margin: 0;
    line-height: 1;
    border: 0;
    padding: 0;
    font-weight: 400;
    margin-bottom: 10px;
}
.site-footer .widget ul li a{
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    display: block;
/*     text-transform: capitalize; */
    color: #666;
    margin-bottom: 0;
    display: block;
    position: relative;
}
.site-footer .widget ul li a:hover{
    padding-left: 6px;
    color: var(--ah-1st-color);;
}
.site-footer {
    padding: 25px 0;
}
/*-----------------------------------------------------------------------------
calendar widget
------------------------------------------------------------------------------*/
#wp-calendar {
	width: 100%;
	max-width: 37.5rem;
	background: #ccc;
	margin-left: auto;
	margin-right: auto;
}

#wp-calendar caption {
	background: var(--ah-1st-color);
	color: #fff;
	padding: 0.25rem;
	text-align: center;
}

#wp-calendar thead tr {
	border-right: 1px solid #ccc;
}

#wp-calendar thead th {
	font-size: 90%;
	font-weight: bold;
	padding: 0.25rem;
	background: var(--ah-1st-color);
	text-transform: uppercase;
	text-align: center;
}

#wp-calendar tbody td {
	position: relative;
	padding: 0.125rem;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
}

#wp-calendar tbody td.pad {
	opacity: 0.7;
}

#wp-calendar tbody td#today {
	font-weight: bold;
}

#wp-calendar tbody td#today:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 10px solid #999;
	border-left: 10px solid transparent;
}

#wp-calendar tbody td a {
	display: block;
	background: rgba(50, 153, 187, 0.2);
}

#wp-calendar tbody td a:hover {
	background: #3299bb;
	color: #fff;
}

#wp-calendar tfoot tr {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #ccc;
}

#wp-calendar tfoot tr td {
	border: 0;
	padding: 0;
}

#wp-calendar tfoot tr a {
	display: block;
	padding: 0.25rem 0.75rem;
}

#wp-calendar tfoot tr a:hover {
	background: #fff;
}

#wp-calendar tfoot tr #prev {
	text-align: left;
}

#wp-calendar tfoot tr #next {
	text-align: right;
}
/*-----------------------------------------------------------------------------
13.2 breadcrumbs
------------------------------------------------------------------------------*/
.cw_breadcrumbs {
    /* background-image: url(assets/images/breadcrumbs.jpg); */
    padding: 18px 0;
    background-repeat: repeat;
    background-size: contain;
    background: #fff;
}
.cw_breadcrumbs .woocommerce-breadcrumb, 
.cw_breadcrumbs .breadcrumbs-container {
    padding: 5px 15px;
    background: #fff;
    color: var(--ah-1st-color);
    border-left: 4px solid var(--ah-1st-color);
    text-align: center;
    margin: 0;
}
.cw_breadcrumbs .woocommerce-breadcrumb a,
.breadcrumbs-item {
    margin: 3px;
}
.cw_breadcrumbs .woocommerce-breadcrumb a, 
.cw_breadcrumbs .breadcrumbs-item a {
    color: #242525;
}
/*-----------------------------------------------------------------------------
13.2 svg icon
------------------------------------------------------------------------------*/
svg.icon{
    height: 1em;
    width: 1em;
}

/*-----------------------------------------------------------------------------
 common post item home page
------------------------------------------------------------------------------*/
.post-item-container {
    position: relative;
    max-width: 100%;
    overflow: auto;
    /*    background: #fff;*/
}

.post-item {
    margin: 0;
    padding: 8px;
    display: block;
    width: 100%;
    overflow: auto;
    background: #fff;
}

.item-box {
    position: relative;
}

.post-image {
    position: relative;
    width: 21%;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.post-image img {
    transform: scale(1);
    transition: 0.4s;
}
.caption p {
    margin: 0;
    line-height: 24px;
    font-size: 16px;
    color: #000;
}

h2.post-title-header {
    font-size: 25px;
    padding: 5px;
    line-height: 24px;
    color: #000;
}
.post-title {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    /* font-weight: bold;
    word-wrap: break-word; */
    margin: 0;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px; */
    padding: 0 2px;
}
.post-title a{
    display: block;
    font-weight: 600;
}
.post-title i {
    color:var(--bg-color);
}
.caption a {
    color: #000;
    word-wrap: break-word;
}
.post-item .content {
    font-size: 17px;
    margin: 0;
}
.post-item:hover  img {
    transform: scale(1.1);
}
.post-category {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,0.6);
    padding: 4px 8px;
    line-height: 1;
    color: #fff;
}
.more-btn {
    text-align: right;
    padding: 5px 10px;
}
.more-btn a {
    color: var(--bg-color);
}
/*
.post-item-container:hover .post-image img {
    transform: scale(1.2);
}
*/

/*-----------------------------------------------------------------------------
    copyright section
------------------------------------------------------------------------------*/
.copyright-section {
    width: 100%;
    float: left;
    background-color: #101010;
    padding: 5px 0;
}

.copyright-text {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #548097;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    text-transform: none;
    text-align: center;
    font-family: sans-serif;
}
.copyright-text a{
    font-family: inherit;
}
.section-404{
    padding-top: 80px;
    padding-bottom: 80px;
    background-attachment: fixed;
    background-image: url(assets/images/404.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.container-404{
    padding:20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}
/*==================================================
    Contactus section
==================================================*/
.contactus-section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact-form-address,
.contact-form-container{
    padding: 20px;
}
.contactus-section .contact-form-container textarea,
.contactus-section .contact-form-container input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100% !important;
}
.contactus-container{
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: hsl(0deg 0% 0% / 0%);
    z-index: 1;
}

.barcode-wrapper{
    text-align:center;
    margin:auto;
}
.barcode-wrapper img{
    width:100%;
    max-width:300px;
}
.barcode-wrapper .code-text{
     text-align:center;
}


.slider-loader {
  color: #333;
   width: 5rem;
  height: 5rem;
}
.slider-loader::after {
  content: "\f110";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
  margin-left: -2.5rem;
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 4rem;
  transform-origin: center center;
  animation: rotating 3s linear infinite;
  z-index: 20;
}
.owl-loaded + .slider-loader {
  display: none;
}
button:focus {
  outline: none;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}