/************************************************************/
/*****************MAIN RESPONSIVE CSS STYLES*****************/
/***********************************************************/
@media (max-width: 1400px) {
  /*Shuffle Fird Cards*/
  .shuffle_photos_item {
    width: 25%;
  }
  .shuffle_photos_item.shuffle_photo_large {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  /*Single Product*/
  .product_gallery_image:first-child {
    left: 155px;
    width: calc(100% - 155px);
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  /*Single Product*/
  .product_gallery_image:first-child {
    left: 128px;
    width: calc(100% - 128px);
  }
  .product_gallery_image:not(:first-child) {
    width: 108px;
  }
  .single-product-summary {
    padding: 0 0 0 35px;
  }
}
@media (max-width: 1290px) {
  /*Top Nav Links*/
  .top_nav_links .navbar-nav a {
    padding: 0 10px;
  }
}
@media (max-width: 1200px) {
  /*Shop Grid*/
  .products.product_in_row_5 .product {
    width: 25%;
  }
}
@media (max-width: 1164px) {
  /*Single Product*/
  form.cart .quantity,
  .single_add_to_cart_button {
    width: 220px;
  }
  form.cart .screen-reader-text {
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  /*Shuffle Fird Cards*/
  .shuffle_photos_item {
    width: 50%;
  }
  /*Single Product*/
  .single_product_content .images,
  .single-product-summary {
    float: none;
    width: 100%;
    padding: 0;
  }
  .single_product_content .images {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  /*Head Right Buttons*/
  .sidebar_btn {
    display: none;
  }
  .shopping-cart-holder {
    margin-right: 0;
  }
  .nav_btn_toggle {
    margin-right: 25px;
    padding-top: 7px;
  }
  .first_albumbox,
  .last_albumbox {
    padding: 30px 50px;
  }
  /*Shop Grid*/
  .products.product_in_row_4 .product,
  .products.product_in_row_5 .product {
    width: 33.33%;
  }
  .products .product,
  .products.product_in_row_3 .product {
    width: 50%;
  }
  /*Footer Col*/
  .footercol {
    margin-bottom: 60px;
  }
  .copy_socials {
    margin-top: 0;
  }
}
@media (max-width: 820px) {
  /*Shop Grid*/
  .products.product_in_row_4 .product,
  .products.product_in_row_5 .product {
    width: 50%;
  }
}

@media (max-width: 768px) {
  /*Body Padding Class */
  .bodypadding {
    padding: 0 15px 15px 15px;
  }
  /*Header Height */
  .main_header_wrapp {
    height: 90px;
  }

  /*Stycky Header */
  .main_sticky_header {
    padding: 0 15px;
  }
	
  /*Single Product*/
  .product_gallery_image:first-child {
    left: 10px;
    width: calc(100% - 20px);
    padding: 0;
  }
  .product_gallery_image:not(:first-child) {
    position: static;
    float: left;
    width: 25%;
    padding: 20px 10px 0 10px;
  }
}
@media (max-width: 767px) {
  /*Margin Style*/
  .margin_btn_767_50 {
    margin-bottom: 50px;
  }
  /*Paddin Styles*/
  .padding_btn_767_30 {
    padding-bottom: 30px;
  }
  /*Post Cards*/
  .item_post {
    margin-bottom: 50px;
  }
  .item_post:last-child {
    margin-bottom: 0;
  }
  /*Single Product*/
  .single-product-summary,
  .single-product-summary form.cart {
    text-align: center;
  }
  /*Single Team*/
  .member_info_col {
    text-align: center;
    padding: 40px 0 0 0;
  }
  /*sidebar_colum*/
  .sidebar_colum {
    padding: 80px 0 0 0;
  }
  .curent_guides_wrapp {
    padding-left: 0;
  }
  /*Footer Col*/
  .footercol {
    text-align: center;
  }
  .footercol.widget_nav_menu li,
  .footercol .contactlist li {
    display: inline-block;
  }
  /*Footer Copy*/
  .copy_socials .stycopy,
  .copy_socials .socilalist_footer {
    width: 100%;
    text-align: center;
  }
  .copy_socials .stycopy {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  /*Head Right Buttons*/
  .search_btn {
    display: none;
  }
  .nav_btn_toggle {
    margin-right: 0;
  }
  /*Shop Grid*/
  .products .product,
  .products.product_in_row_2 .product,
  .products.product_in_row_3 .product,
  .products.product_in_row_4 .product,
  .products.product_in_row_5 .product {
    width: 100%;
  }
}
@media (max-width: 600px) {
  /*Shuffle Fird Cards*/
  .shuffle_photos_item,
  .shuffle_photos_item.shuffle_photo_large {
    width: 100%;
  }
  .category_control .btn_frl_flt {
    margin-bottom: 10px;
  }
  /*Single Product*/
  form.cart .quantity {
    margin-right: 0;
  }
  /*Tabs Product*/
  ul.tabs li {
    width: 100%;
  }
  /*blockquote*/
  blockquote {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  /*Reviews Slider*/
  .reviews_carousel .item {
    font-size: 18px;
  }
  /*Comment Form*/
  .avatar_comment {
    float: none;
    text-align: center;
  }
  .comment_field {
    padding-left: 0;
  }
}
@media (max-width: 420px) {
  /*Head Right Buttons*/
  .shopping-cart-holder {
    display: none;
  }
  /*Carousel Nav*/
  .farrellslick_nav_inner .slick-dots li button {
    width: 25px;
  }
  /*sctollup*/
  .sctollup {
    display: none!important;
  }
	.logo-sizing {
	width: 70%;
	padding-top: 20px;
}
}
