/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
/*
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
.category-title-brd h1
{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #FF5722;
}
p
{
  font-family: 'Open Sans', sans-serif;
    color: #000;
    line-height: 27px;
    font-size: 14px;
}
.carousel-inner .item img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    /*background: rgba(255, 87, 34, 0.7);*/
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    border-radius: 15px;
}
.title_bar
{
	background-image: url(https://motionarray.imgix.net/preview-234164-QyuwlIRLIs-high_0000.jpg);
    padding:20px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    border-bottom: solid 5px #b90b05;
}
.related
{
  clear:both
}

.woocommerce div.product .product_title , .related h2
{
    clear: none;
    margin-top: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #b90b05;
    border-bottom: solid 2px #1143fe;
    padding-bottom: 10px;
	margin-bottom:5px
}

.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    color: #1143fe;
}

#footer p
{
   color:#fff;
}
.orderby
{
  padding:3px
}

.main-menu
{
background: #036196

}
#mega-menu-wrap-main-menu #mega-menu-main-menu
{
  background-color:#036196
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link 
{
  color:#fff;
  font-family: 'Open Sans', sans-serif;
  margin-right:25px
}
@media only screen and (min-width:768px)
{
.middle-cart { width:50%; }
}

#mega-menu-wrap-main-menu #mega-menu-main-menu
{
   text-align:center;
}


.wpcf7-form p {
   line-height:12px
}
/***********basic************/

/*Form width*/
.cntform .cntform .wpcf7 {
    text-align: left;
    width: 90%;
}

/*Input Field widths*/
.cntform .wpcf7-text, .cntform .wpcf7-textarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}

.cntform .wpcf7-text {

	height: 50px;
    padding-left: 10px;

}
.cntform .wpcf7-text:focus, .cntform .wpcf7-textarea:focus {
    border-color: #129FEA;
}

/*Label Font*/
.cntform .wpcf7-form p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

/*Submit button Font*/
.cntform .wpcf7-submit {
    width: 85%;
    font-size: 15px !important;
    background: #4a97c2 !important;
    color: #fff !important;
    padding: 20px;
}

/*Submit button Hover*/
.cntform .wpcf7-submit:hover {
    background: #3b86b0 !important;
}

/*Response messages - Error & Success*/
.cntform .wpcf7-response-output {
    margin-bottom: 30px !important;
}

/***********borders************/

/*Form border*/
.cntform .wpcf7 {
    padding: 20px 25px !important;
    padding-bottom: 0px !important;
}

/*Input Field borders*/
.cntform .wpcf7-text:focus, .cntform .wpcf7-textarea:focus {
    border-color: #8F8F8F !important;
}

/*Submit button Background*/
.cntform .wpcf7-submit {
    background: #7E7E7E !important;
    color: #fff !important;
}

/*Submit button Hover*/
.cntform .wpcf7-submit:hover {
    background: #5F5F5F !important;
}

/***********colors************/

/*Submit button background & border*/
.cntform .wpcf7-submit {
    background-color: #1d2731 !important;
    border: 2px solid #5A5050 !important;
    color: #5A5050 !important;
    font-weight: bold !important;
}

/*Submit button Hover styles*/
.cntform .wpcf7-submit:hover {
    background-color: rgba(29, 39, 49, 0.66) !important;    
    border-color: #4CAF50 !important;
    color: #4CAF50 !important;
}

/*Label Text color*/
.cntform .wpcf7-form p {
    color: #FFF;
}

.cntform .wpcf7-form label{
	/*display: none;*/
}

/*Input Field Text color*/
.cntform .wpcf7-text, .cntform .wpcf7-textarea {
	color: #777;
}

/****background-images********/

/*Form background*/
.cntform .wpcf7 {
	background-image: url(http://i.imgur.com/iAFPf0G.jpg);
    /*background-color: rgba(255, 255, 255, 0.2);*/
    background-position: center;
    background-size: cover;
}

/*Label Text color*/
.cntform .wpcf7-form p {
    /*display: none;*/
    /*color: #000000;*/
}

/*Submit button background & border*/
.cntform .wpcf7-submit {
    border: 2px solid #FFFFFF !important;
    color: #FFFFFF !important;
	height:auto !important;
}

/*Submit button Hover styles*/
.cntform .wpcf7-submit:hover {
    border-color: transparent !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: #FFFFFF !important;
}

/*Input Field border*/
.cntform .wpcf7-text:focus, .cntform .wpcf7-textarea:focus {
    border-color: #5A3D3D !important;
}

.woocommerce ul.products li.product a img
{
    width: 300px;
    height: 300px;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    object-fit: cover;
}
.woocommerce-loop-product__title
{
 line-height: 20px;
}
.btnbanshop
{
	text-decoration:none
}

.carouseltitle
{
 color: #fff;
       color: #fff;
    font-size: 63px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    line-height: 85px;
}
.carouselbutton
{
   font-size: 20px;
    background: #d40000;
    border-radius: 50px;
    border: none;
    padding: 10px 30px;
    font-size: 19px;
}
.single_add_to_cart_button 
{
 margin-top:5px;
 }
.abtli
{
	padding-left:0px
}
.abtli li
{
	float: left;
    width: 50%;
	line-height:25px;
	color:#000;
}
.headmobile
{
	font-size: 37px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #b90b05;
    margin-top: 11px;
}
.phoen_list h2.woocommerce-loop-product__title {
    font-weight: bold;
    text-align: left;
}

.phoen_list span.price {
    text-align: left !important;
}
ul.phoen_list li.product img
{
	margin-right:20px !important
}
.phoen_list .phoeniixx_short_btn
{
	float:left !important
}

#mega-menu-wrap-main-menu
{
  background-color:#b90b05

}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin-right: 50px;
    text-transform: uppercase;
    /* font-weight: bold; */
}
/*.woocommerce ul.products li.product
{
  margin-right:0px !important;
      float: left !important;
    margin: 0px !important;
    padding: 20px !important;
    position: initial !important;
    margin-left: 0 !important;
    display: block !important;
    text-align: center !important;
}
.woocommerce ul.products li.product a img
{
   width:100%;
   object-fit:cover
}*/
.price
{
	display:none !important
}
.pdsidebar
{
  border:solid 1px #ccc;
  padding:10px
}
.sidebarh2
{
 background: #b90b05;
    padding: 5px;
    margin-top: 0px;
    color: #fff;
    padding: 8px 11px;
    font-size: 21px;
    text-transform: uppercase;
}
.sidebarh2 .fa
{
  float:right
}
.pdsidebar img
{
  display:block;
  margin-bottom:20px
}
.woocommerce a.button
{
color: #fff;
    background-color: #000;
}








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

.left-side {
    text-align: center !important;
	line-height: 24px !important;
	
}


#bottom-footer 
{
    padding: 0px 58px;
    text-align: center !important;
}

.social-buttons 
{
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
	float:inherit;
}

.headmobile {
    font-size: 28px !important;
    text-align: center !important;
}


.payment-partner-wrapper {
    /* float: right; */
	float:inherit !important;
}


.top-bar .left-side .fa 
{
    margin-right: 0px !important;
}

#header-ticker
{
    font-size: 15px !important;
}

.middle-menu .logo {
    /* float: left; */
      float:inherit;

}


.logo a img 
{
    margin-top: 14px;
}

#bottom-footer 
{
    padding: 0px 75px;
}

.textwidget.custom-html-widget iframe 
{
    width: 100%;
}

#bottom-footer {
    padding: 0px 37px;
}


.payment-partner-wrapper
 {
    display: none;
}

.payment-partner-wrapper {
    display: none;
}

.pdsidebar img {
    width: 100%;
}
.pdsidebar img 
{
    width: 50%;
    float: left;
    padding: 12px;
}





}




@media only screen and (min-width:481px) and (max-width:768px)
{
	
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link 
{
    margin-right: 18px;

}	
	
#ajaxsearchlite1 .probox, div.asl_w .probox 
{
    margin: 11px 81px !important;

}	

.logo a img 
{
    width: 280px;
    margin-top: 26px;
}

.headmobile 
{
    margin-top: 28px;
}

iframe 
{
    width: 100%;
} 






	
}




@media only screen and (min-width:992px) and (max-width:1192px)
{
	
.headmobile
{
font-size:31px;	
}

iframe 
{
    width: 100%;
}

 
	
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    
    margin-right: 49px;
}	

.pdsidebar img 
{
width:100;

}



	
}


@media only screen and (min-width:1200px)
{
	
	
	
	
	
	
}




.woocommerce div.product div.images img {
    max-width: 350px;
    max-height: 300px;
    object-fit: contain;
}

.footer-2 .sub-menu
{
	display:none
}

footer
{
	background: #820204; /* Old browsers */
	background: -moz-linear-gradient(left,  #820204 0%, #036196 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #820204 0%,#036196 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #820204 0%,#036196 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#820204', endColorstr='#036196',GradientType=1 ); /* IE6-9 */

}
#bottom-footer
{
   border-top: solid 4px #011e2f;
}

.elementor-pagination-position-outside .elementor-swiper-button {
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px);
    color: #fff;
    font-weight: bold;
    background: #036196;
    padding: 10px;
}