
/*
Theme Name: Estocks                                       
Theme URI: https://themesbazar.com/estocks
Author: The ThemesBazar Team
Author URI: https://themesbazar.com/
Description: Estocks is a new theme of Ecommerce, products, electronics shop  from themesbazar. Themesbazar Provided Online Newspaper Theme, Online TV Theme, Ecommerce Theme, Personal Theme, Business Theme etc. 
Tags: ecommerce, elecronics, products, themesbazar, online business,                    
Requires at least: WordPress 4.9.6
Version: 1.2
License URI: LICENSE
Text Domain: themesbazar_estocks                   
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/      

/* Base CSS */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800,800i&display=swap');
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('fonts/solaiman-lipi.eot');
    src: url('fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('fonts/solaiman-lipi.woff') format('woff'),
         url('fonts/solaiman-lipi.ttf') format('truetype'),
         url('fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
	
	font-weight:normal;font-style:normal;
}

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: normal;
}

body {
	font-size: 16px;
	width: 100%;
	font-family:  'Open Sans', 'SolaimanLipiNormal', sans-serif;
	font-weight: 500;
	background: #fff;
}

a:hover { text-decoration: none }


                /*======================================
                        Header Section css-Start
                ======================================*/
.top-header-section {
	border-bottom: 1px solid #eee;
}


.top-header-offer a {
	font-size: 16px;
	font-weight: 600;
	color: #f00;
	text-decoration: underline;
}

.login {
	float: left;
}


.login a {
	display: inline-block;
	margin-left: 26px;
	color: #555;
	text-decoration: none;
	font-weight: 300;
	font-size: 15px;
	border-left: 1px solid #eee;
	padding: 5px 20px;
	transition: .5s all;
}






/* Dropdown */

.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button img {
	width: 25px;
	float: left;
	margin-right: 3px;
	margin-top: 6px;
}

.dd-button {
	display: inline-block;
	padding: 5px 30px 5px 14px;
	cursor: pointer;
	white-space: nowrap;
	font-size: 15px;
	font-weight: 300;
	border-left: 1px solid#eee;
	margin-left: 10px;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}


.dd-input {
  display: none;
}

.dd-menu {
	position: absolute;
	padding: 0;
	margin: 2px 0 0 0;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
	background-color: #ffffff;
	list-style-type: none;
	width: 95%;
}
.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
    display: block;
    z-index: 999;
}

.dd-menu li {
	padding: 6px 10px;
	cursor: pointer;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 300;
}

.dd-menu img {
	width: 30px;
	height: auto;
	margin-right: 2px;
	margin-top: -2px;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {

}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}




                /*======================================
                        Top Header Section css-End
                ======================================*/
.header-shop {
	position: relative;
}

.shopping-cart {
	background: #fff;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	z-index: 999;
	left: 0;
	transition: .8s all;
	padding: 10px;
	box-shadow: 0 0 10px #333;
   -webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
}

.header-shop:hover .shopping-cart{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
 
    
 
}
.shopping-cart ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.shopping-cart ul li {
	margin-bottom: 12px;
	overflow: hidden;
}

.shopping-cart ul li img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	float: left;
	margin-right: 10px;
}

.shop-cart-text {
	overflow: hidden;
}

.shop-cart-text p {
	margin: 0;
}

.shop-cart-text p a {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 700;
}

.shop-cart-text span {
	color: #555;
	font-size: 14px;
}

.shopping-cart ul li i {
	float: right;
	margin-top: -33px;
	margin-right: 8px;
	cursor: pointer;
}

.shop-cart-total p {
	float: left;
	font-size: 17px;
	font-weight: 700;
	text-transform: capitalize;
	color: #000;
	margin: 0 10px 0 0;
}


.shop-cart-total span {
	font-size: 15px;
	color: #555;
}

.shop-cart-checkout a {
	background: #333;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 5px 20px 8px;
	text-transform: capitalize;
	border-radius: 10px;
	width: 100%;
	text-align: center;
	font-weight: 600;
	margin-top: 20px;
}



                /*======================================
                        Header Section css-Start
                ======================================*/



.hot-line {
	margin-top: 20px;
}

.hot-line-image img {
	width: 15%;
	height: auto;
	float: left;
	margin-top: 2px;
	margin-right: 12px;
}





/*-------serach css Start------*/
.header-search {
	margin-top: 15px;
}

form.header-search input[type="text"] {
	font-size: 14px;
	border: 1px solid #000;
	width: 86%;
	background: #fff;
	letter-spacing: 0.4px;
	padding-left: 10px;
	color: #666;
	border-radius: 5px 0 0 5px;
	height: 43px;
	outline: inherit;
}






.header-search i {
	margin-left: -7px;
}

/*-------serach css End------*/





                /*======================================
                        Header Section css-End
                ======================================*/





                /*======================================
                        Logo & Menu Section css-End
                ======================================*/


.sticky {
	position: fixed;
	width: 100%;
	top:0;
	left: 0;
	z-index: 999;
    -webkit-transition: .8s all;
    -o-transition: .8s all;
    transition: .8s all;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}



                /*======================================
                        Logo & Menu Section css-End
                ======================================*/



                /*======================================
                        Home slide Section css Start
                ======================================*/
.home-slide {
	padding: 20px 0;
}



/* Sideber Menu CSS */

.sidebar-menu {
	border-left: 1px solid#ddd;
	border-right: 1px solid#ddd;
	border-bottom: 1px solid #ddd;
}



.category-menu i {
	margin-right: 7px;
}

.sidebar-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;

}

.sidebar-menu ul li {
	padding: 10px 18px;
	position: relative;
	width: 100%;
	border-top: 1px solid#eee;
	background: #fff;
	transition: .5s;
	cursor: pointer;
}
.sidebar-menu ul li a {
	color: #000;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    width: 100%;    
}

.sidebar-menu ul li:hover {
	background: #F7F7F7;
}

.sidebar-menu ul ul {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	left: 100%;
	top: -1%;
	width: 250px;
	margin-left: 3px;
	border-left: 1px solid #eee;
	z-index: 99;
	box-shadow: 0 2px 4px #666;
}

.sidebar-menu ul li:hover > ul{
    opacity: 1;
    visibility: visible;
}


.home_list button.owl-prev {
	background: rgba(0, 0, 0, 0.3) !important;
	position: absolute;
	left: 0;
	top: 40%;
	z-index: 999;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #ffff !important;
	font-size: 24px !important;
	line-height: 40px !important;
	padding-right: 12px !important;
	opacity: 0;
	visibility: hidden;
	transition: .8s all;
    outline: inherit;
}

.home_list:hover button.owl-prev {
	opacity: 1;
	visibility: visible;
}

.home_list button.owl-prev:hover{
    background: #000!important;
}


.home_list button.owl-next {
	background: rgba(0, 0, 0, 0.3) !important;
	position: absolute;
	right: 0;
	top: 40%;
	z-index: 999;
	width: 40px;
	height: 40px;
	color: #ffff !important;
	font-size: 24px !important;
	line-height: 40px !important;
	padding-left: 10px;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: .8s all;
    outline: inherit;
}

.home_list:hover button.owl-next {
	opacity: 1;
	visibility: visible;
}


.home_list button.owl-next:hover{
    background: #000!important;
}

.home_list .owl-dots {
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 10px;
	content: "";
	z-index: 1;
}

.home_list .owl-dots button {
	margin: 0 2px;
	padding: 3px !important;
	transition: .8s all;
    background: #000 !important;
	outline: inherit;
}
.home_list .owl-dots button.active {
	background: #E81F4D !important;
	padding: 10px 3px 3px 3px !important;
}

                    

                /*======================================
                        Home slide Section css-End
                ======================================*/


  


                    

                /*======================================
                      Bast Seller Section css-Start
                ======================================*/
.best-seller-section {
	padding: 50px 0;
}








.bastSeller-item {
	border-bottom: 1px solid #eee;
	padding: 0 0 15px;
	margin-bottom: 13px;
}

.bastSeller-image img {
	max-width: 70px;
	height: 70px;
	object-fit: contain;
	float: left;
	margin-right: 6px;
	margin-top: 10px;
}

.bastSeller-title {
	margin: 0 0 5px;
}


.bastSeller-title a {
	font-size: 16px;
	color: #444;
	font-weight: 500;
	text-transform: capitalize;
	text-decoration: none;
	transition: .5s all;
}

.bastSeller-price {
	font-size: 17px;
	font-weight: 700;
	color: #444;
	margin: 0 0 5px;
}

.bastSeller-price ins{
	text-decoration: none ; 
}

.bastSeller-price del {
	font-weight: 300;
	text-decoration: line-through #f00;
	margin-right: 6px;
	font-size: 16px;
}

.bastSeller-btn {
	margin: 12px 0 0;
}


.bastSeller-btn a {
	display: inline-block;
	background: #eee ;
	padding: 4px 14px 5px;
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
	text-decoration: none;
	color: #0063F4 ;
	border-radius: 50px;
	transition: .5s all;
}

.bastSeller-btn a:hover {
	color: #000 ;
	background: #ddd;
	padding: 5px 14px;
}   


.bastSeller-list button.owl-prev {
	position: absolute;
	right: 22px;
	top: -45px;
	color: #182b53 !important;
	font-size: 24px !important;
	outline: inherit;
    transition: .5s all;
}

.bastSeller-list button.owl-next {
	position: absolute;
	right: 0;
	top: -45px;
	color: #182b53 !important;
	font-size: 24px !important;
	outline: inherit;
    transition: .5s all;
}

.bastSeller-list button.owl-next:hover{
    color: #f00!important;
}

.bastSeller-list button.owl-prev:hover{
    color: #f00!important;
}

.bastSeller-list .owl-dots {
    text-align: center;
    position: relative;
    left: 0;
    bottom: -5px;
    content: "";
    z-index: 1;
}

.bastSeller-list .owl-dots button {
	margin: 0 2px;
	padding: 3px !important;
	transition: .8s all;
	background: #000 !important;
	outline: inherit;
}

.bastSeller-list .owl-dots button.active {
	background: #E81F4D !important;
	padding: 10px 3px 3px 3px !important;
}

.categroi-image{
    position: relative;
    overflow: hidden;
}
.categroi-image img {
	
	height: 200px;
	padding: 14px;
	object-fit: contain;
    transition: .5s all;
}
.category-wrpp:hover .categroi-image img{
    position: relative;
    transform: scale(1.2);
}
.category-wrpp {
	border: 1px solid #eee;
	padding: 10px;
}

.products-title {
	margin: 0 0 4px;
	line-height: 25px;
}


.products-title a:hover{
    color: #182b53;
}



.products-price ins{ 
	text-decoration:none;  
}

.products-price del {
	font-weight: 300;
	text-decoration: line-through #f00;
	margin-right: 6px;
	font-size: 16px;
}

.products-btn {
	margin: 15px 0 8px;
}


.products-btn a:hover{
    	padding: 6px 18px 8px;
    background: #000;
}

.category-list button.owl-prev {
	background: #fff !important;
	position: absolute;
	left: -15px;
	top: 40%;
	z-index: 999;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #182b53 !important;
	font-size: 24px !important;
	line-height: 40px !important;
	padding-right: 12px !important;
	opacity: 0;
	visibility: hidden;
	transition: .8s all;
	outline: inherit;
	box-shadow: 0 0 5px #c6c6c6;
}

.category-list:hover button.owl-prev {
	visibility: visible;
    opacity: 1;
}



.category-list button.owl-next {
	background:#fff !important;
	position: absolute;
	right: -15px;
	top: 40%;
	z-index: 999;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #182b53 !important;
	font-size: 24px !important;
	line-height: 40px !important;
	padding-right: 12px !important;
	opacity: 0;
	visibility: hidden;
	transition: .8s all;
	outline: inherit;
    box-shadow: 0 0 5px #c6c6c6;
}
.category-list:hover button.owl-next {
	visibility: visible;
    opacity: 1;
}


.category-list .owl-dots {
    text-align: center;
    position: relative;
    left: 0;
    bottom: -10px;
    content: "";
    z-index: 1;
} 

.category-list .owl-dots button {
	margin: 0 2px;
	padding: 3px !important;
	transition: .8s all;
    background: #000 !important;
	outline: inherit;
}
.category-list .owl-dots button.active {
	background: #E81F4D !important;
	padding: 10px 3px 3px 3px !important;
}


                /*======================================
                        Bast Seller Section css-End
                ======================================*/


  

                /*======================================
                        Add Section css-Start
                ======================================*/
.add-section {
	margin: 20px 0;
	display: inline-block;
	width: 100%;
}

.add-image img {
	width: 100%;
	height: auto;
	height: ;
	object-fit: cover;
}

  

                /*======================================
                        Add Section css-End
                ======================================*/


  

  

                /*======================================
                        Arrival Section css-Start
                ======================================*/
.arrival-section {
	padding: 30px 0 60px;
}


.arrival-image{
    position: relative;
    overflow: hidden;
    text-align: center;
}
.arrival-image img {
	max-width: 200px;
	height: 200px;
	padding: 14px;
	object-fit: contain;
    transition: .5s all;
    margin: 0 auto;
}
.arrival-wrpp:hover .arrival-image img{
    position: relative;
    transform: scale(1.2);
}
.arrival-wrpp {
	border: 1px solid #eee;
	padding: 10px;
    text-align: center;
}

.arrival-title {
	margin: 0 0 7px;
	line-height: 25px;
}


.arrival-title a:hover{
    color: #182b53;
}




.arrival-price ins {
    text-decoration: none; 
}

.arrival-price del {
    font-weight: 300;
    text-decoration: line-through #f00;
    margin-right: 6px;
    font-size: 16px;
}
.arrival-btn {
    margin: 15px 0 8px;
    position: relative;
}

.arrival-btn a {
	display: inline-block;
	background: #333;
	padding: 6px 18px 8px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 50px;
	transition: .5s all;
}

.arrival-btn a:hover{
    	padding: 6px 22px 8px;
    background: #000;
}


.arrival-list button.owl-prev {
	background: #fff !important;
	position: absolute;
	left: -15px;
	top: 40%;
	z-index: 999;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #182b53 !important;
	font-size: 24px !important;
	line-height: 40px !important;
	padding-right: 12px !important;
	opacity: 0;
	visibility: hidden;
	transition: .8s all;
	outline: inherit;
	box-shadow: 0 0 5px #c6c6c6;
}

.arrival-list:hover button.owl-prev {
	visibility: visible;
	opacity: 1;
}

.arrival-list button.owl-next {
	background: #fff !important;
	position: absolute;
	right: -15px;
	top: 40%;
	z-index: 999;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #182b53 !important;
	font-size: 24px !important;
	line-height: 40px !important;
	padding-right: 12px !important;
	opacity: 0;
	visibility: hidden;
	transition: .8s all;
	outline: inherit;
	box-shadow: 0 0 5px #c6c6c6;
}

.arrival-list:hover button.owl-next {
	visibility: visible;
	opacity: 1;
}

.arrival-list .owl-dots {
    text-align: center;
    position: relative;
    left: 0;
    bottom: -13px;
    content: "";
    z-index: 1;
}

.arrival-list .owl-dots button {
	margin: 0 2px;
	padding: 3px !important;
	transition: .8s all;
	background: #000 !important;
	outline: inherit;
}

.arrival-list .owl-dots button.active {
	background: #E81F4D !important;
	padding: 10px 3px 3px 3px !important;
}

  

                /*======================================
                        Arrivail Section css-End
                ======================================*/


  
  

                /*======================================
                        Bast category Section css-Start
                ======================================*/
.bast-category-section {
	padding: 30px 0 60px;
}



.bastCategory-design1::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(19, 33, 62, 0.9);
	z-index: -1;
} 



.bastCategory-design2::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
    background: rgba(19, 33, 62, 0.9);
	z-index: -1;
}



.bastCategory-design3::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(19, 33, 62, 0.9);
	z-index: -1;
}



.bastCategory-design1  ul {
	padding: 0 10px 0 43px;
	margin: 0;
	list-style: disclosure-closed;
}

.bastCategory-design2  ul {
	padding: 0 10px 0 43px;
	margin: 0;
	list-style: disclosure-closed;
}

.bastCategory-design3  ul {
	padding: 0 10px 0 43px;
	margin: 0;
	list-style: disclosure-closed;
}


.bastCategory-design1 ul li {
	padding-bottom: 10px;
	color: #fff;
    transition: .5s all;
}

.bastCategory-design2 ul li {
	padding-bottom: 10px;
	color: #fff;
    transition: .5s all;
}

.bastCategory-design3 ul li {
	padding-bottom: 10px;
	color: #fff;
    transition: .5s all;
}



.bastCategory-design1 ul li a {
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	text-decoration: none;
    transition: .5s all;
}

.bastCategory-design2 ul li a {
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	text-decoration: none;
    transition: .5s all;
}

.bastCategory-design3 ul li a {
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	text-decoration: none;
    transition: .5s all;
}



.bastCategory-design1 ul li a:hover {
	color: #e81f4d;
}

.bastCategory-design2 ul li a:hover {
	color: #e81f4d;
}

.bastCategory-design3 ul li a:hover {
	color: #e81f4d;
}

.bastCategory-design1 ul li:hover {
	color: #e81f4d;
} 

.bastCategory-design2 ul li:hover {
	color: #e81f4d;
} 

.bastCategory-design3 ul li:hover {
	color: #e81f4d;
} 




.bastCategory-image{
    position: relative;
    overflow: hidden;
}
.bastCategory-image img {
	max-width: 200px;
	height: 200px;
	padding: 14px;
	object-fit: contain;
    transition: .5s all;
}
.bastCategory-wrpp:hover .bastCategory-image img{
    position: relative;
    transform: scale(1.2);
}
.bastCategory-wrpp {
	border: 1px solid #eee;
	padding: 10px;
}

.bastCategory-title {
	margin: 0 0 4px;
	line-height: 25px;
}


.bastCategory-title a:hover{
    color: #182b53;
}




.bastCategory-price ins{
   text-decoration: none;
} 

.bastCategory-price del {
	font-weight: 300;
	text-decoration: line-through #f00;
	margin-right: 6px;
	font-size: 16px;
}

.bastCategory-btn {
	margin: 15px 0 8px;
}

.bastCategory-btn a {
	display: inline-block;
	background: #333;
	padding: 6px 15px 8px;
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 50px;
	transition: .5s all;
}

.bastCategory-btn a:hover{
    	padding: 6px 18px 8px;
    background: #000;
}

.bastCategory-list button.owl-prev {
	background: #fff !important;
	position: absolute;
	right: 50px;
	top: -58px;
	z-index: 999;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #182b53 !important;
	font-size: 24px !important;
	line-height: 40px !important;
	padding-right: 12px !important;
	transition: .8s all;
	outline: inherit;
	box-shadow: 0 0 5px #c6c6c6;
}

.bastCategory-list button.owl-prev:hover {
	box-shadow: 0 0 0 #c6c6c6;
}



.bastCategory-list button.owl-next {
	background:#fff !important;
	position: absolute;
	right: 0;
	top: -58px;
	z-index: 999;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #182b53 !important;
	font-size: 24px !important;
	line-height: 40px !important;
	padding-right: 12px !important;
	transition: .8s all;
	outline: inherit;
    box-shadow: 0 0 5px #c6c6c6;
}
.bastCategory-list button.owl-next:hover  {
    box-shadow: 0 0 1px #c6c6c6;
}


.bastCategory-list .owl-dots {
    text-align: center;
    position: relative;
    left: 0;
    bottom: -15px;
    content: "";
    z-index: 1;
} 

.bastCategory-list .owl-dots button {
	margin: 0 2px;
	padding: 3px !important;
	transition: .8s all;
    background: #000 !important;
	outline: inherit;
}
.bastCategory-list .owl-dots button.active {
	background: #E81F4D !important;
	padding: 10px 3px 3px 3px !important;
}

  
  

                /*======================================
                        Bast category Section css-End
                ======================================*/


    
  

                /*======================================
                       Footer Section css-Start
                ======================================*/


.footer-logo img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}


.footer-menu-content {
	column-count: 2;
	column-gap: 20px;
	margin-left: 25px;

}

.footer-menu-wrpp {
	
	width: 100%;
	break-inside: avoid;
	margin-bottom: 10px;
}


.footer-menu-title::before {
	position: absolute;
	left: 5px;
	bottom: -8px;
	content: '';
	width: 35px;
	height: 2px;
	background: #c6c1c1;
}
.footer-menu-title::after {
	position: absolute;
	left: 0;
	bottom: -4px;
	content: '';
	width: 34px;
	height: 2px;
	background: #c6c1c1;
}


.footer-menu ul {
	padding: 0 0 0 20px;
	margin: 0;
	list-style: disclosure-closed;
}



.footer-menu ul li:hover {
	color: #518afb;
	list-style: disclosure-open;

    
}
.footer-menu ul li a:hover{
    color: #518afb;
}





.contact-itm i {
	background: #242323;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: -49px;
	top: 2px;
	color: #96b5f4;
	font-size: 20px;
}

.bottom-footer-social {
	text-align: right;
	margin-top: 40px;
}

.bottom-footer-social a {
	color: #fff;
	text-decoration: none;
	transition: .8s;
	font-size: 16px;
	display: inline-block;
	width: 38px;
	height: 38px;
	background: #333;
	line-height: 38px;
	text-align: center;
	border-radius: 3px;
	margin-right: 9px;
}

.bottom-footer-social a:nth-child(1):hover {
	color: #fff;
	background: #3A589D;
}

.bottom-footer-social a:nth-child(2):hover {
	color: #fff;
	background: #2478BA;
}


.bottom-footer-social a:nth-child(3):hover {
	color: #fff;
	background: #0e76a8;
}

.bottom-footer-social a:nth-child(4):hover {
	color: #fff;
	background: #c4302b;
}







.design-developed {
	text-align: right;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.design-developed a {
	text-decoration: none;
	color: #E6E6E6;
	font-size: 18px;
	font-weight: 600;
}


.themesBazar_scroll {
	width: 50px;
	height: 50px;
	padding: 10px;
	background: #333;
	position: fixed;
	right: 25px;
	bottom: 70px;
	z-index: 9999;
}

.themesBazar_scroll i {
	font-size: 35px;
	color: #fff;
	font-weight: 600;
	top: 5px;
	display: block;
	position: absolute;
	right: 13px;
}

                /*======================================
                       Footer Section css-End
                ======================================*/


  

 						/*=============================
							All page Section Start
                        ===============================*/



.all-section::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.all-item {
	text-align: center;
}

.all-title {
	font-size: 50px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	text-shadow: 0 1px 2px #ff00cb;
	letter-spacing: 1px;
}

.all-content {
	font-size: 25px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
}

.all-content a {
	color: #bad7fd;
	font-weight: 600;
	text-decoration: none;
	transition: .5s all;
}

.all-content a:hover{
    color: #0590f7;
}

 						/*=============================
							All page Section End
                        ===============================*/


 						/*=============================
							About page  Start
                        ===============================*/
.about-page {
	padding: 50px 0;
}

.about-page-image img {
	width: 100%;
	height: auto;
}


.about-page-title {
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 5px;
}

.about-page-content {
	font-weight: 300;
	margin: 0 0 17px;
	color: #555;
	text-align: justify;
}


.about-page-btn a {
	display: inline-block;
	background: #182b54;
	font-size: 16px;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
}


 						/*=============================
							About page  End
                        ===============================*/


/*=============== single about Page css Start============*/
.about-single {
	padding: 50px 0;
}

.single-about-title {
	font-size: 27px;
	text-transform: capitalize;
	color: #054675;
	font-weight: 500;
	background: #f9f9f9;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.single-about-image img {
	width: 50%;
	height: auto;
	object-fit: cover;
	float: left;
	margin-right: 10px;
	margin-top: 6px;
}

.singe-about-content {
	text-align: justify;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}


/*=============== single about Page css End============*/




/*===========Single-page css Start==================*/
.single-page {
	padding: 50px 0;
}

.single-page-date {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-top: 10px;
}

.single-page-date ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.single-page-date ul li a {
	color: #807e7e;
	text-decoration: none;
	font-size: 14px;
}

.single-page-date ul li {
	display: inline-block;
	margin-right: 30px;
}

.single-page-date i {
	margin-right: 5px;
	font-size: 13px;
	color: #016bb9;
}


.single-page-title {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 13px;
	color: #032640;
	margin-top: 12px;
}

.single-page-image img {
	width: 100%;
	height: auto;
}

.single-page-content {
	text-align: justify;
	font-size: 16px;
	line-height: 1.7;
	color: #000;
	font-weight: 300;
}


.single-page-categori {
	-webkit-box-shadow: 0 0 10px #eee;
	        box-shadow: 0 0 10px #eee;
	padding: 10px;
	
}

.single-category-title {
	font-size: 25px;
	font-weight: 600;
	color: #f0002f;
	position: relative;
	margin-bottom: 20px;
}

.single-category-title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 40px;
	height: 3px;
	background: #ffcd00;
}

.single-page-search {
	margin-bottom: 20px;
	margin-top: 10px;
}

.single-page-search h6 {
	margin: 0;
	font-size: 25px;
	font-weight: 600;
	color: #032640;
	padding: 0;
	margin-bottom: 10px;
}


.single-search input[type="text"] {
	padding: 12px 5px;
	font-size: 15px;
	border: 2px solid #016bb9;
	width: 75%;
    outline: inherit;
}

.single-page-search input[type="submit"], button[type="submit"] {
	padding: 10px 19px 12px;
	border: none;
	background: #016bb9;
	color: #fff;
	cursor: pointer;
	margin-left: -4px !important;
	margin: 0;
	font-size: 19px;
	border-radius: inherit;
}



.single-recent-post {
	-webkit-box-shadow: 0 0 10px #eee;
	        box-shadow: 0 0 10px #eee;
	padding: 10px;

}

.single-recent-item {
	font-size: 25px;
	font-weight: 600;
	color: #032640;
	position: relative;
}

.single-recent-item::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 40px;
	height: 3px;
	background: #ffcd00;
}

.single-recent-content {
	display: inline-block;
	margin-top: 20px;
}

.single-recent-image img {
	width: 40%;
	height: auto;
	margin-right: 10px;
	float: left;
}

.single-recent-date {
	font-size: 12px;
	font-weight: 300;
	color: #797979;
}

.single-recent-title {
	line-height: 16px;
	margin-top: 3px;
}

.single-recent-title a {
	color: #000;
	font-weight: 300;
	text-decoration: none;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	font-size: 14px;
}

.single-recent-title a:hover {
	color: #0079d2;
}

.single-page-tag {
	-webkit-box-shadow: 0 0 10px #eee;
	        box-shadow: 0 0 10px #eee;
	padding: 10px;
	margin-top: 30px;
}

.single-tag-title {
	font-size: 25px;
	font-weight: 600;
	color: #032640;
	position: relative;
    margin-bottom: 20px;
}

.single-tag-title::before {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
	width: 38px;
	height: 3px;
	background: #ffcd00;
}


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

.tag ul li {
	display: inline-block;
	
	margin-bottom: 10px;
	margin-right: 5px;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
}


.tag ul li a{
    color: #333;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #ddd;
	padding: 5px 10px;
    display: inline-block;
    transition: .5s all;
}


.tag ul li a:hover {
	background: #0079d2;
	border: 1px solid #0079d2;
	color: #fff;
}

/*===========Single-page css End==================*/





/*===========Contact-page css Start==================*/

.contact-page {  
	padding: 50px 0;
}


.contact-p-wpp {
	background: #fff;
	box-shadow: 0 0 5px #eee;
	padding: 10px;
}

.p-addres-titel {
	font-size: 25px;
	color: #000;
	font-weight: 300;
	text-transform: capitalize;
	margin: 4px 0 3px;
}

.p-address-content {
	padding: 20px 0;
	border-bottom: 1px solid#ddd;
	position: relative;
}

.p-address-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 56px;
}

.p-address-content ul li {
	font-size: 15px;
	color: #333;
	line-height: 18px;
	font-weight: 300;
	text-transform: capitalize;
}

.p-address-content strong {
	font-weight: 500;
	color: #061538;
	font-size: 16px;
	margin-bottom: 6px;
	display: inline-block;
}

.p-address-content i {
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	border: 1px solid #182B54;
	text-align: center;
	line-height: 38px;
	font-size: 21px;
	border-radius: 50%;
	margin-right: 10px;
	color: #182B54;
}

.contact-page-social {
	margin-top: 20px;
	margin-bottom: 10px;
}

.contact-page-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.contact-page-social ul li {
	display: inline-block;
	margin-right: 4px;
}

.contact-page-social ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #ddd;
	text-align: center;
	color: #6c6c6c;
    transition: .5s all;
}

.contact-page-social ul li a:hover{
    color: #333;
}


.contact-wrpp {
	background: #fff;
	box-shadow: 0 0 5px #eee;
	padding: 20px;
}

.contact-page-title {
	color: #000;
	font-weight: 300;
	font-size: 30px;
	text-transform: capitalize;
	margin: 0 0 18px;
}

.contact-page-form input[type="text"], input[type="email"], textarea {
	width: 100%;
	padding: 16px 9px;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 12px;
	border: 1px solid#ddd;
	background: #F5F5F5;
    outline: inherit;
}

.c-page-input-title {
	margin-bottom: 6px;
	font-size: 20px;
	color: #666;
	font-weight: 300;
}


.contact-page-btn input[type="submit"] {
	background: #182B54;
	padding: 14px 56px;
	font-size: 20px;
	color: #fff;
	border: none;
	text-transform: uppercase;
	text-align: center;
	transition: .8s;
	cursor: pointer;
}


.map-section iframe {
	width: 100%;
	height: 500px;
}


/*===========Contact-page css End==================*/


/*===========Blog-page css Start==================*/
.blog-page {
	padding: 50px 0;
}

.blog-page-content {
	column-count: 3;
	column-gap: 20px;
}

.blog-page-wrpp {
	overflow: hidden;
	width: 100%;
	break-inside: avoid;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #eee;
}

.blog-page-title {
	line-height: 23px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.blog-page-title a {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	text-decoration: none;
	transition: .5s all;
}

.blog-page-title a:hover {
	color: #2956ae;
}

.blog-content {
	text-align: justify;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 10px;
	color: #444;
}

.blog-page-btn {
	margin-top: 20px;
	margin-bottom: 8px;
}

.blog-page-btn a {
	display: inline-block;
	font-size: 16px;
	text-transform: capitalize;
	text-decoration: none;
	color: #077CF0;
	border: 1px solid#eee;
	padding: 6px 20px 8px;
    transition: .5s all;
}

.blog-page-btn a:hover {
	background: #eee;
}

/*===========Blog-page css End==================*/




/*===========Shop-page css Start==================*/
.shop-page {
	padding: 50px 0;
}

.shop-page-content {
	column-count: 3;
	column-gap: 20px;
}

.shop-page-wrpp {
	border: 1px solid #eee;
	padding: 10px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	break-inside: avoid;
}


.shop-page-image {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.shop-page-image img {
	max-width: 200px;
	height: 200px;
	padding: 14px;
	object-fit: contain;
	transition: .5s all;
	margin: 0 auto;
}
.shop-page-wrpp:hover .shop-page-image img {
	position: relative;
	transform: scale(1.2);
}

.shop-page-title {
	margin: 0 0 7px;
	line-height: 25px;
}
.shop-page-title a {
	font-size: 18px;
	color: #444;
	font-weight: 500;
	text-decoration: none;
	text-transform: capitalize;
	transition: .5s all;
}

.shop-page-brand {
	font-size: 16px;
	color: #919191;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0 0 6px;
}

.shop-page-brand strong {
	color: #555;
	font-weight: 700;
}


.shop-page-price span {
	font-weight: 300;
	text-decoration: line-through #f00;
	margin-right: 6px;
	font-size: 16px;
}

.shop-page-price {
	font-size: 19px;
	font-weight: 600;
	color: #444;
	margin: 0 0 5px;
}



.shop-page-btn a:hover {
	padding: 6px 22px 8px;
	background: #000;
}




.shop-page-cat {
	background: #333;
	color: #fff;
	padding: 10px 15px;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}

.shop-page-item {
	border: 1px solid #eee;
	padding: 10px;
}

.shop-page-item ul {
	padding: 0 0 0 18px;
	margin: 0;
}

.shop-page-item ul li {
	margin-bottom: 10px;
	list-style: none;
    color: #444;
    transition: .5s all;
}

.shop-page-item ul li:hover {
	list-style: none;
    color: #000;
}


.shop-page-item ul li a {
	display: inline-block;
	color: #444;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 18px;
    font-weight: 500;
	transition: .5s all;
}

.shop-page-item ul li a:hover{
    color: #000;
}









.pagination-content {
	margin-top: 50px;
	text-align: center;
}


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

.pagination-content ul li {
	display: inline-block;
	border-radius: 50px;
	margin-left: 10px;
}

.pagination-content ul li a {
	border: 1px solid #eee;
	padding: 9px 24px 9px;
	display: inline-block;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-weight: 300;
	border-radius: 50px;
	text-transform: capitalize;
}
.pagination-content ul li a:hover{
    background: #eee;
    color: #000;
}

.pagination-content .active {
	background: #333;
	color: #fff;
    padding: 9px 24px;
}

.pagination-content .active a {
	color: #fff;
	border: 1px solid#333;
} 

span.page-numbers.current {
    background: #000;
    border: 1px solid #eee;
    padding: 9px 24px 9px;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    border-radius: 50px;
    text-transform: capitalize;
}



/*===========Shop-page css End==================*/


/*===========Login-page css start ==================*/
.login-page {
	padding: 50px 0;
}

.login-content {
	padding: 30px;
	border: 1px solid #ced4da;
}

.login-logo {
	text-align: center;
	margin-bottom: 20px;
}

.login-logo img {
	width: 60%;
	height: auto;
	object-fit: cover;
}

.login-title {
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	margin-bottom: 30px;
}

.login-wrpp input[type="text"], input[type="password"] {
	width: 100% !important;
	padding: 12px 10px;
	border: 1px solid#ced4da;
	font-size: 20px;
	margin-bottom: 23px;
	font-weight: 300;
	color: #000;
	opacity: inherit;
	outline: inherit;
	display: inline-block;
    cursor: pointer;
}

.login-btn {
	text-align: center;
	margin-bottom: 20px;
}

.login-btn input[type="submit"] {
	background: #333;
	width: auto;
	border: none;
	padding: 7px 36px 11px;
	text-transform: capitalize;
	font-size: 20px;
	border-radius: 50px;
	color: #fff;
    
}

.register-content {
	padding: 30px;
	border: 1px solid #ced4da;
	margin-left: 46px;
}

.login-new {
	text-align: center;
	color: #3f434e;
	font-weight: 400;
	font-size: 17px;
}

.login-new a {
	text-decoration: none;
	color: #000;
	font-size: 17px;
}

.forget {
	text-align: center;
	margin-top: 15px;
}
.forget a {
	text-decoration: none;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	text-transform: capitalize;
}

/*===========Login-page css End==================*/ 

/*===========  custom page pagination  css start ==================*/  


 
.paginationa-content {
	margin-top: 50px;
	text-align: center;
}


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

.paginationa-content ul li {
	display: inline-block;
	border-radius: 50px;
	margin-left: 10px;
}

.paginationa-content ul li a {
	border: 1px solid #eee;
	padding: 9px 24px 9px;
	display: inline-block;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-weight: 300;
	border-radius: 50px;
	text-transform: capitalize;
}
.paginationa-content ul li a:hover{
    background: #eee;
    color: #000;
}

.paginationa-content .active {
	background: #333; 
}

.paginationa-content .active a {
	color: #fff;
	border: 1px solid#333;
} 


  

/*========== custom page pagination css End==================*/ 



/*===========products-single page css Start==================*/
.products-single {
	padding: 50px 0;
}


.single-products-image img {
	width: 100%;
	height: auto;
}

.products-single-item {
	column-count: 4;
	column-gap: 15px;
	margin-top: 10px;
}

.products-single-wrpp {
	overflow: hidden;
	break-inside: avoid;
	width: 100%;
	cursor: pointer;
}


.products-details {
	margin-left: 40px;
}

.single-products-title {
	font-size: 30px;
	font-weight: 600;
	color: #000;
	margin: 0 0 8px;
}


.single-products-sub {
	font-size: 20px;
	font-weight: 300;
	color: #555;
	border-bottom: 1px solid#eee;
	padding-bottom: 23px;
	margin: 0 0 15px;
}

.single-products-pirce {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin: 0 0 10px;
}


.single-products-pirce span {
	color: #777;
	text-decoration: line-through;
}


.short-description {
	color: #757575;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
	letter-spacing: 0.2px;
}

.quantity input[type="number"] {
	border: 1px solid#ddd;
	padding: 10px;
	width: 20%;
	float: left;
	margin-right: 20px;
	color: #495057;
    outline: inherit;
}

.single-products-cart a {
	display: inline-block;
	background: #000;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 17px;
	text-transform: capitalize;
}

.poducts-color-item {
	margin-top: 30px;
}

.poducts-color {
	float: left;
	color: #000;
	font-weight: 700;
	text-transform: capitalize;
	margin-right: 50px;
}

.poducts-color-item ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


.poducts-color-item ul li {
	width: 35px;
	height: 35px;
	background: #f00;
	margin-left: 15px;
	display: inline-block;
}

.poducts-color-item ul li:nth-child(1){
    background: #117a8b;
}

.poducts-color-item ul li:nth-child(2){
    background: #333;
}
.poducts-color-item ul li:nth-child(3){
    background: #bd2130;
}

.products-size-item {
	margin-top: 30px;
}


.poducts-size {
	float: left;
	margin-right: 74px;
	color: #000;
	font-weight: 700;
	margin-top: 6px;
	font-size: 16px;
}

.products-size-item select {
	width: 20%;
	padding: 10px;
	color: #495057;
	border: 1px solid #ddd;
	font-size: 15px;
	text-transform: uppercase;
}
.products-cat-list {
	margin-top: 30px;
}


.single-products-cat {
	float: left;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin-right: 20px;
}


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

.products-cat-list ul li {
	display: inline-block;
	margin-right: 10px;
}

.products-cat-list ul li a {
	display: inline-block;
	color: #000;
	text-decoration: none;
	font-weight: 300;
	text-transform: capitalize;
	font-size: 15px;
}


/*===========products-single page css End==================*/







/*===============404/Error Page css End============*/
.error-wrpp {
	text-align: center;
	margin-bottom: 40px;
}

.error-title {
	font-size: 130px;
	font-weight: bold;
	letter-spacing: 7px;
	margin-bottom: 0;
	-webkit-text-stroke: 3px #247225;
	 -webkit-text-fill-color: #fff;
	-webkit-animation: fill 0.6s infinite alternate; 
}

 @-webkit-keyframes fill {
  from { -webkit-text-fill-color: #247225; }
  to { -webkit-text-fill-color: #403AB4; }
} 

.error-page-sub {
	font-size: 40px;
	margin-top: -20px;
	font-weight: 600;
	color: #535151;
}

.error-page-item {
	font-size: 25px;
	letter-spacing: 0.5px;
	color: #000;
}

.error-btn {
	margin-top: 40px;
}

.error-btn a {
	background: #247225;
	padding: 10px 30px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 2px;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
}

.error-btn a:hover{
    padding: 10px 40px;
  }
/*===============404/Error Page css End============*/



/*=========== Video page css start==================*/

.video-page {
	padding: 50px 0;
}

.video-pageContent {
	column-count: 3;
	column-gap: 10px;
}

.video-pageWrpp {
	overflow: hidden;
	width: 100%;
	break-inside: avoid;
	margin-bottom: 10px;
}

.video-image {
	position: relative;
}

.video-image img {
	width: 100%;
	height: auto;
}


.video-image:hover .themesbazar-video i {
	background: #fff;
	color: #016BB9;
}

.themesbazar-video i {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 70px;
	width: 70px;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 62px;
	color: #fff;
	border-radius: 50%;
	font-size: 35px;
	padding-left: 6px;
	border: 4px solid #fff;

	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 99;
}

/*=========== Video page css End==================*/            





/*=============== Extra Page css start ============*/
 
 .redux-container-sorter ul {
    background: #F9F9F9;
    border: 1px solid #E3E3E3;
    min-height: 40px;
    padding: 10px 10px 0;
    width: 250px !important;
    float: left;
    margin: 0 15px 0 0;
}    

ul.dd-menu li a {
    text-decoration: none;
}
 
 



/*=============== Extra Page css End============*/  

.products-btn2 a { 
    display: inline-block;
    background: #333;
    padding: 6px 18px 8px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 50px;
    transition: .5s all;
}


.stellarnav .current-menu-item {
    background: #666;
}



p.video-title {
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    padding: 10px 6px;
    text-transform: capitalize;
}
p.video-title a{
    color : white;
    text-decoration : none;
}



        /*=================================== 
		themesBazar products share css  Start 
        ====================================*/
.sgl-page-social-title h4 {
	font-size: 15px;
	margin-top: 4px;
	border-bottom: 1px solid beige;
	padding: 14px 0px;
}

.products-share {
    margin-top: 0px;
}

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

.products-share ul li {
    display: inline-block;
    margin-right: 10px;
    background: #f5f5f5;
    width: 45px;
    height: 45px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
}

.products-share ul li a {
    color: #fff;
    font-size: 16px;
    transition: .8s all;
}
.products-share ul li:nth-child(1) {
    background: #3A589D;
}

.products-share ul li:nth-child(2) {
    background: #2478BA;
}

.products-share ul li:nth-child(3) {
    background: #c4302b;
}


.products-share ul li:nth-child(4) {
    background: #0e76a8;
}


.products-share ul li:nth-child(5) {
    background: #c8232c ;
}

        /*=================================== 
		themesBazar products share css  end  
        ====================================*/
